* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 0;
  font-weight: normal;
  border: 0;
  background: none;
  box-sizing: border-box;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Manrope", sans-serif;
  color: #161616;
}

body::-webkit-scrollbar, .table-container::-webkit-scrollbar, .products-filter__form--content::-webkit-scrollbar {
  width: 8px;
  background-color: #D6D6D6;
}

body::-webkit-scrollbar-thumb, .table-container::-webkit-scrollbar-thumb, .products-filter__form--content::-webkit-scrollbar-thumb {
  background-color: #8D8D8D;
}

.table-container::-webkit-scrollbar, .products-filter__form--content::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.header-logo, .header-menu li a, .header-social a, .btn, .header-hamburger, .header-content, .header-logo__desktop, .header-logo__adaptive, .adaptive-menu__close, .adaptive-menu__list li a, .adaptive-menu__social a, .footer-logo, .footer-social a, .footer-phone, .footer-menu li a, .footer-links a, .products-brands a, .products-filter__clear, .products-filter__form--button, .products-filter__form--link, .products-filter__form--link img, .products-filter__form--value label, .products-filter__form--checkbox, .products-filter__header h2, .products-items__order, .products-items__order span, .products-items__more img, .products-items__name, .popup-form__close, .popup-form__agreement a, .popup-form__check, .breadcrumbs a, .swiper-button-next, .swiper-button-prev, .swiper-pagination-bulle, .gallery-top .swiper-slide a img, .gallery-thumbs .swiper-slide a, .typical-text a, .popup-form__input, .typical-form__input, .typical-form__check, .partners-grid__item, .partners-grid__item img, .news-main__info a, .news-main__image img, .news-items__image img, .news-items__item .dark, .gallery-content .swiper-slide a img, .js-scroll, a.partners-main__item img, .career-links__item a, .follow_url, .js-accept-cookie, .s-cookie p a {
  transition: all 0.3s ease;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  width: 100%;
}

