﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------- //
//      Custom Mixins
// ----------------------------------- //*/
/*Cover Background Mixin*/
html {
  /*box-sizing: initial !important;*/
}

body {
  font-family: "League Spartan", serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

.container {
  height: auto;
  margin: 0 auto;
  max-width: 1415px;
  padding: 0 20px;
}
.container--sm {
  max-width: 1200px;
}
.container--x-sm {
  max-width: 960px;
}

section {
  overflow: hidden;
}
section.ov-initial {
  overflow: initial;
}

.container-full {
  width: 100%;
  max-width: calc(100% - 80px);
  padding: 0 40px;
}
.container-full--md {
  max-width: calc(100% - 160px);
  padding: 0 80px;
}
@media (max-width: 1600px) {
  .container-full--md {
    max-width: calc(100% - 80px);
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container-full {
    padding: 0 30px;
    max-width: calc(100% - 60px);
  }
  .container-full--md {
    max-width: calc(100% - 60px);
    padding: 0 30px;
  }
}

.custom-container {
  margin: 0 auto;
  max-width: 1570px;
  padding: 0 20px;
}
.custom-container--md {
  max-width: 1320px;
}
.custom-container--sm {
  max-width: 840px;
}

.page-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content--mb {
  margin-bottom: 25px;
}
@media (min-width: 1600px) {
  .page-content--mb {
    margin-bottom: 65px;
  }
}
.page-content--centered {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-content--centered .page-content__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-content__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 30px;
  color: #231F20;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .page-content__title {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
  }
}
.page-content__title span {
  color: #DF2228;
}
.page-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 640px) {
  .page-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.page-content__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-content__container:not(.custom-container--md) p {
  max-width: 1120px;
}
.page-content__container:not(.custom-container--md) .page-content__container--lg p {
  max-width: 1280px;
}
.page-content__image {
  width: 100%;
  height: 300px;
}
@media (min-width: 1200px) {
  .page-content__image {
    height: auto;
  }
}
.page-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-feature {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-feature--has-image {
  margin-top: -40px;
}
@media (min-width: 1200px) {
  .product-feature--has-image {
    margin-top: -100px;
  }
}
.product-feature__head {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  border-bottom: 1px solid #CDCDCD;
  padding: 15px 0;
}
.product-feature__head .custom-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-feature__head span {
  font-weight: 800;
  line-height: normal;
  color: #DF2228;
  opacity: 0.2;
  font-size: 48px;
  cursor: pointer;
}
.product-feature__head span.active {
  opacity: 1 !important;
}
@media (min-width: 1200px) {
  .product-feature__head span {
    font-size: 52px;
  }
}
@media (min-width: 1600px) {
  .product-feature__head span {
    font-size: 64px;
  }
}
.product-feature__tabs {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  border-bottom: 6px solid #DF2228;
}
@media (max-width: 1199px) {
  .product-feature__tabs {
    display: none;
  }
  .product-feature__tabs--mobile-hide {
    display: none !important;
  }
}
.product-feature__tab {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100px;
  transition: all ease-in-out 0.2s;
  padding: 0 40px;
}
.product-feature__tab span {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.55);
}
@media (min-width: 1440px) {
  .product-feature__tab span {
    font-size: 20px;
    line-height: 22px;
  }
}
.product-feature__tab:not(:last-child)::after {
  content: "";
  display: block;
  background-color: #C8C8C8;
  width: 1px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-feature__tab:hover, .product-feature__tab.active {
  cursor: pointer;
  background-color: #DF2228;
}
.product-feature__tab:hover span, .product-feature__tab.active span {
  color: #FFFFFF;
}
.product-feature__tab:hover::after, .product-feature__tab.active::after {
  content: none;
}
.product-feature__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 640px) {
  .product-feature__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .product-feature__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-feature-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 95%;
  max-width: 450px;
}
.product-feature-selection__select {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.product-feature-selection__head {
  display: flex;
  align-items: center;
  background-color: #DF2228;
  height: 65px;
  width: 100%;
}
.product-feature-selection__head-title {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  flex: 1;
  padding: 0 14px 0 17px;
}
.product-feature-selection__head-arrow {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.product-feature-selection__head-arrow svg {
  transition: all ease-in-out 0.3s;
}
.product-feature-selection__head.open .product-feature-selection__head-arrow svg {
  transform: rotate(180deg);
}
.product-feature-selection__list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  width: calc(100% - 40px);
  background-color: #cf171d;
  padding: 20px;
  margin: 0;
  list-style: none;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}
.product-feature-selection__list-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.product-feature-selection__list-item a {
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  display: block;
}
.product-feature-selection__list-item:last-child {
  padding-bottom: 0;
  border: none;
}
.product-feature-selection__list.open {
  display: flex;
}
@media (min-width: 1200px) {
  .product-feature-selection {
    display: none;
  }
}

.product-feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #CDCDCD;
  text-decoration: none;
  padding: 30px 10px 30px 10px;
  border-width: 0 0 1px 0;
}
@media (max-width: 1199px) {
  .product-feature-card {
    border-width: 0 1px 1px 0;
  }
  .product-feature-card:nth-child(2n+2) {
    border-width: 0 0 1px 0;
  }
}
@media (min-width: 1200px) {
  .product-feature-card {
    padding: 50px 40px 30px 40px;
    border-width: 0 1px 1px 0;
  }
  .product-feature-card:nth-child(3n+3) {
    border-width: 0 0 1px 0;
  }
}
@media (min-width: 1440px) {
  .product-feature-card {
    padding: 70px 50px 40px 50px;
  }
}
@media (min-width: 1800px) {
  .product-feature-card {
    padding: 70px 80px 40px 80px;
  }
}
.product-feature-card:hover .product-feature-card__image img {
  transform: scale(1.1);
}
.product-feature-card > *:last-child {
  margin-bottom: 0;
}
.product-feature-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px;
}
.product-feature-card__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 1440px) {
  .product-feature-card__content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-feature-card__content > *:last-child {
  margin-bottom: 0;
}
.product-feature-card__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
  gap: 5px;
}
@media (min-width: 1200px) {
  .product-feature-card__head {
    margin-bottom: 35px;
    gap: 15px;
    flex-direction: column;
  }
}
.product-feature-card__title {
  font-weight: 900;
  font-size: 28px;
  line-height: 22px;
  min-height: 90px;
  color: #231F20;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .product-feature-card__title {
    font-size: 32px;
    line-height: 26px;
  }
}
@media (min-width: 1440px) {
  .product-feature-card__title {
    font-size: 36px;
    line-height: 30px;
  }
}
.product-feature-card__title span {
  color: #DF2228;
}
.product-feature-card__image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  height: 340px;
}
@media (min-width: 640px) {
  .product-feature-card__image {
    margin-bottom: 40px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .product-feature-card__image {
    height: auto;
  }
}
.product-feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.product-feature-card__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  position: relative;
  gap: 10px;
}
.product-feature-card__wrapper::after {
  content: "";
  display: block;
  background-color: #D9D9D9;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-feature-card__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-feature-card__info:last-child {
  position: relative;
  padding-left: 10px;
}
.product-feature-card__info p {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 1600px) {
  .product-feature-card__info p {
    font-size: 18px;
  }
}
.product-feature-card__info p span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
@media (min-width: 1600px) {
  .product-feature-card__info p span {
    font-size: 18px;
  }
}

.image-slider {
  position: relative;
}
.image-slider__item {
  position: relative;
  display: flex;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--bg-image);
  padding: 125px 25px;
}
@media (min-width: 640px) {
  .image-slider__item {
    padding: 150px 50px;
  }
}
@media (min-width: 1200px) {
  .image-slider__item {
    padding: 100px 125px;
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .image-slider__item {
    padding: 117px 164px;
    height: 615px;
  }
}
.image-slider__content {
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .image-slider__content {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 680px;
  }
}
.image-slider__content p {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .image-slider__content p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
  }
}
.image-slider__content > *:last-child {
  margin-bottom: 0;
}
.image-slider__head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 35px;
}
@media (min-width: 1440px) {
  .image-slider__head {
    margin-bottom: 50px;
  }
}
.image-slider__title {
  font-weight: 800;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 32px;
}
@media (min-width: 1200px) {
  .image-slider__title {
    font-size: 50px;
  }
}
.image-slider .swiper-pagination {
  bottom: 25px !important;
}
@media (min-width: 1200px) {
  .image-slider .swiper-pagination {
    position: absolute;
    width: auto !important;
    bottom: 80px !important;
    right: 190px;
    left: unset !important;
  }
}
@media (min-width: 1200px) {
  .image-slider--pagination-left .swiper-pagination {
    right: unset !important;
    left: 125px !important;
  }
}
@media (min-width: 1600px) {
  .image-slider--pagination-left .swiper-pagination {
    left: 190px !important;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  color: #5B6670;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
  border: 1px solid rgba(91, 102, 112, 0.4);
  text-decoration: none;
  transition: all 0.3s;
}
.button:hover {
  color: #fff;
  background: #DF2228;
  border-color: #DF2228;
}

.c-button {
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 2px solid #DF2228;
  background-color: #DF2228;
  transition: all ease-in-out 0.3s;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 640px) {
  .c-button {
    width: auto;
    min-width: 413px;
  }
}
.c-button span {
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  transition: all ease-in-out 0.3s;
}
.c-button:hover {
  cursor: pointer;
  background-color: transparent;
}
.c-button:hover span {
  color: #DF2228;
}

.header {
  position: fixed;
  background: transparent;
  width: 100%;
  height: 80px;
  z-index: 99;
  transition: all 0.3s;
  box-sizing: initial;
}
.header__logo svg path {
  transition: all 0.3s;
}
.header__logo .scrolled-logo {
  display: none;
}
.header--subpage {
  background: #fff;
  top: 0;
}
.header--subpage .header__logo svg path {
  fill: #DF2228;
}
.header--subpage .menu__link {
  color: #000;
}
.header--subpage .menu__link--button {
  color: #fff;
}
.header--subpage .menu__link--button:hover {
  color: #fff;
  background: #DF2228;
}
.header--subpage .search:after {
  background: #8E8E8E;
}
.header--subpage .search a svg path {
  fill: #000;
}
.header--subpage .lang__link--current {
  color: #000;
}
.header.active {
  background: #fff;
}
.header.active .header__logo svg path {
  fill: #DF2228;
}
.header.active .logo {
  display: none;
}
.header.active .scrolled-logo {
  display: flex;
}
.header.active .menu__link {
  color: #000;
}
.header.active .menu__link--button {
  color: #fff;
}
.header.active .menu__link--button:hover {
  color: #fff;
  background: #DF2228;
}
.header.active .search:after {
  background: #8E8E8E;
}
.header.active .search a svg path {
  fill: #000;
}
.header.active .lang__link--current {
  color: #000;
}
.header .container-full {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }
}

