@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------------------
	Typography
--------------------------------------- */
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: inherit;
}

h1,
.h1 {
  font-size: 70px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0;
  line-height: 1;
}
h1 p,
.h1 p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}
@media (max-width: 640px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 50px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}
h2 p,
.h2 p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}

h3,
.h3 {
  font-size: 36px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}
h3 p,
.h3 p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}

h4,
.h4 {
  font-size: 25px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0;
  line-height: 1.3;
}
h4 p,
.h4 p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 24px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}
h5 p,
.h5 p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}
h6 p,
.h6 p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}

p:empty {
  display: none;
}
p {
  font-size: 16px;
  font-family: "Geist", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #878787;
  margin-bottom: 20px;
}
p a {
  text-decoration: underline;
}

ul {
  list-style: none;
  font-size: inherit;
}
ul li {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #878787;
  font-weight: 500;
}
ul li:not(:last-child) {
  margin-bottom: 16px;
}
ul li::before {
  content: url("../images/li.svg");
  position: relative;
  width: 25px;
  height: 25px;
  color: #615851;
}

a {
  color: #1A1A1A;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
}
a:hover, a:focus {
  color: black;
}

a,
button,
.button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-tap-highlight-color: rgba(229, 229, 229, 0.5) !important;
}

/* ---------------------------------------
	Forms/Inputs
--------------------------------------- */
.no-outline button,
.no-outline a,
.no-outline [tabindex] {
  outline: none;
}

.button,
button {
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  padding: 0.625rem;
  background-color: #1A1A1A;
  display: inline-block;
}
.subtitle {
  font-size: 12px;
  font-family: "Geist", sans-serif;
  text-transform: uppercase;
  padding: 7px 12px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #DBDBDB;
  background: #F8F8F8;
  backdrop-filter: blur(25.11px);
  -webkit-backdrop-filter: blur(25.11px);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}

