@font-face {
  font-family: "Commissioner";
  src: url("/assets/fonts/Commissioner-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("/assets/fonts/bebasneuecyrillic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
body {
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

button {
  border: 0;
}

.red-button {
  height: auto;
  padding: 14px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.red-button:hover {
  background: #840000;
}
.red-button__text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.4;
}
.red-button__icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red-button--t2 {
  padding: 19px 0;
  min-width: 220px;
}

.breadcrumbs {
  padding-top: 20px;
  margin-bottom: 20px;
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #231C19;
}
.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumbs__link--current {
  font-weight: 500;
  text-decoration: underline;
}
.breadcrumbs__link:hover:not(.breadcrumbs__link--current) {
  color: #B70000;
}
.breadcrumbs__separator {
  margin: 0 4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 14px;
  }
}

.header {
  height: 90px;
  display: flex;
  align-items: center;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  position: relative;
}
.header__left-section {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__right-section {
  display: flex;
  align-items: center;
}
.header__logo-container {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 220px;
  margin: 0 auto;
  left: calc(50% - 110px);
  top: -7px;
}
.header__logo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  object-fit: contain;
}
.header__menu-button {
  height: 48px;
  padding: 12px 20px;
  background: #F7F8FA;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.header__menu-button:hover {
  background: rgb(231.3076923077, 234.2692307692, 240.1923076923);
}
.header__menu-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.header__menu-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu-text {
  color: #B70000;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
}
.header__info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.header__info-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__info-text {
  color: #231C19;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
}
.header__mobile-container {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header__mobile-logo {
  width: 100px;
  height: 46px;
  object-fit: contain;
}
.header__mobile-menu-button {
  width: 34px;
  height: 34px;
  padding: 12px 20px;
  background: #F7F8FA;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .header__info-text {
    font-size: 14px;
  }
  .header__menu-text {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header__container {
    display: none;
  }
  .header__mobile-container {
    display: flex;
    padding: 0 15px;
  }
  .header__logo-container {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header {
    height: auto;
    padding: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .header__mobile-container {
    padding: 0 10px;
  }
}

.offcanvas-menu .offcanvas-header {
  padding: 16px 24px 40px;
  justify-content: end;
}
.offcanvas-menu .offcanvas-body {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.offcanvas-menu__close {
  width: 34px;
  height: 27px;
  background: #F8F8F8;
  border-radius: 5px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.offcanvas-menu__close:hover {
  background: rgb(235.25, 235.25, 235.25);
}
.offcanvas-menu__close svg {
  width: 24px;
  height: 24px;
}
.offcanvas-menu__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 767px) {
  .offcanvas-menu__nav {
    gap: 10px;
  }
}
.offcanvas-menu__nav-item {
  color: #231C19;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease;
}
.offcanvas-menu__nav-item:hover {
  color: #B70000;
}
@media (max-width: 767px) {
  .offcanvas-menu__nav-item {
    font-size: 14px;
  }
}
.offcanvas-menu__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
.offcanvas-menu__contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.offcanvas-menu__contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.offcanvas-menu__contact-icon svg {
  width: 100%;
  height: 100%;
}
.offcanvas-menu__contact-text, .offcanvas-menu__contact-link {
  color: #5C5D5A;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .offcanvas-menu__contact-text, .offcanvas-menu__contact-link {
    font-size: 14px;
  }
}
.offcanvas-menu__contact-link {
  text-decoration: underline;
  color: #5C5D5A;
  transition: color 0.3s ease;
}
.offcanvas-menu__contact-link:hover {
  color: #B70000;
}
.offcanvas-menu__button {
  width: 212px;
  height: 48px;
  padding: 12px 14px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.offcanvas-menu__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.offcanvas-menu__button-text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.offcanvas-menu__button-icon {
  width: 22px;
  height: 22px;
  align-items: start;
  display: flex;
}
.offcanvas-menu__button-icon svg {
  width: 100%;
  height: 100%;
}

section {
  padding-bottom: 120px;
}
section:last-child {
  padding-bottom: 0;
}
section.last {
  padding-bottom: 0;
}
@media (max-width: 1399.98px) {
  section {
    padding-bottom: 110px;
  }
}
@media (max-width: 1199.98px) {
  section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  section {
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  section {
    padding-bottom: 80px;
  }
}

.hero__container {
  width: 100%;
}
.hero .swiper {
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 20px;
}
.hero .swiper-slide {
  height: 100%;
  display: flex;
}
.hero .swiper-slide-1 {
  background: url("/assets/img/slide1.png") center/cover no-repeat;
}
@media (max-width: 767px) {
  .hero .swiper-slide-1 {
    background: url("/assets/img/slide1-mob.png") top/cover no-repeat;
  }
}
.hero .swiper__content {
  width: 100%;
  margin: 0 auto;
  padding: 100px 100px 60px 60px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.hero .swiper__text-block {
  width: 505px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
}
.hero .swiper__title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.hero .swiper__title {
  color: #fff;
  font-size: 72px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.hero .swiper__subtitle {
  width: 478px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.hero .swiper__button {
  width: 220px;
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.hero .swiper__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.hero .swiper__button-text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.hero .swiper__button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .swiper__pagination {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
  z-index: 3;
}
.hero .swiper__pagination-wrapper {
  width: 38px;
  height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
}
.hero .swiper__pagination-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.hero .swiper__pagination-dot--active {
  opacity: 1;
  transform: scale(1.2);
}
.hero .swiper__pagination-dot:hover {
  opacity: 0.7;
}
@media (max-width: 1399.98px) {
  .hero .swiper {
    height: 600px;
  }
  .hero .swiper__content {
    padding: 80px 80px 50px 50px;
  }
  .hero .swiper__text-block {
    width: 450px;
    gap: 32px;
  }
  .hero .swiper__title {
    font-size: 60px;
  }
  .hero .swiper__subtitle {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .hero .swiper {
    height: 500px;
  }
  .hero .swiper__content {
    padding: 60px 60px 40px 40px;
  }
  .hero .swiper__title {
    font-size: 48px;
  }
  .hero .swiper__subtitle {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .hero .swiper {
    height: 450px;
  }
  .hero .swiper__content {
    padding: 40px 40px 30px 30px;
    flex-direction: column;
    text-align: center;
  }
  .hero .swiper__text-block {
    width: 100%;
    max-width: 500px;
  }
  .hero .swiper__title {
    font-size: 42px;
  }
  .hero .swiper__subtitle {
    font-size: 15px;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .hero .swiper__content {
    padding: 30px 20px 70px 20px;
    justify-content: end;
  }
  .hero .swiper__title {
    font-size: 40px;
  }
  .hero .swiper__subtitle {
    font-size: 14px;
  }
  .hero .swiper__button {
    width: 200px;
    height: 50px;
    padding: 10px 24px 10px 20px;
  }
  .hero .swiper__pagination {
    bottom: 30px;
  }
  .hero .swiper__pagination-wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .hero .swiper__title {
    font-size: 36px;
  }
  .hero .swiper__subtitle {
    font-size: 13px;
  }
  .hero .swiper__pagination {
    bottom: 20px;
  }
  .hero .swiper__pagination-wrapper {
    margin-left: 20px;
  }
}

.assortment__container {
  width: 100%;
}
.assortment__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.assortment__title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  flex: 1;
}
.assortment__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.assortment__all-button {
  min-width: 153px;
  height: 48px;
  padding: 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.assortment__all-button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.assortment__all-button-text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.assortment__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.assortment__nav-button {
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .assortment__title {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .assortment__title {
    font-size: 46px;
  }
  .assortment__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .assortment__title {
    font-size: 44px;
  }
  .assortment__title-wrapper {
    gap: 16px;
  }
  .assortment__all-button {
    min-width: 140px;
    height: 44px;
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .assortment__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }
  .assortment__title-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .assortment__title {
    font-size: 40px;
  }
  .assortment__nav {
    align-self: flex-end;
    justify-content: center;
    padding-top: 32px;
  }
  .assortment__all-button {
    min-width: 130px;
    height: 40px;
    padding: 8px 12px;
  }
  .assortment__all-button-text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .assortment__all-button {
    min-width: 130px;
    height: 40px;
    padding: 8px 12px;
  }
  .assortment__all-button-text {
    font-size: 14px;
  }
}

.assortment-slider {
  width: 100%;
}
.assortment-slider__wrapper {
  display: flex;
}
.assortment-slider__slide {
  width: 420px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(35, 28, 25, 0) 0%, #231C19 100%), var(--slide-bg) center/cover no-repeat;
  flex-shrink: 0;
}
.assortment-slider__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.2) 100%);
  transition: opacity 0.3s ease;
  opacity: 0;
}
.assortment-slider__slide:hover::before {
  opacity: 1;
}
.assortment-slider__slide:hover .assortment-slider__content {
  transform: translateY(-5px);
}
.assortment-slider__slide:hover .assortment-slider__title {
  color: rgb(83, 83, 83);
}
.assortment-slider__slide:hover .assortment-slider__arrow svg {
  stroke: rgb(83, 83, 83);
}
.assortment-slider__content {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  transition: transform 0.3s ease;
}
.assortment-slider__title {
  color: #231C19;
  font-size: 30px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.3s ease;
}
.assortment-slider__arrow {
  width: 22px;
  height: 22px;
  stroke: #231C19;
  stroke-width: 2;
  transition: stroke 0.3s ease;
}
@media (max-width: 1399.98px) {
  .assortment-slider__slide {
    width: 380px;
    height: 270px;
  }
}
@media (max-width: 1199.98px) {
  .assortment-slider__slide {
    width: 340px;
    height: 250px;
  }
  .assortment-slider__title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .assortment-slider__slide {
    width: 100%;
    height: 240px;
  }
  .assortment-slider__content {
    top: 24px;
    left: 24px;
    right: 24px;
  }
  .assortment-slider__title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .assortment-slider__content {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  .assortment-slider__content {
    top: 16px;
    left: 16px;
    right: 16px;
  }
}

.about {
  position: relative;
}
.about__container {
  width: 100%;
  position: relative;
}
.about__wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 470px;
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
.about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.about__content {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 530px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  z-index: 3;
}
.about__title {
  color: #fff;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
.about__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}
.about__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.about__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.about__description--intro {
  width: 498px;
}
.about__description--full {
  width: 577px;
}
.about__button {
  width: 220px;
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.about__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.about__button-text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.about__button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .about__wrapper {
    height: 450px;
  }
  .about__content {
    width: 500px;
    right: 40px;
    top: 40px;
  }
  .about__title {
    font-size: 48px;
  }
  .about__description--intro, .about__description--full {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .about__wrapper {
    height: 400px;
  }
  .about__content {
    width: 450px;
    right: 30px;
    top: 30px;
  }
  .about__title {
    font-size: 46px;
  }
  .about__info {
    gap: 32px;
  }
  .about__description {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .about__wrapper {
    height: auto;
    border-radius: 0;
  }
  .about__content {
    width: 400px;
    right: 20px;
    top: 20px;
  }
  .about__bg {
    position: static;
  }
  .about__content {
    position: static;
    padding-top: 24px;
    width: 100%;
  }
  .about__title {
    color: #231C19;
    font-size: 44px;
  }
  .about__description {
    color: #5C5D5A;
  }
  .about__info {
    gap: 24px;
  }
  .about__description {
    font-size: 15px;
  }
  .about__button {
    width: 200px;
    height: 50px;
    padding: 10px 24px 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .about__content {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    padding: 40px 0 0;
    align-items: center;
    margin: auto;
  }
  .about__title {
    font-size: 40px;
  }
  .about__description {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .about__content {
    padding: 30px 0 0;
  }
  .about__button {
    width: 180px;
    height: 45px;
    padding: 8px 20px 8px 16px;
  }
  .about__button-text {
    font-size: 14px;
  }
}

.advantages-svg__container {
  width: 100%;
}
.advantages-svg__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 40px 0;
}
.advantages-svg__grid {
  display: flex;
  flex-direction: column;
}
.advantages-svg__row {
  display: grid;
  grid-template-columns: 60px 1fr 2fr;
  border-bottom: 1px solid #E0E2E5;
}
.advantages-svg__row:first-child {
  border-top: 1px solid #E0E2E5;
}
.advantages-svg__row:not(:last-child) .advantages-svg__divider-row {
  display: block;
}
@media (max-width: 767px) {
  .advantages-svg__row {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-bottom: 16px;
  }
}
.advantages-svg__icon {
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0;
}
.advantages-svg__icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages-svg__icon-svg {
  width: 60px;
  height: 60px;
  fill: #B70000;
}
@media (max-width: 767px) {
  .advantages-svg__icon {
    padding: 16px 0 24px;
  }
  .advantages-svg__icon-svg {
    width: 32px;
    height: 32px;
  }
}
.advantages-svg__name {
  grid-column: 2;
  padding: 27px 0 27px 30px;
  display: flex;
  align-items: center;
}
.advantages-svg__name-text {
  color: #231C19;
  font-size: 30px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.advantages-svg__description {
  grid-column: 3;
  padding: 27px 60px;
  display: flex;
  align-items: center;
}
.advantages-svg__description-text {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .advantages-svg__title {
    font-size: 48px;
  }
  .advantages-svg__grid {
    grid-template-columns: 50px 1fr;
  }
  .advantages-svg__name {
    grid-column: 2;
    border-right: none;
    padding-bottom: 16px;
  }
  .advantages-svg__name-text {
    font-size: 26px;
  }
  .advantages-svg__description-text {
    font-size: 16px;
  }
  .advantages-svg__icon {
    grid-row: span 2;
  }
  .advantages-svg__divider-row {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .advantages-svg__title {
    font-size: 42px;
  }
  .advantages-svg__name-text {
    font-size: 24px;
  }
  .advantages-svg__description {
    padding: 27px 30px;
  }
  .advantages-svg__description-text {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .advantages-svg__title {
    font-size: 40px;
  }
  .advantages-svg__grid {
    grid-template-columns: 40px 1fr;
  }
  .advantages-svg__icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .advantages-svg__icon-wrapper img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .advantages-svg__icon-svg {
    width: 40px;
    height: 40px;
  }
  .advantages-svg__name {
    padding: 0 0 8px;
  }
  .advantages-svg__description {
    padding: 0;
  }
  .advantages-svg__description-text {
    font-size: 14px;
  }
}
.partner {
  position: relative;
}
.partner__container {
  width: 100%;
}
.partner__wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 411px;
}
.partner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #231C19;
}
.partner__bg-main {
  width: 100%;
  height: 510px;
  position: absolute;
  top: -75px;
  object-fit: cover;
}
.partner__bg-texture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: lighten;
  object-fit: cover;
}
.partner__logo {
  width: 316px;
  height: 120px;
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 2;
}
.partner__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner__text {
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  z-index: 2;
}
.partner__text-title {
  color: #fff;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.partner__text-subtitle {
  width: 436px;
  color: #fff;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  opacity: 0.9;
}
.partner__form {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 430px;
  height: 291px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
.partner__form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.partner__form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.partner__form-field {
  width: 100%;
  height: 60px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(7.5px);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  color: #dbdbda;
}
.partner__form-field:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}
.partner__form-field::placeholder {
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
}
.partner__form-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}
.partner__form-checkbox:hover .partner__form-checkbox-custom {
  background: rgba(255, 255, 255, 0.9);
}
.partner__form-checkbox-input {
  display: none;
}
.partner__form-checkbox-input:checked + .partner__form-checkbox-custom {
  background: #B70000;
}
.partner__form-checkbox-input:checked + .partner__form-checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 1px;
}
.partner__form-checkbox-custom {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  flex-shrink: 0;
  position: relative;
  transition: background 0.3s ease;
  margin-top: 3px;
}
.partner__form-checkbox-text {
  width: 287px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.partner__form-checkbox-text a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.partner__form-checkbox-text a:hover {
  opacity: 0.8;
}
.partner__form-button {
  width: 100%;
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.partner__form-button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.partner__form-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.partner__form-button:disabled:hover {
  background: #B70000;
  transform: none;
}
.partner__form-button-text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.partner__form-button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner__form-button-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .partner__wrapper {
    height: 380px;
  }
  .partner__text {
    width: 500px;
    left: 40px;
    bottom: 40px;
  }
  .partner__text-title {
    font-size: 48px;
  }
  .partner__text-subtitle {
    width: 100%;
    font-size: 17px;
  }
  .partner__form {
    width: 400px;
    right: 40px;
    top: 40px;
  }
  .partner__logo {
    width: 280px;
    height: 100px;
    left: 40px;
    top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .partner__wrapper {
    height: 350px;
  }
  .partner__text {
    width: 450px;
  }
  .partner__text-title {
    font-size: 44px;
  }
  .partner__text-subtitle {
    font-size: 16px;
  }
  .partner__form {
    width: 350px;
  }
  .partner__form-checkbox-text {
    width: 250px;
  }
  .partner__logo {
    width: 250px;
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .partner__wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .partner__logo {
    position: static;
    left: auto;
    top: auto;
    margin: 40px auto 20px;
    width: 280px;
    height: 100px;
  }
  .partner__text {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 40px;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .partner__text-title {
    font-size: 40px;
  }
  .partner__text-subtitle {
    font-size: 16px;
    max-width: 500px;
  }
  .partner__form {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .partner__form-checkbox-text {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .partner__wrapper {
    height: auto;
  }
  .partner__logo {
    width: 105px;
    height: 40px;
    margin: 30px auto 20px;
  }
  .partner__text {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .partner__text-title {
    max-width: 258px;
  }
  .partner__text-subtitle {
    font-size: 15px;
    max-width: 400px;
  }
  .partner__form {
    padding: 0 20px;
    max-width: 400px;
  }
  .partner__form-field {
    height: 55px;
  }
  .partner__form-field::placeholder {
    font-size: 14px;
  }
  .partner__form-checkbox {
    align-items: center;
  }
  .partner__form-checkbox-text {
    font-size: 14px;
  }
  .partner__form-button {
    height: 55px;
    padding: 10px 24px 10px 20px;
  }
  .partner__form-button-text {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .partner__logo {
    margin: 20px auto 15px;
  }
  .partner__text {
    padding: 0 16px;
    margin-bottom: 25px;
  }
  .partner__text-subtitle {
    font-size: 14px;
    max-width: 350px;
  }
  .partner__form {
    padding: 0 16px;
    max-width: 350px;
  }
  .partner__form-field {
    height: 50px;
    padding: 8px 12px;
  }
  .partner__form-field::placeholder {
    font-size: 13px;
  }
  .partner__form-checkbox-custom {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }
  .partner__form-checkbox-text {
    font-size: 13px;
  }
  .partner__form-button {
    height: 50px;
    padding: 8px 20px 8px 16px;
  }
  .partner__form-button-text {
    font-size: 14px;
  }
  .partner__form-button-icon {
    width: 20px;
    height: 20px;
  }
}

.news__container {
  width: 100%;
}
.news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.news__title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  flex: 1;
}
.news__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.news__all-button {
  min-width: 153px;
  height: 48px;
  padding: 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news__all-button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.news__all-button-text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.news__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.news__nav-button {
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .news__title {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .news__title {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .news__title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .news__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }
  .news__title-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
.news-slider {
  width: 100%;
}
.news-slider__wrapper {
  display: flex;
  align-items: stretch;
}
.news-slider__slide {
  width: 420px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  height: auto;
}
.news-slider__image {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.news-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news-slider__image:hover img {
  transform: scale(1.05);
}
.news-slider__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}
.news-slider__title {
  color: #231C19;
  font-size: 30px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.news-slider__description {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  flex: 1;
}
.news-slider__button {
  width: 220px;
  height: 60px;
  padding: 12px 32px 12px 24px;
  border-radius: 8px;
  border: 2px solid #B70000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
}
.news-slider__button svg {
  stroke: #B70000;
}
.news-slider__button:hover {
  background: #B70000;
}
.news-slider__button:hover .news-slider__button-text {
  color: #fff;
}
.news-slider__button:hover svg {
  stroke: #fff;
}
.news-slider__button-text {
  color: #B70000;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media (max-width: 1399.98px) {
  .news-slider__slide {
    width: 380px;
  }
  .news-slider__image {
    height: 270px;
  }
}
@media (max-width: 1199.98px) {
  .news-slider__slide {
    width: 340px;
  }
  .news-slider__image {
    height: 250px;
  }
  .news-slider__title {
    font-size: 28px;
  }
  .news-slider__description {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .news-slider__slide {
    width: 300px;
  }
  .news-slider__image {
    height: 244px;
  }
  .news-slider__title {
    font-size: 24px;
  }
  .news-slider__description {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .news-slider__slide {
    width: 340px;
  }
  .news-slider__title {
    font-size: 24px;
  }
  .news-slider__description {
    font-size: 14px;
  }
}

.arrow-l, .arrow-r {
  height: 48px;
  width: 48px;
  background: url("/assets/icons/button-arrow-l.svg") center/cover;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.arrow-l:hover, .arrow-r:hover {
  background: url("/assets/icons/button-arrow-l-hov.svg") center/cover;
}
@media (max-width: 767.98px) {
  .arrow-l, .arrow-r {
    height: 40px;
    width: 40px;
  }
}

.arrow-r {
  transform: rotate(180deg);
}

.map {
  height: 600px;
}
@media (max-width: 1199.98px) {
  .map {
    height: 550px;
  }
}
@media (max-width: 991.98px) {
  .map {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .map {
    height: 400px;
  }
}

.about-company__container {
  width: 100%;
}
.about-company__wrapper {
  display: grid;
  grid-template-columns: 600px 1fr;
  grid-template-rows: auto;
  gap: 70px;
  align-items: start;
}
.about-company__image {
  grid-column: 1;
  width: 100%;
  height: 500px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about-company__image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(358deg, rgba(35, 28, 25, 0) 0%, #231C19 100%);
}
.about-company__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(358deg, rgba(35, 28, 25, 0) 0%, #231C19 100%);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.about-company__image:hover .about-company__image-overlay {
  opacity: 0.4;
}
.about-company__content {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.about-company__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 60.5px;
  margin: 0;
  width: 650px;
  max-width: 100%;
}
.about-company__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 566px;
  max-width: 100%;
}
.about-company__text-paragraph {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.about-company__text-paragraph:last-child {
  margin-bottom: 0;
}
.about-company__button {
  width: 220px;
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.about-company__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.about-company__button-text {
  color: white;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.about-company__button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-company__button-icon svg {
  width: 100%;
  height: 100%;
}
.about-company__button-icon--css {
  position: relative;
}
.about-company__button-icon--css::before {
  content: "";
  position: absolute;
  width: 8.56px;
  height: 17.11px;
  border: 2px solid white;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  top: 2px;
  left: 6px;
}
.about-company__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.about-company__stats-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.about-company__stats-number {
  color: #B70000;
  font-size: 42px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.about-company__stats-text {
  color: #5C5D5A;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .about-company__wrapper {
    grid-template-columns: 500px 1fr;
    gap: 50px;
  }
  .about-company__image {
    height: 450px;
  }
  .about-company__title {
    font-size: 48px;
    line-height: 52.8px;
    width: 550px;
  }
  .about-company__text {
    width: 500px;
  }
  .about-company__text-paragraph {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (max-width: 1199.98px) {
  .about-company__wrapper {
    grid-template-columns: 400px 1fr;
    gap: 40px;
  }
  .about-company__image {
    height: 400px;
  }
  .about-company__title {
    font-size: 46px;
    line-height: 46.2px;
    width: 100%;
  }
  .about-company__text {
    width: 100%;
  }
  .about-company__text-paragraph {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .about-company__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .about-company__image {
    grid-column: 1;
    grid-row: 1;
    height: 350px;
  }
  .about-company__content {
    grid-column: 1;
    grid-row: 2;
  }
  .about-company__title {
    font-size: 40px;
    line-height: 39.6px;
  }
  .about-company__text {
    gap: 12px;
  }
  .about-company__text-paragraph {
    font-size: 15px;
    line-height: 1.3;
  }
  .about-company__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .about-company__stats-number {
    font-size: 36px;
  }
  .about-company__stats-text {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .about-company__wrapper {
    gap: 30px;
  }
  .about-company__image {
    height: 300px;
  }
  .about-company__text-paragraph {
    font-size: 14px;
    line-height: 1.3;
  }
  .about-company__button {
    width: 200px;
    height: 55px;
    padding: 10px 24px 10px 20px;
  }
  .about-company__button-text {
    font-size: 15px;
    line-height: 1.4;
  }
  .about-company__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .about-company__stats-item {
    align-items: center;
    text-align: center;
  }
  .about-company__stats-number {
    font-size: 32px;
  }
  .about-company__stats-text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .about-company__image {
    height: 250px;
  }
  .about-company__text-paragraph {
    font-size: 13px;
    line-height: 1.3;
  }
  .about-company__button {
    width: 180px;
    height: 50px;
    padding: 8px 20px 8px 16px;
  }
  .about-company__button-text {
    font-size: 14px;
    line-height: 1.4;
  }
  .about-company__button-icon {
    width: 20px;
    height: 20px;
  }
}

.certificates {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.certificates__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
}
.certificates__title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  flex: 1;
}
.certificates__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.certificates__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 1399.98px) {
  .certificates {
    gap: 40px;
  }
  .certificates__header {
    margin-bottom: 40px;
  }
  .certificates__title {
    font-size: 48px;
  }
  .certificates__title-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .certificates {
    gap: 32px;
  }
  .certificates__header {
    margin-bottom: 32px;
  }
  .certificates__title {
    font-size: 46px;
  }
  .certificates__title-wrapper {
    gap: 16px;
  }
}
@media (max-width: 991.98px) {
  .certificates {
    gap: 24px;
  }
  .certificates__header {
    margin-bottom: 24px;
  }
  .certificates__title {
    font-size: 40px;
  }
  .certificates__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .certificates {
    gap: 20px;
  }
  .certificates__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
  }
  .certificates__title-wrapper {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .certificates {
    gap: 16px;
  }
  .certificates__header {
    gap: 12px;
    margin-bottom: 16px;
  }
  .certificates__title-wrapper {
    gap: 12px;
  }
  .certificates__nav {
    gap: 4px;
  }
}

.certificates-slider {
  width: 100%;
}
.certificates-slider__wrapper {
  display: flex;
}
.certificates-slider__slide {
  width: 305px;
  height: 400px;
  background: #F3F3F3;
  border-radius: 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.certificates-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.certificates-slider__slide:hover img {
  transform: scale(1.05);
}
@media (max-width: 1399.98px) {
  .certificates-slider__slide {
    width: 280px;
    height: 370px;
  }
}
@media (max-width: 1199.98px) {
  .certificates-slider__slide {
    width: 250px;
    height: 330px;
  }
}
@media (max-width: 991.98px) {
  .certificates-slider__slide {
    width: 220px;
    height: 290px;
  }
}
@media (max-width: 767.98px) {
  .certificates-slider__slide {
    width: 200px;
    height: 260px;
  }
}
@media (max-width: 575.98px) {
  .certificates-slider__slide {
    width: 180px;
    height: 235px;
    border-radius: 15px;
  }
  .certificates-slider__slide img {
    border-radius: 15px;
  }
}

.supplier-banner__wrapper {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 100px 60px;
  background: url("/assets/img/postav-ban.png") center/cover no-repeat;
  display: flex;
  align-items: center;
}
.supplier-banner__content {
  width: 505px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
  z-index: 2;
}
.supplier-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.supplier-banner__title {
  color: #fff;
  font-size: 72px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
.supplier-banner__description {
  width: 478px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.supplier-banner__button {
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.supplier-banner__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.supplier-banner__button-text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.supplier-banner__button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supplier-banner__button-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .supplier-banner__wrapper {
    height: 600px;
    padding: 80px 50px;
  }
  .supplier-banner__title {
    font-size: 60px;
  }
  .supplier-banner__description {
    width: 450px;
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .supplier-banner__wrapper {
    height: 500px;
    padding: 60px 40px;
  }
  .supplier-banner__content {
    width: 450px;
    gap: 32px;
  }
  .supplier-banner__title {
    font-size: 52px;
  }
  .supplier-banner__description {
    width: 400px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .supplier-banner__wrapper {
    height: 450px;
    padding: 50px 30px;
    justify-content: center;
  }
  .supplier-banner__content {
    width: 100%;
    max-width: 500px;
    align-items: center;
    text-align: center;
  }
  .supplier-banner__text {
    align-items: center;
  }
  .supplier-banner__title {
    font-size: 48px;
    text-align: center;
  }
  .supplier-banner__description {
    width: 100%;
    max-width: 450px;
    font-size: 16px;
    text-align: center;
  }
  .supplier-banner__button {
    justify-content: center;
    padding: 8px 24px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .supplier-banner__wrapper {
    height: 400px;
    padding: 40px 20px;
  }
  .supplier-banner__title {
    font-size: 40px;
  }
  .supplier-banner__description {
    font-size: 15px;
    max-width: 400px;
  }
  .supplier-banner__button-text {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .supplier-banner__wrapper {
    height: 350px;
    padding: 30px 15px;
    border-radius: 15px;
  }
  .supplier-banner__content {
    gap: 24px;
  }
  .supplier-banner__text {
    gap: 12px;
  }
  .supplier-banner__title {
    font-size: 36px;
  }
  .supplier-banner__description {
    font-size: 14px;
    max-width: 350px;
  }
  .supplier-banner__button-text {
    font-size: 14px;
  }
  .supplier-banner__button-icon {
    width: 20px;
    height: 20px;
  }
}

.supplier-requirements__header {
  margin-bottom: 40px;
}
.supplier-requirements__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 24px 0;
}
.supplier-requirements__description {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.supplier-requirements__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.supplier-requirements__column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.supplier-requirements__card {
  background: #F7F8FA;
  border-radius: 20px;
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.supplier-requirements__card-title {
  color: #231C19;
  font-size: 30px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 24px 0;
}
.supplier-requirements__card-list {
  color: #5C5D5A;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  flex: 1;
}
.supplier-requirements__card-list-item {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}
.supplier-requirements__card-list-item:last-child {
  margin-bottom: 0;
}
.supplier-requirements__card-check {
  color: #B70000;
  margin-right: 4px;
  flex-shrink: 0;
  line-height: inherit;
}
.supplier-requirements__button {
  width: 100%;
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.supplier-requirements__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.supplier-requirements__button-text {
  color: #fff;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.supplier-requirements__button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .supplier-requirements__title {
    font-size: 48px;
  }
  .supplier-requirements__description {
    font-size: 17px;
  }
  .supplier-requirements__card {
    padding: 35px;
  }
  .supplier-requirements__card-title {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .supplier-requirements__header {
    margin-bottom: 32px;
  }
  .supplier-requirements__title {
    font-size: 44px;
  }
  .supplier-requirements__description {
    font-size: 16px;
  }
  .supplier-requirements__grid {
    gap: 16px;
  }
  .supplier-requirements__card {
    padding: 30px;
  }
  .supplier-requirements__card-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .supplier-requirements__card-list {
    font-size: 15px;
  }
  .supplier-requirements__button {
    height: 55px;
    padding: 10px 24px 10px 20px;
    margin-top: 16px;
  }
  .supplier-requirements__button-text {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .supplier-requirements__header {
    margin-bottom: 24px;
  }
  .supplier-requirements__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .supplier-requirements__description {
    font-size: 15px;
  }
  .supplier-requirements__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .supplier-requirements__card {
    padding: 25px;
    border-radius: 15px;
  }
  .supplier-requirements__card-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .supplier-requirements__card-list {
    font-size: 14px;
  }
  .supplier-requirements__card-list-item {
    margin-bottom: 6px;
  }
  .supplier-requirements__button {
    height: 50px;
    padding: 8px 20px 8px 16px;
    margin-top: 12px;
  }
  .supplier-requirements__button-text {
    font-size: 14px;
  }
  .supplier-requirements__button-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  .supplier-requirements__description {
    font-size: 14px;
  }
  .supplier-requirements__card {
    padding: 20px;
  }
  .supplier-requirements__card-title {
    font-size: 22px;
  }
  .supplier-requirements__card-list {
    font-size: 13px;
  }
  .supplier-requirements__card-list-item {
    margin-bottom: 4px;
  }
  .supplier-requirements__button {
    height: 48px;
  }
  .supplier-requirements__button-text {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .supplier-requirements__header {
    margin-bottom: 20px;
  }
  .supplier-requirements__grid {
    gap: 15px;
  }
  .supplier-requirements__card {
    padding: 15px;
    border-radius: 12px;
  }
  .supplier-requirements__card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .supplier-requirements__card-list {
    font-size: 12px;
  }
  .supplier-requirements__button {
    height: 45px;
    padding: 8px 16px;
    margin-top: 10px;
  }
  .supplier-requirements__button-text {
    font-size: 12px;
  }
  .supplier-requirements__button-icon {
    width: 18px;
    height: 18px;
  }
}

.catalog-categories__header {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .catalog-categories__header {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .catalog-categories__header {
    margin-bottom: 24px;
  }
}
.catalog-categories__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 40px 0;
}
@media (max-width: 1399.98px) {
  .catalog-categories__title {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-categories__title {
    font-size: 44px;
    margin-bottom: 28px;
  }
}
@media (max-width: 991.98px) {
  .catalog-categories__title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .catalog-categories__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .catalog-categories__title {
    margin-bottom: 16px;
  }
}
.catalog-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .catalog-categories__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .catalog-categories__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.catalog-categories__card {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
  display: block;
}
.catalog-categories__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.2) 100%);
  transition: opacity 0.3s ease;
  opacity: 0;
}
.catalog-categories__card:hover::before {
  opacity: 1;
}
.catalog-categories__card:hover .catalog-categories__card-content {
  transform: translateY(-5px);
}
.catalog-categories__card:hover .catalog-categories__card-title {
  color: rgb(83, 83, 83);
}
.catalog-categories__card:hover .catalog-categories__card-arrow svg {
  stroke: rgb(83, 83, 83);
}
@media (max-width: 1399.98px) {
  .catalog-categories__card {
    height: 280px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-categories__card {
    height: 260px;
  }
}
@media (max-width: 991.98px) {
  .catalog-categories__card {
    height: 240px;
  }
}
@media (max-width: 767.98px) {
  .catalog-categories__card {
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .catalog-categories__card {
    height: 200px;
  }
}
.catalog-categories__card-content {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 1399.98px) {
  .catalog-categories__card-content {
    top: 28px;
    left: 28px;
    right: 28px;
  }
}
@media (max-width: 991.98px) {
  .catalog-categories__card-content {
    top: 24px;
    left: 24px;
    right: 24px;
  }
}
@media (max-width: 767.98px) {
  .catalog-categories__card-content {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  .catalog-categories__card-content {
    top: 16px;
    left: 16px;
    right: 16px;
  }
}
.catalog-categories__card-title {
  color: #231C19;
  font-size: 30px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.3s ease;
}
@media (max-width: 1399.98px) {
  .catalog-categories__card-title {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-categories__card-title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .catalog-categories__card-title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .catalog-categories__card-title {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .catalog-categories__card-title {
    font-size: 20px;
  }
}
.catalog-categories__card-arrow {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.catalog-categories__card-arrow svg {
  width: 100%;
  height: 100%;
  stroke: #231C19;
  stroke-width: 2;
  transition: stroke 0.3s ease;
}
@media (max-width: 767.98px) {
  .catalog-categories__card-arrow {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .catalog-categories__card-arrow {
    width: 18px;
    height: 18px;
  }
}

.category-page a {
  text-decoration: none;
}
.category-page__header {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .category-page__header {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .category-page__header {
    margin-bottom: 24px;
  }
}
.category-page__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 24px 0;
}
@media (max-width: 1399.98px) {
  .category-page__title {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .category-page__title {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  .category-page__title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .category-page__title {
    margin-bottom: 20px;
  }
}
.category-page__filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .category-page__filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .category-page__filters {
    gap: 16px;
    margin-bottom: 20px;
  }
}
.category-page__filter-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .category-page__filter-buttons {
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .category-page__filter-buttons {
    gap: 6px;
  }
}
.category-page__filter-btn {
  height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .category-page__filter-btn {
    height: 44px;
    padding: 10px 16px;
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .category-page__filter-btn {
    height: 40px;
    padding: 8px 14px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .category-page__filter-btn {
    height: 38px;
    padding: 6px 12px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .category-page__filter-btn {
    height: 36px;
    padding: 6px 10px;
    font-size: 12px;
  }
}
.category-page__filter-btn--default {
  background: #F7F8FA;
  color: #231C19;
}
.category-page__filter-btn--default:hover {
  background: rgb(231.3076923077, 234.2692307692, 240.1923076923);
}
.category-page__filter-btn--selected {
  background: #B70000;
  color: white;
}
.category-page__filter-btn--selected:hover {
  background: #840000;
}
.category-page__sort {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
@media (max-width: 991.98px) {
  .category-page__sort {
    align-self: flex-end;
  }
}
@media (max-width: 767.98px) {
  .category-page__sort {
    align-self: flex-start;
  }
}
.category-page__sort-label {
  color: #231C19;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .category-page__sort-label {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .category-page__sort-label {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .category-page__sort-label {
    font-size: 13px;
  }
}
.category-page__sort-select {
  color: #231C19;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  background: transparent;
  border: none;
  appearance: none;
  padding-right: 20px;
  cursor: pointer;
}
.category-page__sort-select:focus {
  outline: none;
}
@media (max-width: 1199.98px) {
  .category-page__sort-select {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .category-page__sort-select {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .category-page__sort-select {
    font-size: 13px;
  }
}
.category-page__sort-arrow {
  width: 12.38px;
  height: 6.19px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .category-page__sort-arrow {
    width: 11px;
    height: 5.5px;
  }
}
.category-page__products {
  margin-bottom: 48px;
}
@media (max-width: 1199.98px) {
  .category-page__products {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .category-page__products {
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .category-page__products {
    margin-bottom: 24px;
  }
}
.category-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .category-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .category-page__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.category-page__product-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .category-page__product-card {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .category-page__product-card {
    gap: 16px;
  }
}
.category-page__product-card:hover .category-page__product-image {
  transform: scale(1.05);
}
.category-page__product-image {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}
@media (max-width: 1399.98px) {
  .category-page__product-image {
    height: 280px;
  }
}
@media (max-width: 1199.98px) {
  .category-page__product-image {
    height: 260px;
  }
}
@media (max-width: 991.98px) {
  .category-page__product-image {
    height: 240px;
    border-radius: 16px;
  }
}
@media (max-width: 767.98px) {
  .category-page__product-image {
    height: 220px;
    border-radius: 14px;
  }
}
@media (max-width: 575.98px) {
  .category-page__product-image {
    height: 200px;
    border-radius: 12px;
  }
}
.category-page__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-page__product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  .category-page__product-info {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .category-page__product-info {
    gap: 10px;
  }
}
.category-page__product-title {
  color: #231C19;
  font-size: 30px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .category-page__product-title {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .category-page__product-title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .category-page__product-title {
    font-size: 24px;
  }
}
.category-page__product-description {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .category-page__product-description {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .category-page__product-description {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .category-page__product-description {
    font-size: 14px;
  }
}
.category-page__product-button-icon svg {
  stroke: #B70000;
}
.category-page__product-button {
  width: 220px;
  height: 60px;
  padding: 12px 32px 12px 24px;
  border: 2px solid #B70000;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .category-page__product-button {
    width: 200px;
    height: 55px;
    padding: 10px 24px 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .category-page__product-button {
    width: 180px;
    height: 50px;
    padding: 8px 20px 8px 16px;
  }
}
@media (max-width: 575.98px) {
  .category-page__product-button {
    width: 160px;
    height: 45px;
    padding: 6px 16px 6px 12px;
    gap: 6px;
  }
}
.category-page__product-button:hover {
  background: #B70000;
}
.category-page__product-button:hover .category-page__product-button-text {
  color: white;
}
.category-page__product-button:hover .category-page__product-button-icon svg {
  stroke: white;
}
.category-page__product-button-text {
  color: #B70000;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media (max-width: 1199.98px) {
  .category-page__product-button-text {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .category-page__product-button-text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .category-page__product-button-text {
    font-size: 13px;
  }
}
.category-page__product-button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .category-page__product-button-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .category-page__product-button-icon {
    width: 18px;
    height: 18px;
  }
}
.category-page__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .category-page__pagination {
    gap: 6px;
  }
}
@media (max-width: 575.98px) {
  .category-page__pagination {
    gap: 4px;
  }
}
.category-page__page-btn {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .category-page__page-btn {
    width: 36px;
    height: 36px;
    padding: 6px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .category-page__page-btn {
    width: 34px;
    height: 34px;
    padding: 5px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .category-page__page-btn {
    width: 32px;
    height: 32px;
    padding: 4px;
    font-size: 13px;
  }
}
.category-page__page-btn--default {
  background: transparent;
  color: #B70000;
}
.category-page__page-btn--default:hover {
  background: rgba(183, 0, 0, 0.1);
}
.category-page__page-btn--selected {
  background: #B70000;
  color: white;
}
.category-page__page-btn--selected:hover {
  background: #840000;
}
.category-page__page-btn--dots {
  color: #B70000;
  font-family: "Geologica", sans-serif;
  font-weight: 250;
  font-size: 16px;
  line-height: 1.3;
  cursor: default;
}
@media (max-width: 1199.98px) {
  .category-page__page-btn--dots {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .category-page__page-btn--dots {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .category-page__page-btn--dots {
    font-size: 13px;
  }
}
.category-page__page-btn--dots:hover {
  background: transparent;
}
.category-page__page-next {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1199.98px) {
  .category-page__page-next {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 575.98px) {
  .category-page__page-next {
    width: 16px;
    height: 16px;
  }
}

.news-page a {
  text-decoration: none;
}
.news-page__header {
  margin-bottom: 40px;
}
.news-page__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 24px 0;
}
.news-page__filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.news-page__filter-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.news-page__filter-btn {
  height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.news-page__filter-btn--default {
  background: #F7F8FA;
  color: #231C19;
}
.news-page__filter-btn--default:hover {
  background: rgb(231.3076923077, 234.2692307692, 240.1923076923);
}
.news-page__filter-btn--selected {
  background: #B70000;
  color: white;
}
.news-page__filter-btn--selected:hover {
  background: #840000;
}
.news-page__sort {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.news-page__sort-label {
  color: #231C19;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.news-page__sort-select {
  color: #231C19;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  background: transparent;
  border: none;
  appearance: none;
  padding-right: 20px;
  cursor: pointer;
}
.news-page__sort-select:focus {
  outline: none;
}
.news-page__sort-arrow {
  width: 12.38px;
  height: 6.19px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.news-page__products {
  margin-bottom: 48px;
}
.news-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.news-page__product-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-page__product-card:hover .news-page__product-image {
  transform: scale(1.05);
}
.news-page__product-image {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}
.news-page__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page__product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-page__product-title {
  color: #231C19;
  font-size: 30px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.news-page__product-description {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.news-page__product-button {
  width: 220px;
  height: 60px;
  padding: 12px 32px 12px 24px;
  border: 2px solid #B70000;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news-page__product-button:hover {
  background: #B70000;
}
.news-page__product-button:hover .news-page__product-button-text {
  color: white;
}
.news-page__product-button:hover .news-page__product-button-icon svg {
  stroke: white;
}
.news-page__product-button-text {
  color: #B70000;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.news-page__product-button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page__product-button-icon svg {
  stroke: #B70000;
}
.news-page__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.news-page__page-btn {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
}
.news-page__page-btn--default {
  background: transparent;
  color: #B70000;
}
.news-page__page-btn--default:hover {
  background: rgba(183, 0, 0, 0.1);
}
.news-page__page-btn--selected {
  background: #B70000;
  color: white;
}
.news-page__page-btn--selected:hover {
  background: #840000;
}
.news-page__page-btn--dots {
  color: #B70000;
  font-family: "Geologica", sans-serif;
  font-weight: 250;
  font-size: 16px;
  line-height: 1.3;
  cursor: default;
}
.news-page__page-btn--dots:hover {
  background: transparent;
}
.news-page__page-next {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1399.98px) {
  .news-page__title {
    font-size: 48px;
  }
  .news-page__product-title {
    font-size: 28px;
  }
  .news-page__product-description {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .news-page__title {
    font-size: 44px;
  }
  .news-page__filters {
    margin-bottom: 28px;
  }
  .news-page__filter-btn {
    height: 44px;
    padding: 10px 18px;
    font-size: 15px;
  }
  .news-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .news-page__product-title {
    font-size: 26px;
  }
  .news-page__product-description {
    font-size: 16px;
  }
  .news-page__product-button {
    width: 200px;
    height: 55px;
    padding: 10px 24px 10px 20px;
  }
  .news-page__product-button-text {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .news-page__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .news-page__filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
  }
  .news-page__filter-buttons {
    flex-wrap: wrap;
    width: 100%;
  }
  .news-page__filter-btn {
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
  }
  .news-page__sort {
    align-self: flex-end;
  }
  .news-page__sort-label, .news-page__sort-select {
    font-size: 14px;
  }
  .news-page__grid {
    gap: 20px;
  }
  .news-page__product-card {
    gap: 20px;
  }
  .news-page__product-image {
    height: 250px;
  }
  .news-page__product-title {
    font-size: 24px;
  }
  .news-page__product-description {
    font-size: 15px;
  }
  .news-page__product-info {
    gap: 12px;
  }
  .news-page__product-button {
    width: 180px;
    height: 50px;
    padding: 8px 20px 8px 16px;
  }
  .news-page__product-button-text {
    font-size: 14px;
  }
  .news-page__product-button-icon {
    width: 20px;
    height: 20px;
  }
  .news-page__page-btn {
    width: 36px;
    height: 36px;
    padding: 6px;
    font-size: 14px;
  }
  .news-page__page-btn--dots {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .news-page__header {
    margin-bottom: 32px;
  }
  .news-page__filter-buttons {
    gap: 8px;
  }
  .news-page__filter-btn {
    height: 36px;
    padding: 6px 12px;
    font-size: 13px;
  }
  .news-page__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .news-page__product-image {
    height: 220px;
  }
  .news-page__product-description {
    font-size: 14px;
  }
  .news-page__product-button {
    width: 160px;
    height: 45px;
    padding: 6px 16px 6px 12px;
  }
  .news-page__product-button-text {
    font-size: 13px;
  }
  .news-page__product-button-icon {
    width: 18px;
    height: 18px;
  }
  .news-page__products {
    margin-bottom: 40px;
  }
  .news-page__pagination {
    flex-wrap: wrap;
    gap: 6px;
  }
  .news-page__page-btn {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .news-page__page-btn--dots {
    font-size: 13px;
  }
  .news-page__page-next {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 575.98px) {
  .news-page__filters {
    gap: 16px;
    margin-bottom: 20px;
  }
  .news-page__filter-btn {
    height: 32px;
    padding: 4px 10px;
    font-size: 12px;
  }
  .news-page__product-image {
    height: 200px;
  }
  .news-page__product-card {
    gap: 16px;
  }
  .news-page__product-info {
    gap: 10px;
  }
  .news-page__product-button {
    width: 140px;
    height: 40px;
    padding: 4px 12px 4px 10px;
  }
  .news-page__product-button-text {
    font-size: 12px;
  }
  .news-page__product-button-icon {
    width: 16px;
    height: 16px;
  }
  .news-page__pagination {
    gap: 4px;
  }
  .news-page__page-btn {
    width: 28px;
    height: 28px;
    padding: 4px;
    font-size: 12px;
  }
  .news-page__page-btn--dots {
    font-size: 12px;
  }
  .news-page__page-next {
    width: 16px;
    height: 16px;
  }
}

.product-detail__container {
  width: 100%;
}
.product-detail__wrapper {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 70px;
  align-items: start;
}
@media (max-width: 1399.98px) {
  .product-detail__wrapper {
    grid-template-columns: 500px 1fr;
    gap: 50px;
  }
}
@media (max-width: 1199.98px) {
  .product-detail__wrapper {
    grid-template-columns: 400px 1fr;
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .product-detail__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .product-detail__wrapper {
    gap: 30px;
  }
}
.product-detail__image {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .product-detail__image {
    height: 450px;
  }
}
@media (max-width: 1199.98px) {
  .product-detail__image {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .product-detail__image {
    height: 350px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-detail__image {
    height: 300px;
    border-radius: 16px;
    max-width: 100%;
  }
  .product-detail__image img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .product-detail__image {
    height: 250px;
    border-radius: 14px;
  }
}
.product-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .product-detail__image img {
    object-position: center;
  }
}
.product-detail__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .product-detail__info {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-detail__info {
    gap: 16px;
    overflow: hidden;
  }
}
.product-detail__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .product-detail__title {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .product-detail__title {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  .product-detail__title {
    font-size: 40px;
  }
}
.product-detail__content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .product-detail__content {
    gap: 32px;
  }
}
@media (max-width: 767.98px) {
  .product-detail__content {
    gap: 24px;
    width: 100%;
    overflow: hidden;
  }
}
.product-detail__description {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .product-detail__description {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .product-detail__description {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-detail__description {
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .product-detail__description {
    font-size: 13px;
  }
}
.product-detail__specs {
  width: 387px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1199.98px) {
  .product-detail__specs {
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .product-detail__specs {
    gap: 20px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .product-detail__specs {
    gap: 16px;
  }
}
.product-detail__spec-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .product-detail__spec-group {
    gap: 12px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .product-detail__spec-group {
    gap: 10px;
  }
}
.product-detail__spec-title {
  height: 48px;
  padding: 12px 20px;
  background: #F7F8FA;
  border-radius: 8px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  color: #231C19;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .product-detail__spec-title {
    height: 44px;
    padding: 10px 16px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-detail__spec-title {
    height: 40px;
    padding: 8px 14px;
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .product-detail__spec-title {
    height: 36px;
    padding: 6px 12px;
    font-size: 13px;
  }
}
.product-detail__spec-value {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .product-detail__spec-value {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .product-detail__spec-value {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-detail__spec-value {
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .product-detail__spec-value {
    font-size: 13px;
  }
}
.product-detail__button {
  width: 220px;
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .product-detail__button {
    width: 200px;
    height: 55px;
    padding: 10px 24px 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .product-detail__button {
    width: 180px;
    height: 50px;
    padding: 8px 20px 8px 16px;
  }
}
@media (max-width: 575.98px) {
  .product-detail__button {
    width: 160px;
    height: 45px;
    padding: 6px 16px 6px 12px;
    gap: 6px;
  }
}
.product-detail__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.product-detail__button-text {
  color: white;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .product-detail__button-text {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-detail__button-text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .product-detail__button-text {
    font-size: 13px;
  }
}
.product-detail__button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .product-detail__button-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .product-detail__button-icon {
    width: 18px;
    height: 18px;
  }
}

.vacancies__accordion {
  width: 100%;
}
.vacancies .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #E0E2E5;
}
.vacancies .accordion-item:first-of-type {
  border-top: 1px solid #E0E2E5;
}
.vacancies .accordion-button {
  background: transparent;
  border: none;
  padding: 24px 0;
  color: #231C19;
  font-size: 30px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.vacancies .accordion-button:not(.collapsed) {
  background: transparent;
  color: #231C19;
  box-shadow: none;
}
.vacancies .accordion-button:not(.collapsed) .vacancies__toggle-icon {
  transform: rotate(0deg);
}
.vacancies .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.vacancies .accordion-button::after {
  display: none;
}
.vacancies .accordion-body {
  padding: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vacancies__toggle-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.vacancies__toggle-icon svg {
  width: 100%;
  height: 100%;
}
.collapsed .vacancies__toggle-icon {
  transform: rotate(180deg);
}
.vacancies__vacancy-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vacancies__vacancy-description {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  width: 933px;
  max-width: 100%;
}
.vacancies__vacancy-button {
  width: 220px;
  height: 60px;
  padding: 12px 6px 12px 12px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.vacancies__vacancy-button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.vacancies__vacancy-button-text {
  color: white;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.vacancies__vacancy-button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacancies__vacancy-button-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .vacancies__vacancy-description {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .vacancies .accordion-button {
    font-size: 28px;
    padding: 20px 0;
  }
  .vacancies__vacancy-description {
    font-size: 16px;
    width: 800px;
  }
  .vacancies__toggle-icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991.98px) {
  .vacancies .accordion-button {
    font-size: 26px;
    padding: 18px 0;
  }
  .vacancies__vacancy-description {
    font-size: 15px;
    width: 100%;
  }
  .vacancies__toggle-icon {
    width: 40px;
    height: 40px;
  }
  .vacancies .accordion-body {
    gap: 20px;
    padding: 0 0 20px 0;
  }
  .vacancies__vacancy-button {
    height: 55px;
    padding: 10px 6px 10px 12px;
  }
  .vacancies__vacancy-button-text {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .vacancies .accordion-button {
    font-size: 24px;
    padding: 16px 0;
    align-items: flex-start;
    text-align: left;
  }
  .vacancies__vacancy-description {
    font-size: 14px;
  }
  .vacancies__toggle-icon {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
  .vacancies .accordion-body {
    gap: 16px;
    padding: 0 0 16px 0;
  }
  .vacancies__vacancy-button {
    height: 50px;
    padding: 8px 6px 8px 10px;
  }
  .vacancies__vacancy-button-text {
    font-size: 14px;
  }
  .vacancies__vacancy-button-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .vacancies .accordion-button {
    padding: 14px 0;
  }
  .vacancies__toggle-icon {
    width: 30px;
    height: 30px;
    margin-left: 8px;
  }
  .vacancies .accordion-body {
    gap: 12px;
    padding: 0 0 12px 0;
  }
  .vacancies-icon {
    width: 18px;
    height: 18px;
  }
}

.resume-modal .modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}
.resume-modal .modal-content {
  background: white;
  border-radius: 20px;
  border: none;
  padding: 40px 50px;
  position: relative;
  border: 1px solid white;
}
.resume-modal .modal-header {
  border: none;
  padding: 0;
  position: relative;
  margin-bottom: 24px;
}
.resume-modal .modal-title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 60.5px;
  margin: 0;
}
.resume-modal .modal-body {
  padding: 0;
}
.resume-modal .modal-footer {
  border: none;
  padding: 0;
  justify-content: start;
  margin-top: 24px;
}
.resume-modal__close {
  position: absolute;
  right: -30px;
  top: -40px;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  padding: 0;
  z-index: 10;
}
.resume-modal__close svg {
  width: 60px;
  height: 60px;
}
.resume-modal__close:hover {
  opacity: 0.8;
}
.resume-modal__contacts {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
.resume-modal__contacts a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.resume-modal__contacts a:hover {
  color: #B70000;
}
.resume-modal__contacts-section {
  margin-bottom: 20px;
}
.resume-modal__contacts-section:last-child {
  margin-bottom: 0;
}
.resume-modal__contacts-title {
  color: #231C19;
  font-weight: 500;
  margin-bottom: 8px;
}
.resume-modal__contacts-content {
  margin: 0;
}
.resume-modal__form {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.resume-modal__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.resume-modal__label {
  color: #231C19;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .resume-modal__label {
    font-size: 14px;
  }
}
.resume-modal__input {
  width: 245px;
  padding: 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  color: #231C19;
  transition: border-color 0.3s ease;
}
.resume-modal__input:focus {
  outline: none;
  border-color: #B70000;
}
.resume-modal__input::placeholder {
  opacity: 0.8;
  color: #231C19;
}
@media (max-width: 767px) {
  .resume-modal__input {
    font-size: 14px;
  }
}
.resume-modal__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.resume-modal__checkbox-input {
  width: 16px;
  height: 16px;
  border: 1px solid #5C5D5A;
  border-radius: 4px;
  appearance: none;
  position: relative;
  cursor: pointer;
  aspect-ratio: 1;
}
.resume-modal__checkbox-input:checked {
  background: #B70000;
  border-color: #B70000;
}
.resume-modal__checkbox-input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 2px;
}
.resume-modal__checkbox-label {
  color: #5C5D5A;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  cursor: pointer;
}
@media (max-width: 767px) {
  .resume-modal__checkbox-label {
    font-size: 14px;
  }
}
.resume-modal__submit {
  width: fit-content;
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin: 0;
}
.resume-modal__submit:hover {
  background: #840000;
  transform: translateY(-2px);
}
.resume-modal__submit-text {
  color: white;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.resume-modal__submit-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resume-modal__submit-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .resume-modal .modal-content {
    padding: 30px;
  }
  .resume-modal__close {
    right: -20px;
    top: -30px;
  }
  .resume-modal__close svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .resume-modal .modal-dialog {
    max-width: 500px;
    margin: 0.5rem;
  }
  .resume-modal .modal-content {
    padding: 24px;
  }
  .resume-modal .modal-title {
    font-size: 42px;
    line-height: 46.2px;
  }
  .resume-modal__contacts {
    font-size: 16px;
    line-height: 1.3;
  }
  .resume-modal__close {
    right: -15px;
    top: -25px;
  }
  .resume-modal__close svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .resume-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .resume-modal .modal-content {
    border-radius: 0;
    padding: 20px;
  }
  .resume-modal .modal-title {
    font-size: 36px;
    line-height: 39.6px;
  }
  .resume-modal__contacts {
    font-size: 14px;
  }
  .resume-modal__close {
    right: -10px;
    top: -20px;
  }
  .resume-modal__close svg {
    width: 35px;
    height: 35px;
  }
}

.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 70px;
  align-items: start;
}
.contacts__content {
  display: flex;
  flex-direction: column;
}
.contacts__breadcrumbs {
  margin-bottom: 46px;
}
.contacts__title {
  color: #231C19;
  font-size: 55px;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 32px 0;
}
.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.contacts__description {
  color: #5C5D5A;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.contacts__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts__contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.contacts__contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.contacts__contact-icon svg {
  width: 100%;
  height: 100%;
}
.contacts__contact-text {
  color: #5C5D5A;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}
.contacts__contact-link {
  color: #5C5D5A;
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.contacts__contact-link:hover {
  color: #B70000;
}
.contacts__button {
  width: fit-content;
  height: 60px;
  padding: 12px 32px 12px 24px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.contacts__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.contacts__button-text {
  color: white;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.contacts__button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__button-icon svg {
  width: 100%;
  height: 100%;
}
.contacts__map {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 1399.98px) {
  .contacts__wrapper {
    grid-template-columns: 1fr 500px;
    gap: 50px;
  }
  .contacts__title {
    font-size: 48px;
  }
  .contacts__description {
    font-size: 17px;
  }
  .contacts__map {
    height: 450px;
  }
}
@media (max-width: 1199.98px) {
  .contacts__wrapper {
    grid-template-columns: 1fr 400px;
    gap: 40px;
  }
  .contacts__title {
    font-size: 44px;
  }
  .contacts__info {
    gap: 32px;
    margin-bottom: 50px;
  }
  .contacts__description {
    font-size: 16px;
  }
  .contacts__contact-text, .contacts__contact-link {
    font-size: 15px;
  }
  .contacts__map {
    height: 400px;
  }
  .contacts__button {
    height: 55px;
    padding: 10px 24px 10px 20px;
  }
  .contacts__button-text {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .contacts__content {
    grid-row: 1;
  }
  .contacts__empty {
    grid-row: 2;
    display: none;
  }
  .contacts__breadcrumbs {
    margin-bottom: 32px;
  }
  .contacts__title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .contacts__info {
    gap: 24px;
    margin-bottom: 40px;
  }
  .contacts__description {
    font-size: 15px;
  }
  .contacts__contacts {
    gap: 10px;
  }
  .contacts__contact {
    align-items: flex-start;
  }
  .contacts__contact-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .contacts__contact-text, .contacts__contact-link {
    font-size: 14px;
  }
  .contacts__map {
    height: 350px;
  }
  .contacts__button {
    width: 100%;
    max-width: 220px;
    height: 50px;
    padding: 8px 20px 8px 16px;
  }
  .contacts__button-text {
    font-size: 14px;
  }
  .contacts__button-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  .contacts__wrapper {
    gap: 32px;
  }
  .contacts__breadcrumbs {
    margin-bottom: 24px;
  }
  .contacts__info {
    gap: 20px;
    margin-bottom: 32px;
  }
  .contacts__description {
    font-size: 14px;
  }
  .contacts__contacts {
    gap: 8px;
  }
  .contacts__contact {
    gap: 6px;
  }
  .contacts__contact-icon {
    width: 18px;
    height: 18px;
  }
  .contacts__map {
    height: 300px;
    border-radius: 15px;
  }
  .contacts__button {
    max-width: 200px;
    height: 45px;
    padding: 6px 16px 6px 12px;
  }
  .contacts__button-icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 575.98px) {
  .contacts__wrapper {
    gap: 24px;
  }
  .contacts__breadcrumbs {
    margin-bottom: 20px;
  }
  .contacts__contacts {
    gap: 6px;
  }
  .contacts__contact-icon {
    width: 16px;
    height: 16px;
  }
  .contacts__map {
    height: 250px;
    border-radius: 12px;
  }
  .contacts__button {
    padding: 4px 12px 4px 10px;
  }
  .contacts__button-icon {
    width: 16px;
    height: 16px;
  }
}

.footer {
  padding: 60px 0 37px;
  background: #fff;
}
.footer__container {
  width: 100%;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .footer__content {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__column--left {
  width: 307px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 7px;
}
@media (max-width: 767px) {
  .footer__column--left {
    width: 212px;
  }
}
.footer__column--center {
  width: 261px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.footer__column--right {
  max-width: 512px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .footer__column--right {
    max-width: 100%;
  }
}
.footer__logo {
  width: 195.16px;
  height: 90px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__text, .footer__bottom-link, .footer__bottom-text, .footer__contact-link, .footer__contact-text, .footer__menu-item, .footer__legal, .footer__company {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #5C5D5A;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__text, .footer__bottom-link, .footer__bottom-text, .footer__contact-link, .footer__contact-text, .footer__menu-item, .footer__legal, .footer__company {
    font-size: 14px;
  }
}
.footer__company {
  width: 100%;
}
.footer__legal {
  width: 100%;
}
.footer__legal a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__legal a:hover {
  color: #B70000;
}
.footer__title {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #231C19;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.footer__menu-item {
  display: block;
}
.footer__menu-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #5C5D5A;
}
.footer__menu-link:hover {
  color: #B70000;
}
.footer__contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.footer__contact-icon svg {
  width: 24px;
  height: 24px;
}
.footer__contact-text {
  line-height: 1.4;
}
.footer__contact-link {
  text-decoration: underline;
  line-height: 1.4;
  color: #5C5D5A;
  transition: color 0.3s ease;
}
.footer__contact-link:hover {
  color: #B70000;
}
.footer__button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 220px;
  height: 48px;
  padding: 13px 14px;
  background: #B70000;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.footer__button:hover {
  background: #840000;
  transform: translateY(-2px);
}
.footer__button-text {
  color: white;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.footer__button-icon svg {
  width: 22px;
  height: 22px;
  fill: white;
}
.footer__bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #E0E2E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__bottom-text {
  font-size: 14px;
  line-height: 1.4;
}
.footer__bottom-links {
  display: flex;
  gap: 20px;
}
.footer__bottom-link {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: #5C5D5A;
  transition: color 0.3s ease;
}
.footer__bottom-link:hover {
  color: #B70000;
}

@media (max-width: 575.98px) {
  .offcanvas.offcanvas-start.offcanvas-menu {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */