.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4166666667vw;
  background: #ffffff;
  border-radius: 2.0833333333vw;
  min-height: 3.3333333333vw;
  padding: 1.0416666667vw 1.6666666667vw;
  transition: 0.25s ease;
  transition-property: background, color, padding;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .button {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .button {
    gap: 2.2222222222vw;
    border-radius: 11.1111111111vw;
    min-height: 15.5555555556vw;
    padding: 4.4444444444vw 7.7777777778vw;
  }
}
.button:has(svg) {
  padding: 0.5208333333vw 1.6666666667vw 0.5208333333vw 1.25vw;
}
@media screen and (max-width: 1023px) {
  .button:has(svg) {
    padding: 2.7777777778vw 7.7777777778vw 2.7777777778vw 5.5555555556vw;
  }
}
.button svg {
  flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
  transition: 0.25s ease;
  transition-property: color, opacity;
}
@media screen and (max-width: 1023px) {
  .button svg {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
}
@media (hover: hover) {
  .button:hover {
    color: #ffffff;
    background: #5B5B75;
  }
  .button:hover svg {
    color: #ffffff;
    opacity: 0.4;
  }
}
.button-small {
  min-height: 2.2916666667vw;
  padding: 0.7291666667vw 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .button-small {
    min-height: 11.1111111111vw;
    padding: 3.6111111111vw 5.5555555556vw;
  }
}
.button-small:has(svg) {
  padding: 0.5208333333vw 1.25vw 0.5208333333vw 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .button-small:has(svg) {
    padding: 2.2222222222vw 5vw 2.2222222222vw 3.3333333333vw;
  }
}
.button[data-anim-link] {
  position: relative;
  padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 2.5vw;
}
@media screen and (max-width: 1023px) {
  .button[data-anim-link] {
    padding: 2.7777777778vw 5vw 2.7777777778vw 11.6666666667vw;
  }
}
.button[data-anim-link] svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #BCBCBC;
  width: 1.25vw;
  height: 1.25vw;
  transition: 0.3s ease;
  transition-property: width, opacity, right, left;
}
.button[data-anim-link] svg:first-child {
  left: 0.7291666667vw;
  opacity: 1;
}
.button[data-anim-link] svg:last-child {
  color: #ffffff;
  opacity: 0;
  right: 0.7291666667vw;
  width: 0;
}
@media screen and (max-width: 1023px) {
  .button[data-anim-link] svg {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
  .button[data-anim-link] svg:first-child {
    left: 2.7777777778vw;
    opacity: 1;
  }
  .button[data-anim-link] svg:last-child {
    color: #ffffff;
    opacity: 0;
    right: 2.7777777778vw;
    width: 0;
  }
}
@media (hover: hover) {
  .button[data-anim-link]:hover {
    color: #ffffff;
    background: #5B5B75;
    padding: 0.5208333333vw 2.5vw 0.5208333333vw 1.0416666667vw;
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .button[data-anim-link]:hover {
    padding: 2.7777777778vw 11.6666666667vw 2.7777777778vw 5vw;
  }
}
@media (hover: hover) {
  .button[data-anim-link]:hover svg:first-child {
    opacity: 0;
    width: 0;
  }
  .button[data-anim-link]:hover svg:last-child {
    opacity: 1;
    width: 1.25vw;
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .button[data-anim-link]:hover svg:last-child {
    width: 6.1111111111vw;
  }
}
.button-download {
  min-height: 2.2916666667vw;
  padding: 0.5208333333vw 1.25vw 0.5208333333vw 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .button-download {
    padding: 2.2222222222vw 5vw 2.2222222222vw 3.3333333333vw;
  }
}
.button-primary {
  color: #ffffff;
  background: #2DAF5A;
}
.button-primary svg {
  color: #ffffff;
  opacity: 0.4;
}
.button-outline {
  color: #383838;
  border: 1px solid #D6D6D6;
}
.button-outline svg {
  color: #BCBCBC;
}
.button-wb {
  position: relative;
  color: #ffffff;
  background: linear-gradient(45deg, rgb(237, 60, 202), rgb(124, 26, 248) 100%);
}
.button-wb svg {
  color: #ffffff;
  opacity: 0.4;
}
.button-ozon {
  color: #ffffff;
  background: #1C69F4;
}
.button-ozon svg {
  color: #ffffff;
  opacity: 0.4;
}
.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;
  }
}
.button-arrow {
  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) {
  .button-arrow {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
}
.button-arrow svg {
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .button-arrow svg {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
@media (hover: hover) {
  .button-arrow:hover {
    color: #ffffff;
    background: #5B5B75;
  }
}

[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 {
  line-height: 100%;
  position: relative;
  background: #F2F2F2;
  padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 2.3958333333vw;
  transition: 0.3s ease;
  transition-property: padding;
}
@media screen and (max-width: 1023px) {
  .chip-link {
    padding: 2.7777777778vw 5vw 2.7777777778vw 11.6666666667vw;
  }
}
.chip-link svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #BCBCBC;
  width: 1.25vw;
  height: 1.25vw;
  transition: 0.3s ease;
  transition-property: width, opacity, right, left;
}
.chip-link svg:first-child {
  left: 0.7291666667vw;
  opacity: 1;
}
.chip-link svg:last-child {
  color: #ffffff;
  opacity: 0;
  right: 0.7291666667vw;
  width: 0;
}
@media screen and (max-width: 1023px) {
  .chip-link svg {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
  .chip-link svg:first-child {
    left: 2.7777777778vw;
    opacity: 1;
  }
  .chip-link svg:last-child {
    color: #ffffff;
    opacity: 0;
    right: 2.7777777778vw;
    width: 0;
  }
}
.chip-link.white {
  background: #ffffff;
}
@media (hover: hover) {
  .chip-link:hover {
    color: #ffffff;
    background: #5B5B75;
    padding: 0.5208333333vw 2.3958333333vw 0.5208333333vw 1.0416666667vw;
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .chip-link:hover {
    padding: 2.7777777778vw 11.6666666667vw 2.7777777778vw 5vw;
  }
}
@media (hover: hover) {
  .chip-link:hover svg:first-child {
    opacity: 0;
    width: 0;
  }
  .chip-link:hover svg:last-child {
    opacity: 1;
    width: 1.25vw;
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .chip-link:hover svg:last-child {
    width: 6.1111111111vw;
  }
}
.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;
  }
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625vw 0.3125vw;
}
@media screen and (max-width: 1023px) {
  .tags {
    gap: 3.3333333333vw 1.6666666667vw;
  }
}

.tag {
  position: relative;
  display: flex;
  align-self: flex-start;
  align-items: center;
  background: #F2F2F2;
  min-height: 2.2916666667vw;
  min-width: 2.2916666667vw;
  padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 2.3958333333vw;
  border: 1px solid #D6D6D6;
  border-radius: 2.0833333333vw;
  transition: 0.3s ease;
  transition-property: padding, background;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .tag {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .tag {
    min-height: 11.1111111111vw;
    min-width: 12.2222222222vw;
    padding: 2.7777777778vw 5vw 2.7777777778vw 11.1111111111vw;
    border-radius: 8.8888888889vw;
  }
}
.tag svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #BCBCBC;
  width: 1.25vw;
  height: 1.25vw;
  transition: 0.3s ease;
  transition-property: width, opacity, right, left;
}
.tag svg:first-child {
  left: 0.7291666667vw;
  opacity: 1;
}
.tag svg:last-child {
  opacity: 0;
  right: 0.7291666667vw;
  width: 0;
}
@media screen and (max-width: 1023px) {
  .tag svg {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
  .tag svg:first-child {
    left: 2.7777777778vw;
    opacity: 1;
  }
  .tag svg:last-child {
    opacity: 0;
    right: 2.7777777778vw;
    width: 0;
  }
}
@media (hover: hover) {
  .tag:hover {
    background: #ffffff;
    padding: 0.5208333333vw 2.3958333333vw 0.5208333333vw 1.0416666667vw;
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .tag:hover {
    padding: 2.7777777778vw 11.1111111111vw 2.7777777778vw 5vw;
  }
}
@media (hover: hover) {
  .tag:hover svg:first-child {
    opacity: 0;
    width: 0;
  }
  .tag:hover svg:last-child {
    opacity: 1;
    width: 1.25vw;
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .tag:hover svg:last-child {
    width: 6.1111111111vw;
  }
}
.tag.active {
  color: #ffffff;
  background: #2DAF5A;
  padding: 0.5208333333vw 1.0416666667vw;
  border: 0;
}
@media screen and (max-width: 1023px) {
  .tag.active {
    padding: 2.7777777778vw 5.5555555556vw;
  }
}

.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 {
    padding: 0 0 0 8.3333333333vw;
    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;
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .link:hover {
    padding: 0 8.3333333333vw 0 0;
  }
}
@media (hover: hover) {
  .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;
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .link:hover svg:last-child {
    width: 5vw;
  }
}
.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;
  }
}

.select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-title {
  margin-bottom: 0.5208333333vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .select-title {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .select-title {
    margin-bottom: 2.2222222222vw;
  }
}
.select-block {
  position: relative;
}
.select-block.open {
  z-index: 4;
}
.select-block.open .select-field {
  border-radius: 0.3125vw 0.3125vw 0 0;
}
@media screen and (max-width: 1023px) {
  .select-block.open .select-field {
    border-radius: 1.6666666667vw 1.6666666667vw 0 0;
  }
}
.select-block.open .select-field svg {
  transform: rotate(180deg);
}
.select-block.open .select-options {
  opacity: 1;
  pointer-events: all;
}
@media (hover: hover) {
  .select-block:hover .select-field {
    border: 1px solid #5B5B75;
  }
  .select-block:hover .select-options {
    border: 1px solid #5B5B75;
    border-top: 0;
  }
}
.select-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 0.625vw 0.8333333333vw;
  border: 1px solid #D6D6D6;
  border-radius: 0.3125vw;
  cursor: pointer;
  transition: border 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .select-field {
    padding: 2.7777777778vw 3.8888888889vw;
    border-radius: 1.6666666667vw;
  }
}
.select-value {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .select-value {
    font-size: 4.4444444444vw;
  }
}
.select-arrow {
  display: flex;
  align-items: center;
}
.select-arrow svg {
  color: #BCBCBC;
  width: 1.25vw;
  height: 1.25vw;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .select-arrow svg {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
.select-options {
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  border-top: 0;
  border-radius: 0 0 0.3125vw 0.3125vw;
  transition: 0.25s ease;
  transition-property: opacity, border;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.2083333333vw 0.2083333333vw 0.2083333333vw 0;
}
@media screen and (max-width: 1023px) {
  .select-options {
    border-radius: 0 0 1.6666666667vw 1.6666666667vw;
    padding: 1.1111111111vw 1.1111111111vw 1.1111111111vw 0;
  }
}
.select-options ul {
  overflow: auto;
  padding: 0;
  max-height: 10vw;
}
.select-options ul::-webkit-scrollbar {
  width: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .select-options ul::-webkit-scrollbar {
    width: 2.2222222222vw;
  }
}
.select-options ul::-webkit-scrollbar-track {
  background: #ffffff;
}
.select-options ul::-webkit-scrollbar-thumb {
  background-color: #BCBCBC;
  border-radius: 1.0416666667vw;
  border: 0.1041666667vw solid #ffffff;
}
@media screen and (max-width: 1023px) {
  .select-options ul::-webkit-scrollbar-thumb {
    border-radius: 5.5555555556vw;
    border: 0.5555555556vw solid #ffffff;
  }
}
@media screen and (max-width: 1023px) {
  .select-options ul {
    max-height: 48.8888888889vw;
  }
}
.select-options ul li {
  list-style: none;
  padding: 0.625vw 0.8333333333vw;
  cursor: pointer;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .select-options ul li {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .select-options ul li {
    padding: 2.7777777778vw 3.8888888889vw;
  }
}
.select-options ul li.selected {
  position: relative;
  color: #2DAF5A;
  padding: 0.625vw 2.5vw 0.625vw 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .select-options ul li.selected {
    padding: 2.7777777778vw 12.2222222222vw 2.7777777778vw 3.8888888889vw;
  }
}
.select-options ul li.selected::after {
  content: "";
  position: absolute;
  top: 0.625vw;
  right: 0.8333333333vw;
  background-image: url("../img/icons/select-accept-icon.svg");
  background-size: 1.25vw;
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .select-options ul li.selected::after {
    top: 2.7777777778vw;
    right: 3.8888888889vw;
    background-size: 5.5555555556vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}

.input, .textarea {
  display: flex;
  flex-direction: column;
}
.input span, .textarea span {
  margin-bottom: 0.5208333333vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .input span, .textarea span {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .input span, .textarea span {
    margin-bottom: 2.2222222222vw;
  }
}
.input input, .input textarea, .textarea input, .textarea textarea {
  background: #ffffff;
  padding: 0.625vw 0.8333333333vw;
  border: 1px solid #D6D6D6;
  border-radius: 0.3125vw;
  transition: all 0.2s ease;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .input input, .input textarea, .textarea input, .textarea textarea {
    font-size: 4.4444444444vw;
  }
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder, .textarea input::-moz-placeholder, .textarea textarea::-moz-placeholder {
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
.input input::placeholder, .input textarea::placeholder, .textarea input::placeholder, .textarea textarea::placeholder {
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .input input::-moz-placeholder, .input textarea::-moz-placeholder, .textarea input::-moz-placeholder, .textarea textarea::-moz-placeholder {
    font-size: 4.4444444444vw;
  }
  .input input::placeholder, .input textarea::placeholder, .textarea input::placeholder, .textarea textarea::placeholder {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .input input, .input textarea, .textarea input, .textarea textarea {
    padding: 2.7777777778vw 3.8888888889vw;
    border-radius: 1.6666666667vw;
  }
}
.input input:focus, .input input:focus-visible, .input input:hover, .input textarea:focus, .input textarea:focus-visible, .input textarea:hover, .textarea input:focus, .textarea input:focus-visible, .textarea input:hover, .textarea textarea:focus, .textarea textarea:focus-visible, .textarea textarea:hover {
  border: 1px solid #5B5B75;
  outline: 0 !important;
}
.input textarea, .textarea textarea {
  resize: none;
  height: 120px;
}

.breadcrumbs {
  background: #F2F2F2;
  margin-top: 4.1666666667vw;
  padding: 2.5vw 0;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    margin-top: 13.3333333333vw;
    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;
  }
}

.pagination {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .pagination {
    margin-top: 13.3333333333vw;
  }
}
.pagination-block {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0.4166666667vw;
  border-radius: 2.6041666667vw;
}
@media screen and (max-width: 1023px) {
  .pagination-block {
    padding: 1.1111111111vw;
    border-radius: 13.8888888889vw;
  }
}
.pagination-list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.2083333333vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .pagination-list {
    gap: 1.1111111111vw;
  }
}
.pagination-list li {
  overflow: hidden;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .pagination-list li {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
}
.pagination-list li a {
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .pagination-list li a {
    font-size: 3.3333333333vw;
  }
}
.pagination-list li a {
  font-weight: 700;
}
.pagination-list li a:focus-visible {
  color: #ffffff;
  background: #5B5B75;
}
.pagination-list li a span {
  position: relative;
  z-index: 3;
}
@media (hover: hover) {
  .pagination-list li a:hover {
    color: #ffffff;
    background: #5B5B75;
  }
}
.pagination-list li.active a {
  background: transparent;
  color: #757575;
  border: 1px solid #D6D6D6;
}
.pagination-list li.active a::before {
  display: none;
}
.pagination-list li.disabled {
  pointer-events: none;
}
.pagination-list li.disabled span {
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .pagination-list li.disabled span {
    font-size: 3.3333333333vw;
  }
}
.pagination-list li.disabled span {
  font-weight: 700;
}
.pagination-list li.prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1023px) {
  .pagination-list li.prev {
    position: static;
    transform: translate(0, 0);
  }
}
.pagination-list li.prev svg {
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .pagination-list li.prev svg {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
}
.pagination-list li.prev.disabled svg {
  color: #BCBCBC;
}
.pagination-list li.next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1023px) {
  .pagination-list li.next {
    position: static;
    transform: translate(0, 0);
  }
}
.pagination-list li.next svg {
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .pagination-list li.next svg {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
}
.pagination-list li.next.disabled svg {
  color: #BCBCBC;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125vw;
}
@media screen and (max-width: 1023px) {
  .tabs {
    overflow: auto;
    flex-wrap: nowrap;
    width: 100vw;
    margin-left: -5.5555555556vw;
    padding: 0 5.5555555556vw;
  }
}

.tab {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  text-align: center;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.7291666667vw 1.25vw;
  border: 1px solid #BCBCBC;
  border-radius: 2.5vw;
  transition: all 0.2s ease;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .tab {
    font-size: 4.4444444444vw;
  }
}
@media (hover: hover) {
  .tab:hover {
    background: #ffffff;
    border: 1px solid #5B5B75;
  }
}
@media screen and (max-width: 1023px) {
  .tab {
    flex-shrink: 0;
    padding: 3.3333333333vw 4.4444444444vw;
    border-radius: 8.8888888889vw;
  }
}
.tab.active {
  background: #5B5B75;
  color: #ffffff;
  border: 1px solid #5B5B75;
}

[data-tab-item] {
  display: none;
  transition: opacity 0.25s ease;
}
[data-tab-item].active {
  display: flex;
}

@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;
  -webkit-hyphens: manual;
          hyphens: manual;
}

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 {
  background: #F2F2F2;
  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 .header-bg {
  opacity: 1;
}
.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-second .header-bg {
  opacity: 1;
}
.header-second .header-wrapper {
  height: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .header-second .header-wrapper {
    height: 15.5555555556vw;
  }
}
.header-second .header-text {
  opacity: 0;
}
.header-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: transparent;
  background-image: url("../img/content/header-bg.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  transition: 0.3s ease;
  transition-property: opacity, border-radius;
}
@media screen and (max-width: 1023px) {
  .header-bg {
    border-radius: 0 0 4.4444444444vw 4.4444444444vw;
  }
}
.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: 2px;
}
@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;
  }
}

.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: 0;
  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 {
  position: relative;
  z-index: 3;
  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 {
  background: #ffffff;
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 1023px) {
  .section-info {
    padding: 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 h1, .section-info-item-block h2, .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 h1, .section-info-item-block h2, .section-info-item-block h3 {
    font-size: 10.5555555556vw;
  }
}
.section-info-item-block h1 span, .section-info-item-block h2 span, .section-info-item-block h3 span {
  display: inline;
  color: #BCBCBC;
}
.section-info-item-block h1.left, .section-info-item-block h2.left, .section-info-item-block h3.left {
  padding: 0 2.0833333333vw 1.40625vw 0;
}
@media screen and (max-width: 1023px) {
  .section-info-item-block h1.left, .section-info-item-block h2.left, .section-info-item-block h3.left {
    padding: 0 0 6.3888888889vw 0;
  }
}
.section-info-item-block h1.right, .section-info-item-block h2.right, .section-info-item-block h3.right {
  padding: 0 0 1.40625vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-block h1.right, .section-info-item-block h2.right, .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 h1, .section-info-item-center h2, .section-info-item-center h3 {
  text-align: center;
  padding: 0 2.0833333333vw 1.40625vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-center h1, .section-info-item-center h2, .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-info-item-center .section-info-item-video {
  width: 33.3333333333vw;
  height: 33.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-info-item-center .section-info-item-video {
    width: 100%;
    height: auto;
  }
}

.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: 0;
  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:first-child {
  margin-top: 0;
  padding: 7.5vw 0 3.3333333333vw 0;
}
@media screen and (max-width: 1023px) {
  .section-category:first-child {
    margin-top: 0;
    padding: 22.2222222222vw 0 13.3333333333vw 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: #BCBCBC;
}
.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 + .breadcrumbs {
  margin-top: 0;
}
.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: 0;
  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 .container {
  position: relative;
  z-index: 1;
}
.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;
}

.section-news {
  background: #ffffff;
  padding: 7.5vw 0;
}
@media screen and (max-width: 1023px) {
  .section-news {
    padding: 22.2222222222vw 0;
  }
}
.section-news-top {
  display: flex;
  justify-content: space-between;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-news-top {
    flex-direction: column;
    align-items: center;
    gap: 1.1111111111vw;
  }
}
.section-news-top 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-news-top h2 {
    font-size: 10.5555555556vw;
  }
}
.section-news-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-news-items {
    grid-template-columns: 1fr;
    gap: 4.4444444444vw;
    margin-top: 11.1111111111vw;
  }
}
.section-news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .section-news-card {
    border-radius: 8.8888888889vw;
  }
}
.section-news-card:nth-child(1) {
  flex-direction: column-reverse;
  background: #F2F2F2;
  padding: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section-news-card:nth-child(1) {
    padding: 11.1111111111vw 5.5555555556vw 5.5555555556vw;
  }
}
.section-news-card:nth-child(1) .section-news-card-img {
  border-radius: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .section-news-card:nth-child(1) .section-news-card-img {
    border-radius: 55.5555555556vw;
  }
}
.section-news-card:nth-child(1) .section-news-card-info {
  padding: 0.8333333333vw 0 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .section-news-card:nth-child(1) .section-news-card-info {
    padding: 0 0 8.8888888889vw;
  }
}
.section-news-card:nth-child(1) .section-news-card-top {
  position: static;
}
.section-news-card:nth-child(1) .section-news-card-top time {
  top: 0;
  left: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
}
.section-news-card:nth-child(1) .section-news-card-block {
  display: flex;
  justify-content: center;
}
.section-news-card:nth-child(2) time {
  background: #F2F2F2;
}
.section-news-card:nth-child(3) {
  flex-direction: column-reverse;
  border: 1px solid #D6D6D6;
}
.section-news-card:nth-child(3) time {
  top: 0;
  bottom: unset;
  transform: translate(0, -50%);
  background: #ffffff;
  border: 1px solid #D6D6D6;
}
@media (hover: hover) {
  .section-news-card:hover img {
    transform: scale(1.1);
  }
  .section-news-card:hover a {
    color: #5B5B75;
  }
  .section-news-card:hover a svg {
    color: #5B5B75;
    transform: translate(0.3125vw, 0);
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .section-news-card:hover a svg {
    transform: translate(1.6666666667vw, 0);
  }
}
@media (hover: hover) {
  .section-news-card:hover time {
    color: #ffffff;
    background: #5B5B75 !important;
  }
}
.section-news-card-top {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.section-news-card-top time {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 1.0416666667vw;
  transform: translate(0, 50%);
  padding: 0.8333333333vw 1.0416666667vw;
  border-radius: 2.6041666667vw;
  background: #ffffff;
  text-transform: uppercase;
  transition: all 0.25s ease;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-news-card-top time {
    font-size: 3.3333333333vw;
  }
}
.section-news-card-top time {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .section-news-card-top time {
    padding: 3.8888888889vw 5vw;
    border-radius: 13.8888888889vw;
  }
}
.section-news-card-img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .section-news-card-img {
    border-radius: 8.8888888889vw;
  }
}
.section-news-card-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.section-news-card-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-news-card-info {
    padding: 8.8888888889vw 0 8.8888888889vw 5.5555555556vw;
  }
}
.section-news-card-info h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.8333333333vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .section-news-card-info h3 {
    font-size: 6.3888888889vw;
  }
}
.section-news-card-info h3 {
  line-height: 111%;
}
@media screen and (max-width: 1023px) {
  .section-news-card-info h3 {
    margin-bottom: 3.3333333333vw;
  }
}
.section-news-card-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-news-card-info p {
    font-size: 3.8888888889vw;
  }
}
.section-news-card-info p {
  line-height: 111%;
}
.section-news-card-block {
  margin-top: 1.6666666667vw;
}
.section-news-card-block a {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  text-transform: uppercase;
  transition: color 0.25s ease;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-news-card-block a {
    font-size: 3.3333333333vw;
  }
}
.section-news-card-block a {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .section-news-card-block a {
    gap: 3.3333333333vw;
    margin-top: 8.8888888889vw;
  }
}
.section-news-card-block a svg {
  color: #BCBCBC;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .section-news-card-block a svg {
    width: 5vw;
    height: 5vw;
  }
}
.section-news-card-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-news-2 {
  background: #ffffff;
  padding: 0 0 7.5vw 0;
}
@media screen and (max-width: 1023px) {
  .section-news-2 {
    padding: 0 0 22.2222222222vw 0;
  }
}
.section-news-2-top {
  display: flex;
  align-items: center;
}
.section-news-2-top::before, .section-news-2-top::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #D6D6D6;
  width: 100%;
}
.section-news-2-center {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin: 0 0.625vw;
}
@media screen and (max-width: 1023px) {
  .section-news-2-center {
    flex-shrink: 1;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 3.3333333333vw;
  }
}
.section-news-2-center h2 {
  text-align: center;
  margin-right: 6.25vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .section-news-2-center h2 {
    font-size: 10.5555555556vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-news-2-center h2 {
    margin-right: 0;
    margin-bottom: 1.1111111111vw;
  }
}
.section-news-2-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-news-2-items {
    grid-template-columns: 1fr;
    gap: 4.4444444444vw;
    margin-top: 11.1111111111vw;
  }
}
.section-news-2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card {
    border-radius: 8.8888888889vw;
  }
}
.section-news-2-card:nth-child(1) {
  flex-direction: column-reverse;
  border: 1px solid #D6D6D6;
}
.section-news-2-card:nth-child(1) time {
  top: 0;
  bottom: unset;
  transform: translate(0, -50%);
  background: #ffffff;
  border: 1px solid #D6D6D6;
}
.section-news-2-card:nth-child(2) {
  flex-direction: column;
  background: #F2F2F2;
  background-image: url("../img/content/footer-bg.jpg");
  padding: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card:nth-child(2) {
    padding: 3.3333333333vw;
  }
}
.section-news-2-card:nth-child(2) .section-news-2-card-img {
  border-radius: 1.9791666667vw 1.9791666667vw 0 0;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card:nth-child(2) .section-news-2-card-img {
    border-radius: 7.2222222222vw 7.2222222222vw 0 0;
  }
}
.section-news-2-card:nth-child(2) .section-news-2-card-info {
  background: #ffffff;
  padding: 2.0833333333vw;
  border-radius: 0 0 1.9791666667vw 1.9791666667vw;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card:nth-child(2) .section-news-2-card-info {
    padding: 5.5555555556vw;
    border-radius: 0 0 7.2222222222vw 7.2222222222vw;
  }
}
.section-news-2-card:nth-child(2) .section-news-2-card-top time {
  top: 0;
  left: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
  background: #F2F2F2;
}
.section-news-2-card:nth-child(2) .section-news-2-card-block {
  display: flex;
  justify-content: center;
}
.section-news-2-card:nth-child(3) time {
  background: #F2F2F2;
}
@media (hover: hover) {
  .section-news-2-card:hover img {
    transform: scale(1.1);
  }
  .section-news-2-card:hover a {
    color: #5B5B75;
  }
  .section-news-2-card:hover a svg {
    color: #5B5B75;
    transform: translate(0.3125vw, 0);
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .section-news-2-card:hover a svg {
    transform: translate(1.6666666667vw, 0);
  }
}
@media (hover: hover) {
  .section-news-2-card:hover time {
    color: #ffffff;
    background: #5B5B75 !important;
  }
}
.section-news-2-card-top {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.section-news-2-card-top time {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 1.0416666667vw;
  transform: translate(0, 50%);
  display: flex;
  padding: 0.8333333333vw 1.0416666667vw;
  border-radius: 2.6041666667vw;
  background: #ffffff;
  text-transform: uppercase;
  transition: all 0.25s ease;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-top time {
    font-size: 3.3333333333vw;
  }
}
.section-news-2-card-top time {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-top time {
    padding: 3.8888888889vw 5vw;
    border-radius: 13.8888888889vw;
  }
}
.section-news-2-card-img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-img {
    border-radius: 8.8888888889vw;
  }
}
.section-news-2-card-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.section-news-2-card-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-info {
    padding: 8.8888888889vw 0 8.8888888889vw 5.5555555556vw;
  }
}
.section-news-2-card-info h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.8333333333vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-info h3 {
    font-size: 6.3888888889vw;
  }
}
.section-news-2-card-info h3 {
  line-height: 111%;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-info h3 {
    margin-bottom: 3.3333333333vw;
  }
}
.section-news-2-card-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-info p {
    font-size: 3.8888888889vw;
  }
}
.section-news-2-card-info p {
  line-height: 111%;
}
.section-news-2-card-block {
  margin-top: 1.6666666667vw;
}
.section-news-2-card-block a {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  text-transform: uppercase;
  transition: color 0.25s ease;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-block a {
    font-size: 3.3333333333vw;
  }
}
.section-news-2-card-block a {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-block a {
    gap: 3.3333333333vw;
    margin-top: 8.8888888889vw;
  }
}
.section-news-2-card-block a svg {
  color: #BCBCBC;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .section-news-2-card-block a svg {
    width: 5vw;
    height: 5vw;
  }
}
.section-news-2-card-link {
  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: #ffffff;
  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);
}
@media screen and (max-width: 1023px) {
  .card-1-repair svg {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }
}
.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;
  }
}
@media screen and (max-width: 1023px) {
  .card-1-repair span {
    max-width: 51.3888888889vw;
    margin-top: 3.3333333333vw;
  }
}
.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;
}
.card-product {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (hover: hover) {
  .card-product:hover img {
    transform: scale(1.15);
  }
  .card-product:hover h3 {
    color: #2DAF5A;
  }
}
.card-product-img {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 2.5vw 2.5vw 0.8333333333vw 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .card-product-img {
    border-radius: 8.8888888889vw 8.8888888889vw 3.3333333333vw 3.3333333333vw;
  }
}
.card-product-img img {
  width: 15.7291666667vw;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .card-product-img img {
    width: 66.6666666667vw;
  }
}
.card-product h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 1.0416666667vw 0 0.8333333333vw;
  padding: 0 0.8333333333vw 0;
  transition: color 0.25s ease;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .card-product h3 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-product h3 {
    margin: 4.4444444444vw 0 4.4444444444vw;
    padding: 0 3.3333333333vw 0;
  }
}
.card-product h3 {
  line-height: 110%;
}
.card-product-info {
  margin-top: auto;
  padding: 0 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .card-product-info {
    padding: 0 3.3333333333vw;
  }
}
.card-product-info dl {
  margin-top: 1.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .card-product-info dl {
    margin-top: 6.6666666667vw;
  }
}
.card-product-info dl div {
  display: flex;
  gap: 1.0416666667vw;
  margin-top: 0.625vw;
  padding-top: 0.625vw;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 1023px) {
  .card-product-info dl div {
    gap: 5.5555555556vw;
    margin-top: 0.5208333333vw;
    padding-top: 0.5208333333vw;
  }
}
.card-product-info dl div:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.card-product-info dl dt {
  width: 10.8333333333vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-product-info dl dt {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-product-info dl dt {
    width: 46.6666666667vw;
  }
}
.card-product-info dl dd {
  width: 8.8541666667vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-product-info dl dd {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-product-info dl dd {
    width: 30vw;
  }
}
.card-product-row {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .card-product-row {
    gap: 5.5555555556vw;
  }
}
.card-product-row div {
  width: 8.8541666667vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-product-row div {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-product-row div {
    width: 30vw;
  }
}
.card-product-row div:first-child {
  width: 10.8333333333vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-product-row div:first-child {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-product-row div:first-child {
    width: 46.6666666667vw;
  }
}
.card-product-row div:nth-child(2) {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-product-row div:nth-child(2) {
    font-size: 4.4444444444vw;
  }
}
.card-product-row div:nth-child(2) {
  font-weight: 700;
}
.card-product-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-news {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .card-news {
    border-radius: 8.8888888889vw;
  }
}
@media (hover: hover) {
  .card-news:hover img {
    transform: scale(1.1);
  }
  .card-news:hover a {
    color: #5B5B75;
  }
  .card-news:hover a svg {
    color: #5B5B75;
    transform: translate(0.3125vw, 0);
  }
}
@media screen and (hover: hover) and (max-width: 1023px) {
  .card-news:hover a svg {
    transform: translate(1.6666666667vw, 0);
  }
}
@media (hover: hover) {
  .card-news:hover time, .card-news:hover span {
    color: #ffffff;
    background: #5B5B75 !important;
  }
}
.card-news-top {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.card-news-tags {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 1.0416666667vw;
  right: 1.0416666667vw;
  transform: translate(0, 50%);
  display: flex;
  flex-wrap: wrap;
  gap: 0.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .card-news-tags {
    left: 2.2222222222vw;
    right: 2.2222222222vw;
    gap: 1.1111111111vw;
  }
}
.card-news-tags span, .card-news-tags time {
  padding: 0.8333333333vw 1.0416666667vw;
  border-radius: 2.6041666667vw;
  background: #ffffff;
  text-transform: uppercase;
  transition: all 0.25s ease;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-news-tags span, .card-news-tags time {
    font-size: 3.3333333333vw;
  }
}
.card-news-tags span, .card-news-tags time {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .card-news-tags span, .card-news-tags time {
    padding: 3.8888888889vw 5vw;
    border-radius: 13.8888888889vw;
  }
}
.card-news-img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .card-news-img {
    border-radius: 8.8888888889vw;
  }
}
.card-news-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.card-news-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .card-news-info {
    padding: 8.8888888889vw 0 8.8888888889vw 5.5555555556vw;
  }
}
.card-news-info h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.8333333333vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .card-news-info h3 {
    font-size: 6.3888888889vw;
  }
}
.card-news-info h3 {
  line-height: 111%;
}
@media screen and (max-width: 1023px) {
  .card-news-info h3 {
    margin-bottom: 3.3333333333vw;
  }
}
.card-news-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-news-info p {
    font-size: 3.8888888889vw;
  }
}
.card-news-info p {
  line-height: 111%;
}
.card-news-block {
  margin-top: auto;
}
.card-news-block a {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  text-transform: uppercase;
  margin-top: 1.6666666667vw;
  transition: color 0.25s ease;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-news-block a {
    font-size: 3.3333333333vw;
  }
}
.card-news-block a {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .card-news-block a {
    gap: 3.3333333333vw;
    margin-top: 8.8888888889vw;
  }
}
.card-news-block a svg {
  color: #BCBCBC;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .card-news-block a svg {
    width: 5vw;
    height: 5vw;
  }
}
.card-news-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-support {
  position: relative;
  display: flex;
  background: #ffffff;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .card-support {
    flex-direction: column;
    border-radius: 11.1111111111vw;
  }
}
@media (hover: hover) {
  .card-support:hover img {
    transform: scale(1.1);
  }
  .card-support:hover h3 {
    color: #5B5B75;
  }
}
.card-support-img {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2.5vw;
  width: 22.3958333333vw;
  aspect-ratio: 16/10;
}
@media screen and (max-width: 1023px) {
  .card-support-img {
    width: 100%;
    border-radius: 11.1111111111vw;
  }
}
.card-support-img img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.card-support-content {
  padding: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .card-support-content {
    padding: 8.8888888889vw 5.5555555556vw;
  }
}
.card-support-content h3 {
  transition: color 0.25s 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-support-content h3 {
    font-size: 6.3888888889vw;
  }
}
.card-support-content p {
  margin-top: 0.8333333333vw;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-support-content p {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-support-content p {
    margin-top: 3.3333333333vw;
  }
}
.card-support-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: #ffffff;
  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;
  height: 2.2916666667vw;
  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;
  }
}
.category-slider-number {
  font-weight: 700;
}
.category-slider-pagination {
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 0.78125vw 1.1458333333vw;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-pagination {
    padding: 3.3333333333vw 4.4444444444vw;
    border-radius: 8.8888888889vw;
  }
}
.category-slider-btns {
  display: flex;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .category-slider-btns {
    gap: 2.2222222222vw;
  }
}
.category-slider-btn {
  background: #ffffff;
}
@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 {
  flex-shrink: 0;
  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: 100%;
  aspect-ratio: 1/1;
}
@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;
  }
}