.header-mobile {
  box-sizing: initial;
  display: none;
}
.header-mobile .scrolled-logo {
  display: none;
}
.header-mobile__logo {
  height: 35px;
}
.header-mobile__logo img {
  height: 100%;
}
.header-mobile--subpage {
  background: #fff;
  color: #000;
}
.header-mobile--subpage .header-mobile__logo svg path {
  fill: #DF2228;
}
.header-mobile--subpage .header-mobile__actions a {
  color: #000;
}
.header-mobile--subpage .header-mobile__actions a svg path {
  fill: #000;
}
.header-mobile.active {
  background: #fff;
  color: #000;
}
.header-mobile.active .logo {
  display: none;
}
.header-mobile.active .scrolled-logo {
  display: flex;
}
.header-mobile.active .header-mobile__logo svg path {
  fill: #DF2228;
}
.header-mobile.active .header-mobile__actions a {
  color: #000;
}
.header-mobile.active .header-mobile__actions a svg path {
  fill: #000;
}
.header-mobile__left {
  display: flex;
  gap: 30px;
}
.header-mobile__actions {
  display: flex;
  align-items: center;
}
.header-mobile__actions a {
  display: flex;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
}
.header-mobile__actions a.search-btn-mobile {
  position: relative;
  padding-right: 20px;
  padding-left: 0;
}
.header-mobile__actions a.search-btn-mobile::after {
  position: absolute;
  right: 0;
  top: -50%;
  content: "";
  width: 1px;
  height: 33px;
  background: #A8A8A8;
}
@media (max-width: 1024px) {
  .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 80px;
    z-index: 999;
    transition: all 0.3s;
    top: 0;
  }
}

.menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu__list {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
  display: flex;
}
.menu__item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 7.5px;
}
.menu__item:hover {
  background: #DF2228;
}
.menu__item:hover .menu__link {
  font-size: 20px;
  color: #fff !important;
}
.menu__item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
.menu__item--button:hover {
  background: inherit;
}
.menu__item--button:hover .menu__link {
  font-size: 15px;
}
.menu__link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 15px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.3s;
}
.menu__link--button {
  background: #FD1515;
  height: auto;
  padding: 9px 11px;
  border-radius: 4px;
}
@media (max-width: 1366px) {
  .menu__list {
    gap: 20px;
  }
}

.menu-actions {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-left: 19px;
  height: 100%;
}

.search {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}

.search-area {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(223, 34, 40, 0.8);
  z-index: 9999999;
  transition: all 0.3s;
}
.search-area.active {
  left: 0;
}
.search-area__form {
  background-color: #fff;
  border: 1px solid rgba(91, 102, 112, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 800px;
}
.search-area__input {
  padding: 0 40px;
  font-size: 28px;
  border: 0;
  outline: 0;
  height: 100%;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 0 20px;
  background: none;
}
.search-area__input::placeholder {
  color: #000;
}
.search-area__button {
  width: 60px;
  height: 100%;
  background-color: transparent;
  background: transparent;
  border-left: 1px solid rgba(91, 102, 112, 0.6);
  border-width: 0 0 0 1px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
.search-area__button:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}
.search-area__close {
  position: absolute;
  right: 10%;
  top: 10%;
  cursor: pointer;
}
.search-area__close:before, .search-area__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 4px;
  background-color: #f5f5f5;
}
.search-area__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-area__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .search-area__form {
    width: 350px;
  }
}

.lang {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.lang__item {
  display: flex;
  height: 100%;
}
.lang__item:hover .lang__dropdown {
  opacity: 1;
  visibility: visible;
}
.lang__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.3px;
  transition: all 0.3s;
  gap: 3px;
  align-items: center;
  justify-content: center;
}
.lang__link svg {
  transition: all 0.3s;
}
.lang__link--current:hover svg {
  transform: rotate(180deg);
}
.lang__link--current:hover .lang__dropdown {
  opacity: 1;
  visibility: visible;
}
.lang__dropdown {
  opacity: 0;
  visibility: hidden;
  width: 40px;
  position: absolute;
  top: 70px;
  right: 0;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.lang__dropdown li a {
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  transition: all 0.3s;
}
.lang__dropdown li a:hover {
  background-color: #DF2228;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  border-top: 10px solid #DF2228;
  border-bottom: 1px solid #B3B3B3;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .mega-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mega-menu {
    padding: 35px 0 60px 0;
  }
}
@media (min-width: 1600px) {
  .mega-menu {
    padding: 73px 0 140px 0;
  }
}
.mega-menu__container {
  display: flex;
  justify-content: center;
  max-width: 1600px;
}
.mega-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border-right: 1px solid #D0D0D0;
  flex: 1;
}
.mega-menu__item:last-child {
  border: none;
}
.mega-menu__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  height: 50px;
}
.mega-menu__head-title {
  font-weight: 700;
  line-height: 97%;
  color: #DF2228;
  margin-bottom: 0;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .mega-menu__head-title {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .mega-menu__head-title {
    font-size: 26px;
  }
}
.mega-menu__list {
  display: flex;
  flex-direction: column;
  gap: 35.5px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.mega-menu__list-item > a {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #505050;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.mega-menu__list-item > a:hover {
  opacity: 0.85;
}
.mega-menu__sublist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 35.5px;
  margin-top: 35.5px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.mega-menu__sublist-item a {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #505050;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.mega-menu__sublist-item a:hover {
  opacity: 0.85;
}

.mobile-nav {
  position: fixed;
  z-index: 99999;
  height: 90vh;
  background: #fff;
  left: -100%;
  top: 0;
  width: 100%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-nav__logo {
  height: 35px;
  width: 70px;
}
.mobile-nav__logo img {
  width: auto;
}
.mobile-nav.active {
  left: 0;
}
.mobile-nav__head {
  display: flex;
  padding-left: 30px;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.5);
}
.mobile-nav__actions {
  display: flex;
  height: 100%;
}
.mobile-nav__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  text-decoration: none;
  border-left: 1px solid rgba(21, 21, 21, 0.5);
}
.mobile-nav__inner {
  padding-top: 50px;
  overflow: scroll;
  height: calc(90vh - 250px);
  /*text-align: center;*/
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-inner-nav__item {
  margin-bottom: 30px;
}
.mobile-inner-nav__item-2 h3 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.mobile-inner-nav__item-2 h3 img {
  max-width: 30px;
}
.mobile-inner-nav__item-3 {
  padding-left: 25px;
}
.mobile-inner-nav__item:last-child {
  margin: 0;
}
.mobile-inner-nav__link {
  font-size: 48px;
  font-weight: 900;
  color: #262626;
  text-decoration: none;
}
.mobile-inner-nav__link.active {
  color: #DF2228;
}
.mobile-inner-nav__submenu {
  display: none;
  padding-top: 20px;
  /*background: #DF2228;*/
  padding-left: 10px;
  transition: all 0.3s;
}
.mobile-inner-nav__submenu.active {
  display: block;
  border-bottom: 1px solid #212121;
}
.mobile-inner-nav__submenu h3 {
  color: #262626;
  /*color: #fff;*/
  /*font-weight: 900;*/
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
}
.mobile-inner-nav__submenu li {
  margin-bottom: 20px;
}
.mobile-inner-nav__submenu li a {
  /*color: #fff;*/
  color: #262626;
  font-size: 24px;
  /*font-weight: 700;*/
  text-decoration: none;
  transition: all 0.3s;
}
.mobile-inner-nav__submenu li ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile-inner-nav__submenu-2 {
  display: none;
  padding-left: 10px;
}
.mobile-inner-nav__submenu-2.active {
  display: block;
}
.mobile-inner-nav__submenu-3 {
  padding-left: 20px;
  border-bottom: 1px solid #212121 !important;
}

.mobile-social {
  display: flex;
  justify-content: center;
  padding: 22px 48px;
  background: #fff;
}
.mobile-social a {
  display: flex;
  align-items: center;
}
.mobile-social a::after {
  position: relative;
  display: flex;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(35, 31, 32, 0.4);
  margin: 0 30px;
}
.mobile-social a:last-child::after {
  display: none;
}

.promo {
  position: relative;
  width: 100%;
  height: 100vh;
}
.promo__wrapper {
  height: 100%;
}
.promo__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.promo__item video {
  position: absolute;
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo__picture {
  position: absolute;
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo__video {
  position: absolute;
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  padding: 0 15px;
  transition: all 0.3s;
}
.promo__title {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}
.promo__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  max-width: 430px;
  padding: 0 10px;
  margin: 0 auto;
  color: #fff;
}
.promo__button {
  display: inline-flex;
  align-items: center;
  height: 100%;
  background: #DF2228;
  padding: 14px;
  font-size: 15px;
  border-radius: 4px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.3s;
}
.promo__button:hover {
  background: #fff;
  color: #DF2228;
}
@media (max-width: 991px) {
  .promo__title {
    font-size: 50px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .promo__desc {
    font-size: 20px;
    line-height: 23px;
  }
}

.our-story {
  padding: 115px 0;
}
@media (max-width: 1440px) {
  .our-story {
    padding: 85px 0;
  }
}
@media (max-width: 1170px) {
  .our-story {
    padding: 69px 0;
  }
}

.solutions-section {
  margin-bottom: 50px;
}

.section-head__split {
  display: flex;
  gap: 35px;
}
.section-head--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-head__left {
  flex: 1;
}
.section-head__right {
  flex: 1;
}
.section-head__subtitle {
  font-size: 32px;
  font-weight: 900;
  color: #898989;
  margin-bottom: 13px;
  line-height: 30px;
}
.section-head__title {
  font-size: 60px;
  line-height: 52px;
  font-weight: 800;
  color: #1E1E1E;
  margin-bottom: 30px;
}
.section-head__title span {
  display: block;
  color: #FD1515;
}
.section-head__title--full span {
  display: inline;
}
.section-head__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
  color: #000;
  text-align: center;
  font-weight: 500;
  margin-bottom: 38px;
}
.section-head__desc--justify {
  text-align: justify;
}
.section-head__desc--sm {
  max-width: 800px;
}
@media (max-width: 1440px) {
  .section-head__subtitle {
    font-size: 25.6px;
  }
  .section-head__title {
    font-size: 48px;
  }
  .section-head__desc {
    font-size: 16px;
  }
}
@media (max-width: 1170px) {
  .section-head {
    text-align: center;
  }
  .section-head__split {
    flex-direction: column;
    gap: 0;
  }
  .section-head__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-head__subtitle {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .section-head__title {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .section-head__title span {
    display: inline;
  }
  .section-head__desc {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .section-head__desc--justify {
    text-align: center;
  }
}

.custom-section {
  margin-bottom: 125px;
}
@media (min-width: 1200px) {
  .custom-section {
    margin-bottom: 155px;
  }
}
.custom-section:last-child {
  margin-bottom: 0;
}
.custom-section--sm-margin {
  margin-bottom: 70px;
}
.custom-section--xs-margin {
  margin-bottom: 20px;
}
.custom-section__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 65px;
}
.custom-section__content--sm-margin {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .custom-section__content {
    margin-bottom: 35px;
    gap: 35px;
  }
}
.custom-section__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
@media (min-width: 1200px) {
  .custom-section__content p {
    font-size: 20px;
    line-height: 24px;
  }
}
.custom-section__content--centered {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.custom-section__head {
  display: flex;
  gap: 9px;
}
.custom-section__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 0;
}
.custom-section__title span {
  color: #DF2228;
}

.link {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  gap: 45px;
  transition: all 0.3s;
}
.link svg {
  transition: all 0.3s;
}
.link--white {
  color: #fff;
}
.link--mobile {
  display: none;
}
.link--with-dot {
  gap: 11px;
}
.link__dot {
  width: 10px;
  height: 10px;
  background: #DF2228;
}
.link:hover {
  color: #DF2228;
}
.link:hover svg {
  transform: translateX(10px);
}
@media (max-width: 1170px) {
  .link {
    font-size: 24px;
    line-height: 21px;
  }
  .link--desktop {
    display: none;
  }
  .link--mobile {
    display: flex;
  }
}

.cards__wrapper {
  display: flex;
  gap: 8px;
}
.cards__item {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}
.cards__item a:hover .cards__picture img {
  transform: scale(1.1);
}
.cards__picture img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.cards__content {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  padding: 0 20px;
  z-index: 2;
  text-align: center;
}
.cards__content img {
  margin-bottom: 35px;
}
.cards__content h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #fff;
  letter-spacing: 15%;
}
.cards__content h3 span {
  display: block;
  font-weight: 800;
}
@media (max-width: 1170px) {
  .cards__content h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .cards__content {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .cards__content img {
    margin-bottom: 25px;
  }
  .cards__content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .cards__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .cards__item {
    width: 100%;
    height: 320px;
  }
  .cards__content img {
    margin-bottom: 35px;
  }
  .cards__content h3 {
    font-size: 36px;
  }
}

.showcase {
  display: flex;
  gap: 8px;
}
.showcase__left {
  width: 66.6667%;
}
.showcase__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 33.3333%;
}
.showcase__item {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.showcase__item--full {
  justify-content: flex-start;
  height: 100%;
}
.showcase__item a {
  position: relative;
  overflow: hidden;
}
.showcase__item a:hover .showcase__picture img {
  transform: scale(1.1);
}
.showcase__picture img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.showcase__content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: absolute;
  z-index: 3;
  top: 55px;
  max-width: 75%;
  margin: 0 auto;
}
.showcase__content--full {
  padding-left: 110px;
  max-width: 50%;
}
.showcase__content--full .showcase__title {
  max-width: 70%;
}
.showcase__numbers {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 8px;
  font-size: 20px;
  font-weight: bold;
}
.showcase__text {
  color: #fff;
  max-width: 550px;
}
.showcase__title {
  font-size: 32px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}
.showcase__desc {
  font-size: 18px;
  line-height: 19px;
}
@media (max-width: 1440px) {
  .showcase__content {
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(100% - 40px);
  }
  .showcase__content--full {
    top: 54px;
    transform: translateY(0);
    max-width: 60%;
    padding-left: 40px;
  }
  .showcase__content--full .showcase__title {
    max-width: 100%;
  }
  .showcase__title {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .showcase__content {
    gap: 14px;
  }
  .showcase__title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .showcase__desc {
    font-size: 16px;
  }
}
@media (max-width: 1170px) {
  .showcase {
    flex-direction: column;
  }
  .showcase__left {
    width: 100%;
  }
  .showcase__right {
    width: 100%;
    flex-direction: row;
  }
  .showcase__item {
    height: 350px;
  }
  .showcase__item--full {
    height: auto;
  }
  .showcase__content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .showcase__right {
    flex-direction: column;
  }
  .showcase__item {
    height: 310px;
  }
  .showcase__item--full {
    width: 100%;
    height: 940px;
  }
  .showcase__item a {
    width: 100%;
  }
  .showcase__content {
    padding: 0 32px;
    max-width: 100%;
  }
  .showcase__picture {
    width: 100%;
    height: 100%;
  }
  .showcase__title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 26px;
  }
}

.our-partners {
  padding: 140px 0;
  background: #F3F3F3;
}
@media (max-width: 991px) {
  .our-partners {
    padding: 100px 0;
  }
}

.partners {
  margin-top: 50px;
}
.partners__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.partners__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__item:after {
  position: absolute;
  right: 0;
  top: -50%;
  display: block;
  content: "";
  width: 1px;
  height: 105px;
  background: #ADADAD;
}
.partners__item:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .partners__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners__item {
    margin: 28px 0;
  }
  .partners__item:after {
    display: none;
  }
}
@media (max-width: 525px) {
  .partners {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .partners__inner {
    grid-template-columns: 1fr;
  }
  .partners__item {
    margin: 0;
    padding: 28px 0;
    border-bottom: 1px solid #ADADAD;
  }
}

.sustainability-home {
  position: relative;
}
.sustainability-home__head {
  position: absolute;
  top: 115px;
  z-index: 2;
  width: 100%;
}
.sustainability-home__head .section-head {
  max-width: 1200px;
}
.sustainability-home__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.news-area__mobile-action {
  display: none;
  width: 315px;
  margin: 30px auto;
}
@media (max-width: 1440px) {
  .news-area {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .news-area {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .news-area__mobile-action {
    display: flex;
  }
}

.section-with-column {
  display: flex;
  gap: 40px;
  padding-left: 40px;
}
.section-with-column__left {
  width: 400px;
}
.section-with-column__right {
  width: calc(100% - 400px);
}
@media (max-width: 1440px) {
  .section-with-column__left {
    width: 300px;
  }
  .section-with-column__right {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .section-with-column {
    gap: 20px;
    padding-left: 20px;
  }
  .section-with-column__left {
    width: 200px;
  }
  .section-with-column__right {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .section-with-column {
    flex-direction: column;
    padding: 0;
    gap: 55px;
  }
  .section-with-column__left {
    width: 75%;
    margin: 0 auto;
  }
  .section-with-column__right {
    width: 100%;
  }
}

.section-left-head {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-left-head__title {
  color: #DF2228;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 53px;
}
.section-left-head__desc {
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .section-left-head__title {
    font-size: 42px;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px;
  }
  .section-left-head__title span {
    color: #DF2228;
  }
  .section-left-head__desc {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .section-left-head__action.mobile-none {
    display: none;
  }
}

.news-slider__item {
  display: flex;
  flex-direction: column;
  background: #EAEAEA;
  text-decoration: none;
  color: initial;
}
.news-slider__item:hover .news-slider__picture img {
  transform: scale(1.1);
}
.news-slider__top {
  position: relative;
}
.news-slider__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 54px 20px 24px;
  min-height: 150px;
}
.news-slider__bottom::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: -10px;
  left: 24px;
  width: 14px;
  height: 14px;
  background: #DF2228;
}
.news-slider__info {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 44px);
  position: absolute;
  top: 25px;
  left: 22px;
  color: #fff;
}
.news-slider__date, .news-slider__category {
  display: flex;
}
.news-slider__date {
  font-weight: 600;
  margin-bottom: 5px;
}
.news-slider__picture {
  position: relative;
  overflow: hidden;
  padding: 3px;
}
.news-slider__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  transition: all 0.3s;
}
.news-slider__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.news-slider__desc {
  font-size: 16px;
  line-height: 17px;
}
@media (max-width: 1800px) {
  .news-slider__bottom {
    padding: 20px;
  }
  .news-slider__title {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .news-slider__bottom {
    min-height: 170px;
  }
}
@media (max-width: 1170px) {
  .news-slider__title {
    font-size: 22px;
  }
}

.contact-area {
  position: relative;
}
.contact-area__picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.contact-area__picture img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-area__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 80px;
  max-width: 550px;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 1200px) {
  .contact-area__content {
    color: #000;
  }
}
.contact-area__content h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 102%;
  padding-top: 38px;
  margin-top: 38px;
  margin-bottom: 38px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-area__content--white .link--with-dot {
  color: #000;
}
@media (min-width: 1200px) {
  .contact-area__content--white .link--with-dot {
    color: #fff;
  }
}
.contact-area__content--white h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .contact-area__content--white h3 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.contact-area img.mobile {
  display: none;
}
@media (max-width: 1440px) {
  .contact-area__content {
    max-width: 500px;
  }
  .contact-area__content h3 {
    padding-top: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 34px;
  }
}
@media (max-width: 1170px) {
  .contact-area {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-area img {
    display: none;
  }
  .contact-area img.mobile {
    display: inline-block;
  }
  .contact-area__content {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: calc(100% - 64px);
  }
  .contact-area__content h3 {
    padding-top: 38px;
    margin-top: 38px;
    margin-bottom: 38px;
  }
}

.footer {
  position: relative;
  border-top: 6px solid #DF2228;
}
.footer__inner {
  padding: 0 30px;
}
.footer__columns {
  display: flex;
  justify-content: space-between;
}
.footer__col {
  flex: 1;
  gap: 40px;
  padding: 64px 47px 0 47px;
  border-left: 1px solid #C9C9C9;
}
.footer__col:first-child {
  border-left: none;
}
.footer__col--2 {
  flex: 2;
}
.footer__mobile-bottom {
  display: none;
  width: 100%;
}
.footer__mobile-bottom .social {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer__mobile-bottom .social a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footer__bottom {
  position: absolute;
  width: calc(100% - 60px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  z-index: 99;
}
.footer__bottom .footer__col {
  border: none;
  padding: 0;
}
@media (max-width: 1600px) {
  .footer__col {
    padding: 64px 20px 0 20px;
  }
  .footer__bottom {
    width: 100%;
    left: initial;
    right: 0;
    transform: initial;
  }
}
@media (max-width: 1440px) {
  .footer__col {
    padding: 64px 15px 0 15px;
  }
}
@media (max-width: 1170px) {
  .footer {
    padding: 30px 0;
  }
  .footer__inner {
    padding: 0 20px;
  }
  .footer__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer__col {
    border: none;
    padding: 0;
  }
  .footer__col--2 {
    grid-column: span 2;
  }
  .footer__bottom {
    display: none;
  }
  .footer__mobile-bottom {
    display: flex;
    margin-top: 50px;
  }
}

.footer-nav__title {
  display: flex;
  color: #DF2228;
  font-size: 28px;
  font-weight: 900;
  line-height: 115%;
  margin-bottom: 40px;
  text-decoration: none;
}
.footer-nav__menu ul li a {
  font-size: 16px;
  color: #000;
  line-height: 182%;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-nav__menu ul li a:hover {
  color: #DF2228;
}
.footer-nav__menu--multiple {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .footer-nav__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1170px) {
  .footer-nav__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer-nav__title {
    font-size: 24px;
  }
  .footer-nav__menu ul li a {
    font-size: 14px;
  }
}

.product-footer-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.product-footer-nav__title {
  display: flex;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
  text-decoration: none;
}
.product-footer-nav__primary-link {
  /*font-weight: 900;*/
}
.product-footer-nav__inner {
  margin-bottom: 35px;
}
.product-footer-nav__inner:last-child {
  margin: 0;
}
.product-footer-nav__col:first-child {
  padding-right: 40px;
}
.product-footer-nav__col:last-child {
  padding-left: 40px;
}
.product-footer-nav ul li {
  margin-bottom: 15px;
}
.product-footer-nav ul li > a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.product-footer-nav ul li > a:hover {
  color: #DF2228;
}
.product-footer-nav ul li ul {
  padding: 12px 0;
}
.product-footer-nav ul li ul li a {
  font-weight: 600;
  transition: all 0.3s;
}
.product-footer-nav ul li ul li a:hover {
  color: #DF2228;
}
@media (max-width: 1366px) {
  .product-footer-nav__col:first-child {
    padding-right: 30px;
  }
  .product-footer-nav__col:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 1170px) {
  .product-footer-nav {
    margin: 0;
  }
  .product-footer-nav__col {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 525px) {
  .product-footer-nav__title {
    margin-bottom: 10px;
  }
  .product-footer-nav ul li {
    margin-bottom: 5px;
  }
  .product-footer-nav ul li ul {
    padding: 10px 0;
  }
}

.social {
  display: flex;
  align-items: flex-end;
}
.social a {
  text-decoration: none;
  border-right: 1px solid #c9c9c9;
  padding: 0 22px;
  height: 22px;
  transition: all 0.3s;
}
.social a:last-child {
  border-right: none;
}
.social a:hover {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .social {
    justify-content: center;
  }
}
@media (max-width: 1440px) {
  .social a {
    padding: 0 12px;
  }
}

.page {
  padding-top: 120px;
  /*    @media(min-width: 1200px) {
      padding-top: 170px;
  }*/
}
.page__content {
  margin-bottom: 65px;
}
.page__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 1200px) {
  .page__content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.page__content > *:last-child {
  margin-bottom: 0;
}
.page__content--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page__title {
  font-weight: 600;
  color: #231F20;
  font-size: 42px;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .page__title {
    font-size: 64px;
    line-height: 0.83em;
    margin-bottom: 30px;
  }
}
.page--contact {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb {
  margin-bottom: 35px;
}
.breadcrumb__inner {
  display: flex;
  gap: 20px;
}
.breadcrumb__inner li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 21px;
  color: #000;
  font-weight: 300;
}
.breadcrumb__inner li a {
  color: #000;
  text-decoration: none;
}
.breadcrumb__inner li.active {
  font-weight: 900;
  color: #DF2228;
}
.breadcrumb__inner li.active svg path {
  fill: #DF2228;
}
@media (max-width: 1440px) {
  .breadcrumb__inner {
    gap: 12px;
  }
  .breadcrumb__inner li {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__inner {
    flex-wrap: wrap;
  }
}

.product-slider__inner {
  display: flex;
  gap: 80px;
  margin-bottom: 115px;
}
.product-slider__inner > div {
  flex: 1;
}
.product-slider__slider {
  overflow: hidden;
}
.product-slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-slider__img-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.product-slider__img-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .product-slider__img-wrapper {
    height: 550px;
  }
  .product-slider__img-wrapper picture {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1440px) {
  .product-slider__img-wrapper {
    height: 400px;
  }
  .product-slider__img-wrapper picture {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .product-slider__inner {
    flex-direction: column;
    margin: 0;
  }
  .product-slider__img-wrapper {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .product-slider__inner {
    gap: 35px;
  }
  .product-slider__slider {
    padding: 0 35px;
  }
  .product-slider__img-wrapper {
    height: 500px;
  }
  .product-slider .container-full--md {
    padding: 0;
    max-width: 100%;
  }
}

.product-info {
  margin-bottom: 70px;
}
.product-info__title {
  font-size: 74px;
  font-weight: 900;
  color: #1D1D1D;
  margin-bottom: 20px;
}
.product-info__title span {
  color: #DF2228;
}
.product-info__desc {
  font-size: 24px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 27px;
  max-width: 560px;
}
.product-info--mobile {
  display: none;
}
@media (max-width: 1600px) {
  .product-info {
    margin-bottom: 40px;
  }
  .product-info__title {
    font-size: 64px;
    margin-bottom: 15px;
  }
  .product-info__desc {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .product-info {
    margin-bottom: 35px;
  }
}
@media (max-width: 1366px) {
  .product-info__desc {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-info {
    display: none;
  }
  .product-info--mobile {
    text-align: center;
    display: block;
    margin: 0;
  }
  .product-info__title {
    font-size: 46px;
    line-height: 100%;
  }
  .product-info__desc {
    max-width: initial;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .product-info {
    padding: 0 35px;
  }
}

.product-attributes {
  margin-bottom: 20px;
}
.product-attributes__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.product-attributes__icon {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.product-attributes__icon svg {
  width: 50px;
  height: 50px;
}
.product-attributes__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.product-attributes__item img {
  max-width: 62px;
}
.product-attributes__item p {
  font-size: 24px;
  line-height: 25px;
  color: #000;
}
.product-attributes__item p span {
  color: #DF2228;
  display: block;
}
.product-attributes__item p label {
  color: #000;
}
@media (max-width: 1600px) {
  .product-attributes__inner {
    gap: 60px;
  }
  .product-attributes__item p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .product-attributes__inner {
    gap: 30px;
  }
  .product-attributes__item p {
    font-size: 18px;
  }
}
@media (max-width: 1170px) {
  .product-attributes__inner {
    grid-template-columns: 1fr;
  }
  .product-attributes__item p {
    font-size: 24px;
  }
  .product-attributes__item img {
    max-width: 50px;
  }
}
@media (max-width: 991px) {
  .product-attributes__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .product-attributes {
    padding: 100px 35px 70px 35px;
    background: #F6F6F6;
  }
  .product-attributes__icon svg {
    width: 35px;
    height: 35px;
  }
  .product-attributes__inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}

.product-attributes-extra {
  margin-bottom: 125px;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}
.product-attributes-extra__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .product-attributes-extra__inner {
    flex-direction: row;
  }
}
.product-attributes-extra__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 24px 44px 10px 30px;
  border-right: 1px solid #C1C1C1;
}
@media (min-width: 1200px) {
  .product-attributes-extra__item {
    flex: 1;
  }
}
.product-attributes-extra__item:last-child {
  border: none;
}
.product-attributes-extra__content {
  max-width: 70%;
}
.product-attributes-extra__title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  line-height: 100%;
  margin-bottom: 20px;
}
.product-attributes-extra__desc {
  font-size: 18px;
  line-height: 20px;
  min-height: 110px;
}
@media (max-width: 1440px) {
  .product-attributes-extra__item {
    padding: 15px;
    gap: 20px;
  }
  .product-attributes-extra__content {
    max-width: 90%;
  }
  .product-attributes-extra__title {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .product-attributes-extra {
    /*padding-top: 80px;*/
    padding-top: 0;
    margin-bottom: 80px;
    border-bottom: none;
  }
  .product-attributes-extra__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-attributes-extra__item {
    padding: 35px;
    border-bottom: 1px solid #C1C1C1;
  }
  .product-attributes-extra__desc {
    min-height: auto;
  }
}

.general-information {
  margin-bottom: 224px;
}
.general-information h4 {
  font-size: 22px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}
.general-information__wrapper {
  display: flex;
  gap: 75px;
}
.general-information__wrapper > div {
  flex: 1;
}
.general-information__slider {
  max-width: 725px;
  position: relative;
  overflow: hidden;
}
.general-information__slider-item {
  position: relative;
}
.general-information__slider-picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.general-information__slider-picture img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.general-information__slider-content {
  max-width: 365px;
  position: absolute;
  top: 50px;
  left: 85px;
}
.general-information__slider-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 130%;
  margin-bottom: 20px;
}
.general-information__slider-content p {
  color: #fff;
  line-height: 18px;
}
.general-information__pagination {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 30px !important;
  right: 20px !important;
  z-index: 2;
  max-height: 13px;
  width: auto !important;
}
@media (max-width: 1440px) {
  .general-information {
    margin-bottom: 100px;
  }
  .general-information__wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .general-information {
    margin-bottom: 80px;
  }
  .general-information .container-full {
    padding: 0;
    max-width: 100%;
  }
  .general-information h4 {
    padding: 0 20px;
  }
  .general-information__wrapper {
    flex-direction: column-reverse;
  }
  .general-information__slider {
    max-width: 100%;
  }
  .general-information__slider-content {
    left: 50px;
  }
  .general-information__slider-content h3 {
    font-size: 40px;
    line-height: 94%;
  }
  .general-information__slider-item {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .general-information__slider-content {
    max-width: calc(100% - 100px);
  }
  .general-information__slider-item {
    height: 750px;
  }
  .general-information__pagination {
    bottom: 60px !important;
    top: inherit !important;
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%);
  }
}

.featured-stats {
  position: relative;
  margin-bottom: 55px;
}
@media (min-width: 1200px) {
  .featured-stats {
    margin-bottom: 80px;
  }
}
.featured-stats__image {
  display: flex;
  width: 100%;
  height: 500px;
}
@media (min-width: 1200px) {
  .featured-stats__image {
    height: auto;
  }
}
.featured-stats__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-stats__wrapper {
  max-width: 1435px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .featured-stats__wrapper {
    flex-direction: row;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.featured-stats__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EBEBEC;
  border-bottom: 1px solid #C2C2C2;
  width: 100%;
  height: 127px;
}
@media (min-width: 1200px) {
  .featured-stats__item {
    flex: 1;
    width: auto;
    height: 140px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-right: 1px solid #C2C2C2;
    border-bottom: 0;
  }
}
.featured-stats__item:last-child {
  border: none;
}
.featured-stats__info {
  display: flex;
  gap: 15px;
  width: calc(100% - 55px);
}
@media (min-width: 1200px) {
  .featured-stats__info {
    width: auto;
  }
}
.featured-stats__stat {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1200px) {
  .featured-stats__stat {
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
  }
}
.featured-stats__stat-number {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
}
@media (min-width: 1200px) {
  .featured-stats__stat-number {
    font-size: 54px;
  }
}
.featured-stats__stat-label {
  font-size: 30px;
  line-height: normal;
  color: #222222;
}
@media (min-width: 1200px) {
  .featured-stats__stat-label {
    line-height: 18px;
  }
}

.product-list__tabs {
  position: sticky;
  top: 80px;
  z-index: 12;
  display: flex;
}
.product-list__tab {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  border-bottom: 3px solid #DF2228;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 640px) {
  .product-list__tab {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .product-list__tab {
    height: 100px;
    border-width: 6px;
  }
}
.product-list__tab span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #757575;
  text-align: center;
}
@media (min-width: 640px) {
  .product-list__tab span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .product-list__tab span {
    /*font-size: 36px;*/
    font-size: 32px;
  }
}
.product-list__tab--sm span {
  font-size: 12px;
}
@media (min-width: 640px) {
  .product-list__tab--sm span {
    font-size: 20px;
  }
}
.product-list__tab.active {
  background-color: #DF2228;
}
.product-list__tab.active span {
  color: #FFFFFF;
}
.product-list__tab:not(:last-child) {
  position: relative;
}
.product-list__tab:not(:last-child)::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-list__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.product-list__info {
  max-width: 975px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .product-list__info {
    margin-top: 40px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .product-list__info {
    margin-top: 65px;
    margin-bottom: 100px;
  }
}
.product-list__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 640px) {
  .product-list__info p {
    font-size: 21px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .product-list__info p {
    font-size: 24px;
    line-height: 29px;
  }
}
.product-list__info > *:last-child {
  margin-bottom: 0;
}
.product-list__scroll {
  position: sticky;
  /*top: 186px;*/
  top: 180px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  background-color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0274509804);
  margin-top: 20px;
}
.product-list__scroll.hide {
  display: none;
}
@media (min-width: 640px) {
  .product-list__scroll {
    padding: 20px 70px;
    gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 1170px) {
  .product-list__scroll {
    top: 155px;
  }
}
@media (max-width: 767px) {
  .product-list__scroll {
    top: 130px;
  }
}
@media (min-width: 1200px) {
  .product-list__scroll {
    padding: 20px 0;
    width: 100%;
    gap: 46px;
    margin-top: 65px;
  }
}
.product-list__scroll-item {
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  padding-right: 30px;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  flex: 1;
}
@media (min-width: 640px) {
  .product-list__scroll-item {
    font-size: 21px;
    line-height: 28px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .product-list__scroll-item {
    font-size: 24px;
    line-height: 32px;
    padding-right: 46px;
    flex: initial;
  }
}
.product-list__scroll-item::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F1F1F1;
}
@media (min-width: 1200px) {
  .product-list__scroll-item::after {
    background-color: #9D9D9D;
    height: 32px;
  }
}
.product-list__scroll-item:last-child {
  padding-right: 0;
}
.product-list__scroll-item:last-child::after {
  content: none;
}
.product-list__scroll-item.active {
  color: #DF2228;
}
.product-list .scroll-area {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 1200px) {
  .product-list .scroll-area {
    gap: 55px;
  }
}
.product-list__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-list-slider {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .product-list-slider {
    flex-direction: row;
  }
}
.product-list-slider__head {
  padding-bottom: 38px;
  border-bottom: 10px solid #DF2228;
}
@media (min-width: 1200px) {
  .product-list-slider__head {
    background-color: #D3D3D3;
    width: calc(20% - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    border: none;
  }
}
.product-list-slider__head--white {
  background-color: #FFFFFF;
  border: 1px solid #CACACA;
  border-width: 1px 0 1px 0;
  padding: 0 20px;
}
.product-list-slider__head-title {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  color: #DF2228;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .product-list-slider__head-title {
    font-size: 32px;
    line-height: 32px;
    color: #000000;
  }
}
.product-list-slider__head-title span {
  color: #DF2228;
}
.product-list-slider__head-title--start {
  align-items: flex-start;
  text-align: left;
}
.product-list-slider__slides {
  margin: initial !important;
  flex: 1;
}
@media (max-width: 1199px) {
  .product-list-slider__slides .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #CACACA;
  height: calc(100% - 40px);
  padding: 10px 10px 20px 10px;
  text-decoration: none;
  border-width: 1px 1px 1px 1px;
}
@media (min-width: 1200px) {
  .product-item {
    border-width: 1px 1px 1px 1px;
    padding: 40px 25px 15px 25px;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .product-item {
    padding: 85px 45px 35px 45px;
  }
}
.product-item__image {
  display: flex;
  height: 175px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .product-item__image {
    margin-bottom: 20px;
    height: 280px;
  }
}
.product-item__image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.product-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
}
@media (max-width: 767px) {
  .product-item__content {
    min-height: initial;
  }
}
.product-item__content--end {
  justify-content: flex-end;
}
.product-item__title {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 33px;
}
.product-item__title span {
  font-weight: 900;
  color: #DF2228;
}
@media (max-width: 767px) {
  .product-item__title {
    font-size: 18px;
    line-height: 100%;
  }
}
.product-item__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .product-item__info {
    gap: 20px;
  }
}
.product-item__info-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .product-item__info-wrapper {
    gap: 15px;
  }
}
@media (min-width: 1600px) {
  .product-item__info-wrapper {
    gap: 25px;
  }
}
.product-item__info-wrapper svg {
  width: 30px;
  height: 31px;
}
@media (min-width: 1200px) {
  .product-item__info-wrapper svg {
    width: 36px;
    height: 37px;
  }
}
@media (min-width: 1600px) {
  .product-item__info-wrapper svg {
    width: 46px;
    height: 47px;
  }
}
.product-item__info-wrapper p {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 1200px) {
  .product-item__info-wrapper p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1600px) {
  .product-item__info-wrapper p {
    font-size: 18px;
    line-height: 21px;
  }
}
.product-item__info-wrapper p span {
  color: #DF2228;
}

.content-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: auto;
  gap: 5px;
}
@media (min-width: 1200px) {
  .content-cards {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
.content-cards__item {
  position: relative;
  overflow: hidden;
  height: 260px;
  padding: 20px 35px;
  text-decoration: none;
}
.content-cards__item:hover img {
  transform: scale(1.1);
}
.content-cards__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all ease-in-out 0.3s;
  position: absolute;
  inset: 0;
}
.content-cards__item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.content-cards__item > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .content-cards__item {
    height: 560px;
    padding: 45px 48px;
  }
  .content-cards__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .content-cards__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .content-cards__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
    height: 232px;
  }
  .content-cards__item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
    height: 232px;
  }
}
.content-cards__info {
  position: relative;
  z-index: 1;
  max-width: 305px;
}
.content-cards__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 7px;
}
.content-cards:has(:nth-child(5)) .content-cards:not(.content-cards--custom) .content-cards__item:nth-child(1), .content-cards:has(:nth-child(5)) .content-cards:not(.content-cards--custom) .content-cards__item:nth-child(2) {
  height: 350px;
}
.content-cards:has(:nth-child(5)) .content-cards:not(.content-cards--custom) .content-cards__item:nth-child(3), .content-cards:has(:nth-child(5)) .content-cards:not(.content-cards--custom) .content-cards__item:nth-child(4) {
  height: 127px;
}
.content-cards:not(.content-cards--custom) .content-cards__item:nth-child(n+5) {
  grid-column: auto;
  grid-row: auto;
  height: 350px;
}
.content-cards:not(.content-cards--custom) .content-cards__item:nth-child(3)::after, .content-cards:not(.content-cards--custom) .content-cards__item:nth-child(4)::after {
  top: unset;
  bottom: 20px;
}
@media (min-width: 1200px) {
  .content-cards--custom .content-cards__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 560px;
  }
  .content-cards--custom .content-cards__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    height: 232px;
  }
  .content-cards--custom .content-cards__item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    height: 232px;
  }
  .content-cards--custom .content-cards__item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 1/2;
    height: 232px;
  }
  .content-cards--custom .content-cards__item:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2/3;
    height: 232px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(3):last-child) .content-cards__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 560px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(3):last-child) .content-cards__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    height: 560px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(3):last-child) .content-cards__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
    height: 560px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(4):last-child) .content-cards__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 560px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(4):last-child) .content-cards__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
    height: 560px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(4):last-child) .content-cards__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
    height: 232px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(4):last-child) .content-cards__item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
    height: 232px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(6):last-child) .content-cards__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 232px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(6):last-child) .content-cards__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    height: 232px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(6):last-child) .content-cards__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
    height: 232px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(6):last-child) .content-cards__item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3;
    height: 232px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(6):last-child) .content-cards__item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3;
    height: 232px;
  }
  .content-cards--custom:has(.content-cards__item:nth-child(6):last-child) .content-cards__item:nth-child(6) {
    grid-column: 3/4;
    grid-row: 2/3;
    height: 232px;
  }
}

.our-values {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .our-values {
    background-color: rgba(155, 155, 155, 0.3);
  }
}
.our-values__cards {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .our-values__cards {
    padding: 0;
    flex-direction: row;
    align-items: stretch;
  }
}
.our-values__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 19px 26px 35px 34px;
  border-bottom: 1px solid #969696;
}
.our-values__card:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .our-values__card {
    border-bottom: 0;
    flex-direction: row;
    position: relative;
    padding: 37px 20px 45px 20px;
  }
  .our-values__card:not(:last-child)::after {
    content: "";
    background-color: rgba(155, 155, 155, 0.3);
    width: 1px;
    height: 100vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .our-values__card {
    gap: 30px;
    padding: 37px 35px 45px 35px;
  }
}
.our-values__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
@media (min-width: 1200px) {
  .our-values__content {
    gap: 25px;
  }
}
.our-values__content-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  color: #000;
}
@media (min-width: 1200px) {
  .our-values__content-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .our-values__content-title {
    font-size: 32px;
    line-height: 35px;
  }
}
.our-values__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
@media (min-width: 1600px) {
  .our-values__content p {
    font-size: 18px;
    line-height: 20px;
  }
}
.our-values__image {
  display: flex;
  width: 100%;
  height: 370px;
  position: relative;
  padding-bottom: 35px;
}
.our-values__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  background-color: #fff;
  z-index: 0;
}
@media (min-width: 1200px) {
  .our-values__image {
    height: auto;
  }
}
.our-values__image img {
  width: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
  object-position: 75% center;
  margin-top: -40px;
}
@media (min-width: 1200px) {
  .our-values__image img {
    object-position: center;
    margin-top: 0;
  }
}
.our-values__image .documents__item {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 75px;
  padding: 0;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 50%) !important;
}
@media (min-width: 640px) {
  .our-values__image .documents__item {
    width: 100%;
    max-width: 560px;
  }
}

