

/* Start:/frontend/css/main.css?1775659065134556*/
@charset "UTF-8";
@import '/frontend/css/../css/lib/swiper-bundle.min.css';
@import '/frontend/css/../css/lib/jquery.fancybox.min.css';
@font-face {
  font-family: "Roboto";
  src: url("/frontend/css/../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; /* regular */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/frontend/css/../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300; /* light */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/frontend/css/../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; /* medium */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/frontend/css/../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; /* bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/frontend/css/../fonts/RobotoCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/frontend/css/../fonts/RobotoCondensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* light */
/* normal */
/* medium */
/* bold */
/* semibold */
/* extrabold */
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

p, div, option, h1 {
  margin: 0;
}

select:focus-visible {
  outline: 0;
}

h1 {
  font-size: 32px;
  letter-spacing: -0.03em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

img {
  max-width: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
}
a:focus {
  border: 0;
  outline: 0;
}

input:focus {
  outline: none;
}

input::-webkit-search-cancel-button {
  display:none;
}

input::-webkit-search-decoration{
  display:none;
}

input[type="search"]{
  appearance:none;
}

.container {
  width: 100%;
  padding: 0 8px;
  margin: 0 auto;
  /*@media (max-width: 1679px) {
     width: 1200px;
  }
  @media (max-width: 1279px) {
      width: 968px;
  }
  @media (max-width: 1023px) {
       width: 100%;
  }*/
}

main .container, footer .container {
  background: #F6F6F6;
}

main {
  overflow: hidden;
}
main .container1 {
  border-radius: 24px 24px 0 0;
}

footer .container {
  padding-bottom: 8px;
  border-radius: 0 0 24px 24px;
}

.title-general {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .title-general {
    font-size: 24px;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
  }
}

.text-general {
  opacity: 0.48;
}
@media (max-width: 767px) {
  .text-general {
    font-size: 14px;
  }
}

.main__general {
  padding-top: 8px;
  background: #F6F6F6;
}

.slider__buttons .left__arrow, .slider__buttons .right__arrow {
  transition: background 0.3s ease;
}
.slider__buttons .left__arrow svg path, .slider__buttons .right__arrow svg path {
  transition: stroke 0.3s ease;
}
.slider__buttons .left__arrow:not(.swiper-button-lock):hover,
.slider__buttons .right__arrow:not(.swiper-button-lock):hover {
  background: #007F97;
}
.slider__buttons .left__arrow:not(.swiper-button-lock):hover svg path, .slider__buttons .right__arrow:not(.swiper-button-lock):hover svg path {
  stroke: #ffffff;
}

.general__pagination {
  height: 4px;
  margin-top: 4px;
  margin-left: 15px;
  display: none;
}
@media (max-width: 767px) {
  .general__pagination {
    display: flex;
    column-gap: 4px;
  }
}
.general__pagination span {
  display: block;
}
.general__pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.16;
  margin: 0 !important;
}
.general__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.general__buttons {
  display: flex;
  column-gap: 8px;
}
@media (max-width: 767px) {
  .general__buttons {
    display: none;
  }
}
.general__buttons .left-buttons, .general__buttons .right-buttons {
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.general__buttons .left-buttons.swiper-button-disabled, .general__buttons .right-buttons.swiper-button-disabled {
  opacity: 0.48;
}
.general__buttons .left-buttons path, .general__buttons .right-buttons path {
  transition: stroke 0.3s ease;
}
.general__buttons .left-buttons:hover path, .general__buttons .right-buttons:hover path {
  stroke: #007F97;
}
.general__buttons .left-buttons.swiper-button-disabled:hover path, .general__buttons .right-buttons.swiper-button-disabled:hover path {
  stroke: #000000;
}
.general__button-red, .general__button-white {
  color: #ffffff;
  background: #EC1B24;
  font-weight: 700;
  border-radius: 8px;
  padding: 16px 24px;
  white-space: nowrap;
  transition: all 0.1s ease;
}
@media (max-width: 1023px) and (min-width: 767px) {
  .general__button-red, .general__button-white {
    padding: 11px 16px;
    line-height: 1;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .general__button-red:hover {
    background: #007F97;
  }
}
.general__button-red:active {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(to left, #007f97, #007f97);
}
.general__button-white {
  background: #ffffff;
  color: #EC1B24;
}
@media (hover: hover) {
  .general__button-white:hover {
    background: #007F97;
    color: #ffffff;
  }
}
.general__button-white:active {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(to left, #007f97, #007f97);
  color: #ffffff;
}

.general__bg {
  position: absolute;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
}
.general__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.general__checkbox .option {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
.general__checkbox .option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.general__checkbox .option span {
  line-height: 110%;
  font-weight: 500;
  user-select: none;
  padding-left: 28px;
  position: relative;
  display: block;
  letter-spacing: -0.03px;
}
.general__checkbox .option span sup {
  position: relative;
  top: 3px;
  line-height: 50%;
}
.general__checkbox .option span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #000000;
  opacity: 0.48;
  transition: all 0.2s ease;
  background-color: white;
  box-sizing: border-box;
}
.general__checkbox .option span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  background-color: #007f97;
  border-radius: 2px;
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.general__checkbox .option input:checked + span::before {
  border-color: #007f97;
  opacity: 1;
}
.general__checkbox .option input:checked + span::after {
  animation: scaleIn 0.2s ease-out forwards;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header .container {
  padding: 24px 48px 0 48px;
  position: relative;
}
@media (max-width: 767px) {
  .header .container {
    padding: 24px 24px 0 24px;
  }
}
.header .container-active {
  background: #ffffff;
  border-radius: 0px !important;
  height: 114px;
}
@media (max-width: 1023px) {
  .header .container-active {
    padding-bottom: 24px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .header .container-active {
    padding-bottom: 0 !important;
  }
}
.header__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .header__cont {
    justify-content: flex-start;
  }
}
.header__cont .logo {
  line-height: normal;
  display: block;
}
@media (max-width: 767px) {
  .header__cont .logo {
    margin-right: 20px;
  }
}
.header__cont .logo svg {
  display: block;
}
@media (max-width: 1023px) {
  .header__cont .logo svg {
    max-height: 34px;
    width: auto;
  }
}
@media (max-width: 900px) {
  .header__cont .logo svg {
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  .header__cont .logo svg {
    max-height: 34px;
  }
}

.header__info,
.header__info-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.header__info {
  gap: 8px;
}

.header__info-inner {
  position: relative;
}

.header__info ul {
  display: flex;
  column-gap: 24px;
  margin-right: 27px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .header__info ul {
    column-gap: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 900px) {
  .header__info ul {
    font-size: 12px;
    column-gap: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .header__info ul {
    display: none;
  }
}
.header__info ul li a, .header__info ul .catalog {
  color: #ffffff;
  white-space: nowrap;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .header__info ul li a:hover, .header__info ul .catalog:hover {
    color: #007F97;
  }
}
@media (max-width: 1279px) {
  .header__info ul li a, .header__info ul .catalog {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .header__info ul li a, .header__info ul .catalog {
    font-size: 12px;
  }
}
.header__info-active ul li a, .header__info-active ul .catalog {
  color: #000000;
}
@media (max-width: 767px) {
  .header__button {
    display: none;
  }
}
.header__language {
  margin-right: 32px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1279px) {
  .header__language {
    margin-right: 16px;
  }
}
@media (max-width: 900px) {
  .header__language {
    margin-right: 12px;
  }
}
.header__language svg path {
  transition: fill 0.3s ease;
}

.header__language .language {
  transition: color 0.3s ease;
}
@media (max-width: 1279px) {
  .header__language .language {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .header__language .language {
    font-size: 12px;
  }
}
.header__language::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
  background: transparent;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .header__language:hover .header__language-cont {
    display: block;
  }
}
.header__language::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 60px;
  bottom: -40px;
  left: 0;
}
@media (max-width: 767px) {
  .header__language::after {
    display: none;
  }
}
.header__language-cont {
  position: absolute;
  bottom: -140px;
  left: -10px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  width: 130px;
  display: none;
  z-index: 3;
  box-shadow: 0px 3px 50.2px 0px rgba(0, 0, 0, 0.15);
}
.header__language-item {
  padding-left: 11px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  column-gap: 11px;
  height: 38px;
}
.header__language-item span {
  color: #000000;
}
.header__language-item span:nth-of-type(1) {
  font-weight: 700;
}
.header__language-item span:nth-of-type(2) {
  font-weight: 400;
}
.header__language-active span {
  color: #EC1B24;
}
.header .language-active {
  color: #000000;
}
.header .language-active svg path {
  fill: #000000;
}
.header__general {
  position: relative;
  z-index: 20;
  height: 114px;
  width: 100%;
  background: #F6F6F6;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .header__general {
    height: auto;
  }
}
.header__general .container {
  height: 100%;
  padding-top: 24px;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
}
@media (max-width: 1023px) {
  .header__general .container {
    padding: 24px;
  }
}
.header__general ul li a, .header__general ul .catalog {
  color: #000000;
}
.header__general .header__language {
  color: #000000;
  position: relative;
}
.header__general .header__language svg path {
  fill: #000000 !important;
}
.header__general .header__mobile {
  position: absolute;
  width: 100%;
  z-index: 20;
  padding-top: 0;
  margin-top: -2px;
  height: 730px;
}
.header__general .container-active {
  padding-bottom: 24px !important;
}
.header__search {
  background: #ffffff;
  border-radius: 8px;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  border: 0;
  cursor: pointer;
}
.header__search:hover {
  background: #007F97;
}
.header__search:active {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(to left, #007f97, #007f97);
}
.header__search:hover svg circle, .header__search:hover svg path {
  stroke: #ffffff;
}
.header__search:active svg circle, .header__search:active svg path {
  stroke: #ffffff;
}
@media (max-width: 1023px) and (min-width: 767px) {
  .header__search {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .header__search {
    display: none;
  }
}
.header__burger {
  display: none;
  width: 34px;
  height: 34px;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header__burger {
    margin-left: auto;
  }
}
.header__burger span {
  height: 2px;
  width: 18px;
  display: block;
  background: #000000;
  border-radius: 32px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2px;
  }
}
.header .header__burger.active span:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}
.header .header__burger.active span:nth-child(2) {
  transform: translateY(-2px) rotate(-45deg);
}
.header__menu {
  background: #ffffff;
  padding: 48px 48px 48px;
  display: none;
  border-radius: 0 0 24px 24px;
  position: relative;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .header__menu {
    padding: 24px 24px 24px;
  }
}
@media (max-width: 767px) {
  .header__menu {
    display: none !important;
  }
}
.header__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 96px);
  height: 1px;
  background-color: #D9D9D9;
}
@media (max-width: 1023px) {
  .header__menu::before {
    width: calc(100% - 48px);
  }
}
.header__menu.active {
  display: flex;
}
.header__category {
  display: flex;
  row-gap: 24px;
  flex-direction: column;
  flex-basis: 324px;
  margin-right: 148px;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .header__category {
    margin-right: 48px;
  }
}
@media (max-width: 1400px) {
  .header__category {
    flex-basis: 200px;
    margin-right: 50px;
  }
}
@media (max-width: 1100px) {
  .header__category {
    flex-basis: 150px;
    margin-right: 30px;
  }
}
@media (max-width: 890px) {
  .header__category {
    flex-basis: 200px;
    margin-right: 150px;
  }
}
.header__category li {
  font-size: 24px;
  cursor: pointer;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
  max-width: 310px;
}
@media (max-width: 1400px) {
  .header__category li {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .header__category li {
    font-size: 16px;
  }
}
@media (max-width: 890px) {
  .header__category li {
    font-size: 18px;
  }
}
.header__category li.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 58%;
  transform: translateY(-58%);
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M1 9L5 5L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1400px) {
  .header__category li.active::after {
    right: -12px;
  }
}
.header__subcategories {
  flex-basis: 181px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .header__subcategories {
    margin-right: 20px;
  }
}
@media (max-width: 1100px) {
  .header__subcategories {
    margin-right: 10px;
  }
}
.header__subcategories ul {
  display: none;
}
.header__subcategories ul li {
  font-size: 14px;
  opacity: 0.48;
}
@media (max-width: 1100px) {
  .header__subcategories ul li {
    font-size: 12px;
  }
}
@media (max-width: 890px) {
  .header__subcategories ul li {
    font-size: 16px;
  }
}
.header__subcategories ul.active {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.header__products {
  margin-left: auto;
}
.header__products-case {
  display: none;
}
.header__products-item {
  width: 342px;
  padding: 16px 24px 32px 24px;
  border: 1px solid #EBEBEB;
}
@media (max-width: 990px) {
  .header__products-item {
    padding: 16px;
  }
}
@media (max-width: 1300px) {
  .header__products-item {
    width: 250px;
  }
}
@media (max-width: 990px) {
  .header__products-item {
    width: 180px;
  }
}
.header__products-item .logo, .header__products-item .image, .header__products-item .info, .header__products-item .title {
  display: block;
}
.header__products-item .logo {
  margin-bottom: 14px;
}
.header__products-item .image {
  height: 239px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__products-item .info {
  margin-bottom: 8px;
  opacity: 0.48;
  font-size: 14px;
  letter-spacing: -0.02em;
}
@media (max-width: 990px) {
  .header__products-item .info {
    font-size: 12px;
  }
}
.header__products-item .title {
  letter-spacing: -0.03em;
  font-weight: 500;
  transition: color 0.3s ease;
}
@media (max-width: 990px) {
  .header__products-item .title {
    font-size: 14px;
  }
}
.header__products-item:hover .title {
  color: #EC1B24;
}
.header__products-case.active {
  display: flex;
}
@media (max-width: 890px) {
  .header__products-case.active {
    display: none;
  }
}
.header__products-item:not(:last-child) {
  border-right: none;
}
.header__category, .header__subcategories, .header__products {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.header .header__menu.active .header__category,
.header .header__menu.active .header__subcategories,
.header .header__menu.active .header__products {
  opacity: 1;
  visibility: visible;
}
.header__mobile {
  display: none;
  background: #ffffff;
  padding: 22px 16px 100px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  height: 752px;
  border-radius: 0 0 24px 24px;
  flex-direction: column;
}
.header__search-mobile {
  width: 100%;
  margin-bottom: 20px;
  height: 45px;
  padding: 12px 37px 12px 17px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #F9F9F9;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.90909' cy='6.90909' r='5.90909' stroke='black' stroke-width='2'/%3E%3Cpath d='M11.6362 11.6362L13.9999 13.9999' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 15px 15px;
}
.header__search-mobile::placeholder {
  color: #8D8D8D;
}
.header__search-mobile:focus {
  outline: none;
}
.header .mobile-menu {
  overflow: hidden;
  position: relative;
  overflow-y: auto;
}
.header .mobile-menu__button {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 32px);
  text-align: center;
}
.header .mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .mobile-menu__item-parent .mobile-menu__icon-arrow {
  transition: transform 0.3s ease;
}
.header .mobile-menu__item-parent.is-open > .mobile-menu__row .mobile-menu__icon-arrow {
  transform: rotate(90deg);
}
.header .mobile-menu .mobile-menu__item-parent.is-open > .mobile-menu__row .mobile-menu__text {
  color: #EC1B24;
}
.header .mobile-menu .is-open.mobile-menu__item-parent > .mobile-menu__row {
  justify-content: flex-start;
}
.header .mobile-menu .is-open.mobile-menu__item-parent > .mobile-menu__row .mobile-menu__icon-red {
  display: block;
  margin-right: 7px;
}
.header .mobile-menu .is-open.mobile-menu__item-parent > .mobile-menu__row .mobile-menu__icon-arrow {
  display: none;
}
.header .mobile-menu .mobile-menu__inner-list {
  margin-bottom: 20px;
}
.header .mobile-menu .mobile-menu__inner-item:nth-of-type(1) {
  border-top: 1px solid #F3F3F3;
}
.header .mobile-menu .mobile-menu__inner-item {
  border-bottom: 1px solid #F3F3F3;
}
.header .mobile-menu .mobile-menu__inner-item .mobile-menu__text {
  padding-left: 25px;
  height: 45px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.header .mobile-menu__subitem-parent .mobile-menu__icon-check {
  transition: transform 0.3s ease;
}
.header .mobile-menu__subitem-parent.is-open > .mobile-menu__row .mobile-menu__icon-check {
  transform: rotate(180deg);
}
.header .mobile-menu__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  cursor: pointer;
}
.header .mobile-menu__text {
  font-size: 20px;
  font-weight: 700;
}
.header .mobile-menu__icon {
  flex-shrink: 0;
  margin-right: 6px;
}
.header .mobile-menu__icon-red {
  display: none;
}
.header .mobile-menu__icon-arrow path, .header .mobile-menu__icon-check path {
  stroke: #212121;
}
.header .mobile-menu__sublist {
  display: none;
}
.header .mobile-menu__inner-list {
  display: none;
}
.header .mobile-menu__inner-list .mobile-menu__row {
  padding-left: 48px;
}
.header .mobile-menu .is-open > .mobile-menu__sublist,
.header .mobile-menu .is-open > .mobile-menu__inner-list {
  display: block;
}

.header-search {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  transition: width 0.25s ease;
}

@media (max-width: 1023px) {
  .header-search {
    display: none !important;
  }
}

.header.is-search-open .header-search {
  display: block;
}

.header-search .container {
  padding: 24px 48px 0 48px;
}

.header-search__form {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #EBEBEB;
  height: 53px;
  overflow: hidden;
}

@media (max-width: 1023px) and (min-width: 767px) {
  .header-search__form {
    height: 38px;
  }
}

.header-search__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  pointer-events: none;
  z-index: 4;
}

.header-search__input {
  width: 100%;
  padding: 3px 0 0 20px;
  font-size: 16px;
  border: none;
}

@media (max-width: 1023px) and (min-width: 767px) {
  .header-search__input {
    padding: 1px 0 0 10px;
    font-size: 14px;
  }
}

.header-search__submit {
  border: none;
  outline: none;
  padding-right: 23px;
  background: transparent;
  cursor: pointer;
}

.header-search__close {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #D9D9D9;
  padding: 0 21px 0 23px;
  background: transparent;
  cursor: pointer;
}

.header-search__submit,
.header-search__close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17px;
}

.header-search__suggestions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #EBEBEB;
  margin-top: 6px;
  padding: 23px 21px;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

@media (max-width: 1023px) and (min-width: 767px) {
  .header-search__suggestions {
    padding: 16px;
    gap: 12px;
  }
}

.header-search__suggestions.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.header-search__suggestion {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  gap: 12px;
}

@media (max-width: 1023px) and (min-width: 767px) {
  .header-search__suggestion {
    font-size: 14px;
  }
}

.header-search__suggestion::before {
  content: '';
  background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='black' stroke-width='2'/%3E%3Cpath d='M10 10L12 12' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
}

.novelty .container {
  padding: 0 0 48px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .novelty .container {
    padding: 0 0 9px;
    background: #F6F6F6;
    border-radius: 0;
  }
}
.novelty__top {
  display: flex;
  justify-content: space-between;
  padding: 48px 48px 48px 50px;
}
@media (max-width: 767px) {
  .novelty__top {
    padding: 48px 48px 16px 16px;
  }
}
.novelty__top .title.title-general {
  margin-bottom: 0;
}
.novelty .novelty__cont {
  overflow: visible !important;
  padding-left: 36px;
}
@media (max-width: 767px) {
  .novelty .novelty__cont {
    padding-left: 0;
  }
}
.novelty .novelty__cont .swiper-slide {
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 16px 24px 15px 24px;
  height: auto;
}
@media (max-width: 767px) {
  .novelty .novelty__cont .swiper-slide {
    border-bottom: 1px solid #EBEBEB;
    padding: 24px 16px 36px 16px;
  }
}
.novelty .novelty__cont .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 16px;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (max-width: 1023px) {
  .novelty .novelty__cont .swiper-slide::before {
    display: none;
  }
}
.novelty .novelty__cont .swiper-slide:hover::before {
  width: calc(100% + 16px);
  height: 525px;
  background: #F9F9F9;
  /*@media (max-width: 1279px) {
      width: 420px;
  }
  @media (max-width: 1679px) {
      width: 380px;
      height: 550px;
  }*/
}
.novelty .novelty__cont .swiper-slide:hover {
  z-index: 5;
}
.novelty .novelty__cont .swiper-slide .image {
  display: block;
  max-height: 20px;
}
.novelty .novelty__cont .swiper-slide:nth-of-type(1) {
  border-left: 1px solid #EBEBEB;
}
.novelty .novelty__cont .swiper-wrapper {
  align-items: stretch;
}
.novelty .novelty__cont-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.novelty .novelty__cont-head .feature {
  margin-left: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  opacity: 0.48;
  text-transform: uppercase;
}
.novelty .novelty__cont-img {
  display: flex;
  height: 239px;
  position: relative;
  align-items: center;
  z-index: 2;
  justify-content: center;
  margin-bottom: 32px;
}
.novelty .novelty__cont-info span {
  display: block;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
.novelty .novelty__cont-info .category {
  margin-bottom: 16px;
  font-size: 14px;
  opacity: 0.48;
  font-weight: 500;
}
@media (max-width: 767px) {
  .novelty .novelty__cont-info .category {
    font-size: 14px;
  }
}
.novelty .novelty__cont-info .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .novelty .novelty__cont-info .title {
    font-size: 18px;
  }
}
.novelty .novelty__cont-info .desc {
  font-weight: 500;
  width: 294px;
}
@media (max-width: 1679px) {
  .novelty .novelty__cont-info .desc {
    width: auto;
  }
}
@media (max-width: 767px) {
  .novelty .novelty__cont-info .desc {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .novelty .novelty__cont .swiper-slide:hover .novelty__cont-info span {
    color: #007F97;
  }
}
.novelty__pagination {
  margin-top: 16px;
  margin-left: 23px;
}

.rank .container {
  padding: 98px 48px 96px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .rank .container {
    padding: 48px 8px;
  }
}
.rank__cont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .rank__cont {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .rank__cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .rank__cont {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8px;
  }
}
.rank__case {
  flex: 1 1 calc(20% - 19.2px);
  border-radius: 16px;
  background: #ffffff;
  transition: background 0.3s ease;
}
@media (max-width: 500px) {
  .rank__case {
    display: flex;
    column-gap: 16px;
    align-items: center;
    height: 87px;
  }
}
.rank__case img {
  display: block;
  width: 100%;
  padding: 8px 8px 0;
  border-radius: 12px;
}
@media (max-width: 1279px) {
  .rank__case img {
    height: 100px;
  }
}
@media (max-width: 1023px) {
  .rank__case img {
    height: auto;
  }
}
@media (max-width: 500px) {
  .rank__case img {
    height: 71px;
    width: 71px;
    object-fit: cover;
    object-position: left;
    margin: 8px 0 8px 8px;
    padding: 0;
  }
}
.rank__case .title {
  letter-spacing: -0.02em;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 24px 16px 24px;
  min-height: 32px;
  transition: color 0.3s ease;
}
@media (max-width: 1279px) {
  .rank__case .title {
    padding: 16px 12px 16px 12px;
  }
}
@media (max-width: 500px) {
  .rank__case .title {
    padding: 0;
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .rank__case:hover {
    background: #007F97;
  }
}
@media (min-width: 768px) {
  .rank__case:hover .title {
    color: #ffffff;
  }
}

.platforms .container {
  padding: 0px 48px 96px 48px;
}
@media (max-width: 767px) {
  .platforms .container {
    padding: 0px 8px 48px 8px;
  }
}
.platforms__top {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .platforms__top {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .platforms__top {
    padding-left: 8px;
  }
}
.platforms__cont {
  display: flex;
  column-gap: 24px;
  row-gap: 48px;
  margin-bottom: 74px;
  align-items: stretch;
}
@media (max-width: 1279px) {
  .platforms__cont {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .platforms__cont {
    margin-bottom: 78px;
  }
}
.platforms__case {
  flex: 1 1 calc(25% - 18px);
  background: #ffffff;
  border-radius: 16px;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .platforms__case {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 500px) {
  .platforms__case {
    flex: 1 1 100%;
    max-width: none;
  }
}
.platforms__case-item {
  padding: 24px 24px 0;
  margin-bottom: 40px;
}
.platforms__case span {
  display: block;
  transition: color 0.3s ease;
}
.platforms__case .title {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: -0.02em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .platforms__case .title {
    font-size: 16px;
  }
}
.platforms__case svg {
  margin-bottom: 10px;
  display: block;
}
.platforms__case svg path {
  fill: #000000;
  transition: fill 0.3s ease;
}
@media (max-width: 767px) {
  .platforms__case svg {
    max-height: 50px;
    width: auto;
  }
}
.platforms__case .text {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .platforms__case .text {
    font-size: 16px;
  }
}
.platforms__case .info {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .platforms__case .info {
    font-size: 18px;
  }
}
.platforms__case .image {
  transition: filter 0.3s ease;
  max-height: 64px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .platforms__case .image {
    max-height: 50px;
  }
}
@media (min-width: 768px) {
  .platforms__case:hover .image {
    filter: brightness(0) invert(1);
  }
}
.platforms__case .image-main {
  margin-top: auto;
  display: block;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .platforms__case:hover span {
    color: #ffffff;
  }
  .platforms__case:hover {
    background: #007F97;
  }
  .platforms__case:hover svg path {
    background: #007F97;
    fill: #ffffff;
  }
}
.platforms__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 500px) {
  .platforms__footer .general__button-red {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .platforms__footer-info {
    display: none;
  }
}

.popular .container {
  padding: 0px 0px 104px 48px;
}
@media (max-width: 767px) {
  .popular .container {
    padding: 0px 16px 48px 16px;
  }
}
.popular__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .popular__top {
    margin-bottom: 24px;
  }
}
.popular__top .title {
  margin-bottom: 0;
}
.popular__buttons {
  padding-right: 48px;
}
.popular .swiper-slide.swiper-slide-prev {
  background: #F6F6F6 !important;
  transition: background 0.3s ease 0.2s !important;
}
.popular__slider {
  padding: 30px 0 30px 10px;
  margin: -30px 0 -30px -10px;
}
@media (max-width: 767px) {
  .popular__slider {
    padding: 0;
    margin: 0;
  }
}
.popular__slider .swiper-slide {
  height: 306px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .popular__slider .swiper-slide {
    height: 290px;
  }
}
.popular__slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 16px;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (min-width: 767px) {
  .popular__slider .swiper-slide:hover::before {
    width: calc(100% + 6px);
    height: 322px;
    background: #007F97;
  }
  .popular__slider .swiper-slide:hover .title {
    color: #ffffff;
  }
}
.popular__slider .swiper-slide .image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.popular__slider .swiper-slide .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.popular__slider .swiper-slide .title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  height: 62px;
  padding: 0 32px 0 32px;
  margin-top: auto;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .popular__slider .swiper-slide .title {
    font-size: 18px;
    padding: 0 24px 0 24px;
    height: 46px;
  }
}
.popular__slider .swiper-slide .image, .popular__slider .swiper-slide .title {
  position: relative;
  z-index: 2;
}
.popular__slider .swiper-slide:hover {
  z-index: 5;
}
@media (max-width: 767px) {
  .popular .popular__pagination {
    margin-left: 6px;
    margin-top: 15px;
  }
}

.solutions .container {
  padding: 0 48px 96px;
}
@media (max-width: 767px) {
  .solutions .container {
    padding: 0 8px 48px 8px;
  }
}
.solutions__top {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .solutions__top {
    margin-bottom: 24px;
    padding-left: 8px;
  }
}
.solutions__cont {
  display: flex;
  gap: 24px;
}
@media (max-width: 1279px) {
  .solutions__cont {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .solutions__cont {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .solutions__cont::-webkit-scrollbar {
    display: none;
  }
  .solutions__cont {
    -webkit-overflow-scrolling: touch;
    column-gap: 2px;
  }
}
.solutions__case {
  border-radius: 16px;
  flex: 1 1 calc(25% - 18px);
  height: 451px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .solutions__case {
    flex: 1 1 calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .solutions__case {
    flex: 1 1 222px;
    flex-shrink: 0;
    height: 348px;
  }
}
.solutions__case-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .solutions__case-info {
    padding: 16px;
  }
}
.solutions__case-info span {
  display: block;
  color: #ffffff;
}
.solutions__case-info .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .solutions__case-info .title {
    font-size: 18px;
  }
}
.solutions__case-info .text {
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .solutions__case-info .text {
    font-size: 14px;
  }
}
.solutions__case-info .button {
  margin-top: auto;
  background: #ffffff;
  height: 53px;
  width: 53px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.solutions__case-info .button svg path {
  transition: stroke 0.3s ease;
}
@media (min-width: 767px) {
  .solutions__case:hover .button {
    background: #007F97;
  }
  .solutions__case:hover svg path {
    stroke: #ffffff;
  }
}
.solutions__bg {
  position: absolute;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
  z-index: -1;
}
.solutions__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .solutions__bg img {
    object-fit: fill;
  }
}
.solutions__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .solutions__bg-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
}

.performance .container, .primary .container {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .performance .container, .primary .container {
    padding-bottom: 48px;
  }
}
.performance__slider, .primary__slider {
  position: relative;
}
.performance__slider .swiper-slide img, .primary__slider .swiper-slide img {
  border-radius: 16px;
  display: block;
  width: 100%;
  /*@media (max-width: 767px) {
      width: 100%;
  }*/
}
.performance__info, .primary__info {
  position: absolute;
  z-index: 1;
  border-radius: 16px;
  color: #ffffff;
  top: 48px;
  left: 40px;
  background: rgba(0, 0, 0, 0.56);
  padding: 32px;
  max-width: 660px;
}
@media (max-width: 1279px) {
  .performance__info, .primary__info {
    max-width: 450px;
    top: 30px;
  }
}
@media (max-width: 1023px) {
  .performance__info, .primary__info {
    padding: 16px;
    max-width: 350px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .performance__info, .primary__info {
    display: none;
  }
}
.performance__info .title, .primary__info .title {
  font-size: 58px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1279px) {
  .performance__info .title, .primary__info .title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .performance__info .title, .primary__info .title {
    font-size: 20px;
  }
}
.performance__top, .primary__top {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media (max-width: 1023px) {
  .performance__top, .primary__top {
    margin-bottom: 16px;
  }
}
.performance__top .image, .primary__top .image {
  display: block;
  max-height: 20px;
  object-fit: cover;
  width: auto !important;
}
.performance__top span, .primary__top span {
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.performance__footer, .primary__footer {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 72px;
}
@media (max-width: 1279px) {
  .performance__footer, .primary__footer {
    padding: 0 55px;
  }
}
@media (max-width: 1023px) {
  .performance__footer, .primary__footer {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .performance__footer, .primary__footer {
    display: none;
  }
}
.performance__footer-slide, .primary__footer-slide {
  justify-content: flex-start;
  z-index: 5;
  left: 0;
}
.performance__buttons, .primary__buttons {
  display: flex;
  column-gap: 16px;
}
.performance__arrows, .primary__arrows {
  display: flex;
  column-gap: 8px;
}
@media (max-width: 767px) {
  .performance__arrows, .primary__arrows {
    display: none;
  }
}
.performance__arrows .left__arrow, .performance__arrows .right__arrow, .primary__arrows .left__arrow, .primary__arrows .right__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  width: 53px;
  height: 53px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.performance__arrows .left__arrow.swiper-button-lock, .performance__arrows .right__arrow.swiper-button-lock, .primary__arrows .left__arrow.swiper-button-lock, .primary__arrows .right__arrow.swiper-button-lock {
  opacity: 0.24;
}
.performance__arrows .left__arrow:active, .performance__arrows .right__arrow:active, .primary__arrows .left__arrow:active, .primary__arrows .right__arrow:active {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(to left, #007f97, #007f97);
}
.performance__arrows .left__arrow svg path, .performance__arrows .right__arrow svg path, .primary__arrows .left__arrow svg path, .primary__arrows .right__arrow svg path {
  transition: stroke 0.3s ease;
}
.performance__pagination, .primary__pagination {
  margin-top: 17px;
  margin-left: 9px;
}
.performance__mobile, .primary__mobile {
  display: none;
}
@media (max-width: 767px) {
  .performance__mobile, .primary__mobile {
    display: block;
    margin-top: 24px;
    padding-left: 8px;
  }
}
.performance__mobile .image, .primary__mobile .image {
  display: block;
  max-height: 20px;
  object-fit: cover;
  width: auto !important;
}
.performance__mobile-top, .primary__mobile-top {
  display: flex;
  column-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.performance__mobile-top span, .primary__mobile-top span {
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.performance__mobile .title, .primary__mobile .title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.performance__mobile-buttons, .primary__mobile-buttons {
  display: flex;
  gap: 12px;
}
@media (max-width: 500px) {
  .performance__mobile-buttons, .primary__mobile-buttons {
    flex-direction: column;
  }
}
.performance__mobile-buttons .buttons__right, .performance__mobile-buttons .buttons__left, .primary__mobile-buttons .buttons__right, .primary__mobile-buttons .buttons__left {
  text-align: center;
}
.performance__mobile-buttons .buttons__right, .primary__mobile-buttons .buttons__right {
  border: 1px solid #EC1B24;
  padding: 14px 24px;
}

.primary .container {
  border-radius: 16px 16px 0 0;
  padding-bottom: 0;
}
.primary__info {
  top: 195px;
}
@media (max-width: 1380px) {
  .primary__info {
    top: 120px;
    padding: 24px;
  }
}
@media (max-width: 900px) {
  .primary__info {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .primary .title {
    margin-bottom: 16px;
  }
}
.primary .text {
  margin-top: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .primary .text {
    font-size: 14px;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
}
.primary .tag {
  font-size: 12px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  padding: 6px 8px 2px;
  text-transform: uppercase;
  background: #EC1B24;
  border-radius: 4px;
  width: fit-content;
}
.primary__footer {
  bottom: 94px;
}
@media (max-width: 1430px) {
  .primary__footer {
    bottom: 65px;
  }
}
@media (max-width: 900px) {
  .primary__footer {
    bottom: 65px;
  }
}
.primary .swiper-slide img {
  width: 100%;
}
.primary .primary__pagination {
  margin-top: 17px;
  margin-left: 16px;
}
.primary__mobile {
  padding: 0 16px;
}
.primary__mobile-buttons {
  margin-top: 24px;
}

.utp .container {
  padding: 0 48px;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .utp .container {
    margin-bottom: 0;
    padding: 0 8px 0 8px;
  }
}
.utp__cont {
  display: flex;
  column-gap: 24px;
  position: relative;
  top: -48px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .utp__cont {
    column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .utp__cont {
    top: 0;
    padding-top: 48px;
    column-gap: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.utp__case {
  flex-basis: calc((100% - 48px) / 3);
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 1023px) {
  .utp__case {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .utp__case {
    flex-basis: calc((100% - 32px) / 3);
  }
}
@media (max-width: 767px) {
  .utp__case {
    flex-basis: 298px;
    flex-shrink: 0;
    padding: 16px;
  }
}
.utp__case-top {
  margin-bottom: 24px;
  display: flex;
  column-gap: 8px;
}
.utp__case-top .image img {
  max-height: 24px;
  object-fit: cover;
}
.utp__case .title {
  font-size: 24px;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 1023px) {
  .utp__case .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .utp__case .title {
    font-size: 16px;
  }
}
.utp__service .utp__cont {
  top: -24px;
}
@media (max-width: 767px) {
  .utp__service .utp__cont {
    padding-bottom: 16px;
  }
}
.utp__service .container {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .utp__service .container {
    margin-bottom: 16px;
  }
}
.utp__service .utp__case {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.news .container {
  padding: 0 48px 102px;
}
@media (max-width: 767px) {
  .news .container {
    padding: 0 0 48px 8px;
  }
}
.news__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news__top {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .news__top-info {
    padding-left: 8px;
  }
}
.news__slider .swiper-wrapper {
  align-items: stretch;
}
.news__slider .swiper-slide {
  height: auto;
  background: #ffffff;
  border-radius: 16px;
}
.news__slider .swiper-slide img {
  width: 100%;
  padding: 4px 4px 0 4px;
  margin-bottom: 24px;
  display: block;
  border-radius: 12px;
}
@media (max-width: 500px) {
  .news__slider .swiper-slide img {
    height: 123px;
    margin-bottom: 16px;
  }
}
.news__slider .swiper-slide span {
  color: #000000;
  display: block;
  padding: 0 24px 24px;
  margin: 0 auto;
  font-weight: 500;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .news__slider .swiper-slide span {
    font-size: 14px;
    padding: 0 16px 16px;
  }
}
.news__slider .swiper-slide:hover span {
  color: #EC1B24;
}
.news__pagination {
  margin-left: 15px;
  margin-top: 15px;
}

#map {
  width: 100%;
  height: 800px;
  overflow: hidden;
  scroll-margin-top: 10px;
  position: relative;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 767px) {
  #map {
    height: 359px;
  }
}

.map.map__main .container {
  padding: 0px 8px 8px 8px;
}
@media (max-width: 767px) {
  .map.map__main .container {
    padding: 48px 8px 8px 8px;
  }
}

.map .container {
  padding: 98px 8px 8px 8px;
}
@media (max-width: 767px) {
  .map .container {
    padding: 48px 8px 8px 8px;
  }
}
.map__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 40px;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .map__top {
    padding: 0 8px 24px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
}
.map__top .title {
  font-size: 32px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 1023px) {
  .map__top .title {
    font-size: 24px;
  }
}
.map__top-buttons {
  display: flex;
  column-gap: 8px;
}
.map__top-buttons .dealers, .map__top-buttons .centers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  letter-spacing: 0;
  border-radius: 8px;
  border: 2px solid #000000;
  font-weight: 700;
  cursor: pointer;
}
.map__top-buttons .dealers.active, .map__top-buttons .centers.active {
  background: #007F97;
  border: 2px solid #007F97;
  color: #ffffff;
}
.map__dealers {
  position: relative;
}
.map__dealers-cont {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 692px;
  background: #ffffff;
  z-index: 10;
  border-radius: 12px;
  padding: 32px 12px 32px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 784px;
}
@media (max-width: 1679px) {
  .map__dealers-cont {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .map__dealers-cont {
    width: 390px;
    padding: 16px 12px 16px 16px;
  }
}
@media (max-width: 767px) {
  .map__dealers-cont {
    position: static;
    width: 100%;
    padding: 24px 16px;
    height: 979px;
    margin-bottom: 8px;
  }
}
.map__dealers-cont .text {
  opacity: 0.48;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .map__dealers-cont .text {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.map__dealers-cont .select__wrap {
  position: relative;
  width: 100%;
}
.map__dealers-cont .select__wrap-cont {
  display: flex;
  column-gap: 8px;
  width: calc(100% - 20px);
}
@media (max-width: 767px) {
  .map__dealers-cont .select__wrap-cont {
    flex-direction: column;
  }
}
.select__label {
  position: absolute;
  left: 16px;
  top: -8px;
  background: #ffffff;
  font-weight: 500;
  font-size: 10px;
  color: #CECECE;
  padding: 0 8px;
}
.map__dealers-cont .select__search {
  position: relative;
}
.map__dealers-cont .select__search .select-trigger {
  width: calc(100% - 20px);
  margin-bottom: 20px;
  padding-right: 80px;
}
.map__dealers-cont .select__search .select-trigger:focus {
  outline: 1px solid #F9F9F9;
}
.map__dealers-cont .select__search .magnifier {
  position: absolute;
  right: 45px;
  top: 17px;
}
.map__dealers a {
  font-weight: 700;
  color: #EC1B24 !important;
  text-decoration: none;
  margin-top: auto;
  position: relative;
  width: fit-content;
  display: inline-flex;
}
@media (max-width: 767px) {
  .map__dealers a {
    font-size: 14px;
    letter-spacing: -0.03em;
    margin-bottom: 32px;
  }
}
.map__dealers a:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 5px;
  width: 6px;
  height: 10px;
  background-image: url("/frontend/css/../img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.map .elements {
  display: none;
  flex-direction: column;
  row-gap: 8px;
  flex-grow: 1;
  overflow: auto;
}
@media (max-width: 1023px) {
  .map .elements {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .map .elements {
    row-gap: 6px;
    margin-bottom: 32px;
  }
}
.map .elements .element {
  max-width: 628px;
  border-radius: 16px;
  padding: 24px 24px 22px 24px;
  border: 2px solid rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .map .elements .element {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .map .elements .element {
    width: 100%;
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  .map .elements .element:hover {
    background: #F9F9F9;
  }
}
.map .elements .element-top {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 12px;
}
.map .elements .element .name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .map .elements .element .name {
    font-size: 18px;
  }
}
.map .elements .element .rating {
  opacity: 0.48;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  right: -3px;
  top: -3px;
  letter-spacing: -0.03em;
}
.map .elements .element .address, .map .elements .element .phone, .map .elements .element .store-time {
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
}
.map .elements .element .address svg, .map .elements .element .phone svg, .map .elements .element .store-time svg {
  flex-shrink: 0;
}
.map .elements .element .address {
  margin-bottom: 16px;
}
.map .elements .element .address span {
  letter-spacing: -0.02em;
}
.map .elements .element .button {
  margin-bottom: 24px;
  color: #EC1B24;
  border-radius: 8px;
  padding: 16px 24px;
  border: 2px solid #EC1B24;
  letter-spacing: -0.04em;
  width: fit-content;
  line-height: 1;
  font-weight: 700;
}
.map .elements .element .phone span, .map .elements .element .store-time span {
  letter-spacing: -0.03em;
  font-weight: 500;
}
.map .elements .element .phone {
  margin-bottom: 12px;
}
.map .elements.active {
  display: flex;
}
.map .element.hidden {
  display: none;
}

.city-select {
  display: none !important;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  font-family: "Roboto", sans-serif;
}

.select-trigger .selected-text {
  display: block;
  line-height: 23px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-trigger .arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  transition: transform 0.3s ease;
}

.select-trigger.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.dropdown-list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  padding: 14px 19px 16px 19px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
  line-height: 23px;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item.selected {
  background-color: rgba(0, 0, 0, 0.02);
  color: #000;
}

.dropdown-list::-webkit-scrollbar, .elements::-webkit-scrollbar {
  width: 4px;
}

.dropdown-list::-webkit-scrollbar-track, .elements::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin: 4px 0;
}

.dropdown-list::-webkit-scrollbar-thumb, .elements::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 8px;
  opacity: 0.4;
}

.dropdown-list, .elements {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.02);
}

.select__wrap-cont .select-trigger {
  flex-basis: calc(50% - 4px);
  flex-shrink: 0;
}

.select-trigger {
  height: 53px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 14px 19px 16px 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  position: relative;
  background: white;
  user-select: none;
}
@media (max-width: 767px) {
  .select-trigger {
    width: 100%;
    padding: 14px 19px 16px 16px;
    background: none;
    letter-spacing: -0.04em;
  }
}
.select-trigger::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  pointer-events: none;
}
@media (max-width: 767px) {
  .select-trigger::after {
    right: 13px;
  }
}
.select-trigger.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.footer__inner {
  border-radius: 16px;
  background: #007F97;
  padding: 88px 50px 42px 40px;
}
@media (max-width: 767px) {
  .footer__inner {
    padding: 32px 16px 24px 24px;
  }
}
.footer a {
  transition: color 0.3s ease;
}
@media (min-width: 767px) {
  .footer a {
    opacity: 1;
  }
  .footer a span {
    opacity: 1;
  }
}
.footer a span {
  transition: color 0.3s ease;
}
.footer__cont {
  display: flex;
  column-gap: 24px;
  row-gap: 32px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .footer__cont {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__cont {
    margin-bottom: 32px;
  }
}
.footer__cont-item {
  flex: 1 1 calc(25% - 18px);
}
@media (max-width: 1279px) {
  .footer__cont-item {
    flex: 1 1 calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .footer__cont-item {
    flex: 1 1 100%;
  }
}
.footer__cont-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 32px;
  height: 27px;
}
@media (max-width: 1279px) {
  .footer__cont-title {
    height: auto;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer__cont-title {
    font-size: 18px;
    margin-bottom: 24px;
    min-height: 27px;
  }
}
.footer__cont-case {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer__cont-case a {
  min-height: 24px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  width: fit-content;
}
@media (max-width: 767px) {
  .footer__cont-case a {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
.footer__cont-case a span {
  opacity: 0.64;
}
.footer__cont-case a:not(:has(svg, img)) {
  opacity: 0.64;
}
.footer__cont-case .mail, .footer__cont-case .phone, .footer__cont-case .address {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.footer__cont-social {
  flex-direction: row;
  column-gap: 16px;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .footer__cont-social {
    margin-top: 20px;
  }
}
.footer__cont-social a {
  height: 40px;
}
.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 48px;
  }
}
.footer__bottom-info {
  color: #ffffff;
  opacity: 0.64;
}
@media (max-width: 767px) {
  .footer__bottom-info {
    font-size: 14px;
    letter-spacing: -0.02em;
    max-width: 167px;
  }
}
.footer__bottom svg {
  width: 204px;
  height: 66px;
  display: block;
}
@media (max-width: 1279px) {
  .footer__bottom svg {
    height: auto;
    width: auto;
  }
}

.catalog__banner .container {
  padding-top: 8px;
  padding-bottom: 32px;
}
@media (max-width: 500px) {
  .catalog__banner .container {
    padding-bottom: 14px;
  }
}
.catalog__banner img {
  display: block;
  width: 100%;
}

.breadcrumb .container {
  padding: 0 48px 48px;
}
@media (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 16px 35px;
  }
}
.breadcrumb__wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .breadcrumb__wrapper {
    padding-bottom: 14px;
    display: flex;
    align-items: flex-start;
  }
}
.breadcrumb__link {
  padding-right: 20px;
  position: relative;
  color: #007F97;
}
@media (max-width: 767px) {
  .breadcrumb__link {
    padding-right: 55px;
  }
}
.breadcrumb__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M1 9L5 5L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .breadcrumb__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='10' viewBox='0 0 42 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M37 9L41 5L37 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.48' d='M15.966 8.11H17.912V10H15.966V8.11ZM19.5825 8.11H21.5285V10H19.5825V8.11ZM23.199 8.11H25.145V10H23.199V8.11Z' fill='black'/%3E%3Cpath opacity='0.24' d='M1 9L5 5L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 42px;
    height: 10px;
  }
}
.breadcrumb__link:not(:first-child) {
  padding-left: 7px;
}
@media (max-width: 767px) {
  .breadcrumb__link:not(:first-child) {
    display: none;
  }
}
.breadcrumb__current, .breadcrumb__link {
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 14px;
}
.breadcrumb__current {
  opacity: 0.48;
  padding-left: 7px;
}

@media (max-width: 767px) {
  .breadcrumb__main .breadcrumb__link {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__main .breadcrumb__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M1 9L5 5L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 6px;
    height: 10px;
  }
}

.breadcrumb__filter .breadcrumb__wrapper {
  border-bottom: 0;
}

.product__page {
  padding-top: 33px;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .product__page {
    padding-top: 16px;
  }
}
.product__page .container {
  padding: 0 48px 0;
}
@media (max-width: 767px) {
  .product__page .container {
    padding: 0 16px;
  }
}
.product__page .breadcrumb__wrapper {
  border-bottom: 0;
}

.catalog-zero {
  width: 100%;
}
.catalog-zero .catalog__main-empty {
  display: block !important;
}

.catalog h1 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .catalog h1 {
    margin-bottom: 32px;
  }
}
.catalog .container {
  padding: 0 48px 48px;
}
@media (max-width: 767px) {
  .catalog .container {
    padding: 0 16px 32px;
  }
}
@media (max-width: 500px) {
  .catalog .container {
    padding: 0 8px 32px;
  }
}
.catalog__main-empty {
  display: none;
  padding-top: 40px;
  border-radius: 12px;
  background: #F6F6F6;
  text-align: center;
  min-height: 1600px;
}
@media (max-width: 767px) {
  .catalog__main-empty {
    min-height: 300px;
  }
}
.catalog__main-empty .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.catalog__main-empty .text {
  letter-spacing: -0.02em;
}
.catalog__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  column-gap: 20px;
}
.catalog__head h1 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .catalog__head {
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .catalog__head {
    padding: 0 8px;
  }
}
.catalog__head .count__total {
  padding-left: 12px;
}
.catalog__head .count__total span {
  opacity: 0.48;
  font-size: 14px;
  font-weight: 500;
}
.catalog__cont {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 500px) {
  .catalog__cont {
    flex-direction: column;
    row-gap: 8px;
    flex-wrap: nowrap;
  }
}
.catalog__item {
  flex-shrink: 0;
  flex-basis: calc(50% - 12px);
  display: flex;
  column-gap: 36px;
  background: #ffffff;
  border-radius: 16px;
  transition: background 0.3s ease;
}
@media (max-width: 1279px) {
  .catalog__item {
    column-gap: 18px;
  }
}
@media (max-width: 1023px) {
  .catalog__item {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .catalog__item {
    flex-basis: auto;
  }
}
@media (min-width: 768px) {
  .catalog__item:hover {
    background: #007F97;
  }
  .catalog__item:hover .title, .catalog__item:hover .text {
    color: #ffffff;
  }
  .catalog__item:hover svg rect, .catalog__item:hover svg path {
    stroke: #ffffff;
  }
  .catalog__item:active {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(to left, #007f97, #007f97);
  }
}
.catalog__image {
  padding: 12px 0 12px 12px;
  flex-basis: 318px;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .catalog__image {
    flex-basis: 180px;
  }
}
@media (max-width: 1023px) {
  .catalog__image {
    padding: 8px;
  }
}
@media (max-width: 500px) {
  .catalog__image {
    flex-basis: auto;
  }
}
.catalog__image img {
  display: block;
  border-radius: 12px;
  min-height: 306px;
}
@media (max-width: 1350px) {
  .catalog__image img {
    min-height: 180px;
  }
}
@media (max-width: 1023px) {
  .catalog__image img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .catalog__image img {
    min-height: auto;
  }
}
.catalog__info {
  padding: 24px 36px 36px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog__info span {
  display: block;
}
@media (max-width: 1279px) {
  .catalog__info {
    padding: 24px 24px 24px 0;
  }
}
@media (max-width: 1023px) {
  .catalog__info {
    padding: 0 8px 24px 8px;
  }
}
.catalog__info .title {
  margin-bottom: 8px;
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 700;
  transition: color 0.3s ease;
}
@media (max-width: 1279px) {
  .catalog__info .title {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .catalog__info .title {
    font-size: 16px;
  }
}
.catalog__info .text {
  margin-bottom: 24px;
  opacity: 0.48;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}
@media (max-width: 500px) {
  .catalog__info .text {
    font-size: 14px;
  }
}
@media (max-width: 1279px) {
  .catalog__info svg {
    margin-top: auto;
  }
}
.catalog__info svg rect, .catalog__info svg path {
  transition: stroke 0.3s ease;
}
.catalog__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
@media (max-width: 1679px) {
  .catalog__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1279px) {
  .catalog__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog__list a {
  background: #ffffff;
  border-radius: 16px;
  padding-bottom: 24px;
  height: 286px;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .catalog__list a {
    height: auto;
  }
}
.catalog__list a:hover {
  background: #007F97;
}
.catalog__list a:hover span {
  color: #ffffff;
}
.catalog__list a:active {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(to left, #007f97, #007f97);
}
.catalog__list a .image {
  padding: 34px 34px 32px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .catalog__list a .image {
    padding: 24px;
  }
}
.catalog__list a .image img {
  display: block;
  height: 154px;
  object-fit: contain;
}
.catalog__list a span {
  font-weight: 700;
  display: block;
  padding: 0 24px;
  letter-spacing: -0.03em;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .catalog__list a span {
    padding: 0 16px;
  }
}
.catalog__filter {
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
}
@media (max-width: 1279px) {
  .catalog__filter {
    column-gap: 12px;
  }
}
@media (max-width: 767px) {
  .catalog__filter {
    flex-direction: column;
    row-gap: 0px;
  }
}
.catalog__filter-mob {
  display: none;
}
@media (max-width: 767px) {
  .catalog__filter-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    width: calc(100% - 16px);
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.04);
    height: 53px;
    cursor: pointer;
    margin: 0 auto;
  }
}
.catalog__filter-mob svg {
  transition: transform 0.4s ease;
}
.catalog__parameters {
  flex-basis: 500px;
  flex-shrink: 0;
  padding: 16px 0 16px 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1679px) {
  .catalog__parameters {
    flex-basis: 318px;
  }
}
@media (max-width: 1279px) {
  .catalog__parameters {
    flex-basis: 250px;
  }
}
@media (max-width: 767px) {
  .catalog__parameters {
    flex-basis: auto;
    padding: 16px 24px 18px 24px;
    transform: scaleY(0);
    transform-origin: top;
    height: 0;
    opacity: 0;
    width: 100%;
    transition: transform 0.2s ease, opacity 0.1s ease, height 0.2s ease;
  }
}
.catalog__parameters-disabled {
  opacity: 0.48 !important;
  pointer-events: none;
}
.catalog__parameters-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.catalog__parameters-info span {
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.48;
  font-weight: 500;
  max-width: 260px;
}
.catalog__parameters-info svg {
  position: relative;
  flex-shrink: 0;
  top: 5px;
}
.catalog__parameters-info.active svg {
  transform: rotate(180deg);
}
.catalog__parameters-options {
  margin-top: 17px;
  flex-direction: column;
  row-gap: 16px;
  display: none;
  opacity: 0;
  transform: translateY(-1px);
}
@keyframes scaleIn {
  from {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  to {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
.catalog__parameters-active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.catalog__parameters.active__filter {
  transform: scaleY(1);
  opacity: 1;
  height: auto;
}
.catalog__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .catalog__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog__products {
    /*padding-top: 37px;*/
  }
}
.catalog__products a {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px 25px 31px 25px;
  height: 446px;
}
@media (max-width: 767px) {
  .catalog__products a {
    padding: 16px;
    height: 345px;
  }
}
.catalog__products a:hover .catalog__products-top span {
  opacity: 1;
}
.catalog__products a:hover .text {
  color: #EC1B24;
  opacity: 1;
}
.catalog__products-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .catalog__products-top {
    margin-bottom: 27px;
  }
}
.catalog__products-top img {
  max-height: 24px;
  display: block;
}
.catalog__products-top .option {
  margin-left: auto;
}
.catalog__products-top span {
  opacity: 0.48;
  transition: opacity 0.3s ease;
  font-size: 14px;
  padding-top: 1px;
}
.catalog__products-top input:checked + span {
  opacity: 1;
}
.catalog__products-top img {
  height: 100%;
}
.catalog__products .image {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 255px;
}
@media (max-width: 767px) {
  .catalog__products .image {
    min-height: auto;
    height: 130px;
  }
}
.catalog__products .image img {
  display: block;
  max-height: 255px;
  object-fit: contain;
}
.catalog__products .title, .catalog__products .text {
  display: block;
  font-weight: 500;
}
.catalog__products .title {
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.catalog__products .text {
  opacity: 0.48;
  font-size: 14px;
  transition: color 0.3s ease, opacity 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 767px) {
  .catalog__products .text {
    -webkit-line-clamp: 5;
    line-height: 1.2;
  }
}
.catalog__main-more {
  margin: 48px auto 0 auto;
  height: 53px;
  padding: 0 24px;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #F6F6F6;
  font-weight: 700;
  letter-spacing: -0.04em;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .catalog__main-more {
    width: calc(100% - 32px);
    margin-top: 24px;
  }
}
.catalog__main-more:hover {
  background: #007F97;
  color: #ffffff;
}
.catalog__compare {
  position: fixed;
  bottom: 0;
  height: auto;
  margin: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 61, 73, 0.75);
  padding: 48px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, height 0.5s ease;
}
@media (max-width: 650px) {
  .catalog__compare {
    padding: 32px 16px 32px;
  }
}
.catalog__compare:has(.item_compare) {
  opacity: 1;
  pointer-events: auto;
}
.catalog__compare-title {
  padding-left: 8px;
  font-size: 32px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 650px) {
  .catalog__compare-title {
    font-size: 24px;
    padding-left: 0;
  }
}
.catalog__compare-case {
  display: flex;
  justify-content: space-between;
  column-gap: 23px;
}
@media (max-width: 650px) {
  .catalog__compare-case {
    flex-direction: column-reverse;
    row-gap: 32px;
  }
}
.catalog__compare-products {
  display: flex;
  column-gap: 23px;
  width: 100%;
}
@media (max-width: 1400px) {
  .catalog__compare-products {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .catalog__compare-products {
    gap: 8px;
  }
}
.catalog__compare-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .catalog__compare-top {
    margin-bottom: 32px;
  }
}
.catalog__compare-collapse {
  display: none;
  cursor: pointer;
  transition: transform 0.5s ease;
}
@media (max-width: 900px) {
  .catalog__compare-collapse {
    display: block;
  }
}
.catalog__compare-collapse.rotated {
  transform: rotate(180deg);
}
.catalog__compare .item_compare {
  border-radius: 16px;
  background: #ffffff;
  padding: 12px;
  display: flex;
  column-gap: 12px;
  flex-basis: calc((100% - 69px) / 4);
}
@media (max-width: 1400px) {
  .catalog__compare .item_compare {
    flex-basis: calc((100% - 16px) / 2);
  }
}
@media (max-width: 900px) {
  .catalog__compare .item_compare {
    flex-basis: 100%;
  }
}
.catalog__compare .item_compare-info span {
  letter-spacing: -0.02em;
}
.catalog__compare .item_compare-info .title {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.catalog__compare .item_compare-info .text {
  font-size: 14px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.48;
}
.catalog__compare .item_compare-info svg {
  display: block;
}
.catalog__compare .item_compare-image {
  flex-basis: 100px;
  flex-shrink: 0;
}
.catalog__compare .item_compare-image img {
  display: block;
}
.catalog__compare-buttons {
  flex-basis: 250px;
  flex-shrink: 0;
  text-align: center;
  padding-top: 19px;
}
@media (max-width: 650px) {
  .catalog__compare-buttons {
    flex-basis: auto;
    padding-top: 0;
  }
}
.catalog__compare-buttons .button-cancel, .catalog__compare-buttons .button-compare {
  cursor: pointer;
}
.catalog__compare-buttons .button-compare {
  background: #ffffff;
  border-radius: 8px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #000000;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.catalog__compare-buttons .button-cancel {
  color: #ffffff;
}
.catalog-modal {
  padding: 24px;
  background: rgba(0, 61, 73, 0.75);
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  max-height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.catalog-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.5s ease, visibility 0.4s;
}
.catalog__table {
  padding: 48px 48px 24px 24px;
  background: #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .catalog__table {
    padding: 48px 0 24px 0;
  }
}
.catalog__table-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .catalog__table-top {
    padding: 0 16px;
  }
}
.catalog__table-top .title {
  font-size: 32px;
  letter-spacing: -0.03em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog__table-top .table-close {
  cursor: pointer;
}
.catalog__table-main {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.catalog__table-main:active {
  cursor: grabbing;
}
.catalog__table-main::-webkit-scrollbar {
  display: none;
}
.catalog__table-paramets {
  flex-basis: 262px;
  flex-shrink: 0;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .catalog__table-paramets {
    padding-left: 16px;
  }
}
.catalog__table-pdf {
  height: 446px;
  position: relative;
}
@media (max-width: 767px) {
  .catalog__table-pdf {
    height: 345px;
  }
}
.catalog__table-pdf span {
  position: absolute;
  bottom: 30px;
  width: 100%;
  background: #F6F6F6;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.catalog__table-compare {
  margin: 24px 0 36px;
}
.catalog__table-compare span {
  padding-top: 1px;
  white-space: nowrap;
}
.catalog__table-list {
  display: flex;
  flex-direction: column;
}
.catalog__table-list .item {
  padding: 11px 0 13px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  opacity: 0.48;
  font-size: 14px;
  min-height: 44px;
  letter-spacing: -0.02em;
}
.catalog__table-product {
  display: block;
  height: 446px;
  margin-bottom: 79px;
  margin-left: -1px;
  padding: 16px 24px 32px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .catalog__table-product {
    height: 345px;
    padding: 16px;
  }
}
.catalog__table-product .title, .catalog__table-product .text {
  display: block;
}
.catalog__table-product .title {
  margin-bottom: 8px;
  font-weight: 500;
}
.catalog__table-product .text {
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.48;
}
.catalog__table-img {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 255px;
}
@media (max-width: 767px) {
  .catalog__table-img {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: auto;
  }
}
.catalog__table-img img {
  object-fit: contain;
  height: 255px;
  width: 255px;
}
@media (max-width: 767px) {
  .catalog__table-img img {
    height: 130px;
    width: 130px;
  }
}
.catalog__table-item {
  flex-basis: 343px;
  width: 343px;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 767px) {
  .catalog__table-item {
    width: 189px;
    flex-basis: 189px;
  }
}
.catalog__table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.catalog__table-head .catalog__table-close {
  margin-left: auto;
}
.catalog__table-head .logo {
  max-height: 24px;
}
.catalog__table-info {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.catalog__table-info .item {
  padding: 11px 0 13px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  font-size: 14px;
  letter-spacing: -0.02em;
  min-height: 44px;
}
.catalog__table-info .item svg {
  display: block;
}
.catalog__table-gallery {
  margin: 48px auto 24px auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 24px;
  padding: 0 0 23px 0;
  width: calc(100% - 48px);
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .catalog__table-gallery {
    column-gap: 15px;
  }
}
.catalog__table-gallery img {
  max-height: 30px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .catalog__table-gallery img {
    height: 15px;
    width: 41px;
  }
}
.catalog__table-desc {
  padding: 0 24px;
}
.catalog__table-desc li {
  line-height: 150%;
  padding-left: 20px;
  font-size: 14px;
  letter-spacing: -0.02em;
  position: relative;
}
@media (max-width: 767px) {
  .catalog__table-desc li {
    font-size: 12px;
  }
}
.catalog__table-desc li::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0.7em;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #000;
}

.catalog__general .container {
  padding: 48px 36px;
  margin-top: -48px;
  position: relative;
  background: #ffffff;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .catalog__general .container {
    padding: 32px 0 32px 0;
    margin-top: -32px;
  }
}
.catalog__general h1 {
  padding-left: 12px;
  letter-spacing: -0.03em;
}

.modal-compare-limit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-compare-limit__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.modal-compare-limit__content {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 32px;
  max-width: 400px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: modalAppear 0.3s ease-out;
}
@media (max-width: 480px) {
  .modal-compare-limit__content {
    padding: 24px 20px;
    width: 95%;
  }
}
.modal-compare-limit__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  cursor: pointer;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: color 0.2s ease;
  z-index: 11;
}
.modal-compare-limit__close:hover {
  color: #333;
}
.modal-compare-limit__close svg {
  width: 100%;
  height: 100%;
}
.modal-compare-limit__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.03em;
}
@media (max-width: 480px) {
  .modal-compare-limit__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.modal-compare-limit__text {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  letter-spacing: -0.02em;
}
@media (max-width: 480px) {
  .modal-compare-limit__text {
    font-size: 14px;
    line-height: 1.4;
  }
}

@keyframes modalAppear {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal-compare-limit.hiding .modal-compare-limit__content {
  animation: modalDisappear 0.3s ease-out;
}

@keyframes modalDisappear {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
}
body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

.product__general .container {
  padding: 0 48px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .product__general .container {
    padding: 0 16px;
  }
}

/*Продуктовая*/
.functions .title {
  margin-bottom: 24px;
}
.functions__cont {
  padding-bottom: 48px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .functions__cont {
    padding-bottom: 40px;
  }
}
.functions__cont-ordinary, .functions__cont-extended {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .functions__cont-ordinary, .functions__cont-extended {
    flex-wrap: wrap;
  }
}
.functions__cont-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.functions__cont-item .name {
  line-height: 150%;
  letter-spacing: -0.02em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .functions__cont-item .name {
    font-size: 14px;
  }
}
.functions__cont-item .hover-modal.active {
  opacity: 1 !important;
  visibility: visible !important;
}
.functions__cont-item .image {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .functions__cont-item .image:hover .hover-modal {
    opacity: 1;
    visibility: visible;
  }
}
.functions__cont-item .image img {
  display: block;
  height: 48px;
}
.functions__cont-item .hover-modal {
  position: absolute;
  padding: 16px 24px;
  left: 87%;
  top: -56px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #F6F6F6;
  border-radius: 8px;
  min-width: 331px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}
.functions__cont-item .hover-modal span {
  display: block;
}
.functions__cont-item .hover-modal span:nth-of-type(1) {
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.functions__cont-item .hover-modal span:nth-of-type(2) {
  opacity: 0.48;
}

.excellence {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .excellence {
    padding-top: 40px;
  }
}
.excellence .title {
  margin-bottom: 24px;
}
.excellence__cont {
  padding-bottom: 48px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .excellence__cont {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .excellence__cont ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
}
.excellence__cont ul li {
  line-height: 150%;
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: -0.02em;
  position: relative;
}
@media (max-width: 767px) {
  .excellence__cont ul li {
    font-size: 14px;
    line-height: 130%;
  }
}
.excellence__cont ul li::before {
  content: "";
  position: absolute;
  left: 9px;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  top: 11px;
  background-color: #000;
}
@media (max-width: 767px) {
  .excellence__cont ul li::before {
    top: 8px;
  }
}

.indicators {
  padding: 48px 0 96px;
}
@media (max-width: 767px) {
  .indicators {
    padding: 40px 0 48px;
  }
}
.indicators .container {
  padding-bottom: 48px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .indicators .container {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .indicators .title {
    margin-bottom: 16px;
  }
}
.indicators__parameter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 5px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1279px) {
  .indicators__parameter {
    column-gap: 24px;
  }
}
.indicators__parameter .parameter {
  letter-spacing: -0.02em;
  font-weight: 500;
  min-height: 21px;
}
@media (max-width: 767px) {
  .indicators__parameter .parameter {
    font-size: 14px;
    min-height: 18px;
  }
}
.indicators__parameter .value {
  flex-basis: 720px;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .indicators__parameter .value {
    flex-basis: 520px;
  }
}
@media (max-width: 1279px) {
  .indicators__parameter .value {
    flex-basis: 320px;
  }
}
@media (max-width: 767px) {
  .indicators__parameter .value {
    font-size: 14px;
    flex-basis: 123px;
  }
}

.accessories {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .accessories {
    padding-bottom: 48px;
  }
}
.accessories .container {
  background: #ffffff;
}
.accessories .title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .accessories .title {
    margin-bottom: 24px;
  }
}
.accessories__cont {
  display: flex;
  margin-bottom: 48px;
  border: 1px solid #EBEBEB;
  border-right: none;
}
@media (max-width: 1024px) {
  .accessories__cont {
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 24px;
  }
}
.accessories__item {
  flex-basis: 25%;
  flex-shrink: 0;
  border-right: 1px solid #EBEBEB;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .accessories__item {
    flex-basis: 50%;
    border-bottom: 1px solid #EBEBEB;
  }
}
@media (max-width: 600px) {
  .accessories__item {
    flex-basis: 100%;
    padding-bottom: 24px;
  }
}
.accessories__item .image {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 303px;
}
@media (max-width: 600px) {
  .accessories__item .image {
    height: 250px;
  }
}
.accessories__item .image img {
  display: block;
  max-height: 250px;
}
.accessories__item span {
  display: block;
}
.accessories__item .name, .accessories__item .info {
  padding: 0 24px;
}
.accessories__item .name {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.48;
}
.accessories__item .info {
  font-weight: 500;
}
@media (max-width: 600px) {
  .accessories__item .info {
    font-size: 14px;
  }
}
.accessories__button {
  display: flex;
  justify-content: center;
}
.accessories__button a {
  display: inline-block;
}

.instructions {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .instructions {
    padding-bottom: 48px;
  }
}
.instructions .container {
  background: #ffffff;
}
.instructions .title.title-general {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .instructions .title.title-general {
    margin-bottom: 24px;
    padding-left: 8px;
  }
}
.instructions__cont {
  column-gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1000px) {
  .instructions__cont {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8px;
  }
}
.instructions__item {
  border-radius: 16px;
  border: 1px solid #EBEBEB;
  transition: background 0.3s ease, border 0.3s ease;
  padding: 23px;
}
.instructions__item .pdf {
  display: block;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .instructions__item .pdf {
    margin-bottom: 3px;
  }
}
.instructions__item .pdf path:nth-of-type(1), .instructions__item .pdf path:nth-of-type(2) {
  stroke: #EC1B24;
  transition: stroke 0.3s ease;
}
.instructions__item .pdf path:nth-of-type(3) {
  fill: #EC1B24;
  transition: fill 0.3s ease;
}
.instructions__item .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.instructions__item .title {
  font-size: 24px;
  display: block;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  .instructions__item .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .instructions__item .title {
    font-size: 16px;
  }
}
.instructions__item .download rect {
  stroke: #EC1B24;
  transition: stroke 0.3s ease;
}
.instructions__item .download path {
  stroke: #EC1B24;
  transition: stroke 0.3s ease;
}
.instructions__item:hover {
  background: #007F97;
  border: 1px solid #007F97;
}
.instructions__item:hover .pdf path:nth-of-type(1), .instructions__item:hover .pdf path:nth-of-type(2) {
  stroke: #ffffff;
}
.instructions__item:hover .pdf path:nth-of-type(3) {
  fill: #ffffff;
}
.instructions__item:hover .title {
  color: #ffffff;
}
.instructions__item:hover .download rect {
  stroke: #ffffff;
}
.instructions__item:hover .download path {
  stroke: #ffffff;
}

.nav {
  margin-top: -20px;
}
.nav .container {
  padding-top: 48px;
  border-radius: 24px 24px 0 0;
  /*margin-top: -20px;*/
}
@media (max-width: 767px) {
  .nav .container {
    padding: 40px 0 0 8px;
  }
}
.nav__cont {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  .nav__cont {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .nav__cont {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 40px;
    gap: 8px;
  }
}
.nav__cont .link {
  height: 53px;
  padding: 0 24px;
  border-radius: 8px;
  letter-spacing: -0.04em;
  font-weight: 700;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav__cont .link:hover {
  color: #ffffff;
  background: #007F97;
}

.product .container {
  padding: 0 80px 68px 48px;
}
@media (max-width: 1679px) {
  .product .container {
    padding: 0 48px 68px 48px;
  }
}
@media (max-width: 767px) {
  .product .container {
    padding: 0 8px 60px;
  }
}
.product__cont {
  display: flex;
  column-gap: 56px;
}
@media (max-width: 1279px) {
  .product__cont {
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .product__cont {
    flex-direction: column;
    row-gap: 32px;
  }
}
.product__gallery {
  flex-basis: 660px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .product__gallery {
    flex-basis: 520px;
  }
}
@media (max-width: 1023px) {
  .product__gallery {
    flex-basis: 350px;
  }
}
@media (max-width: 767px) {
  .product__gallery {
    flex-basis: auto;
  }
}
.product__swiper {
  width: 100%;
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  height: 460px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .product__swiper {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .product__swiper {
    margin-bottom: 17px;
  }
}
@media (max-width: 550px) {
  .product__swiper {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .product__swiper-pagination {
    justify-content: center;
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.product__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto !important;
  padding: 32px 0;
  border: 0;
}
@media (max-width: 550px) {
  .product__swiper .swiper-slide {
    padding: 16px 0;
  }
}
.product__swiper .swiper-slide img {
  display: block;
  object-fit: contain;
}
.product__buttons {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  z-index: 10;
  padding: 0 32px;
  pointer-events: none;
}
.product__buttons svg {
  pointer-events: auto;
}
.product__zoom {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
  pointer-events: none;
}
.product__thumbs .swiper-slide {
  height: 80px;
  width: 80px !important;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .product__thumbs .swiper-slide {
    height: 64px;
    width: 64px !important;
  }
}
.product__thumbs .swiper-slide img {
  height: 64px;
  width: 64px;
}
@media (max-width: 1023px) {
  .product__thumbs .swiper-slide img {
    height: 44px;
    width: 44px;
  }
}
.product__thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #007F97;
  padding: 8px;
}
.product__info {
  max-width: 596px;
}
@media (max-width: 767px) {
  .product__info {
    padding: 0 16px;
  }
}
.product__info .name {
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .product__info .name {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .product__info .name {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
.product__info .info {
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.48;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .product__info .info {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product__info .info {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.product__info .additional {
  margin-bottom: 28px;
  opacity: 0.48;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .product__info .additional {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .product__info .description {
    letter-spacing: -0.02em;
  }
}
.product__icons {
  display: flex;
  column-gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product__icons {
    margin-bottom: 24px;
  }
}
.product__icons img {
  max-height: 32px;
}
@media (max-width: 767px) {
  .product__icons img {
    max-height: 24px;
  }
}
.product__bottom {
  display: flex;
  justify-content: center;
  column-gap: 12px;
}
@media (max-width: 767px) {
  .product__bottom {
    padding: 0 16px;
  }
}
@media (max-width: 550px) {
  .product__bottom {
    column-gap: 2px;
  }
}
.product__bottom > div:nth-of-type(2) {
  margin-left: -12px;
}
@media (max-width: 550px) {
  .product__bottom > div:nth-of-type(2) {
    margin-left: -2px;
  }
}
.product__360, .product__video {
  background: #ffffff;
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .product__360, .product__video {
    height: 64px;
    width: 64px;
  }
}

.rotator-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.rotator-image:active {
  cursor: grabbing;
}

.modal-360 .modal-compare-limit__content {
  max-width: none;
  width: 60%;
}
@media (max-width: 767px) {
  .modal-360 .modal-compare-limit__content {
    width: 90%;
  }
}

.modal-video .modal-compare-limit__content {
  padding: 0;
  overflow: hidden;
  width: 1280px;
  height: 720px;
  max-width: none;
}
@media (max-width: 1350px) {
  .modal-video .modal-compare-limit__content {
    width: 90%;
  }
}
.modal-video .modal-compare-limit__close {
  top: 60px;
}
.modal-video iframe {
  display: block;
}

.play-button {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
  padding: 0;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-button svg {
  width: 40px;
  height: 40px;
  display: block;
}

.gallery-items {
  display: none;
}

@media (max-width: 767px) {
  .catalog__compare {
    max-height: 80vh !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .catalog__compare-case {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}
.service__banner-cont {
  position: relative;
  min-height: 792px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  padding: 0 0 96px 40px;
}
@media (max-width: 1024px) {
  .service__banner-cont {
    min-height: 592px;
  }
}
@media (max-width: 767px) {
  .service__banner-cont {
    padding: 0 16px 24px 16px;
    min-height: 642px;
  }
}
.service__banner-cont .general__bg img {
  object-position: left;
}
@media (max-width: 767px) {
  .service__banner-cont .general__bg img {
    object-position: unset;
  }
}
.service__banner-cont .title {
  font-size: 80px;
  max-width: 660px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .service__banner-cont .title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .service__banner-cont .title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .service__banner-cont .title {
    font-size: 40px;
    max-width: 470px;
  }
}
.service__banner-cont .text {
  margin-bottom: 32px;
  font-weight: 500;
  max-width: 541px;
}
@media (max-width: 1024px) {
  .service__banner-cont .text {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .service__banner-cont .text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.service__banner-cont .general__button-red {
  width: fit-content;
}
@media (max-width: 500px) {
  .service__banner-cont .general__button-red {
    width: 100%;
    text-align: center;
  }
}

.service__utp {
  position: relative;
  z-index: 5;
}
.service__utp .container {
  padding: 0 48px 96px 48px;
}
@media (max-width: 767px) {
  .service__utp .container {
    padding: 16px 8px 48px 8px;
  }
}
.service__utp-cont {
  display: flex;
  column-gap: 24px;
  align-items: stretch;
}
@media (max-width: 1300px) {
  .service__utp-cont {
    gap: 12px;
  }
}
@media (max-width: 1100px) {
  .service__utp-cont {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .service__utp-cont {
    flex-wrap: nowrap;
    column-gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}
.service__utp-cont .item {
  margin-top: -46px;
  width: calc(25% - 18px);
  border-radius: 16px;
  padding: 32px;
  background: #ffffff;
}
@media (max-width: 1300px) {
  .service__utp-cont .item {
    padding: 16px;
    width: calc(25% - 12px);
  }
}
@media (max-width: 1100px) {
  .service__utp-cont .item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .service__utp-cont .item {
    margin-top: 0;
    flex-basis: 298px;
    flex-shrink: 0;
  }
}
@media (max-width: 1100px) {
  .service__utp-cont .item:nth-of-type(3), .service__utp-cont .item:nth-of-type(4) {
    margin-top: 0;
  }
}
.service__utp-cont .image {
  margin-bottom: 24px;
}
.service__utp-cont .image img {
  display: block;
}
.service__utp-cont .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1350px) {
  .service__utp-cont .title {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .service__utp-cont .title {
    font-size: 16px;
  }
}
.service__info .container {
  padding: 0 48px 96px 48px;
}
@media (max-width: 767px) {
  .service__info .container {
    padding: 0 8px 48px 8px;
  }
}
.service__info-cont {
  display: flex;
  column-gap: 100px;
  align-items: flex-start;
}
@media (max-width: 1300px) {
  .service__info-cont {
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .service__info-cont {
    row-gap: 24px;
    flex-direction: column;
  }
}
.service__info-guarantees {
  flex-basis: 584px;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  .service__info-guarantees {
    flex-basis: 450px;
  }
}
@media (max-width: 1023px) {
  .service__info-guarantees {
    flex-basis: 250px;
  }
}
@media (max-width: 767px) {
  .service__info-guarantees {
    flex-basis: auto;
    padding: 0 8px;
  }
}
.service__info-guarantees .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service__info-guarantees .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.service__info-guarantees .text {
  letter-spacing: -0.02em;
  opacity: 0.48;
}
@media (max-width: 767px) {
  .service__info-guarantees .text {
    font-size: 14px;
  }
}
.service__info-questions {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .service__info-questions {
    width: 100%;
  }
}
.service__info-questions .item {
  background: #ffffff;
  cursor: pointer;
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 767px) {
  .service__info-questions .item {
    padding: 16px;
  }
}
.service__info-questions .item.active .question svg {
  transform: rotate(180deg);
}
.service__info-questions .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.service__info-questions .question span {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.03em;
}
@media (max-width: 1300px) {
  .service__info-questions .question span {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .service__info-questions .question span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service__info-questions .question span {
    font-size: 16px;
  }
}
.service__info-questions .question svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.service__info-questions .answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top: 0;
}
.service__info-questions .answer ul {
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 767px) {
  .service__info-questions .answer ul {
    padding-left: 14px;
  }
}
.service__info-questions .answer ul li {
  letter-spacing: -0.02em;
  opacity: 0.7;
  position: relative;
}
@media (max-width: 1679px) {
  .service__info-questions .answer ul li {
    max-width: 568px;
  }
}
@media (max-width: 767px) {
  .service__info-questions .answer ul li {
    font-size: 14px;
  }
}
.service__info-questions .answer ul li::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #EC1B24;
  border-radius: 50%;
}
.service__info-questions .answer ul li:last-child {
  margin-bottom: 0;
}
.service__info-questions .item.active .answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 16px;
}

.service__find .container {
  padding-bottom: 8px;
}
.service__find-cont {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 650px;
  border-radius: 16px;
  padding: 48px 0 48px 40px;
}
@media (max-width: 1679px) {
  .service__find-cont {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .service__find-cont {
    height: 500px;
    padding: 48px 16px 16px 16px;
  }
}
.service__find .title, .service__find .text {
  color: #ffffff;
  max-width: 456px;
}
@media (max-width: 500px) {
  .service__find .title, .service__find .text {
    padding: 0 8px;
  }
}
.service__find .title {
  margin-bottom: 16px;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .service__find .title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .service__find .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .service__find .title {
    font-size: 32px;
  }
}
.service__find .text {
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .service__find .text {
    font-size: 14px;
  }
}
.service__find .general__button-red {
  margin-top: auto;
  width: fit-content;
}
@media (max-width: 500px) {
  .service__find .general__button-red {
    width: 100%;
    text-align: center;
  }
}

.about__banner-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 40px;
  position: relative;
  height: 792px;
  z-index: 2;
}
@media (max-width: 767px) {
  .about__banner-cont {
    padding: 24px 16px;
    height: 642px;
  }
}
.about__banner-cont .text, .about__banner-cont .title {
  color: #ffffff;
}
.about__banner-cont .title {
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .about__banner-cont .title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .about__banner-cont .title {
    font-size: 40px;
  }
}
.about__banner-cont .text {
  max-width: 675px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about__banner-cont .text {
    font-size: 14px;
  }
}

.about__info .container {
  padding: 96px 48px;
}
@media (max-width: 767px) {
  .about__info .container {
    padding: 48px 16px;
  }
}
.about__info-cont .title {
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about__info-cont .title {
    margin-bottom: 8px;
  }
}
.about__info-cont .text {
  max-width: 660px;
  letter-spacing: -0.03em;
  opacity: 0.48;
}
@media (max-width: 767px) {
  .about__info-cont .text {
    font-size: 14px;
  }
}

.about__safety .container {
  padding: 0 48px 24px 48px;
}
@media (max-width: 767px) {
  .about__safety .container {
    padding: 0 8px 24px 8px;
  }
}
.about__safety-cont {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding: 48px 40px;
  height: 600px;
}
@media (max-width: 767px) {
  .about__safety-cont {
    height: 500px;
    padding: 24px;
  }
}
.about__safety-cont > .title {
  font-size: 80px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  max-width: 692px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media (max-width: 1279px) {
  .about__safety-cont > .title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .about__safety-cont > .title {
    font-size: 40px;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .about__safety-cont > .title {
    font-size: 32px;
  }
}
.about__safety-cont .safety-bottom {
  margin-top: auto;
}
.about__safety-cont .safety-bottom .title {
  font-size: 24px;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 588px;
}
@media (max-width: 1279px) {
  .about__safety-cont .safety-bottom .title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .about__safety-cont .safety-bottom .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about__safety-cont .safety-bottom .title {
    font-size: 16px;
  }
}
.about__safety-cont .safety-bottom .text {
  max-width: 568px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .about__safety-cont .safety-bottom .text {
    font-size: 14px;
  }
}

.about__advantage .container {
  padding: 0 48px 96px 48px;
}
@media (max-width: 767px) {
  .about__advantage .container {
    padding: 0 8px 48px 8px;
  }
}
.about__advantage-cont {
  display: flex;
  column-gap: 24px;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .about__advantage-cont {
    column-gap: 12px;
  }
}
@media (max-width: 767px) {
  .about__advantage-cont {
    flex-direction: column;
    row-gap: 8px;
  }
}
.about__advantage-cont .item {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  flex-basis: calc((100% - 48px) / 3);
}
@media (max-width: 1023px) {
  .about__advantage-cont .item {
    flex-basis: calc((100% - 24px) / 3);
  }
}
@media (max-width: 767px) {
  .about__advantage-cont .item {
    flex-basis: auto;
  }
}
.about__advantage-cont .item .image {
  margin-bottom: 24px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .about__advantage-cont .item .image {
    margin-bottom: 16px;
  }
}
.about__advantage-cont .item .image img {
  display: block;
  width: 100%;
}
.about__advantage-cont .item .title, .about__advantage-cont .item .text {
  padding: 0 24px;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .about__advantage-cont .item .title, .about__advantage-cont .item .text {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .about__advantage-cont .item .title, .about__advantage-cont .item .text {
    padding: 0 16px;
  }
}
.about__advantage-cont .item .title {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.about__advantage-cont .item .text {
  padding-bottom: 24px;
  opacity: 0.48;
}
@media (max-width: 1023px) {
  .about__advantage-cont .item .text {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .about__advantage-cont .item .text {
    padding-bottom: 16px;
  }
}

.about__novelty {
  background: #F6F6F6;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .about__novelty {
    padding-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .about__novelty .novelty__cont .swiper-slide {
    padding-bottom: 24px;
  }
}

.technologies__banner-cont {
  position: relative;
  height: 792px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 40px;
  z-index: 2;
}
@media (max-width: 767px) {
  .technologies__banner-cont {
    padding: 24px 16px;
    height: 642px;
  }
}
.technologies__banner-cont .title {
  margin-bottom: 16px;
  font-size: 80px;
  max-width: 562px;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .technologies__banner-cont .title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .technologies__banner-cont .title {
    font-size: 40px;
  }
}
.technologies__banner-cont .text {
  font-weight: 500;
  max-width: 585px;
}
@media (max-width: 767px) {
  .technologies__banner-cont .text {
    font-size: 14px;
  }
}

.technologies__main .container {
  padding: 96px 48px;
}
@media (max-width: 767px) {
  .technologies__main .container {
    padding: 48px 8px 48px 8px;
  }
}
.technologies__main-top {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .technologies__main-top {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
.technologies__main .technologies, .technologies__main .function {
  padding: 0 16px 8px;
  cursor: pointer;
  opacity: 0.48;
  font-weight: 500;
  letter-spacing: -0.04em;
  position: relative;
  transition: all 0.3s ease;
}
.technologies__main .technologies.active, .technologies__main .function.active {
  opacity: 1;
}
.technologies__main .technologies.active::after, .technologies__main .function.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #007F97;
  transform: scaleX(0);
  animation: expandFromCenter 0.3s ease forwards;
}
.technologies__main-techno, .technologies__main-function {
  display: none;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .technologies__main-techno, .technologies__main-function {
    margin-top: 32px;
  }
}
.technologies__main-techno .info .title, .technologies__main-function .info .title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .technologies__main-techno .info .title, .technologies__main-function .info .title {
    margin-bottom: 8px;
    padding-left: 8px;
  }
}
.technologies__main-techno .info .text, .technologies__main-function .info .text {
  max-width: 584px;
  opacity: 0.48;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .technologies__main-techno .info .text, .technologies__main-function .info .text {
    font-size: 14px;
    padding-left: 8px;
  }
}
.technologies__main-techno .general__button-red, .technologies__main-function .general__button-red {
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.technologies__main-techno .case, .technologies__main-function .case {
  margin-top: 40px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 23.5px;
  row-gap: 40px;
}
@media (max-width: 1300px) {
  .technologies__main-techno .case, .technologies__main-function .case {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .technologies__main-techno .case, .technologies__main-function .case {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 20px;
    margin: 24px 0;
  }
}
@media (max-width: 520px) {
  .technologies__main-techno .case, .technologies__main-function .case {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8px;
  }
}
.technologies__main-techno .case .item, .technologies__main-function .case .item {
  padding: 8px 8px 0 8px;
  background: #ffffff;
  border-radius: 16px;
}
@media (max-width: 520px) {
  .technologies__main-techno .case .item, .technologies__main-function .case .item {
    display: flex;
    column-gap: 16px;
    align-items: center;
    padding: 0 16px 8px 8px;
  }
}
.technologies__main-techno .case .item .image, .technologies__main-function .case .item .image {
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBEBEB;
  border-radius: 12px;
  margin-bottom: 12px;
  flex-shrink: 0;
}
@media (max-width: 520px) {
  .technologies__main-techno .case .item .image, .technologies__main-function .case .item .image {
    height: 71px;
    width: 71px;
    margin-top: 8px;
    margin-bottom: 0;
  }
}
.technologies__main-techno .case .item .image img, .technologies__main-function .case .item .image img {
  display: block;
}
@media (max-width: 520px) {
  .technologies__main-techno .case .item .image img, .technologies__main-function .case .item .image img {
    height: 54px;
    width: 54px;
  }
}
.technologies__main-techno .case .item .title, .technologies__main-techno .case .item .text, .technologies__main-function .case .item .title, .technologies__main-function .case .item .text {
  padding: 0 16px;
}
@media (max-width: 900px) {
  .technologies__main-techno .case .item .title, .technologies__main-techno .case .item .text, .technologies__main-function .case .item .title, .technologies__main-function .case .item .text {
    padding: 0 8px;
  }
}
@media (max-width: 520px) {
  .technologies__main-techno .case .item .title, .technologies__main-techno .case .item .text, .technologies__main-function .case .item .title, .technologies__main-function .case .item .text {
    padding: 0 !important;
  }
}
.technologies__main-techno .case .item .title, .technologies__main-function .case .item .title {
  margin-bottom: 3px;
  font-weight: 700;
  letter-spacing: -0.04px;
}
.technologies__main-techno .case .item .text, .technologies__main-function .case .item .text {
  padding-bottom: 24px;
  letter-spacing: -0.24px;
  opacity: 0.48;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767px) {
  .technologies__main-techno .case .item:nth-child(n+15), .technologies__main-function .case .item:nth-child(n+15) {
    display: none;
  }
}
.technologies__main-techno .case .item:nth-child(n+16), .technologies__main-function .case .item:nth-child(n+16) {
  display: none;
}
.technologies__main-techno .case.show-all .item:nth-child(n+16), .technologies__main-function .case.show-all .item:nth-child(n+16) {
  display: block;
}
@media (max-width: 520px) {
  .technologies__main-techno .case.show-all .item:nth-child(n+16), .technologies__main-function .case.show-all .item:nth-child(n+16) {
    display: flex;
  }
}
@media (max-width: 767px) {
  .technologies__main-techno .case.show-all .item:nth-child(n+15), .technologies__main-function .case.show-all .item:nth-child(n+15) {
    display: block;
  }
}
@media (max-width: 520px) {
  .technologies__main-techno .case.show-all .item:nth-child(n+15), .technologies__main-function .case.show-all .item:nth-child(n+15) {
    display: flex;
  }
}
.technologies__main-techno.active, .technologies__main-function.active {
  display: block;
}
.technologies__main-techno .case img {
  max-height: 65px;
}
.technologies__main-function .case img {
  max-height: 100px;
}

@keyframes expandFromCenter {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.contacts__banner.black .title, .contacts__banner.black .text {
  color: #000000 !important;
}

.contacts__banner-cont {
  position: relative;
  height: 792px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .contacts__banner-cont {
    height: 642px;
    padding: 24px 16px;
  }
}
.contacts__banner-cont .title, .contacts__banner-cont .text {
  color: #ffffff;
}
.contacts__banner-cont .title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .contacts__banner-cont .title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .contacts__banner-cont .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contacts__banner-cont .title {
    font-size: 30px;
  }
}
.contacts__banner-cont .text {
  font-size: 500;
  margin-bottom: 32px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .contacts__banner-cont .text {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
.contacts__banner-cont .general__button-red {
  width: fit-content;
}
@media (max-width: 500px) {
  .contacts__banner-cont .general__button-red {
    width: auto;
    text-align: center;
  }
}

.arrow__up {
  position: fixed;
  bottom: 21px;
  right: 21px;
  background: #EC1B24;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 53px;
  width: 53px;
  z-index: 30;
  cursor: pointer;
}

.page-404__inner {
  position: relative;
  height: calc(100vh - 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  padding: 0 0 48px 48px;
  margin: 8px 0;
  color: #fff;
}

.page-404__inner .general__bg img {
  object-position: left;
}

.page-404__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.page-404__title span {
  display: block;
  font-size: 32px;
  letter-spacing: -0.03em;
}

.page-404__text {
  max-width: 425px;
}

@media (max-width: 767px) {
  .page-404__inner {
    padding: 0 16px 24px 16px;
  }

  .page-404__title {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .page-404__title span {
    font-size: 24px;
  }

  .page-404__text {
    font-size: 14px;
  }
}


.policy__info .container {
  padding: 96px 48px 48px 48px;
}

@media (max-width: 767px) {
  .policy__info .container {
    padding: 48px 16px;
  }
}

.policy__banner-cont {
  height: 560px;
}

.policy__banner-info {
  max-width: 660px;
}

.policy__banner.black .title, .policy__banner.black .text {
  color: #000000 !important;
}

.policy__info-inner {
  max-width: 890px;
  color: rgba(0, 0, 0, 0.48);
}

@media (max-width: 767px) {
  .policy__info-inner {
    font-size: 14px;
  }
}

.policy__info p {
  padding-bottom: 15px;
}

.policy__info h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .policy__info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.policy__info ol {
  list-style: none;
  counter-reset: section;
  padding-left: 0;
  margin-bottom: 30px;
}

.policy__info ol > li {
  counter-increment: section;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .policy__info ol > li {
    margin-bottom: 30px;
  }
}

.policy__info ol > li > h2::before {
  content: counter(section) ". ";
}

.policy__info ol > li > ol {
  counter-reset: subsection;
  padding-left: 55px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .policy__info ol > li > ol {
    padding-left: 40px;
  }
}

.policy__info ol > li > ol > li {
  counter-increment: subsection;
  position: relative;
  margin-bottom: 16px;
}

.policy__info ol > li > ol > li::before {
  content: counter(section) "." counter(subsection) ". ";
  position: absolute;
  left: -35px;
}

.policy__info ol ol ol {
  counter-reset: subsub;
  padding-left: 30px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .policy__info ol ol ol {
    padding-left: 18px;
  }
}

.policy__info ol ol ol > li {
  counter-increment: subsub;
  position: relative;
  margin-bottom: 12px;
}

.policy__info ol ol ol > li::before {
  content: counter(section) "." counter(subsection) "." counter(subsub) ". ";
  position: absolute;
  left: -50px;
}

@media (max-width: 767px) {
  .policy__info ol ol ol > li::before {
    left: -42px;
  }
}

.policy__info ul {
  list-style: none;
  padding-left: 30px;
  margin: 16px 0 24px;
}

@media (max-width: 767px) {
  .policy__info ul {
    padding-left: 13px;
    margin: 9px 0 14px;
  }
}

.policy__info ul li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.6;
}

.policy__info ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #007F97;
}

@media (max-width: 767px) {
  .policy__info ul li::before {
    left: -12px;
    top: 7px;
  }
}

.search-page {
  background: #F6F6F6;
  padding-top: 50px;
}

.search-page__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .search-page__heading {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}

.search-page__heading._column {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.search-page__heading h1 {
  margin-bottom: 0;
}


.search-page__results-count {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.48);
}

.search-page .catalog .container {
  padding: 0 48px;
}

.search-page .catalog__filter {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px 0;
}

.search-page .catalog__products {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1023px) {
  .search-page .catalog__products {
    grid-template-columns: repeat(2, 1fr);
  }
}

.search-page__form-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 53px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 0 19px 0 22px;
  background: #fff;
}

@media (max-width: 767px) {
  .search-page__form-input {
    width: 100%;
  }
}

.search-page__form-input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: none;
  appearance: none;
}

.range-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  column-gap: 12px;
}

.value-box {
  padding: 9px 16px;
  border-radius: 8px;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.04);
  position: relative;
}
.value-box span {
  color: #cecece;
  background: #ffffff;
  position: absolute;
  padding: 2px 4px;
  top: -10px;
  left: 24px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.value-box input {
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 18px;
}
.value-box input:focus {
  outline: 0px solid #007F97;
}

.range-hidden-input {
  display: none;
}

.range-cont {
  width: 100%;
  display: flex;
  justify-content: center;
}

.range-wrapper {
  position: relative;
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 0 0 24px 0;
  cursor: pointer;
}

.range-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  background: #EBEBEB;
  border-radius: 20px;
  pointer-events: none;
}

.range-fill {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background: #007F97;
  border-radius: 20px;
  pointer-events: none;
}

.custom-handles {
  position: relative;
  width: 100%;
  height: 40px;
}

.handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #007F97;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 2px 6px rgba(0, 127, 151, 0.2);
  transform: translateX(-50%);
  top: 50%;
  margin-top: -10px;
  transition: background 0.1s;
  z-index: 5;
}

.handle:hover {
  background: #f0fafc;
}

.handle:active {
  cursor: grabbing;
  background: #e0f0f5;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  color: #8b9ab0;
  font-size: 13px;
}

.value-box input[type=number]::-webkit-inner-spin-button,
.value-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.value-box input[type=number] {
  -moz-appearance: textfield;
}

.catalog-reset {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 5px 10px;
  cursor: pointer;
  width: fit-content;
  margin-bottom: 16px;
  display: none;
}
@media (max-width: 767px) {
  .catalog-reset {
    margin-left: 8px;
  }
}

.catalog-reset.active {
  display: block;
}

.feedback__banner {
  padding: 96px 0;
}
.feedback__banner .container {
  padding: 0 48px;
}
.feedback__banner-cont {
  width: 1500px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
.feedback__banner-left {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.feedback__banner-left .title {
  margin-bottom: 8px;
  font-size: 32px;
}
.feedback__banner-left .general__button-red {
  cursor: pointer;
  width: fit-content;
  margin-top: auto;
}
.feedback__banner-left .text {
  opacity: 0.48;
}
.feedback__banner-left .general__button-red {
  padding: 16px 18.5px;
}

.feedback__banner-right img {
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
@media (max-width: 1500px) {
  .feedback__banner-cont {
    width: auto;
  }
}
@media (max-width: 1279px) {
  .feedback__banner .container {
    padding: 0 8px;
  }
}

@media (max-width: 767px) {
  .feedback__banner {
    padding: 56px 0 48px;
  }
  .feedback__banner-cont {
    flex-direction: column-reverse;
  }
  .feedback__banner-left .general__button-red {
    margin-top: 32px;
  }
  .feedback__banner-left {
    padding: 24px 16px;
  }
  .feedback__banner-right img {
    height: auto;
    width: 100%;
  }
}

.footer__cont-feedback {
  width: fit-content;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media (max-width: 450px) {
  .footer__cont-feedback {
    width: 100%;
    text-align: center;
  }
}
/*Форма в модалке*/
.form-title {
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.modal-feedback__cont {
  max-width: 660px;
}
.form-row {
  display: flex;
  column-gap: 8px;
  margin-bottom: 20px;
}
.form__item {
  flex-basis: calc(50% - 4px);
  width: 100%;
  position: relative;
}
.form__item input {
  border: 2px solid rgba(0, 0, 0, 0.08);
  padding: 16px 24px 16px 24px;
  height: 53px;
  width: 100%;
  border-radius: 8px;
}
.form-sign {
  position: absolute;
  background: #ffffff;
  font-size: 10px;
  letter-spacing: -0.04em;
  padding: 0 6px;
  left: 17px;
  top: -6px;
  color: #D4D4D4;
}

.form-item {
  margin-bottom: 20px;
  position: relative;
}
.form-item textarea {
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  width: 100%;
  height: 132px;
  border-radius: 8px;
  resize: none;
}
.form-item textarea:focus {
  outline: none;
}
.form-count {
  position: absolute;
  right: 11px;
  bottom: 8px;
  font-size: 10px;
  letter-spacing: -0.04em;
  background: #ffffff;
  padding: 5px;
  color: #D4D4D4;
}
.select__wrap {
  position: relative;
}
.select__wrap-form .select-trigger {
  border: 2px solid rgba(0, 0, 0, 0.08);
  padding: 14px 24px 16px 24px;
}
.select__wrap-form .custom-select-wrapper {
  margin-bottom: 28px;
}
.form-head {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.form__download {
  display: flex;
  column-gap: 24px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.form__politic {
  margin-bottom: 32px;
}

.form__politic span {
  color: rgba(0, 0, 0, 0.48);
  line-height: 130%!important;
}
.form__politic span b {
  color: #ec1b24;
  display: block;
}

.form__politic.general__checkbox .option span::before {
  left: 3px;
  top: 22%;
  width: 16px;
  height: 16px;
}
.form__politic.general__checkbox .option span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 22%;
}
.form-button {
  padding: 16px 24px;
  background: #EC1B24;
  border-radius: 8px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
.form-button:disabled {
  opacity: 0.24;
  cursor: auto;
}

.form__download-button {
  position: relative;
  display: inline-block;
}

.form__download-button input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.custom-file-button {
  display: inline-block;
  background: transparent;
  border: 2px solid #EC1B24;
  border-radius: 8px;
  padding: 16px 24px;
  color: #EC1B24;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.custom-file-button.has-files {
  border-color: #000000;
  color: #000000;
}
.form__download-info {
  font-size: 14px;
  color: #CECECE;
  letter-spacing: -0.04em;
}
.form__error {
  color: red;
  font-size: 12px;
  margin-bottom: 10px;
  display: none;
}

@media (max-width: 767px) {
  .form-title {
    font-size: 24px;
  }
  .form-row {
    flex-direction: column;
    row-gap: 20px;
  }
  .modal-feedback__cont {
    padding: 24px 16px;
  }
  .form__download {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .form-item textarea {
    height: 164px;
  }
}

.header__products-item:focus {
  border: 1px solid #EBEBEB;
}
.header__products-item:focus:not(:last-child) {
  border-right: none;
}

/* End */
/* /frontend/css/main.css?1775659065134556 */