.catalog {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .catalog {
    margin-top: 17.7777777778vw;
  }
}
.catalog:first-child {
  margin-top: 0;
  padding-top: 7.5vw;
}
@media screen and (max-width: 1023px) {
  .catalog:first-child {
    margin-top: 0;
    padding-top: 33.3333333333vw;
  }
}
.catalog-top h1 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .catalog-top h1 {
    font-size: 10.5555555556vw;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-top h1 {
    font-size: 8.8888888889vw;
  }
}
.catalog-tags {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .catalog-tags {
    margin-top: 5.5555555556vw;
  }
}
.catalog-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.3333333333vw 2.0833333333vw;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .catalog-items {
    grid-template-columns: 1fr;
    gap: 11.1111111111vw;
    margin-top: 11.1111111111vw;
  }
}
.catalog-2 {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .catalog-2 {
    margin-top: 17.7777777778vw;
  }
}
.catalog-2:first-child {
  margin-top: 0;
  padding-top: 7.5vw;
}
@media screen and (max-width: 1023px) {
  .catalog-2:first-child {
    margin-top: 0;
    padding-top: 28.8888888889vw;
  }
}
.catalog-2-top {
  display: flex;
  align-items: center;
}
.catalog-2-top::before, .catalog-2-top::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #D6D6D6;
  width: 100%;
}
.catalog-2-center {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.625vw;
}
@media screen and (max-width: 1023px) {
  .catalog-2-center {
    flex-shrink: 1;
    flex-grow: 1;
    margin: 0 3.3333333333vw;
  }
}
.catalog-2-center h1 {
  white-space: nowrap;
  text-align: center;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .catalog-2-center h1 {
    font-size: 10.5555555556vw;
  }
}
.catalog-2-tags {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .catalog-2-tags {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-2-tags .tags {
    justify-content: center;
  }
}
.catalog-2-items {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  gap: 2.5vw 2.0833333333vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .catalog-2-items {
    grid-template-columns: 1fr;
    gap: 4.4444444444vw;
    margin-top: 13.3333333333vw;
  }
}
.catalog-2-items > div {
  grid-column: span 5;
}
@media screen and (max-width: 1023px) {
  .catalog-2-items > div {
    grid-column: span 1;
  }
}
.catalog-2-items .card-news:nth-child(1) {
  grid-column: span 9;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .catalog-2-items .card-news:nth-child(1) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-2-items .card-news:nth-child(1) .card-news-tag {
    left: 50%;
    top: 0;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
}
.catalog-2-items .card-news:nth-child(1) time, .catalog-2-items .card-news:nth-child(1) span {
  background: #F2F2F2;
}
.catalog-2-items .card-news:nth-child(2) {
  grid-column: span 6;
}
@media screen and (max-width: 1023px) {
  .catalog-2-items .card-news:nth-child(2) {
    grid-column: span 1;
  }
}
.catalog-2-items .card-news:nth-child(2) .card-news-block {
  margin-top: 0;
}

.product {
  padding-top: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .product {
    padding-top: 24.4444444444vw;
  }
}
.product-row {
  display: flex;
  align-items: flex-start;
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .product-row {
    flex-direction: column;
    gap: 0;
    margin-top: 11.1111111111vw;
  }
}
.product-row:first-child {
  margin-top: 0;
}
.product-slider {
  position: relative;
  flex-shrink: 0;
  background: #ffffff;
  width: 39.5833333333vw;
  height: 39.5833333333vw;
  padding: 3.3333333333vw;
  border-radius: 1.4583333333vw 2.5vw 1.4583333333vw 1.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .product-slider {
    width: 100%;
    height: auto;
    padding: 19.4444444444vw 11.1111111111vw;
    border-radius: 7.7777777778vw 8.8888888889vw 7.7777777778vw 7.7777777778vw;
  }
}
.product-slider-top {
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  right: 0.5208333333vw;
}
@media screen and (max-width: 1023px) {
  .product-slider-top {
    top: 2.2222222222vw;
    left: 2.2222222222vw;
    right: 2.2222222222vw;
  }
}
.product-slider .swiper img {
  width: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider-bottom {
  position: absolute;
  bottom: 0.5208333333vw;
  left: 0.5208333333vw;
  right: 0.5208333333vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .product-slider-bottom {
    bottom: 2.2222222222vw;
    left: 2.2222222222vw;
    right: 2.2222222222vw;
  }
}
.product-slider-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2916666667vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .product-slider-number {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .product-slider-number {
    height: 11.1111111111vw;
  }
}
.product-slider-number {
  font-weight: 700;
}
.product-slider-pagination {
  display: flex;
  justify-content: center;
  background: #F2F2F2;
  padding: 0.78125vw 1.1458333333vw;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .product-slider-pagination {
    padding: 3.3333333333vw 4.4444444444vw;
    border-radius: 8.8888888889vw;
  }
}
.product-slider-btns {
  display: flex;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .product-slider-btns {
    gap: 2.2222222222vw;
  }
}
.product-slider-btn {
  background: #F2F2F2;
}
.product-info {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-info {
    margin-top: 5.5555555556vw;
  }
}
.product-info-top h1, .product-info-top h2 {
  word-break: break-world;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .product-info-top h1, .product-info-top h2 {
    font-size: 7.7777777778vw;
  }
}
.product-info-top p {
  margin-top: 0.625vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .product-info-top p {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .product-info-top p {
    margin-top: 2.2222222222vw;
  }
}
.product-info-bubble {
  background: #ffffff;
  margin-top: 1.25vw;
  padding: 2.0833333333vw;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .product-info-bubble {
    margin-top: 11.1111111111vw;
    padding: 5.5555555556vw 5.5555555556vw 6.6666666667vw;
    border-radius: 8.8888888889vw;
  }
}
.product-info-price span {
  display: block;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .product-info-price span {
    font-size: 4.4444444444vw;
  }
}
.product-info-price p {
  margin-top: 0.2083333333vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .product-info-price p {
    font-size: 7.7777777778vw;
  }
}
@media screen and (max-width: 1023px) {
  .product-info-price p {
    margin-top: 1.1111111111vw;
  }
}
.product-info-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125vw;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .product-info-btns {
    gap: 1.6666666667vw;
    margin-top: 7.7777777778vw;
  }
}
.product-info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .product-info-text {
    margin-top: 7.7777777778vw;
  }
}
.product-info-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .product-info-text p {
    font-size: 4.4444444444vw;
  }
}
.product-info-text p.show {
  overflow: auto;
  display: block;
}
.product-info-text a {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  margin-top: 0.8333333333vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .product-info-text a {
    font-size: 3.8888888889vw;
  }
}
.product-info-text a {
  position: relative;
  transition: color 0.2s ease;
}
.product-info-text a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #383838;
  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) {
  .product-info-text a:hover {
    color: #383838 !important;
  }
  .product-info-text a:hover::after {
    background: #383838;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 1023px) {
  .product-info-text a {
    gap: 2.2222222222vw;
    margin-top: 3.3333333333vw;
  }
}
.product-info-text a svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .product-info-text a svg {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
}
.product-info-text a.active svg {
  transform: rotate(180deg);
}
.product-info-docs {
  margin-top: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .product-info-docs {
    margin-top: 6.6666666667vw;
  }
}
.product-info-docs h3 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .product-info-docs h3 {
    font-size: 6.3888888889vw;
  }
}
.product-info-docs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125vw;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .product-info-docs-list {
    gap: 1.6666666667vw;
    margin-top: 3.3333333333vw;
  }
}
.product-img {
  flex-shrink: 0;
  background: #ffffff;
  width: 39.5833333333vw;
  padding: 2.0833333333vw;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .product-img {
    width: 100%;
    padding: 5.5555555556vw;
    border-radius: 8.8888888889vw;
  }
}
.product-img h3 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .product-img h3 {
    font-size: 6.3888888889vw;
  }
}
.product-img img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 1.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .product-img img {
    margin-top: 5.5555555556vw;
  }
}
.product-swither {
  background: #ffffff;
  width: 100%;
  padding: 2.0833333333vw 2.0833333333vw 2.5vw 2.0833333333vw;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .product-swither {
    margin-top: 11.1111111111vw;
    padding: 5.5555555556vw 5.5555555556vw 6.6666666667vw 5.5555555556vw;
    border-radius: 8.8888888889vw;
  }
}
.product-tabs {
  padding-bottom: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 1023px) {
  .product-tabs {
    width: 88.8888888889vw;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.product-items {
  margin-top: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .product-items {
    margin-top: 4.4444444444vw;
  }
}
.product-specifications {
  background: #ffffff;
  width: 100%;
}
.product-specifications-top h3 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .product-specifications-top h3 {
    font-size: 6.3888888889vw;
  }
}
.product-specifications-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125vw;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .product-specifications-downloads {
    gap: 1.6666666667vw;
    margin-top: 4.4444444444vw;
  }
}
.product-specifications-list {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .product-specifications-list {
    gap: 10vw;
    margin-top: 10vw;
  }
}
.product-specifications-item p {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .product-specifications-item p {
    font-size: 5vw;
  }
}
.product-specifications-item dl div {
  display: flex;
  gap: 1.0416666667vw;
  padding: 0.625vw 0;
  border-bottom: 1px solid #D6D6D6;
}
.product-specifications-item dl div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .product-specifications-item dl div {
    flex-direction: column;
    gap: 1.1111111111vw;
    padding: 3.8888888889vw 0;
  }
}
.product-specifications-item dl dt {
  width: 50%;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .product-specifications-item dl dt {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .product-specifications-item dl dt {
    width: 100%;
  }
}
.product-specifications-item dl dd {
  width: 50%;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.78125vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .product-specifications-item dl dd {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .product-specifications-item dl dd {
    width: 100%;
  }
}
.product-video {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 100%;
  min-height: 25vw;
}
.product-video h3 {
  margin-top: 2.0833333333vw;
  padding-top: 2.0833333333vw;
  margin-bottom: 1.25vw;
  border-top: 1px solid #D6D6D6;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .product-video h3 {
    font-size: 6.3888888889vw;
  }
}
.product-video h3:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
@media screen and (max-width: 1023px) {
  .product-video h3 {
    margin-top: 8.8888888889vw;
    padding-top: 8.8888888889vw;
    margin-bottom: 4.4444444444vw;
  }
}
.product-video img, .product-video video, .product-video iframe {
  width: 100%;
  height: 100%;
  min-height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-video video, .product-video iframe {
  aspect-ratio: 16/10;
}

.section-product {
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-product {
    padding-top: 11.1111111111vw;
  }
}
.section-product h2 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .section-product h2 {
    font-size: 7.7777777778vw;
  }
}
.section-product-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833333333vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .section-product-items {
    grid-template-columns: 1fr;
    gap: 11.1111111111vw;
    margin-top: 5.5555555556vw;
  }
}

