@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica/Geologica-Variable.ttf");
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: "Geologica", sans-serif;
  margin: 0;
  font-variant-numeric: lining-nums;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
  font-synthesis: none !important;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
}

html {
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: none;
}
body.lock {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  body.lock-m {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  body {
    padding-bottom: 0;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #0085fe !important;
}

img,
video {
  max-width: 100%;
}

img[parse-svg] {
  opacity: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 5.5555555556vw;
  }
}

.page {
  min-height: 60vh;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: 0.3s ease;
  transition-property: background, transform;
}
.header.hidden {
  transform: translate(0, -110%);
}
.header.scroll {
  background: #5B5B75;
}
.header.scroll .header-wrapper {
  height: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .header.scroll .header-wrapper {
    height: 15.5555555556vw;
  }
}
.header.scroll .header-text {
  opacity: 0;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.1666666667vw;
  transition: 0.3s ease;
  transition-property: height;
}
@media screen and (max-width: 1023px) {
  .header-wrapper {
    height: 15.5555555556vw;
  }
}
.header-left {
  display: flex;
  align-items: center;
}
.header-text {
  max-width: 18.3333333333vw;
  margin-left: 0.8333333333vw;
  transition: 0.2s ease;
  transition-property: opacity;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .header-text {
    font-size: 3.3333333333vw;
  }
}
.header-nav ul {
  display: flex;
  gap: 1.8229166667vw;
  margin: 0;
  padding: 0;
}
.header-nav ul li {
  list-style: none;
}
.header-nav ul li a {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .header-nav ul li a {
    font-size: 4.4444444444vw;
  }
}
.header-nav ul li a {
  position: relative;
  transition: color 0.2s ease;
}
.header-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .header-nav ul li a:hover {
    color: #ffffff !important;
  }
  .header-nav ul li a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  border: 0;
  padding: 1.1111111111vw;
  border-radius: 50%;
  transition: background 0.3s ease;
  cursor: pointer;
}
.header-btn svg {
  color: #ffffff;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}
@media (hover: hover) {
  .header-btn:hover {
    background: #5B5B75;
  }
}

.logo {
  display: flex;
}
.logo img {
  height: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .logo img {
    height: 6.1111111111vw;
  }
}
.logo-big img {
  height: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .logo-big img {
    height: 7.7777777778vw;
  }
}

.footer {
  overflow: hidden;
  position: relative;
  padding: 3.75vw 0;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 15.5555555556vw 0;
  }
}
.footer-bg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-bg img, .footer-bg video, .footer-bg iframe {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-bg::after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .footer-top {
    flex-direction: column;
    gap: 0;
  }
}
.footer-logo {
  width: 29.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .footer-logo {
    width: 100%;
  }
}
.footer-logo p {
  max-width: 18.75vw;
  margin-top: 0.8333333333vw;
  color: #D6D6D6;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .footer-logo p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer-logo p {
    max-width: 100%;
    margin-top: 3.3333333333vw;
  }
}
.footer-contacts {
  width: 32.2916666667vw;
  padding-top: 0.9375vw;
}
@media screen and (max-width: 1023px) {
  .footer-contacts {
    width: 100%;
    margin-top: 11.1111111111vw;
    padding-top: 0;
  }
}
.footer-address {
  width: 30.2083333333vw;
  padding-top: 0.9375vw;
}
@media screen and (max-width: 1023px) {
  .footer-address {
    width: 100%;
    margin-top: 11.1111111111vw;
    padding-top: 0;
  }
}
.footer-bottom {
  display: flex;
  margin-top: 3.3333333333vw;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    flex-direction: column-reverse;
    margin-top: 13.3333333333vw;
    gap: 0;
  }
}
.footer-bottom-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4166666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-links {
    gap: 3.3333333333vw;
    margin-bottom: 0;
  }
}
.footer-bottom-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4166666667vw 1.25vw;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-links div {
    flex-direction: column;
    gap: 3.3333333333vw;
  }
}
.footer-bottom-links a, .footer-bottom-links span {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-links a, .footer-bottom-links span {
    font-size: 3.3333333333vw;
  }
}
.footer-bottom-links a {
  position: relative;
  transition: color 0.2s ease;
}
.footer-bottom-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .footer-bottom-links a:hover {
    color: #ffffff !important;
  }
  .footer-bottom-links a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.footer-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-text {
    gap: 3.3333333333vw;
    margin-top: 10vw;
  }
}
.footer-bottom-text div {
  color: #D6D6D6;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-text div {
    font-size: 3.3333333333vw;
  }
}
.footer-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 25vw;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    width: 100%;
    margin-top: 13.3333333333vw;
    padding-top: 0;
  }
}
.footer-nav {
  display: flex;
  width: 100%;
  margin-left: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .footer-nav {
    flex-direction: column;
    margin-left: 0;
  }
}
.footer-nav-item {
  padding: 2.0833333333vw;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (min-width: 1024px) {
  .footer-nav-item:first-child {
    padding-left: 0;
    border-left: 0;
    width: 15.625vw;
  }
  .footer-nav-item:nth-child(2) {
    width: 16.6145833333vw;
  }
  .footer-nav-item:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav-item {
    width: 100%;
    padding: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav-category {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
.footer-nav-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .footer-nav-category-head {
    font-size: 5vw;
  }
}
.footer-nav-category-head.active svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .footer-nav-category-head {
    padding: 2.7777777778vw 0;
  }
}
.footer-nav-category-head span {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  margin-left: 3.3333333333vw;
  border-radius: 50%;
}
.footer-nav-category-head span svg {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  transition: transform 0.25s ease;
}
.footer-nav-category-list {
  overflow: hidden;
  margin-top: 1.0416666667vw;
  transition: height 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .footer-nav-category-list {
    height: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav-category-list {
    height: 0;
    margin-top: 0;
  }
}
.footer-nav-category-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .footer-nav-category-list ul {
    gap: 3.3333333333vw;
    padding-bottom: 5.5555555556vw;
  }
}
.footer-nav-category-list ul li {
  list-style: none;
}
.footer-nav-category-list ul li a {
  color: #D6D6D6;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .footer-nav-category-list ul li a {
    font-size: 3.8888888889vw;
  }
}
.footer-nav-category-list ul li a {
  position: relative;
  transition: color 0.2s ease;
}
.footer-nav-category-list ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .footer-nav-category-list ul li a:hover {
    color: #ffffff !important;
  }
  .footer-nav-category-list ul li a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.footer-nav-pages {
  position: relative;
}
.footer-nav-pages::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 1023px) {
  .footer-nav-pages::after {
    display: none;
  }
}
.footer-nav-pages ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8333333333vw 4.1666666667vw;
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .footer-nav-pages ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.footer-nav-pages ul li {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .footer-nav-pages ul li {
    width: 100%;
  }
}
.footer-nav-pages ul li a {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .footer-nav-pages ul li a {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav-pages ul li a {
    position: relative;
    transition: color 0.2s ease;
  }
  .footer-nav-pages ul li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .footer-nav-pages ul li a:hover {
    color: #ffffff !important;
  }
  .footer-nav-pages ul li a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav-pages ul li a {
    width: 100%;
    padding: 5vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

.burger {
  position: fixed;
  z-index: 110;
  top: 0;
  right: -110vw;
  width: 100%;
  height: 100%;
  transition: right 0.2s ease;
  overscroll-behavior: contain;
}
.burger.active {
  right: 0;
}
.burger-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.burger-bg img, .burger-bg video, .burger-bg iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.burger-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden auto;
  overscroll-behavior: contain;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}
.burger-top {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #5B5B75;
  height: 15.5555555556vw;
  padding: 2.2222222222vw 5.5555555556vw;
}
.burger-menu {
  padding: 11.1111111111vw 5.5555555556vw 0;
}
.burger-menu ul {
  margin: 0;
  padding: 0;
}
.burger-menu ul li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.burger-menu ul li:last-child {
  border-bottom: 0;
}
.burger-menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 0;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .burger-menu ul li a {
    font-size: 5vw;
  }
}
.burger-menu ul li a.burger-link-submenu {
  padding: 2.7777777778vw 0;
}
.burger-menu ul li a.active svg {
  transform: rotate(180deg);
}
.burger-menu ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  border-radius: 50%;
}
.burger-menu ul li a span svg {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  transition: transform 0.25s ease;
}
.burger-submenu {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 0;
  transition: height 0.25s ease;
}
.burger-submenu ul {
  margin: 0;
  padding: 0 0 5.5555555556vw;
}
.burger-submenu ul li {
  margin-top: 3.3333333333vw;
  border: 0;
}
.burger-submenu ul li:first-child {
  margin-top: 0;
}
.burger-submenu ul li a {
  padding: 0;
  border: 0;
  color: #D6D6D6;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .burger-submenu ul li a {
    font-size: 3.8888888889vw;
  }
}
.burger-bottom {
  padding: 13.3333333333vw 5.5555555556vw;
}
.burger-socials {
  margin-top: 3.8888888889vw;
}
.burger-address {
  margin-top: 11.1111111111vw;
}