.apps {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .apps {
    flex-direction: row;
    height: 740px;
  }
}
.apps__slider {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 30px);
  gap: 40px;
  padding: 0 15px;
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .apps__slider {
    margin-bottom: 0;
    background-color: #EAEAEA;
    flex-direction: row;
    width: auto;
    flex: 1;
    gap: 50px;
    padding: 0 40px;
  }
}
@media (min-width: 1600px) {
  .apps__slider {
    gap: 100px;
    padding: 0 70px;
  }
}
@media (min-width: 1200px) {
  .apps__slider .apps__content {
    max-width: 413px;
  }
}
.apps__slider .download {
  margin-top: 25px;
}
.apps__slider .slider-arrow {
  margin-top: 33px;
}
@media (min-width: 1200px) {
  .apps__slider .slider-arrow {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .apps__slider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.apps__images {
  display: flex !important;
  align-items: center;
  height: 100% !important;
  width: 100%;
  mix-blend-mode: multiply;
  height: 320px !important;
}
@media (min-width: 640px) {
  .apps__images {
    height: 450px !important;
  }
}
@media (min-width: 1200px) {
  .apps__images {
    max-width: 350px;
    height: 100% !important;
  }
}
@media (min-width: 1440px) {
  .apps__images {
    max-width: 413px;
  }
}
.apps__images .swiper-slide {
  display: flex !important;
  align-items: center;
}
.apps__images img {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.apps__wrapper {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .apps__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .apps__wrapper {
    padding-top: 230px;
    max-width: 413px;
  }
}
@media (min-width: 1440px) {
  .apps__wrapper {
    max-width: 587px;
  }
}
.apps__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100% !important;
}
@media (min-width: 1200px) {
  .apps__content {
    text-align: left;
    align-items: flex-start;
  }
}
.apps__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  max-width: 365px;
}
.apps__title {
  font-weight: 900;
  color: #DF2228;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 33px;
}
@media (min-width: 1366px) {
  .apps__title {
    font-size: 40px;
    line-height: 40.8px;
  }
}
.apps__management {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 65px 0;
}
@media (min-width: 1200px) {
  .apps__management {
    padding: 0;
    flex: 1;
    max-width: 802px;
  }
}
@media (min-width: 1600px) {
  .apps__management {
    max-width: 802px;
    flex: 1;
  }
}
.apps__management-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.apps__management-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apps__management-content {
  z-index: 1;
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
.apps__management .apps__list {
  margin-top: 30px;
}
.apps__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
@media (min-width: 1600px) {
  .apps__list {
    gap: 35px;
  }
}
.apps__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  line-height: 100%;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .apps__list-item {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .apps__list-item {
    font-size: 30px;
  }
}
.apps__list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #DF2228;
  border-radius: 50%;
  display: inline-block;
}
@media (min-width: 1200px) {
  .apps__list-item::before {
    width: 14px;
    height: 14px;
  }
}
.apps ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
@media (min-width: 1600px) {
  .apps ul {
    gap: 35px;
  }
}
.apps ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  line-height: 100%;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .apps ul li {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .apps ul li {
    font-size: 30px;
  }
}
.apps ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #DF2228;
  border-radius: 50%;
  display: inline-block;
}
@media (min-width: 1200px) {
  .apps ul li::before {
    width: 14px;
    height: 14px;
  }
}