.section-more {
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 1023px) {
  .section-more {
    padding: 22.2222222222vw 0;
  }
}
.section-more + .breadcrumbs {
  margin-top: 0;
}
.section-more-top {
  display: flex;
  justify-content: space-between;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-more-top {
    flex-direction: column;
    align-items: center;
    gap: 1.1111111111vw;
  }
}
.section-more-top h2 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .section-more-top h2 {
    font-size: 7.7777777778vw;
  }
}
.section-more-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-more-items {
    grid-template-columns: 1fr;
    gap: 4.4444444444vw;
    margin-top: 11.1111111111vw;
  }
}

.detail {
  padding: 7.5vw 0 6.25vw 0;
}
@media screen and (max-width: 1023px) {
  .detail {
    padding: 28.8888888889vw 0 22.2222222222vw;
  }
}
.detail-wrapper {
  max-width: 45.8333333333vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .detail-wrapper {
    max-width: 100%;
  }
}
.detail-top-tags {
  display: flex;
  justify-content: center;
}
.detail-top-tags span, .detail-top-tags time {
  position: relative;
  margin-left: 1.1979166667vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-top-tags span, .detail-top-tags time {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-top-tags span, .detail-top-tags time {
    margin-left: 6.3888888889vw;
  }
}
.detail-top-tags span, .detail-top-tags time {
  font-weight: 700;
}
.detail-top-tags span::before, .detail-top-tags time::before {
  content: "";
  position: absolute;
  left: -0.6770833333vw;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: clamp(2px, 0.15625vw, 0.15625vw);
  height: clamp(2px, 0.15625vw, 0.15625vw);
  border-radius: 50%;
  background: #BCBCBC;
}
@media screen and (max-width: 1023px) {
  .detail-top-tags span::before, .detail-top-tags time::before {
    left: -3.6111111111vw;
    width: clamp(2px, 0.8333333333vw, 0.8333333333vw);
    height: clamp(2px, 0.8333333333vw, 0.8333333333vw);
  }
}
.detail-top-tags span:first-child, .detail-top-tags time:first-child {
  margin-left: 0;
}
.detail-top-tags span:first-child::before, .detail-top-tags time:first-child::before {
  content: unset;
  display: none;
}
.detail-top h1 {
  text-align: center;
  margin-top: 0.625vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .detail-top h1 {
    font-size: 7.7777777778vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-top h1 {
    margin-top: 2.2222222222vw;
  }
}
.detail-top figure {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .detail-top figure {
    width: 100vw;
    margin-left: -5.5555555556vw;
    margin-top: 8.8888888889vw;
  }
}
.detail-top figure img {
  display: block;
  width: 100%;
  border-radius: 2.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .detail-top figure img {
    border-radius: 8.8888888889vw;
  }
}
.detail-top figure figcaption {
  margin: 0 4.1666666667vw;
  margin-top: 0.625vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-top figure figcaption {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-top figure figcaption {
    margin: 0 5.5555555556vw;
    margin-top: 2.7777777778vw;
  }
}
.detail-content {
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .detail-content {
    margin-top: 11.1111111111vw;
  }
}
.detail-content:first-child {
  margin-top: 0;
}
.detail-content figure {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .detail-content figure {
    width: 100vw;
    margin-left: -5.5555555556vw;
    margin-top: 8.8888888889vw;
  }
}
.detail-content figure:first-child {
  margin-top: 0;
}
.detail-content figure a {
  cursor: pointer;
}
.detail-content figure img, .detail-content figure video, .detail-content figure iframe {
  display: block;
  width: 100%;
  border-radius: 2.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .detail-content figure img, .detail-content figure video, .detail-content figure iframe {
    border-radius: 8.8888888889vw;
  }
}
.detail-content figure video, .detail-content figure iframe {
  aspect-ratio: 16/9;
}
.detail-content figure figcaption {
  margin: 0 4.1666666667vw;
  margin-top: 0.625vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content figure figcaption {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-content figure figcaption {
    margin: 0 5.5555555556vw;
    margin-top: 2.7777777778vw;
  }
}
.detail-content h1, .detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
  margin: 0 4.1666666667vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .detail-content h1, .detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
    margin: 0;
    margin-top: 11.1111111111vw;
  }
}
.detail-content h1:first-child, .detail-content h2:first-child, .detail-content h3:first-child, .detail-content h4:first-child, .detail-content h5:first-child, .detail-content h6:first-child {
  margin-top: 0;
}
.detail-content h1, .detail-content h2 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .detail-content h1, .detail-content h2 {
    font-size: 7.7777777778vw;
  }
}
.detail-content h1, .detail-content h2 {
  font-weight: 600;
}
.detail-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) {
  .detail-content h3 {
    font-size: 6.3888888889vw;
  }
}
.detail-content h3 {
  font-weight: 600;
}
.detail-content h4, .detail-content h5 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .detail-content h4, .detail-content h5 {
    font-size: 5vw;
  }
}
.detail-content h4, .detail-content h5 {
  font-weight: 600;
}
.detail-content h6 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content h6 {
    font-size: 4.4444444444vw;
  }
}
.detail-content h6 {
  font-weight: 600;
}
.detail-content p {
  margin: 0 4.1666666667vw;
  margin-top: 1.25vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content p {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-content p {
    margin: 0;
    margin-top: 5.5555555556vw;
  }
}
.detail-content p:first-child {
  margin-top: 0;
}
.detail-content strong {
  font-weight: 600;
}
.detail-content a {
  text-decoration: underline;
  color: #2DAF5A;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content a {
    font-size: 4.4444444444vw;
  }
}
@media (hover: hover) {
  .detail-content a:hover {
    text-decoration: none;
  }
}
.detail-content ol, .detail-content ul {
  margin: 0 4.1666666667vw;
  margin-top: 1.25vw;
  padding-left: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .detail-content ol, .detail-content ul {
    margin: 0;
    padding-left: 6.6666666667vw;
    margin-top: 5.5555555556vw;
  }
}
.detail-content ol:first-child, .detail-content ul:first-child {
  margin-top: 0;
}
.detail-content ol li, .detail-content ul li {
  margin-top: 0.7291666667vw;
  padding-left: 0.4166666667vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content ol li, .detail-content ul li {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-content ol li, .detail-content ul li {
    margin-top: 2.2222222222vw;
    padding-left: 1.6666666667vw;
  }
}
.detail-content ol li:first-child, .detail-content ul li:first-child {
  margin-top: 0;
}
.detail-content ol li::marker, .detail-content ul li::marker {
  color: #2DAF5A;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content ol li::marker, .detail-content ul li::marker {
    font-size: 4.4444444444vw;
  }
}
.detail-content ol li::marker, .detail-content ul li::marker {
  font-weight: 600;
}
.detail-content blockquote {
  background: #ffffff;
  margin-top: 2.5vw;
  padding: 2.0833333333vw 4.1666666667vw;
  border-radius: 1.6666666667vw;
  border-left: 2px solid #2DAF5A;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content blockquote {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-content blockquote {
    width: 100vw;
    margin-top: 11.1111111111vw;
    margin-left: -5.5555555556vw;
    padding: 5.5555555556vw;
    border-radius: 6.6666666667vw;
  }
}
.detail-content blockquote > * {
  margin-left: 0;
  margin-right: 0;
}
.detail-content blockquote:first-child {
  margin-top: 0;
}
.detail-content blockquote :first-child {
  margin-top: 0;
}
.detail-content table {
  background: #ffffff;
  margin-top: 2.5vw;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #D6D6D6;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .detail-content table {
    overflow: auto;
    margin-top: 13.3333333333vw;
    border-radius: 8.8888888889vw;
  }
}
.detail-content table:first-child {
  margin-top: 0;
}
.detail-content table td, .detail-content table th {
  padding: 1.0416666667vw 1.25vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content table td, .detail-content table th {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-content table td, .detail-content table th {
    padding: 3.3333333333vw 4.4444444444vw;
  }
}
.detail-content table td a, .detail-content table th a {
  color: #2DAF5A;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-content table td a, .detail-content table th a {
    font-size: 4.4444444444vw;
  }
}
.detail-content table tr td {
  border-bottom: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
}
.detail-content table tr td strong, .detail-content table tr td b {
  font-weight: 500;
}
.detail-content table tr td svg {
  width: 24px;
  height: 24px;
}
.detail-content table tr td:first-child {
  border-left: none;
}
.detail-content table tr td:last-child {
  border-right: none;
}
.detail-content table tr:last-child td {
  border-bottom: none;
  border-right: 1px solid #D6D6D6 !important;
}
.detail-content table tr:last-child td:last-child {
  border-right: none !important;
}
.detail-table {
  overflow: auto;
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .detail-table {
    width: 100vw;
    margin-left: -5.5555555556vw;
    margin-top: 13.3333333333vw;
  }
}
.detail-table:first-child {
  margin-top: 0;
}
.detail-slider {
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .detail-slider {
    width: 100vw;
    margin-top: 11.1111111111vw;
    margin-left: -5.5555555556vw;
  }
}
.detail-slider:first-child {
  margin-top: 0;
}
.detail-slider figure {
  width: 100%;
  margin: 0;
}
.detail-slider figure img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-slider-bottom {
  display: flex;
  justify-content: space-between;
  margin: 1.25vw 4.1666666667vw 0;
}
@media screen and (max-width: 1023px) {
  .detail-slider-bottom {
    margin: 2.7777777778vw 5.5555555556vw 0;
  }
}
.detail-slider-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2916666667vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.6770833333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .detail-slider-number {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .detail-slider-number {
    height: 11.1111111111vw;
  }
}
.detail-slider-number {
  font-weight: 700;
}
.detail-slider-pagination {
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 0.78125vw 1.1458333333vw;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .detail-slider-pagination {
    padding: 3.3333333333vw 4.4444444444vw;
    border-radius: 8.8888888889vw;
  }
}
.detail-slider-btns {
  display: flex;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .detail-slider-btns {
    gap: 2.2222222222vw;
  }
}
.detail-slider-btn {
  background: #ffffff;
}

