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

html {
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  background: #f1f1f0;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: none;
  padding-bottom: 36px;
}
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: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 16px;
  }
}
.container-big {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.page {
  min-height: 60vh;
}
.page-header-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 276px;
  margin-top: 36px;
  border-radius: 24px;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .page-header-wrapper {
    min-height: 400px;
    width: 100vw;
    margin-left: -16px;
    margin-top: -96px;
    padding: 110px 20px 28px 20px;
    border-radius: 0 0 24px 24px;
  }
}
.page-header-block {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-header-block {
    flex-direction: column;
    gap: 24px;
  }
}
.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-header-bg img,
.page-header-bg video,
.page-header-bg iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .page-header-bg img,
  .page-header-bg video,
  .page-header-bg iframe {
    border-radius: 0 0 24px 24px;
  }
}
.page-header-info h1,
.page-header-info h2 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .page-header-info h1,
  .page-header-info h2 {
    font-size: 36px;
  }
}
.page-header-info p {
  margin-top: 16px;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .page-header-info p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .page-header-info p {
    margin-top: 8px;
  }
}
.page-header-info p span {
  color: #FDE408;
}

.hidden-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.section {
  margin-top: 36px;
  padding: 52px 0;
}
@media screen and (max-width: 1023px) {
  .section {
    margin-top: 28px;
    padding: 36px 0;
  }
}
.section-top {
  margin-bottom: 36px;
}
@media screen and (max-width: 1023px) {
  .section-top {
    margin-bottom: 28px;
  }
}
.section-top h2 {
  text-align: center;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
}
.section-top h2 {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .section-top h2 {
    font-size: 36px;
  }
}
.section-top p {
  text-align: center;
  margin-top: 16px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .section-top p {
    font-size: 15px;
  }
}
.section-top p span {
  color: #6952f5;
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .section-bottom {
    margin-top: 28px;
  }
}
.section-media {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .section-media {
    margin-top: 28px;
  }
}
.section-media img,
.section-media video,
.section-media iframe {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-media-block {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section-media-block {
    display: none;
  }
}
.section-media-block-m {
  display: none;
}
@media screen and (max-width: 1023px) {
  .section-media-block-m {
    display: flex;
  }
}

.header {
  position: sticky;
  z-index: 90;
  top: 36px;
  left: 0;
  margin-top: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .header {
    top: 26px;
    margin-top: 26px;
  }
}
.header.hidden {
  transform: translate(0, -200%);
}
.header.scroll {
  top: 6px;
}
@media screen and (max-width: 1023px) {
  .header.scroll {
    top: 6px;
  }
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #171716;
  padding: 16px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .header-wrapper {
    padding: 8px 8px 8px 16px;
    border-radius: 20px;
  }
}
.header-contacts {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .header-contacts {
    display: none;
  }
}
.header-contacts a {
  transition: all 0.2s ease;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .header-contacts a {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .header-contacts a:hover {
    color: #d7c207;
  }
}

.mobile-navbar {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobile-navbar {
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    gap: 12px;
    background: #ffffff;
    padding: 16px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 32px 0px rgba(115, 114, 108, 0.1), 0px -32px 32px 0px rgba(115, 114, 108, 0.05);
  }
}
.mobile-navbar a:not(.button) {
  max-width: 45px;
  max-height: 45px;
  width: 100%;
}
.mobile-navbar a:not(.button) img {
  width: 100%;
  width: 40px;
    height: 40px;
	margin-top:6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-navbar .button {
  margin-left: auto;
      min-width: 110px;
}
.mobile-navbar [hidden-link] {
  display: none !important;
}

.logo {
  width: 172px;
  height: 52px;
}
.logo img,
.logo svg {
  width: 100%;
  height: 100%;
}

.menu {
  position: relative;
  display: flex;
}
.menu-btn {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: rgba(115, 114, 108, 0.3);
  padding: 14px;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .menu-btn {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .menu-btn:hover {
    color: #171716;
    background: #fde939;
  }
}
.menu-btn-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.menu-btn-icon-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.menu-btn-icon-2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.menu-btn-icon svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.menu-btn.active .menu-btn-icon-1 {
  opacity: 0;
}
.menu-btn.active .menu-btn-icon-2 {
  opacity: 1;
}
.menu-links {
  display: flex;
  gap: 8px;
  margin-left: 8px;
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .menu-links {
    display: none;
  }
}
.menu-links li {
  list-style: none;
}
.menu-links li a {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(253, 228, 8, 0.2);
  border-radius: 12px;
  transition: all 0.2s ease;
  color: #FDE408;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .menu-links li a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .menu-links li a:hover {
    border: 1px solid #fde939;
    color: #171716;
    background: #fde939;
  }
}
.menu-dropdown {
  overflow: auto;
  position: absolute;
  left: 0;
  bottom: -24px;
  transform: translate(0, 100%);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(115, 114, 108, 0.1), 0px 12px 20px 0px rgba(115, 114, 108, 0.05);
  padding: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .menu-dropdown {
    position: fixed;
    left: 0;
    bottom: -150vh;
    transform: translate(0, 0);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 110px);
    border-radius: 20px 20px 0 0;
  }
}
.menu-dropdown.active {
  opacity: 1;
  pointer-events: all;
  bottom: -8px;
}
@media screen and (max-width: 1023px) {
  .menu-dropdown.active {
    bottom: 0;
  }
}
.menu-dropdown-list ul {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .menu-dropdown-list ul {
    margin-bottom: 24px;
  }
}
.menu-dropdown-list ul li {
  list-style: none;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .menu-dropdown-list ul li {
    margin-top: 28px;
  }
}
.menu-dropdown-list ul li:first-child {
  margin-top: 0;
}
.menu-dropdown-list ul li a {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .menu-dropdown-list ul li a {
    font-size: 22px;
  }
}
.menu-dropdown-list ul li a {
  position: relative;
}
.menu-dropdown-list ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171716;
  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) {
  .menu-dropdown-list ul li a:hover {
    color: #171716 !important;
  }
  .menu-dropdown-list ul li a:hover::after {
    background: #171716;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.menu-dropdown-contacts {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-dropdown-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: #171716;
    padding: 16px;
    margin-top: auto;
    border-radius: 16px;
  }
}
.menu-dropdown-contacts a {
  text-align: center;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .menu-dropdown-contacts a {
    font-size: 15px;
  }
}
.menu-dropdown-contacts a,
.menu-dropdown-contacts button {
  width: 100%;
}
.menu-dropdown-contacts .socials {
  display: flex;
  gap: 16px;
  align-items: center;
}
.menu-dropdown-contacts .socials a {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
}
.menu-dropdown-contacts .socials a img {
  width: 100%;
  height: 100%;
}
.menu-bg {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(115, 114, 108, 0.502);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .menu-bg {
    display: block;
  }
}
.menu-bg.active {
  opacity: 1;
  pointer-events: all;
}

.footer {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .footer {
    margin-top: 28px;
  }
}
.footer-wrapper {
  background: #171716;
  padding: 52px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .footer-wrapper {
    width: 100vw;
    margin-left: -16px;
    padding: 36px 20px 128px;
    border-radius: 24px 24px 0 0;
  }
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.footer-top h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 792px;
  gap: 12px;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
}
.footer-top h2 {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .footer-top h2 {
    font-size: 36px;
  }
}
.footer-top h2 {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .footer-top h2 {
    font-size: 32px;
  }
}
.footer-top h2 span {
  color: #FDE408;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .footer-top h2 span {
    font-size: 26px;
  }
}
.footer-middle {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 72px 0 36px;
  padding: 36px 0;
  border-top: 1px solid rgba(115, 114, 108, 0.502);
  border-bottom: 1px solid rgba(115, 114, 108, 0.502);
}
@media screen and (max-width: 1023px) {
  .footer-middle {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 36px 72px;
    margin: 36px 0;
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .footer-middle {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 28px;
    margin: 36px 0;
    padding: 36px 0;
  }
}
.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.footer-links ul li {
  list-style: none;
}
.footer-links ul li a {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .footer-links ul li a {
    font-size: 14px;
  }
}
.footer-links ul li a {
  position: relative;
}
.footer-links 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-links ul li a:hover {
    color: #ffffff !important;
  }
  .footer-links ul li a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 1023px) {
  .footer-links ul li a {
    font-size: 16px;
  }
}
.footer-contacts span {
  display: inline-block;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .footer-contacts span {
    font-size: 14px;
  }
}
.footer-contacts ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding: 0;
}
.footer-contacts ul li {
  list-style: none;
  color: #b9b9b6;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .footer-contacts ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-contacts ul li {
    font-size: 16px;
  }
}
.footer-contacts ul li a {
  color: #b9b9b6;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .footer-contacts ul li a {
    font-size: 14px;
  }
}
.footer-contacts ul li a {
  position: relative;
}
.footer-contacts ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b9b9b6;
  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-contacts ul li a:hover {
    color: #b9b9b6 !important;
  }
  .footer-contacts ul li a:hover::after {
    background: #b9b9b6;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 1023px) {
  .footer-contacts ul li a {
    font-size: 16px;
  }
}
.footer-info {
  max-width: 180px;
}
.footer-info-block {
  margin-top: 24px;
}
.footer-info-block:first-child {
  margin-top: 0;
}
.footer-info-block span {
  display: inline-block;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .footer-info-block span {
    font-size: 14px;
  }
}
.footer-info-socials {
  display: flex;
  \flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.footer-info-socials div,
.footer-info-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px;
  border: 1px solid rgba(115, 114, 108, 0.502);
  border-radius: 110px;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .footer-info-socials a:hover {
    background: #d7c207;
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
  }
}
.footer-bottom-left {
  max-width: 635px;
}
.footer-bottom-left a {
  margin-top: 2px;
  color: #A4A39F;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-left a {
    font-size: 12px;
  }
}
.footer-bottom-left a {
  position: relative;
}
.footer-bottom-left 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-left a:hover {
    color: #ffffff !important;
  }
  .footer-bottom-left a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.footer-bottom-left, .footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer-bottom-left div, .footer-bottom-right div {
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-left div, .footer-bottom-right div {
    font-size: 12px;
  }
}
.footer-bottom-right {
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-right {
    align-items: flex-start;
  }
}
.footer-dev {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .footer-dev {
    margin-top: 24px;
  }
}
.footer-dev span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .footer-dev span {
    font-size: 14px;
  }
}
.footer-dev span a {
  color: #FDE408;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .footer-dev span a {
    font-size: 14px;
  }
}
.footer-dev span a {
  position: relative;
}
.footer-dev span a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FDE408;
  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-dev span a:hover {
    color: #FDE408 !important;
  }
  .footer-dev span a:hover::after {
    background: #FDE408;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}

.banner {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .banner {
    margin-top: 28px;
  }
}
.banner-wrapper {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .banner-wrapper {
    width: 100vw;
    margin-left: -16px;
  }
}
@media (hover: hover) {
  .banner-wrapper:hover .banner-block {
    opacity: 0.85;
    box-shadow: 0px 0px 20px 0px rgba(115, 114, 108, 0.1), 0px 12px 20px 0px rgba(115, 114, 108, 0.05);
  }
}
@media screen and (max-width: 1023px) {
  .banner-wrapper-social {
    width: 100%;
    margin-left: 0;
  }
}
.banner-link {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-block {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  border-radius: 24px;
  transition: all 0.3s ease;
}
.banner-block img,
.banner-block video,
.banner-block iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .banner-block img,
  .banner-block video,
  .banner-block iframe {
    height: auto;
  }
}
@keyframes shake {
  0% {
    transform: translate(0%, 0);
  }
  20% {
    transform: translate(-1%, 0);
  }
  40% {
    transform: translate(1%, 0);
  }
  60% {
    transform: translate(-1%, 0);
  }
  80% {
    transform: translate(1%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
.banner-main {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .banner-main {
    margin-top: -110px;
  }
}
.banner-main-wrapper {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .banner-main-wrapper {
    width: 100vw;
    margin-left: -16px;
  }
}
@media (hover: hover) {
  .banner-main-wrapper:hover .banner-block {
    opacity: 0.85;
    box-shadow: 0px 0px 20px 0px rgba(115, 114, 108, 0.1), 0px 12px 20px 0px rgba(115, 114, 108, 0.05);
  }
}
@media screen and (max-width: 1023px) {
  .banner-main-wrapper .banner-block {
    width: 100%;
    height: auto;
    border-radius: 0 0 24px 24px;
  }
}
.banner-main-wrapper .banner-block img,
.banner-main-wrapper .banner-block video,
.banner-main-wrapper .banner-block iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .banner-main-wrapper .banner-block img,
  .banner-main-wrapper .banner-block video,
  .banner-main-wrapper .banner-block iframe {
    height: auto;
    border-radius: 0 0 24px 24px;
  }
}
.banner-media {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .banner-media {
    display: none;
  }
}
.banner-media-mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .banner-media-mobile {
    display: flex;
  }
}

.stock-section-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .stock-section-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 28px;
  }
}

