/*VARS*/
:root {
  --nDarkBlue: #30487e;
  --nLightBlue: #4878d3;
  --nBlack: rgba(20, 20, 31, 1);
  --nBlackLight: rgba(20, 20, 31, 0.1);
  --nGrayBG: rgba(20, 20, 31, 0.06);
  --nWhiteBlue: #afd8ff;
  --nBaseFZ: 14px;
  --nBaseRaius: 0px;
}

/*END-VARS*/
/*TEXT*/
h1.main-title,
h2,
h2.title {
  font-size: 53px;
  line-height: 110%;
  font-weight: 600;
}

/*END TEXT*/
/*MAIN*/
.container {
  /*margin: unset;*/
}

.main {
  /* padding-top: 50px; */
  padding-top: 134px;
}

/*END MAIN*/
/*LINE*/
.line {
  /*width: 100%;*/
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
  margin: 0 auto;
}

.line.dark {
  background-color: #14141f1a;
  opacity: unset;
}

/*END LINE*/
/*BTN*/
.btn_light,
.btn_normal {
  border-radius: unset;
  font-size: 14px;
  font-weight: 500;
}

.btn-primary {
  border: none;
}

.btn_dark {
  background-color: var(--nLightBlue, #4878d3);
}

.btn_sqrt {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: background-color 0.3s ease;
  border-radius: 4px;
  background-color: var(--nGrayBG);
  width: 40px;
  height: 40px;
}

.btn_circle {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: background-color 0.3s ease;
  border-radius: 100%;
  background-color: var(--nGrayBG);
  width: 40px;
  height: 40px;
}

.btn-with-arrow {
  background: var(--nLightBlue);
  width: min-content;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: unset;
  border-radius: unset;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 32px;
}

.btn-with-arrow:hover {
  background: #2f5dd0;
}

.btn-with-arrow .icon {
  width: 14px;
  height: 12px;
  fill: #fff;
}

/*END-BTN*/
/*HEADER*/
.header.header_light {
  background: white;
}

.header_mob,
.mobile-menu {
  display: none;
}

.header_desktop {
  justify-content: space-between;
}

.header_desktop .left,
.header_desktop .right,
.header_desktop .left .control {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_desktop .left {
  gap: 35px;
}

.header_desktop .left .control {
  gap: 8px;
}

.header_desktop .right {
  gap: 32px;
}

.header__logo {
  margin-left: 0;
}

.menu__main__social__link .icon,
.header_light .icon {
  fill: var(--nBlack);
  opacity: unset;
  width: 20px;
}

.header .logo__image {
  height: 40px;
  width: 190px;
}

.header_light .logo__image {
  color: var(--nDarkBlue, #30487e);
}

.header .search {
  margin: 0 auto;
  max-width: 202px !important;
  min-width: unset;
}

.header_light .search__variants {
  background: hsla(0, 0%, 100%, 0.9);
}

.header_light .search__variants__link {
  color: #000000;
}

.header_light .search__variants__link:hover {
  color: #fff;
}

.search__input,
.search__variants {
  border-radius: 100px;
}

.search__form .search__variants {
  border-radius: unset;
  background: #fff;
  z-index: 10;
}

.header_dark .search__input,
.header_light .search__input {
  background-color: var(--nGrayBG, rgba(20, 20, 31, 0.06));
  color: var(--nBlack, rgba(20, 20, 31, 1));
  padding-left: 2.5rem;
  font-weight: 400;
  font-size: 12px;
}

.header_light .search__input::placeholder {
  color: var(--nBlack, rgba(20, 20, 31, 0.4));
  font-weight: 400;
  font-size: 12px;
  opacity: 0.4;
}

.search__btn {
  right: unset;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_dark .search .icon-search,
.header_light .search .icon-search {
  stroke: var(--nBlack, rgba(20, 20, 31, 1));
  width: 16px;
  height: 16px;
}

.header__control__favorites .icon {
  width: 22px;
}

.header_light .header__phone {
  color: var(--nBlack, rgba(20, 20, 31, 1));
  font-weight: 600;
  font-size: var(--nBaseFZ, 14px);
  margin: unset;
}

.header__call {
  background-color: var(--nLightBlue, white);
  margin: unset;
  padding-inline: 20px;
  height: 40px;
  line-height: unset;
  font-weight: 800;
  font-size: 12px;
  border-radius: unset;
}

.right .right-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.right .right-contact .right-contact-sep {
  width: 1px;
  background-color: var(--nBlackLight);
  height: 32px;
}

/*HEADER NAVBAR*/
.header-navbar {
  background-color: #fff;
  padding: 20px 0;
}

.header-navbar .nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.header-navbar .nav-item a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--nBlack, #14141f);
  position: relative;
  transition: opacity 0.3s ease;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.header-navbar .nav-item a:hover,
.header-navbar .nav-item.active a {
  opacity: 1;
}

.header-navbar .nav-item a .icon {
  max-width: 8px;
  height: 8px;
  transform: rotate(-90deg);
  transition: all 0.1s ease-in-out;
}

.header-navbar .nav-item a:hover .icon,
.header-navbar .nav-item.active a .icon {
  transform: rotate(90deg);
}

.dropdown-sub {
  position: relative;
}

.header-navbar .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 250%;
  left: -50%;
  background: #fff;
  border-radius: 8px;
  min-width: 180px;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 31, 0.08);
  z-index: 10;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
}

.header-navbar .nav-item .dropdown-menu li {
  list-style: none;
}

.header-navbar .nav-item .dropdown-menu li a {
  display: block;
  color: #1B1B28;
  font-size: 14px;
  font-weight: 500;
}

.header-navbar .nav-item .dropdown-menu.active {
  display: flex;
}

/*END HEADER NAVBAR*/

/*DROPDOWN-MENU-BANNER*/
/* Layout */
.dropdown-menu-banner {
  position: relative;
  flex-wrap: wrap;
  min-height: 60vh;
  max-height: 70vh;
  overflow-y: scroll;
  opacity: 0;
  z-index: -1;
  width: 1px;
  display: none;
}

.dropdown-menu-banner.active {
  opacity: 1;
  z-index: 1;
  width: 100%;
  display: flex;
}

/* Left Column */
.dropdown-menu-banner-left {
  flex: 1;
  background-color: var(--nBlack, #14141f);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 52px;
}

.dropdown-menu-banner-content {
  width: 100%;
  /*max-width: 600px;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.dropdown-menu-banner-columns {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-banner-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.dropdown-menu-banner-col h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.dropdown-menu-banner-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dropdown-menu-banner-col ul li {
  max-width: 250px;
}

.dropdown-menu-banner-col ul li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  transition: color 0.2s ease;
  line-height: 140%;
}

.dropdown-menu-banner-col ul li a:hover {
  opacity: 1;
}

/* Button */
.btn-primary {
  background-color: #5589EC;
  color: #fff;
  padding: 20px 32px;
  border-radius: var(--nBaseRaius, 4px);
  text-decoration: none;
  font-size: 12px;
  transition: background 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  background-color: var(--nDarkBlue);
}

/* Right Column */
.dropdown-menu-banner-right {
  flex: 1;
  position: relative;
  background-color: #fff;
  min-height: 400px;

  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin: unset;
  padding: unset;
  transition: all 0.3s ease;
  height: auto;
  width: 100%;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.dropdown-menu-banner-right--link {
  font-size: 20px;
  line-height: unset;
  width: 100%;
  text-align: left;
  padding: 24px 32px;
  border-top: #fff solid 1px;
  color: white;
  transition: all 0.3s ease;
  background-color: var(--nLightBlue);
  border-top-color: var(--nLightBlue);
  font-weight: 400;
}

.dropdown-menu-banner-img {
  /*width: 100%;*/
  /*height: auto;*/
}

/* Circle Button */
.circle-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-color: var(--nLightBlue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
}

.circle-btn:hover {
  background-color: #2f5dd0;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 900px) {
  .dropdown-menu-banner-section {
    flex-direction: column;
  }

  .dropdown-menu-banner-left,
  .dropdown-menu-banner-right {
    flex: unset;
    width: 100%;
  }

  .dropdown-menu-banner-columns {
    flex-direction: column;
    gap: 20px;
  }

  .dropdown-menu-banner-right {
    padding: 20px;
  }
}

/*END DROPDOWN-MENU-BANNER*/

/*HEADER SOCS*/

/*END-HEADER SOCS*/

/*END HEADER*/

/*HOME SLIDER*/
.main-page .primary {
  min-height: 600px;

  background-image: linear-gradient(270.48deg, #19264A 0.34%, #263663 99.55%) !important;
}

.main-page .primary .container {
  padding: unset;
}

.main-page .primary__track {
  padding-bottom: unset;
}

.main-page .primary:before {
  background-image: unset;
  background-size: unset;
  display: none;
  width: unset;
  z-index: unset;
}

.main-page .primary:after {
  display: none;
  background-image: unset;
  background-size: unset;
  width: unset;
}

.main-page .primary__slide {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  align-items: flex-start;
  padding-top: 102px;
  position: relative;
}

.main-page .primary__slide::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 65%;
  background:
    linear-gradient(90deg,
      #19264A 0%,
      #19264A 45%,
      rgba(25, 38, 74, 0) 100%);
}

.main-page .primary__slide__content {
  padding-left: 52px;
  padding-right: unset;
  position: relative;
  z-index: 2;
}

.main-page .primary__slide__content .primary__slide__content-btns {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.primary__slide__content-btns-top .more {}

.primary__slide__content-btns-top .more .icon {
  width: 14px;
  height: 12px;
  fill: #fff;
}

.primary__slide__content-btns-bottom {
  display: flex;
  gap: 4px;
}

.primary__slide__content-btns-bottom .contact-us,
.primary__slide__content-btns-bottom .tg-channel {
  background: unset;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.primary__slide__content-btns-bottom .tg-channel .icon {
  width: 20px;
  height: 16px;
  fill: #fff;
}

.main-page .primary__slide__title {
  font-size: 52px;
  line-height: 100%;
  font-weight: 400;
}

.main-page .primary__slide__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-page .primary__slide__item {
  font-size: 16px;
  margin-bottom: unset;
  padding-left: 18px;
}

.main-page .primary__slide__item:before {
  background-color: #fff;
  border-radius: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.main-page .primary__bottom {
  bottom: 30px;
}

.main-page .primary__navigation {
  backdrop-filter: unset;
  background-color: unset;
  border-radius: unset;
  bottom: unset;
  padding: unset;
  position: unset;
}

.primary__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.main-page .primary__arrow .icon {
  height: 14px;
}

.primary__bottom-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.main-page .primary__bullets {
  background-color: unset;
  backdrop-filter: unset;
  border-radius: unset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-page .primary__bullet {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  padding: unset;
  position: unset;
  width: 40px;
  height: 40px;
}

.main-page .primary__bullet.glide__bullet--active {
  padding: unset;
  background-color: var(--nLightBlue);
  border-radius: 0;
}

.main-page .primary__bullet:hover {
  background-color: var(--nDarkBlue);
}

.main-page .primary__bullet.glide__bullet--active:before {
  padding: unset;
  display: none;
}

.main-page .primary__bullet.glide__bullet--active:last-of-type {
  padding: unset;
}

/*END HOME SLIDER*/

.main-page .section {
  min-height: unset;
}

/*HOME OUR PRODUCTS*/
.main-page .production {
  height: unset !important;
  padding-top: 120px;
}

.main-page .production .container {
  padding-left: 4px;
  padding-right: 4px;
}

.main-page .production:before {
  display: none;
}

.main-page .production .section__head {
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
}

.main-page .production .section__title {
  font-size: 52px;
  line-height: unset;
  font-weight: 400;
}

.main-page .production .home-to-catalog {
  background: unset;
  font-size: 12px;
  font-weight: 800;
  line-height: unset;
  text-transform: uppercase;
  padding: unset;
  color: var(--nBlack);
  height: unset;
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-page .production .home-to-catalog .icon {
  width: 14px;
  height: 12px;
}

.main-page .production .home-to-catalog:hover {
  background: unset;
  color: var(--nBlack);
}

.production-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.production .production-item {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin: unset;
  padding: unset;
  transition: all 0.3s ease;
  height: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 540px;
  position: relative;
}

.production .production-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}


.production .item__title {
  font-weight: 400;
  font-size: 24px;
  line-height: unset;
  width: 100%;
  text-align: left;
  padding: 24px 32px;
  border-top: #fff solid 1px;
  color: white;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.production .item__title .icon {
  width: 14px;
  height: 12px;
  fill: #fff;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}

.production .production-item:hover .item__title {
  background-color: var(--nLightBlue);
  border-top-color: var(--nLightBlue);
}


.production .production-item:hover .item__title .icon {
  opacity: 0;
}

/*END HOME OUR PRODUCTS*/
/*ADVANTAGE/TRUST*/
.advantage {
  background: linear-gradient(120deg, #2f487e 0%, #081f52 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 100px;
  padding-bottom: 77px;
  height: unset !important;
}

.about-home {
  padding-bottom: 45px;
}

.about-home .label {
  font-size: 12px;
  color: var(--nWhiteBlue, #afd8ff);
  padding-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.4;
}

.about-home h3 {
  font-size: 52px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  font-family: Mont, sans-serif;
  line-height: 100%;
  padding-bottom: 80px;
}

.advantage--desc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.advantage--desc-grid .r {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-home .description {
  color: #ffffff;
  max-width: 540px;
  line-height: 140%;
  font-size: 16px;
  font-weight: 400;
}

.stats {
  display: flex;
  gap: 24px;
}

.stats .stat {
  min-width: 300px;
}

.stats .stat h4 {
  font-size: 80px;
  font-weight: 400;
  color: var(--nLightBlue, #afd8ff);
  line-height: 100%;
}

.stats .stat p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

/* Trust Section */

.trust {
  padding-top: 45px;
}

.trust h3 {
  color: #ffffff;
  font-size: 53px;
  font-weight: 400;
  padding-bottom: 40px;
  text-align: left;
  line-height: 100%;
}

.trust .trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
  row-gap: 30px;
}

.trust .trust-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: rgba(255, 255, 255, 0.12) 1px solid;
  padding-bottom: 24px;
}

.trust .trust-item .trust-item--n {
  color: var(--nLightBlue, #fff);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  padding-bottom: 12px;
}

.trust .trust-item h4 {
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  font-weight: 400;
}

.trust .trust-item p {
  color: #c5d2e8;
  font-size: 14px;
  max-width: 330px;
  line-height: 140%;
  font-weight: 400;
}

/*END ADVANTAGE/TRUST*/
/* BREADCRUMBS */
.breadcrumbs__item {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-right: 6px;
}

.breadcrumbs__item>.breadcrumbs__item__link {
  opacity: 0.4;
}

.breadcrumbs__item+.breadcrumbs__item:before {
  content: ">";
}

.breadcrumbs__item+.breadcrumbs__item {
  padding-left: 12px;
}

.breadcrumbs__item:last-child {
  color: #fff;
}

/* END BREADCRUMBS */
/* BASE PAGE */
/* Hero Section */
.page-hero {
  padding-top: 64px;
  background: linear-gradient(-90deg,
      rgba(25, 38, 74, 1) 0%,
      rgba(38, 54, 99, 1) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 66px;

  margin-bottom: 100px;
}

.page-hero .breadcrumbs {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 1);
}

/* Heading */
.page-hero h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  max-width: 60%;
  margin-bottom: 24px;
}

/* Subtitle */
.page-hero .subtitle {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  line-height: 150%;
  max-width: 36%;
}

/* Sub-navigation */
.page-hero .subnav {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-hero .subnav a {
  flex: 1;
  text-align: center;
  padding: 22px 22px 22px 32px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
}

.page-hero .subnav a:last-child {
  border-right: none;
}

.page-hero .subnav a .icon {
  fill: #fff;
  width: 14px;
  height: 12px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.page-page .subnav a.active {
  background: #4878d3;
}

.page-hero .subnav a:hover,
.page-hero .subnav a.active {
  background: #4878d3;
}

.page-hero .subnav a:hover .icon {
  width: 0;
  opacity: 0;
}

.page-hero .subnav a.active .icon {
  display: none;
}

/*CATALOG*/

.catalog {
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
}

body.catalog {
  gap: unset;
}

/* Product Grid */
.catalog-products {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.product-card {
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  padding: 16px;
}

.product-card .product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #14141f;
  font-size: 16px;
  border-top: 1px solid rgba(20, 20, 31, 0.2);
  padding: 14px 16px;
  transition: all 0.3s ease;
}

.product-card .product-info .icon {
  width: 19px;
  height: 16px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.product-card:hover .product-info {
  border-top: 1px solid var(--nLightBlue, #4878d3);
  background: var(--nLightBlue, #4878d3);
  color: #fff;
}

.product-card:hover .product-info .icon {
  transform: rotate(0deg);
  fill: #fff;
}

/*SIDEBAR*/

/*FILTER SIDEBAR*/
.filter-sidebar {
  display: block;
}

/*END FILTER SIDEBAR*/

.catalog .main {
  background: #edecf2;
}

.subcatalog .main {
  padding-top: 150px;
}


.about_page {
  --blue: #4878D3;
  --dark: rgba(38, 54, 99, 1);
  --text: #14141F;
}

/* ===== Header ===== */

.about_page .about-header .about-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 64px;
}

.about_page .about-header .about-header-top h2 {
  max-width: 770px;
  font-size: 52px;
  line-height: 110%;
  font-weight: 500;
}


.about_page .about-header .about-header-top p {
  max-width: 499px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

/* ===== Stats ===== */
.about_page .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  justify-content: space-between;
}

.about_page .stat-item {
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
}

.about-header .stat-item p {
  line-height: 100%;
}

.about_page .stat-item p:first-child {
  font-size: 80px;
  font-weight: 500;
  color: var(--blue);
}

.about_page .stat-item p:last-child {
  font-size: 14px;
  color: var(--text);
}

/* ===== Products ===== */
.about_page .about-products {
  padding-top: 160px;
}

.about_page .about-products .about-products-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 64px;
}

.about_page .about-products .about-products-top p {
  max-width: 499px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.about_page .about-products h2 {
  max-width: 770px;
  font-size: 52px;
  line-height: 110%;
  font-weight: 500;
}

.about_page .product-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
  column-gap: 24px;
}

.about_page .feature {
  padding-bottom: 46px;
  border-bottom: 1px solid #14141F12;
  background: transparent;
}

.about_page .feature p:first-child {
  font-size: 24px;
  font-weight: 400;
  color: var(--blue);
  line-height: unset;
}

.about_page .feature p:last-child {
  font-size: 18px;
  color: var(--text);
  line-height: unset;
  font-weight: 500;
  padding-top: 24px;
}

/* ===== Custom (Dark block) ===== */
.about_page .about-custom {
  background: var(--dark);
  padding-top: 100px;
  padding-bottom: 100px;
}

.about_page .about-custom h2 {
  max-width: 770px;
  font-size: 52px;
  line-height: 110%;
  font-weight: 500;
  color: #fff
}

.about_page .custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
  column-gap: 24px;
  padding-bottom: 64px;
}

.about_page .custom-item {
  padding-bottom: 46px;
  border-bottom: 1px solid #ffffff12;
  background: transparent;
}

.about_page .custom-item p:first-child {
  font-size: 24px;
  font-weight: 400;
  color: var(--blue);
  line-height: unset;
}

.about_page .custom-item p:last-child {
  font-size: 14px;
  color: #fff;
  line-height: unset;
  font-weight: 500;
  padding-top: 24px;

}

.about_page .about-custom>p {
  max-width: 550px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
}

.about_page .about-custom a {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {

  .stats-grid,
  .product-features,
  .custom-grid {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media only screen and (max-width: 1024px) {

  .main {
    padding-top: 67px;
  }

  .line.dark {
    display: none;
  }

  .main-page .primary__slide::before {
    left: 0;
    top: 0;
    right: 0;
    height: 65%;
    width: 100%;
    background:
      linear-gradient(180deg,
        #19264A 0%,
        #19264A 45%,
        rgba(25, 38, 74, 0) 100%);
  }

  .main-page .primary__slide__content .primary__slide__content-btns {
    padding-top: 24px;
    gap: 24px;
  }

  .subcatalog .main {
    padding-top: 130px;
  }

  .catalog-sidebar {
    display: none;
  }

  body.catalog .catalog {
    flex-direction: column;
    gap: 16px;
  }

  body.catalog .catalog-sidebar {
    display: block;
    flex: unset;
  }

  body.catalog .catalog-sidebar ul {
    display: flex;
  }

  .catalog-products {
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .catalog .main {
    padding-top: 30px;
  }

  .page-hero {
    min-height: unset;
    max-height: 490px;
    margin-bottom: 88px;
    padding-top: 20px;
    gap: 48px;
  }

  .page-hero h1 {
    margin-bottom: 12px;
    font-size: 32px;
    max-width: 90%;
  }

  .page-hero .subtitle {
    max-width: 90%;
  }

  .page-hero .subnav a {
    padding: 27px;
    font-size: 14px;
    display: block;
  }

  .page-hero .subnav a .icon {
    display: none;
  }
}

.subcatalog__filter {
  flex-direction: column;
}

.subcatalog__filter__list._desktop {
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 100%;
  display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.subcatalog__filter__list._desktop ::-webkit-scrollbar {
  display: none;
}

.subcatalog__filter__list._desktop {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  border-bottom: 1px solid rgba(27, 27, 40, 0.2);
}

.subcatalog__filter__item {
  border: unset;
  border-radius: 0;
  color: #14141f;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 19px 32px;
  margin: 0;
  line-height: 14px;
  height: auto;
}

.subcatalog__filter__item._active,
.subcatalog__filter__item:hover {
  color: #14141f;
  border-bottom: 2px solid #4878d3;
  border-width: 4px;
  padding-left: 32px;
}

.subcatalog__filter__item._active:before {
  content: unset;
}

.mobile-filter-main--block {
  display: none;
  padding-bottom: 16px;
}

.subcatalog .btn_filter {
  background: rgba(38, 54, 99, 0.08);
  border-radius: 0;
  height: auto;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0;
  mix-blend-mode: unset;
  padding: 9px 12px;
  width: auto;
  gap: 8px;
}

.subcatalog .btn_filter__name {
  color: rgba(38, 54, 99, 0.6);
  text-transform: uppercase;
  font-size: 12px;
}

.subcatalog .btn_filter .icon {
  width: 26px;
  height: 26px;
  fill: rgba(38, 54, 99, 0.6);
}

.pagination {
  justify-content: flex-start;
  margin-bottom: 0;
}

.pagination__container {
  border: unset;
  padding: 0;
}

.pagination__page {
  font-size: 14px;
  line-height: 14px;
  height: auto;
  font-weight: 700;
  padding: 8px 15px;
  color: rgba(20, 20, 31, 0.4);
}

.pagination__page:focus,
.pagination__page:hover,
.pagination__page_active {
  color: #14141f;
  background: #fff;
  border-radius: unset;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 767px) {
  .subcatalog__filter__list.filter-dropdown__btn._adaptive {
    position: absolute;
    width: 0;
    height: 0;
    z-index: -10;
    opacity: 0;
    display: none;
  }
}

@media only screen and (max-width: 560px) {

  h1.main-title,
  h2,
  h2.title {
    font-size: 22px;
  }

  .page-hero .subnav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .catalog .main {
    padding-top: 70px;
  }

  .subcatalog .main {
    padding-top: 85px;
  }

  .page-hero {
    margin-bottom: 40px;
  }

  .page-hero h1 {
    font-size: 32px;
    max-width: 100%;
  }

  .page-hero .subtitle {
    max-width: 100%;
  }

  .page-hero .subnav a {
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 14px;
    padding: 20px;
    vertical-align: center;
  }

  .catalog-products {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}

/*ENDSIDEBAR*/
/*PRODUCT CARD*/
.card__wrapper {
  padding: unset;
}

.card__image {
  position: relative;
  top: unset;
  left: unset;
  aspect-ratio: 1 / 1;
}

.card__container {
  flex-grow: unset;
  transition: all 0.1s ease;
}

.card__description {
  padding: 16px 0 0 0;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.card__name {
  margin: unset;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(20, 20, 31, 0.12);
  color: #14141f;
  font-size: 14px;
  font-weight: 600;
}

.card__properties__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.card__properties__item {
  font-size: 12px;
  font-weight: 400;
  color: #14141f60;
}

.card__description .card__btn-more {
  height: unset;
  line-height: unset;
  padding: 18px 0;
  opacity: 0;
  position: absolute;
  z-index: -10;
  bottom: 0;
  left: 0;
  transition: all 0s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.card:hover .card__container {
  background: #fff;
  border: 1px solid #fff;
}

.card:hover .card__description {
  gap: 6px;
}

.card:hover .card__description .card__btn-more {
  opacity: 1;
  position: relative;
  z-index: 0;
}

.card:hover .card__description .card__properties__list {
  height: 0;
  width: 0;
  opacity: 0;
}

.card:hover .card__description .card__price {
  display: none;
}

.card:hover .card__description .card__name {
  border-bottom: unset;
  padding-bottom: unset;
}

@media only screen and (max-width: 1024px) {
  .card:hover .card__description .card__properties__list {
    height: inherit;
    width: inherit;
    opacity: inherit;
  }

  .card:hover .card__container {
    background: inherit;
    border: 1px solid rgba(127, 127, 150, 0.2);
  }

  .card:hover .card__description .card__name {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(20, 20, 31, 0.12);
  }

  .card__description .card__btn-more {
    opacity: 1;
    position: relative;
    z-index: 0;
  }

  .card__properties__list {
    grid-template-columns: 1fr;
  }
}

/*END PRODUCT CARD*/
/*END CATALOG*/

/*PRODUCT DETAIL*/
.mobile-filter {
  display: none;
}

.product_card_header {
  padding-top: 20px;
}

.product {
  background: #edecf2;
}

.product__card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-top: 8px;
}

.product__card__left {
  grid-column-start: 1;
  grid-column-end: 1;
  width: 100%;
}

.product__card__left__wrapper {
  margin-bottom: 0;
  background: #fff;
  border-radius: 8px;
}

.product__card__right {
  grid-column-start: 2;
  grid-column-end: 4;
  width: 100%;
  padding-left: unset;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.product__card__right .left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.good-history-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(38, 54, 99, 0.08);
  padding: 12px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: rgba(38, 54, 99, 0.61);
  border-radius: unset;
}

.good-history-back .icon {
  width: 6px;
  height: 12px;
  fill: rgba(38, 54, 99, 0.61);
}

@media only screen and (max-width: 1024px) {
  .product__card {
    padding-bottom: 40px;
  }

  .product__card__right .left {
    display: none;
  }

  .product__card__left {
    grid-column-start: 1;
    grid-column-end: 3;
    max-height: 700px;
  }

  .product__card__right {
    grid-column-start: 3;
    grid-column-end: 4;
  }
}

@media only screen and (max-width: 767px) {
  .product_card_header {
    padding-top: 90px;
  }

  .product_card_header .breadcrumbs {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .product_card_header {
    padding-top: 30px;
  }

  .product_card_header {
    background-color: #fff;
  }

  .product__card.container {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .product__card .glide__arrows {
    height: 40px;
    left: 24px;
    right: 24px;
  }

  .product__card .glide__arrow {
    width: 40px;
    height: 40px;
  }

  .product__card .glide__arrow .icon {
    height: 40px;
  }

  .product__card__left {
    grid-column-start: unset;
    grid-column-end: unset;
    margin-bottom: 0;
  }

  .product__card__right {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}

/*LEFT*/

/*END LEFT*/

/*RIGHT*/
.product h1.product__title {
  margin-bottom: 0;
  text-transform: unset;
}

.product__vendor-code {
  border: 1px solid rgba(127, 127, 150, 0.3);
  border-radius: 100px;
  color: #14141f;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 16px;
  padding: 9px 12px;
  white-space: nowrap;
  width: min-content;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.4;
  cursor: default;
}

.product__card__body {
  width: 100%;
  flex-direction: column;
}

.product__card__right__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product__card__filter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product__card__body .product__card__filter__block_more .product__card__filter__list {
  max-height: unset;
  flex-wrap: wrap;
}

.product__card__body .product__card__filter__block {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product__card__body .product__card__filter__name {
  color: #1b1b28;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.4;
}

.product__card__filter__list {
  display: flex;
  gap: 6px;
}

.product__card__body .product__card__filter__item {
  margin: 0;
  border-radius: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 800;
  height: auto;
  color: rgba(20, 20, 31, 0.8);
}

.product__card__body .product__card__filter__item._inactive {
  background: unset;
  border: 1px solid rgba(38, 54, 99, 0.4);
  color: rgba(20, 20, 31, 0.8);
  line-height: unset;
}

.product__card__footer {
  width: auto;
  margin-top: 0;
}

.product-card-info {
  background-color: #fff;
  border-radius: 8px;
  min-width: 316px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: fit-content;
  position: relative;
}

/* Label text */
.product-card-info .product__price-info {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
}

.product-card-info .product__price-info .label {
  font-size: 12px;
  color: #8c95a9;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* Price */
.price-value {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.product__price__old {
  font-size: 14px;
  color: #14141f;
  font-weight: 600;
  opacity: 0.4;
}

.product-card-info .product__price__new {
  font-size: 14px;
  color: #14141f;
  font-weight: 600;
}

.product-card-info .product__price__new span {
  font-size: 31px;
  font-weight: 700;
  color: #1b1b28;
}

/* Stock info */
.stock-block-info,
.warehouse-block-info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(20, 20, 31, 0.12);
  padding-top: 12px;
}

.stock-block-info {
  padding-bottom: 12px;
}

.product-card-info .stock-block-info .label,
.product-card-info .stock-block-info .stock,
.product-card-info .warehouse-block-info .label,
.product-card-info .warehouse-block-info .warehouse {
  font-size: 12px;
}

.product-card-info .stock-block-info .available {
  color: #36b37e;
}

.product-card-info .label {
  opacity: 0.4;
}

/* Warehouse */

/* Buttons */
.buttons-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 64px;
}

.product__btn_contact:before {
  content: unset;
}

.buttons-info .product__btn_contact {
  display: block;
  text-align: center;
  background-color: #4878d3;
  color: #fff;
  text-decoration: none;
  padding: 22px;
  font-size: 12px;
  border-radius: 0;
  font-weight: 700;
  transition: background 0.3s ease;
  height: auto;
  margin-right: 0;
  line-height: unset;
  text-transform: uppercase;
}

.buttons-info .btn-secondary {
  background: #fff;
  border: 1px solid #d4d8e1;
  color: #1e2a44;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.2s ease;
}

.product__btn_favorite {
  border: 1px solid rgba(38, 54, 99, 0.4);
  border-radius: unset;
  padding: 16px;
  margin-top: unset;
  font-size: 12px;
  color: #263663;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.bear_2-1 {
  right: -130px;
  top: 380px;
  width: 450px;
  height: 450px;
}

.favorites__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1024px) {
  .main {
    padding-bottom: 0
  }

  ;

  .product-card-info {
    height: 100%;
    justify-content: space-between;
  }

  .about_page .about-products .about-products-top,
  .about_page .about-header .about-header-top {
    padding-bottom: 40px;
    ;
  }

  .about_page .about-products .about-products-top,
  .about_page .about-header .about-header-top {
    flex-direction: column;
  }

  .about_page .about-custom h2,
  .about_page .about-products h2,
  .about_page .about-header .about-header-top h2 {
    font-size: 24px;
  }

  .about_page .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about_page .stat-item p:first-child {
    font-size: 52px;
    text-align: left;
  }

  .about_page .about-products {
    padding-top: 87px;
  }

  .about_page .custom-grid,
  .about_page .product-features {
    grid-template-columns: 1fr;
    padding-bottom: 47px;
  }

  .about_page .custom-item {
    padding-bottom: 0;
  }

  .about_page .custom-item p:first-child,
  .about_page .feature p:last-child {
    padding-top: unset;
  }

  .about_page .feature {
    padding-bottom: 16px;
  }

  .about_page .about-custom {
    padding-top: 52px;
    margin-bottom: 0;

  }

  .about_page .about-custom h2 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .product__btn_contact {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    padding-top: 69px;
  }

  .mobile-filter.product__card__body {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 560px) {
  .product-card-info {
    width: 100%;
    border-radius: unset;
    padding-bottom: 3px;
  }

  .page-hero {
    max-height: unset;
  }
}

/*ABOUT*/
.product__about._desktop .product__about__chapter._active.descr-feature {
  display: flex;
  gap: 24px;
}

.product__about._desktop .product__about__chapter._active.descr-feature .feature {
  min-width: 300px;
}

.product__about__header {
  padding-bottom: 32px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product__about__btn {
  width: 100%;
  border: unset;
  border-bottom: 1px solid rgba(20, 20, 31, 0.4);
  border-radius: unset;
  color: #14141f;
  font-size: 16px;
  font-weight: 600;
}

.product__about__btn._active,
.product__about__btn:hover {
  border-bottom: 4px solid #4878d3;
  color: #14141f;
}

.product__about__title {
  color: #1b1b28;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 0;
  opacity: 0.4;
  text-transform: uppercase;
  line-height: unset;
}

.product__about__text {
  line-height: 150%;
  color: #14141f;
  font-size: 14px;
  font-weight: 500;
}

.product__about__caption {
  line-height: 150%;
  color: #14141f;
  font-size: 14px;
  font-weight: 500;
}

.product__about__value {
  line-height: 150%;
  color: #14141f;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .product__about._desktop {
    display: block;
  }

  .product__about._adaptive {
    display: none;
    margin-top: 40px;
  }

  .product__about._desktop .product__about__chapter._active.descr-feature {
    flex-direction: column;
  }
}

/*END ABOUT*/

.catalog-sidebar-cats__scroll-btn,
.subcatalog__filter__scroll-btn {
  display: none;
}

/*SIMILIAR*/
.product .similar {
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product .similar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}

@media only screen and (max-width: 1024px) {
  .product .similar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product .similar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
  }
}

@media only screen and (max-width: 560px) {
  .product .similar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

/*END SIMILIAR*/

/*END PRODUCT DETAIL*/

/* END BASE PAGE */
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px;
  }

  .header .container {
    margin-bottom: 0;
  }

  .mobile-filter-main--block {
    display: flex;
    margin-bottom: 0;
  }

  .subcatalog__filter__list._desktop {
    display: flex;
  }

  .catalog-sidebar-cats__scroll-btn,
  .subcatalog__filter__scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(38, 54, 99, 0.08);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px 0 auto;
  }


  /*HEADER*/
  .header {
    height: unset;
  }

  .header_desktop {
    display: none;
  }

  .header_mob {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #dce1eb;
    padding: 14px 0;
  }

  .header_mob-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Mobile menu block */
  .mobile-menu {
    display: none;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 93vh;
    background-color: var(--nBlack, #14141f);
    color: #fff;
    padding: 53px 16px 16px;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    z-index: 999;
  }

  .mobile-menu.open {
    display: flex;
  }

  .mobile-menu .menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .mobile-menu .menu-list li {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .mobile-menu .menu-list a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .mobile-menu .menu-list a svg {
    stroke: #ffffff;
    fill: #ffffff;
    width: 8px;
    height: 12px;
    transform: rotate(-90deg);
    transition: all 0.1s ease;
  }

  .mobile-menu .menu-list a.active svg {
    transform: rotate(90deg);
  }

  .mobile-menu .submenu {
    display: none;
    list-style: none;
    flex-direction: column;
    gap: 12px;
  }

  .mobile-menu .submenu.active {
    display: flex;
  }

  .mobile-menu .submenu a {
    font-size: 18px;
    color: rgba(237, 236, 242, 1);
  }

  .mobile-menu .menu-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
  }

  .mobile-menu .contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
  }

  .mobile-menu .phone {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

  .mobile-menu .social i {
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
  }

  .mobile-menu .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
    padding: 27px;
    background-color: #386df3;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
  }

  .mobile-menu .btn-primary:hover {
    background-color: #2f5dd0;
  }

  /* Left icons */
  .header_mob-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .header_mob-left .header_search_btn_mob,
  .header_mob-left .header__control__favorites__mob {
    width: 24px;
    height: 24px;
    background: unset;
  }

  .header_mob-left .header_search_btn_mob,
  .header_mob-left .header__control__favorites__mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_mob-left .icon-search-mob {
    width: 20px;
    height: 20px;
    stroke: var(--nBlack);
  }

  /* Center logo */
  .header_mob-center {
    display: flex;
    align-items: center;
  }

  .header_mob .logo .icon {
    max-width: 170px;
  }

  /* Burger menu */
  .header_mob-right .burger {
    width: 32px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border: unset;
    background: unset;
  }

  .header_mob .burger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #263663;
    transition: all 0.2s ease-in-out;
  }

  .header_mob .burger.active {
    position: relative;
  }

  .header_mob .burger.active span:nth-child(3) {
    /*display: none;*/
    position: absolute;
    top: 50%;
    width: 0;
    margin: 0 auto;
    vertical-align: center;
    opacity: 0;
  }

  .header_mob .burger.active span:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }

  .header_mob .burger.active span:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
  }

  /*END HEADER*/
  /*HEADER NAVBAR*/
  .header-navbar {
    display: none;
  }

  /*END HEADER NAVBAR*/
  /*HOME SLIDER*/
  .main-page .primary {
    padding-top: 69px !important;
  }

  .main-page .primary__slide {
    padding-top: 60px;
    background-position: bottom right !important;
    min-height: 90vh;
  }

  .main-page .primary__slide__content {
    padding-inline: 30px;
  }

  .main-page .primary__slide__title {
    margin-bottom: 24px;
  }

  .main-page .primary__bottom {
    bottom: 0;
    left: 16px;
    right: 16px;
  }

  .main-page .primary__navigation {
    margin: unset;
    padding-bottom: 20px;
    width: 100%;
  }

  .main-page .primary__arrow .icon {
    height: 12px;
  }

  /*END HOME SLIDER*/
  /*PRODUCTION*/
  .main-page .production {
    padding-bottom: 80px !important;
  }

  .main-page .production .section__head {
    margin-bottom: 35px;
    padding-inline: 30px;
  }

  .production-grid {
    grid-template-columns: 1fr;
    padding-left: 4px;
    padding-right: 4px;
  }

  .production .production-item {
    max-height: 430px;
  }

  .production .item__title {
    padding: 22px 32px;
    font-size: 24px;
  }

  /*END PRODUCTION*/
  /*SECTION*/
  .section {
    padding-top: 80px !important;
  }

  /*END SECTION*/
  /*ADVANTAGE*/
  .advantage {
    padding-bottom: 80px !important;
  }

  .about-home {
    padding-inline: 30px;
    padding-bottom: 120px;
  }

  .about-home h3 {
    font-size: 44px;
    padding-bottom: 64px;
  }

  .advantage--desc-grid {
    grid-template-columns: 1fr;
  }

  .about-home .label {
    padding-bottom: 16px;
  }

  .advantage--desc-grid .btn {
    display: none;
  }

  .stats {
    gap: 16px;
  }

  .stats .stat {
    min-width: 230px;
  }

  .stats .stat h4 {
    font-size: 64px;
  }

  .trust {
    padding-top: 40px;
  }

  .trust h3 {
    font-size: 44px;
  }

  .trust .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  /*END ADVANTAGE*/
}

@media only screen and (max-width: 560px) {
  .header .container {
    margin-bottom: 0;
  }

  .product .main {
    padding-top: 70px;
  }


  .product_card_header {
    margin-bottom: 0;
  }

  /*HOME SLIDER*/
  .main-page .primary {
    padding-top: 40px !important;
  }

  .main-page .primary__slide__title {
    font-size: 32px;
  }

  .main-page .primary__slide__content {
    padding-inline: 16px;
  }

  /*END HOME SLIDER*/
  /*PRODUCTION*/
  .main-page .production {
    padding-bottom: 80px !important;
  }

  .main-page .production .section__head {
    margin-bottom: 40px;
    padding-inline: 12px;
  }

  .main-page .production .section__title {
    font-size: 32px;
  }

  .production .production-item {
    max-height: 380px;
  }

  .production .item__title {
    padding-inline: 16px;
  }

  /*END PRODUCTION*/

  /*ADVANTAGE*/
  .advantage {
    padding-top: 64px !important;
  }

  .about-home {
    padding-inline: 16px;
    padding-bottom: 100px;
  }

  .about-home h3 {
    font-size: 28px;
    line-height: 110%;
  }

  .about-home .label {
    padding-bottom: 16px;
  }

  .about-home .description {
    max-width: 320px;
  }

  .stats {
    gap: 16px;
    flex-wrap: wrap;
  }

  .stats .stat {
    min-width: unset;
  }

  .stats .stat h4 {
    font-size: 52px;
    max-width: 160px;
  }

  .stats .stat p {
    max-width: 160px;
  }

  .trust {
    padding-top: 40px;
  }

  .trust h3 {
    font-size: 28px;
  }

  .trust .trust-grid {
    grid-template-columns: 1fr;
  }

  /*END ADVANTAGE*/
}