.socials {
  display: flex;
  gap: 0.2083333333vw;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .socials {
    gap: 1.1111111111vw;
  }
}
.socials li {
  list-style: none;
}

.tel {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .tel {
    font-size: 6.3888888889vw;
  }
}
.tel {
  position: relative;
  transition: color 0.2s ease;
}
.tel::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .tel:hover {
    color: #ffffff !important;
  }
  .tel:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.tel + .socials {
  margin-top: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .tel + .socials {
    margin-top: 3.8888888889vw;
  }
}

.address {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  color: #D6D6D6;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .address {
    font-size: 3.8888888889vw;
  }
}
.address span {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .address span {
    font-size: 6.3888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .address {
    gap: 2.2222222222vw;
  }
}

.link {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.625vw;
  padding: 0 0 0 1.5625vw;
  transition: all 0.3s ease;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .link {
    font-size: 4.4444444444vw;
  }
}
.link {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .link {
    gap: 2.2222222222vw;
  }
}
.link svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #BCBCBC;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  transition: 0.3s ease;
  transition-property: width, opacity, right, left;
}
@media screen and (max-width: 1023px) {
  .link svg {
    width: 5vw;
    height: 5vw;
  }
}
.link svg:first-child {
  left: 0;
  opacity: 1;
}
.link svg:last-child {
  color: #5B5B75;
  opacity: 0;
  right: 0;
  width: 0;
}
@media (hover: hover) {
  .link:hover {
    color: #5B5B75;
    padding: 0 1.5625vw 0 0;
  }
  .link:hover .slide-arrow:hover {
    padding-right: 1em;
    padding-left: 2.25em;
    color: #F687B3;
    box-shadow: 0 0 1em 0 hsla(329, 64%, 54%, 0.35);
  }
  .link:hover svg:first-child {
    opacity: 0;
    width: 0;
  }
  .link:hover svg:last-child {
    opacity: 1;
    width: 1.0416666667vw;
  }
}
.link-white {
  color: #ffffff;
}
.link-white svg {
  color: rgba(255, 255, 255, 0.4);
}
.link-white svg:last-child {
  color: #ffffff;
}
@media (hover: hover) {
  .link-white:hover {
    color: #ffffff;
  }
}