.blog-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 640px) {
  .blog-list {
    gap: 75px;
  }
}
@media (min-width: 1200px) {
  .blog-list {
    gap: 135px;
  }
}
.blog-list .blog-card {
  width: 100%;
}
@media (min-width: 640px) {
  .blog-list .blog-card {
    width: calc(50% - 31px);
  }
}
@media (min-width: 1200px) {
  .blog-list .blog-card {
    width: calc(33.3333333333% - 50px);
  }
}
@media (min-width: 1600px) {
  .blog-list .blog-card {
    width: calc(33.3333333333% - 64px);
  }
}
.blog-list__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (min-width: 1200px) {
  .blog-list__wrapper {
    gap: 50px;
  }
}
@media (min-width: 1600px) {
  .blog-list__wrapper {
    gap: 95px 87px;
  }
}

.blog-card {
  background-color: #EAEAEA;
  padding: 3px;
  display: flex;
  flex-direction: column;
  max-width: 460px;
  text-decoration: none;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card:hover .blog-card__image::after {
  opacity: 1;
}
.blog-card__image {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.blog-card__image::after {
  content: url("../images/icons/v-icon-for-news.svg");
  position: absolute;
  opacity: 50%;
  transition: all ease-in-out 0.3s;
  top: 17px;
  right: 9px;
}
@media (min-width: 1200px) {
  .blog-card__image::after {
    top: 24px;
    right: 18px;
  }
}
.blog-card__info {
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  flex-direction: column;
}
.blog-card__info-date {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
}
.blog-card__info-category {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
}
.blog-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 21px 21px 21px;
  position: relative;
}
.blog-card__content > *:last-child {
  margin-bottom: 0;
}
.blog-card__content::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #DF2228;
  position: absolute;
  top: -7px;
  left: 21px;
}
.blog-card__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #000;
}
.blog-card__title {
  color: #231F20;
  font-weight: 700;
  margin-bottom: 12px;
  max-width: 360px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 20px;
}
@media (min-width: 640px) {
  .blog-card__title {
    font-size: 26px;
    line-height: 24px;
    height: 85px;
  }
}
@media (min-width: 1600px) {
  .blog-card__title {
    height: 85px;
    font-size: 30px;
    line-height: 28px;
  }
}

.download {
  display: flex;
  gap: 11px;
}
.download__item {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.slider-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider-arrow__icon {
  cursor: pointer;
}
.slider-arrow__icon--left {
  transform: rotate(180deg);
}

.custom-tab-content {
  display: none;
}
.custom-tab-content.active {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .custom-tab-content.active {
    flex-direction: row;
  }
}

.page-heading__title {
  display: flex;
  gap: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}
.page-heading__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .page-heading--mobile-none {
    display: none;
  }
}
.page-heading--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .page-heading--mobile {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.page-heading--centered {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  border-radius: 0 !important;
  margin: 0 8px !important;
  opacity: 1 !important;
  background-color: #D9D9D9 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DF2228 !important;
}
@media (max-width: 1440px) {
  .swiper-pagination-bullet .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table th,
table td {
  padding: 8px 14px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 21px;
  vertical-align: middle;
  color: #222222;
  line-height: 130%;
}
table th:last-child,
table td:last-child {
  text-align: right;
  font-size: 19px;
}
table td:first-child {
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  table th,
  table td {
    padding: 8px;
    font-size: 18px;
  }
  table th:last-child,
  table td:last-child {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  table th,
  table td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  table {
    border: 0;
  }
  table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: 1px solid #676767;
    padding: 20px 0;
  }
  table tr:first-child {
    border-top: 1px solid #676767;
  }
  table tr td {
    padding: 0;
    text-align: left;
    border: none;
    padding: 0 20px;
  }
  table tr td:last-child {
    text-align: left;
  }
}

.documents {
  margin-bottom: 160px;
}
.documents__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.documents__item {
  display: flex;
  padding: 14px 24px;
  align-items: center;
  gap: 6px;
  background: #DF2228;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 800;
}
@media (max-width: 1440px) {
  .documents {
    margin-bottom: 100px;
  }
}
@media (max-width: 1170px) {
  .documents__item {
    padding: 14px;
    font-size: 16px;
  }
  .documents__item svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .documents__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .documents__wrapper {
    grid-template-columns: 1fr;
  }
  .documents__item {
    font-size: 20px;
  }
}

.tabs__button-wrapper {
  display: block;
  background-color: #E8E8E8;
  padding: 30px 0;
  border-bottom: 10px solid #DF2228;
}
.tabs__buttons {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.tabs__button {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 83px;
  color: #A7A7A7;
  font-weight: 700;
  border-right: 1px solid #AEAEAE;
  padding: 0 70px;
}
.tabs__button:last-child {
  border: none;
}
.tabs__button svg {
  display: none;
}
.tabs__button.active {
  color: #DF2228;
}
.tabs__button.active svg {
  display: flex;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
@media (max-width: 767px) {
  .tabs__button-wrapper {
    padding: 20px 0;
  }
  .tabs__button {
    font-size: 32px;
    padding: 0 22px;
  }
  .tabs__button svg {
    width: 46px;
    height: 96px;
  }
}

.tab-slider {
  overflow: hidden;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 80px;
}
.tab-slider__item {
  display: flex;
  padding: 50px 0;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #C9C9C9;
  text-decoration: none;
}
.tab-slider__picture {
  display: flex;
  max-height: 420px;
  min-height: 420px;
  margin-bottom: 22px;
}
.tab-slider__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.tab-slider__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  color: #000;
  text-align: center;
  min-height: 60px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .tab-slider {
    border-bottom: 0;
  }
  .tab-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-slider .swiper-slide.is-single {
    grid-column: span 2;
  }
  .tab-slider__item {
    padding: 30px 0;
    min-height: 275px;
    border-bottom: 1px solid #C9C9C9;
  }
  .tab-slider__picture {
    min-height: auto;
  }
  .tab-slider__title {
    font-size: 18px;
    text-align: center;
    min-height: auto;
  }
}

.subpage-header-text {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 50px;
}
.subpage-header-text__title {
  font-size: 48px;
  font-weight: 800;
  color: #222222;
  line-height: 110%;
  margin-bottom: 30px;
}
.subpage-header-text__title span {
  color: #DF2228;
}
.subpage-header-text__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  color: #000;
}
@media (max-width: 767px) {
  .subpage-header-text {
    margin-bottom: 40px;
  }
  .subpage-header-text__title--blog {
    font-size: 45px;
  }
}

.article {
  text-align: center;
}
.article__picture {
  margin-bottom: 60px;
}
.article img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 60px 0;
}
.article p,
.article ul,
.article ol {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 20px;
  color: #000;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: 700;
  color: #DF2228;
  margin-bottom: 45px;
}
.article h2 {
  font-size: 46px;
}
.article h3 {
  font-size: 36px;
}
.article h4 {
  font-size: 26px;
}
.article h5 {
  font-size: 20px;
}
.article h6 {
  font-size: 18px;
}
.article--statics table {
  margin: 20px 0;
}
.article--statics h2,
.article--statics h3,
.article--statics h4,
.article--statics h5,
.article--statics h6 {
  margin-bottom: 20px;
}
.article--statics a {
  color: #DF2228;
}
.article--statics p,
.article--statics ul,
.article--statics ol {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 10px;
  color: #000;
}
@media (max-width: 1600px) {
  .article__picture {
    margin-bottom: 30px;
  }
  .article img {
    margin: 30px 0;
  }
}

.services {
  margin-top: 50px;
}
.services__inner {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #CDCDCD;
  margin-bottom: 100px;
  overflow: hidden;
}
.services__inner:nth-child(even) .services__item {
  flex-direction: row-reverse;
}
.services__inner:nth-child(even) .services__slider {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.services__inner:nth-child(even) .swiper-pagination {
  right: 0;
  left: auto;
}
.services__slider {
  max-width: calc(100% - 70px);
  margin-right: 0 !important;
  width: 100%;
}
.services__item {
  display: flex;
  justify-content: space-between;
  gap: 86px;
}
.services__content {
  margin-top: 100px;
  max-width: 460px;
}
.services__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services__head svg {
  width: 32px;
  height: 32px;
}
.services__head h3 {
  font-size: 36px;
  font-weight: 700;
  color: #231F20;
  margin-bottom: 26px;
}
.services__head h3 span {
  color: #DF2228;
}
.services__text p,
.services__text li {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  margin-bottom: 16px;
}
.services__text ul {
  margin: 25px 0;
  list-style-type: disc;
  padding-left: 25px;
}
.services__text ul li::marker {
  color: #FD1515;
}
.services__img img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.services .swiper-pagination {
  max-width: 460px;
  bottom: 0 !important;
}
@media (max-width: 1600px) {
  .services__content {
    margin-top: 50px;
  }
}
@media (max-width: 1440px) {
  .services__item {
    gap: 50px;
  }
  .services__head h3 {
    margin-bottom: 18px;
  }
  .services__text {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .services__slider {
    max-width: calc(100% - 30px);
  }
  .services__content {
    flex: 1;
    max-width: inherit;
    width: 100%;
  }
  .services__img {
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .services__inner {
    margin-bottom: 50px;
  }
  .services__inner:nth-child(even) .services__item {
    flex-direction: column;
  }
  .services__inner:nth-child(even) .services__slider {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .services__slider {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .services__item {
    flex-direction: column;
  }
  .services__text {
    margin: 0;
  }
  .services__text p:last-child {
    margin: 0;
  }
  .services__img {
    margin-bottom: 60px;
  }
  .services .swiper-pagination {
    max-width: inherit;
  }
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}
.error-page h1 {
  font-size: 294px;
  font-weight: 700;
  color: #DF2228;
  line-height: 100%;
}
.error-page p {
  color: #231F20;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 25px;
}
.error-page a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 767px) {
  .error-page h1 {
    font-size: 220px;
  }
}

.search-results {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.search-results__form {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid rgba(91, 102, 112, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media (min-width: 1200px) {
  .search-results__form {
    height: 60px;
  }
}
.search-results__form--w100 {
  width: 100%;
}
.search-results__form-input {
  border: none;
  outline: none;
  height: 100%;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  color: rgb(91, 102, 112);
  padding: 0 20px;
  background: none;
}
@media (min-width: 1200px) {
  .search-results__form-input {
    padding: 0 40px;
    font-size: 28px;
  }
}
.search-results__form-input::placeholder {
  font-weight: 400;
  color: rgba(91, 102, 112, 0.5);
  font-size: 18px;
}
@media (min-width: 1200px) {
  .search-results__form-input::placeholder {
    font-size: 28px;
  }
}
.search-results__form-button {
  width: 60px;
  height: 100%;
  background-color: transparent;
  background: transparent;
  border-left: 1px solid rgba(91, 102, 112, 0.6);
  border-width: 0 0 0 1px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.search-results__form-button:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.search-results__form-button:hover svg {
  transform: scale(0.95);
}
.search-results__list {
  width: 100%;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 10px 0 0 0;
  padding: 0;
}
.search-results__list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}
.search-results__list::-webkit-scrollbar-thumb {
  background-color: #DF2228;
  border-radius: 50px;
  border: 2px solid #DF2228;
  background-clip: content-box;
}
.search-results__list::-webkit-scrollbar-track {
  background-color: #EDEDED;
  border-radius: 50px;
}
.search-results__list-item {
  border-bottom: 1px solid rgba(91, 102, 112, 0.4);
  padding: 30px 0 30px 0;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .search-results__list-item {
    padding: 30px 0 40px 0;
  }
}
.search-results__list-item a {
  font-size: 20px;
  font-weight: 400;
  color: #5B6670;
  text-decoration: none;
}
.search-results__list-item:first-child {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .search-results__list-item:first-child {
    padding-top: 50px;
  }
}

.to-top-button {
  width: 25px;
  height: 25px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DF2228;
  border: 1px solid #DF2228;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: all ease-in-out 0.3s;
  display: none;
  box-sizing: initial;
}
@media (min-width: 1200px) {
  .to-top-button {
    right: 40px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1600px) {
  .to-top-button {
    right: 80px;
    width: 62px;
    height: 62px;
  }
}
.to-top-button svg {
  fill: #FFFFFF;
}
.to-top-button:hover {
  cursor: pointer;
  background-color: #FFFFFF;
}
.to-top-button:hover svg {
  fill: #DF2228;
}

/****/
.contact {
  /*padding: 45px 0;*/
  padding: 25px 0;
}
.contact__steps {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  /* margin-bottom: 50px;

  @media (min-width: 1200px) {
      margin-bottom: 45px;
  }

  @media (min-width: 1600px) {
      margin-bottom: 90px;
  }*/
}
.contact__step {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}
.contact__step::before {
  content: "";
  height: 7px;
  width: 0;
  background-color: #DF2228;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease-in-out 0.3s;
}
.contact__step::after {
  content: "";
  height: 7px;
  width: 100%;
  background-color: #D9D9D9;
  z-index: 1;
}
.contact__step span {
  font-weight: 600;
  font-size: 16px;
  line-height: 68%;
  color: #000000;
  margin-bottom: 13px;
}
.contact__step.active::before {
  width: 100%;
}
.contact__content {
  display: none;
}
.contact__content.active {
  display: block;
}
.contact__main {
  margin-bottom: 55px;
}
.contact__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin: 65px auto 0 auto;
}
@media (min-width: 1200px) {
  .contact__navigation {
    margin: 100px auto 0 auto;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .contact__navigation {
    margin: 210px auto 0 auto;
  }
}
.contact__navigation-button {
  height: 53px;
  min-width: auto;
  width: 280px;
}
.contact__navigation-button span {
  font-size: 32px;
}
.contact__navigation-button--back {
  opacity: 0.5;
}
.contact__navigation-button--back:hover {
  opacity: 1;
}
.contact__navigation-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.contact__information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .contact__information {
    flex-direction: row;
  }
}
.contact__info {
  flex: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.contact__info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

.contact-categories {
  display: flex;
  flex-direction: column;
  border: 1px solid #A4A4A4;
}
@media (min-width: 1200px) {
  .contact-categories {
    height: 350px;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .contact-categories {
    height: 490px;
  }
}
.contact-categories__category {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .contact-categories__category {
    border-bottom: 1px solid #A4A4A4;
  }
  .contact-categories__category:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .contact-categories__category {
    padding: 0;
    border-right: 1px solid #A4A4A4;
  }
  .contact-categories__category:last-child {
    border-right: none;
  }
}
.contact-categories__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 60%;
}
.contact-categories__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.contact-categories__title {
  font-weight: 700;
  color: #DF2228;
  font-size: 30px;
  line-height: 83%;
  min-height: 50px;
  margin-bottom: 17px;
}
.contact-categories__title > *:last-child {
  margin-bottom: 0;
}

.contact-step-content {
  display: none;
  flex-direction: column;
}

.contact-step-form {
  display: none;
  flex-direction: column;
}

.form__group {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1200px) {
  .form__group {
    gap: 50px;
  }
}
.form__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 35px;
}
@media (min-width: 1200px) {
  .form__wrapper {
    gap: 25px;
    flex-direction: row;
  }
}
.form__item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  height: 100%;
}
.form__item input,
.form__item textarea {
  flex: 1;
  outline: none;
  border: 1px solid rgba(91, 102, 112, 0.4);
  border-width: 0 0 1px 0;
  padding: 0 20px 10px 20px;
  background-color: transparent;
  font-weight: 800;
  font-size: 24px;
  line-height: 112%;
  color: #231F20;
  resize: none;
  font-family: "League Spartan", serif;
  transition: all ease-in-out 0.1s;
}
.form__item input::placeholder,
.form__item textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #231F20;
  font-family: "League Spartan", serif;
}
.form__item input:focus,
.form__item textarea:focus {
  border-color: #231F20;
}
.form__item input.error,
.form__item textarea.error {
  border-color: #DF2228;
}
.form__item .choices {
  flex: 1;
  margin-bottom: 0;
  position: relative;
}
.form__item .choices__heading {
  font-weight: 400;
  font-size: 18px;
  color: #DF2228;
}
.form__item .choices__inner {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(91, 102, 112, 0.4);
  padding: 5px 40px 10px 20px;
  min-height: unset;
  font-weight: 400;
  font-size: 18px;
  color: #231F20;
  border-radius: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  height: calc(100% - 15px);
  width: calc(100% - 60px);
  flex: 1;
}
.form__item .choices__inner:focus-within {
  border-bottom-color: #DF2228;
}
.form__item .choices__item:not([data-value=""]) {
  font-weight: 800;
  font-size: 24px;
  line-height: 112%;
  color: #231F20;
}
.form__item .choices__list--single {
  padding: 0;
}
.form__item .choices__placeholder {
  opacity: 1;
  font-weight: 400;
  font-size: 18px;
  color: #231F20;
}
.form__item .choices[data-type*=select-one] .choices__inner {
  padding-right: 40px;
}
.form__item .choices[data-type*=select-one]::after {
  content: none;
}
.form__item .choices[data-type*=select-one]::before {
  content: url("../images/icons/form-select-arrow.svg");
  right: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.form__item .choices[data-type*=select-one].is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
.form__item .choices__list--dropdown {
  background-color: white;
  border: 1px solid rgba(91, 102, 112, 0.4);
  border-radius: 4px;
  margin-top: 5px;
  z-index: 1000;
}
.form__item .choices__list--dropdown .choices__item {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 18px;
  color: #231F20;
}
.form__item .choices__list--dropdown .choices__item.choices__item--selectable.is-highlighted {
  background-color: rgba(91, 102, 112, 0.1);
}
.form__item .choices.error .choices__inner {
  border-color: #DF2228;
}
.form__item .error-message {
  color: #DF2228;
  font-size: 14px;
  margin-top: 10px;
  position: absolute;
  top: 100%;
}
.form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form__privacy input[type=checkbox] {
  /*  display: none;*/
  opacity: 0;
  left: -100%;
  position: absolute;
}
.form__privacy label {
  /*font-size: 12px;*/
  font-size: 16px;
  line-height: 15px;
  font-weight: 300;
  color: #000000;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  padding-top: 6px;
}
.form__privacy label.form-error {
  color: #DF2228;
}
.form__privacy label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
}
.form__privacy label a {
  color: #DF2228;
}
.form__privacy input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #DF2228;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 13px;
  transform: translateY(-50%);
}

.choices {
  position: relative;
}
.choices.is-open .choices__inner {
  border-color: #231F20;
}

.info-panel__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .info-panel__item {
    flex-direction: row;
  }
}
.info-panel__content {
  background-color: #F3F3F3;
  padding: 30px 20px;
}
@media (min-width: 1200px) {
  .info-panel__content {
    padding: 25px 50px 80px 50px;
    width: 33%;
  }
}
@media (min-width: 1600px) {
  .info-panel__content {
    padding: 45px 70px 95px 70px;
    width: 26%;
  }
}
.info-panel__content p,
.info-panel__content li {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.info-panel__content ul {
  margin: 25px 0;
  list-style-type: disc;
  padding-left: 25px;
}
.info-panel__content ul li::marker {
  color: #FD1515;
}
.info-panel__content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 0;
  color: #000;
}
.info-panel__content:has(> h3:first-child) h3:first-child {
  margin-top: 0;
}
.info-panel__image {
  flex: 1;
  display: flex;
}
.info-panel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-panel .swiper-pagination {
  position: initial;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .info-panel .swiper-pagination {
    margin-top: 0;
    position: absolute;
    left: 50px !important;
    bottom: 30px !important;
    width: auto !important;
  }
}
@media (min-width: 1600px) {
  .info-panel .swiper-pagination {
    left: 70px !important;
    bottom: 45px !important;
  }
}

.related-products__head {
  background-color: #E8E8E8;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-products__head-title {
  font-weight: 800;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 0;
  color: #231F20;
}
.related-products__head-title span {
  color: #DF2228;
}
.related-products__slides {
  border-top: 10px solid #DF2228;
}
.related-products__item {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #C9C9C9;
  border-width: 0 1px 1px 0;
  padding: 25px 0;
}
@media (min-width: 1200px) {
  .related-products__item {
    padding: 50px 0;
  }
}
.related-products__image {
  margin-bottom: 20px;
  display: flex;
  height: 195px;
}
@media (min-width: 1200px) {
  .related-products__image {
    height: 215px;
  }
}
.related-products__image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@media (min-width: 1200px) {
  .related-products__image img {
    width: auto;
    height: auto;
  }
}
.related-products__content {
  flex: 1;
}
.related-products__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  min-height: 60px;
}
.related-products__title span {
  color: #df2228;
}
@media (max-width: 1199px) {
  .related-products .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .related-products .swiper-slide:nth-child(2n+2) .product-info-slider__item {
    border-right: 0;
  }
  .related-products .swiper-slide:nth-last-child(-n+2) .product-info-slider__item {
    border-bottom: none;
  }
}

.innovation-highlights {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (min-width: 1200px) {
  .innovation-highlights {
    gap: 60px;
  }
}
.innovation-highlights > *:last-child {
  margin-bottom: 0;
}
.innovation-highlights__promo {
  position: relative;
}
.innovation-highlights__cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .innovation-highlights__cards {
    flex-direction: row;
    position: absolute;
    bottom: 0;
    padding: 0 80px;
  }
}
.innovation-highlights__image {
  display: flex;
  height: 300px;
}
.innovation-highlights__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .innovation-highlights__image {
    height: auto;
  }
}
.innovation-highlights__card {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(155, 155, 155, 0.4);
  padding: 30px 20px;
  gap: 20px;
}
@media (min-width: 1200px) {
  .innovation-highlights__card {
    border-right: 2px solid rgba(155, 155, 155, 0.4);
    border-width: 0 2px 0 0;
    padding: 30px 25px;
  }
  .innovation-highlights__card:last-child {
    border: none;
  }
}
@media (min-width: 1600px) {
  .innovation-highlights__card {
    padding: 40px 35px;
    gap: 30px;
  }
}
.innovation-highlights__card-title {
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  flex: 1;
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 1200px) {
  .innovation-highlights__card-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .innovation-highlights__card-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.innovation-highlights__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .innovation-highlights__content {
    margin-bottom: 75px;
  }
}
.innovation-highlights__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 640px) {
  .innovation-highlights__content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.innovation-highlights__content > *:last-child {
  margin-bottom: 0;
}
.innovation-highlights__logos {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 640px) {
  .innovation-highlights__logos {
    gap: 50px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .innovation-highlights__logos {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.innovation-highlights__logo {
  display: flex;
}
.innovation-highlights__logo img {
  width: 100%;
  object-fit: scale-down;
}

.company-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-info--centered {
  align-items: center;
}
.company-info--centered .company-info__content {
  max-width: 1040px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.company-info__content {
  box-sizing: initial;
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  padding: 50px 20px;
}
@media (min-width: 640px) {
  .company-info__content {
    padding: 50px 75px;
  }
}
@media (min-width: 1200px) {
  .company-info__content {
    padding: 105px 160px;
  }
}
.company-info__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .company-info__content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.company-info__content .c-button {
  height: 55px;
  margin-top: 35px;
}
@media (min-width: 640px) {
  .company-info__content .c-button {
    margin-top: 35px;
  }
}
.company-info__content > *:last-child {
  margin-bottom: 0;
}
.company-info__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 22px;
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .company-info__title {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 50px;
  }
}
.company-info__title span {
  color: #DF2228;
}
.company-info__image {
  display: flex;
  min-height: 700px;
}
.company-info__image img {
  width: 100%;
  object-fit: cover;
}

.swal2-styled.swal2-confirm {
  background-color: #DF2228 !important;
}

.swal2-confirm {
  background-color: #DF2228 !important;
}

.static-links {
  background-color: #231f20;
}
.static-links__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-links__wrapper a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  padding: 20px;
}