.card-stock {
  position: relative;
  display: flex;
  border-radius: 24px;
  width: 100%;
  height: 454px;
}
@media (hover: hover) {
  .card-stock:hover div:has(img, video, iframe) {
    opacity: 0.95;
    transform: scale(1.05) rotate(1deg);
    box-shadow: 0px 0px 20px 0px rgba(115, 114, 108, 0.1), 0px 12px 20px 0px rgba(115, 114, 108, 0.05);
  }
}
@media screen and (max-width: 1023px) {
  .card-stock {
    height: auto;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1023px) and (hover: hover) {
  .card-stock:hover .card-img {
    transform: scale(1.01) rotate(1deg);
  }
}
.card-stock-img {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .card-stock-img {
    height: auto;
    border-radius: 24px;
  }
}
.card-stock-img img,
.card-stock-img video,
.card-stock-img iframe {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .card-stock-img img,
  .card-stock-img video,
  .card-stock-img iframe {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card-stock-link {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-experience {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  height: 320px;
  padding: 24px;
  border-radius: 24px;
}
.card-experience-title {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .card-experience-title {
    font-size: 26px;
  }
}
.card-experience-title {
  font-size: 72px;
  letter-spacing: -0.36px;
}
.card-experience img {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-experience p {
  margin-top: auto;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-experience p {
    font-size: 14px;
  }
}
.card-images-desc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .card-images-desc {
    display: none;
  }
}
.card-images-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .card-images-mobile {
    display: block;
  }
}
.card-images img,
.card-images video {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-images a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-rating {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: #ffffff;
  padding: 16px 24px 16px 32px;
  border-radius: 24px;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
  .card-rating:hover {
    box-shadow: 0px 0px 20px 0px rgba(115, 114, 108, 0.1), 0px 12px 20px 0px rgba(115, 114, 108, 0.05);
  }
  .card-rating:hover img {
    transform: translate(-5%, 0);
  }
}
.card-rating-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .card-rating-info {
    max-width: 50%;
  }
}
.card-rating-number {
  display: flex;
  align-items: center;
  gap: 16px;
}
.card-rating-number span {
  display: flex;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-rating-number span {
    font-size: 18px;
  }
}
.card-rating-number span {
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .card-rating-number span {
    font-size: 28px;
    margin-top: 4px;
  }
}
.card-rating-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 192px;
  height: 32px;
}
.card-rating-star {
  width: 32px;
  height: 32px;
  background-size: 32px;
}
@media screen and (max-width: 1023px) {
  .card-rating-star {
    display: none;
  }
  .card-rating-star:first-child {
    display: block;
  }
}
.card-rating-star-red {
  background-image: url("../img/icons/star-red-icon.svg");
}
.card-rating-star-green {
  background-image: url("../img/icons/star-green-icon.svg");
}
.card-rating-text p {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-rating-text p {
    font-size: 15px;
  }
}
.card-rating-text p mark {
  text-decoration: underline;
  background: transparent;
}
.card-rating-text-red p span {
  color: #F43;
}
.card-rating-text-green p span {
  color: #74B223;
}
.card-rating-img {
  flex-shrink: 0;
  height: 98px;
}
.card-rating-img img {
  height: 100%;
  transition: all 0.2s ease;
}
.card-rating-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-review {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  height: 322px;
  padding: 24px;
  border-radius: 24px;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
  .card-review:hover {
    box-shadow: 0px 0px 16px 0px rgba(115, 114, 108, 0.1), 0px 4px 8px 0px rgba(115, 114, 108, 0.05);
  }
}
@media screen and (max-width: 1023px) {
  .card-review {
    height: 264px;
    padding: 20px;
    border-radius: 20px;
  }
}
.card-review-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.card-review-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-review-info div {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-review-info div {
    font-size: 16px;
  }
}
.card-review-info span {
  display: block;
  margin-top: 8px;
  padding: 8px 10px;
  border: 2px solid #171716;
  border-radius: 12px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-review-info span {
    font-size: 13px;
  }
}
.card-review-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card-review-rating-text {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-review-rating-text {
    font-size: 16px;
  }
}
.card-review-rating-text {
  line-height: 32px;
}
.card-review-star {
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/star-yellow-icon.svg");
  background-size: 32px;
  background-repeat: no-repeat;
}
.card-review-content {
  margin: 24px 0;
}
@media screen and (max-width: 1023px) {
  .card-review-content {
    margin: 16px 0;
  }
}
.card-review-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-review-content p {
    font-size: 15px;
  }
}
.card-review-content button {
  background: transparent;
  margin-top: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #6952f5;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-review-content button {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .card-review-content button:hover {
    color: #5946d0;
  }
}
.card-review-date {
  margin-top: auto;
}
.card-review-date span {
  color: #A4A39F;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-review-date span {
    font-size: 14px;
  }
}
.card-service {
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
  .card-service:hover {
    box-shadow: 0px 0px 16px 0px rgba(115, 114, 108, 0.1), 0px 4px 8px 0px rgba(115, 114, 108, 0.05);
  }
}
@media screen and (max-width: 1023px) {
  .card-service {
    padding: 20px;
    border-radius: 20px;
  }
}
.card-service-img {
  height: 174px;
}
@media screen and (max-width: 1023px) {
  .card-service-img {
    height: auto;
  }
}
.card-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-service-name {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .card-service-name {
    margin-top: 16px;
  }
}
.card-service-name h3 {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .card-service-name h3 {
    font-size: 26px;
  }
}
.card-service-name span {
  display: inline-block;
  margin-top: 2px;
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-service-name span {
    font-size: 14px;
  }
}
.card-service-info {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .card-service-info {
    justify-content: space-between;
  }
}
.card-service-info-item {
  display: flex;
  flex-direction: column;
}
.card-service-info-item span {
  display: inline-block;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-service-info-item span {
    font-size: 16px;
  }
}
.card-service-info-item span:nth-child(2) {
  margin-top: 2px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .card-service-info-item span:nth-child(2) {
    font-size: 12px;
  }
}
.card-service-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 16px 20px;
  border: 3px solid rgba(115, 114, 108, 0.149);
  border-radius: 12px;
}
@media screen and (max-width: 1023px) {
  .card-service-price {
    margin-top: 16px;
    padding: 14px 16px;
  }
}
.card-service-price span {
  display: inline-block;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-service-price span {
    font-size: 14px;
  }
}
.card-service-price span:nth-child(2) {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-service-price span:nth-child(2) {
    font-size: 16px;
  }
}
.card-service-bottom {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .card-service-bottom {
    margin-top: 16px;
  }
}
.card-news {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 24px;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
  .card-news:hover {
    box-shadow: 0px 0px 16px 0px rgba(115, 114, 108, 0.1), 0px 4px 8px 0px rgba(115, 114, 108, 0.05);
  }
  .card-news:hover .card-news-img img {
    transform: scale(1.05);
  }
  .card-news:hover .card-news-bottom span:first-child {
    color: #5946d0;
  }
}
.card-news-img {
  overflow: hidden;
  width: 100%;
  height: 216px;
  flex-shrink: 0;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .card-news-img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .card-news-img {
    height: 194px;
  }
}
.card-news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease;
}
.card-news-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 24px 0;
}
@media screen and (max-width: 1023px) {
  .card-news-info {
    padding: 20px 20px 0;
  }
}
.card-news-info h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 53px;
  margin: 0 0 8px 0;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-news-info h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .card-news-info h3 {
    height: 42px;
  }
}
.card-news-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-news-info p {
    font-size: 14px;
  }
}
.card-news-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: auto;
  padding: 16px 24px 24px 24px;
}
@media screen and (max-width: 1023px) {
  .card-news-bottom {
    padding: 16px 20px 20px 20px;
  }
}
.card-news-bottom span {
  display: inline-block;
  transition: color 0.2s ease;
  color: #A4A39F;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-news-bottom span {
    font-size: 13px;
  }
}
.card-news-bottom span:first-child {
  color: #6952f5;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-news-bottom span:first-child {
    font-size: 15px;
  }
}
.card-news-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-document {
  position: relative;
  display: flex;
  gap: 16px;
}
@media (hover: hover) {
  .card-document:hover .card-document-icon {
    color: #6952f5;
  }
  .card-document:hover .card-document-info h3 {
    color: #6952f5;
  }
  .card-document:hover .card-document-bottom div {
    opacity: 1;
  }
}
.card-document-icon {
  color: #171716;
  transition: all 0.2s ease;
}
.card-document-icon svg {
  width: 32px;
  height: 32px;
}
.card-document-info h3 {
  transition: all 0.2s ease;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-document-info h3 {
    font-size: 15px;
  }
}
.card-document-bottom {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.card-document-bottom span {
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-document-bottom span {
    font-size: 14px;
  }
}
.card-document-bottom div {
  opacity: 0;
  text-decoration: underline;
  transition: all 0.2s ease;
  color: #6952f5;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-document-bottom div {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .card-document-bottom div {
    opacity: 1;
  }
}
.card-document-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-faq {
  list-style: none;
  background: rgba(115, 114, 108, 0.2);
  padding: 24px;
  border-radius: 16px;
  border: 2px solid #171716;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .card-faq {
    padding: 20px;
  }
}
.card-faq.active {
  border: 2px solid #FDE408;
}
.card-faq.active .card-faq-top {
  color: #FDE408;
}
.card-faq.active .card-faq-top svg path:first-child {
  opacity: 0;
}
.card-faq.active .card-faq-content {
  margin-top: 20px;
}
.card-faq-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-faq-top {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .card-faq-top:hover {
    color: #d7c207 !important;
  }
}
.card-faq-top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-faq-top-icon svg {
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}
.card-faq-content {
  overflow: hidden;
  height: 0;
  margin-top: 0;
  transition: all 0.2s ease;
}
.card-faq-content p {
  margin-top: 16px;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-faq-content p {
    font-size: 14px;
  }
}
.card-faq-content p:first-child {
  margin-top: 0;
}
.card-faq-content a {
  text-decoration: underline;
  transition: all 0.2s ease;
  color: #FDE408;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-faq-content a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .card-faq-content a:hover {
    color: #d7c207;
  }
}
.card-faq-content ul, .card-faq-content ol {
  margin-top: 16px;
  padding-left: 20px;
}
.card-faq-content ul:first-child, .card-faq-content ol:first-child {
  margin-top: 0;
}
.card-faq-content ul li, .card-faq-content ol li {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-faq-content ul li, .card-faq-content ol li {
    font-size: 14px;
  }
}
.card-faq-content ul li::marker, .card-faq-content ol li::marker {
  color: #6952f5;
}
.card-step {
  list-style: none;
  display: flex;
  flex-direction: column;
  min-width: 230px;
  min-height: 220px;
  padding: 24px 16px;
  border-radius: 16px;
  background: #ffffff;
}
.card-step span {
  display: block;
  margin-bottom: 16px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
}
.card-step span {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .card-step span {
    font-size: 36px;
  }
}
.card-step span {
  font-size: 42px;
}
.card-step p {
  margin-top: auto;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .card-step p {
    font-size: 15px;
  }
}
.card-step p {
  font-size: 22px;
}
.card-step-yellow {
  background: #FDE408;
}
.card-step-black {
  background: #171716;
}
.card-step-black span {
  color: #ffffff;
}
.card-step-black p {
  color: #ffffff;
}

.slider {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .slider {
    margin-top: 28px;
  }
}
.slider .swiper {
  margin: -36px -24px -12px -24px !important;
  padding: 36px 24px 12px 24px !important;
}
@media screen and (max-width: 1023px) {
  .slider .swiper {
    width: 100vw;
    margin: 0 0 0 -16px !important;
    padding: 0 16px !important;
  }
}
.slider .swiper-slide {
  height: auto !important;
}
.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (hover: hover) {
  .slider-btn:hover {
    box-shadow: 0px 0px 20px 0px rgba(115, 114, 108, 0.1), 0px 12px 20px 0px rgba(115, 114, 108, 0.05);
  }
}
@media screen and (max-width: 1023px) {
  .slider-btn {
    display: none;
  }
}
.slider-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  gap: 24px;
}
.slider-bottom:has(.swiper-button-lock) {
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .slider-bottom {
    margin-top: 28px;
    gap: 12px;
  }
}
.slider-bottom-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .slider-bottom-block {
    width: 100%;
    gap: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .slider-bottom-block button {
    width: 100%;
  }
}
.slider-bottom-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .slider-bottom-socials {
    gap: 12px;
  }
}
.slider-bottom-socials a {
  flex-shrink: 0;
  display: flex;
  width: 52px;
  height: 52px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (hover: hover) {
  .slider-bottom-socials a:hover {
    opacity: 0.75;
  }
}
.slider-bottom-socials a img,
.slider-bottom-socials a svg {
  width: 100%;
  height: 100%;
}

.map-section {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .map-section {
    margin-top: 28px;
  }
}
.map-section-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #fbfbfb;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .map-section-wrapper {
    width: 100vw;
    margin-left: -16px;
    padding: 0 0 0;
    border-radius: 24px;
  }
}
.map-section-wrapper img,
.map-section-wrapper video {
  margin: 0 auto;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .map-section-wrapper img,
  .map-section-wrapper video {
    max-width: 140%;
    width: 140%;
    margin-left: -15%;
  }
}
.map-section-wrapper h2 {
  text-align: center;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
}
.map-section-wrapper h2 {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .map-section-wrapper h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .map-section-wrapper h2 {
    font-size: 32px;
  }
}
.map-section-wrapper h3 {
  text-align: center;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .map-section-wrapper h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .map-section-wrapper h3 {
    font-size: 20px;
  }
}
.map-section-wrapper p {
  text-align: center;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .map-section-wrapper p {
    font-size: 15px;
  }
}
.map-section-top {
  position: absolute;
  z-index: 2;
  top: 52px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .map-section-top {
    top: 16px;
    padding: 0 30px;
  }
}
.map-section-bottom {
  position: absolute;
  z-index: 2;
  bottom: 52px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .map-section-bottom {
    bottom: 16px;
    padding: 0 30px;
  }
}
.map-section-bottom p {
  max-width: 620px;
}