.chips-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2083333333vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .chips-list {
    gap: 1.1111111111vw;
  }
}
.chips-list li {
  list-style: none;
}
.chips-list-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2083333333vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .chips-list-block {
    gap: 1.1111111111vw;
  }
}

.main-banner {
  overflow: hidden;
  position: relative;
  min-height: 47.9166666667vw;
}
@media screen and (max-width: 1023px) {
  .main-banner {
    min-height: 172.2222222222vw;
  }
}
.main-banner-bg {
  background: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-banner-bg img, .main-banner-bg video, .main-banner-bg iframe {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 47.9166666667vw;
}
@media screen and (max-width: 1023px) {
  .main-banner-bg img, .main-banner-bg video, .main-banner-bg iframe {
    min-height: 172.2222222222vw;
  }
}
.main-banner-bg::after {
  content: "";
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.72) 6.78%, rgba(19, 19, 19, 0) 39.753%, rgba(19, 19, 19, 0.72) 69.719%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-banner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 47.9166666667vw;
  padding: 10.4166666667vw 0 3.125vw;
}
@media screen and (max-width: 1023px) {
  .main-banner-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 172.2222222222vw;
    padding: 44.4444444444vw 0 8.8888888889vw;
  }
}
.main-banner-block {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  max-width: 25vw;
}
@media screen and (max-width: 1023px) {
  .main-banner-block {
    max-width: 100%;
    margin-top: 11.1111111111vw;
  }
}
.main-banner-block h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 5.4166666667vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .main-banner-block h1 {
    font-size: 16.1111111111vw;
  }
}
.main-banner-block h2, .main-banner-block h3 {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .main-banner-block h2, .main-banner-block h3 {
    font-size: 7.7777777778vw;
  }
}
.main-banner-block p {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .main-banner-block p {
    font-size: 4.4444444444vw;
  }
}
.main-banner-block a {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .main-banner-block a {
    font-size: 4.4444444444vw;
  }
}
.main-banner-block a {
  position: relative;
  transition: color 0.2s ease;
}
.main-banner-block a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .main-banner-block a:hover {
    color: #ffffff !important;
  }
  .main-banner-block a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.main-banner-block ul, .main-banner-block ol {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .main-banner-block ul, .main-banner-block ol {
    padding-left: 5.5555555556vw;
  }
}
.main-banner-block ul li, .main-banner-block ol li {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .main-banner-block ul li, .main-banner-block ol li {
    font-size: 4.4444444444vw;
  }
}
.main-banner-right {
  width: 100%;
  max-width: 33.3333333333vw;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .main-banner-right {
    margin-left: 0;
    max-width: 100%;
  }
}