.error-page {
  padding: 7.5vw 0 6.25vw 0;
}
@media screen and (max-width: 1023px) {
  .error-page {
    padding: 28.8888888889vw 0 22.2222222222vw;
  }
}
.error-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 45.8333333333vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper {
    max-width: 100%;
  }
}
.error-page-wrapper h1 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 5.4166666667vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper h1 {
    font-size: 16.1111111111vw;
  }
}
.error-page-wrapper h1 {
  font-size: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper h1 {
    font-size: 38.8888888889vw;
  }
}
.error-page-wrapper p {
  max-width: 22.9166666667vw;
  margin-top: 2.0833333333vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper p {
    font-size: 7.7777777778vw;
  }
}
.error-page-wrapper p {
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper p {
    max-width: 100%;
    margin-top: 5.5555555556vw;
    font-size: 8.8888888889vw;
  }
}
.error-page-wrapper span {
  display: block;
  max-width: 33.3333333333vw;
  margin-top: 1.25vw;
  color: #2DAF5A;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper span {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper span {
    max-width: 100%;
    margin-top: 4.4444444444vw;
  }
}
.error-page-wrapper a {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper a {
    margin-top: 8.8888888889vw;
  }
}

.support {
  padding-top: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .support {
    padding-top: 24.4444444444vw;
  }
}
.support-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .support-items {
    grid-template-columns: 1fr;
    gap: 4.4444444444vw;
    margin-top: 8.8888888889vw;
  }
}