.button-white {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  color: #1A1A1A;
  padding: 9px 15px;
  font-size: 14px;
  font-family: "Geist", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.button-white:hover {
  background-color: transparent;
  color: #fff;
}

.button-trs {
  display: inline-block;
  border-radius: 5px;
  padding: 9px 15px;
  font-size: 14px;
  font-family: "Geist", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.button-trs:hover {
  background-color: #fff;
  color: #1A1A1A;
}

.button-brown {
  display: inline-block;
  border-radius: 5px;
  padding: 9px 15px;
  font-size: 14px;
  font-family: "Geist", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  background-color: #615851;
  color: #fff;
  cursor: pointer;
}
.button-brown:hover {
  background-color: #fff;
  color: #615851;
}

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

*:focus {
  outline: none !important;
}

body,
html {
  height: 100%;
  font-family: "Geist", sans-serif;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  position: static !important;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  font-family: "Geist", sans-serif;
  line-height: 1.3;
}

.container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

*:last-child {
  margin-bottom: 0;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.header {
  z-index: 999;
  padding: 20px 0;
}
.header__inner {
  display: flex;
  align-items: center;
}
.header__logo {
  margin-top: 5px;
}
.header__logo a {
  display: flex;
  align-items: center;
}
.header__logo img {
  width: 130px;
  height: auto;
}
@media (max-width: 640px) {
  .header__logo img {
    width: 100px;
  }
}
.header__button {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .header__button {
    display: none;
  }
}
.header__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
.header__popup.active {
  display: flex;
}
.header__popup-inner {
  background: #fff;
  padding: 80px 30px 30px;
  border-radius: 10px;
  max-width: 570px;
  width: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .header__popup-inner {
    padding: 80px 25px 25px;
    margin: 0 20px;
  }
}
.header__popup-inner-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.header__popup-inner-close::after {
  content: url(../images/Close.svg);
  position: absolute;
}
.header__popup-inner-title {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .header__popup-inner-title {
    font-size: 25px;
  }
}
.header__popup-inner-content {
  text-align: center;
  max-width: 380px;
  margin: 0 auto 33px;
  line-height: 1.5;
  color: #6C757D;
}
.header__popup-inner-form form {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.header__popup-inner-form form label {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-weight: 700;
  color: #515151;
}
.header__popup-inner-form form label span input {
  height: 55px;
  border-radius: 9px;
  border: 1px solid #DBDBDB;
  background-color: rgba(255, 255, 255, 0.0784313725);
  backdrop-filter: blur(5.1px);
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Geist", sans-serif;
  font-size: 16px;
}
.header__popup-inner-form form .submit-button {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #615851;
  background-color: #615851;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.header__popup-inner-form form .submit-button:hover {
  background-color: transparent;
}
.header__popup-inner-form form .submit-button:hover span {
  color: #615851;
}
.header__popup-inner-form form .submit-button span {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #F2F2F2;
  font-family: "Geist", sans-serif;
  transition: all 0.2s ease-in-out;
}

.footer {
  margin-top: auto;
  background-color: #615851;
  padding: 130px 0 80px;
  background-color: #615851;
  color: #F2F2F2;
}
@media (max-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
.footer-top {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .footer-top {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .footer-top {
    padding-bottom: 20px;
  }
}
.footer__left {
  max-width: 403px;
  width: 100%;
}
.footer__left-logo {
  margin-bottom: 32px;
}
.footer__left-logo img {
  max-width: 130px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__right {
  display: flex;
  gap: 25px;
}
@media (max-width: 1024px) {
  .footer__right {
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .footer__right {
    flex-direction: column;
  }
}
.footer__right-menu .footer-menu li {
  margin-bottom: 8px;
}
.footer__right-menu .footer-menu li:before {
  content: none;
}
.footer__right-menu .footer-menu a {
  color: #F2F2F2;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 3px 0;
  text-decoration: none;
}
.footer__right-zah {
  min-width: 229px;
}
.footer__right-zah-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.5;
}
.footer__right-zah-items-email {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.footer__right-zah-items-email::before {
  content: url(../images/email-small.svg);
  position: relative;
  padding: 3px 5px;
  border-radius: 2.5px;
  border: 1px solid #DBDBDB;
  background-color: #F2F2F2;
  width: 25px;
  height: 25px;
}
.footer__right-zah-items-email a {
  color: #F2F2F2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.footer__right-zah-items-phone {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.footer__right-zah-items-phone::before {
  content: url(../images/phone-small.svg);
  position: relative;
  padding: 4px 5px;
  border-radius: 2.5px;
  border: 1px solid #DBDBDB;
  background-color: #F2F2F2;
  width: 25px;
  height: 25px;
}
.footer__right-zah-items-phone a {
  color: #F2F2F2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.footer__right-zah-items-facebook {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.footer__right-zah-items-facebook::before {
  content: url(../images/facebook-small.webp);
  position: relative;
  padding: 4px 7px;
  border-radius: 2.5px;
  border: 1px solid #DBDBDB;
  background-color: #F2F2F2;
  width: 25px;
  height: 25px;
}
.footer__right-zah-items-facebook a {
  color: #F2F2F2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.footer-bottom {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-bottom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .footer-bottom {
    align-items: start;
  }
}
.footer-bottom-left {
  color: #969696;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -2%;
}
.footer-bottom-right-block {
  display: flex;
  gap: 30px;
}
@media (max-width: 640px) {
  .footer-bottom-right-block {
    gap: 20px;
    flex-direction: column;
  }
}
.footer-bottom-right-block a {
  letter-spacing: -2%;
  display: block;
  color: #969696;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.home-page .hero {
  padding: 100px 0 120px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
@media (max-width: 1024px) {
  .home-page .hero {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .home-page .hero {
    padding: 80px 0 140px;
  }
}
.home-page .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.69) 0%, rgba(16, 16, 16, 0.61) 59%, rgba(16, 16, 16, 0.05) 100%);
}
@media (max-width: 640px) {
  .home-page .hero::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.69) 0%, rgba(16, 16, 16, 0.61) 100%);
  }
}
.home-page .hero-block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 782px;
}
@media (max-width: 640px) {
  .home-page .hero-block {
    text-align: center;
  }
}
.home-page .hero-block-subtitle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.0784313725);
}
@media (max-width: 640px) {
  .home-page .hero-block-subtitle {
    margin: 0 auto;
  }
}
.home-page .hero-block-title {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .home-page .hero-block-title {
    margin-bottom: 30px;
  }
}
.home-page .hero-block-info {
  color: #fff;
}
@media (max-width: 640px) {
  .home-page .hero-block-info {
    font-size: 16px;
  }
  .home-page .hero-block-info h4 {
    font-size: 16px;
  }
}
.home-page .hero-block-info strong {
  font-weight: 700;
}
.home-page .hero-block-content {
  color: #fff;
}
.home-page .hero-block-content p {
  color: #fff;
}
.home-page .hero-block-content strong {
  font-weight: 700;
}
.home-page .hero-block-links {
  display: flex;
  gap: 12px;
}
@media (max-width: 640px) {
  .home-page .hero-block-links {
    flex-direction: column;
    justify-content: center;
  }
}
.home-page .about {
  padding: 110px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-page .about {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .home-page .about {
    text-align: start;
  }
}
.home-page .about-block {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (max-width: 640px) {
  .home-page .about-block {
    align-items: start;
  }
}
.home-page .about-title {
  text-transform: uppercase;
}
.home-page .structure {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .home-page .structure {
    padding: 60px 0;
  }
}
.home-page .structure-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}
.home-page .structure-info {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
  color: #878787;
}
.home-page .structure-block {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .home-page .structure-block {
    margin-top: 60px;
    flex-direction: column;
  }
}
.home-page .structure-block-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 110px 75px;
  width: calc(50% - 16px);
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .home-page .structure-block-item {
    width: 100%;
    padding: 70px 125px;
  }
}
@media (max-width: 640px) {
  .home-page .structure-block-item {
    padding: 30px 10px;
  }
}
.home-page .structure-block-item::after {
  content: "";
  background-color: rgba(97, 88, 81, 0.2);
  position: absolute;
  inset: 0;
}
.home-page .structure-block-item-block {
  position: relative;
  z-index: 1;
  background-color: rgba(248, 248, 248, 0.8980392157);
  border-radius: 10px;
  padding: 55px 20px;
}
.home-page .structure-block-item-block-title {
  margin-bottom: 20px;
}
.home-page .work {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .home-page .work {
    padding: 60px 0;
  }
}
.home-page .work-title {
  text-transform: uppercase;
  text-align: center;
}
.home-page .work-block {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .home-page .work-block {
    margin-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .home-page .work-block {
    margin-top: 30px;
  }
}
.home-page .work-block-item {
  width: calc(33.33% - 21.33px);
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-page .work-block-item {
    width: 100%;
  }
}
.home-page .work-block-item-image {
  height: 305px;
  position: relative;
}
.home-page .work-block-item-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(97, 88, 81, 0.2);
}
.home-page .work-block-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .work-block-item-info {
  padding: 37px 32px 32px;
}
.home-page .work-block-item-info-title {
  margin-bottom: 24px;
}
.home-page .work-bottom {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-page .work-bottom {
    margin-top: 60px;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .home-page .work-bottom {
    gap: 30px;
  }
}
.home-page .work-bottom-left {
  max-width: 545px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home-page .work-bottom-left {
    max-width: unset;
  }
}
.home-page .work-bottom-left-image {
  width: 100%;
  height: 515px;
  padding: 20px;
}
@media (max-width: 640px) {
  .home-page .work-bottom-left-image {
    height: auto;
  }
}
.home-page .work-bottom-left-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.home-page .work-bottom-right {
  max-width: 625px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .home-page .work-bottom-right {
    margin-top: 0;
    padding: 0 20px 20px;
    max-width: unset;
  }
}
.home-page .work-bottom-right-title {
  text-transform: uppercase;
}
.home-page .manag {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .home-page .manag {
    padding: 60px 0;
  }
}
.home-page .manag-title {
  text-transform: uppercase;
  text-align: center;
}
.home-page .manag-block {
  margin-top: 80px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-page .manag-block {
    margin-top: 60px;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .home-page .manag-block {
    margin-top: 30px;
  }
}
.home-page .manag-block-left {
  max-width: 625px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home-page .manag-block-left {
    max-width: unset;
  }
}
.home-page .manag-block-left h3,
.home-page .manag-block-left h2 {
  text-transform: uppercase;
  margin-bottom: 28px;
}
.home-page .manag-block-right {
  max-width: 545px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home-page .manag-block-right {
    max-width: unset;
  }
}
.home-page .manag-block-right-image {
  width: 100%;
  height: 515px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DBDBDB;
}
.home-page .manag-block-right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .manag-team {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .home-page .manag-team {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .home-page .manag-team {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .home-page .manag-team {
    flex-direction: column;
  }
}
.home-page .manag-team-item {
  width: calc(50% - 16px);
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  padding: 20px;
}
@media (max-width: 640px) {
  .home-page .manag-team-item {
    width: 100%;
  }
}
.home-page .manag-team-item-image {
  max-width: 210px;
  width: 100%;
  max-height: 210px;
  height: 100%;
  border-radius: 50%;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .home-page .manag-team-item-image {
    max-width: 150px;
    max-height: 150px;
  }
}
.home-page .manag-team-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .manag-team-item-title {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.home-page .manag-team-item-content {
  margin-bottom: 16px;
}
.home-page .manag-team-item-email {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-page .manag-team-item-email::before {
  content: url(../images/email.svg);
  position: relative;
  padding: 14px 11px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.home-page .manag-team-item-email a {
  color: #878787;
  font-weight: 500;
  text-decoration: none;
}
.home-page .manag-team-item-phone {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-page .manag-team-item-phone::before {
  content: url(../images/phone.svg);
  position: relative;
  padding: 14px 11px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.home-page .manag-team-item-phone a {
  color: #878787;
  font-weight: 500;
  text-decoration: none;
}
.home-page .why {
  padding: 110px 0 90px;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-page .why {
    padding: 60px 0;
  }
}
.home-page .why-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
}
.home-page .why-block {
  margin-top: 80px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .home-page .why-block {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .home-page .why-block {
    margin-top: 30px;
    flex-direction: column;
  }
}
.home-page .why-block-item {
  text-align: start;
  width: calc(25% - 24px);
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
}
@media (max-width: 1024px) {
  .home-page .why-block-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  .home-page .why-block-item {
    width: 100%;
  }
}
.home-page .why-block-item-image {
  margin-bottom: 17px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .why-block-item-title {
  margin-bottom: 11px;
}
.home-page .why-block-item-content {
  color: #878787;
}
.home-page .who {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .home-page .who {
    padding: 60px 0;
  }
}
.home-page .who-title {
  text-transform: uppercase;
  text-align: center;
}
.home-page .who-block {
  margin-top: 80px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .home-page .who-block {
    margin-top: 60px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .home-page .who-block {
    margin-top: 30px;
  }
}
.home-page .who-block-left {
  width: 100%;
  max-width: 645px;
}
@media (max-width: 1024px) {
  .home-page .who-block-left {
    max-width: unset;
  }
}
.home-page .who-block-left h3 {
  text-transform: uppercase;
  margin-bottom: 28px;
}
@media (max-width: 640px) {
  .home-page .who-block-left h3 {
    margin-bottom: 40px;
  }
}
.home-page .who-block-right {
  width: 100%;
  max-width: 545px;
}
@media (max-width: 1024px) {
  .home-page .who-block-right {
    max-width: unset;
  }
}
.home-page .who-block-right-image {
  width: 100%;
  height: 515px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .home-page .who-block-right-image {
    height: 320px;
  }
}
.home-page .who-block-right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .log {
  padding: 110px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-page .log {
    padding: 60px 0;
  }
}
.home-page .log-subtitle {
  margin-bottom: 16px;
}
.home-page .log-title {
  text-transform: uppercase;
  text-align: center;
}
.home-page .log-block {
  margin-top: 80px;
  display: flex;
}
@media (max-width: 1024px) {
  .home-page .log-block {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .home-page .log-block {
    margin-bottom: 30px;
    flex-direction: column;
    border-left: 1px solid #615851;
    padding-left: 20px;
    gap: 70px;
  }
}
.home-page .log-block-item {
  width: 25%;
  text-align: start;
}
@media (max-width: 640px) {
  .home-page .log-block-item {
    width: 100%;
  }
}
.home-page .log-block-item:nth-child(3n) .log-block-item-title, .home-page .log-block-item:nth-child(4n) .log-block-item-title {
  border-top: 2px solid #DBDBDB;
}
@media (max-width: 640px) {
  .home-page .log-block-item:nth-child(3n) .log-block-item-title, .home-page .log-block-item:nth-child(4n) .log-block-item-title {
    border-top: none;
  }
}
.home-page .log-block-item-image {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .home-page .log-block-item-image {
    margin-bottom: 0;
  }
}
.home-page .log-block-item-title {
  border-top: 2px solid #615851;
  padding-top: 30px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .home-page .log-block-item-title {
    border-top: none;
  }
}
.home-page .log-block-item-content {
  color: #878787;
  max-width: 250px;
}
.home-page .video {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .home-page .video {
    padding: 60px 0;
  }
}
.home-page .video-block {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .home-page .video-block {
    flex-direction: column;
  }
}
.home-page .video-block-left {
  max-width: 655px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1024px) {
  .home-page .video-block-left {
    max-width: unset;
    gap: 20px;
  }
}
.home-page .video-block-left-title {
  text-transform: uppercase;
}
.home-page .video-block-right {
  max-width: 545px;
  width: 100%;
  height: 545px;
}
@media (max-width: 1024px) {
  .home-page .video-block-right {
    max-width: unset;
    height: auto;
  }
}
.home-page .video-block-right .video-player {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #1A1A1A;
  cursor: pointer;
  height: 545px;
}
@media (max-width: 1024px) {
  .home-page .video-block-right .video-player {
    height: auto;
  }
}
.home-page .video-block-right .video-player-preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.home-page .video-block-right .video-player-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .video-block-right .video-player-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.home-page .video-block-right .video-player-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.home-page .video-block-right .video-player-btn-icon {
  width: 100px;
  height: 80px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background-color 0.2s ease;
}
.home-page .video-block-right .video-player-btn-icon img {
  width: 53px;
  height: 53px;
}
.home-page .video-block-right .video-player-btn-icon--pause {
  display: none;
}
.home-page .video-block-right .video-player-btn:hover .home-page .video-block-right .video-player-btn-icon {
  background-color: rgba(255, 255, 255, 0.35);
}
.home-page .video-block-right .video-player.is-playing .video-player-preview {
  opacity: 0;
  pointer-events: none;
}
.home-page .video-block-right .video-player.is-playing .video-player-btn {
  opacity: 0;
}
.home-page .video-block-right .video-player.is-playing .video-player-btn .video-player-btn-icon--play {
  display: none;
}
.home-page .video-block-right .video-player.is-playing .video-player-btn .video-player-btn-icon--pause {
  display: flex;
}
.home-page .video-block-right .video-player.is-playing:hover .video-player-btn {
  opacity: 1;
}
.home-page .geo {
  padding: 110px 0 215px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1024px) {
  .home-page .geo {
    background-position: 70% 50%;
    padding: 60px 0 145px;
  }
}
@media (max-width: 640px) {
  .home-page .geo {
    display: none;
  }
}
.home-page .geo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 29.7%, rgba(255, 255, 255, 0) 81%);
}
.home-page .geo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 34%, rgba(255, 255, 255, 0.26) 81%);
}
.home-page .geo-itm {
  position: absolute;
  inset: 0;
}
.home-page .geo-itm::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 190px;
  height: 100%;
  background: linear-gradient(270deg, rgb(255, 255, 255) 34%, rgba(255, 255, 255, 0.06) 81%);
}
.home-page .geo-itm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 34%, rgba(255, 255, 255, 0.06) 81%);
}
@media (max-width: 1650px) {
  .home-page .geo-itm::after, .home-page .geo-itm::before {
    width: 5%;
  }
}
@media (max-width: 1350px) {
  .home-page .geo-itm::after, .home-page .geo-itm::before {
    content: none;
  }
}
.home-page .geo-title {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}
.home-page .geo-block {
  position: relative;
  z-index: 1;
  margin-top: 66px;
  max-width: 600px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.home-page .geo-block-item {
  width: 65%;
  background-color: rgba(248, 248, 248, 0.8980392157);
  border-radius: 10px;
  padding: 48px 20px;
  border: 1px solid #DBDBDB;
  backdrop-filter: blur(5.3px);
}
.home-page .geo-block-item:nth-child(2n) {
  margin-left: auto;
}
.home-page .geo-block-item-title {
  margin-bottom: 20px;
}
.home-page .geo-block-item-content {
  color: #878787;
}
.home-page .faq {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .home-page .faq {
    padding: 60px 0;
  }
}
.home-page .faq-title {
  text-transform: uppercase;
  text-align: center;
}
.home-page .faq-block {
  display: flex;
  flex-direction: column;
  max-width: 768px;
  margin: 80px auto 0;
  gap: 20px;
}
@media (max-width: 1024px) {
  .home-page .faq-block {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .home-page .faq-block {
    margin-top: 30px;
  }
}
.home-page .faq-block-item {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  background-color: #F8F8F8;
}
.home-page .faq-block-item-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 27px 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #615851;
}
.home-page .faq-block-item-question-icon {
  flex-shrink: 0;
  width: 15px;
  height: 8px;
  background-color: #615851;
  mask-image: url(../images/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../images/arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: transform 0.3s ease;
}
.home-page .faq-block-item-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.home-page .faq-block-item-answer-inner {
  padding: 0 15px 24px;
  color: #878787;
}
.home-page .faq-block-item.is-open .faq-block-item-question-icon {
  transform: rotate(180deg);
}
.home-page .big {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-page .big::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.home-page .big-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 752px;
  margin: 0 auto;
  padding: 180px 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .home-page .big-block {
    padding: 120px 0;
  }
}
@media (max-width: 640px) {
  .home-page .big-block {
    padding: 60px 0;
  }
}
.home-page .big-title {
  text-transform: uppercase;
  text-align: center;
  color: #F2F2F2;
}
.home-page .big-content {
  color: #F2F2F2;
  text-align: center;
}
.home-page .big-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 15px;
}
.home-page .big-links .button-brown {
  border: 1px solid #615851;
}

.contact {
  padding: 110px 0 70px;
}
@media (max-width: 1024px) {
  .contact {
    padding: 60px 0;
  }
}
.contact-block {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact-block {
    flex-direction: column;
    gap: 40px;
  }
}
.contact-block-left {
  max-width: 535px;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact-block-left {
    max-width: unset;
  }
}
.contact-block-left-title {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.contact-block-left-content {
  color: #878787;
  font-weight: 500;
  max-width: 430px;
}
.contact-block-left-items {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .contact-block-left-items {
    margin-top: 60px;
  }
}
.contact-block-left-items-email {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .contact-block-left-items-email {
    margin-bottom: 20px;
  }
}
.contact-block-left-items-email::before {
  content: url(../images/email.svg);
  position: relative;
  padding: 14px 11px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.contact-block-left-items-email a {
  color: #878787;
  font-weight: 500;
  text-decoration: none;
}
.contact-block-left-items-phone {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .contact-block-left-items-phone {
    margin-bottom: 20px;
  }
}
.contact-block-left-items-phone::before {
  content: url(../images/phone.svg);
  position: relative;
  padding: 13px 12px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.contact-block-left-items-phone a {
  color: #878787;
  font-weight: 500;
  text-decoration: none;
}
.contact-block-left-items-location {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #878787;
  font-weight: 500;
}
.contact-block-left-items-location::before {
  content: url(../images/location.jpg);
  position: relative;
  padding: 11px 13px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.contact-block-right {
  max-width: 690px;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact-block-right {
    max-width: unset;
  }
}
.contact-block-right-form {
  background-color: #F8F8F8;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 640px) {
  .contact-block-right-form {
    padding: 30px 10px;
  }
}
.contact-block-right-form form {
  display: flex;
  flex-direction: column;
}
.contact-block-right-form .items {
  display: flex;
  gap: 24px;
  margin-bottom: 27px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .contact-block-right-form .items {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
  }
}
.contact-block-right-form label {
  width: calc(50% - 12px);
  color: #515151;
  font-weight: 700;
}
.contact-block-right-form label:has(textarea) {
  width: 100%;
}
@media (max-width: 640px) {
  .contact-block-right-form label {
    width: 100%;
  }
}
.contact-block-right-form span {
  margin-top: 11px;
  display: block;
}
.contact-block-right-form input {
  height: 55px;
  border-radius: 9px;
  border: 1px solid #DBDBDB;
  background-color: rgba(255, 255, 255, 0.0784313725);
  backdrop-filter: blur(5.1px);
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Geist", sans-serif;
  font-size: 16px;
}
.contact-block-right-form textarea {
  border: 1px solid #DBDBDB;
  background-color: rgba(255, 255, 255, 0.0784313725);
  backdrop-filter: blur(5.1px);
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  height: 113px;
  border-radius: 9px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
}
.contact-block-right-form .submit-button {
  margin-top: 16px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #615851;
  background-color: #615851;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.contact-block-right-form .submit-button:hover {
  background-color: transparent;
}
.contact-block-right-form .submit-button:hover span {
  color: #615851;
}
.contact-block-right-form .submit-button span {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #F2F2F2;
  font-family: "Geist", sans-serif;
  transition: all 0.2s ease-in-out;
}

.interhub .hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 170px 0 280px;
}
@media (max-width: 1024px) {
  .interhub .hero {
    padding: 80px 0 120px;
  }
}
@media (max-width: 640px) {
  .interhub .hero {
    padding: 90px 0 270px;
  }
}
.interhub .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.interhub .hero .container {
  position: relative;
  z-index: 1;
}
.interhub .hero-title {
  text-align: center;
  text-transform: uppercase;
  color: #F2F2F2;
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.interhub .hero-info {
  max-width: 962px;
  width: 100%;
  margin: 0 auto;
  color: #F2F2F2;
  text-align: center;
}
@media (max-width: 640px) {
  .interhub .hero-info {
    font-size: 16px;
  }
}
.interhub .hero-items {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 640px) {
  .interhub .hero-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.interhub .vehicle {
  padding: 110px 0 130px;
}
@media (max-width: 1024px) {
  .interhub .vehicle {
    padding: 60px 0;
  }
}
.interhub .vehicle-title {
  text-align: center;
  text-transform: uppercase;
}
.interhub .vehicle-block {
  margin-top: 80px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .interhub .vehicle-block {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .interhub .vehicle-block {
    margin-top: 30px;
    flex-direction: column;
  }
}
.interhub .vehicle-block-item {
  width: calc(50% - 16px);
  padding: 14px 23px 40px;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .interhub .vehicle-block-item {
    width: 100%;
    padding: 23px;
  }
}
.interhub .vehicle-block-item-image {
  width: 50px;
  height: 50px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interhub .vehicle-block-item-image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.interhub .vehicle-block-item-content {
  color: #878787;
  margin-top: 17px;
}
.interhub .inf {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .interhub .inf {
    padding: 60px 0;
  }
}
.interhub .inf-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 640px) {
  .interhub .inf-block {
    flex-direction: column;
  }
}
.interhub .inf-block-left {
  width: calc(50% - 16px);
}
@media (max-width: 640px) {
  .interhub .inf-block-left {
    width: 100%;
  }
}
.interhub .inf-block-left-title {
  text-transform: uppercase;
}
.interhub .inf-block-right {
  width: calc(50% - 16px);
}
@media (max-width: 640px) {
  .interhub .inf-block-right {
    width: 100%;
  }
}
.interhub .inf-block-right-content {
  max-width: 500px;
}
.interhub .inf-block-right-content ul {
  margin-bottom: 16px;
}
.interhub .inf-bottom {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .interhub .inf-bottom {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .interhub .inf-bottom {
    margin-top: 30px;
  }
}
.interhub .inf-bottom img {
  width: 100%;
  max-height: 467px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .interhub .inf-bottom img {
    max-height: 320px;
  }
}
.interhub .track {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .interhub .track {
    padding: 60px 0;
  }
}
.interhub .track-block {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .interhub .track-block {
    flex-direction: column;
  }
}
.interhub .track-block-left {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 1024px) {
  .interhub .track-block-left {
    max-width: unset;
  }
}
.interhub .track-block-left-title {
  text-transform: uppercase;
  margin-bottom: 28px;
}
.interhub .track-block-right {
  max-width: 545px;
  width: 100%;
}
@media (max-width: 1024px) {
  .interhub .track-block-right {
    max-width: unset;
  }
}
.interhub .track-block-right img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  max-height: 515px;
}
@media (max-width: 1024px) {
  .interhub .track-block-right img {
    max-height: 400px;
  }
}
@media (max-width: 640px) {
  .interhub .track-block-right img {
    max-height: 320px;
  }
}
.interhub .big {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.interhub .big::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 22, 20, 0.7);
}
.interhub .big-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1124px;
  margin: 0 auto;
  padding: 145px 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .interhub .big-block {
    padding: 120px 0;
  }
}
@media (max-width: 640px) {
  .interhub .big-block {
    padding: 90px 0 60px;
  }
}
.interhub .big-title {
  text-transform: uppercase;
  text-align: center;
  color: #F2F2F2;
}
.interhub .big-content {
  color: #F2F2F2;
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
}
.interhub .big-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 640px) {
  .interhub .big-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.interhub .big-links .button-brown {
  border: 1px solid #615851;
}

.error-principal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.error-principal__wrapper {
  position: absolute;
  width: 100%;
  height: 18.75rem;
  top: 50%;
  margin-top: -9.375rem;
}
.error-principal__wrapper > h1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 9.375rem;
  color: #000;
  position: relative;
  left: 0%;
  transition: all 0.5s;
}
.error-principal__wrapper > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.3125rem;
  color: #9294ae;
  position: relative;
  left: 0%;
  transition: all 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
}
.error-principal__aura1 {
  position: absolute;
  width: 18.75rem;
  height: 120%;
  top: 1.5625rem;
  right: -21.25rem;
  background-color: #1A1A1A;
  box-shadow: 0rem 0rem 3.75rem 1.25rem rgba(26, 26, 26, 0.5);
  transition: all 0.5s;
  transform: rotate(20deg);
  right: -10.625rem;
  animation-name: animation_error_1;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.error-principal__aura2 {
  position: absolute;
  width: 100%;
  height: 18.75rem;
  right: -10%;
  bottom: -18.8125rem;
  background-color: #1A1A1A;
  box-shadow: 0rem 0rem 3.75rem 0.625rem rgba(26, 26, 26, 0.5), 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  animation-name: animation_error_2;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform: rotate(-20deg);
}
@keyframes animation_error_1 {
  from {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(25deg);
  }
}
@keyframes animation_error_2 {
  from {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(-20deg);
  }
}
@media (max-width: 1024px) {
  .error-principal__aura1 {
    width: 12.75rem;
    height: 79%;
    top: 13.5625rem;
    right: -13.625rem;
  }
  .error-principal__wrapper > h1 {
    font-size: 6.5625rem;
  }
}
@media (max-width: 640px) {
  .error-principal__wrapper > h1 {
    font-size: 80;
  }
  .error-principal__wrapper > p {
    letter-spacing: 2px;
    font-size: 1.125rem;
  }
  .error-principal__aura1 {
    width: 9.75rem;
    height: 67%;
    top: auto;
    bottom: -3rem;
    right: -11.625rem;
  }
}
.navbar {
  padding: 0 46px;
}
@media (max-width: 1024px) {
  .navbar {
    padding: 0;
  }
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 36px;
}
.nav-menu .nav-item {
  margin-bottom: 0;
}
.nav-menu .nav-item::before {
  content: none;
}

.nav-link {
  color: #515151;
  text-decoration: none;
  font-weight: 500;
  padding: 0.625rem 0rem;
  position: relative;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.nav-link:hover {
  color: #1A1A1A;
}

.dropdown {
  position: relative;
}
.dropdown--toggle {
  cursor: pointer;
}
.dropdown--arrow {
  transition: transform 0.3s ease;
  width: 0.625rem;
  height: auto;
}
.dropdown--menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 12.5rem;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 0.625rem 0rem;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.625rem);
  transition: all 0.3s ease;
}
.dropdown--link {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #333;
  text-decoration: none;
  transition: background 0.3s ease;
}
.dropdown--link:hover {
  background: #f8f9fa;
  color: #1A1A1A;
}
.dropdown:hover .dropdown--arrow {
  transform: rotate(180deg);
}
.dropdown:hover .dropdown--menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0;
}
.hamburger .bar {
  width: 21px;
  height: 3px;
  background: #333;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .header__menu {
    flex-grow: 1;
  }
  .hamburger {
    display: flex;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-17px, 5px);
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-8px, 5px);
  }
  .hamburger .bar {
    width: 27px;
  }
  .nav-container {
    justify-content: flex-end;
  }
  .nav-menu {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px;
    gap: 0;
    transition: left 0.3s ease;
    overflow-y: auto;
    gap: 15px;
  }
  .nav-menu.active {
    left: 0;
  }
  .nav-item {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .nav-link {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
  }
  .dropdown--menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f8f9fa;
    border-radius: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .dropdown.active .dropdown--menu {
    max-height: 31.25rem;
  }
  .dropdown.active .dropdown--arrow {
    transform: rotate(180deg);
  }
  .dropdown--link {
    padding: 0.75rem 1.875rem;
    border-bottom: 1px solid #e9ecef;
  }
  .dropdown--link:last-child {
    border-bottom: none;
  }
}
.mobile-logo {
  display: none;
}
@media (max-width: 640px) {
  .mobile-logo {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
  }
  .mobile-logo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background-color: #615851;
  }
  .mobile-logo a {
    display: inline-block;
  }
  .mobile-logo a img {
    width: 100px;
    height: auto;
  }
}