.section-info {
  margin: 4.1666666667vw 0;
}
@media screen and (max-width: 1023px) {
  .section-info {
    margin: 17.7777777778vw 0;
  }
}
.section-info-head {
  position: relative;
}
.section-info-head h1 {
  text-align: center;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 5.4166666667vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .section-info-head h1 {
    font-size: 16.1111111111vw;
  }
}
.section-info-head h1 {
  line-height: 98%;
}
@media screen and (max-width: 1023px) {
  .section-info-head h1 {
    font-size: 10vw;
  }
}
.section-info-head h1 span {
  display: block;
  color: #D6D6D6;
}
.section-info-head-block {
  width: 25vw;
  margin: 13.125vw 16.6666666667vw 0 auto;
}
@media screen and (max-width: 1023px) {
  .section-info-head-block {
    width: 100%;
    margin: 16.6666666667vw 0 0 0;
  }
}
.section-info-head-content {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-head-content {
    gap: 4.4444444444vw;
  }
}
.section-info-head-content p, .section-info-head-content li {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-info-head-content p, .section-info-head-content li {
    font-size: 4.4444444444vw;
  }
}
.section-info-head-content ul, .section-info-head-content ol {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .section-info-head-content ul, .section-info-head-content ol {
    padding-left: 5.5555555556vw;
  }
}
.section-info-head-chips {
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .section-info-head-chips {
    margin-top: 11.1111111111vw;
  }
}
.section-info-head-img {
  position: absolute;
  z-index: 1;
  top: 4.375vw;
  left: 0;
  width: 52.0833333333vw;
  height: 33.3333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .section-info-head-img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.section-info-head-img img, .section-info-head-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-info-head-bg {
  position: absolute;
  z-index: -2;
  top: 13.75vw;
  left: 50vw;
  width: 20.8333333333vw;
  height: 14.6875vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .section-info-head-bg {
    top: 78.8888888889vw;
    left: -22.2222222222vw;
    width: 100.2777777778vw;
    height: 70.8333333333vw;
  }
}
.section-info-items {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-items {
    gap: 22.2222222222vw;
    margin-top: 17.7777777778vw;
  }
}
.section-info-item {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section-info-item {
    flex-direction: column-reverse;
    gap: 11.1111111111vw;
  }
}
.section-info-item-block {
  display: flex;
  flex-direction: column;
  padding-top: 4.1666666667vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .section-info-item-block {
    padding-top: 0;
  }
}
.section-info-item-block h3 {
  border-bottom: 1px solid #D6D6D6;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .section-info-item-block h3 {
    font-size: 10.5555555556vw;
  }
}
.section-info-item-block h3 span {
  display: inline;
  color: #BCBCBC;
}
.section-info-item-block h3.left {
  padding: 0 2.0833333333vw 1.40625vw 0;
}
@media screen and (max-width: 1023px) {
  .section-info-item-block h3.left {
    padding: 0 0 6.3888888889vw 0;
  }
}
.section-info-item-block h3.right {
  padding: 0 0 1.40625vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-block h3.right {
    padding: 0 0 6.3888888889vw 0;
  }
}
.section-info-item-content {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  width: 25vw;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-content {
    gap: 6.6666666667vw;
    width: 100%;
    margin-top: 11.1111111111vw;
  }
}
.section-info-item-content.right {
  padding-left: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-content.right {
    padding-left: 0;
  }
}
.section-info-item-content p, .section-info-item-content li {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-info-item-content p, .section-info-item-content li {
    font-size: 4.4444444444vw;
  }
}
.section-info-item-content ul, .section-info-item-content ol {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-content ul, .section-info-item-content ol {
    padding-left: 5.5555555556vw;
  }
}
.section-info-item-img {
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 60.4166666667vw;
  height: 35.4166666667vw;
  border-radius: 2.5vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .section-info-item-img {
    width: 100%;
    height: auto;
    border-radius: 8.8888888889vw;
  }
}
.section-info-item-img-parallax {
  overflow: hidden;
}
.section-info-item-img img, .section-info-item-img video, .section-info-item-img iframe {
  width: 100%;
  height: 100%;
  border-radius: 2.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .section-info-item-img img, .section-info-item-img video, .section-info-item-img iframe {
    aspect-ratio: 16/10;
    border-radius: 8.8888888889vw;
  }
}
.section-info-item-chips {
  position: absolute;
  left: 14.5833333333vw;
  bottom: -1.1458333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-chips {
    left: 5.5555555556vw;
    bottom: -5.5555555556vw;
  }
}
.section-info-item-center {
  min-height: 52.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-center {
    flex-direction: column;
    min-height: auto;
  }
}
.section-info-item-center h3 {
  text-align: center;
  padding: 0 2.0833333333vw 1.40625vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-center h3 {
    padding: 0 6.6666666667vw 6.3888888889vw;
  }
}
.section-info-item-center .section-info-item-block {
  padding-top: 14.5833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-center .section-info-item-block {
    padding-top: 0;
  }
}
.section-info-item-center .section-info-item-content {
  width: 20.8333333333vw;
  margin: 3.3333333333vw auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section-info-item-center .section-info-item-content {
    width: 100%;
    margin: 11.1111111111vw auto 0;
  }
}
.section-info-item-center .section-info-item-img {
  width: 33.3333333333vw;
  height: 41.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-center .section-info-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .section-info-item-center .section-info-item-img img, .section-info-item-center .section-info-item-img video, .section-info-item-center .section-info-item-img iframe {
    aspect-ratio: 1/1;
  }
}