.partners {
  padding-top: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .partners {
    padding-top: 24.4444444444vw;
  }
}
.partners-selects {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1.25vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .partners-selects {
    flex-direction: column;
    gap: 5.5555555556vw;
    margin-top: 8.8888888889vw;
  }
}
.partners-selects .select, .partners-selects .input {
  flex: 1;
}
.partners-map {
  overflow: hidden;
  width: 100%;
  height: 33.3333333333vw;
  margin-top: 1.6666666667vw;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .partners-map {
    height: 133.3333333333vw;
    margin-top: 7.7777777778vw;
    border-radius: 8.8888888889vw;
  }
}
.partners-map img, .partners-map video, .partners-map iframe {
  width: 100%;
  height: 33.3333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .partners-map img, .partners-map video, .partners-map iframe {
    height: 133.3333333333vw;
  }
}
.partners-list {
  margin-top: 3.3333333333vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .partners-list {
    margin-top: 8.8888888889vw;
  }
}
.partners-list li {
  list-style: none;
  margin-top: 2.0833333333vw;
  padding-top: 2.0833333333vw;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 1023px) {
  .partners-list li {
    margin-top: 7.7777777778vw;
    padding-top: 7.7777777778vw;
  }
}
.partners-list li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.partners-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.3333333333vw;
}
.partners-item:not(:has(.partners-item-options)) {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .partners-item:not(:has(.partners-item-options)) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .partners-item {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
}
.partners-item-name div, .partners-item-address div, .partners-item-options div {
  margin-top: 0.5208333333vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .partners-item-name div, .partners-item-address div, .partners-item-options div {
    font-size: 4.4444444444vw;
  }
}
.partners-item-name div:first-child, .partners-item-address div:first-child, .partners-item-options div:first-child {
  margin-top: 0;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .partners-item-name div:first-child, .partners-item-address div:first-child, .partners-item-options div:first-child {
    font-size: 5vw;
  }
}
.partners-item-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125vw;
}
.partners-item-links a {
  color: #2DAF5A;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .partners-item-links a {
    font-size: 4.4444444444vw;
  }
}
.partners-item-links a {
  position: relative;
  transition: color 0.2s ease;
}
.partners-item-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2DAF5A;
  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) {
  .partners-item-links a:hover {
    color: #2DAF5A !important;
  }
  .partners-item-links a:hover::after {
    background: #2DAF5A;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.partners-buy {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .partners-buy {
    margin-bottom: 8.8888888889vw;
  }
}