.experience-section-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .experience-section-items {
    overflow: auto;
    display: flex;
    width: 100vw;
    margin-left: -16px;
    margin-top: 28px;
    padding: 0 16px;
  }
  .experience-section-items .card-2 {
    flex-shrink: 0;
    width: 296px;
  }
}
.experience-section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .experience-section-bottom {
    margin-top: 28px;
  }
  .experience-section-bottom button {
    width: 100%;
    max-width: 400px;
  }
}

.reviews-section-rating {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .reviews-section-rating {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
}

.licenses-section {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .licenses-section {
    margin-top: 28px;
  }
}
.licenses-section-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .licenses-section-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.licenses-section-left {
  position: relative;
  display: flex;
  background: #ffffff;
  width: 67%;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .licenses-section-left {
    flex-direction: column;
    width: 100vw;
    margin-left: -16px;
    padding: 28px 20px;
  }
}
.licenses-section-right {
  display: flex;
  align-items: center;
  background: #ffffff;
  width: 33%;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .licenses-section-right {
    width: 100vw;
    margin-left: -16px;
    padding: 20px;
  }
}
.licenses-section-right p {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .licenses-section-right p {
    font-size: 14px;
  }
}
.licenses-section-info {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 391px;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .licenses-section-info {
    margin-top: 16px;
    padding: 0;
    width: 100%;
  }
}
.licenses-section-info p {
  margin: 24px 0 60px;
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .licenses-section-info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .licenses-section-info p {
    margin: 16px 0 28px;
  }
}
.licenses-section-info a {
  margin-top: auto;
}
.licenses-section-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.licenses-section-img img {
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.licenses-section-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.licenses-section-top img,
.licenses-section-top svg {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .licenses-section-top img,
  .licenses-section-top svg {
    width: 54px;
    height: 54px;
  }
}
.licenses-section-top h2 {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .licenses-section-top h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .licenses-section-top h2 {
    font-size: 28px;
  }
}

.seo-items {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 36px;
  transition: height 0.35s ease;
}
@media screen and (max-width: 1023px) {
  .seo-items {
    gap: 28px;
    margin-top: 28px;
  }
}
.seo-items-about {
  margin-top: 0;
}
.seo-item {
  display: none;
  gap: 24px;
  min-height: 490px;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  height: fit-content;
  transition: opacity 0.5s;
}
@starting-style {
  .seo-item {
    opacity: 0;
    height: 0;
  }
}
@media screen and (max-width: 1023px) {
  .seo-item {
    flex-direction: column-reverse;
    gap: 16px;
    min-height: auto;
  }
}
.seo-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .seo-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.seo-item.show {
  display: flex;
}
.seo-item.active {
  display: flex;
}
.seo-item-img {
  width: 57.1428571429%;
}
@media screen and (max-width: 1023px) {
  .seo-item-img {
    width: 100%;
  }
}
.seo-item-img img,
.seo-item-img video {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.seo-item-info {
  background: #ffffff;
  width: 42.8571428571%;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .seo-item-info {
    width: 100%;
    padding: 24px 16px;
  }
}
.seo-item-info * {
  margin-top: 16px;
}
.seo-item-info *:first-child {
  margin-top: 0;
}
.seo-item-info h1,
.seo-item-info h2,
.seo-item-info h3,
.seo-item-info h4,
.seo-item-info h5,
.seo-item-info h6 {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .seo-item-info h1,
  .seo-item-info h2,
  .seo-item-info h3,
  .seo-item-info h4,
  .seo-item-info h5,
  .seo-item-info h6 {
    font-size: 18px;
  }
}
.seo-item-info p {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .seo-item-info p {
    font-size: 15px;
  }
}
.seo-item-info ul,
.seo-item-info ol {
  padding-left: 16px;
}
.seo-item-info ul li,
.seo-item-info ol li {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .seo-item-info ul li,
  .seo-item-info ol li {
    font-size: 15px;
  }
}
.seo-bottom {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .seo-bottom {
    margin-top: 28px;
  }
}
.seo-button.active svg {
  transform: rotate(180deg);
}
.seo-button svg {
  transition: all 0.2s ease;
}

.catalog {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .catalog {
    margin-top: 28px;
  }
}
.catalog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .catalog-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.rating-map {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .rating-map {
    margin-top: 28px;
  }
}
.rating-map .reviews-section-rating {
  margin-top: 0;
}
.rating-map-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .rating-map-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.contacts {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .contacts {
    margin-top: 28px;
  }
}
.contacts-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 1023px) {
  .contacts-wrapper {
    flex-direction: column;
    gap: 28px;
  }
}
.contacts-tabs {
  flex-shrink: 0;
  flex-direction: column;
  width: 384px;
}
@media screen and (max-width: 1023px) {
  .contacts-tabs {
    width: 100%;
  }
  .contacts-tabs .tab {
    padding: 12px 16px;
  }
}
.contacts-items {
  width: 100%;
}
.contacts-item {
  display: none;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .contacts-item {
    width: 100vw;
    margin-left: -16px;
  }
}
.contacts-item.active {
  display: block;
}
.contacts-item-block {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .contacts-item-block {
    padding: 24px 16px;
  }
}
.contacts-item-block h3 {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-block h3 {
    font-size: 26px;
  }
}
.contacts-item-block .button {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .contacts-item-block .button {
    margin-top: 24px;
  }
}
.contacts-item-info {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .contacts-item-info {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.contacts-item-contacts > div a {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-contacts > div a {
    font-size: 26px;
  }
}
.contacts-item-contacts > div a {
  position: relative;
}
.contacts-item-contacts > div a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171716;
  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-contacts > div a:hover {
    color: #171716 !important;
  }
  .contacts-item-contacts > div a:hover::after {
    background: #171716;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.contacts-item-contacts > div span {
  display: inline-block;
  margin-top: 8px;
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-contacts > div span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-item-contacts > div span {
    margin-top: 4px;
  }
}
.contacts-item-contacts > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .contacts-item-contacts > ul {
    gap: 16px;
    margin-top: 16px;
  }
}
.contacts-item-contacts > ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}
.contacts-item-contacts > ul li span {
  display: block;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-contacts > ul li span {
    font-size: 14px;
  }
}
.contacts-item-contacts > ul li a {
  margin-top: 4px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-contacts > ul li a {
    font-size: 15px;
  }
}
.contacts-item-contacts > ul li a {
  position: relative;
}
.contacts-item-contacts > ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171716;
  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-contacts > ul li a:hover {
    color: #171716 !important;
  }
  .contacts-item-contacts > ul li a:hover::after {
    background: #171716;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.contacts-item-contacts > ul li p {
  margin-top: 4px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-contacts > ul li p {
    font-size: 15px;
  }
}
.contacts-item-img {
  flex-shrink: 0;
  width: 284px;
  height: 284px;
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .contacts-item-img {
    width: 100%;
    height: auto;
  }
}
.contacts-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-item-map {
  position: relative;
  height: 452px;
  width: 100%;
  margin-top: 36px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .contacts-item-map {
    height: auto;
    margin-top: 24px;
  }
}
.contacts-item-map .map-ymaps {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .contacts-item-map .map-ymaps {
    height: 420px;
    margin-top: 24px;
  }
}
.contacts-item-maps {
  position: absolute;
  left: 16px;
  bottom: 32px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  background: #ffffff;
  padding: 16px 16px 16px 24px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .contacts-item-maps {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    margin-top: 8px;
  }
}
.contacts-item-maps > span {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-maps > span {
    font-size: 16px;
  }
}
.contacts-item-maps > div {
  display: flex;
  gap: 8px;
}
.contacts-item-maps > div > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 8px;
  transition: background 0.2s ease;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .contacts-item-maps > div > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-item-maps > div > a {
    padding: 8px 12px;
  }
}
.contacts-item-maps > div > a img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-item-maps > div > a.yamap {
  background: rgba(255, 68, 51, 0.12);
}
@media (hover: hover) {
  .contacts-item-maps > div > a.yamap:hover {
    background: rgba(255, 68, 51, 0.2);
  }
}
.contacts-item-maps > div > a.gismap {
  background: rgba(41, 178, 74, 0.12);
}
@media (hover: hover) {
  .contacts-item-maps > div > a.gismap:hover {
    background: rgba(41, 178, 74, 0.2);
  }
}
.contacts-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .contacts-bg {
    display: block;
  }
}
.contacts-bg.active {
  opacity: 1;
  pointer-events: all;
}
.contacts-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .contacts-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    background: #FDE408;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    color: #171716;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .contacts-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-btn {
    font-size: 18px;
  }
  .contacts-btn-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    text-align: start;
  }
  .contacts-btn svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease;
  }
  .contacts-btn.active svg {
    transform: rotate(180deg);
  }
}