.section-about {
  overflow: hidden;
  position: relative;
}
.section-about-bg {
  background: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-about-bg img, .section-about-bg video, .section-about-bg iframe {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about-bg::after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-about-logo {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-about-logo img, .section-about-logo video, .section-about-logo iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about .container {
  position: relative;
  z-index: 1;
}
.section-about-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 4.1666666667vw 0;
  min-height: 41.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-about-wrapper {
    flex-direction: column;
    padding: 22.2222222222vw 0;
    min-height: auto;
  }
}
.section-about-left {
  display: flex;
  flex-direction: column;
  max-width: 41.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-about-left {
    max-width: 100%;
  }
}
.section-about-left span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-about-left span {
    font-size: 3.3333333333vw;
  }
}
.section-about-left span {
  font-weight: 700;
}
.section-about-left h2 {
  margin-top: 0.625vw;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .section-about-left h2 {
    font-size: 7.7777777778vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-about-left h2 {
    margin-top: 3.3333333333vw;
  }
}
.section-about-left a {
  margin: 2.7083333333vw 0;
}
@media screen and (max-width: 1023px) {
  .section-about-left a {
    margin: 11.6666666667vw 0 0;
  }
}
.section-about-left p {
  max-width: 25vw;
  margin-top: auto;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-about-left p {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-about-left p {
    max-width: 100%;
    margin-top: 17.7777777778vw;
  }
}
.section-about-counters {
  justify-content: space-between;
  height: 100%;
  width: 31.71875vw;
}
@media screen and (max-width: 1023px) {
  .section-about-counters {
    width: 100%;
    margin-top: 17.7777777778vw;
  }
}

.section-category {
  padding: 3.3333333333vw 0 7.5vw 0;
}
@media screen and (max-width: 1023px) {
  .section-category {
    padding: 13.3333333333vw 0 22.2222222222vw 0;
  }
}
.section-category-top {
  display: flex;
  align-items: center;
}
.section-category-top::before, .section-category-top::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #D6D6D6;
  width: 100%;
}
.section-category-top h2 {
  flex-shrink: 0;
  margin: 0 0.625vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .section-category-top h2 {
    font-size: 10.5555555556vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-category-top h2 {
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
    margin: 0 3.3333333333vw;
  }
}
.section-category-top h2 span {
  color: #D6D6D6;
}
.section-category-items {
  display: flex;
  flex-wrap: wrap;
  gap: 4.1666666667vw 2.0833333333vw;
  margin-top: 3.3333333333vw;
}
.section-category .card-1:nth-child(1) {
  width: calc(33.3333333333% - 4.1666666667vw / 3);
}
.section-category .card-1:nth-child(2) {
  width: calc(33.3333333333% - 4.1666666667vw / 3);
}
.section-category .card-1:nth-child(3) {
  width: calc(33.3333333333% - 4.1666666667vw / 3);
}
.section-category .card-1:nth-child(4) {
  width: calc(50% - 1.0416666667vw);
}
.section-category .card-1:nth-child(5) {
  width: calc(50% - 1.0416666667vw);
}

.counters {
  display: flex;
  flex-direction: column;
  gap: 4.5833333333vw;
  padding: 0.4166666667vw 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 1023px) {
  .counters {
    gap: 13.3333333333vw;
    padding: 2.2222222222vw 0;
  }
}
.counters li {
  list-style: none;
}
.counters-item-top {
  display: flex;
  align-items: flex-start;
  padding: 0 0 0.7291666667vw 2.0833333333vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 1023px) {
  .counters-item-top {
    padding: 0 0 3.3333333333vw 5.5555555556vw;
  }
}
.counters-item-top h3 {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 5.4166666667vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .counters-item-top h3 {
    font-size: 16.1111111111vw;
  }
}
.counters-item-top h3 {
  line-height: 92%;
}
.counters-item-top sup {
  text-transform: uppercase;
  margin-left: 0.2083333333vw;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .counters-item-top sup {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .counters-item-top sup {
    margin-left: 1.1111111111vw;
  }
}
.counters-item-top sup {
  font-weight: 700;
}
.counters-item-info {
  margin-top: 0.7291666667vw;
  padding-left: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .counters-item-info {
    margin-top: 3.3333333333vw;
    padding-left: 5.5555555556vw;
  }
}
.counters-item-info p {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .counters-item-info p {
    font-size: 3.8888888889vw;
  }
}

.section-brands {
  background: #F2F2F2;
}
.section-brands-wrapper {
  display: flex;
  gap: 4.1666666667vw;
  padding: 3.3333333333vw 0;
}
@media screen and (max-width: 1023px) {
  .section-brands-wrapper {
    flex-direction: column;
    gap: 13.3333333333vw;
    padding: 17.7777777778vw 0;
  }
}
.section-brands-left {
  flex-shrink: 0;
  width: 27.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-brands-left {
    width: 100%;
  }
}
.section-brands-left h2 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .section-brands-left h2 {
    font-size: 10.5555555556vw;
  }
}
.section-brands-left p {
  margin-top: 2.5vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-brands-left p {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-brands-left p {
    margin-top: 13.3333333333vw;
  }
}
.section-brands-right {
  width: 100%;
}

.brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .brands {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brands li {
  list-style: none;
}
.brands-item {
  position: relative;
  padding: 1.25vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  border-right: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
}
@media screen and (min-width: 1024px) {
  .brands-item:nth-child(4n) {
    border-right: 0;
    padding-right: 0;
  }
  .brands-item:first-child, .brands-item:nth-child(4n+1) {
    padding-left: 0;
  }
  .brands-item:nth-child(-n+4) {
    border-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .brands-item {
    padding: 4.4444444444vw 5.5555555556vw 6.6666666667vw 5.5555555556vw;
  }
  .brands-item:nth-child(odd) {
    padding-left: 0;
  }
  .brands-item:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }
  .brands-item:first-child, .brands-item:nth-child(2) {
    border-top: 0;
  }
}
@media (hover: hover) {
  .brands-item:hover svg {
    color: #5B5B75;
  }
}
.brands-item-img svg {
  color: #BCBCBC;
  width: 9.375vw;
  height: 2.5vw;
  transition: color 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .brands-item-img svg {
    width: 38.8888888889vw;
    height: 10.5555555556vw;
  }
}
.brands-item p {
  max-width: 11.9791666667vw;
  margin-top: 0.625vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .brands-item p {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .brands-item p {
    max-width: 100%;
    margin-top: 3.3333333333vw;
  }
}
.brands-item a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner-big .page-banner-wrapper {
  min-height: 27.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .page-banner-big .page-banner-wrapper {
    min-height: 166.6666666667vw;
  }
}
.page-banner-bg {
  background: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-banner-bg img, .page-banner-bg video, .page-banner-bg iframe {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner-bg::after {
  content: "";
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.72) 6.78%, rgba(19, 19, 19, 0) 39.753%, rgba(19, 19, 19, 0.72) 69.719%), rgba(47, 39, 19, 0.04);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-banner-blur .page-banner-bg::after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-banner-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 22.9166666667vw;
  padding: 7.2916666667vw 0 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .page-banner-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 100vw;
    padding: 27.7777777778vw 0 6.6666666667vw;
  }
}
.page-banner-left {
  width: 31.25vw;
}
@media screen and (max-width: 1023px) {
  .page-banner-left {
    width: 100%;
    margin-top: 11.1111111111vw;
  }
}
.page-banner-left h1 {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .page-banner-left h1 {
    font-size: 10.5555555556vw;
  }
}
.page-banner-left p {
  color: #D6D6D6;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .page-banner-left p {
    font-size: 3.8888888889vw;
  }
}
.page-banner-right {
  width: 43.75vw;
}
@media screen and (max-width: 1023px) {
  .page-banner-right {
    margin-top: auto;
    width: 100%;
  }
}
.page-banner-right .chips-list {
  width: 28.125vw;
}
@media screen and (max-width: 1023px) {
  .page-banner-right .chips-list {
    width: 100%;
  }
}

.section-products {
  margin: 3.3333333333vw 0;
}
@media screen and (max-width: 1023px) {
  .section-products {
    margin: 13.3333333333vw 0;
  }
}
.section-products-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.1666666667vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-products-items {
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
  }
}

.section-prices {
  margin: 2.0833333333vw 0;
}
@media screen and (max-width: 1023px) {
  .section-prices {
    margin: 8.8888888889vw 0;
  }
}
.section-prices-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 2.5vw;
  padding: 2.9166666667vw 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-prices-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 8.8888888889vw;
    border-radius: 8.8888888889vw;
    padding: 8.8888888889vw;
  }
}
.section-prices-wrapper h2 {
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .section-prices-wrapper h2 {
    font-size: 7.7777777778vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-prices-wrapper h2 {
    text-align: center;
  }
}
.section-prices-wrapper h2 span {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1023px) {
  .section-prices-wrapper h2 span {
    display: block;
  }
}
@media (hover: hover) {
  .section-prices-wrapper:hover div span {
    background: #5B5B75;
  }
  .section-prices-wrapper:hover div svg {
    color: #ffffff;
  }
}
.section-prices-wrapper div {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.625vw;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-prices-wrapper div {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-prices-wrapper div {
    gap: 3.3333333333vw;
  }
}
.section-prices-wrapper div {
  font-size: 700;
}
.section-prices-wrapper div span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  border-radius: 50%;
  transition: background 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .section-prices-wrapper div span {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
}
.section-prices-wrapper div span svg {
  color: #757575;
  width: 1.25vw;
  height: 1.25vw;
  transition: color 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .section-prices-wrapper div span svg {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
}
.section-prices-wrapper a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-prices-bg {
  background: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-prices-bg img, .section-prices-bg video, .section-prices-bg iframe {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-prices-bg::after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.card {
  position: relative;
}
@media (hover: hover) {
  .card:hover img {
    transform: scale(1.05);
  }
  .card:hover h3 {
    color: #5B5B75;
  }
}
.card-img {
  overflow: hidden;
  background: #F2F2F2;
  padding: 3.3333333333vw;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .card-img {
    padding: 11.1111111111vw;
    border-radius: 8.8888888889vw;
  }
}
.card-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease;
}
.card-info {
  margin-top: 1.0416666667vw;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .card-info {
    margin-top: 4.4444444444vw;
    padding: 0 8.8888888889vw;
  }
}
.card-info h3 {
  transition: color 0.2s ease;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .card-info h3 {
    font-size: 6.3888888889vw;
  }
}
.card-list {
  position: relative;
  z-index: 3;
  margin-top: 0.8333333333vw;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .card-list {
    margin-top: 4.4444444444vw;
    padding: 0 8.8888888889vw;
  }
}
.card-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .card-1 {
    width: 100% !important;
    gap: 5.5555555556vw;
  }
}
@media (hover: hover) {
  .card-1:hover img {
    transform: scale(1.07);
  }
  .card-1:hover h3 {
    color: #5B5B75;
  }
}
.card-1:has(.card-1-repair) .card-1-link {
  cursor: not-allowed;
}
.card-1-img {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 2.5vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .card-1-img {
    width: 100%;
    height: auto;
    border-radius: 8.8888888889vw;
  }
}
.card-1-img a {
  display: flex;
}
.card-1-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.card-1-repair {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-1-repair svg {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  color: rgba(255, 255, 255, 0.4);
}
.card-1-repair span {
  text-align: center;
  display: block;
  max-width: 9.6354166667vw;
  margin-top: 0.625vw;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .card-1-repair span {
    font-size: 6.3888888889vw;
  }
}
.card-1-info {
  display: flex;
  flex-direction: column;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .card-1-info {
    padding: 0 4.4444444444vw;
  }
}
.card-1-title {
  transition: all 0.2s ease;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .card-1-title {
    font-size: 6.3888888889vw;
  }
}
@media (hover: hover) {
  .card-1-title:hover {
    color: #5B5B75;
  }
}
.card-1-list {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2083333333vw;
  margin-top: 0.8333333333vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .card-1-list {
    gap: 1.1111111111vw;
    max-width: 100%;
    margin-top: 4.4444444444vw;
  }
}
.card-1-list li {
  list-style: none;
}
.card-1-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.category {
  margin: 2.0833333333vw 0 3.3333333333vw 0;
}
@media screen and (max-width: 1023px) {
  .category {
    margin: 17.7777777778vw 0;
  }
}
.category-item {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .category-item {
    flex-direction: column;
  }
}
.category-item-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .category-item-reverse {
    flex-direction: column;
  }
}
.category-item-img {
  overflow: hidden;
  width: 100%;
  height: 35.4166666667vw;
  border-radius: 2.5vw;
  background: #F2F2F2;
}
@media screen and (max-width: 1023px) {
  .category-item-img {
    width: 100%;
    height: auto;
    border-radius: 8.8888888889vw;
  }
}
.category-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-item-block {
  flex-shrink: 0;
  width: 35.4166666667vw;
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 1023px) {
  .category-item-block {
    width: 100%;
    margin-top: 11.1111111111vw;
    padding: 0;
  }
}
.category-item-block h2 {
  padding: 0 0 1.40625vw 2.0833333333vw;
  border-bottom: 1px solid #D6D6D6;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .category-item-block h2 {
    font-size: 7.7777777778vw;
  }
}
@media screen and (max-width: 1023px) {
  .category-item-block h2 {
    padding: 0 0 6.1111111111vw 0;
  }
}
.category-item-content {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  width: 25vw;
  margin-top: 3.3333333333vw;
  padding-left: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .category-item-content {
    gap: 6.6666666667vw;
    width: 100%;
    margin-top: 11.1111111111vw;
    padding-left: 0;
  }
}
.category-item-content p, .category-item-content li {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .category-item-content p, .category-item-content li {
    font-size: 4.4444444444vw;
  }
}
.category-item-content ul, .category-item-content ol {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .category-item-content ul, .category-item-content ol {
    padding-left: 5.5555555556vw;
  }
}
.category-advantages {
  display: flex;
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .category-advantages {
    flex-direction: column;
    gap: 4.4444444444vw;
    margin-top: 13.3333333333vw;
  }
}
.category-advantages-item {
  background: #F2F2F2;
  padding: 2.0833333333vw 2.0833333333vw 2.9166666667vw;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .category-advantages-item {
    width: 100%;
    padding: 6.6666666667vw 6.6666666667vw 8.8888888889vw;
    border-radius: 8.8888888889vw;
  }
}
@media screen and (min-width: 1024px) {
  .category-advantages-item:nth-child(1) {
    width: 27.0833333333vw;
  }
  .category-advantages-item:nth-child(2) {
    width: 31.25vw;
  }
  .category-advantages-item:nth-child(3) {
    width: 33.3333333333vw;
  }
}
.category-advantages-item-icon {
  width: 3.75vw;
  height: 3.75vw;
}
@media screen and (max-width: 1023px) {
  .category-advantages-item-icon {
    width: 15.5555555556vw;
    height: 15.5555555556vw;
  }
}
.category-advantages-item-icon img {
  width: 100%;
  height: 100%;
}
.category-advantages-item-content {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .category-advantages-item-content {
    margin-top: 6.6666666667vw;
  }
}
.category-advantages-item-content h3 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .category-advantages-item-content h3 {
    font-size: 6.3888888889vw;
  }
}
.category-advantages-item-content ul {
  max-width: 22.9166666667vw;
  margin-top: 1.25vw;
  padding-left: 1.0416666667vw;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .category-advantages-item-content ul {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .category-advantages-item-content ul {
    max-width: 100%;
    margin-top: 4.4444444444vw;
    padding-left: 5.5555555556vw;
  }
}
.category-advantages-item-content ul li {
  margin-top: 0.5208333333vw;
}
.category-advantages-item-content ul li:first-child {
  margin-top: 0;
}
.category-advantages-item-content ul li::marker {
  color: #2DAF5A;
}
.category-slider {
  margin-top: 2.0833333333vw;
}
.category-slider-nav {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 2.0833333333vw;
  width: 33.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-nav {
    top: 100%;
    gap: 11.1111111111vw;
    width: 100%;
    transform: translate(0, -100%);
  }
}
.category-slider-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  height: 2.2916666667vw;
  padding: 0.78125vw 1.1458333333vw;
  border-radius: 2.0833333333vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .category-slider-number {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .category-slider-number {
    height: 11.1111111111vw;
    padding: 3.3333333333vw 4.4444444444vw;
    border-radius: 8.8888888889vw;
  }
}
.category-slider-number {
  font-weight: 700;
}
.category-slider-pagination {
  display: flex;
  justify-content: center;
}
.category-slider-btns {
  display: flex;
  gap: 0.4166666667vw;
}
.category-slider-btn {
  color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.25 ease;
  transition-property: color, background;
}
@media screen and (max-width: 1023px) {
  .category-slider-btn {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
}
.category-slider-btn svg {
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-btn svg {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
@media (hover: hover) {
  .category-slider-btn:hover {
    color: #ffffff;
    background: #5B5B75;
  }
}
@media screen and (max-width: 1023px) {
  .category-slider {
    margin-top: 11.1111111111vw;
  }
}
.category-slider-item {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .category-slider-item {
    flex-direction: column;
    padding-bottom: 22.2222222222vw;
  }
}
.category-slider-left {
  flex-shrink: 0;
  width: 35.4166666667vw;
  padding-top: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-left {
    width: 100%;
    padding-top: 0;
  }
}
.category-slider-right {
  width: 100%;
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-right {
    flex-direction: column;
    gap: vwn(24px);
  }
}
.category-slider-block h2 {
  padding: 0 2.0833333333vw 1.40625vw 0;
  border-bottom: 1px solid #D6D6D6;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .category-slider-block h2 {
    font-size: 7.7777777778vw;
  }
}
@media screen and (max-width: 1023px) {
  .category-slider-block h2 {
    padding: 0 0 6.1111111111vw 0;
  }
}
.category-slider-content {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  width: 25vw;
  margin-top: 3.3333333333vw;
  padding-right: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-content {
    gap: 6.6666666667vw;
    width: 100%;
    margin-top: 11.1111111111vw;
    padding-right: 0;
  }
}
.category-slider-content ul {
  padding-left: 1.0416666667vw;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .category-slider-content ul {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .category-slider-content ul {
    padding-left: 5.5555555556vw;
  }
}
.category-slider-content ul li {
  margin-top: 0.5208333333vw;
}
.category-slider-content ul li:first-child {
  margin-top: 0;
}
.category-slider-content ul li::marker {
  color: #2DAF5A;
}
.category-slider-img {
  overflow: hidden;
  display: flex;
  background: #F2F2F2;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-img {
    margin-top: 11.1111111111vw;
    border-radius: 8.8888888889vw;
  }
}
.category-slider-img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-slider-img-1 {
  width: 20.8333333333vw;
  height: 20.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-img-1 {
    width: 100%;
    height: auto;
  }
}
.category-slider-img-2 {
  width: 37.5vw;
  height: 37.5vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-img-2 {
    width: 100%;
    height: auto;
  }
}

.alert {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.alert-bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.alert.active {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
.alert-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  background: #D6D6D6;
  width: 50vw;
  height: 28.125vw;
  padding: 3.3333333333vw;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .alert-wrapper {
    width: 88.8888888889vw;
    height: 133.3333333333vw;
    padding: 5.5555555556vw;
    border-radius: 8.8888888889vw;
  }
}
.alert-close {
  position: absolute;
  z-index: 2;
  top: 1.25vw;
  right: 1.25vw;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .alert-close {
    top: 4.4444444444vw;
    right: 4.4444444444vw;
    width: 11.6666666667vw;
    height: 11.6666666667vw;
  }
}
.alert-close svg {
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .alert-close svg {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.alert-close:hover {
  background: #5B5B75;
}
.alert-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.alert-img img {
  width: 100%;
  height: 100%;
}
.alert-img::after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.alert-block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.alert-block img {
  width: 10.4166666667vw;
  height: 2.3958333333vw;
}
@media screen and (max-width: 1023px) {
  .alert-block img {
    width: 42.2222222222vw;
    height: 9.7222222222vw;
  }
}
.alert-block p {
  text-align: center;
  max-width: 18.2291666667vw;
  margin-top: 1.25vw;
  color: #F2F2F2;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .alert-block p {
    font-size: 6.3888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .alert-block p {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.alert-block a {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .alert-block a {
    margin-top: 16.6666666667vw;
  }
}

.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border: 0;
  padding: 0.2083333333vw;
  border-radius: 50%;
  transition: background 0.3s ease;
  cursor: pointer;
}
.button-icon svg {
  color: #ffffff;
  width: 1.25vw;
  height: 1.25vw;
}
@media (hover: hover) {
  .button-icon:hover {
    background: #5B5B75;
  }
}
@media screen and (max-width: 1023px) {
  .button-icon {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    padding: 1.1111111111vw;
  }
  .button-icon svg {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media (hover: hover) {
  .button-icon-green:hover {
    background: #2DAF5A;
  }
}

[hidden] {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hidden\@m {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible\@m {
    display: none !important;
  }
}

.chip {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: flex-start;
  background: #F2F2F2;
  gap: 0.4166666667vw;
  min-height: 2.2916666667vw;
  min-width: 2.2916666667vw;
  transition: 0.25s ease;
  transition-property: background, color;
  border-radius: 2.0833333333vw;
  padding: 0.5208333333vw 1.0416666667vw;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .chip {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .chip {
    gap: 2.2222222222vw;
    min-height: 11.1111111111vw;
    border-radius: 11.1111111111vw;
    padding: 2.7777777778vw 5vw;
  }
}
.chip svg {
  width: 1.25vw;
  height: 1.25vw;
  transition: 0.25s ease;
  transition-property: transform;
}
@media screen and (max-width: 1023px) {
  .chip svg {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
}
.chip-bold {
  text-transform: uppercase;
  color: #757575;
  font-weight: 700;
}
.chip-link {
  background: #F2F2F2;
  padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .chip-link {
    padding: 2.7777777778vw 5vw 2.7777777778vw 3.3333333333vw;
  }
}
.chip-link svg {
  color: #BCBCBC;
}
@media (hover: hover) {
  .chip-link:hover {
    color: #ffffff;
    background: #5B5B75;
  }
}
.chip-green {
  background: #2DAF5A;
  color: #ffffff;
}
.chip-green svg {
  color: #ffffff;
}
.chip-icon {
  border-radius: 50%;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  padding: 0.4166666667vw !important;
}
@media screen and (max-width: 1023px) {
  .chip-icon {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    padding: 2.2222222222vw !important;
  }
}

.breadcrumbs {
  padding: 2.5vw 0;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    padding: 10vw 0;
  }
}
.breadcrumbs .container {
  display: flex;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.breadcrumbs-list li {
  display: flex;
  align-items: center;
  list-style: none;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li {
    font-size: 4.4444444444vw;
  }
}
.breadcrumbs-list li::before {
  content: "/";
  margin: 0 0.625vw;
  color: #BCBCBC;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li::before {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li::before {
    margin: 0 3.3333333333vw;
  }
}
.breadcrumbs-list li:first-child::before {
  content: "";
  display: inline-block;
  margin: 0 0.4166666667vw 0.2083333333vw 0;
  background-image: url("../img/icons/home-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li:first-child::before {
    margin: 0 2.2222222222vw 1.1111111111vw 0;
    width: 5vw;
    height: 5vw;
  }
}
.breadcrumbs-list li a {
  transition: all 0.2s ease;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li a {
    font-size: 4.4444444444vw;
  }
}
.breadcrumbs-list li a {
  position: relative;
  transition: color 0.2s ease;
}
.breadcrumbs-list li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5B5B75;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .breadcrumbs-list li a:hover {
    color: #5B5B75 !important;
  }
  .breadcrumbs-list li a:hover::after {
    background: #5B5B75;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.breadcrumbs-list li span {
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li span {
    font-size: 4.4444444444vw;
  }
}