@font-face {
  font-family: "PT Astra Sans";
  src: url("../fonts/PTAstraSans/PT-Astra-Sans_Regular.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "PT Astra Sans";
  src: url("../fonts/PTAstraSans/PT-Astra-Sans_Italic.ttf");
  font-style: italic;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "PT Astra Sans";
  src: url("../fonts/PTAstraSans/PT-Astra-Sans_Bold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "PT Astra Sans";
  src: url("../fonts/PTAstraSans/PT-Astra-Sans_Bold-Italic.ttf");
  font-style: italic;
  font-display: swap;
  font-weight: 700;
}
* {
  box-sizing: border-box;
  font-family: "PT Astra Sans", sans-serif;
  margin: 0;
  font-variant-numeric: lining-nums;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  font-synthesis: none !important;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
}

html {
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: none;
}
body.lock {
  overflow: hidden;
}

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: 992px) {
  .container {
    padding: 0 16px;
  }
}
.container-big {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.page {
  min-height: 60vh;
}
.page-banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 540px;
  padding: 64px 0;
}
@media screen and (max-width: 992px) {
  .page-banner {
    padding: 64px 0 24px 0;
  }
}
.page-banner .container-big {
  max-width: 100%;
}
.page-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-banner-bg .container-big {
  position: relative;
  height: 100%;
}
.page-banner-bg .container-big::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.page-banner-bg img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner .container {
  position: relative;
  z-index: 2;
}
.page-banner h1 {
  text-align: center;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .page-banner h1 {
    font-size: 28px;
  }
}
.page-banner-big {
  position: relative;
  min-height: 540px;
}
@media screen and (max-width: 992px) {
  .page-banner-big {
    min-height: 480px;
  }
}
.page-banner-big-bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-banner-big-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.page-banner-big-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner-big-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 540px;
  padding: 120px 0 64px;
}
@media screen and (max-width: 992px) {
  .page-banner-big-wrapper {
    min-height: 480px;
  }
  .page-banner-big-wrapper img {
    width: 80%;
  }
}
.page-banner-big-wrapper h1 {
  text-align: center;
  margin-top: 48px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .page-banner-big-wrapper h1 {
    font-size: 28px;
  }
}
.page-banner-big .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.page-error {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 740px;
  padding: 120px 48px;
}
@media screen and (max-width: 992px) {
  .page-error {
    height: 480px;
    padding: 90px 32px;
  }
}
.page-error-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.page-error-bg img, .page-error-bg video, .page-error-bg iframe {
  width: 100%;
  height: 100%;
  animation: scale 6s linear infinite alternate;
}
@keyframes scale {
  to {
    transform: scale(1);
  }
  from {
    transform: scale(1.07);
  }
}
.page-error-block {
  position: relative;
  z-index: 2;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  padding: 48px 56px 56px;
}
@media screen and (max-width: 992px) {
  .page-error-block {
    max-width: 380px;
    padding: 24px 16px;
  }
}
.page-error-block h2 {
  text-align: center;
  margin-top: 28px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .page-error-block h2 {
    color: #000000;
    font-family: "PT Astra Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin-top: 24px;
  }
}
.page-error-block a {
  display: flex;
  align-items: center;
  margin-top: 56px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.page-error-block a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  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) {
  .page-error-block a:hover {
    color: #000000 !important;
  }
  .page-error-block a:hover::after {
    background: #000000;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 992px) {
  .page-error-block a {
    margin-top: 32px;
  }
}
.page-error-block a svg {
  margin-left: 8px;
}
.page-error-icon svg {
  color: #000000;
  width: 296px;
  height: 116px;
}
@media screen and (max-width: 992px) {
  .page-error-icon svg {
    width: 231px;
    height: 90px;
  }
}

.header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
}
.header.scroll .header-logo::before {
  width: 164px;
}
.header.scroll .header-button::before {
  width: 72px;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 992px) {
  .header-wrapper {
    padding: 16px 0;
  }
}
.header-logo {
  position: relative;
}
.header-logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 72px;
  background: #393C41;
  transition: width 0.3s ease;
}
.header-button {
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  padding: 0;
  cursor: pointer;
  transition: border 0.2s ease;
}
@media (hover: hover) {
  .header-button:hover {
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 992px) {
  .header-button {
    width: 32px;
    height: 32px;
  }
}
.header-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 72px;
  background: #393C41;
  transition: width 0.3s ease;
}

.menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -110vw;
  display: flex;
  background: white;
  height: 100%;
  --shift: calc(100vw / 2 - 1248px / 2);
  padding: 0 calc(var(--shift) * 1) 0 102px;
  transition: right 0.3s ease;
}
@media screen and (max-width: 992px) {
  .menu {
    width: 100%;
    padding: 0 0;
  }
}
.menu.active {
  right: 0;
}
.menu-wrapper {
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 486px;
  height: 100%;
  padding: 24px 0 40px 0;
}
@media screen and (max-width: 992px) {
  .menu-wrapper {
    width: 100%;
    padding: 16px 16px 32px;
  }
}
.menu-top {
  display: flex;
  justify-content: space-between;
}
.menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border 0.2s ease;
}
@media (hover: hover) {
  .menu-close:hover {
    border: 1px solid #000000;
  }
}
.menu-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 24px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .menu-nav {
    margin: 32px 0;
  }
}
.menu-nav li {
  list-style: none;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e8ec;
}
.menu-nav li a {
  display: flex;
  justify-content: space-between;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
@media (hover: hover) {
  .menu-nav li a:hover svg {
    color: #000000;
  }
}
.menu-nav li a svg {
  color: #d2d3d5;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 992px) {
  .menu-nav li a svg {
    display: none;
  }
}
.menu-nav li p {
  display: flex;
  justify-content: space-between;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.menu-nav li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .menu-nav li ul {
    flex-direction: column;
  }
}
.menu-nav li ul li {
  border: none;
  padding-bottom: 0;
}
@media (hover: hover) {
  .menu-nav li ul li:hover {
    border-bottom: 0;
  }
}
.menu-nav li ul li a {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.menu-nav li ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  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-nav li ul li a:hover {
    color: #000000 !important;
  }
  .menu-nav li ul li a:hover::after {
    background: #000000;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.menu-bottom {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.menu-bottom-block {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .menu-bottom-block {
    margin-top: 24px;
  }
}
.menu-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.menu-contacts a {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (hover: hover) {
  .menu-contacts a:hover {
    text-decoration: underline;
  }
}
.menu-socials {
  display: flex;
  gap: 16px;
  padding: 0;
}
.menu-socials li {
  list-style: none;
}
.menu-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8e8f91;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
}
.menu-socials li a svg {
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .menu-socials li a:hover {
    color: #000000;
    background: #f2f3f5;
  }
}
.menu-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8e8f91;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
}
.menu-search a svg {
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .menu-search a:hover {
    color: #000000;
    background: #f2f3f5;
  }
}
.menu-bg {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.menu-bg.active {
  opacity: 1;
  pointer-events: all;
}

.logo {
  width: 148px;
  height: 48px;
}
@media screen and (max-width: 992px) {
  .logo {
    width: 98px;
    height: 32px;
  }
}
.logo img, .logo svg {
  width: 100%;
  height: 100%;
}

.main-banner {
  height: 540px;
}
@media screen and (max-width: 992px) {
  .main-banner {
    min-height: 572px;
  }
}
.main-banner .container-big {
  max-width: 100%;
}
.main-banner-slide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 540px;
}
@media screen and (max-width: 992px) {
  .main-banner-slide {
    min-height: 572px;
  }
}
.main-banner-slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.main-banner-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner-slide-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 400px;
  max-width: 1248px;
  margin: 0 auto;
  padding: 64px 24px 64px;
}
@media screen and (max-width: 992px) {
  .main-banner-slide-block {
    height: 520px;
    align-items: flex-start;
    padding: 80px 16px 92px;
  }
}
.main-banner-slide-block h3 {
  text-align: center;
  margin-top: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .main-banner-slide-block h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .main-banner-slide-block h3 {
    text-align: left;
    margin-top: 32px;
    -webkit-line-clamp: 10; /* number of lines to show */
    line-clamp: 10;
  }
}
.main-banner-slide-logo {
  height: 80px;
}
@media screen and (max-width: 992px) {
  .main-banner-slide-logo {
    height: 48px;
  }
}
.main-banner-slide-logo img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .main-banner-slide-logo img {
    height: 48px;
  }
}
.main-banner-slide-link {
  z-index: 10;
  bottom: 64px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.main-banner-slide-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .main-banner-slide-link:hover {
    color: #ffffff !important;
  }
  .main-banner-slide-link:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.main-banner-slide-link {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .main-banner-slide-link {
    left: 16px;
    transform: translate(0, 0);
  }
}
.main-banner-nav {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.main-banner-nav-block {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px 24px;
}
@media screen and (max-width: 992px) {
  .main-banner-nav-block {
    justify-content: center;
  }
}
.main-banner-pagination {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.main-banner-pagination {
  color: #ffffff !important;
}
.main-banner-pagination-block {
  display: flex;
  align-items: center;
}
.main-banner-btns {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .main-banner-btns {
    display: none;
  }
}
.main-banner-btn {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border 0.2s ease;
}
@media (hover: hover) {
  .main-banner-btn:hover {
    border: 1px solid #ffffff;
  }
}

.brands-section {
  background: #ffffff;
  padding: 96px 0;
}
@media screen and (max-width: 992px) {
  .brands-section {
    padding: 48px 0;
  }
}
.brands-section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .brands-section-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.brands-section-top h2 {
  text-transform: uppercase;
  max-width: 690px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .brands-section-top h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .brands-section-top h2 {
    font-size: 24px;
    max-width: 100%;
  }
}
.brands-section-top p {
  width: 282px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .brands-section-top p {
    width: 100%;
    margin-top: 24px;
  }
}
.brands-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 48px;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .brands-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 16px;
    margin-top: 48px;
  }
}
.brands-card {
  position: relative;
  padding: 0 0 0 16px;
  border-left: 1px solid #d2d3d5;
  transition: border-left 0.2s ease;
}
@media (hover: hover) {
  .brands-card:hover {
    border-left: 1px solid #000000;
  }
  .brands-card:hover svg {
    color: #000000;
  }
  .brands-card:hover p {
    color: #393C41;
  }
}
.brands-card-img {
  display: flex;
  justify-content: flex-start;
}
.brands-card-img svg {
  color: #8e8f91;
  max-width: 180px;
  width: 100%;
  height: 49px;
  transition: all 0.2s ease;
}
.brands-card p {
  transition: all 0.2s ease;
  color: #7c7d7f;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.brands-card-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.about-section {
  background: #f2f3f5;
  padding: 96px 0;
}
@media screen and (max-width: 992px) {
  .about-section {
    padding: 48px 0;
  }
}
.about-section-video {
  width: 100%;
}
.about-section-video video, .about-section-video iframe, .about-section-video img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section-content {
  margin-top: 80px;
}
.about-section-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .about-section-block {
    flex-direction: column;
  }
}
.about-section-block div {
  max-width: 690px;
}
@media screen and (max-width: 992px) {
  .about-section-block div {
    max-width: 100%;
  }
}
.about-section-block div span {
  text-transform: uppercase;
  color: #7c7d7f;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}
.about-section-block div h2 {
  margin-top: 24px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .about-section-block div h2 {
    font-size: 28px;
  }
}
.about-section-block p {
  width: 384px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .about-section-block p {
    width: 100%;
  }
}
.about-section-items {
  display: flex;
  flex-wrap: wrap;
  gap: 114px;
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .about-section-items {
    justify-content: space-between;
    gap: 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-section-items {
    flex-direction: column;
    gap: 24px 40px;
  }
}
.about-section-item h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.about-section-item h3 {
  line-height: 100%;
}
.about-section-item h3 strong {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .about-section-item h3 strong {
    font-size: 64px;
  }
}
.about-section-item h3 strong {
  line-height: 100%;
}
.about-section-item h3 sup {
  line-height: 100%;
  font-size: 80%;
}
.about-section-item p {
  margin-top: 8px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.production-section {
  background: #ffffff;
  padding: 96px 0;
}
@media screen and (max-width: 992px) {
  .production-section {
    padding: 48px 0;
  }
}
.production-section h2 {
  text-transform: uppercase;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .production-section h2 {
    font-size: 28px;
  }
}
.production-section-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .production-section-items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .production-section-items {
    grid-template-columns: 1fr;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f2f3f5;
  padding: 32px 24px;
  transition: background 0.2s ease;
}
@media (hover: hover) {
  .card:hover {
    background: #EAEBEC;
  }
  .card:hover .card-top {
    border-bottom: 1px solid #393C41;
  }
  .card:hover .card-top-icon svg {
    transform: translate(-8px, 0);
  }
}
@media screen and (max-width: 992px) {
  .card {
    display: block;
  }
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d2d3d5;
  transition: all 0.2s ease;
}
.card-top h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.card-top-icon {
  color: #000000;
}
.card-top-icon svg {
  transition: all 0.2s ease;
  width: 20px;
  height: 20px;
}
.card p {
  margin: 0 0 40px;
  color: #7c7d7f;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.card-img {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
@media screen and (max-width: 992px) {
  .card-img {
    margin-top: 40px;
  }
}
.card-img img {
  max-width: 336px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.card-2 {
  position: relative;
  padding-left: 48px;
  border-left: 1px solid #d2d3d5;
}
.card-2:first-child {
  padding-left: 0;
  border-left: 0;
}
@media screen and (max-width: 992px) {
  .card-2 {
    padding-top: 32px;
    border-top: 1px solid #d2d3d5;
    padding-left: 0;
    border-left: 0;
  }
  .card-2:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
@media (hover: hover) {
  .card-2:hover div:has(img)::before {
    opacity: 1;
  }
  .card-2:hover h3 {
    text-decoration: underline;
  }
}
.card-2-img {
  position: relative;
  width: 100%;
  height: 164px;
  margin-bottom: 24px;
}
.card-2-img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.2s ease;
}
.card-2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-2 span {
  display: inline-block;
  color: #7c7d7f;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.card-2 h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.card-2 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 24px;
  color: #7c7d7f;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .card-2 p {
    margin-top: 16px;
  }
}
.card-2-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.card-3 {
  position: relative;
}
@media (hover: hover) {
  .card-3:hover div:has(img)::before {
    opacity: 1;
  }
  .card-3:hover h3 {
    text-decoration: underline;
  }
}
.card-3-img {
  position: relative;
  width: 100%;
  height: 144px;
}
.card-3-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.2s ease;
}
.card-3-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-3-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 160px;
  padding: 16px 24px;
  background: #f2f3f5;
}
.card-3-content h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.card-3-content svg {
  flex-shrink: 0;
  margin-left: 16px;
}
.card-3-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-4 {
  position: relative;
}
@media (hover: hover) {
  .card-4:hover div:has(img)::before {
    opacity: 1;
  }
  .card-4:hover h3 {
    text-decoration: underline;
  }
}
.card-4-img {
  position: relative;
  width: 100%;
  height: 256px;
}
.card-4-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.2s ease;
}
.card-4-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-4-content {
  padding-top: 32px;
}
.card-4-content h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.card-4-content p {
  margin-top: 8px;
  color: #7c7d7f;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.card-4-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ecology {
  padding: 0 0 48px 0;
}
.ecology-items {
  display: flex;
  flex-direction: column;
}
.ecology-item {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .ecology-item {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.ecology-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .ecology-item:nth-child(2n) {
    flex-direction: column;
  }
}
.ecology-item:first-child {
  margin-top: 0;
}
.ecology-item-img {
  flex-shrink: 0;
  width: 486px;
}
@media screen and (max-width: 992px) {
  .ecology-item-img {
    width: 100%;
  }
}
.ecology-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ecology-item-content p {
  margin-top: 24px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .ecology-item-content p {
    margin-top: 20px;
  }
}
.ecology-item-content p:first-child {
  margin-top: 0;
}
.ecology-item-content ul, .ecology-item-content ol {
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .ecology-item-content ul, .ecology-item-content ol {
    margin-top: 20px;
  }
}
.ecology-item-content ul:first-child, .ecology-item-content ol:first-child {
  margin-top: 0;
}
.ecology-item-content ul li, .ecology-item-content ol li {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.ecology-section {
  background: #f2f3f5;
}
.ecology-section-wrapper {
  display: flex;
}
@media screen and (max-width: 992px) {
  .ecology-section-wrapper {
    flex-direction: column;
    padding-bottom: 48px;
  }
}
.ecology-section-img {
  display: flex;
  max-width: 680px;
}
@media screen and (max-width: 992px) {
  .ecology-section-img {
    width: 100%;
    max-width: 100%;
  }
}
.ecology-section-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ecology-section-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 42%;
  margin-left: 80px;
  padding: 80px 24px 80px 0;
}
@media screen and (max-width: 1100px) {
  .ecology-section-right {
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .ecology-section-right {
    max-width: 100%;
    margin-left: 0;
    padding: 48px 16px 0 16px;
  }
}
.ecology-section-right h2 {
  text-transform: uppercase;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .ecology-section-right h2 {
    font-size: 28px;
  }
}
.ecology-section-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0;
  padding-top: 40px;
  border-top: 1px solid #d2d3d5;
}
@media screen and (max-width: 992px) {
  .ecology-section-block {
    flex-direction: column;
    margin: 24px 0 64px 0;
    padding-top: 24px;
  }
}
.ecology-section-block p {
  max-width: 256px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .ecology-section-block p {
    max-width: 100%;
  }
}
.ecology-section-block a {
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.ecology-section-block a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  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) {
  .ecology-section-block a:hover {
    color: #000000 !important;
  }
  .ecology-section-block a:hover::after {
    background: #000000;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 992px) {
  .ecology-section-block a {
    margin-top: 40px;
  }
}
.ecology-section-block a svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.ecology-section-items {
  display: flex;
  gap: 120px;
  margin-top: auto;
}
@media screen and (max-width: 992px) {
  .ecology-section-items {
    flex-direction: column;
    gap: 40px;
  }
}
.ecology-section-item {
  width: 200px;
}
.ecology-section-item h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.ecology-section-item h3 {
  line-height: 100%;
}
.ecology-section-item h3 strong {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .ecology-section-item h3 strong {
    font-size: 64px;
  }
}
.ecology-section-item h3 strong {
  line-height: 100%;
}
.ecology-section-item h3 sup {
  line-height: 100%;
  font-size: 80%;
}
.ecology-section-item p {
  margin-top: 8px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.certificates-section {
  background: #7c7d7f;
  padding: 96px 0;
}
@media screen and (max-width: 992px) {
  .certificates-section {
    padding: 48px 0;
  }
}
.certificates-section-wrapper {
  display: flex;
  align-items: flex-end;
  padding-bottom: 32px;
  border-bottom: 1px solid #8e8f91;
}
@media screen and (max-width: 992px) {
  .certificates-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
  }
}
.certificates-section-wrapper h2 {
  text-transform: uppercase;
  width: 100%;
  max-width: 486px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .certificates-section-wrapper h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .certificates-section-wrapper h2 {
    max-width: 100%;
  }
}
.certificates-section-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 48%;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .certificates-section-block {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
  }
}
.certificates-section-block p {
  width: 100%;
  max-width: 281px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .certificates-section-block p {
    max-width: 100%;
  }
}
.certificates-section-block a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.certificates-section-block a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .certificates-section-block a:hover {
    color: #ffffff !important;
  }
  .certificates-section-block a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 992px) {
  .certificates-section-block a {
    margin-top: 40px;
  }
}
.certificates-section-block a svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.news-section {
  background: #ffffff;
  padding: 96px 0;
}
@media screen and (max-width: 992px) {
  .news-section {
    padding: 48px 0;
  }
}
.news-section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .news-section-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.news-section-top h2 {
  text-transform: uppercase;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .news-section-top h2 {
    font-size: 28px;
  }
}
.news-section-top a {
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.news-section-top a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  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) {
  .news-section-top a:hover {
    color: #000000 !important;
  }
  .news-section-top a:hover::after {
    background: #000000;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.news-section-top a svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.news-section-items {
  display: grid;
  grid-template-columns: calc(33.3333333333% - 64px) 1fr 1fr;
  gap: 48px;
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .news-section-items {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
}
.news-section-items .card-2:nth-child(3n+1) {
  padding-left: 0;
  border-left: 0;
}

.contacts-section-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 140px 24px;
}
@media screen and (max-width: 992px) {
  .contacts-section-wrapper {
    padding: 48px 16px;
  }
}
.contacts-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contacts-section-bg img, .contacts-section-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-section-block {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 588px;
  margin-right: 96px;
  padding: 56px;
}
@media screen and (max-width: 992px) {
  .contacts-section-block {
    width: 100%;
    margin-right: 0;
    padding: 40px 24px;
  }
}
.contacts-section-block h2 {
  text-transform: uppercase;
  margin-bottom: 48px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .contacts-section-block h2 {
    font-size: 28px;
  }
}
.contacts-section-block a {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #7c7d7f;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (hover: hover) {
  .contacts-section-block a:hover {
    text-decoration: underline;
  }
}

.footer {
  background: #393C41;
  padding: 96px 0 32px 0;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 40px 0 32px 0;
  }
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .footer-wrapper {
    flex-direction: column;
    gap: 56px;
  }
}
.footer-socials {
  display: flex;
  gap: 16px;
  padding: 0;
}
.footer-socials li {
  list-style: none;
}
.footer-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
}
.footer-socials li a svg {
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .footer-socials li a:hover {
    background: #4b4d4c;
  }
}
.footer-block {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .footer-block {
    flex-direction: column;
    gap: 56px;
  }
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 258px;
}
@media screen and (max-width: 992px) {
  .footer-contacts {
    width: 100%;
  }
}
.footer-contacts a {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (hover: hover) {
  .footer-contacts a:hover {
    text-decoration: underline;
  }
}
.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 180px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .footer-menu {
    width: 100%;
  }
}
.footer-menu li {
  list-style: none;
}
.footer-menu li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.footer-menu 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-menu li a:hover {
    color: #ffffff !important;
  }
  .footer-menu li a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.footer-menu li a.link-submenu svg {
  width: 14px;
  height: 14px;
  margin-left: 12px;
  transition: all 0.2s ease;
}
.footer-menu li a.link-submenu.active svg {
  transform: rotate(180deg);
}
.footer-submenu {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  height: 0;
  transition: all 0.2s ease;
}
.footer-submenu.active {
  margin-top: 12px;
}
.footer-submenu li a {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.footer-submenu 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-submenu li a:hover {
    color: #ffffff !important;
  }
  .footer-submenu li a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-top: 80px;
  padding: 32px 0 0 0;
  border-top: 1px solid #4b4d4c;
}
@media screen and (max-width: 992px) {
  .footer-bottom {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.footer-bottom-left, .footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-bottom-link {
  transition: all 0.2s ease;
  color: #8e8f91;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  position: relative;
}
.footer-bottom-link::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-link:hover {
    color: #ffffff !important;
  }
  .footer-bottom-link:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media (hover: hover) {
  .footer-bottom-link:hover {
    color: #ffffff;
  }
}

.catalog {
  padding-bottom: 48px;
}
.catalog-items {
  display: grid;
  grid-template-columns: calc(33.3333333333% - 64px) 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .catalog-items {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.catalog-items .card-2:nth-child(3n+1) {
  padding-left: 0;
  border-left: 0;
}
.catalog-2 {
  padding: 0 0 96px 0;
}
.catalog-2-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 16px;
}
@media screen and (max-width: 992px) {
  .catalog-2-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-2-items {
    grid-template-columns: 1fr;
  }
}
.catalog-3 {
  padding: 0 0 48px;
}
.catalog-3-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
@media screen and (max-width: 992px) {
  .catalog-3-items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.category-dropdown {
  position: relative;
  z-index: 4;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e8ec;
}
@media screen and (max-width: 992px) {
  .category-dropdown {
    margin: 0;
    padding: 24px 0;
    border-bottom: 0;
  }
}
.category-dropdown-top {
  position: relative;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 992px) {
  .category-dropdown-top {
    display: block;
  }
}
.category-dropdown-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e8ec;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.category-dropdown-btn svg {
  width: 14px;
  height: 14px;
  transition: all 0.2s ease;
}
.category-dropdown-btn.active {
  border-bottom: 1px solid #000000;
}
.category-dropdown-btn.active svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .category-dropdown-list {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    bottom: 24px;
    left: -16px;
    width: calc(100% + 32px);
    transform: translate(0, 90%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
}
.category-dropdown-list.active {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  transform: translate(0, 100%);
}
.category-dropdown-list ul {
  display: flex;
  gap: 32px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .category-dropdown-list ul {
    flex-direction: column;
    gap: 4px;
    padding: 16px;
  }
}
.category-dropdown-list ul li {
  list-style: none;
}
.category-dropdown-list ul li a {
  display: flex;
  position: relative;
  padding: 8px 0;
  transition: all 0.2s ease;
  color: #7c7d7f;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
@media (hover: hover) {
  .category-dropdown-list ul li a:hover {
    color: #000000;
  }
}
@media screen and (max-width: 992px) {
  .category-dropdown-list ul li a {
    color: #000000;
    font-family: "PT Astra Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
}
.category-dropdown-list ul li a.active {
  color: #000000;
  padding-left: 18px;
}
@media screen and (max-width: 992px) {
  .category-dropdown-list ul li a.active {
    padding-left: 14px;
  }
}
.category-dropdown-list ul li a.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}
@media screen and (max-width: 992px) {
  .category-dropdown-list ul li a.active::before {
    width: 6px;
    height: 6px;
  }
}

.additional-section {
  background: #7c7d7f;
  padding: 96px 0;
}
@media screen and (max-width: 992px) {
  .additional-section {
    padding: 48px 0;
  }
}
.additional-section h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .additional-section h2 {
    font-size: 28px;
  }
}
.additional-section-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .additional-section-items {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.detail {
  padding: 0 24px 48px;
}
@media screen and (max-width: 992px) {
  .detail {
    padding: 0 16px 48px;
  }
}
.detail-wrapper {
  max-width: 792px;
  margin: 0 auto;
}
.detail-wrapper h1, .detail-wrapper h2 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}
.detail-wrapper h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
}
.detail-wrapper h4 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.detail-wrapper h5 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.detail-wrapper h6 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.detail-wrapper h1, .detail-wrapper h2, .detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  margin: 24px 0;
}
.detail-wrapper h1:first-child, .detail-wrapper h2:first-child, .detail-wrapper h3:first-child, .detail-wrapper h4:first-child, .detail-wrapper h5:first-child, .detail-wrapper h6:first-child {
  margin-top: 0;
}
.detail-wrapper h1:last-child, .detail-wrapper h2:last-child, .detail-wrapper h3:last-child, .detail-wrapper h4:last-child, .detail-wrapper h5:last-child, .detail-wrapper h6:last-child {
  margin-bottom: 0;
}
.detail-wrapper p {
  margin: 24px 0;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.detail-wrapper p:first-child {
  margin-top: 0;
}
.detail-wrapper p:last-child {
  margin-bottom: 0;
}
.detail-wrapper p p {
  margin: 0;
}
.detail-wrapper ul, .detail-wrapper ol {
  margin: 24px 0;
  padding-left: 24px;
}
.detail-wrapper ul:first-child, .detail-wrapper ol:first-child {
  margin-top: 0;
}
.detail-wrapper ul:last-child, .detail-wrapper ol:last-child {
  margin-bottom: 0;
}
.detail-wrapper ul li, .detail-wrapper ol li {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.detail-hero {
  margin: 48px 0;
}
.detail-hero:first-child {
  margin-top: 0;
}
.detail-hero:last-child {
  margin-bottom: 0;
}
.detail-hero h1, .detail-hero h2, .detail-hero h3, .detail-hero h4 {
  text-align: center;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .detail-hero h1, .detail-hero h2, .detail-hero h3, .detail-hero h4 {
    font-size: 28px;
  }
}
.detail-hero hr {
  margin: 16px 0;
}
.detail-hero p {
  text-align: center;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
.detail-slider {
  margin: 48px 0;
}
.detail-slider:first-child {
  margin-top: 0;
}
.detail-slider:last-child {
  margin-bottom: 0;
}
.detail-slider .swiper-slide a {
  cursor: pointer;
}
.detail-slider .swiper-slide a img {
  width: 792px;
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-slider-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.detail-slider-nav:has(.swiper-pagination-lock), .detail-slider-nav:has(.swiper-button-lock) {
  margin-top: 0;
}
.detail-slider-pagination {
  display: flex;
  align-items: center;
}
.detail-slider-pagination-block {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.detail-slider-pagination-block span {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.detail-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 40px;
  height: 40px;
  border: 1px solid #d2d3d5;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .detail-slider-btn:hover {
    background: #f2f3f5;
  }
}
.detail-slider-btn.swiper-button-lock {
  display: none;
}
.detail-slider-btn svg, .detail-slider-btn span {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 992px) {
  .detail-slider-btn svg, .detail-slider-btn span {
    width: 15px;
    height: 15px;
  }
}
.detail-media {
  margin: 48px 0;
}
.detail-media:first-child {
  margin-top: 0;
}
.detail-media:last-child {
  margin-bottom: 0;
}
.detail-media img, .detail-media iframe, .detail-media video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-table {
  margin: 48px 0;
}
.detail-table:first-child {
  margin-top: 0;
}
.detail-table:last-child {
  margin-bottom: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  .detail-table {
    margin: 36px 0;
  }
  .detail-table:first-child {
    margin: 0 0 36px 0;
  }
}
.detail-table h3, .detail-table h4, .detail-table h5 {
  margin: 0;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.detail-table p {
  margin: 8px 0 0 0;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.detail-table-block {
  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 {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #d2d3d5;
}
.detail-table table td, .detail-table table th {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding: 10px 12px;
  text-align: start;
  background: #ffffff;
  height: 40px;
}
.detail-table table td strong, .detail-table table td b, .detail-table table th strong, .detail-table table th b {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.detail-table table td strong, .detail-table table td b, .detail-table table th strong, .detail-table table th b {
  font-weight: 700;
}
.detail-table table tr:first-child td {
  background: #f2f3f5;
}
.detail-table table tr td {
  border-bottom: 1px solid #d2d3d5;
  border-right: 1px solid #d2d3d5;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.detail-table table tr td strong, .detail-table table tr td b {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.detail-table table tr td strong, .detail-table table tr td b {
  font-weight: 700;
}
.detail-table table tr td a {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.detail-table table tr td a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  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) {
  .detail-table table tr td a:hover {
    color: #000000 !important;
  }
  .detail-table table tr td a:hover::after {
    background: #000000;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.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 #d2d3d5 !important;
}
.detail-table table tr:last-child td:last-child {
  border-right: none !important;
}

.concept {
  padding-bottom: 48px;
}
.concept-wrapper {
  max-width: 792px;
  margin: 0 auto;
}
.concept-media {
  display: flex;
  margin: 64px 0;
}
.concept-media:first-child {
  margin: 0 0 64px 0;
}
.concept-media:last-child {
  margin: 64px 0 0 0;
}
@media screen and (max-width: 992px) {
  .concept-media {
    margin: 40px 0;
  }
  .concept-media:first-child {
    margin: 0 0 40px 0;
  }
  .concept-media:last-child {
    margin: 40px 0 0 0;
  }
}
.concept-media picture {
  width: 100%;
}
.concept-media img, .concept-media video, .concept-media iframe {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-adventage {
  margin: 64px 0;
}
.concept-adventage:first-child {
  margin: 0 0 64px 0;
}
.concept-adventage:last-child {
  margin: 64px 0 0 0;
}
@media screen and (max-width: 992px) {
  .concept-adventage {
    margin: 40px 0;
  }
  .concept-adventage:first-child {
    margin: 0 0 40px 0;
  }
  .concept-adventage:last-child {
    margin: 40px 0 0 0;
  }
}
.concept-adventage h4 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.concept-adventage p {
  margin-top: 24px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.concept-adventage h3 {
  margin-top: 24px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.concept-adventage ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  margin-top: 24px;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .concept-adventage ul {
    overflow: auto;
    flex-wrap: nowrap;
    width: 100vw;
    margin-left: -16px;
    padding: 0 16px;
  }
}
.concept-adventage ul li {
  list-style: none;
  width: calc(33.3333333333% - 11px);
}
@media screen and (max-width: 992px) {
  .concept-adventage ul li {
    flex-shrink: 0;
    width: 248px;
  }
}
.concept-adventage ul li img {
  width: 248px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-adventage ul li span {
  display: block;
  margin-top: 8px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.concept-info {
  background: #60C0C3;
  padding: 24px;
  margin: 64px 0;
}
.concept-info:first-child {
  margin: 0 0 64px 0;
}
.concept-info:last-child {
  margin: 64px 0 0 0;
}
@media screen and (max-width: 992px) {
  .concept-info {
    margin: 40px 0;
    padding: 24px 16px;
  }
  .concept-info:first-child {
    margin: 0 0 40px 0;
  }
  .concept-info:last-child {
    margin: 40px 0 0 0;
  }
}
.concept-info h3 {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.concept-info ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
  margin-top: 24px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .concept-info ul {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }
}
.concept-info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.concept-info ul li img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .concept-info ul li img {
    width: 40px;
    height: 40px;
  }
}
.concept-info ul li p {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.concept-items {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 64px 0;
}
.concept-items:first-child {
  margin: 0 0 64px 0;
}
.concept-items:last-child {
  margin: 64px 0 0 0;
}
@media screen and (max-width: 992px) {
  .concept-items {
    gap: 40px;
    margin: 40px 0;
  }
  .concept-items:first-child {
    margin: 0 0 40px 0;
  }
  .concept-items:last-child {
    margin: 40px 0 0 0;
  }
}
.concept-item {
  display: flex;
  gap: 40px;
  padding-bottom: 64px;
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (max-width: 992px) {
  .concept-item {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}
.concept-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.concept-item-img {
  width: 248px;
}
.concept-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-item-info h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
}
.concept-item-block {
  margin-top: 24px;
}
.concept-item-block p {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.concept-item-block ul {
  margin-top: 8px;
  padding-left: 24px;
}
.concept-item-block ul li {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.concept-equipment {
  margin: 64px 0;
}
.concept-equipment:first-child {
  margin: 0 0 64px 0;
}
.concept-equipment:last-child {
  margin: 64px 0 0 0;
}
@media screen and (max-width: 992px) {
  .concept-equipment {
    margin: 40px 0;
  }
  .concept-equipment:first-child {
    margin: 0 0 40px 0;
  }
  .concept-equipment:last-child {
    margin: 40px 0 0 0;
  }
}
.concept-equipment h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .concept-equipment h3 {
    font-size: 28px;
  }
}
.concept-equipment h4 {
  margin-top: 24px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.concept-equipment ul {
  margin-top: 16px;
  padding-left: 24px;
}
.concept-equipment ul li {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.concept-equipment img {
  width: 100%;
  margin-top: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-contacts {
  background: #60C0C3;
  margin: 64px 0;
  padding: 24px;
}
.concept-contacts:first-child {
  margin: 0 0 64px 0;
}
.concept-contacts:last-child {
  margin: 64px 0 0 0;
}
@media screen and (max-width: 992px) {
  .concept-contacts {
    margin: 40px 0;
    padding: 24px 16px;
  }
  .concept-contacts:first-child {
    margin: 0 0 40px 0;
  }
  .concept-contacts:last-child {
    margin: 40px 0 0 0;
  }
}
.concept-contacts h2 {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.concept-contacts-block {
  display: flex;
  gap: 60px;
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .concept-contacts-block {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.concept-contacts-block h4 {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}
.concept-contacts-block p {
  max-width: 90%;
  margin-top: 8px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .concept-contacts-block p {
    max-width: 100%;
  }
}
.concept-contacts-contact {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .concept-contacts-contact {
    width: 100%;
  }
}
.concept-contacts-tel, .concept-contacts-mail {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.concept-contacts-tel a, .concept-contacts-mail a {
  display: inline-block;
  margin-top: 8px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
@media (hover: hover) {
  .concept-contacts-tel a:hover, .concept-contacts-mail a:hover {
    text-decoration: underline;
  }
}
.concept-contacts-tel a:first-child, .concept-contacts-mail a:first-child {
  margin-top: 0;
}
.concept-contacts-mail a {
  text-decoration: underline;
}

.solutions-products {
  padding: 48px 0 64px;
}
@media screen and (max-width: 992px) {
  .solutions-products {
    padding: 40px 0 48px;
  }
}
.solutions-products h2 {
  max-width: 588px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
}
.solutions-products-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .solutions-products-items {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
}
.solutions-products-items:first-child {
  margin-top: 0;
}
.solutions-products-item {
  background: #EAEAEA;
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .solutions-products-item {
    padding: 16px 16px 24px;
  }
}
.solutions-products-item-img {
  position: relative;
  height: 264px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .solutions-products-item-img {
    height: 160px;
  }
}
.solutions-products-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.solutions-products-item-img h3 {
  position: absolute;
  left: 32px;
  bottom: 40px;
  right: 32px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .solutions-products-item-img h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .solutions-products-item-img h3 {
    left: 16px;
    bottom: 16px;
    right: 16px;
  }
}
.solutions-products-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solutions-products-item-content p {
  margin-top: 24px;
  margin-bottom: auto;
  color: #4b4d4c;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .solutions-products-item-content p {
    margin-top: 16px;
  }
}
.solutions-products-item-content a, .solutions-products-item-content button {
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .solutions-products-item-content a, .solutions-products-item-content button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .solutions-products-item-content a, .solutions-products-item-content button {
    width: 100%;
  }
}
.solutions-about {
  padding: 64px 0 104px;
}
@media screen and (max-width: 992px) {
  .solutions-about {
    padding: 40px 0 64px;
  }
}
.solutions-about-items {
  display: flex;
  flex-direction: column;
  gap: 144px;
}
@media screen and (max-width: 992px) {
  .solutions-about-items {
    gap: 64px;
  }
}
.solutions-about-item {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .solutions-about-item {
    flex-direction: column-reverse;
  }
}
.solutions-about-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .solutions-about-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.solutions-about-item figure {
  flex-shrink: 0;
  width: 564px;
}
@media screen and (max-width: 992px) {
  .solutions-about-item figure {
    width: 100%;
  }
}
.solutions-about-item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions-about-item figure figcaption {
  margin-top: 12px;
  color: #8e8f91;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.solutions-about-item-content {
  width: 100%;
}
.solutions-about-item-content h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}
.solutions-about-item-content p {
  margin-top: 24px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .solutions-about-item-content p {
    margin-top: 16px;
  }
}
.solutions-about-item-content div {
  background: #EAEAEA;
  margin-top: 24px;
  padding: 32px 40px;
}
@media screen and (max-width: 992px) {
  .solutions-about-item-content div {
    margin-top: 16px;
    padding: 24px 16px;
  }
}
.solutions-about-item-content div span {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.solutions-about-item-content a, .solutions-about-item-content button {
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .solutions-about-item-content a, .solutions-about-item-content button {
    margin-top: 24px;
  }
}

.engineering {
  padding: 0 0 64px 0;
}
@media screen and (max-width: 992px) {
  .engineering {
    padding: 16px 0 48px 0;
  }
}
.engineering-wrapper {
  max-width: 792px;
  margin: 0 auto;
}
.engineering-section {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 2px solid #d2d3d5;
}
@media screen and (max-width: 992px) {
  .engineering-section {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.engineering-section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.engineering-section > h2 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .engineering-section > h2 {
    font-size: 28px;
  }
}
.engineering-info-block {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .engineering-info-block {
    flex-direction: column-reverse;
    gap: 0px;
  }
}
.engineering-info-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.engineering-info-content h2 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .engineering-info-content h2 {
    font-size: 28px;
  }
}
.engineering-info-content p {
  margin-top: 48px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .engineering-info-content p {
    margin-top: 8px;
  }
}
.engineering-info-content a {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .engineering-info-content a {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .engineering-info-content a {
    width: 100%;
  }
}
.engineering-info-img {
  flex-shrink: 0;
  width: 410px;
}
@media screen and (max-width: 992px) {
  .engineering-info-img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.engineering-info-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.engineering-info-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 64px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .engineering-info-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
    margin-top: 40px;
  }
}
.engineering-info-item {
  list-style: none;
}
.engineering-info-item img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.engineering-info-item h3 {
  margin-top: 8px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.engineering-info-item p {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.engineering-equipment {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .engineering-equipment {
    flex-direction: column;
    gap: 24px;
  }
}
.engineering-equipment-img {
  flex-shrink: 0;
  width: 334px;
}
@media screen and (max-width: 992px) {
  .engineering-equipment-img {
    width: 100%;
  }
}
.engineering-equipment-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.engineering-equipment-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.engineering-equipment-content h2 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .engineering-equipment-content h2 {
    font-size: 28px;
  }
}
.engineering-equipment-content p {
  margin-top: 8px;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.engineering-equipment-content a {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .engineering-equipment-content a {
    width: 100%;
  }
}
.engineering-adventage {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .engineering-adventage {
    margin-top: 40px;
  }
}
.engineering-adventage h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.engineering-adventage ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .engineering-adventage ul {
    grid-template-columns: 1fr;
  }
}
.engineering-adventage ul li {
  position: relative;
  display: flex;
  list-style: none;
  padding-left: 40px;
  min-height: 72px;
}
@media screen and (max-width: 992px) {
  .engineering-adventage ul li {
    padding-left: 32px;
  }
}
.engineering-adventage ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 72px;
  background: #267C87;
}
.engineering-adventage ul li p {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.engineering-areas {
  background: #2D7275;
  padding: 40px 24px;
}
@media screen and (max-width: 992px) {
  .engineering-areas {
    width: 100vw;
    margin-left: -16px;
    padding: 40px 16px;
  }
}
.engineering-areas h2 {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.engineering-areas ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
  margin-top: 32px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .engineering-areas ul {
    overflow: auto;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100vw;
    margin-left: -16px;
    padding: 0 16px;
  }
}
.engineering-areas ul li {
  position: relative;
  list-style: none;
  width: calc(33% - 14px);
}
@media screen and (max-width: 992px) {
  .engineering-areas ul li {
    flex-shrink: 0;
    width: 284px;
  }
}
.engineering-areas ul li:nth-child(1), .engineering-areas ul li:nth-child(2) {
  width: calc(50% - 12px);
}
@media screen and (max-width: 992px) {
  .engineering-areas ul li:nth-child(1), .engineering-areas ul li:nth-child(2) {
    width: 284px;
  }
}
.engineering-areas ul li:nth-child(1) img, .engineering-areas ul li:nth-child(2) img {
  height: 300px;
}
@media screen and (max-width: 992px) {
  .engineering-areas ul li:nth-child(1) img, .engineering-areas ul li:nth-child(2) img {
    height: 236px;
  }
}
.engineering-areas ul li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .engineering-areas ul li img {
    height: 236px;
  }
}
.engineering-areas ul li p {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.engineering-item {
  display: flex;
  gap: 40px;
  margin-top: 64px;
  padding-bottom: 64px;
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (max-width: 992px) {
  .engineering-item {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.engineering-item:first-child {
  margin-top: 0;
}
.engineering-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.engineering-item-img {
  flex-shrink: 0;
  width: 248px;
}
@media screen and (max-width: 992px) {
  .engineering-item-img {
    width: 100%;
  }
}
.engineering-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.engineering-item-info h3 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
}
.engineering-item-block {
  margin-top: 24px;
}
.engineering-item-block p {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.engineering-item-block ul {
  margin-top: 8px;
  padding-left: 24px;
}
.engineering-item-block ul li {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.engineering-contacts {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  background: #2D7275;
  margin-top: 64px;
  padding: 48px 40px;
}
@media screen and (max-width: 992px) {
  .engineering-contacts {
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
    padding: 40px 16px;
  }
}
.engineering-contacts-left {
  display: flex;
  flex-direction: column;
  max-width: 298px;
}
.engineering-contacts-left img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.engineering-contacts-left p {
  margin-top: 12px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.engineering-contacts-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 256px;
}
.engineering-contacts-right span {
  display: block;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.engineering-contacts-right a {
  transition: all 0.2s ease;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
@media (hover: hover) {
  .engineering-contacts-right a:hover {
    text-decoration: underline;
    color: #f2f3f5;
  }
}

.finance {
  padding: 0 0 64px 0;
}
@media screen and (max-width: 992px) {
  .finance {
    padding: 16px 0 48px 0;
  }
}
.finance-wrapper {
  max-width: 792px;
  margin: 0 auto;
}
.finance-section {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 2px solid #d2d3d5;
}
@media screen and (max-width: 992px) {
  .finance-section {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.finance-section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.finance-section > h2 {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.finance-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.finance-top a {
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .finance-top a {
    margin-top: 24px;
  }
}
.finance-advantages {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .finance-advantages {
    margin-top: 48px;
  }
}
.finance-advantages > p {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.finance-advantages-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 18px;
  margin-top: 24px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .finance-advantages-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.finance-advantages-item {
  list-style: none;
  display: flex;
  background: #267C87;
  padding: 24px;
}
@media screen and (max-width: 992px) {
  .finance-advantages-item {
    padding: 20px 16px;
  }
}
.finance-advantages-item-big {
  grid-column: 2 span;
}
@media screen and (max-width: 992px) {
  .finance-advantages-item-big {
    grid-column: 1 span;
  }
}
.finance-advantages-item-big:not(:has(p)) h3 {
  margin: auto 0;
}
.finance-advantages-item-count {
  display: block;
  color: #3BA6B3;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  .finance-advantages-item-count {
    font-size: 28px;
  }
}
.finance-advantages-item-count {
  font-size: 80px;
}
.finance-advantages-item-info {
  display: flex;
  flex-direction: column;
  margin-left: 29px;
  padding-left: 29px;
  border-left: 1px solid #3BA6B3;
}
.finance-advantages-item-info h3 {
  margin-bottom: 16px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.finance-advantages-item-info h3 + p {
  margin-bottom: 0;
}
.finance-advantages-item-info p {
  margin-top: auto;
  color: #58ECFF;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.finance-condition > p {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.finance-condition-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .finance-condition-items {
    flex-direction: column;
  }
}
.finance-condition-item {
  list-style: none;
  display: flex;
  align-items: center;
  width: 33.3333333333%;
  min-height: 84px;
  border: 1px solid #D9D9D9;
  padding: 12px 16px;
  margin-bottom: -1px;
}
@media screen and (max-width: 992px) {
  .finance-condition-item {
    width: 100%;
  }
}
.finance-condition-item-big {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .finance-condition-item-big {
    width: 100%;
  }
}
.finance-condition-item img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.finance-condition-item p {
  margin-left: 16px;
  color: #393C41;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.finance-contacts {
  background: #267C87;
  padding: 24px;
}
@media screen and (max-width: 992px) {
  .finance-contacts {
    padding: 24px 16px;
  }
}
.finance-contacts h2 {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.finance-contacts-block {
  display: flex;
  gap: 60px;
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .finance-contacts-block {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.finance-contacts-block h4 {
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}
.finance-contacts-block p {
  max-width: 90%;
  margin-top: 8px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .finance-contacts-block p {
    max-width: 100%;
  }
}
.finance-contacts-contact {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .finance-contacts-contact {
    width: 100%;
  }
}
.finance-contacts-tel, .finance-contacts-mail {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.finance-contacts-tel a, .finance-contacts-mail a {
  display: inline-block;
  margin-top: 8px;
  color: #ffffff;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
@media (hover: hover) {
  .finance-contacts-tel a:hover, .finance-contacts-mail a:hover {
    text-decoration: underline;
  }
}
.finance-contacts-tel a:first-child, .finance-contacts-mail a:first-child {
  margin-top: 0;
}
.finance-contacts-mail a {
  text-decoration: underline;
}
.finance-sign {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .finance-sign {
    margin-top: 32px;
  }
}
.finance-sign p {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 32px;
  border: 0;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.button-default {
  color: #ffffff;
  background: #393C41;
}
.button-default:hover {
  background: #4b4d4c;
}

.breadcrumbs {
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .breadcrumbs {
    padding: 20px 0;
  }
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.breadcrumbs-list li {
  list-style: none;
  color: #8F9090;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}
.breadcrumbs-list li::before {
  content: "/";
  margin: 0 8px;
  color: #8F9090;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}
.breadcrumbs-list li:first-child::before {
  display: none;
}
.breadcrumbs-list li a {
  transition: all 0.2s ease;
  color: #8F9090;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  position: relative;
}
.breadcrumbs-list li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  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: #000000 !important;
  }
  .breadcrumbs-list li a:hover::after {
    background: #000000;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
@media (hover: hover) {
  .breadcrumbs-list li a:hover {
    color: #000000;
  }
}
.breadcrumbs-list li span {
  color: #003154;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px 48px;
}
@media screen and (max-width: 992px) {
  .pagination {
    padding: 8px 16px 32px;
  }
}
.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;
}
@media screen and (max-width: 992px) {
  .pagination-list li {
    width: 32px;
    height: 32px;
  }
}
.pagination-list li a {
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.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: #000000;
    background: #d2d3d5;
  }
  .pagination-list li a:hover::before {
    transform: skew(30deg);
  }
}
.pagination-list li.active a {
  border-bottom: 1px solid #d2d3d5;
}
.pagination-list li.active a::before {
  display: none;
}
.pagination-list li.disabled {
  pointer-events: none;
}
.pagination-list li.disabled span {
  color: #000000;
  font-family: "PT Astra Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.pagination-list li.prev {
  margin-right: 8px;
  border: 1px solid #d2d3d5;
  border-radius: 50%;
}
.pagination-list li.prev svg, .pagination-list li.prev span {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 992px) {
  .pagination-list li.prev svg, .pagination-list li.prev span {
    width: 15px;
    height: 15px;
  }
}
.pagination-list li.next {
  margin-left: 8px;
  border: 1px solid #d2d3d5;
  border-radius: 50%;
}
.pagination-list li.next svg, .pagination-list li.next span {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 992px) {
  .pagination-list li.next svg, .pagination-list li.next span {
    width: 15px;
    height: 15px;
  }
}