.category {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .category {
    margin-top: 28px;
  }
}
.category-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .category-bg {
    display: block;
  }
}
.category-bg.active {
  opacity: 1;
  pointer-events: all;
}
.category-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .category-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    background: #FDE408;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    color: #171716;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .category-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .category-btn {
    font-size: 18px;
  }
  .category-btn-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    text-align: start;
  }
  .category-btn svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease;
  }
  .category-btn.active svg {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1023px) {
  .category-tabs {
    overflow: auto;
    position: fixed;
    z-index: 110;
    left: 0;
    bottom: -110vh;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 110px);
    margin-top: 110px;
    transition: all 0.3s ease;
    border-radius: 24px 24px 0 0 !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    padding: 24px 16px !important;
  }
  .category-tabs.active {
    bottom: 0;
  }
  .category-tabs .tab {
    padding: 12px 16px;
  }
}
.category-sticky {
  position: sticky;
  z-index: 50;
  top: 96px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .category-sticky {
    position: static;
  }
}
.category-sticky.scroll {
  top: 6px;
}

.detail {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .detail {
    margin-top: 28px;
  }
}
.detail-head {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .detail-head {
    margin-top: 0;
  }
}
.detail-head-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 480px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(115, 114, 108, 0.502);
}
@media screen and (max-width: 1023px) {
  .detail-head-wrapper {
    min-height: 420px;
    height: auto;
    width: 100vw;
    margin-left: -16px;
    margin-top: -96px;
    padding: 110px 20px 28px 20px;
    border-radius: 0 0 24px 24px;
  }
}
.detail-head-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.detail-head-bg img,
.detail-head-bg video,
.detail-head-bg iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .detail-head-bg img,
  .detail-head-bg video,
  .detail-head-bg iframe {
    border-radius: 0 0 24px 24px;
  }
}
.detail-head-info {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.detail-head-info h1,
.detail-head-info h2 {
  margin-top: 8px;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .detail-head-info h1,
  .detail-head-info h2 {
    font-size: 20px;
  }
}
.detail-head-date {
  display: inline-block;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-head-date {
    font-size: 14px;
  }
}
.detail-head-status {
  text-transform: uppercase;
  display: block;
  background: #FDE408;
  margin-bottom: 24px;
  padding: 10px 12px;
  border-radius: 4px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-head-status {
    font-size: 14px;
  }
}
.detail-head-status {
  font-weight: 900;
  letter-spacing: 0.16px;
}
.detail-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .detail-wrapper {
    flex-direction: column;
    gap: 28px;
  }
}
.detail-left {
  flex-shrink: 1;
  background: #ffffff;
  width: calc(100% - 408px);
  padding: 40px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .detail-left {
    width: 100vw;
    margin-left: -16px;
    padding: 36px 16px;
  }
}
.detail-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
  width: 384px;
}
@media screen and (max-width: 1023px) {
  .detail-right {
    width: 100%;
  }
}
.detail-content > h1, .detail-content > h2, .detail-content > h3 {
  margin-top: 24px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .detail-content > h1, .detail-content > h2, .detail-content > h3 {
    font-size: 18px;
  }
}
.detail-content > h1:first-child, .detail-content > h2:first-child, .detail-content > h3:first-child {
  margin-top: 0;
}
.detail-content > h4, .detail-content > h5, .detail-content > h6 {
  margin-top: 16px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .detail-content > h4, .detail-content > h5, .detail-content > h6 {
    font-size: 16px;
  }
}
.detail-content > p {
  margin-top: 16px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-content > p {
    font-size: 14px;
  }
}
.detail-content a {
  transition: all 0.2s ease;
  text-decoration: underline;
  color: #6952f5;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-content a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .detail-content a:hover {
    color: #4939ac;
    text-decoration: none;
  }
}
.detail-content > ul, .detail-content > ol {
  margin-top: 16px;
  padding-left: 20px;
}
.detail-content > ul > li, .detail-content > ol > li {
  margin-top: 16px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-content > ul > li, .detail-content > ol > li {
    font-size: 14px;
  }
}
.detail-content > ul > li:first-child, .detail-content > ol > li:first-child {
  margin-top: 0;
}
.detail-content > ul > li::marker, .detail-content > ol > li::marker {
  color: #6952f5;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-content > ul > li::marker, .detail-content > ol > li::marker {
    font-size: 14px;
  }
}
.detail-media {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
.detail-media:first-child {
  margin: 0 0 40px 0;
}
.detail-media:last-child {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .detail-media {
    margin: 32px 0;
  }
  .detail-media:first-child {
    margin: 0 0 32px 0;
  }
  .detail-media:last-child {
    margin: 32px 0 0 0;
  }
}
.detail-media img,
.detail-media video,
.detail-media iframe {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-media span {
  display: inline-block;
  margin-top: 16px;
  color: #A4A39F;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-media span {
    font-size: 13px;
  }
}
.detail-info {
  background: #f8f8f8;
  margin: 40px 0;
  padding: 24px;
  border-top: 2px solid rgba(115, 114, 108, 0.251);
  border-radius: 8px;
}
.detail-info:first-child {
  margin: 0 0 40px 0;
}
.detail-info:last-child {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .detail-info {
    margin: 32px 0;
    padding: 16px;
  }
  .detail-info:first-child {
    margin: 0 0 32px 0;
  }
  .detail-info:last-child {
    margin: 32px 0 0 0;
  }
}
.detail-info h2,
.detail-info h3,
.detail-info h4,
.detail-info h5,
.detail-info h6 {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-info h2,
  .detail-info h3,
  .detail-info h4,
  .detail-info h5,
  .detail-info h6 {
    font-size: 15px;
  }
}
.detail-info p {
  margin-top: 10px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-info p {
    font-size: 15px;
  }
}
.detail-info p:first-child {
  margin-top: 0;
}
.detail-gallery {
  margin: 40px 0;
}
.detail-gallery:first-child {
  margin: 0 0 40px 0;
}
.detail-gallery:last-child {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .detail-gallery {
    width: 100vw;
    margin: 32px 0 32px -16px;
  }
  .detail-gallery:first-child {
    margin: 0 0 32px 0;
  }
  .detail-gallery:last-child {
    margin: 32px 0 0 0;
  }
}
.detail-gallery-slider {
  height: 64px;
}
@media screen and (max-width: 1023px) {
  .detail-gallery-slider {
    height: auto;
  }
}
.detail-gallery-slider-full {
  position: relative;
  display: flex;
  height: 64px;
  margin-top: 16px;
  padding: 0 68px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .detail-gallery-slider-full {
    height: auto;
    padding: 0;
  }
}
.detail-gallery-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  background: #f1f1f0;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .detail-gallery-slider-btn:hover {
    background: #FDE408;
  }
}
@media screen and (max-width: 1023px) {
  .detail-gallery-slider-btn {
    display: none;
  }
}
.detail-gallery-slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.9;
}
.detail-gallery-slider-prev {
  left: 0px;
}
.detail-gallery-slider-next {
  right: 0px;
}
.detail-gallery-slider-detail {
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.detail-gallery-slider .swiper-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.detail-gallery-slider .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.detail-gallery-slider .swiper-slide img, .detail-gallery-slider .swiper-slide video, .detail-gallery-slider .swiper-slide iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.detail-gallery-slider-thumb {
  height: 400px;
}
@media screen and (max-width: 1023px) {
  .detail-gallery-slider-thumb {
    height: auto;
  }
}
.detail-gallery-slider-thumb .swiper-slide {
  height: 100%;
}
.detail-gallery-slider-thumb .swiper-slide img, .detail-gallery-slider-thumb .swiper-slide video, .detail-gallery-slider-thumb .swiper-slide iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.detail-gallery-slider-thumb-prev {
  left: 16px;
}
.detail-gallery-slider-thumb-next {
  right: 16px;
}
.detail-gallery-slide {
  display: flex;
  height: 64px;
}
@media screen and (max-width: 1023px) {
  .detail-gallery-slide {
    height: auto;
  }
}
.detail-gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-quote {
  background: #f8f8f8;
  margin: 40px 0;
  padding: 24px;
  border: 1px solid rgba(115, 114, 108, 0.251);
  border-radius: 8px;
}
.detail-quote:first-child {
  margin: 0 0 40px 0;
}
.detail-quote:last-child {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .detail-quote {
    margin: 32px 0;
    padding: 16px;
  }
  .detail-quote:first-child {
    margin: 0 0 32px 0;
  }
  .detail-quote:last-child {
    margin: 32px 0 0 0;
  }
}
.detail-quote p {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-quote p {
    font-size: 15px;
  }
}
.detail-quote span {
  display: inline-block;
  margin-top: 8px;
  color: #A4A39F;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-quote span {
    font-size: 13px;
  }
}
.detail-table {
  width: 100%;
  margin: 40px 0;
}
.detail-table:first-child {
  margin: 0 0 40px 0;
}
.detail-table:last-child {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .detail-table {
    margin: 32px 0;
  }
  .detail-table:first-child {
    margin: 0 0 32px 0;
  }
  .detail-table:last-child {
    margin: 32px 0 0 0;
  }
}
.detail-table > h3 {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .detail-table > h3 {
    font-size: 18px;
  }
}
.detail-table > p {
  margin-top: 16px;
  color: #A4A39F;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-table > p {
    font-size: 13px;
  }
}
.detail-table-block {
  width: 100%;
  margin: 16px 0 0 0;
  overflow: auto hidden;
}
.detail-table-block:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .detail-table-block {
    width: 100vw;
    margin-left: -16px;
    padding: 0 16px;
  }
}
.detail-table table {
  overflow: hidden;
  width: 100%;
  border-spacing: 0;
  border: 1px solid rgba(115, 114, 108, 0.251);
  border-radius: 8px;
}
.detail-table table td,
.detail-table table th {
  padding: 16px;
  text-align: start;
  background: #ffffff;
  height: 40px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-table table td,
  .detail-table table th {
    font-size: 13px;
  }
}
.detail-table table td strong, .detail-table table td b,
.detail-table table th strong,
.detail-table table th b {
  font-weight: 500;
}
.detail-table table tr:first-child td {
  background: #f8f8f8;
}
.detail-table table tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.detail-table table tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}
.detail-table table tr td {
  border-bottom: 1px solid rgba(115, 114, 108, 0.251);
  border-right: 1px solid rgba(115, 114, 108, 0.251);
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-table table tr td {
    font-size: 13px;
  }
}
.detail-table table tr td strong, .detail-table table tr td b {
  font-weight: 500;
}
.detail-table table tr td a {
  color: #6952f5;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-table table tr td a {
    font-size: 13px;
  }
}
.detail-table table tr td svg {
  width: 24px;
  height: 24px;
}
.detail-table table tr td:first-child {
  border-left: none;
}
.detail-table table tr td:last-child {
  border-right: none;
}
.detail-table table tr:last-child td {
  border-bottom: none;
  border-right: 1px solid rgba(115, 114, 108, 0.251) !important;
}
.detail-table table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.detail-table table tr:last-child td:last-child {
  border-right: none !important;
  border-radius: 0 0 8px 0;
}
.detail-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(115, 114, 108, 0.251);
}
.detail-bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .detail-bottom-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.detail-bottom-date span {
  display: inline-block;
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-bottom-date span {
    font-size: 13px;
  }
}
.detail-bottom-share {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .detail-bottom-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.detail-bottom-share span {
  display: inline-block;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .detail-bottom-share span {
    font-size: 13px;
  }
}

.documents-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 24px;
  background: #ffffff;
  margin-top: 36px;
  padding: 36px 24px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .documents-items {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100vw;
    margin-left: -16px;
    margin-top: 28px;
    padding: 28px 20px;
    border-radius: 24px;
  }
}