.block-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.0833333333vw;
  border: 1px solid #D6D6D6;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .block-buy {
    flex-direction: column;
    align-items: flex-start;
    gap: 7.7777777778vw;
    padding: 5.5555555556vw;
    border-radius: 8.8888888889vw;
  }
}
.block-buy-text {
  max-width: 26.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .block-buy-text {
    max-width: 100%;
  }
}
.block-buy-text p {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .block-buy-text p {
    font-size: 5vw;
  }
}
.block-buy-btns {
  display: flex;
  gap: 0.3125vw;
}
@media screen and (max-width: 1023px) {
  .block-buy-btns {
    flex-wrap: wrap;
    gap: 1.6666666667vw;
  }
}

.in-dev {
  padding-top: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .in-dev {
    padding-top: 24.4444444444vw;
  }
}
.in-dev-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .in-dev-block {
    min-height: 70vh;
    justify-content: center;
  }
}
.in-dev-block h1 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .in-dev-block h1 {
    font-size: 10.5555555556vw;
  }
}
.in-dev-block p {
  margin-top: 0.4166666667vw;
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .in-dev-block p {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .in-dev-block p {
    margin-top: 0.4166666667vw;
  }
}
.in-dev-block img {
  width: 45.8333333333vw;
  margin-top: 2.0833333333vw;
  border-radius: 2.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .in-dev-block img {
    width: 100%;
    margin-top: 8.8888888889vw;
    border-radius: 8.8888888889vw;
  }
}

.documents {
  padding-top: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .documents {
    padding-top: 24.4444444444vw;
  }
}
.documents h1 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .documents h1 {
    font-size: 10.5555555556vw;
  }
}
@media screen and (max-width: 1023px) {
  .documents h1 {
    font-size: 8.8888888889vw;
  }
}
.documents-wrapper {
  display: flex;
  gap: 8.3333333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .documents-wrapper {
    flex-direction: column;
    gap: 8.8888888889vw;
    margin-top: 6.6666666667vw;
  }
}
.documents-links {
  width: 33.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .documents-links {
    width: 100%;
  }
}
.documents-links .tags {
  flex-direction: column;
  gap: 0.3125vw;
}
@media screen and (max-width: 1023px) {
  .documents-links .tags {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6666666667vw;
  }
}
.documents-list {
  padding: 0;
}
.documents-list li {
  list-style: none;
}
.documents-list > li {
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .documents-list > li {
    margin-top: 13.3333333333vw;
  }
}
.documents-list > li:first-child {
  margin-top: 0;
}
.documents-list-block h3 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .documents-list-block h3 {
    font-size: 6.3888888889vw;
  }
}
.documents-list-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125vw;
  margin-top: 0.8333333333vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .documents-list-items {
    gap: 1.6666666667vw;
    margin-top: 3.3333333333vw;
  }
}