.wrapper {
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.text-1 {
  font-size: 14px;
  line-height: 20px;
}

.text-2 {
  font-size: 16px;
  line-height: 24px;
}

.text-3 {
  font-size: 18px;
  line-height: 25px;
}

.text-4 {
  font-size: 24px;
  line-height: 32px;
}

.text-5 {
  font-size: 40px;
  line-height: 48px;
}

.text-6 {
  font-size: 48px;
  line-height: 56px;
}

.text-7 {
  font-size: 64px;
  line-height: 72px;
}

.accent {
  color: #E3000F;
}

.dark {
  color: #161616;
}

.gray-1 {
  color: #565656;
}

.gray-2 {
  color: #B7B7B7;
}

.gray-3 {
  color: #D6D6D6;
}

.gray-4 {
  color: #EEEEEE;
}

.gray-5 {
  color: #8D8D8D;
}

.white {
  color: #FFFFFF;
}

.caps {
  text-transform: uppercase;
}

b, strong, .bold {
  font-weight: bold;
}

sup {
  vertical-align: super;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

header {
  background: #161616 url("../images/pattern.png") center no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.header-content {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.header-logo__desktop {
  height: 48px;
  width: auto;
}

.header-logo:hover {
  opacity: 0.9;
}

.header-menu {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.header-menu__active, .header-menu li a:hover {
  color: #E3000F;
}

.header-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-social a {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-social a img {
  max-width: 16px;
  height: auto;
}

.header-social a:hover {
  opacity: 0.8;
}

.btn {
  height: 40px;
  line-height: 40px;
  background-color: #E3000F;
  display: inline-block;
  border-radius: 100px;
  padding: 0 24px;
}

.btn:hover {
  opacity: 0.9;
}

.header-logo__adaptive {
  display: none;
  height: 40px;
  width: auto;
}

.header-hamburger {
  width: 24px;
  height: 16px;
  cursor: pointer;
  position: relative;
}

.header-hamburger:hover {
  opacity: 0.9;
}

.header-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
}

.header-hamburger span:nth-child(1) {
  top: 0px;
}

.header-hamburger span:nth-child(2) {
  top: 8px;
}

.header-hamburger span:nth-child(3) {
  top: 16px;
}

.header-adaptive {
  display: none;
}

header.header-active {
  background: #161616;
}

.header-active .header-content {
  padding: 16px 0;
}

.header-transparent {
  background: transparent;
  padding-top: 64px;
}

.header-transparent .header-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-transparent.header-active .header-content {
  border-bottom: none;
}

.header-transparent .header-logo__desktop, .header-transparent .header-logo__adaptive {
  height: 64px;
}

.header-transparent.header-active .header-logo__desktop {
  height: 48px;
}

.header-transparent.header-active {
  padding-top: 0;
}

.header-transparent .header-social, .header-transparent .header-button {
  display: none;
}

.header-transparent.header-active .header-social {
  display: flex;
}

.header-transparent.header-active .header-button {
  display: block;
}

.adaptive-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 5;
  padding: 48px 0;
  display: none;
}

.adaptive-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 24px;
}

.adaptive-menu__logo {
  height: 48px;
  width: auto;
}

.adaptive-menu__close {
  border-radius: 100px;
  background-color: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 32px;
  height: 32px;
}

.adaptive-menu__close img {
  width: 14px;
  height: auto;
}

.adaptive-menu__close:hover {
  opacity: 0.8;
}

.adaptive-menu__list li a:hover {
  color: #E3000F;
}

.adaptive-menu__list {
  padding: 32px 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.adaptive-menu__social img {
  filter: brightness(0);
}

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

.adaptive-menu__social a {
  border-radius: 100px;
  border: 1px solid rgba(22, 22, 22, 0.5);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adaptive-menu__social a img {
  max-width: 16px;
  height: auto;
}

.adaptive-menu__social a:hover {
  opacity: 0.6;
}

.adaptive-menu__button {
  margin-top: 24px;
}

.btn.btn__long {
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-align: center;
}

footer {
  background: #161616 url("../images/pattern.png") center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.footer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-right .btn.btn__long {
  width: -moz-fit-content;
  width: fit-content;
}

.footer-logo__desktop {
  height: 64px;
  width: auto;
}

.footer-logo__adaptive {
  height: 56px;
  width: auto;
  display: none;
}

.footer-logo:hover {
  opacity: 0.9;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social a img {
  max-width: 16px;
  height: auto;
}

.footer-social a:hover {
  opacity: 0.8;
}

.footer-phone {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.footer-phone:hover {
  opacity: 0.7;
}

.footer-button {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.footer-menu {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 48px;
}

.footer-menu__active, .footer-menu li a:hover {
  color: #E3000F;
}

.footer-links {
  display: flex;
  gap: 96px;
}

.footer-links a:hover {
  color: #B7B7B7;
}

.footer-links__right {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
}

.footer-links__left {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.oswald {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

main {
  padding-top: 104px;
  min-width: 0;
}

.section-regular {
  padding: 96px 0;
}

.section-bottom {
  padding-bottom: 96px;
}

h1, h2 {
  padding-bottom: 32px;
}

h3 {
  padding-bottom: 8px;
}

.products-brands {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.products-brands a {
  border-radius: 100px;
  border: 1px solid #D6D6D6;
  height: 40px;
  display: flex;
  line-height: 40px;
  padding: 0 16px;
}

.products-brands a.products-brands__active, .products-brands a:hover {
  color: #E3000F;
  border-color: #E3000F;
}

.form-select {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.select2-container *:focus {
  outline: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
}

.select2-dropdown {
  background-color: transparent;
}

.select2-container--default .custom-select-primary {
  height: 40px;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #161616;
  background-color: transparent;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.select2-container--default .custom-select-primary .select2-selection__rendered {
  color: #000000;
}

.select2-container .custom-select-primary .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 48px;
  line-height: 40px;
}

.select2-container--default .custom-select-primary .select2-selection__placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #161616;
}

.select2-container--default .custom-select-primary .select2-selection__arrow b {
  display: none;
}

.select2-container--default .custom-select-primary .select2-selection__arrow {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
}

.select2-container--default .custom-select-primary .select2-selection__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.7502 6.22201L12.0003 0.777771L11.2503 0L6.00016 5.44424L0.75004 6.43284e-06L0 0.777778L5.25012 6.22201L5.24996 6.22217L6 6.99994L6.00015 6.99978L6.00032 6.99995L6.75036 6.22218L6.7502 6.22201Z' fill='%23565656'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s;
  will-change: transform;
}

.select2-container--default.select2-container--open .custom-select-primary {
  border-color: #D6D6D6;
  box-shadow: none;
}

.select2-container--below.select2-container--open .custom-select-primary {
  border-bottom: 1px solid transparent !important;
}

.select2-container--above.select2-container--open .custom-select-primary {
  border-top: 1px solid transparent !important;
}

.select2-container--default.select2-container--open .custom-select-primary .select2-selection__arrow::after {
  transform: translateY(-50%) scaleY(-1);
}

.custom-dropdown-primary {
  top: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.select2-container--open .custom-dropdown-primary.select2-dropdown--below {
  border: 1px solid #D6D6D6;
  border-top: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
}

.select2-container--open .custom-dropdown-primary.select2-dropdown--above {
  border: 1px solid #D6D6D6;
  border-bottom: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
}

.select2-container--open .custom-dropdown-primary .select2-results__options {
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFFFFF;
  border-radius: 0;
}

.select2-container--open .custom-dropdown-primary .select2-search--dropdown {
  background-color: #FFFFFF;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 240px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #FFFFFF;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  width: 10px;
  height: 16px;
  background-color: #D6D6D6;
  border-radius: 0;
  border: 3px solid #FFFFFF;
}

.custom-dropdown-primary .select2-results__option {
  padding: 8px 48px 8px 12px;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #161616;
  border-bottom: none;
}

.custom-dropdown-primary .select2-results__option:last-child {
  border-bottom: none;
}

.select2-container--default .custom-dropdown-primary .select2-results__option--highlighted[aria-selected] {
  background-color: #EEEEEE;
  color: #161616;
}

.select2-container--default .custom-dropdown-primary .select2-results__option[aria-selected=true] {
  position: relative;
  font-weight: normal;
  color: #E3000F;
  background-color: #EEEEEE;
}

.select2-container--default .custom-dropdown-primary .select2-results__option[aria-disabled] {
  background-color: #FFFFFF;
}

.form-select__products {
  display: none;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 48px;
  margin-top: 48px;
}

.products-filter {
  border-radius: 24px;
  border: 1px solid #D6D6D6;
  padding: 24px;
  height: -moz-fit-content;
  height: fit-content;
}

.products-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.products-filter__header h2 {
  width: 100%;
  padding-bottom: 0 !important;
}

.products-filter__clear {
  display: flex;
  align-items: center;
  gap: 4px;
}

.products-filter__clear--image {
  display: flex;
  border-radius: 100px;
  background-color: #EEEEEE;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.products-filter__clear img {
  width: 10px;
  height: auto;
}

.products-filter__clear:hover {
  opacity: 0.7;
}

.products-filter__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.products-filter__form--search {
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  gap: 16px;
}

.products-filter__form--text {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #161616;
  width: 100%;
}

::-moz-placeholder {
  color: #B7B7B7;
}

::placeholder {
  color: #B7B7B7;
}

.products-filter__form--button {
  width: 18px;
}

.products-filter__form--button:hover {
  opacity: 0.7;
}

.products-filter__form--button img {
  width: 100%;
  height: auto;
}

.products-filter__form--link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.products-filter__form--link img {
  width: 14px;
  height: auto;
}

.products-filter__form--link:hover {
  opacity: 0.6;
}

.products-filter__form--link img {
  transform: rotate(180deg);
}

.products-filter__form--active .products-filter__form--link img {
  transform: rotate(0);
}

.products-filter__form--list {
  display: none;
}

.products-filter__form--active .products-filter__form--list {
  display: block;
}

.products-filter__form--content {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.products-filter__form--value {
  display: flex;
  gap: 8px;
}

.products-filter__form--checkbox {
  min-width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #B7B7B7;
  cursor: pointer;
}

.products-filter__form--value label:hover {
  opacity: 0.6;
  cursor: pointer;
}

.products-filter__form--checkbox:checked {
  border-color: #E3000F;
  background: url("../images/tick.svg");
}

.loader {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

.loader-content {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.loader-content img {
  width: 175px;
  height: auto;
}

.products-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.products-items__item {
  border-radius: 24px;
  background-color: #EEEEEE;
  padding: 12px;
  display: grid;
  grid-template-rows: 1fr auto;
}

.products-items__image {
  aspect-ratio: 4/3;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.products-items__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-items__info {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 4px;
  padding: 12px 0;
}

.products-items__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 100px;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
}

.products-items__order img {
  width: 10px;
  height: auto;
}

.products-items__order:hover {
  background-color: #E3000F;
}

.products-items__order:hover span {
  color: #FFFFFF;
}

.products-items__order:hover img {
  filter: brightness(0) invert(1);
}

.products-items__more:hover img {
  transform: scale(1.03);
}

.products-items__more:hover .products-items__name {
  opacity: 0.6;
}

.btn.btn__long.load-button {
  background-color: transparent;
  border: 1px solid #B7B7B7;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0 auto;
  display: block;
}

.btn.btn__long.load-button:hover {
  background-color: #E3000F;
  color: #FFFFFF;
  border-color: #E3000F;
}

.popup {
  z-index: 15;
  background-color: rgba(22, 22, 22, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 12px;
  display: none;
}

.popup-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.popup-form__flex {
  border-radius: 24px;
  background-color: #EEEEEE;
  padding: 48px 24px;
  width: 100%;
  max-width: 512px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.popup-form__text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 6px;
  height: 96px;
  padding: 12px;
  border: 1px solid transparent;
  resize: none;
}

.popup-form__text:focus {
  border-color: #D6D6D6;
}

.popup-form__input {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 48px;
  color: #161616;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 6px;
  height: 48px;
  padding: 12px;
  border: 1px solid transparent;
}

.popup-form__input:focus {
  border-color: #D6D6D6;
}

.popup-form__close {
  border-radius: 100px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 28px;
  height: 28px;
}

.popup-form__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.popup-form__close img {
  width: 12px;
  height: auto;
}

.popup-form__close:hover {
  opacity: 0.7;
}

.popup-form__info {
  display: none;
}

.popup-form__button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 512px;
}

.popup-form__submit {
  font-family: "Manrope", sans-serif;
  cursor: pointer;
}

.popup-form__checkbox {
  display: flex;
  gap: 8px;
}

.popup-form__check {
  min-width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #B7B7B7;
  cursor: pointer;
}

.popup-form__agreement {
  cursor: pointer;
}

.popup-form__agreement a:hover {
  color: #E3000F;
}

.popup-form__check:checked {
  background: url("../images/tick.svg");
}

label.error {
  color: #E3000F;
  font-size: 14px;
  line-height: 20px;
}

input.error, textarea.error {
  border-color: #E3000F !important;
}

#agreement-error {
  display: none !important;
}

.popup-form__success {
  display: none;
}

.section-breadcrumbs {
  padding: 48px 0;
}

.breadcrumbs {
  display: flex;
  gap: 8px 12px;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs img {
  width: 6px;
  height: auto;
}

.breadcrumbs a:hover {
  color: #161616;
}

.product-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.product-info__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}

.btn.btn__long.product-info__button {
  width: 192px;
}

.product-info__category {
  height: 32px;
  border: 1px solid #B7B7B7;
  border-radius: 100px;
  padding: 0 12px;
  line-height: 32px !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}

.product-info__slider {
  min-width: 0;
}

.product-info__rounded, .text-swiper__rounded {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}

.gallery-top, .gallery-content {
  z-index: 0;
}

.gallery-top .swiper-slide, .gallery-content .swiper-slide {
  aspect-ratio: 4/3;
}

.gallery-top .swiper-slide img, .gallery-content .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-thumbs {
  z-index: 0;
  margin-top: 16px;
}

.gallery-thumbs .swiper-slide a {
  aspect-ratio: 5/5;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #EEEEEE;
  display: block;
  position: relative;
}

.gallery-thumbs .swiper-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  width: 32px;
  height: 32px;
}

.swiper-button-prev {
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B7B7B7;
  border-radius: 100px;
}

.swiper-button-next {
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B7B7B7;
  border-radius: 100px;
}

.swiper-button-next img, .swiper-button-prev img {
  width: 7px;
  height: 12px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #565656;
}

.swiper-pagination-bullet {
  background: #B7B7B7;
  opacity: 1;
  width: 6px;
  height: 6px;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background: #565656;
}

.gallery-top .swiper-pagination, .gallery-content .swiper-pagination {
  display: none;
  bottom: 12px !important;
}

.gallery-thumbs {
  padding-bottom: 24px;
}

.gallery-thumb .swiper-pagination {
  bottom: 0 !important;
}

.gallery-top .swiper-slide a:hover img, .gallery-content .swiper-slide a:hover img {
  transform: scale(1.03);
}

.gallery-thumbs .swiper-slide a:hover, .gallery-thumbs .swiper-slide-thumb-active a {
  border-color: #D6D6D6;
}

.typical-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 48px;
}

.typical-grid__wrapper {
  max-width: 992px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  min-width: 0;
}

.typical-grid__image img {
  width: 100%;
  height: auto;
}

.typical-text p, .typical-text ul li, table tr, table td, table th {
  font-size: 16px;
  line-height: 24px;
}

.typical-text ul li {
  margin-bottom: 16px;
  background-image: url("../images/bullet.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left top;
  padding-left: 32px;
}

.typical-text a:not(.btn) {
  color: #E3000F;
  border-bottom: 1px solid rgba(227, 0, 15, 0.2);
}

.typical-text a:not(.exclude-hover):hover {
  border-bottom-color: transparent;
  opacity: 0.8;
}

.typical-text h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 12px;
}

.product-additional {
  margin-top: 48px;
}

.typical-text h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.typical-text h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.typical-text p + h3, .typical-text ul + h3, .typical-text div + h3 {
  margin-top: 24px;
}

.typical-text p + h4, .typical-text ul + h4, .typical-text div + h4 {
  margin-top: 24px;
}

.typical-text p + h2, .typical-text ul + h2, .typical-text div + h2 {
  margin-top: 24px;
}

table td, table th {
  padding: 4px;
  vertical-align: top;
  border-collapse: collapse;
}

table th {
  border-bottom: 2px solid #EEEEEE;
  text-align: left;
}

table {
  border: 2px solid #EEEEEE;
  border-radius: 8px;
  min-width: 100%;
  padding: 4px;
}

.table-container {
  overflow-x: auto;
  padding: 4px;
  display: flex;
}

.body-text .typical-text {
  background: none;
}

.body-text main {
  background: url("../images/text.png") top right no-repeat;
  background-size: contain;
}

.section-gray {
  background-color: #EEEEEE;
}

.products-items__alt {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.products-items__alt .products-items__item {
  background-color: #FFFFFF;
}

.products-items__alt .products-items__order {
  background-color: #EEEEEE;
}

.products-items__alt .products-items__image {
  border: 1px solid #EEEEEE;
}

.products-items__alt .products-items__order:hover {
  background-color: #E3000F;
}

.typical-form__flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.typical-form__heading, .typical-form__info {
  display: none;
}

.typical-form__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.typical-form__input {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 48px;
  color: #161616;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 6px;
  height: 48px;
  padding: 12px;
  border: 1px solid transparent;
}

.typical-form__input:focus {
  border-color: #D6D6D6;
}

.typical-form__checkbox {
  display: flex;
  gap: 8px;
}

.typical-form__checkbox {
  display: flex;
  gap: 8px;
}

.typical-form__check {
  min-width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #B7B7B7;
  cursor: pointer;
}

.typical-form__agreement {
  cursor: pointer;
}

.typical-form__agreement a:hover {
  color: #E3000F;
}

.typical-form__check:checked {
  background: url("../images/tick.svg");
}

.typical-form__submit {
  font-family: "Manrope", sans-serif;
  cursor: pointer;
}

.typical-form__column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.partners-grid__item {
  border-radius: 24px;
  border: 1px solid #EEEEEE;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #FFFFFF;
}

.partners-grid__logo {
  display: flex;
  padding: 16px;
  aspect-ratio: 16/9;
  background-color: #EEEEEE;
  max-width: 192px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-bottom: 12px;
}

.partners-grid__logo img {
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
}

a.partners-grid__item:hover img {
  transform: scale(1.03);
}

a.partners-grid__item:hover {
  border-color: #D6D6D6;
}

.section-reduced {
  padding: 96px 0 64px 0;
}

.news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.news-header h1, .news-header h2 {
  padding-bottom: 0;
}

.form-select__year {
  min-width: 192px;
}

.section-small {
  padding: 48px 0;
}

.section-top {
  padding-top: 48px;
}

.news-main {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 64px;
  align-items: center;
}

.news-main__image {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.news-main__image:hover img {
  transform: scale(1.03);
}

.news-main__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-main__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-main__info a:hover {
  opacity: 0.6;
}

.news-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.news-items__image {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 8px;
}

.news-items__image:hover img {
  transform: scale(1.03);
}

.news-items__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-items__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-items__item:hover .dark {
  opacity: 0.6;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.text-swiper__rounded {
  margin: 24px 0;
}

.info-banner {
  padding: 96px 48px;
  border-radius: 24px;
  margin: 48px 0;
  background: url("../images/text.png") top right no-repeat #EEEEEE;
  background-size: cover;
}

.info-banner p {
  width: 50%;
}

.info-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.info-icons__item {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #D6D6D6;
}

.info-icons__item img {
  height: 64px;
  width: auto;
}

.info-banner.info-banner__about {
  margin-top: 16px;
}

.section-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  background-size: 256px;
  min-width: 0;
}

.advantages-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-top: 16px;
}

.advantages-list__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.advantages-list__item img {
  width: 40px;
  height: auto;
}

.products-items__brands .products-items__more {
  margin-bottom: 12px;
}

.products-items__brands .products-items__image {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: #FFFFFF;
}

.products-items__brands .products-items__image img {
  position: relative;
  height: auto;
  max-width: 192px;
}

.typical-text p.text-3 {
  font-size: 18px;
  line-height: 25px;
}

.qr-image {
  width: 144px;
  height: auto;
  margin-top: 12px;
}

.map {
  min-width: 0;
}

#map {
  border-radius: 24px;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}

#map [class*=ymaps-2][class*=-ground-pane] {
  -webkit-filter: grayscale(100%);
  border-radius: 100%;
}

.section-columns__center {
  align-items: center;
}

.section-columns.section-columns__center {
  background-position: center;
}

.hero-banner {
  height: 100svh;
  background-color: #161616;
  color: #FFFFFF;
}

.body-main main {
  padding: 0;
}

.hero-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.hero-banner__info {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-banner__info .container {
  height: 100%;
}

.hero-banner__info .section-columns {
  height: 100%;
  background: none;
  align-items: flex-end;
  padding-bottom: 96px;
}

.btn.hero-banner__btn {
  margin-top: 32px;
  width: 224px;
  height: 56px;
  line-height: 56px;
}

.hero-banner__social .footer-social {
  justify-content: flex-end;
}

.hero-banner__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.js-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  height: 48px;
  width: 48px;
}

.js-scroll img {
  width: 16px;
  height: auto;
}

.js-scroll:hover {
  opacity: 0.7;
}

.btn.hero-banner__btn.exclude-hover {
  margin-top: 12px;
}

.partners-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
  padding-top: 16px;
}

.partners-main__item {
  background-color: #EEEEEE;
  border-radius: 100px;
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.partners-main__item img {
  width: 100%;
  height: auto;
  max-width: 128px;
  mix-blend-mode: darken;
}

a.partners-main__item:hover img {
  transform: scale(1.03);
}

.btn.btn__ghost {
  background-color: transparent;
  border: 1px solid #B7B7B7;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.btn.btn__ghost:hover {
  opacity: 1;
  background-color: #161616;
  color: #FFFFFF;
  border-color: #161616;
}

.news-header__main {
  margin-bottom: 32px;
}

.body-width .wrapper *:not(footer *):not(.btn.btn__ghost) {
  min-width: 0;
}

.news-content__buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 32px;
  gap: 8px;
}

.news-content .swiper-button-next, .news-content .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.news-content .swiper-pagination {
  display: none;
}

.section-border .section-columns {
  border-top: 1px solid #D6D6D6;
}

.section-border .section-columns {
  background: none;
  padding-top: 32px;
}

p span {
  color: #E3000F;
}

.section-columns__empty {
  background-image: none;
}

.typical-text__icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.typical-text__icon {
  display: flex;
  gap: 12px;
  align-items: center;
}

.typical-text__icon img {
  width: 32px;
  height: auto;
}

.career-image {
  aspect-ratio: 4/3;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.career-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-background {
  background: url("../images/pattern.png") top right no-repeat #EEEEEE;
  background-size: contain;
}

.section-programs .info-icons {
  margin-top: 48px;
}

.section-programs .info-icons__item {
  gap: 12px;
}

.career-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.career-links__item {
  display: flex;
  border-bottom: 1px solid #D6D6D6;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 8px;
}

.follow_url {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.career-links__item a:hover {
  opacity: 0.7;
}

.follow_url:hover {
  opacity: 0.7;
}

.products-filter__form--content {
  max-height: 200px;
  overflow: hidden;
  overflow-y: visible;
  position: relative;
  padding-right: 16px;
}

table td p {
  margin-top: 8px;
}

.s-cookie {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background-color: #161616;
  padding: 12px 0;
  color: #fff;
  display: none;
}

.s-cookie p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.s-cookie p a {
  color: #fff;
  opacity: 0.8;
}

.s-cookie p a:hover {
  opacity: 1;
  color: #fff;
}

.s-cookie-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.js-accept-cookie {
  display: block;
  width: 128px;
  height: 32px;
  background-color: #E3000F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  border-radius: 100px;
}

.js-accept-cookie:hover {
  opacity: 0.8;
}

.swiper-button-lock {
  display: none;
}

@media screen and (max-width: 1360px) {
  .header-menu {
    gap: 16px;
  }
  .header-transparent .header-menu {
    gap: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .section-reduced {
    padding: 80px 0 48px 0;
  }
  .header-logo__adaptive {
    display: block;
  }
  .header-logo__desktop {
    display: none;
  }
  .header-transparent {
    padding-top: 48px;
  }
  footer {
    padding: 64px 0;
  }
  .footer-menu {
    padding: 24px 0 64px 0;
    margin-top: 32px;
  }
  .section-regular {
    padding: 80px 0;
  }
  .section-bottom {
    padding-bottom: 80px;
  }
  .text-6 {
    font-size: 40px;
    line-height: 48px;
  }
  .text-7 {
    font-size: 48px;
    line-height: 56px;
  }
  .products-filter {
    padding: 16px;
  }
  .products-grid {
    gap: 24px;
  }
  .popup-form__flex {
    padding: 32px 16px;
    gap: 16px;
  }
  .text-5 {
    font-size: 32px;
    line-height: 40px;
  }
  .product-info {
    gap: 24px;
  }
  .typical-form__flex {
    gap: 16px;
  }
  .typical-form__column {
    gap: 16px;
  }
  .partners-grid {
    gap: 24px;
  }
  h1, h2 {
    padding-bottom: 24px;
  }
  .news-header__main {
    margin-bottom: 24px;
  }
  .news-main {
    gap: 32px;
  }
  .news-items {
    gap: 24px;
  }
  .info-banner {
    padding: 64px 32px;
    margin: 32px 0;
  }
  .info-icons {
    gap: 32px;
  }
  .info-icons__item {
    padding-left: 24px;
    gap: 16px;
  }
  .section-columns {
    gap: 96px;
  }
  .section-columns {
    background-size: 192px;
  }
  .partners-main__item img {
    max-width: 112px;
  }
  .section-programs .info-icons {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1156px) {
  .header-menu, .header-social, .header-button {
    display: none;
  }
  .header-adaptive {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
  }
  .header-content {
    padding: 24px 0;
  }
  .header-transparent .header-adaptive .btn {
    display: none;
  }
  .header-transparent.header-active .header-social, .header-transparent.header-active .header-button {
    display: none;
  }
  .header-transparent.header-active .header-logo__adaptive {
    height: 40px;
  }
  main {
    padding-top: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .header-transparent .header-logo__desktop, .header-transparent .header-logo__adaptive {
    height: 48px;
  }
  .footer-logo__desktop {
    display: none;
  }
  .footer-logo__adaptive {
    display: block;
  }
  .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0 48px 0;
    margin-top: 24px;
  }
  .footer-links {
    flex-direction: column;
    gap: 24px;
  }
  footer {
    padding: 48px 0;
  }
  .section-regular {
    padding: 64px 0;
  }
  .section-bottom {
    padding-bottom: 64px;
  }
  .products-brands {
    display: none;
  }
  .form-select__products {
    display: block;
  }
  .text-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .typical-text p.text-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .products-filter__submit {
    display: none;
  }
  .products-filter__header h2 {
    cursor: pointer;
  }
  .products-filter__header h2:hover {
    opacity: 0.6;
  }
  .text-4 {
    font-size: 20px;
    line-height: 27px;
  }
  .section-breadcrumbs {
    padding: 32px 0;
  }
  .text-5 {
    font-size: 24px;
    line-height: 32px;
  }
  .typical-grid__wrapper {
    gap: 12px;
  }
  .typical-text h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 8px;
  }
  .typical-text h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .typical-text p + h2, .typical-text ul + h2, .typical-text div + h2 {
    margin-top: 16px;
  }
  .typical-grid {
    grid-template-columns: 1fr;
  }
  .typical-grid__image {
    display: none;
  }
  .products-items.products-items__alt {
    grid-template-columns: 1fr 1fr;
  }
  .partners-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .partners-grid__logo {
    max-width: 160px;
  }
  .section-reduced {
    padding: 64px 0 48px 0;
  }
  .news-header {
    gap: 12px;
  }
  .form-select__year {
    min-width: 144px;
  }
  .news-main {
    gap: 24px;
  }
  .news-items {
    grid-template-columns: 1fr 1fr;
  }
  .text-swiper__rounded {
    margin: 16px 0;
  }
  .info-icons {
    gap: 32px;
  }
  .info-icons__item img {
    height: 48px;
  }
  .section-columns {
    gap: 80px;
  }
  .section-columns {
    background-size: 160px;
  }
  .advantages-list {
    gap: 24px;
  }
  .products-items.products-items__brands {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .qr-image {
    width: 128px;
    margin-top: 8px;
  }
  .hero-banner__info .section-columns {
    padding-bottom: 80px;
  }
  .partners-main {
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 8px;
  }
  .partners-main__item img {
    max-width: 96px;
  }
  .typical-text__icon img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header-transparent {
    padding: 0;
  }
  .header-transparent .header-logo__adaptive {
    height: 40px;
  }
  .footer-logo__adaptive {
    height: 48px;
  }
  .text-2 {
    font-size: 14px;
    line-height: 20px;
  }
  .popup-form__input, .popup-form__text, .typical-form__input {
    font-size: 14px;
  }
  .footer-social a {
    width: 32px;
    height: 32px;
  }
  .footer-right {
    gap: 24px;
  }
  .footer-menu {
    padding-bottom: 32px;
  }
  .section-regular {
    padding: 48px 0;
  }
  .section-bottom {
    padding-bottom: 48px;
  }
  h1, h2 {
    padding-bottom: 16px;
  }
  .product-info__description {
    margin-bottom: 24px;
  }
  .products-grid {
    margin-top: 32px;
  }
  .text-6 {
    font-size: 32px;
    line-height: 40px;
  }
  .text-7 {
    font-size: 40px;
    line-height: 48px;
  }
  .products-items {
    grid-template-columns: 1fr 1fr;
  }
  .product-info {
    grid-template-columns: 1fr;
  }
  .gallery-thumbs {
    display: none;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .gallery-top .swiper-pagination, .gallery-content .swiper-pagination {
    display: block;
  }
  .typical-text p, .typical-text ul li, table tr, table td, table th {
    font-size: 14px;
    line-height: 20px;
  }
  .section-reduced {
    padding: 48px 0 32px 0;
  }
  .section-small {
    padding: 32px 0;
  }
  .section-top {
    padding-top: 32px;
  }
  .news-main {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-main__info {
    gap: 8px;
  }
  .news-items__image {
    margin-bottom: 4px;
  }
  .text-swiper__rounded {
    margin: 12px 0;
  }
  .info-banner p {
    width: 100%;
  }
  .info-banner {
    padding: 48px 24px;
  }
  .typical-text h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-columns {
    background: none;
  }
  .advantages-list {
    grid-template-columns: 1fr 1fr;
  }
  .btn.hero-banner__btn {
    margin-top: 24px;
    width: 192px;
    height: 48px;
    line-height: 48px;
  }
  .hero-banner__info .section-columns {
    padding-bottom: 48px;
  }
  .partners-main {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .news-content {
    padding-bottom: 32px;
  }
  .news-content .swiper-pagination {
    display: block;
  }
  .section-border .section-columns {
    padding-top: 24px;
  }
  .section-programs .info-icons {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .footer-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .popup-form {
    gap: 12px;
  }
  .typical-form__column {
    grid-template-columns: 1fr;
  }
  .partners-grid {
    grid-template-columns: 1fr;
  }
  .news-items {
    grid-template-columns: 1fr;
  }
  .info-icons {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .advantages-list {
    grid-template-columns: 1fr;
  }
  .products-items.products-items__brands {
    grid-template-columns: 1fr;
  }
  .partners-main {
    grid-template-columns: 1fr 1fr;
  }
  .career-links__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 16px;
  }
  .s-cookie-wrapper {
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
    text-align: center;
  }
  .partners-grid__item {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-right {
    flex-wrap: wrap;
    width: 100%;
  }
  .products-items {
    grid-template-columns: 1fr;
  }
  .products-items.products-items__alt {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 375px) {
  .btn {
    padding: 0 12px;
  }
  .header-content {
    gap: 16px;
  }
  .header-adaptive {
    gap: 16px;
  }
  .text-7 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (orientation: landscape) and (pointer: coarse) and (hover: none) {
  .adaptive-menu__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-banner__info .section-columns {
    padding-bottom: 32px;
    grid-template-columns: 1fr 1fr;
  }
  .text-7 {
    font-size: 32px;
    line-height: 40px;
  }
}/*# sourceMappingURL=style.css.map */