.gallery-wrapper {
  background: #ffffff;
  margin-top: 36px;
  padding: 36px 24px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .gallery-wrapper {
    width: 100vw;
    margin-left: -16px;
    padding: 0;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .gallery-slider {
    width: 100vw !important;
    padding: 16px 16px 20px !important;
  }
}
.gallery-slider-full {
  position: relative;
  display: flex;
  margin-top: 16px;
  padding: 0 122px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .gallery-slider-full {
    margin: 0 0 0;
    width: 100vw;
    padding: 0;
  }
}
.gallery-slider-detail {
  position: relative;
  display: flex;
  padding: 0 78px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .gallery-slider-detail {
    padding: 0;
  }
}
.gallery-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .gallery-slider-thumb img {
    border-radius: 12px;
  }
}
.gallery-slider-slide {
  display: flex;
  height: 64px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .gallery-slider-slide {
    height: auto;
  }
}
.gallery-slider .swiper-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.gallery-slider .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-slider .swiper-slide img, .gallery-slider .swiper-slide video, .gallery-slider .swiper-slide iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.gallery-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  background: #f1f1f0;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (hover: hover) {
  .gallery-slider-btn:hover {
    background: #FDE408;
  }
}
@media screen and (max-width: 1023px) {
  .gallery-slider-btn {
    display: none;
  }
}
.gallery-slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.9;
}
.gallery-slider-prev {
  left: 54px;
}
.gallery-slider-next {
  right: 54px;
}
.gallery-slider-thumb-prev {
  left: 0px;
}
.gallery-slider-thumb-next {
  right: 0px;
}