.about {
  padding: 6.25vw 0 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .about {
    padding: 24.4444444444vw 0 17.7777777778vw;
  }
}
.about-items {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .about-items {
    gap: 4.4444444444vw;
  }
}
.about-item {
  overflow: hidden;
  position: relative;
  display: flex;
  border-radius: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .about-item {
    flex-direction: column;
    border-radius: 8.8888888889vw;
  }
}
.about-item-bg {
  display: flex;
  align-items: center;
  background: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-item-bg img, .about-item-bg video, .about-item-bg iframe {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-item-bg::after {
  content: "";
  background: linear-gradient(90deg, rgba(12, 7, 1, 0.7) 24%, rgba(12, 7, 1, 0) 54%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-item-reverse {
  justify-content: flex-end;
}
.about-item-reverse .about-item-bg::after {
  background: linear-gradient(90deg, rgba(12, 7, 1, 0) 46%, rgba(12, 7, 1, 0.7) 76%);
}
@media screen and (max-width: 1023px) {
  .about-item-reverse .about-item-bg::after {
    background: linear-gradient(90deg, rgba(12, 7, 1, 0.7) 24%, rgba(12, 7, 1, 0) 54%);
  }
}
.about-item-img {
  display: none;
}
@media screen and (max-width: 1023px) {
  .about-item-img {
    position: relative;
    z-index: 2;
    display: flex;
    height: 58.8888888889vw;
    width: 100%;
  }
}
.about-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-item-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: linear-gradient(135deg, rgba(80, 138, 30, 0.14), rgba(229, 204, 180, 0.25) 100%);
  min-height: 31.25vw;
  width: 43.75vw;
  padding: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .about-item-content {
    width: 100%;
    min-height: auto;
    padding: 7.7777777778vw 5.5555555556vw;
  }
}
.about-item-content h1, .about-item-content h2, .about-item-content h3, .about-item-content h4 {
  margin-bottom: 3.3333333333vw;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .about-item-content h1, .about-item-content h2, .about-item-content h3, .about-item-content h4 {
    font-size: 10.5555555556vw;
  }
}
@media screen and (max-width: 1023px) {
  .about-item-content h1, .about-item-content h2, .about-item-content h3, .about-item-content h4 {
    margin-bottom: 11.1111111111vw;
    padding-bottom: 6.1111111111vw;
  }
}
.about-item-content h1 span, .about-item-content h2 span, .about-item-content h3 span, .about-item-content h4 span {
  color: rgba(255, 255, 255, 0.4);
}
.about-item-content h1 + *, .about-item-content h2 + *, .about-item-content h3 + *, .about-item-content h4 + * {
  margin-top: 0 !important;
}
.about-item-content p {
  margin-top: 1.25vw;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .about-item-content p {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .about-item-content p {
    margin-top: 4.4444444444vw;
  }
}
.about-item-content ul {
  margin-top: 1.25vw;
  padding-left: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .about-item-content ul {
    margin-top: 4.4444444444vw;
    padding-left: 6.6666666667vw;
  }
}
.about-item-content ul li {
  margin-top: 0.625vw;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .about-item-content ul li {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .about-item-content ul li {
    margin-top: 3.3333333333vw;
  }
}
.about-item-content ul li:first-child {
  margin-top: 0;
}

.contacts {
  padding: 6.25vw 0 0;
}
@media screen and (max-width: 1023px) {
  .contacts {
    padding: 24.4444444444vw 0 0;
  }
}
.contacts-buy {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-buy {
    margin-bottom: 8.8888888889vw;
  }
}
.contacts h1 {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2.7083333333vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .contacts h1 {
    font-size: 10.5555555556vw;
  }
}
@media screen and (max-width: 1023px) {
  .contacts h1 {
    font-size: 8.8888888889vw;
  }
}
.contacts-items {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .contacts-items {
    margin-top: 6.6666666667vw;
  }
}
.contacts-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #ffffff;
  border-radius: 2.5vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-row {
    grid-template-columns: 1fr;
    border-radius: 8.8888888889vw;
    margin-top: 8.8888888889vw;
  }
}
.contacts-row:first-child {
  margin-top: 0;
}
.contacts-row-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .contacts-row-4 {
    grid-template-columns: 1fr;
  }
}
.contacts-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-card {
    padding: 7.7777777778vw 5.5555555556vw;
  }
}
.contacts-card-span-2 {
  grid-column: span 2;
}
@media screen and (max-width: 1023px) {
  .contacts-card-span-2 {
    grid-column: span 1;
  }
}
.contacts-card-span-3 {
  grid-column: span 3;
}
@media screen and (max-width: 1023px) {
  .contacts-card-span-3 {
    grid-column: span 1;
  }
}
.contacts-card-span-4 {
  grid-column: span 4;
}
@media screen and (max-width: 1023px) {
  .contacts-card-span-4 {
    grid-column: span 1;
  }
}
.contacts-card-title {
  margin-bottom: 1.6666666667vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .contacts-card-title {
    font-size: 6.3888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-card-title {
    margin-bottom: 6.6666666667vw;
  }
}
.contacts-card-subtitle {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .contacts-card-subtitle {
    font-size: 5vw;
  }
}
.contacts-card-divider::before {
  content: "";
  position: absolute;
  top: 2.0833333333vw;
  bottom: 2.0833333333vw;
  left: 0;
  width: 1px;
  background: #D6D6D6;
}
@media screen and (max-width: 1023px) {
  .contacts-card-divider::before {
    top: 0;
    left: 5.5555555556vw;
    right: 5.5555555556vw;
    bottom: unset;
    width: auto;
    height: 1px;
  }
}
.contacts-card p {
  margin-bottom: 0.8333333333vw;
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .contacts-card p {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-card p {
    margin-bottom: 3.3333333333vw;
  }
}
.contacts-card p:last-child {
  margin-bottom: 0;
}
.contacts-card p a {
  display: inline-block;
}
.contacts-card a {
  display: block;
  margin-bottom: 0.4166666667vw;
  color: #2DAF5A;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .contacts-card a {
    font-size: 4.4444444444vw;
  }
}
.contacts-card a {
  position: relative;
  transition: color 0.2s ease;
}
.contacts-card a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2DAF5A;
  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) {
  .contacts-card a:hover {
    color: #2DAF5A !important;
  }
  .contacts-card a:hover::after {
    background: #2DAF5A;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 1023px) {
  .contacts-card a {
    margin-bottom: 2.2222222222vw;
  }
}
.contacts-card a:last-child {
  margin-bottom: 0;
}
.contacts-card dl {
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-card dl {
    margin-bottom: 4.4444444444vw;
  }
}
.contacts-card dl:last-child {
  margin-bottom: 0;
}
.contacts-card dl div {
  display: flex;
  gap: 0.4166666667vw;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .contacts-card dl div {
    gap: 2.2222222222vw;
    margin-top: 2.2222222222vw;
  }
}
.contacts-card dl div:first-child {
  margin-top: 0;
}
.contacts-card dl div dt {
  color: #757575;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .contacts-card dl div dt {
    font-size: 4.4444444444vw;
  }
}
.contacts-card dl div dd {
  color: #383838;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .contacts-card dl div dd {
    font-size: 4.4444444444vw;
  }
}
.contacts-card-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.0833333333vw;
  padding-top: 2.0833333333vw;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 1023px) {
  .contacts-card-block {
    margin-top: 7.7777777778vw;
    padding-top: 7.7777777778vw;
  }
}
.contacts-card-block:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.contacts-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-item {
    padding: 7.7777777778vw 5.5555555556vw;
  }
}
.contacts-item-span-2 {
  grid-column: span 2;
}
@media screen and (max-width: 1023px) {
  .contacts-item-span-2 {
    grid-column: span 1;
  }
}
.contacts-item-span-3 {
  grid-column: span 3;
}
@media screen and (max-width: 1023px) {
  .contacts-item-span-3 {
    grid-column: span 1;
  }
}
.contacts-item-span-4 {
  grid-column: span 4;
}
@media screen and (max-width: 1023px) {
  .contacts-item-span-4 {
    grid-column: span 1;
  }
}
.contacts-item-title {
  min-height: 4.4270833333vw;
  width: 100%;
  margin-bottom: 2.5vw;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #D6D6D6;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.40625vw;
  line-height: 108%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-title {
    font-size: 6.3888888889vw;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-item-title {
    min-height: auto;
    margin-bottom: 8.8888888889vw;
    padding-bottom: 4.4444444444vw;
  }
}
.contacts-item-block {
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-item-block {
    flex-direction: column;
    gap: 8.8888888889vw;
  }
}
.contacts-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts-item-info p {
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-info p {
    font-size: 4.4444444444vw;
  }
}
.contacts-item-info p a {
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .contacts-item-info p a {
    margin-right: 2.2222222222vw;
  }
}
.contacts-item-info a {
  color: #2DAF5A;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-info a {
    font-size: 4.4444444444vw;
  }
}
.contacts-item-info a {
  position: relative;
  transition: color 0.2s ease;
}
.contacts-item-info a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2DAF5A;
  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) {
  .contacts-item-info a:hover {
    color: #2DAF5A !important;
  }
  .contacts-item-info a:hover::after {
    background: #2DAF5A;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.contacts-item-info * {
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .contacts-item-info * {
    margin-top: 2.2222222222vw;
  }
}
.contacts-item-info *:first-child {
  margin-top: 0;
}
.contacts-item-name {
  margin-bottom: 1.25vw;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.8854166667vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-name {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-item-name {
    margin-bottom: 6.6666666667vw;
  }
}
.contacts-item-name * {
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .contacts-item-name * {
    margin-top: 2.2222222222vw;
  }
}
.contacts-item-name *:first-child {
  margin-top: 0;
  color: #141414;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-name *:first-child {
    font-size: 5vw;
  }
}
.contacts-item-info {
  flex: 1;
}
.contacts-map {
  overflow: hidden;
  border-radius: 2.5vw;
  min-height: 15.625vw;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .contacts-map {
    border-radius: 8.8888888889vw;
    min-height: 83.3333333333vw;
  }
}
.contacts-map .map-ymaps {
  width: 100%;
  height: 100%;
}