.faq {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .faq {
    margin-top: 28px;
  }
}
.faq-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #171716;
  padding: 52px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .faq-wrapper {
    width: 100vw;
    margin-left: -16px;
    padding: 36px 16px;
  }
}
.faq-wrapper h2 {
  text-align: center;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
}
.faq-wrapper h2 {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .faq-wrapper h2 {
    font-size: 36px;
  }
}
.faq-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 740px;
  width: 100%;
  margin-top: 52px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .faq-items {
    gap: 8px;
    margin-top: 36px;
  }
}

.filials {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .filials {
    margin-top: 28px;
  }
}
.filials-wrapper {
  background: #DCDCDA;
  padding: 52px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .filials-wrapper {
    width: 100vw;
    margin-left: -16px;
    padding: 28px 0;
  }
}
.filials-wrapper h2 {
  text-align: center;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
}
.filials-wrapper h2 {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .filials-wrapper h2 {
    font-size: 36px;
  }
}
.filials-map {
  overflow: hidden;
  margin-top: 52px;
  width: 100%;
  height: 520px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .filials-map {
    height: 480px;
  }
}
.filials-map .map-ymaps {
  width: 100%;
  height: 100%;
}
.filials-bottom {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
@media screen and (max-width: 1023px) {
  .filials-bottom {
    margin-top: 36px;
  }
}

.steps-wrapper {
  margin-top: 36px;
}
@media screen and (max-width: 1023px) {
  .steps-wrapper {
    margin-top: 28px;
    border: 2px solid rgba(115, 114, 108, 0.251);
    border-radius: 24px;
  }
}
.steps-media {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .steps-media {
    display: none;
  }
}
.steps-media img, .steps-media video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.steps-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .steps-mobile {
    overflow: auto;
    display: flex;
    gap: 8px;
    width: 100vw;
    margin-left: -18px;
    padding: 48px 36px;
  }
}
.steps-mobile li {
  list-style: none;
}

.error-page {
  margin-top: 36px;
}
.error-page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  max-width: 800px;
  min-height: 60vh;
  margin: 0 auto;
  padding: 40px;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper {
    padding: 24px 16px;
  }
}
.error-page-wrapper h1 {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
}
.error-page-wrapper h1 {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper h1 {
    font-size: 36px;
  }
}
.error-page-wrapper h1 {
  font-size: 124px;
}
.error-page-wrapper p {
  text-align: center;
  margin-top: 24px;
  max-width: 480px;
}
.error-page-wrapper a {
  margin-top: 40px;
  width: 280px;
}
@media screen and (max-width: 1023px) {
  .error-page-wrapper a {
    width: 100%;
  }
}

.button {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 8px 24px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
}
.button {
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1023px) {
  .button {
    font-size: 17px;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 300%;
  height: 200%;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.6) 0%, transparent 25%), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.4) 0%, transparent 20%), radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.5) 0%, transparent 22%);
  animation: multi-move-back 5s ease-in-out infinite;
}
@keyframes multi-move-back {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: -150%;
  }
}
@media (hover: hover) {
  .button:hover::before {
    opacity: 0;
    animation-play-state: paused;
  }
}
@keyframes animbtn {
  from {
    left: -34px;
  }
  to {
    left: 120%;
  }
}
.button-medium {
  font-size: 20px;
  height: 64px;
  padding: 8px 32px;
}
@media screen and (max-width: 1023px) {
  .button-medium {
    height: 52px;
  }
}
.button-icon svg {
  width: 24px;
  height: 24px;
}
.button-icon-big svg {
  width: 32px;
  height: 32px;
}
.button-default {
  color: #ffffff;
  background: #171716;
}
@media (hover: hover) {
  .button-default:hover {
    color: #ffffff;
    background: #73726C;
  }
}
.button-primary {
  color: #ffffff;
  background: #6952f5;
}
@media (hover: hover) {
  .button-primary:hover {
    color: #ffffff;
    background: #8775f7;
  }
}
.button-secondary {
  color: #171716;
  background: #FDE408;
}
@media (hover: hover) {
  .button-secondary:hover {
    color: #171716;
    background: #d7c207;
  }
}
.button-outline {
  color: #171716;
  background: transparent;
  border: 2px solid #171716;
}
@media (hover: hover) {
  .button-outline:hover {
    color: #73726C;
    border: 2px solid #73726C;
  }
}

[hidden] {
  display: none !important;
}

.input, .textarea {
  display: flex;
  flex-direction: column;
}
.input input, .input textarea, .textarea input, .textarea textarea {
  background: #fbfbfb;
  padding: 14px 16px;
  border: 2px solid rgba(115, 114, 108, 0.149);
  border-radius: 12px;
  transition: all 0.2s ease;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .input input, .input textarea, .textarea input, .textarea textarea {
    font-size: 14px;
  }
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder, .textarea input::-moz-placeholder, .textarea textarea::-moz-placeholder {
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.input input::placeholder, .input textarea::placeholder, .textarea input::placeholder, .textarea textarea::placeholder {
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .input input::-moz-placeholder, .input textarea::-moz-placeholder, .textarea input::-moz-placeholder, .textarea textarea::-moz-placeholder {
    font-size: 14px;
  }
  .input input::placeholder, .input textarea::placeholder, .textarea input::placeholder, .textarea textarea::placeholder {
    font-size: 14px;
  }
}
.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: 2px solid #6952f5;
  outline: 0 !important;
}
.input textarea, .textarea textarea {
  resize: none;
  height: 120px;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.checkbox:has(input:focus-visible) {
  outline: 3px solid #0085fe;
}
@media (hover: hover) {
  .checkbox:hover {
    opacity: 0.9;
  }
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox input:checked ~ .checkbox-icon {
  background-image: url("../img/icons/checkbox-active-icon.svg") !important;
}
.checkbox-icon {
  flex-shrink: 0;
  background-image: url("../img/icons/checkbox-default-icon.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}

.stars-block {
  display: flex;
  padding: 0;
}
.stars-block li {
  list-style: none;
  background: url("../img/icons/star-default-icon.svg");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 28px;
  height: 24px;
  padding-left: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.stars-block li:first-child {
  padding-left: 0;
}
.stars-block li.active {
  background: url("../img/icons/star-active-icon.svg");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

.modal {
  overflow: hidden auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 48px;
}
@media screen and (max-width: 1023px) {
  .modal {
    padding: 16px 0;
  }
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal.active .modal-bg {
  opacity: 1;
}
.modal.active .modal-wrapper {
  transform: translate(0, 0);
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.modal-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 24px;
  margin: auto;
  border-radius: 24px;
  transform: translate(0, 10%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .modal-wrapper {
    padding: 20px 16px;
  }
}
.modal-close {
  position: absolute;
  z-index: 10;
  top: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .modal-close:hover {
    background: #DCDCDA;
  }
}
@media screen and (max-width: 1023px) {
  .modal-close {
    top: 20px;
    right: 16px;
  }
}
.modal-close svg {
  width: 20px;
  height: 20px;
}
.modal-top h3 {
  max-width: 85%;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .modal-top h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-top h3 {
    font-size: 28px;
  }
}
.modal-top p {
  margin-top: 8px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .modal-top p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-top p {
    margin-top: 16px;
  }
}
.modal-form {
  position: static !important;
  width: 524px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .modal-form {
    max-width: 524px;
    width: 100%;
  }
}
.modal-review-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal-review-top div {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
}
.modal-review-top div {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1023px) {
  .modal-review-top div {
    font-size: 36px;
  }
}
.modal-review-info {
  display: flex;
  justify-content: space-between;
  max-width: 524px;
  width: 100%;
  margin-top: 24px;
}
.modal-review-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal-review-left div, .modal-review-left h2, .modal-review-left h3, .modal-review-left h4, .modal-review-left h5 {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .modal-review-left div, .modal-review-left h2, .modal-review-left h3, .modal-review-left h4, .modal-review-left h5 {
    font-size: 16px;
  }
}
.modal-review-left span {
  display: block;
  margin-top: 8px;
  padding: 8px 10px;
  border: 2px solid #171716;
  border-radius: 12px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .modal-review-left span {
    font-size: 13px;
  }
}
.modal-review-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.modal-review-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal-review-rating-text {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .modal-review-rating-text {
    font-size: 16px;
  }
}
.modal-review-rating-text {
  line-height: 32px;
}
.modal-review-rating-star {
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/star-yellow-icon.svg");
  background-size: 32px;
  background-repeat: no-repeat;
}
.modal-review-date {
  margin-top: auto;
  display: inline-block;
  color: #A4A39F;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .modal-review-date {
    font-size: 14px;
  }
}
.modal-review-content {
  max-width: 524px;
  width: 524px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(115, 114, 108, 0.251);
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .modal-review-content {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-rating {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fbfbfb;
  padding: 14px 16px;
  border: 2px solid rgba(115, 114, 108, 0.149);
  border-radius: 12px;
}
.form-rating span {
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .form-rating span {
    font-size: 14px;
  }
}
.form-error {
  display: flex;
  margin-top: 16px;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #D91528;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .form-error {
    font-size: 14px;
  }
}
.form-error.active {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.form-policy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.form-policy p {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .form-policy p {
    font-size: 13px;
  }
}
.form-policy p a {
  color: #6952f5;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .form-policy p a {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .form-policy p a:hover {
    text-decoration: underline;
    color: #4939ac;
  }
}
.form-bottom {
  display: flex;
  margin-top: 16px;
}
.form-bottom button {
  width: 100%;
}
.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.form-loader svg {
  width: 40px;
  height: 40px;
}
.form-loader.active {
  opacity: 0.8;
  pointer-events: all;
}
.form-success {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  transition: all 0.3s ease;
}
.form-success.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.form-success img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-success span {
  display: block;
  margin-top: 16px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .form-success span {
    font-size: 20px;
  }
}
.form-success span:last-child {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .form-success span:last-child {
    font-size: 14px;
  }
}

.breadcrumbs {
  margin: 36px 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    margin: 28px 0;
  }
}
.breadcrumbs .container {
  display: flex;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.breadcrumbs-list li {
  list-style: none;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li {
    font-size: 13px;
  }
}
.breadcrumbs-list li::before {
  content: "•";
  margin: 0 8px;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li::before {
    font-size: 13px;
  }
}
.breadcrumbs-list li:first-child::before {
  display: none;
}
.breadcrumbs-list li a {
  transition: all 0.2s ease;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li a {
    font-size: 13px;
  }
}
.breadcrumbs-list li a {
  position: relative;
}
.breadcrumbs-list li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171716;
  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: #171716 !important;
  }
  .breadcrumbs-list li a:hover::after {
    background: #171716;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.breadcrumbs-list li span {
  color: #A4A39F;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-list li span {
    font-size: 13px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 24px 52px;
}
@media screen and (max-width: 1023px) {
  .pagination {
    padding: 28px 16px 36px;
  }
}
.pagination-list {
  display: flex;
  gap: 6px;
  padding: 0;
}
.pagination-list li {
  overflow: hidden;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 40px;
  height: 40px;
}
.pagination-list li a {
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
  color: #73726C;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .pagination-list li a {
    font-size: 14px;
  }
}
.pagination-list li a:focus-visible {
  margin: 2px;
  height: calc(100% - 4px);
}
.pagination-list li a span {
  position: relative;
  z-index: 3;
}
@media (hover: hover) {
  .pagination-list li a:hover {
    color: #171716;
    background: #fde939;
  }
  .pagination-list li a:hover::before {
    transform: skew(30deg);
  }
}
.pagination-list li.active a {
  background: #FDE408;
  color: #171716;
  box-shadow: 0px 0px 16px 0px rgba(115, 114, 108, 0.1), 0px 4px 8px 0px rgba(115, 114, 108, 0.05);
}
.pagination-list li.active a::before {
  display: none;
}
.pagination-list li.disabled {
  pointer-events: none;
}
.pagination-list li.disabled span {
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .pagination-list li.disabled span {
    font-size: 14px;
  }
}
.pagination-list li.prev {
  margin-right: 4px;
  border-radius: 8px;
}
.pagination-list li.prev svg, .pagination-list li.prev span {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .pagination-list li.prev svg, .pagination-list li.prev span {
    width: 24px;
    height: 24px;
  }
}
.pagination-list li.next {
  margin-left: 4px;
  border-radius: 8px;
}
.pagination-list li.next svg, .pagination-list li.next span {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .pagination-list li.next svg, .pagination-list li.next span {
    width: 20px;
    height: 20px;
  }
}

.tabs {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
}

.tab {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  text-align: center;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 14px 24px;
  border: 2px solid #171716;
  border-radius: 12px;
  transition: all 0.2s ease;
  color: #171716;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .tab {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .tab:hover {
    background: #d7c207;
    border: 2px solid #d7c207;
  }
}
@media screen and (max-width: 1023px) {
  .tab {
    flex-shrink: 0;
  }
}
.tab.active {
  background: #FDE408;
  border: 2px solid #FDE408;
}


/* PXL CUSTOM CSS */
[data-reveal] {
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
}
/* END PXL CUSTOM CSS */