

/* Start:/local/templates/mfit/css/main.css?1775728800360215*/
@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/ARIAL.woff2") format("woff2");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/ARIALI.woff2") format("woff2");
}
@font-face {
  font-family: "Heading Pro Treble";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/heading-pro-treble-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Heading Pro Wide";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/Heading-Pro-Wide-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/Inter_18pt-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/Inter_18pt-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/local/templates/mfit/css/../fonts/OpenSans-SemiBold.woff2") format("woff2");
}
:root {
  --main_font_family: "Arial";
  --title_font_family: "Heading Pro Wide";
  --second_font_family: "Heading Pro Treble";
  --rare_font_family: "Roboto";
  --inter_font_family: "Inter";
  --montserrat_font_family: "Montserrat";
  --open_sans_font_family: "Open Sans";
  --url_logo_black: url("/local/templates/mfit/css/../images/sprite.svg#logo_black");
  --url_logo_white: url("/local/templates/mfit/css/../images/sprite.svg#logo_white");
  --url_logo_developed: url("/local/templates/mfit/css/../images/sprite.svg#logo_developed");
  --main_color: rgba(28, 38, 69, 1);
  --main_color_light: rgba(28, 38, 69, 0.6);
  --main_color_light_2: rgba(28, 38, 69, 0.8);
  --main_color_middle_light: rgba(28, 38, 69, 0.5);
  --main_color_extra_light: rgba(28, 38, 69, 0.2);
  --color_white: #ffffff;
  --color_white_light: rgba(248, 248, 248, 1);
  --color_black: #000000;
  --color_red: rgba(229, 33, 69, 1);
  --color_red_light: rgb(234, 77, 106);
  --color_grey: rgba(216, 219, 228, 0.2);
  --color_grey_2: rgba(102, 112, 131, 1);
  --color_grey_3: rgb(181, 184, 194);
  --color_grey_4: rgba(255, 255, 255, 0.4);
  --color_grey_5: rgba(115, 125, 135, 1);
  --color_grey_6: rgba(255, 255, 255, 0.2);
  --color_grey_7: rgba(255, 255, 255, 0.5);
  --color_grey_dark: rgba(222, 222, 222, 1);
  --color_grey_light: rgba(196, 196, 196, 1);
  --color_grey_light_2: rgba(244, 244, 246, 1);
  --color_grey_light_3: rgba(243, 243, 247, 1);
  --color_grey_light_4: rgba(207, 207, 207, 1);
  --color_grey_light_5: rgba(120, 144, 156, 1);
  --color_grey_light_6: rgba(195, 195, 195, 1);
  --color_grey_light_7: rgb(232, 233, 236, 1);
  --color_blue: rgba(0, 136, 255, 1);
  --color_blue_dark: rgba(5, 40, 182, 1);
  --color_blue_light: rgba(49, 171, 226, 1);
  --color_green: rgba(14, 163, 0, 1);
  --color_orange: rgba(242, 105, 75, 1);
  --badge_green: rgb(232, 246, 230);
  --badge_blue: rgb(234, 247, 252);
  --badge_dark_blue: rgb(231, 234, 248);
  --badge_orange: rgba(254, 238, 231, 1);
  --color_beige: rgba(253, 223, 209, 1);
  --main_radius: 10px;
  --big_radius: 20px;
  --extra_big_radius: 28px;
  --middle_radius: 8px;
  --small_radius: 6px;
  --extra_small_radius: 4px;
  --extra_small_radius_2: 3px;
  --circle_radius: 50%;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

html.locked {
  overflow: hidden;
}

html.with-fancybox {
  overflow: clip !important;
}

body {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  line-height: 130%;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
  overflow-x: clip;
}

body.basket {
  padding-top: 116px;
}

body ul {
  margin: 0;
  padding: 0;
}

body p {
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body a:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

body a path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body a:hover path {
  fill: rgba(229, 33, 69, 1);
  fill: var(--color_red, rgb(229, 33, 69));
}

form.hidden {
  display: none;
}

h1,
.h1 {
  margin: 0;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

h2,
.h2 {
  margin: 0;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

h3,
.h3 {
  margin: 0;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4,
.h4 {
  margin: 0;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

h2 br.mobile {
  display: none;
}

.fancybox__dialog::-ms-backdrop {
  max-width: 100vw;
  max-height: 100vh;
}

dialog.fancybox__dialog,
.fancybox__container,
.fancybox__backdrop,
.fancybox__dialog::backdrop {
  max-width: 100vw;
  max-height: 100vh;
}

div.f-panzoom__wrapper {
  min-height: 60vh;
}

div.f-thumbs img {
  -o-object-fit: contain;
     object-fit: contain;
}

.text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0%;
}

.wrapper-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper-video_coating::before {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  opacity: 0.3;
}

.wrapper-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.wrapper-video.play::before {
  display: none;
}

.wrapper-video__poster {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.wrapper-video.play .wrapper-video__poster {
  display: none;
}

.button-play {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper-video.play .button-play {
  display: none;
}

.button-play::before {
  content: "";
}

.button-play.hidden {
  display: none;
}

.button-play::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-play:hover::before {
  opacity: 1;
}

.button-play svg {
  position: relative;
  z-index: 55;
  margin: auto;
}

.button-play svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-play:hover svg path {
  fill: #ffffff;
  fill: var(--white_color, #ffffff);
}

.background-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-style: normal;
  text-transform: uppercase;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  padding: 13px 24px;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  color: #ffffff;
  color: var(--color_white, #ffffff);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button:hover {
  background-color: rgb(234, 77, 106);
  background-color: var(--color_red_light, rgb(234, 77, 106));
}

.button span,
.button svg {
  margin: auto;
}

.button_white,
[data-button-add-basket="1"] {
  color: rgb(234, 77, 106);
  color: var(--color_red_light, rgb(234, 77, 106));
  border: 1px solid rgb(234, 77, 106);
  border: 1px solid var(--color_red_light, rgb(234, 77, 106));
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.button_white:hover,
[data-button-add-basket="1"]:hover {
  background-color: rgb(234, 77, 106);
  background-color: var(--color_red_light, rgb(234, 77, 106));
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.button_transparent {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  border: none;
  background-color: transparent;
}

.button_transparent:hover {
  color: #ffffff;
  color: var(--color_white, #ffffff);
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(234, 77, 106));
}

.button_grey {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  background-color: rgba(222, 222, 222, 1);
  background-color: var(--color_grey_dark, rgb(222, 222, 222));
  border: 1px solid rgba(222, 222, 222, 1);
  border: 1px solid var(--color_grey_dark, rgb(222, 222, 222));
}

.button_grey:hover {
  background-color: rgb(234, 77, 106);
  background-color: var(--color_red_light, rgb(234, 77, 106));
  border: 1px solid rgb(234, 77, 106);
  border: 1px solid var(--color_red_light, rgb(234, 77, 106));
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.button_simple {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  background-color: transparent;
  border: 1px solid rgba(195, 195, 195, 1);
  border: 1px solid var(--color_grey_light_6, rgb(195, 195, 195));
}

.button_simple:hover {
  background-color: rgb(234, 77, 106);
  background-color: var(--color_red_light, rgb(234, 77, 106));
  border: 1px solid rgb(234, 77, 106);
  border: 1px solid var(--color_red_light, rgb(234, 77, 106));
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.button_dark {
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.button_dark:hover {
  background-color: rgb(234, 77, 106);
  background-color: var(--color_red_light, rgb(234, 77, 106));
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

[data-button-add-favorite],
[data-button-add-compare] {
  cursor: pointer;
}

[data-button-add-favorite] svg path,
[data-button-add-compare] svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

[data-button-add-favorite].in_favorite svg path,
.product-card:hover [data-button-add-favorite].in_favorite svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
  fill: rgba(229, 33, 69, 1);
  fill: var(--color_red, rgb(229, 33, 69));
}

[data-button-add-compare].in_compare svg path,
.product-card:hover [data-button-add-compare].in_compare svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

textarea {
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  font-family: "Roboto";
  font-family: var(--rare_font_family, "Roboto");
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

textarea::-moz-placeholder {
  font-family: "Roboto";
  font-family: var(--rare_font_family, "Roboto");
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

textarea:-ms-input-placeholder {
  font-family: "Roboto";
  font-family: var(--rare_font_family, "Roboto");
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

textarea::-ms-input-placeholder {
  font-family: "Roboto";
  font-family: var(--rare_font_family, "Roboto");
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

textarea::placeholder {
  font-family: "Roboto";
  font-family: var(--rare_font_family, "Roboto");
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

p {
  opacity: 0.8;
}

h1 + p {
  margin-top: 32px;
  width: 100%;
  max-width: 855px;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.section {
  margin-top: 100px;
}

.subsection {
  margin-top: 70px;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-bottom: 30px;
}

.section-header_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-header .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  height: 40px;
  border: 1px solid rgba(196, 196, 196, 1);
  border: 1px solid var(--color_grey_light, rgb(196, 196, 196));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.more-link_mobile {
  display: none;
}

.download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  color: rgba(115, 125, 135, 1);
  color: var(--color_grey_5, rgb(115, 125, 135));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.download-link:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.download-link:hover svg path {
  fill: rgba(229, 33, 69, 1);
  fill: var(--color_red, rgb(229, 33, 69));
}

.download-link span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.section-header a span {
  margin: auto;
}

.section-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

.section-header__row_mobile {
  display: none;
}

.section-header__row a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.section-header h2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  line-height: 40px;
}

.section-header h2 .mobile {
  display: none;
}

.section-header div.swiper-navigation {
  position: static;
  z-index: 0;
  margin: auto 0 auto auto;
}

.section .swiper {
  overflow: visible;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.pagination__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  border: 1px solid rgba(28, 38, 69, 1);
  border: 1px solid var(--main_color, rgb(28, 38, 69));
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  color: #ffffff;
  color: var(--white_color, #ffffff);
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagination span {
  margin: auto;
  line-height: 1;
}

.pagination a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  line-height: 1;
}

.pagination__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  border: 1px solid rgba(195, 195, 195, 1);
  border: 1px solid var(--color_grey_light_6, rgb(195, 195, 195));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagination a:not(.pagination__more) button {
  padding: 0;
}

.pagination button {
  cursor: pointer;
}

.pagination button path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pagination button:hover path {
  fill: rgba(229, 33, 69, 1);
  fill: var(--color_red, rgb(229, 33, 69));
}

.pagination button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pagination button:disabled path {
  fill: initial;
}

a.pagination__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
}

a.pagination__more .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 10px;
  margin: auto;
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.icon-eye {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#eye");
}

.icon-clock {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#clock_red");
}

.icon-yandex {
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#yandex");
}

.icon-2gis {
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#2gis");
}

.icon-phone {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#phone");
}

.icon-guarantee {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#guarantee");
}

.icon-location {
  min-width: 13px;
  max-width: 13px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#location");
}

.icon-location-2 {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#location_2");
}

.icon-tg-white {
  min-width: 15px;
  max-width: 15px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#tg_white");
}

.icon-vk-white {
  min-width: 15px;
  max-width: 15px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#vk_white");
}

.icon-tg-dark {
  min-width: 15px;
  max-width: 15px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#tg_dark");
}

.icon-vk-dark {
  min-width: 15px;
  max-width: 15px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#vk_dark");
}

.icon-star-rating {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#lucide_star");
}

.star-red-full {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#star_red_full");
}

.icon-star-red {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#star_red");
}

.icon-share {
  min-width: 12px;
  max-width: 12px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#share");
}

.icon-compare-red {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#compare_red");
}

.icon-back {
  min-width: 10px;
  max-width: 10px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#arrow_left_black");
}

.icon-next {
  min-width: 11px;
  max-width: 11px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#arrow_right_black");
}

.icon-close {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#close_black");
}

.icon-home-black {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#home_black");
}

.icon-catalog-black {
  min-width: 28px;
  max-width: 28px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#catalog_black");
}

.icon-basket-black {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#basket_black");
}

.icon-basket-red {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#basket_red");
}

.icon-star-black {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#star_black");
}

.icon-account-black {
  min-width: 17px;
  max-width: 17px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#account_black");
}

.icon-logo-fitness-black {
  min-width: 183px;
  max-width: 183px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#logo_fitness_black");
}

.icon-logo-fitness-red {
  min-width: 183px;
  max-width: 183px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#logo_fitness_red");
}

.icon-logo-fitness-red-2 {
  min-width: 147px;
  max-width: 147px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#logo_fitness_red_2");
}

.icon-logo-fitness-green {
  min-width: 147px;
  max-width: 147px;
  min-height: 32px;
  max-height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#logo_fitness_green");
}

.icon-right-white {
  min-width: 36px;
  max-width: 36px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#arrow_right_white");
}

.icon-arrow-right-red {
  min-width: 6px;
  max-width: 6px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#arrow_right_red");
}

.icon-wb {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#wb");
}

.icon-ozon {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#ozon");
}

.wb-text {
  min-width: 107px;
  max-width: 107px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#wb_text");
}

.ozon-text {
  min-width: 45px;
  max-width: 45px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#ozon_text");
}

.icon-download-black {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#download_black");
}

.icon-download-red {
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#download_red");
}

.icon-down-black {
  min-width: 16px;
  max-width: 16px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#arrow_down_black");
}

.icon-down-red {
  min-width: 10px;
  max-width: 10px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#arrow_down_red");
}

.icon-down-long {
  min-width: 28px;
  max-width: 28px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#long_arrow_down");
}

.icon-search-black {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#search_black");
}

.icon-in-stock {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#in_stock");
}

.icon-clock-black {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#clock_black");
}

.icon-upon-request {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#upon_request");
}

.icon-sort-red {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#icon_sort_red");
}

.icon-filter-red {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#icon_filter_red");
}

.icon-sort-red-2 {
  min-width: 18px;
  max-width: 18px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#icon_sort_red_2");
}

.icon-play {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#play");
}

.icon-pdf {
  min-width: 20px;
  max-width: 20px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#icon_pdf");
}

.icon-pdf-2 {
  min-width: 10px;
  max-width: 10px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#icon_pdf_2");
}

.icon-done-send {
  min-width: 77px;
  max-width: 77px;
  height: 77px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#done_send");
}

.icon-service-2 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#2_service");
}

.icon-service-3 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#3_service");
}

.icon-service-4 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#4_service");
}

.icon-service-5 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#5_service");
}

.icon-service-6 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#6_service");
}

.icon-service-7 {
  min-width: 85px;
  max-width: 85px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#7_service");
}

.icon-service-8 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#8_service");
}

.icon-service-white-2 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#2_service_white");
}

.icon-service-white-3 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#3_service_white");
}

.icon-service-white-4 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#4_service_white");
}

.icon-service-white-5 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#5_service_white");
}

.icon-service-white-6 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#6_service_white");
}

.icon-service-white-7 {
  min-width: 85px;
  max-width: 85px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#7_service_white");
}

.icon-service-white-8 {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#8_service_white");
}

.icon-plus-circle {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#icon_plus_circle");
}

.icon-plus-red {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#plus_red");
}

.icon-flag {
  min-width: 15px;
  max-width: 15px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#flag");
}

.icon-download-xml {
  min-width: 13px;
  max-width: 13px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#download_xml");
}

.icon-alert-circle {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#alert_circle");
}

.icon-alert-triangle {
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#alert_triangle");
}

.icon-empty-block {
  min-width: 149px;
  max-width: 149px;
  height: 144px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#icon_empty_block");
}

.icon-delete {
  min-width: 18px;
  max-width: 18px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#delete");
}

.icon-delete-red {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#delete_red");
}

.icon-mobile {
  display: none;
}

div.swiper-navigation.hidden {
  display: none;
}

div.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-navigation div {
  width: 18px;
  height: 26px;
}

.swiper-navigation div:not(.visible) {
  display: none;
}

div.swiper-button-next,
div.swiper-button-prev {
  position: static;
  margin: 0;
}

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

div.swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  opacity: 0;
}

.swiper-navigation div.swiper-pagination:not(.visible) {
  display: none;
}

div.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  margin: 0;
  border-radius: 0;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.2;
}

div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  border-radius: 28px;
  border-radius: var(--extra_big_radius, 28px);
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  opacity: 1;
}

.selects-block {
  position: relative;
  height: 40px;
}

.select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(28, 38, 69, 0.6);
  color: var(--main_color_light, rgba(28, 38, 69, 0.6));
  font-size: 16px;
  cursor: pointer;
}

.select__title:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.select__title svg {
  margin: auto 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.select__title:hover svg path {
  fill: rgba(229, 33, 69, 1);
  fill: var(--color_red, rgb(229, 33, 69));
}

.open .select__title svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select {
  position: relative;
}

.select__list {
  position: absolute;
  z-index: 100;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 160px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
  overflow-y: auto;
}

.open .select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.select__item:first-child {
  padding-top: 10px;
}

.select__item:last-child {
  padding-bottom: 10px;
}

.select__item.selected {
  background-color: #F2F3F5;
  background-color: var(--dark-white-color, #F2F3F5);
  cursor: auto;
}

.select__list:not(.hidden) .select__item:last-child {
  border-radius: 0 0 6px 6px;
  border-radius: 0 0 var(--small-radius, 6px) var(--small-radius, 6px);
}

.select__item:hover:not(.selected) {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  background-color: rgba(244, 244, 246, 1);
  background-color: var(--color_grey_light_2, rgb(244, 244, 246));
}

.button-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  width: 100%;
  max-width: 136px;
  height: 40px;
  margin: auto 0 auto 48px;
  padding: 10px 14px;
}

.button-catalog span {
  line-height: 12px;
}

.button-catalog__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 19px;
  max-width: 19px;
  height: 8px;
  margin: auto 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.button-catalog__line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-catalog__line::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-catalog.open .button-catalog__line::before {
  -webkit-transform: translate(0, 3px) rotate(45deg);
      -ms-transform: translate(0, 3px) rotate(45deg);
          transform: translate(0, 3px) rotate(45deg);
}

.button-catalog.open .button-catalog__line::after {
  -webkit-transform: translate(0, -4px) rotate(-45deg);
      -ms-transform: translate(0, -4px) rotate(-45deg);
          transform: translate(0, -4px) rotate(-45deg);
}

.button-catalog__line span {
  width: 100%;
  height: 1px;
  margin: auto 0;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.button-catalog.open .button-catalog__line span {
  opacity: 0;
}

.button-catalog__line_black span,
.button-catalog__line_black::before,
.button-catalog__line_black::after {
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.button-catalog__line_black {
  min-width: 25px;
  max-width: 25px;
  height: 12px;
}

.catalog-menu {
  position: absolute;
  z-index: -10;
  top: 100%;
  left: 0;
  width: 100%;
  height: 75.5vh;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  opacity: 0;
  pointer-events: none;
}

.catalog-menu.open {
  z-index: 150;
  opacity: 1;
  pointer-events: all;
}

.catalog-menu.open::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -150%;
  width: 200%;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.catalog-menu.open::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -150%;
  width: 200%;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.catalog-menu div.wrapper {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog-menu .header__link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.catalog-menu .header__link:hover,
.catalog-menu__item:hover .catalog-menu__item-top .header__link,
.catalog-menu__item.active .header__link {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.catalog-menu__first-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 340px;
  padding-right: 23px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.catalog-menu__first-level::-webkit-scrollbar {
  display: none;
}

.catalog-menu__item {
  padding: 10px 15px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  cursor: pointer;
}

.catalog-menu__item.active,
.catalog-menu__item:hover {
  background-color: rgba(244, 244, 246, 1);
  background-color: var(--color_grey_light_2, rgb(244, 244, 246));
}

.catalog-menu__header {
  position: relative;
  display: none;
  margin: 20px 20px 0;
}

.catalog-menu__header span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-menu__header div {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
}

.catalog-menu__header div:first-child {
  left: 0;
}

.catalog-menu__header div:last-child {
  right: 0;
}

.catalog-menu__second-level.active {
  z-index: 10;
  opacity: 1;
}

.catalog-menu__second-level .wrapper-video {
  max-width: 407px;
  width: 100%;
  height: 100%;
  max-height: 563px;
}

.catalog-menu__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  overflow-y: auto;
}

.catalog-menu__col::-webkit-scrollbar {
  width: 2px;
}

.catalog-menu__col .icon-back {
  display: none;
}

.catalog-menu__list-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  cursor: auto;
}

.catalog-menu__item-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

.catalog-menu__item-top .icon-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  margin: auto;
}

.catalog-menu__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.catalog-menu__second-level {
  position: absolute;
  z-index: -10;
  left: 340px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 340px);
  height: 100%;
  padding: 20px 0 20px 60px;
  font-size: 18px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: auto;
}

.catalog-menu__wrapper-img {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 563px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.catalog-menu__wrapper-img img {
  width: 100%;
  height: 100%;
}

.catalog-menu__wrapper-text {
  position: absolute;
  left: 40px;
  bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.catalog-menu__wrapper-text h2 {
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.catalog-menu__wrapper-text span {
  font-size: 20px;
  font-weight: 400;
}

.catalog-menu__second-level .catalog-menu__item {
  padding: 0;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.catalog-menu__second-level .catalog-menu__item .catalog-menu__item-top a.header__link {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  line-height: 21px;
}

.catalog-menu__second-level .catalog-menu__item .catalog-menu__item-top a.header__link:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.catalog-menu__second-level .catalog-menu__item .catalog-menu__item-top {
  gap: 5px;
}

.catalog-menu__second-level .catalog-menu__item .catalog-menu__item-top span {
  opacity: 0.5;
}

.catalog-menu__second-level a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.catalog-menu__second-level ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.catalog-menu__second-level li {
  cursor: pointer;
}

.catalog-menu__icon {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog-menu__icon-1 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#1_catalog");
}

.catalog-menu__icon-2 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#2_catalog");
}

.catalog-menu__icon-3 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#3_catalog");
}

.catalog-menu__icon-4 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#4_catalog");
}

.catalog-menu__icon-5 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#5_catalog");
}

.catalog-menu__icon-6 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#6_catalog");
}

.catalog-menu__icon-7 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#7_catalog");
}

.catalog-menu__icon-8 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#8_catalog");
}

.catalog-menu__icon-9 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#9_catalog");
}

.catalog-menu__icon-10 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#10_catalog");
}

.catalog-menu__icon-11 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#11_catalog");
}

.catalog-menu__icon-12 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#12_catalog");
}

.catalog-menu__icon-13 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#13_catalog");
}

.catalog-menu__icon-14 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#14_catalog");
}

.catalog-menu__icon-15 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#15_catalog");
}

.catalog-menu__icon-16 {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#16_catalog");
}

.catalog-menu__search-form {
  display: none;
  width: 100%;
  padding: 30px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog-menu__search-form input {
  height: 30px;
  padding: 5px 10px;
  border-radius: 4px;
  border-radius: var(--extra_small_radius, 4px);
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
}

.catalog-menu__search-form button[type=reset] {
  position: absolute;
  z-index: -10;
  top: 0;
  bottom: 0;
  right: 20px;
  opacity: 0;
  pointer-events: none;
}

.catalog-menu__search-form .filled button[type=reset] {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
}

.button-up {
  position: fixed;
  z-index: 50;
  bottom: 165px;
  right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-up.hidden {
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.button-up svg {
  margin: auto;
}

.button-up:hover {
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

div.hidden {
  display: none;
}

.simplebar-content-wrapper {
  scroll-behavior: smooth;
}

.simplebar-vertical .simplebar-scrollbar {
  width: 2px !important;
  border-radius: 10px !important;
  border-radius: var(--main_radius, 10px) !important;
}

.simplebar-vertical .simplebar-scrollbar {
  background: rgba(28, 38, 69, 1);
  background: var(--main_color, rgb(28, 38, 69));
  opacity: 0.4;
}

.simplebar-track.simplebar-vertical {
  width: 2px !important;
  margin: 10px 6px 10px 0 !important;
}

.simplebar-track.simplebar-vertical {
  position: relative;
}

.simplebar-track.simplebar-horizontal {
  height: 4px !important;
}

.simplebar-track.simplebar-horizontal {
  position: relative;
  border-radius: 39px;
  background: rgba(28, 38, 69, 0.1);
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  min-width: 40% !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  background: rgba(28, 38, 69, 0.5);
  background: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
}

.simplebar-track.simplebar-vertical::before {
  background: rgba(28, 38, 69, 1) !important;
  background: var(--main_color, rgb(28, 38, 69)) !important;
}

.simplebar-track.simplebar-vertical::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.background-popup {
  position: fixed;
  z-index: 550;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.background-popup::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.6;
}

.background-popup_transparent {
  background-color: transparent;
}

.background-popup.hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -10;
  opacity: 0;
}

.background-popup .wrapper {
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.popup {
  position: relative;
  padding: 40px 30px;
  width: 100%;
  max-width: 537px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 700px;
  margin: auto;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

.form-header {
  margin-bottom: 24px;
}

.form-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.form-feedback .button {
  width: 158px;
  margin-top: 22px;
}

.popup .form-feedback .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.finish-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: auto;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.popup .finish-form {
  line-height: 40px;
  text-align: center;
}

.finish-form div {
  margin: 0 auto;
}

.finish-form.hidden {
  display: none;
}

.wrapper-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 24px;
}

.wrapper-form h3 {
  margin: auto 0;
}

.wrapper-input {
  position: relative;
}

.wrapper-input.error input,
.wrapper-input.error textarea {
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
}

.wrapper-input__placeholder {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Roboto";
  font-family: var(--rare_font_family, "Roboto");
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
}

textarea + .wrapper-input__placeholder {
  top: 15px;
  left: 15px;
  bottom: auto;
  right: auto;
}

.wrapper-input__placeholder_mobile {
  display: none;
}

[data-required=true]:not(.simple) + .wrapper-input__placeholder::after {
  content: "*";
}

.wrapper-input.filled .wrapper-input__placeholder {
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.wrapper-input_checkbox input {
  display: none;
}

.wrapper-input_checkbox label {
  display: block;
  padding-left: 24px;
  cursor: pointer;
}

.wrapper-input_checkbox label,
.wrapper-input_checkbox label a {
  position: relative;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 12px;
  font-weight: 400;
}

.form-feedback_review .wrapper-input_checkbox label,
.form-feedback_review .wrapper-input_checkbox label a {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.wrapper-input_checkbox label a:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.wrapper-input_checkbox label span {
  display: inline-block;
  opacity: 0.5;
}

.wrapper-input_checkbox label::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14.000000' height='14.000000' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector' d='M13.5 7L13.5 11.875C13.5 12.306 13.3288 12.7193 13.024 13.024C12.7193 13.3288 12.306 13.5 11.875 13.5L2.125 13.5C1.69402 13.5 1.2807 13.3288 0.975951 13.024C0.671205 12.7193 0.5 12.306 0.5 11.875L0.5 2.125C0.5 1.69402 0.671205 1.2807 0.975951 0.975951C1.2807 0.671205 1.69402 0.5 2.125 0.5L9.4375 0.5' fill-rule='nonzero' stroke='rgb(229,33,69)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' /%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-input_checkbox input:checked + label::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 3px;
  width: 10px;
  height: 7px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10.0039 7.02539' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.003906' height='7.025391' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector' d='M0.501953 4.25195L2.9565 6.50195L9.50195 0.501953' fill-rule='nonzero' stroke='rgb(229,33,69)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' /%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapper-input_second-checkbox input {
  display: none;
}

.wrapper-input_second-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.wrapper-input_second-checkbox label:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.wrapper-input_second-checkbox label::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid rgba(120, 144, 156, 1);
  border: 1px solid var(--color_grey_light_5, rgb(120, 144, 156));
  opacity: 0.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-input_second-checkbox label:hover::before,
.wrapper-input_second-checkbox input:checked + label::before {
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.wrapper-input_second-checkbox input:checked + label::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 9px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10.0039 7.02539' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.003906' height='7.025391' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector' d='M0.501953 4.25195L2.9565 6.50195L9.50195 0.501953' fill-rule='nonzero' stroke='rgb(229,33,69)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' /%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.input-error {
  position: absolute;
  bottom: -18px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.wrapper-input.error .input-error {
  opacity: 1;
  pointer-events: all;
}

.wrapper-input textarea {
  width: 100%;
  height: 102px;
  padding: 15px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  resize: none;
}

.main-logo {
  min-width: 169px;
  max-width: 169px;
  height: 35px;
  margin: auto 0;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#logo_black");
  background-image: var(--url_logo_black);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_white:not(.header_white_open) .main-logo {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#logo_white");
  background-image: var(--url_logo_white);
}

.header_grey .header__top {
  background-color: transparent;
}

.header_grey:not(.fixed) .header__bottom {
  border-bottom: 1px solid rgba(28, 38, 69, 0.2);
  border-bottom: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.main-logo_mobile {
  display: none;
}

.header.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.header:not(.fixed) {
  height: calc(100% - 80px);
}

.header.header_white.fixed .header__bottom::before {
  opacity: 1;
  background-color: rgb(181, 184, 194);
  background-color: var(--color_grey_3, rgb(181, 184, 194));
}

.header.fixed .header__bottom::before {
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  opacity: 1;
}

.header__message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.header__message span {
  margin: 0 auto;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 14px;
  font-weight: 400;
}

.header__message svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.header__message svg:hover path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.header.fixed .header__message {
  display: none;
}

.header__top {
  padding: 15px 0 22px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.header.open-menu .header__top,
.header_white_open .header__top {
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
}

.header.fixed .header__top {
  display: none;
}

.header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.location-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.location-block > span {
  margin: auto 0;
}

.location-block__title {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.location-block__title:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.header__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

.header_simple {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.header_simple:not(.fixed) {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header.fixed.header_simple {
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
}

.header_simple .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__links-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__links-list a span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.header__links-list a.active {
  padding: 10px 12px;
  border: 1px solid rgba(196, 196, 196, 1);
  border: 1px solid var(--color_grey_light, rgb(196, 196, 196));
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.header_simple .header__row {
  gap: 50px;
}

.header__contacts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  white-space: nowrap;
}

.header__email {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-decoration-line: underline;
  opacity: 0.78;
}

.header__contacts .button {
  min-width: 180px;
  max-width: 180px;
  height: 35px;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.header__bottom {
  position: relative;
  z-index: 500;
}

.header__bottom::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  opacity: 0.3;
}

.header.open-menu .header__bottom::before {
  opacity: 1;
}

.header_white .header__bottom::before {
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.header.header_white_open .header__bottom::before {
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  opacity: 1;
}

.header__bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0;
}

.header__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 auto auto;
}

.header__more a {
  position: relative;
  width: 24px;
  height: 24px;
}

.header__more a:hover svg path {
  fill: transparent;
}

.header__more > div {
  position: relative;
}

.item-count {
  position: absolute;
  right: -23px;
  top: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 17px;
  padding: 2px 5px;
  border-radius: 20px;
  background-color: rgba(0, 136, 255, 1);
  background-color: var(--color_blue, rgb(0, 136, 255));
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 10px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-count.compare {
  right: -29px;
  margin: 0;
}

.header__more a span,
.item-count span {
  margin: auto;
  line-height: 1;
}

.header__more a svg path,
.header__more a svg circle {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header__more a svg path,
.header__more a svg circle {
  stroke: rgba(28, 38, 69, 1);
  stroke: var(--main_color, rgb(28, 38, 69));
}

.search-block svg {
  cursor: pointer;
}

.search-block svg path {
  fill: rgba(28, 38, 69, 1);
  fill: var(--main_color, rgb(28, 38, 69));
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_white .search-block svg path {
  fill: #ffffff;
  fill: var(--color_white, #ffffff);
}

.search-block svg:hover path {
  fill: rgba(229, 33, 69, 1);
  fill: var(--color_red, rgb(229, 33, 69));
}

.block-basket-header svg circle,
.block-basket-header svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_white:not(.header_white_open) .header__more a svg path,
.header_white:not(.header_white_open) .header__more a svg circle {
  stroke: #ffffff;
  stroke: var(--color_white, #ffffff);
}

.header_white:not(.header_white_open) .header__more svg:hover path,
.header_white:not(.header_white_open) .header__more svg:hover circle {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.header__more a svg:hover path,
.header__more a svg:hover circle {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.search-block__popup {
  position: absolute;
  z-index: 1001;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.search-block__popup.hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.search-block__popup::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.search-block__popup::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.search-block__form button svg path {
  stroke: rgba(28, 38, 69, 1);
  stroke: var(--main_color, rgb(28, 38, 69));
  fill: #ffffff;
  fill: var(--color_white, #ffffff);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.search-block__form button svg:hover path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
  fill: #ffffff;
  fill: var(--color_white, #ffffff);
}

.search-block__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.search-block__wrapper-input {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-block__wrapper-input .wrapper-input {
  width: 100%;
}

.search-block__wrapper-input input {
  width: 100%;
  padding-right: 45px;
}

.search-block__wrapper-input button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.social-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
}

.free-consultation_dark .social-media a {
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.social-media a:hover {
  color: rgb(234, 77, 106);
  color: var(--color_red_light, rgb(234, 77, 106));
}

.social-media a div {
  margin: auto;
}

.main-navigation-sublists {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.main-navigation-sublists__wrapper-content {
  width: 100%;
}

.main-navigation {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 auto 50px;
}

.main-navigation__first-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.main-navigation__first-item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.main-navigation__link {
  position: relative;
}

.main-navigation__first-item:hover .main-navigation__link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
}

.main-navigation__link,
.main-navigation__sublink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}

.header_white:not(.header_white_open) .main-navigation__link {
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.main-navigation__first-item:hover .main-navigation__link {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.header_white .main-navigation__link:hover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
}

.main-navigation-sublists .main-navigation__second-list .main-navigation__link {
  display: none;
}

.main-navigation__link svg {
  margin: 4px 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-navigation__link svg path {
  stroke: rgba(28, 38, 69, 1);
  stroke: var(--main_color, rgb(28, 38, 69));
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_white .main-navigation__link svg path {
  stroke: #ffffff;
  stroke: var(--color_white, #ffffff);
}

.main-navigation__first-item:hover .main-navigation__link svg,
.main-navigation__link:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-navigation__first-item:hover .main-navigation__link svg path,
.main-navigation__link:hover svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
  fill: transparent;
}

.main-navigation__second-list {
  position: absolute;
  z-index: -10;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 630px;
  margin-left: auto;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  opacity: 0;
  pointer-events: none;
  overflow-y: clip;
  overflow-x: visible;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-navigation__second-list_dark {
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
}

.main-navigation__first-item:hover .main-navigation__second-list {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}

.main-navigation__first-item:hover .main-navigation__second-list:before,
.main-navigation__first-item:hover .main-navigation__second-list::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -299%;
  width: 300%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.main-navigation__first-item:hover .main-navigation__second-list::after {
  left: auto;
  right: -299%;
}

.main-navigation__first-item:hover .main-navigation__second-list[data-brand-list] {
  z-index: 100;
  opacity: 1;
  overflow-y: clip;
  pointer-events: all;
}

.main-navigation__second-list[data-brand-list] .main-navigation__row {
  width: 100%;
}

.main-navigation__second-list:hover {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.main-navigation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-navigation__wrapper-alphabet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  min-width: 395px;
  max-width: 395px;
  height: 100%;
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
  overflow-y: auto;
}

.main-navigation__brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 20px 0 20px 50px;
  overflow-y: auto;
}

.main-navigation__brand-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.main-navigation__brand-list ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.main-navigation__brand-list ul li:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.main-navigation__brand-letter {
  margin-bottom: 10px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  font-weight: 400;
}

ul + .main-navigation__brand-letter {
  margin-top: 20px;
}

.main-navigation__alphabet {
  position: absolute;
  right: 30px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-navigation__alphabet button {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.main-navigation__col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 20px 40px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.main-navigation__col .button {
  min-width: 183px;
  max-width: 183px;
}

.main-navigation__grid-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.main-navigation__grid-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  padding: 20px;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-navigation__grid-list a:hover {
  background-color: rgba(28, 38, 69, 0.2);
  background-color: var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.main-navigation__grid-list a img {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-navigation__subtitle {
  margin-bottom: 6px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  font-weight: 400;
}

[data-button=burger] {
  display: none;
}

.mobile-menu {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 20px 50px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  scrollbar-width: none;
  -ms-overflow-style: none;
  will-change: transform;
}

.mobile-menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu.hidden {
  display: block;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.mobile-menu__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-menu__header .icon-close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mobile-menu__header .main-logo {
  margin: 0 auto;
}

.mobile-menu__header .location-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.mobile-menu .header__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.mobile-menu .header__links-list a {
  height: 35px;
  border: 1px solid rgba(196, 196, 196, 1);
  border: 1px solid var(--color_grey_light, rgb(196, 196, 196));
  font-size: 12px;
}

.mobile-menu .header__links-list a span {
  margin: auto;
}

.mobile-menu .main-navigation__first-item:hover .main-navigation__second-list[data-brand-list] {
  height: 100%;
}

.main-navigation__first-item:hover .main-navigation__second-list .main-navigation__col {
  overflow-y: auto;
}

.mobile-menu .main-navigation__subtitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
}

.mobile-menu .main-navigation__second-list[data-scrollable-block] .icon-back {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: auto;
}

.mobile-menu .main-navigation__second-list [data-brand-tiles] .icon-back {
  top: 20px;
  left: 20px;
}

.mobile-menu .main-navigation__brand-list ul li:hover {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.mobile-menu .main-navigation__first-item a:hover {
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
}

.mobile-menu .main-navigation {
  display: block;
  margin-top: 40px;
  margin-left: 0;
}

.mobile-menu .main-navigation__first-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.mobile-menu .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.mobile-menu .header__contacts .social-media,
.mobile-menu .header__contacts .header__phone span,
.mobile-menu .header__contacts .header__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .header__contacts .button {
  display: block;
  min-width: auto;
  max-width: 350px;
  margin-top: 10px;
}

.mobile-menu .main-navigation__link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-menu .main-navigation__link svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mobile-menu .main-navigation__first-item:hover .main-navigation__link svg,
.mobile-menu .main-navigation__link:hover svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mobile-menu .main-navigation__first-item {
  padding: 15px 0;
  border-top: 1px solid rgba(28, 38, 69, 0.2);
  border-top: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.mobile-menu .main-navigation__first-item:last-child {
  border-bottom: 1px solid rgba(28, 38, 69, 0.2);
  border-bottom: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.mobile-menu .main-navigation__first-item a {
  font-size: 14px;
}

.mobile-menu .main-navigation__first-item:hover .main-navigation__link {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.mobile-menu .main-navigation__first-item:hover .main-navigation__link::before {
  display: none;
}

.mobile-menu .main-navigation__first-item:hover .main-navigation__link svg path,
.mobile-menu .main-navigation__link:hover svg path {
  stroke: rgba(28, 38, 69, 1);
  stroke: var(--main_color, rgb(28, 38, 69));
}

.mobile-menu .main-navigation__second-list {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  min-width: 100%;
  padding: 20px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
  pointer-events: all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}

.mobile-menu .main-navigation__second-list[data-scrollable-block] {
  overflow-y: visible;
}

.mobile-menu a.active + .main-navigation__second-list {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu .main-navigation__item-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 30px;
}

.mobile-menu .main-navigation__item-header span {
  margin: 0 auto;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu .main-navigation__item-header .icon-back {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile-menu .main-navigation__col {
  padding: 0;
}

.mobile-menu .main-navigation__brand-list {
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: visible;
}

.mobile-menu .main-navigation__wrapper-alphabet {
  padding: 0;
  min-width: auto;
  width: 100%;
  max-width: 100%;
}

.mobile-menu .main-navigation__alphabet {
  position: sticky;
  top: 20px;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mobile-menu .main-navigation__second-list[data-brand-list] .main-navigation__col {
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mobile-menu .main-navigation__second-list[data-brand-list] .main-navigation__col.hidden {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.mobile-menu .main-navigation__brand-letter {
  font-size: 20px;
}

.footer {
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  overflow: hidden;
}

.footer_simple {
  padding: 20px 0;
}

.footer_simple .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.main-logo_footer {
  margin-bottom: 24px;
}

.footer__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.footer__wrapper-text:nth-last-of-type(2) {
  position: relative;
  padding: 30px 0;
}

.footer__wrapper-text:nth-last-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.footer__wrapper-text:nth-last-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.footer__wrapper-text:nth-last-of-type(2) span:first-child {
  opacity: 0.8;
}

.footer__wrapper-text:nth-last-of-type(2) span:last-child {
  opacity: 0.4;
}

.footer__phone {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.footer__email {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration-line: underline;
  opacity: 0.78;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer-menu__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.footer-menu__item a {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.8;
}

.footer-menu__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  font-weight: 400;
}

.footer__copyright {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 25px;
  padding-bottom: 35px;
}

.footer__copyright:before {
  content: "";
  position: absolute;
  top: 0;
  left: -150vw;
  width: 300vw;
  height: 1px;
  background: rgba(28, 38, 69, 1);
  background: var(--main_color, rgb(28, 38, 69));
  opacity: 0.2;
}

.footer__copy {
  opacity: 0.6;
}

.footer__policy {
  margin-left: 334px;
  color: rgb(128, 138, 157);
  color: var(--color_blue_gray, rgb(128, 138, 157));
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer__developed {
  margin: auto 0 auto auto;
}

.footer_simple .footer__developed {
  margin: auto 0;
}

.footer__developed-logo {
  min-width: 60px;
  max-width: 60px;
  height: 22px;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#logo_developed");
  background-image: var(--url_logo_developed, url("/local/templates/mfit/css/../images/sprite.svg#logo_developed"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer__subtitle {
  color: rgba(102, 112, 131, 1);
  color: var(--color_grey_2, rgb(102, 112, 131));
}

.rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.rating-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  min-height: 74px;
  padding: 10px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 7.47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rating-block__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: auto;
}

.rating-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rating-block__row span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 19.61px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.rating-block__stars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.rating-block__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rating-block__description a,
.rating-block__description span {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 12px;
  font-weight: 400;
  opacity: 0.6;
}

.form-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 137px;
  margin-bottom: 76px;
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
}

.form-subscription .mobile {
  display: none;
}

.form-subscription .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.form-subscription form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-subscription .send form {
  display: none;
}

.form-subscription form .wrapper-input {
  min-width: 542px;
  max-width: 542px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form-subscription .button {
  width: 159px;
  height: 50px;
}

.form-subscription [data-required=true] + .wrapper-input__placeholder::after {
  display: none;
}

.breadcrumbs-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-bottom: 5px;
  overflow-x: auto;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.breadcrumbs__link,
.breadcrumbs__separator,
.breadcrumbs__name-page {
  max-width: 580px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.5;
}

.breadcrumbs__link:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.popup-your-city {
  position: absolute;
  z-index: 10;
  left: 0;
  top: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 384px;
  height: 117px;
  margin: auto;
  padding: 15px 20px;
  background-color: #ffffff;
  background-color: var(--white-color, #ffffff);
  border-radius: 0 10px 10px 10px;
  border-radius: 0 var(--main_radius, 10px) var(--main_radius, 10px) var(--main_radius, 10px);
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-your-city.hidden {
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.popup-your-city__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup-your-city__close path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popup-your-city__close:hover path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.popup-your-city__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  font-weight: 400;
}

.popup-your-city__wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.popup-select-city {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 40px 30px;
  width: 504px;
  height: 579px;
  margin: auto;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--white-color, #ffffff);
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-select-city.hidden {
  display: none;
}

.popup-select-city__button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-select-city__button-close:hover path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.popup-select-city__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-select-city__lists-city {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 15px;
  row-gap: 15px;
  grid-column-gap: 60px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin-top: 6px;
}

.popup-select-city__lists-city li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.popup-select-city__lists-city li:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.popup-select-city__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
}

.popup-select-city__wrapper-content form button[type=reset] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.popup-select-city__wrapper-content input {
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
}

.popup-select-city__wrapper-content form button[type=reset] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

.popup-select-city__wrapper-content form button[type=reset]:hover path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.popup-select-city__wrapper-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.popup-select-city__wrapper-content a:hover {
  color: rgb(234, 77, 106);
  color: var(--color_red_light, rgb(234, 77, 106));
}

.footer-mobile-menu {
  position: fixed;
  z-index: 500;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 0;
  border-radius: 10px 10px 0 0;
  border-radius: var(--main_radius, 10px) var(--main_radius, 10px) 0 0;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.footer-mobile-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-mobile-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

.footer-mobile-menu__item:hover {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.footer-mobile-menu__item.active {
  opacity: 1;
  pointer-events: none;
}

.footer-mobile-menu__item div {
  margin: 0 auto;
}

.popup-choose-site {
  width: 940px;
  height: 429px;
  margin: auto;
  padding: 36px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-shadow: 0px 220px 62px 0px rgba(55, 55, 55, 0), 0px 141px 56px 0px rgba(55, 55, 55, 0.01), 0px 79px 47px 0px rgba(55, 55, 55, 0.02), 0px 35px 35px 0px rgba(55, 55, 55, 0.03), 0px 9px 19px 0px rgba(55, 55, 55, 0.04);
          box-shadow: 0px 220px 62px 0px rgba(55, 55, 55, 0), 0px 141px 56px 0px rgba(55, 55, 55, 0.01), 0px 79px 47px 0px rgba(55, 55, 55, 0.02), 0px 35px 35px 0px rgba(55, 55, 55, 0.03), 0px 9px 19px 0px rgba(55, 55, 55, 0.04);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-choose-site .main-logo {
  min-width: 152px;
  max-width: 152px;
  height: 31px;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#logo_white");
  background-image: var(--url_logo_white);
}

.choose-site {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.choose-site__item {
  width: 100%;
  height: 132px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-column-span: 1;
  grid-column: 1 span;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choose-site__item-icon {
  min-width: 107px;
  max-width: 107px;
  min-height: 23px;
  max-height: 23px;
}

.choose-site__item h3 {
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.choose-site__item_big {
  padding: 20px 30px;
  height: 205px;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.choose-site__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.choose-site__list-advantages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.choose-site__list-advantages span {
  position: relative;
  padding-top: 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.choose-site__list-advantages span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  content: "";
  border-radius: 28px;
  border-radius: var(--extra_big_radius, 28px);
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.choose-site__title {
  font-size: 15px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  white-space: nowrap;
}

.choose-site__item a {
  margin: 10px auto 0;
}

.choose-site__item button {
  width: 218px;
  height: 50px;
  border: 1px solid rgba(28, 38, 69, 1);
  border: 1px solid var(--main_color, rgb(28, 38, 69));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.choose-site__item button:hover {
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.choose-site__item:last-child button {
  border: 1px solid #ffffff;
  border: 1px solid var(--color_white, #ffffff);
}

.choose-site__item:last-child button:hover {
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.main-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 830px;
}

.main-banner_margin-top {
  margin-top: 100px;
}

.main-banner h1 {
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.main-banner .wrapper-video::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, rgba(0, 0, 0, 0.45)), color-stop(99%, rgba(0, 0, 0, 0))), rgba(28, 38, 69, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 64%, rgba(0, 0, 0, 0) 99%), rgba(28, 38, 69, 0.2);
}

.main-banner .swiper {
  z-index: 15;
  width: 100%;
  height: 100%;
  max-height: 830px;
}

.swiper.main-banner__thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100px;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.swiper.main-banner__thumb::before {
  content: "";
  min-width: 150px;
  height: 100%;
}

.swiper.main-banner__thumb::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  opacity: 0.2;
}

.swiper.main-banner__thumb .swiper-wrapper {
  width: 100%;
  padding: 0 10px 0 20px;
}

.swiper.main-banner__thumb div.swiper-navigation {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  height: 100%;
  min-width: 250px;
  margin: auto 0;
}

.swiper.main-banner__thumb div.swiper-navigation::after,
.swiper.main-banner__thumb div.swiper-navigation::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: calc(100% - 1px);
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  opacity: 0.2;
}

.swiper.main-banner__thumb div.swiper-navigation::before {
  left: 0;
}

.swiper.main-banner__thumb div.swiper-navigation::after {
  right: 0;
}

.swiper.main-banner__thumb .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-top: 2px solid transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper.main-banner__thumb .swiper-slide span {
  margin: auto;
  font-size: 18px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.swiper.main-banner__thumb .swiper-slide:hover,
.swiper.main-banner__thumb .swiper-slide-thumb-active {
  border-top: 2px solid rgba(229, 33, 69, 1);
  border-top: 2px solid var(--color_red, rgb(229, 33, 69));
}

.swiper.main-banner__thumb .swiper-navigation div {
  margin: auto 0;
}

.swiper.main-banner__thumb div.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-size: 18px;
  opacity: 1;
}

.main-banner__wrapper-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.main-banner__wrapper-content .wrapper {
  height: 100%;
}

.main-banner__wrapper-text {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto 0;
  padding-right: 70px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.main-banner__wrapper-text .button {
  width: 304px;
  height: 50px;
  margin-top: 18px;
}

.main-banner__description {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  opacity: 0.8;
}

.main-banner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 770px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.main-banner__wrapper-card {
  width: 376px;
  height: 462px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border: 1px solid rgba(28, 38, 69, 1);
  border: 1px solid var(--main_color, rgb(28, 38, 69));
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.main-banner__wrapper-card a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  height: 95px;
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
}

.main-banner__wrapper-card a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  opacity: 0.24;
}

.main-banner__wrapper-card a div {
  margin: auto 0;
}

.main-banner__wrapper-img {
  width: 100%;
  height: 366px;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.main-banner__wrapper-img img {
  width: 100%;
  height: 100%;
}

.main-banner__link-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  margin: auto 0;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.main-banner__link-more:hover {
  color: #ffffff;
  color: var(--color_white, #ffffff);
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.main-banner__link-more span {
  margin: auto;
}

.offers-list .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 55px;
}

.offers-list div.swiper-pagination {
  display: none;
}

.offers-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 224px;
  padding: 30px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offers-list__item .icon-logo-fitness-black {
  min-width: 147px;
  max-width: 147px;
  height: 32px;
}

.offers-list__name {
  margin-top: 20px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
}

.offers-list__description {
  margin-top: 21px;
  margin-bottom: 10px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 14px;
  opacity: 0.8;
}

.offers-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.offers-list__description + .offers-list__row {
  margin-top: auto;
}

.offers-list__row a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offers-list__row a span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.slider-block div.swiper-pagination,
.product-subslider div.swiper-pagination {
  opacity: 1;
}

.slider-block .swiper-slide {
  height: auto;
}

.slider-block_main .swiper {
  overflow: hidden;
}

.slider-block_more {
  overflow-x: clip;
}
.slider-block_more .swiper-slide .wrapper-product-card{
  height:100%;
}

.slider-block__wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.slider-block__wrapper-buttons button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  font-size: 16px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  text-transform: none;
}

.slider-block__wrapper-buttons button:hover,
.slider-block__wrapper-buttons button.selected {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  background-color: transparent;
  border: 1px solid rgba(195, 195, 195, 1);
  border: 1px solid var(--color_grey_light_6, rgb(195, 195, 195));
}

.square-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-top: auto;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 4px;
  border-radius: var(--extra_small_radius, 4px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.square-link div {
  margin: auto;
}

.services-card {
  position: relative;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.services-card__wrapper-img {
  width: 100%;
  height: 600px;
}

.services-card__wrapper-img img {
  height: 100%;
  width: 100%;
}

.services-card__footer {
  position: absolute;
  left: 30px;
  bottom: 40px;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff;
  color: var(--color_white, rgb(255, 255, 255));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 20px;
}

.services-card__wrapper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border: 1px solid var(--color_white, #ffffff);
  border-radius: 8px;
  border-radius: var(--middle_radius, 8px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.services-card__title:hover .services-card__wrapper-icon {
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
}

.services-card__wrapper-icon svg {
  margin: auto;
}

.simple-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  height: 550px;
  padding: 45px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.simple-product-card__wrapper-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  height: 347px;
  margin: 0 auto;
}

.simple-product-card__wrapper-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

div.swiper-pagination.product-slider__pagination {
  display: none;
}

.slider-block_main div.swiper-pagination.product-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-subslider.swiper {
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: hidden;
}

.product-subslider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
  cursor: pointer;
}

.product-subslider div.swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-subslider div.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 44px;
  gap: 3px;
}

.product-subslider div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
}

.product-subslider div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  width: 11px;
  height: 4px;
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  border-radius: 27.78px;
}

.simple-product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.simple-product-card__article {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 12px;
  font-weight: 400;
  opacity: 0.4;
}

.simple-product-card__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 12px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.brands-list__wrapper-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.brands-list__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.brands-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 432px;
  height: 155px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.brands-list__item img {
  height: 40px;
  width: 230px;
  margin: auto;
  opacity: 0.4;
}

.brands-list__item:hover img {
  opacity: 1;
}

.join-mfitness {
  position: relative;
  width: 100%;
  height: 789px;
}

.join-mfitness h2 {
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.join-mfitness::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.6) 86%);
}

.join-mfitness__wrapper-text {
  position: absolute;
  z-index: 1;
  left: 150px;
  bottom: 80px;
  width: 100%;
}

.join-mfitness__description {
  margin-top: 20px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-family: "Inter";
  font-family: var(--inter_font_family, "Inter");
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.join-mfitness__wrapper-text button {
  margin-top: 42px;
  width: 304px;
  height: 50px;
}

.join-mfitness__wrapper-video {
  width: 100%;
  height: 789px;
}

.join-mfitness__wrapper-video video {
  width: 100%;
  height: 100%;
}

.why-choose-us__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.why-choose-us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding: 35px 30px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.why-choose-us__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
  font-weight: 400;
}

.why-choose-us__title span:first-child {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.why-choose-us__description {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.8;
}

.why-choose-us__wrapper-sliders {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  height: 620px;
  margin-top: 70px;
}

.why-choose-us__slider.swiper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 450px;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

.why-choose-us__slider.swiper div.swiper-pagination-bullets.swiper-pagination-horizontal {
  opacity: 1;
}

.why-choose-us__slider .swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.why-choose-us__slider div.swiper-navigation {
  left: 0;
  right: 0;
  margin: 50px auto 0;
  gap: 50px;
}

.why-choose-us__slider.swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.why-choose-us__wrapper-img {
  height: 450px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.why-choose-us__wrapper-img img {
  width: 100%;
  height: 100%;
}

.why-choose-us__wrapper-text {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  opacity: 0.8;
}

.why-choose-us__thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 445px;
}

.why-choose-us__thumb .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-choose-us__thumb .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.why-choose-us__thumb .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 520px;
  height: 1px;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.why-choose-us__thumb .swiper-slide:nth-child(even)::before {
  width: 500px;
  left: auto;
  right: 0;
}

.why-choose-us__thumb .swiper-slide:nth-child(even) {
  margin-right: 0 !important;
}

.why-choose-us__thumb .swiper-slide:nth-child(even) {
  margin-left: auto;
  text-align: right;
}

.why-choose-us__thumb .swiper-slide:hover::before,
.why-choose-us__thumb .swiper-slide-thumb-active::before,
.why-choose-us__thumb .swiper-slide-thumb-active:nth-child(even)::before {
  width: 584px;
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.why-choose-us__thumb .swiper-slide span {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.why-choose-us__thumb .swiper-slide span:hover,
.why-choose-us__thumb .swiper-slide-thumb-active span {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.why-choose-us__name {
  display: none;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  text-transform: uppercase;
}

.calculate-cost {
  position: relative;
  padding: 100px 0;
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
}

.calculate-cost_white {
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
}

.calculate-cost .section-header {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.calculate-cost__form {
  position: relative;
  width: 100%;
}

.calculate-cost__form .swiper {
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.calculate-cost__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
}

.calculate-cost__wrapper-content {
  padding-top: 135px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.calculate-cost__item.hidden {
  display: none;
}

.calculate-cost__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
  font-weight: 400;
}

.calculate-cost__step {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.calculate-cost__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.calculate-cost__title span {
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
}

.calculate-cost__description {
  display: block;
  margin-top: 16px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}

.calculate-cost__list-variants {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 24px;
}

div.swiper-navigation.calculate-cost__buttons {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  opacity: 0;
}

.swiper-initialized div.swiper-navigation.calculate-cost__buttons {
  opacity: 1;
}

.calculate-cost__buttons.swiper-navigation div {
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.calculate-cost__buttons.swiper-navigation div.swiper-button-disabled {
  display: none;
}

.calculate-cost__buttons button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 0 33px;
}

.calculate-cost__buttons button.hidden {
  display: none;
}

.calculate-cost__wrapper-img {
  width: 100%;
  max-width: 620px;
  height: 698px;
  margin-left: auto;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.calculate-cost__wrapper-img img {
  width: 100%;
  height: 100%;
}

.calculate-cost__wrapper-img img.hidden {
  display: none;
}

.calculate-cost__wrapper-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 15px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 5px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  line-height: 20px;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.calculate-cost__wrapper-input label:hover,
.calculate-cost__wrapper-input input:checked + label {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
}

.calculate-cost__wrapper-input label span {
  margin: auto;
}

.calculate-cost__wrapper-input input {
  display: none;
}

.calculate-cost__wrapper-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 32px;
}

.wrapper-forms-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.calculate-cost__wrapper-inputs button[type=submit] {
  margin-top: 20px;
  width: 158px;
  height: 50px;
}

.wrapper-forms-content.send .calculate-cost__wrapper-inputs {
  display: none;
}

.main-banner_location {
  height: 900px;
}

.main-banner_location .wrapper-video::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, rgba(0, 0, 0, 0.45)), color-stop(99%, rgba(0, 0, 0, 0))), rgba(28, 38, 69, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 64%, rgba(0, 0, 0, 0) 99%), rgba(28, 38, 69, 0.2);
}

.main-banner_location h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.main-banner_location h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 102px;
  height: 2px;
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.main-banner_location .section-header h2 {
  padding: 0;
  margin: 0;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.main-banner_location .section-header h2::before {
  display: none;
}

.main-banner_location .main-banner__description {
  font-size: 16px;
  line-height: 18px;
}

.main-banner_location .main-banner__left {
  gap: 26px;
}

.main-banner_location .main-banner__wrapper-text .button {
  margin-top: 0;
}

.main-banner_location .swiper.main-banner__thumb .swiper-wrapper {
  padding-left: 30px;
  padding-right: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-banner_location .main-banner__wrapper-thumb-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: auto 0;
}

.main-banner_location .swiper.main-banner__thumb .swiper-slide span {
  margin: 0;
}

.main-banner_location .swiper.main-banner__thumb .swiper-slide span:first-child {
  font-size: 14px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.main-banner_location .swiper.main-banner__thumb .swiper-slide span:last-child {
  font-size: 12px;
  opacity: 0.6;
}

.main-banner__name-location {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 10px;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border: 1px solid var(--color_grey_4, rgba(255, 255, 255, 0.4));
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-size: 20px;
  opacity: 0.6;
}

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.map-projects + .awards {
  margin: 0;
}

.awards h2 {
  margin: 0;
  color: #ffffff;
  color: var(--color_white, rgb(255, 255, 255));
}

.awards .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  min-width: 420px;
  margin: 0;
}

.awards .section-header div.swiper-navigation {
  left: 0;
  margin: 0;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}

.awards .section-header div.swiper-pagination {
  color: #ffffff;
  color: var(--color_white, rgb(255, 255, 255));
  opacity: 1;
}

.awards .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 135px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}

.awards .swiper {
  width: 100%;
  overflow: hidden;
}

.awards .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  border: 1px solid rgba(207, 207, 207, 1);
  border: 1px solid var(--color_grey_light_4, rgba(207, 207, 207, 0.2));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.awards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  text-align: center;
}

.awards__title {
  color: #ffffff;
  color: var(--color_white, rgb(255, 255, 255));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.awards__description {
  color: #ffffff;
  color: var(--color_white, rgb(255, 255, 255));
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.8;
}

.awards__logo {
  width: 140px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.review-slider.swiper {
  overflow: hidden;
}

.review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  padding: 40px;
  height: 100%;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.review-card__wrapper-img {
  min-width: 218px;
  max-width: 218px;
  height: 283px;
  -webkit-box-shadow: 0px 1px 13.8000001907px 0px rgba(173, 173, 173, 0.25);
          box-shadow: 0px 1px 13.8000001907px 0px rgba(173, 173, 173, 0.25);
}

.review-card__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.review-card__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.review-card__logo {
  width: 104px;
  height: 25px;
}

.review-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.review-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.review-card__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.review-card__description {
  color: rgb(128, 138, 157);
  color: var(--color_blue_gray, rgb(128, 138, 157));
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.review-card__author span:last-child {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Montserrat";
  font-family: var(--montserrat_font_family, "Montserrat");
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  opacity: 0.4;
}

.blog-card {
  position: relative;
  height: 672px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.blog-card__wrapper-img {
  position: relative;
  height: 100%;
}

.blog-card__wrapper-img img {
  width: 100%;
  height: 100%;
}

.blog-card__wrapper-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.6))), rgba(28, 38, 69, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.6) 86%), rgba(28, 38, 69, 0.2);
}

.blog-card__date {
  position: absolute;
  z-index: 10;
  left: 60px;
  top: 60px;
  width: calc(100% - 120px);
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-size: 24px;
  font-weight: 400;
}

.blog-card__title {
  position: absolute;
  z-index: 10;
  left: 60px;
  bottom: 60px;
  width: calc(100% - 120px);
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.last-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.last-block_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.last-block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 234px;
  padding: 40px 40px 30px 40px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.last-block_grid .last-block__item,
.last-block_grid .last-block__item:first-child {
  max-width: 100%;
}

.last-block__item:first-child {
  max-width: 655px;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#background_question_block");
}

.last-block__item:last-child {
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#background_wholesale_prices");
}

.last-block__wrapper-text {
  margin: auto 0;
  height: 100%;
}

.last-block__wrapper-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.last-block__wrapper-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 90px;
  margin: auto;
  width: 155px;
  height: 200px;
}

.last-block__wrapper-img img {
  width: 100%;
  height: 100%;
}

.last-block__description {
  display: block;
  max-width: 390px;
  margin-top: 16px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}

.last-block__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px;
  height: 50px;
  margin-top: 24px;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  border: 1px solid rgba(28, 38, 69, 1);
  border: 1px solid var(--main_color, rgb(28, 38, 69));
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.last-block__item button:hover {
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
  color: #ffffff;
  color: var(--white_color, #ffffff);
}

.last-block__item button span {
  margin: auto;
}

.last-block__main-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.last-block__item:first-child .last-block__main-icon {
  min-width: 201px;
  max-width: 201px;
  height: 173px;
}

.last-block__item:last-child .last-block__main-icon {
  min-width: 154px;
  max-width: 154px;
  height: 154px;
}

.map-projects {
  position: relative;
  padding-top: 100px;
  padding-bottom: 122px;
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
}

#projects_map {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
}

.map-projects .wrapper {
  z-index: 3;
}

.map-projects__wrapper-content {
  width: 100%;
  max-width: 450px;
}

.map-projects .selects-block {
  max-width: 384px;
}

.map-projects .select__title {
  border-bottom: 1px solid rgba(28, 38, 69, 0.2);
  border-bottom: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.map-projects .section-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  margin-bottom: 145px;
}

.map-projects div.swiper-navigation {
  position: static;
  margin-top: 70px;
}

.map-projects div.swiper-pagination {
  opacity: 1;
}

.swiper.map-projects__slider {
  overflow: hidden;
}

.map-projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.map-projects__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.map-projects__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
  font-weight: 400;
}

.map-projects__description {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  opacity: 0.8;
}

.map-projects__details-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.map-projects__details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.map-projects__details-item span {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 14px;
  font-weight: 400;
}

.map-projects__details-item span:first-child {
  opacity: 0.5;
}

.map-projects__details-item span:last-child {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.map-projects__big-title {
  position: absolute;
  z-index: 8;
  top: 100px;
  right: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  text-transform: uppercase;
}

.map-projects__big-title span:first-child {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-size: 96px;
  line-height: 96px;
  font-weight: 400;
}

.map-projects__big-title span:last-child {
  font-size: 32px;
}

.category-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin-top: 40px;
}

.category-list_small {
  gap: 10px;
}

.category-list_small button {
  display: none;
  margin-top: 20px;
}

.category-list_small button span:first-child {
  display: block;
}

.category-list_small button span:last-child {
  display: none;
}

.category-list_small.open button span:first-child {
  display: none;
}

.category-list_small.open button span:last-child {
  display: block;
}

.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 384px;
  padding: 60px 60px 30px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.category-item:hover {
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
}

.category-item__wrapper-img {
  height: 250px;
  width: 100%;
}

.category-item__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.category-item__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  -ms-hyphens: none;
      hyphens: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.category-item__title span {
  display: none;
}

.category-item:hover .category-item__title {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.frequently-searched .section-header {
  margin-bottom: 32px;
}

.frequently-searched__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.frequently-searched__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 18px;
  height: 40px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 16px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.frequently-searched__item:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.frequently-searched__item_more {
  display: none;
  text-transform: none;
}

.frequently-searched__item span {
  margin: auto;
  line-height: 1;
}

.last-block-catalog {
  padding: 35px 40px 25px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
}

.last-block-catalog .section-header {
  margin-bottom: 24px;
}

.last-block-catalog p {
  width: 94%;
  opacity: 0.8;
}

.last-block-catalog a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.last-block-catalog button {
  margin-top: 32px;
  width: 190px;
  height: 50px;
}

.category-item_small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 93px;
  padding: 15px;
}

.category-item_small .category-item__wrapper-img {
  min-width: 67px;
  max-width: 67px;
  height: 67px;
}

.category-item_small .category-item__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.category-item_small .category-item__title {
  text-align: left;
}

.category-item_small .category-item__wrapper-text span:not(.category-item__title) {
  font-size: 14px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: calc(100% - 324px);
}

.catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.list-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(28, 38, 69, 0.2);
  border-bottom: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.list-more a {
  display: none;
  padding: 10px 15px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.list-more a:nth-child(-n+5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-more.open a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-more a:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.list-more a span {
  margin: auto;
}

.list-more button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-more button:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.list-more button svg {
  margin: auto 0;
}

.list-more button svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-more button:hover svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.list-more button span:first-child {
  display: block;
}

.list-more button span:nth-child(2) {
  display: none;
}

.list-more.open button {
  display: none;
}

.sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.sort-list .mobile {
  display: none;
}

.sort-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
}

.sort-list__filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  font-size: 14px;
  text-transform: none;
}

.sort-list__row .select__title {
  font-weight: 500;
  font-family: "Inter";
  font-family: var(--inter_font_family, "Inter");
}

.sort-list__row:first-child .select__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.sort-list__row:first-child .select__title:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.sort-list .select__title {
  padding: 0;
}

.sort-list .selects-block {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.sort-list__title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Inter";
  font-family: var(--inter_font_family, "Inter");
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
}

.filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 304px;
}

.filters__close,
.filters__back {
  display: none;
  position: absolute;
  top: 20px;
}

.filters__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  font-weight: 400;
}

.filters__title .mobile {
  display: none;
}

.filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filters-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.filters-item__header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
}
/* 
.filters-item__header::before {
  position: absolute;
  z-index: -1;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 30px;
  content: "";
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
} */

.filters-item__header .icon-down-red {
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.filters-item.open .filters-item__header .icon-down-red {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filters-item__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
}

.filters-item__title:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.filters-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow: hidden;
}

.filters-item.open .filters-item__list {
  max-height: 2000px;
  margin-top: 15px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.filters-item__list .wrapper-input {
  padding: 2.5px 0;
}

.filters-item__list .wrapper-input:first-child {
  margin-top: 1px;
}

.filters-item__list_big .wrapper-input {
  display: none;
}

.filters-item__list_big .wrapper-input:nth-child(-n+7),
.filters-item__list_big.open .wrapper-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters-item__list_big .filters-item__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
  text-transform: none;
  cursor: pointer;
}

.filters-item__list_big .filters-item__more:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.filters-item__list_big .filters-item__more:hover svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.filters-item__list_big.open .filters-item__more {
  display: none;
}

.filters-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
}

.filters-item__search {
  position: relative;
  max-height: 0;
  -webkit-transition: all 0.05s ease-in-out 0.05s;
  transition: all 0.05s ease-in-out 0.05s;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.filters-item.open .filters-item__search {
  max-height: 2000px;
  margin-top: 15px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.05s ease-in-out 0.25s;
  transition: all 0.05s ease-in-out 0.25s;
}

.filters-item__search .icon-search-black {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.filters-item__search input {
  height: 38px;
  padding: 10px;
  font-size: 16px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
}

.filters-item__search input::-webkit-input-placeholder {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  opacity: 0.5;
}

.filters-item__search input::-moz-placeholder {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  opacity: 0.5;
}

.filters-item__search input:-ms-input-placeholder {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  opacity: 0.5;
}

.filters-item__search input::-ms-input-placeholder {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  opacity: 0.5;
}

.filters-item__search input::placeholder {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  opacity: 0.5;
}

.range-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 7px;
}

.range-container div.noUi-connect {
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.range-container div.noUi-target {
  width: 95%;
  margin: 0 auto;
  height: 1px;
  border-radius: 0;
  background-color: rgba(28, 38, 69, 0.2);
  background-color: var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.range-container div.noUi-handle {
  left: auto;
  right: -6px;
  width: 13px;
  height: 13px;
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  border: none;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.range-container .noUi-handle::before,
.range-container .noUi-handle::after {
  display: none;
}

.range-container__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
}

.range-container__values input {
  height: 38px;
  padding: 10px;
}

.filter__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.filters__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.filters__button-all {
  padding: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.8;
}

.filters__button-all:hover {
  background-color: transparent;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.wrapper-product-card {
  position: relative;
}

.catalog__list .wrapper-product-card {
  width: calc((100% - 60px) / 4);
}

.product-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px 25px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: auto;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.product-card:hover {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(149, 149, 149, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(149, 149, 149, 0.25);
}

.product-card:hover path {
  fill: inherit;
}

.product-card__header {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 185px;
}

.product-card__header.crowded span {
  display: none;
  line-height: 1;
}

.product-card__header.crowded span:nth-child(-n+2) {
  display: block;
}

.product-card__header.crowded.open span {
  display: block;
}

.product-card__header button {
  width: 20px;
  height: 20px;
  padding: 0;
}

.product-card__header button svg {
  min-width: 9px;
  max-width: 9px;
  height: 6px;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-card__header.open button svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-card__header button:hover svg path {
  stroke: #ffffff;
  stroke: var(--white_color, #ffffff);
}

.product-card__additional-buttons {
  position: absolute;
  z-index: -2;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.product-card:hover .product-card__additional-buttons {
  z-index: 20;
  opacity: 1;
  pointer-events: all;
}

.product-card__additional-buttons div {
  margin: 0 auto;
  cursor: pointer;
}

.product-card__additional-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-card__additional-buttons button:hover svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.product-card .product-subslider div.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 5px;
}

.product-card__wrapper-img {
  width: 155px;
  height: 200px;
  margin: 0 auto;
}

.product-card__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card__wrapper-content .badge {
  margin-top: 15px;
}

.product-card__title {
  margin-top: 15px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 14px;
  line-height: 18px;
}

.article-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  margin-top: 10px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 12px;
}

.article-block div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  opacity: 0.4;
}

.article-block svg {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.article-block svg:hover path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.article-block svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.article-block.copy svg path {
  fill: rgba(229, 33, 69, 1);
  fill: var(--color_red, rgb(229, 33, 69));
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.product-card__specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.product-card:hover .product-card__specifications {
  margin-top: 20px;
  max-height: 2000px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.product-card__detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-card__detail::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(28, 38, 69, 1) 0,rgba(28, 38, 69, 1) 1px, transparent 1px, transparent 2px);
  background: repeating-linear-gradient(to right, var(--main_color, rgb(28, 38, 69)) 0,var(--main_color, rgb(28, 38, 69)) 1px, transparent 1px, transparent 2px);
  background: repeating-linear-gradient(to right, rgba(28, 38, 69, 1) 0 1px, transparent 1px 2px);
  opacity: 0.2;
}

@supports (background: repeating-linear-gradient(red 0%, red 0% 1%, red 2%)) and (top: var(--f)){
.product-card__detail::before {
  background: repeating-linear-gradient(to right, var(--main_color, rgb(28, 38, 69)) 0 1px, transparent 1px 2px);
}
}

.product-card__detail span {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  color: rgba(28, 38, 69, 0.5);
  color: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
  font-size: 12px;
}

.product-card__detail span:nth-child(odd) {
  padding-right: 5px;
}

.product-card__detail span:nth-child(even) {
  padding-left: 5px;
}

.product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.product-card:hover .product-card__footer {
  margin-top: 20px;
  max-height: 2000px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.product-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.product-card__row .button {
  padding: 0;
}

.product-card__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 40px;
}

.product-card__quantity input {
  padding: 0;
  height: 40px;
  width: 30px;
  border: none;
  background-color: transparent;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  opacity: 0.8;
}

.product-card__quantity button {
  height: 100%;
  width: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.product-card__check-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  margin: 0 auto;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  text-transform: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-card__check-price:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.product-card__price {
  margin-top: 20px;
  color: rgba(28, 38, 69, 0.5);
  color: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 14px;
}

.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  background-color: rgba(222, 222, 222, 1);
  background-color: var(--color_grey_dark, rgb(222, 222, 222));
  border-radius: 3px;
  border-radius: var(--extra_small_radius_2, 3px);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}

.badge_green {
  color: rgba(14, 163, 0, 1);
  color: var(--color_green, #0ea300);
  background-color: rgb(232, 246, 230);
  background-color: var(--badge_green, rgb(232, 246, 230));
}

.badge_blue {
  color: rgba(49, 171, 226, 1);
  color: var(--color_blue_light, rgb(49, 171, 226));
  background-color: rgb(234, 247, 252);
  background-color: var(--badge_blue, rgb(234, 247, 252));
}

.badge_dark-blue {
  color: rgba(5, 40, 182, 1);
  color: var(--color_blue_dark, rgb(5, 40, 182));
  background-color: rgb(231, 234, 248);
  background-color: var(--badge_dark_blue, rgb(231, 234, 248));
}

.badge_orange {
  color: rgba(242, 105, 75, 1);
  color: var(--color_orange, rgb(242, 105, 75));
  background-color: rgba(254, 238, 231, 1);
  background-color: var(--badge_orange, rgb(254, 238, 231));
}

.badge div {
  margin: auto 0;
}

.product-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-details__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

.product-details__wrapper-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.product-details__slider {
  width: 100%;
  max-width: 834px;
}

.product-details__slider-gallery {
  width: 280px;
  height: 50px;
  margin: 30px auto 0;
}

.product-details__slider .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.product-details__wrapper-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
}

.product-details__wrapper-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-details .wrapper-video {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
}

.product-details .wrapper-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.product-details__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}

.product-details__block-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.product-details__block-text ul li {
  position: relative;
  padding-left: 15px;
  line-height: 16px;
  opacity: 0.9;
}

.product-details__block-text ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.product-details__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-details__guarantee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-details__row_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 16px;
}

.product-details__row .product-details__row {
  gap: 5px;
}

.product-details__row .article-block {
  margin: 0;
  font-size: 16px;
}

.product-details__row .article-block div {
  opacity: 1;
}

.product-details__wrapper-logo {
  position: relative;
  width: 176px;
  height: 19px;
}

.product-details__wrapper-logo .star-red-full {
  position: absolute;
  top: -12px;
  right: -20px;
}

.product-details__wrapper-logo img {
  width: 100%;
  height: 100%;
}

.product-details__list-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.product-details__list-buttons span,
.product-details__list-buttons svg {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.product-details__list-buttons button,
.product-details__list-buttons a,
.product-details__list-buttons .share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-details__list-buttons button:hover,
.product-details__list-buttons a:hover,
.product-details__list-buttons .share-wrap:hover .ya-share-text-wrap {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.product-details__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.product-details__badges + .product-details__row {
  margin-top: 40px;
  margin-bottom: 30px;
}

.product-details__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.product-details__col p {
  line-height: 21px;
  opacity: 0.9;
}

.product-details__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  opacity: 0.6;
}

.colors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}

.colors-list__item {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.colors-list__item:hover,
.colors-list__item.selected {
  border: 2px dashed rgba(28, 38, 69, 1);
  border: 2px dashed var(--main_color, rgb(28, 38, 69));
}

.colors-list__item_dark:hover,
.colors-list__item_dark.selected {
  border: 2px dashed #ffffff;
  border: 2px dashed var(--white_color, #ffffff);
}

.product-details__specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}

.product-details__detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-details__detail::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(28, 38, 69, 1) 0,rgba(28, 38, 69, 1) 1px, transparent 1px, transparent 2px);
  background: repeating-linear-gradient(to right, var(--main_color, rgb(28, 38, 69)) 0,var(--main_color, rgb(28, 38, 69)) 1px, transparent 1px, transparent 2px);
  background: repeating-linear-gradient(to right, rgba(28, 38, 69, 1) 0 1px, transparent 1px 2px);
  opacity: 0.2;
}

@supports (background: repeating-linear-gradient(red 0%, red 0% 1%, red 2%)) and (top: var(--f)){
.product-details__detail::before {
  background: repeating-linear-gradient(to right, var(--main_color, rgb(28, 38, 69)) 0 1px, transparent 1px 2px);
}
}

.product-details__detail span {
  position: relative;
  color: rgba(28, 38, 69, 0.8);
  color: var(--main_color_light_2, rgba(28, 38, 69, 0.8));
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
}

.product-details__detail span:nth-child(odd) {
  padding-right: 5px;
}

.product-details__detail span:nth-child(even) {
  padding-left: 5px;
}

.product-details__price {
  color: rgba(28, 38, 69, 0.5);
  color: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
  line-height: 31px;
}

.product-details__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.product-details__status_green {
  color: rgba(14, 163, 0, 1);
  color: var(--color_green, rgb(14, 163, 0));
}

.product-details__status span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.product-details__status div {
  margin: auto 0;
}

.product-details__status .icon-in-stock {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
}

.product-details__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-details__quantity {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-details__quantity button:hover svg path {
  stroke: #ffffff;
  stroke: var(--color-white, #ffffff);
}

.product-details__footer input {
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
  border: none;
  text-align: center;
}

.product-details__footer input,
.product-details__footer button {
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: 500;
}

.product-details__footer button {
  padding: 0;
}

.product-details__wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}

.product-details__wrapper-buttons button {
  font-size: 12px;
  font-weight: 400;
}

.product-details__wrapper-buttons button:first-child {
  width: 150px;
}

.product-details__wrapper-buttons button:nth-last-child(-n+2) {
  width: 265px;
}

.product-details__look-link {
  display: none;
}

.added .product-details__know-price {
  display: none;
}

.added .product-details__look-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 14px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.product-detail__more:hover {
  color: rgb(234, 77, 106);
  color: var(--color_red_light, rgb(234, 77, 106));
}

.product-details__slider .swiper-pagination {
  display: none;
}

.simple-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 128px;
  padding: 20px 30px 20px 20px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.simple-form__title {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
}

.simple-form .selects-block {
  position: absolute;
  z-index: 5;
  left: 8px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 34px;
  padding: 7px 0;
  margin: auto;
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.simple-form .select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  padding: 0;
}

.simple-form .select__title svg {
  opacity: 0.5;
}

.simple-form .select__title-text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  opacity: 0.5;
}

.simple-form form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  height: 50px;
}

.simple-form button {
  width: 155px;
  height: 50px;
}

.simple-form .wrapper-input {
  width: 100%;
}

.simple-form .wrapper-input input {
  /* padding-left: 77px; */
  font-size: 16px;
}

.simple-form .wrapper-input__placeholder {
  /* left: 78px; */
}

.list-details-product {
  margin-top: 135px;
  scroll-margin-top: 120px;
}

.list-details-product__header {
  margin-bottom: 50px;
}

.list-details-product__header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 79px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px;
  border-bottom: 1px solid rgba(28, 38, 69, 0.2);
  border-bottom: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  overflow-x: auto;
}

.list-details-product__header li {
  padding-bottom: 16px;
  font-size: 18px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.list-details-product__header li.active {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.list-details-product__header li:hover,
.list-details-product__header li.active {
  border-bottom: 2px solid rgba(229, 33, 69, 1);
  border-bottom: 2px solid var(--color_red, rgb(229, 33, 69));
}

.list-details-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-details-product__item a:hover h4 {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.list-details-product__item .product-details__col {
  width: 100%;
  gap: 20px;
}

.list-details-product__item.hidden {
  display: none;
}

.list-details-product__item h3 {
  margin-bottom: 16px;
}

.list-details-product__item p {
  line-height: 21px;
  opacity: 0.9;
}

.list-details-product__item li {
  font-size: 14px;
}

.list-details-product__content {
  width: 100%;
  max-width: 1010px;
}

.list-details-product__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.list-details-product__wrapper-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 474px;
  width: calc((100% - 40px) / 2);
  max-width: 474px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  overflow: hidden;
}

.list-details-product__wrapper-img img {
  width: 100%;
  height: 100%;
}

.list-details-product__wrapper-img_small img {
  width: 430px;
  height: 300px;
  margin: auto;
}

.list-details-product__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: calc((100% - 40px) / 2);
  margin: auto 0;
}

.list-details-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.list-details-product__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product-details-popup {
  position: sticky;
  top: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 388px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
}

.product-details-popup ul li {
  position: relative;
  padding-left: 15px;
  line-height: 16px;
  opacity: 0.9;
}

.product-details-popup ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.product-details-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.product-details-popup p {
  margin-top: 16px;
}

.product-details-popup a {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-size: 14px;
}

.product-details-popup a + a {
  margin-top: 10px;
}

.product-details-popup p + a {
  margin-top: 24px;
}

.product-details-popup p + ul {
  margin-top: 14px;
}

.product-details-popup p + button {
  width: 190px;
  height: 50px;
  margin-top: 24px;
}

.product-details__wrapper-logo {
  position: relative;
  width: 143px;
  height: 30px;
}

.product-details__logo-note {
  position: absolute;
  z-index: -10;
  top: -12px;
  left: calc(100% + 35px);
  width: 378px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 269px;
  padding: 25px;
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-details__wrapper-logo:hover .product-details__logo-note {
  z-index: 10;
  pointer-events: all;
  opacity: 1;
}

.product-details__wrapper-logo:hover .product-details__logo-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  right: 0;
  width: 50px;
  height: 40px;
}

.product-details__logo-note p {
  margin-top: 16px;
}

.product-details__logo-note ul {
  margin-top: 20px;
}

.product-details__wrapper-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plate {
  position: relative;
  width: 100%;
  padding: 23px 25px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plate .product-details__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

.plate .icon-download-red {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

.plate span {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

.plate__header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  cursor: pointer;
}

.plate__header h4,
.plate__header svg,
.plate__header svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.plate__header:hover h4 {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(234, 77, 106));
}

.plate__header:hover svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(234, 77, 106));
}

.plate.open .plate__header svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.plate p {
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow: hidden;
  opacity: 0;
}

.plate.open p {
  max-height: 2000px;
  margin-top: 15px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.product-details-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-details-header .mobile {
  display: none;
}

.product-details-header.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.product-details-header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 20px;
}

.product-details-header__top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  right: 0;
  width: 200vw;
  height: 1px;
  background-color: rgba(28, 38, 69, 0.2);
  background-color: var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.product-details-header__status {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 20px;
  white-space: nowrap;
}

.product-details-header__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.product-details-header__wrapper-img {
  width: 87px;
  height: 81px;
}

.product-details-header__wrapper-img img {
  width: 100%;
  height: 100%;
}

.product-details-header__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.product-details-header .article-block div {
  opacity: 1;
}

.product-details-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-details-header__info button[data-button-add-basket] {
  width: 149px;
  height: 50px;
  margin: auto 0 auto 60px;
}

[data-button-add-basket="0"] span:last-child,
[data-button-add-basket="1"] span:first-child,
[data-button-add-basket]:not(.in_basket) span:last-child,
[data-button-add-basket].in_basket span:first-child {
  display: none;
}

[data-button-add-basket="0"] span:first-child,
[data-button-add-basket="1"] span:last-child,
[data-button-add-basket].in_basket span:last-child,
[data-button-add-basket]:not(.in_basket) span:first-child {
  display: block;
}

.product-details-header__additional-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 auto 40px;
}

.product-details-header__additional-buttons button {
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-details-header .list-details-product__header {
  position: relative;
}

.product-details-header .list-details-product__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  right: 0;
  width: 200vw;
  height: 1px;
  background-color: rgba(28, 38, 69, 0.2);
  background-color: var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.product-details-header .list-details-product__header {
  margin: 0;
}

.product-details-header .list-details-product__header ul {
  border-bottom: none;
}

.product-details .mobile {
  display: none;
}

.video-banner {
  height: 800px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.6) 86%);
}

.video-banner_small,
.video-banner_small .swiper {
  height: 670px;
}

.video-banner div.swiper-navigation {
  display: none;
}

.video-banner video {
  width: 100%;
  height: 100%;
}

.about-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.about-preview__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about-preview__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 680px;
  margin-right: 180px;
  margin-left: auto;
  opacity: 0.9;
}

.about-preview__wrapper-text p {
  line-height: 20px;
}

.about-preview__wrapper-text span {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.about-preview__wrapper-text h4 {
  margin-top: 14px;
}

.history-slider__wrapper-slider {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.history-slider .thumbs-slider {
  width: calc(100% - 124px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 35px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}

.history-slider .thumbs-slider::before {
  position: absolute;
  bottom: 0;
  left: -30%;
  width: 150%;
  height: 1px;
  content: "";
  background-color: rgba(28, 38, 69, 0.2);
  background-color: var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.history-slider__wrapper-slider div.swiper-navigation {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.history-slider__wrapper-slider div.swiper-pagination {
  display: none;
}

.history-slider__wrapper-slider::before {
  position: absolute;
  z-index: 5;
  top: -18px;
  left: -20px;
  width: 50px;
  height: 50px;
  content: "";
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
}

.history-slider__wrapper-slider::after {
  position: absolute;
  z-index: 5;
  top: -18px;
  right: -20px;
  width: 50px;
  height: 50px;
  content: "";
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
}

.history-slider .thumbs-slider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 12px;
  border: 2px solid transparent;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.6;
  cursor: pointer;
}

.history-slider .thumbs-slider .swiper-slide:hover,
.history-slider .thumbs-slider .swiper-slide-thumb-active {
  border-bottom: 2px solid rgba(229, 33, 69, 1);
  border-bottom: 2px solid var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.history-slider .main-slider {
  width: 923px;
  height: 551px;
  margin: 0;
  overflow: visible;
}

.history-slider .main-slider .swiper-wrapper {
  overflow: visible;
}

.history-slider .main-slider .swiper-slide {
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.history-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 100%;
  padding-left: 42px;
  border-left: 1px solid rgba(28, 38, 69, 0.2);
  border-left: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.history-slider .swiper-slide-active .history-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 0;
  border-left: none;
}

.history-slider__wrapper-img {
  min-width: 593px;
  max-width: 593px;
  height: 297px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.history-slider .swiper-slide-active .history-slider__wrapper-img {
  height: 551px;
}

.history-slider__wrapper-img img {
  width: 100%;
  height: 100%;
}

.history-slider__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}

.swiper-slide-active .history-slider__wrapper-text {
  min-width: 270px;
  max-width: 270px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}

.history-slider__year {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 48px;
}

.history-slider__description {
  line-height: 20px;
}

.history-slider .swiper-pagination {
  display: none;
}

.slider-why-choose {
  height: 100vh;
  padding-top: 130px;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pin-spacer {
  overflow: hidden !important;
}

.slider-why-choose h2 {
  position: relative;
  z-index: 7;
  color: #ffffff;
  color: var(--white_color, #ffffff);
}

.slider-why-choose .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 70px;
}

.slider-why-choose .swiper {
  width: 412px;
  margin: 0;
}

.slider-why-choose .swiper::before {
  position: absolute;
  z-index: 5;
  top: -10%;
  right: 100%;
  width: 300%;
  height: 120%;
  content: "";
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.slider-why-choose .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider-why-choose__card {
  position: relative;
}

.slider-why-choose__wrapper-img {
  width: 100%;
  height: 536px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.6) 86%);
  overflow: hidden;
}

.slider-why-choose__wrapper-img img {
  width: 100%;
  height: 100%;
}

.slider-why-choose__title {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 40px;
  width: calc(100% - 60px);
  color: #ffffff;
  color: var(--white_color, #ffffff);
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 20px;
  line-height: 24px;
}

.how-we-work {
  margin-top: 30px;
  overflow: hidden;
}

.how-we-work .swiper {
  height: 550px;
  width: 854px;
  margin: 0;
}

.how-we-work div.swiper-pagination {
  color: #ffffff;
  color: var(--white_color, #ffffff);
  opacity: 1;
}

.swiper-navigation {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.how-we-work .swiper-slide {
  width: 179px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
}

.how-we-work .swiper-slide-active {
  width: 100%;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.how-we-work__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.how-we-work__item .icon-down-red {
  display: none;
  position: absolute;
  right: 20px;
  top: 45px;
  height: 13px;
  min-width: 20px;
  max-width: 20px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.open .how-we-work__item .icon-down-red {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.how-we-work__title {
  display: block;
  font-size: 24px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.how-we-work .swiper-slide .how-we-work__title {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 0 auto;
  line-height: 32px;
}

.how-we-work .swiper-slide-active .how-we-work__title {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  color: var(--white_color, #ffffff);
  font-size: 28px;
  text-transform: uppercase;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.how-we-work .swiper-slide .how-we-work__description {
  display: none;
  color: #ffffff;
  color: var(--white_color, #ffffff);
  opacity: 0.8;
}

.how-we-work .swiper-slide-active .how-we-work__description {
  display: block;
  margin-top: 30px;
}

.how-we-work__start-cooperation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  padding: 40px 90px 40px 50px;
  background-color: rgba(243, 243, 247, 1);
  background-color: var(--color_grey_light_3, rgb(243, 243, 247));
}

.how-we-work__start-cooperation .how-we-work__description {
  margin-left: 85px;
  width: 515px;
}

.how-we-work__start-cooperation .button {
  width: 294px;
  height: 50px;
  margin-left: auto;
}

.team {
  position: relative;
}

.team .swiper {
  position: static;
  margin-top: 30px;
  pointer-events: all;
  opacity: 1;
  overflow-x: clip;
}

.team .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.team .swiper.hidden {
  position: absolute;
  z-index: -10;
  display: block;
  pointer-events: none;
  opacity: 0;
}

.team__wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 24px;
}

.team__wrapper-buttons .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 23px;
  font-size: 16px;
  border: 1px solid rgba(28, 38, 69, 1);
  border: 1px solid var(--main_color, rgb(28, 38, 69));
}

.team__wrapper-buttons .button:hover,
.team__wrapper-buttons .button.select {
  color: #ffffff;
  color: var(--white_color, #ffffff);
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.team__card {
  position: relative;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.team__wrapper-img {
  width: 100%;
  max-width: 304px;
  height: 385px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.team__wrapper-img img {
  width: 100%;
  height: 100%;
}

.team__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 12px 20px;
  width: 100%;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 8px 18.8999996185px 0px rgba(196, 196, 196, 0.25);
          box-shadow: 0px 8px 18.8999996185px 0px rgba(196, 196, 196, 0.25);
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.team__card .team__wrapper-text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.team__card + .team__wrapper-text {
  margin-top: 20px;
}

.team__title {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.team__position {
  margin-top: auto;
  opacity: 0.7;
}

.team__phone {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.team__mail {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.8;
}

.team .swiper-slide {
  height: auto;
}

.join-us {
  position: relative;
  height: 586px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 57%, rgba(0, 0, 0, 0) 100%);
}

.join-us video {
  width: 100%;
  height: 100%;
}

.join-us__wrapper-text {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
}

.join-us__wrapper-text h2 {
  margin-bottom: 30px;
  color: #ffffff;
  color: var(--white_color, #ffffff);
}

.join-us__wrapper-text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.join-us__wrapper-text .button {
  width: 279px;
  height: 50px;
}

.our-stores__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin-top: 30px;
}

.our-stores__list.mobile {
  display: none;
}

.our-stores__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.our-stores__item .our-stores__card {
  max-height: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.our-stores__item.open .our-stores__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-height: 5000px;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 10px;
  opacity: 1;
}

.our-stores__header-city {
  position: relative;
  z-index: 5;
  padding: 15px 20px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.our-stores__header-city span {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 15px;
}

.our-stores__item .icon-down-red {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.our-stores__item.open .icon-down-red {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.our-stores__wrapper-img {
  width: 100%;
  height: 290px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.6) 86%);
  overflow: hidden;
}

.our-stores__wrapper-img img {
  width: 100%;
  height: 100%;
}

.our-stores__details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 293px;
  grid-template-columns: auto 293px;
  grid-row-gap: 20px;
  row-gap: 20px;
  padding: 20px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 8px 18.8999996185px 0px rgba(196, 196, 196, 0.25);
          box-shadow: 0px 8px 18.8999996185px 0px rgba(196, 196, 196, 0.25);
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.our-stores__details > span:nth-last-child(2) {
  border-top: 1px solid rgba(28, 38, 69, 0.2);
  border-top: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.our-stores__phone {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  font-weight: 700;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.our-stores__address {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.8;
}

.our-stores__name {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  line-height: 22px;
}

.our-stores__schedule {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-row-gap: 8px;
  row-gap: 8px;
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(28, 38, 69, 0.2);
  border-top: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.our-stores__schedule span:nth-child(odd) {
  width: 61px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 10px;
  border-radius: 3px;
  border-radius: var(--extra_small_radius_2, 3px);
  background-color: rgb(232, 233, 236, 1);
  background-color: var(--color_grey_light_7, rgb(232, 233, 236));
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.our-stores__schedule span:nth-child(even) {
  font-size: 14px;
  line-height: 18px;
}

.wrapper-input-file {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 7px 0 15px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-size: 14px;
  font-weight: 400;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
}

.wrapper-input-file input {
  display: none;
}

.wrapper-input-file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  white-space: nowrap;
  cursor: pointer;
}

.wrapper-input-file label.hidden {
  display: none;
}

.wrapper-input-file label span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper-input-file label:hover span {
  color: rgb(234, 77, 106);
  color: var(--color_red_light, rgb(234, 77, 106));
}

.wrapper-input-file__file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.wrapper-input-file__file-info.hidden {
  display: none;
}

.wrapper-input-file__file-info button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0;
  cursor: pointer;
}

.wrapper-input-file__file-info button svg {
  width: 11px;
  height: 11px;
}

.wrapper-input-file__file-info button:hover svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.free-consultation_white {
  padding: 60px 0;
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
}

.free-consultation_white .wrapper-input_checkbox label,
.free-consultation_white .wrapper-input_checkbox label a {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.free-consultation_dark {
  padding: 60px 0;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  color: #ffffff;
  color: var(--white_color, #ffffff);
}

.free-consultation_dark h2,
.free-consultation_dark .wrapper-input-file,
.free-consultation_dark .wrapper-input_checkbox label,
.free-consultation_dark .wrapper-input_checkbox label a {
  color: #ffffff;
  color: var(--white_color, #ffffff);
}

.free-consultation_dark .wrapper-input input {
  background-color: transparent;
  color: #ffffff;
  color: var(--white_color, #ffffff);
  border-color: rgba(255, 255, 255, 0.2);
  border-color: var(--color_grey_6, rgba(255, 255, 255, 0.2));
}

.free-consultation_dark .wrapper-input.error input,
.free-consultation_dark .wrapper-input.error textarea {
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
}

.free-consultation_dark .wrapper-input__placeholder {
  color: rgb(181, 184, 194);
  color: var(--color_grey_3, rgb(181, 184, 194));
}

.free-consultation_dark .wrapper-input-file svg path {
  stroke: #ffffff;
  stroke: var(--white_color, #ffffff);
}

.free-consultation_dark .wrapper-input_checkbox label::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14.000000' height='14.000000' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector' d='M13.5 7L13.5 11.875C13.5 12.306 13.3288 12.7193 13.024 13.024C12.7193 13.3288 12.306 13.5 11.875 13.5L2.125 13.5C1.69402 13.5 1.2807 13.3288 0.975951 13.024C0.671205 12.7193 0.5 12.306 0.5 11.875L0.5 2.125C0.5 1.69402 0.671205 1.2807 0.975951 0.975951C1.2807 0.671205 1.69402 0.5 2.125 0.5L9.4375 0.5' fill-rule='nonzero' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' /%3E%3C/svg%3E%0A");
}

.free-consultation_dark .wrapper-input_checkbox input:checked + label::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10.0039 7.02539' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.003906' height='7.025391' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector' d='M0.501953 4.25195L2.9565 6.50195L9.50195 0.501953' fill-rule='nonzero' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' /%3E%3C/svg%3E%0A");
}

.free-consultation_dark .button {
  width: 304px;
}

.free-consultation .wrapper-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.free-consultation .form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.free-consultation .form-feedback {
  width: 100%;
  max-width: 844px;
}

.free-consultation .form-feedback .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.services-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 40px;
}

.services-list .services-card {
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.6) 86%);
}

.services-list .services-card:first-child,
.services-list .services-card:nth-last-child(2) {
  -ms-grid-row-span: 2;
  grid-row: 2 span;
}

.services-list .services-card__wrapper-img {
  width: 100%;
  height: 420px;
}

.services-list .services-card:first-child .services-card__wrapper-img,
.services-list .services-card:nth-last-child(2) .services-card__wrapper-img {
  height: 100%;
}

.services-list .services-card__wrapper-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.services-list .services-card:hover .services-card__wrapper-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.services-list .services-card__title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  color: #ffffff;
  color: var(--white_color, #ffffff);
  font-size: 24px;
  text-transform: uppercase;
}

.projects {
  margin-bottom: 50px;
}

.projects__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 32px;
}

.filter-block {
  position: relative;
}

.filter-block .select__title {
  width: 270px;
  height: 50px;
  padding: 15px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filter-block .select__title:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.filter-block .select__title-text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.filter-block .select__list {
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(28, 38, 69, 0.1);
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  background-color: #ffffff;
  background-color: var(--white_color, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.projects__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 40px;
}

.project-card {
  position: relative;
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.project-card_big {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.project-card__wrapper-img {
  width: 100%;
  height: 520px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.project-card__wrapper-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.project-card:hover .project-card__wrapper-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.project-card__wrapper-text {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 40px;
  right: 40px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 123px;
  height: 40px;
  border-radius: 3px;
  border-radius: var(--extra_small_radius_2, 3px);
  border: 1px solid #ffffff;
  border: 1px solid var(--white_color, #ffffff);
  color: #ffffff;
  color: var(--white_color, #ffffff);
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
}

.card-area span {
  margin: auto;
}

.project-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.project-card__city {
  color: #ffffff;
  color: var(--white_color, #ffffff);
  opacity: 0.8;
}

.project-card__title {
  font-size: 24px;
  color: #ffffff;
  color: var(--white_color, #ffffff);
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project-card__title + .list-tags {
  margin-top: 15px;
}

.list-tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  border-radius: var(--extra_small_radius_2, 3px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border: 1px solid var(--color_grey_4, rgba(255, 255, 255, 0.4));
  color: #ffffff;
  color: var(--white_color, #ffffff);
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-tags__item_last:hover {
  color: #ffffff;
  color: var(--white_color, #ffffff);
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  border: 1px solid rgba(28, 38, 69, 1);
  border: 1px solid var(--main_color, rgb(28, 38, 69));
}

.list-tags__item:not(.list-tags__item_last):nth-child(n+6) {
  display: none;
}

.list-tags.open .list-tags__item_last {
  display: none;
}

.list-tags.open .list-tags__item:not(.list-tags__item_last):nth-child(n+6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-tags__item span {
  margin: auto;
}

.blog {
  margin-top: 32px;
  margin-bottom: 60px;
}

.blog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  width: 100%;
  padding: 0 20px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog__sort .mobile {
  display: none;
}

.blog__sort-title {
  margin: auto 0;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 14px;
}

.blog__sort button {
  padding: 24px 0;
  font-size: 14px;
  color: rgba(28, 38, 69, 0.5);
  color: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
  text-transform: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog__sort button.selected,
.blog__sort button:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  border-bottom: 1px solid rgba(229, 33, 69, 1);
  border-bottom: 1px solid var(--color_red, rgb(229, 33, 69));
}

.blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  grid-row-gap: 40px;
  row-gap: 40px;
  margin-top: 40px;
}

.blog__list .blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}

.blog__list .blog-card p {
  line-height: 20px;
}

.blog__list .card-area {
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 30px;
}

.blog__list .blog-card__wrapper-img {
  position: relative;
  width: 100%;
  height: 418px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0.6)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 45%);
  overflow: hidden;
}

.blog__list .blog-card .blog-card__wrapper-img img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog__list .blog-card:hover .blog-card__wrapper-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-card__details .blog-card__date {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
  font-size: 14px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.blog-card__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-card__wrapper-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__list .blog-card__title {
  position: static;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.blog-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  padding: 10px 15px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.blog-card__row_author {
  font-size: 16px;
}

.blog-card__row div,
.blog-card__row span {
  margin: auto 0;
}

.blog-card__details .blog-card__date + .blog-card__row {
  padding-left: 15px;
  margin-right: 10px;
  border-left: 1px solid rgba(28, 38, 69, 0.2);
  border-left: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.service-banner .swiper {
  margin: 35px 0;
}

.service-banner .swiper + p {
  width: 100%;
  max-width: 1360px;
}

.wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.wrapper-title .blog-card__details {
  margin-top: 0;
}

.wrapper-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 auto auto;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  line-height: 1;
}

.wrapper-title a:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.wrapper-title a span {
  opacity: 0.8;
}

.wrapper-title + p {
  width: 100%;
  max-width: 1030px;
}

.service-banner div.swiper-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.service-banner div.swiper-button-next,
.service-banner div.swiper-button-prev {
  display: none;
}

.service-banner div.swiper-pagination-bullets.swiper-pagination-horizontal {
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: var(--color_grey_7, rgba(255, 255, 255, 0.5));
  opacity: 1;
}

.service-banner div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  height: 6px;
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.service-banner__wrapper-img {
  height: 600px;
}

.service-banner__wrapper-img img {
  width: 100%;
  height: 100%;
}

.service-banner__button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 50px;
  margin-top: 32px;
}

.service-banner__button-more button {
  width: 100%;
  height: 100%;
}

.advantages {
  padding-top: 100px;
  background-image: url("/local/templates/mfit/css/../images/sprite.svg#big_name_company");
  background-position-y: 65px;
  background-repeat: no-repeat;
}

.advantages-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 32px;
}

.advantage-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding: 30px 30px 75px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: rgba(248, 248, 248, 1);
  background-color: var(--color_white_light, rgb(248, 248, 248));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.advantage-card__title {
  position: relative;
  padding-bottom: 25px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
}

.advantage-card__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  content: "";
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.advantage-card__title span {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.advantage-card p {
  font-size: 15px;
  line-height: 18px;
}

.stages-customization__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 32px;
  counter-reset: counter-customization;
}

.step-customization {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  padding: 25px 30px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.step-customization p {
  max-width: 550px;
  line-height: 20px;
}

.step-customization__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.step-customization__title {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  padding-left: 55px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  counter-increment: counter-customization;
}

.step-customization__title::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: counter(counter-customization);
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 23px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.step-customization__number {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.what-included-customization h2 {
  margin-bottom: 32px;
}

.what-included-customization__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  margin-top: 45px;
}

.what-included-customization__wrapper-content div.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.what-included-customization__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 650px;
}

.included-customization-service {
  padding: 24px 0;
  border-bottom: 1px solid rgba(28, 38, 69, 1);
  border-bottom: 1px solid var(--main_color, rgb(28, 38, 69));
  cursor: pointer;
}

.included-customization-service:first-child {
  padding-top: 0;
}

.included-customization-service.selected,
.included-customization-service:hover {
  border-color: rgba(229, 33, 69, 1);
  border-color: var(--color_red, rgb(229, 33, 69));
}

.included-customization-service__number {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.included-customization-service.selected,
.included-customization-service:hover .included-customization-service__number .included-customization-service__number {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.included-customization-service__title {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  line-height: 20px;
}

.included-customization-service.selected,
.included-customization-service:hover .included-customization-service__title .included-customization-service__title {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.what-included-customization__list-details {
  width: 100%;
  max-width: 845px;
}

.details-customization-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.what-included-customization__list-details .hidden {
  display: none;
}

.details-customization-service__wrapper-img {
  width: 100%;
  height: 398px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.details-customization-service__wrapper-img img {
  width: 100%;
  height: 100%;
}

.details-customization-service__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.details-customization-service__title {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
}

.details-customization-service__wrapper-text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 8px;
}

.details-customization-service__wrapper-text .button {
  width: 235px;
  height: 50px;
}

.documentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.documentation__list {
  padding: 50px 40px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.documentation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid rgba(28, 38, 69, 0.2);
  border-bottom: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.documentation__item:first-child {
  padding-top: 0;
}

.documentation__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.documentation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.documentation__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.documentation__item .icon-download-red {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}

.documentation__item .icon-download-red span {
  display: none;
}

.documentation__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Open Sans";
  font-family: var(--open_sans_font_family, "Open Sans");
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.documentation__size {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.documentation__item:hover .documentation__title,
.documentation__item:hover .documentation__size {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.block-submit-request {
  position: relative;
  height: 593px;
  margin-top: 25px;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.block-submit-request.section {
  margin-top: 100px;
}

.block-submit-request::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  opacity: 0.9;
  mix-blend-mode: darken;
}

.block-submit-request .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 180px;
  height: 100%;
}

.block-submit-request__wrapper-img {
  width: 621px;
  height: 437px;
  margin: auto 0;
}

.block-submit-request__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-submit-request__wrapper-text {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.block-submit-request__wrapper-text .mobile {
  display: none;
}

.block-submit-request__wrapper-text h2,
.block-submit-request__wrapper-text p {
  color: #ffffff;
  color: var(--color-white, #ffffff);
}

.block-submit-request__wrapper-text .button {
  width: 228px;
  height: 50px;
}

.project-preview h1 + span {
  display: block;
  margin-top: 32px;
}

.project-preview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 800px;
}

.project-preview li {
  position: relative;
  padding-left: 16px;
  line-height: 20px;
}

.project-preview li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.project-preview__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 130px;
}

.project-preview__left {
  width: 100%;
  max-width: 1060px;
}

.project-preview__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.equipment-brands-used {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.equipment-brands-used__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

.equipment-brands-used__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 106px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.equipment-brands-used__wrapper-img {
  width: 123px;
  height: 30px;
  margin: auto;
}

.equipment-brands-used__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.project-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.project-features__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.project-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project-features__item p {
  margin-top: auto;
  line-height: 19px;
}

.project-features__item h4 {
  position: relative;
  padding-bottom: 20px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  line-height: 22px;
}

.project-features__item h4::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  content: "";
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.project-sticky-card {
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 412px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.project-sticky-card__plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 20px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project-sticky-card__plate:nth-child(2) {
  padding: 15px 20px;
}

.project-sticky-card__title + .project-sticky-card__plate {
  padding: 20px 25px 50px;
}

.project-sticky-card__plate p {
  margin: 23px 0 30px;
}

.project-sticky-card__wrapper-logo {
  width: 138px;
  height: 40px;
  margin-bottom: 35px;
}

.project-sticky-card__wrapper-logo img {
  width: 100%;
  height: 100%;
}

.project-sticky-card__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  line-height: 18px;
}

.project-sticky-card__wrapper-text + .project-sticky-card__wrapper-text {
  margin-top: 17px;
}

.project-sticky-card__person .project-sticky-card__wrapper-text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.project-sticky-card__wrapper-text a {
  width: 99%;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  word-break: break-all;
}

.project-sticky-card__subtitle {
  font-size: 14px;
  opacity: 0.5;
}

.project-sticky-card__detail {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 15px;
}

.project-sticky-card__title {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
}

.project-sticky-card__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.project-sticky-card__wrapper-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  overflow: hidden;
}

.project-sticky-card__position {
  font-size: 14px;
  opacity: 0.6;
}

.project-sticky-card__wrapper-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.project-sticky-card__wrapper-links a:first-child {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.project-sticky-card__wrapper-links a:last-child {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.8;
}

.project-sticky-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.project-sticky-card__note {
  font-size: 14px;
  opacity: 0.5;
}

.one-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.one-review .review-card {
  background-color: transparent;
  padding: 0;
}

.one-review .review-card__description {
  max-width: 1030px;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.similar-projects .swiper {
  overflow: hidden;
}

.similar-projects .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.similar-projects div.swiper-pagination {
  opacity: 1;
}

.similar-projects .more-link {
  display: none;
}

.info-page .blog-card__date {
  position: static;
  font-size: 14px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.finish-block {
  padding: 35px 40px 25px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.finish-block p {
  margin-top: 24px;
  max-width: 1440px;
}

.finish-block p.hidden {
  display: none;
}

.finish-block.open p.hidden {
  display: block;
}

.finish-block .button {
  margin-top: 32px;
  width: 190px;
  height: 50px;
}

.finish-block.open .button {
  display: none;
}

.info-page {
  max-width: 1384px;
}

.info-page .mobile {
  display: none;
}

.info-page p + p {
  margin-top: 25px;
}

.info-page h4 + p {
  margin-top: 16px;
}

.info-page p + h4 {
  margin-top: 30px;
}

.info-page h3 + h4 {
  margin-top: 30px;
}

.info-page h3 + p {
  margin-top: 30px;
}

h3 + .info-page__col {
  margin-top: 30px;
}

.info-page__picture-caption {
  display: inline-block;
  margin-top: 10px;
  font-style: italic;
  font-size: 16px;
}

.info-page__picture-caption + p,
.info-page__picture-caption + h4 {
  margin-top: 40px;
}

.info-page__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.info-page__row div.info-page__col {
  margin-top: 0;
}

.info-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-top: 40px;
}

.info-page__row + h4 {
  margin-top: 30px;
}

.info-page__wrapper-text .info-page__row {
  margin-top: 0;
}

.info-page__col + .info-page__col {
  margin-top: 30px;
}

.info-page__additionally {
  padding: 23px 0;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  border-top: 1px solid rgba(28, 38, 69, 1);
  border-top: 1px solid var(--main_color, rgb(28, 38, 69));
  border-bottom: 1px solid rgba(28, 38, 69, 1);
  border-bottom: 1px solid var(--main_color, rgb(28, 38, 69));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-page__additionally .info-page__wrapper-img {
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  margin: 0;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  overflow: hidden;
}

.info-page__row .info-page__wrapper-img {
  margin-top: 0;
}

.info-page__additionally .info-page__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-page__additionally .info-page__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
}

.info-page__additionally .info-page__row {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.info-page h3 {
  margin-top: 70px;
}

.info-page__wrapper-img {
  position: relative;
  width: 100%;
  height: 780px;
  margin-top: 40px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.info-page__wrapper-img + p {
  margin-top: 40px;
}

.info-page__wrapper-img img {
  width: 100%;
  height: 100%;
}

.info-page__wrapper-img_middle {
  height: 680px;
}

.info-page__list {
  margin-top: 40px;
}

.info-page__list .swiper {
  overflow-y: visible;
  overflow-x: clip;
}

.info-page__list .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.info-page__list + h3 {
  margin-top: 40px;
}

.info-page__list > .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  width: calc((100% - 60px) / 4);
}

.info-page__list .swiper-slide {
  height: auto;
}

.info-page__list .wrapper-product-card {
  height: 100%;
}

.info-page__list .product-card__price {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 14px;
}

.info-page__attention {
  padding: 20px 0;
  margin-top: 30px;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  border-top: 1px solid rgba(229, 33, 69, 1);
  border-top: 1px solid var(--color_red, rgb(229, 33, 69));
  border-bottom: 1px solid rgba(229, 33, 69, 1);
  border-bottom: 1px solid var(--color_red, rgb(229, 33, 69));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-page__sourse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

.info-page__sourse a,
.info-page__sourse p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.info-page__sourse_red p,
.info-page__sourse_red a {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.info-page__sourse_red a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.info-page__tag {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0;
  padding: 6px 10px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 3px;
  border-radius: var(--extra_small_radius_2, 3px);
  line-height: 1;
}

.info-page .wrapper-video {
  margin-top: 15px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.social-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: auto;
}

.social-form span {
  font-size: 18px;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.offices-dealers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-top: 32px;
}

.offices-dealers__list-name {
  position: relative;
  width: 100%;
  max-width: 315px;
  height: 400px;
  padding: 20px 25px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offices-dealers__list-name::before,
.offices-dealers__list-name::after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  content: "";
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
}

.offices-dealers__list-name::after {
  top: auto;
  bottom: 0;
}

.offices-dealers__list-name span {
  opacity: 0.5;
  cursor: pointer;
}

.offices-dealers__list-name span:hover,
.offices-dealers__list-name span.selected {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  opacity: 1;
}

.offices-dealers__list-name .simplebar-content {
  padding: 0 25px !important;
}

.offices-dealers__list-name .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.offices-dealers__list-details {
  width: 100%;
  max-width: 1280px;
}

.office-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.office-details.hidden {
  position: absolute;
  z-index: -10;
  display: -ms-grid;
  display: grid;
  opacity: 0;
}

.office-details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.office-details__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 30px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
}

.office-details__wrapper-text:first-child {
  height: 100%;
}

.office-details__wrapper-text:last-child {
  padding: 20px 30px;
}

.office-details__phone {
  margin-top: 10px;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 15px;
}

.office-details__mail {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.5;
}

.office-details__title {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 20px;
  text-transform: uppercase;
}

.office-details__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.office-details__subtitle {
  font-size: 14px;
  opacity: 0.5;
}

.office-details__text {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 15px;
}

[data-office-map] {
  width: 100%;
  height: 560px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

[data-office-map].hidden {
  display: block;
  position: absolute;
  z-index: -10;
}

.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 60px;
}

.reviews-list .review-card {
  padding: 50px;
}

.reviews-list .review-card__logo {
  min-width: 161px;
  max-width: 161px;
  height: 45px;
}

.review-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  width: 100%;
}

.reviews-list .review-card__title {
  font-size: 20px;
}

.reviews-list .review-card__description {
  max-width: 885px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews-list .review-card__header.open .review-card__description {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.reviews-list .review-card__header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  text-transform: uppercase;
  cursor: pointer;
}

.reviews-list .review-card__header.open button {
  display: none;
}

.reviews-list .review-card__header button .icon-down-red {
  min-width: 11px;
  max-width: 11px;
  height: 7px;
  margin: auto 0;
}

.review-card__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}

.review-card__download .icon-pdf-2 {
  margin-top: 2px;
}

.review-card__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  line-height: 1;
}

.review-card__link-text span:first-child {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.review-card__link-text span:last-child {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 12px;
  opacity: 0.5;
}

.review-card__download:hover .review-card__link-text span {
  color: rgb(234, 77, 106);
  color: var(--color_red_light, rgb(234, 77, 106));
  opacity: 1;
}

.reviews-list .review-card__wrapper-img {
  min-width: 245px;
  max-width: 245px;
  height: 323px;
  margin-left: auto;
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
}

.share-review {
  padding: 40px 0 70px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
}

.share-review .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews .button,
.share-review .button {
  width: 214px;
  height: 50px;
  margin-left: auto;
}

.share-review h3 {
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.share-review__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.brands__mini-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 40px;
}

.brands__mini-list .button {
  display: none;
}

.brands__mini-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 74px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.brands__mini-list a img {
  width: 134px;
  height: 22px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.brands__mini-list a:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.main-brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-brands-list__alphabet .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

.main-brands-list__alphabet .simplebar-track.simplebar-vertical {
  display: none;
}

.main-brands-list__alphabet .simplebar-content:after,
.main-brands-list__alphabet .simplebar-content:before {
  display: none;
}

.main-brands-list a {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
}

.main-brands-list__wrapper-cards + .main-brands-list__alphabet {
  margin-top: 50px;
}

.main-brands-list__header + .main-brands-list__alphabet {
  margin-top: 40px;
}

.main-brands-list__wrapper-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 50px;
}

.main-brands-list__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 21px;
  height: 324px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-brands-list__more {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-brands-list__more button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  padding: 0;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  font-size: 11px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.main-brands-list__more button div {
  margin: auto 0;
}

.main-brands-list__card h3 {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
  scroll-margin-top: 100px;
}

.main-brands-list__card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
  overflow-y: auto;
}

.main-brands-list__card a {
  font-size: 16px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
}

.main-brands-list .wrapper-input {
  margin-top: 32px;
}

.main-brands-list .wrapper-input input {
  max-width: 900px;
  background-color: transparent;
}

.brands .wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 45px 60px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.brands__logo {
  width: 332px;
  height: 54px;
  margin: auto 0;
}

.brands__logo img {
  width: 100%;
  height: 100%;
}

.info-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.info-brand__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 950px;
}

.info-brand__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 40px 40px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-brand__top h3 {
  margin-bottom: 30px;
}

.info-brand__description p {
  display: none;
}

.info-brand__description.open p {
  display: block;
}

.info-brand__description p + p {
  margin-top: 30px;
}

.info-brand__top p:nth-child(-n+2) {
  display: block;
}

.info-brand__description .info-brand__more {
  width: 168px;
  height: 35px;
  padding: 0;
  margin-top: 16px;
}

.info-brand__description.open .info-brand__more {
  display: none;
}

.brands h1 + p {
  margin-top: 20px;
}

.info-brand__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 27px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-brand__status span {
  margin: auto;
}

.info-brand__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px 30px 30px 40px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-brand__wrapper-img {
  width: 100%;
  max-width: 630px;
  height: 602px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  overflow: hidden;
}

.info-brand__wrapper-img img {
  width: 100%;
  height: 100%;
}

.info-brand__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.info-brand__row h4 {
  margin: auto 0;
  line-height: 1;
}

.best-deals {
  width: 100%;
}

h2 + .best-deals {
  margin-top: 32px;
}

.best-deals:not(.swiper-initialized) > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.best-deals:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  width: calc((100% - 80px) / 5);
}

.best-deals > div.swiper-pagination {
  margin-top: 40px;
  width: calc(100% - 60px);
  opacity: 1;
}

.best-deals:not(.swiper-initialized) > div.swiper-pagination {
  display: none;
}

.brands .category-list {
  margin-top: 32px;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.service__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 665px;
  padding: 40px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.service__wrapper-text a {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.application-works-execution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 915px;
  height: 660px;
  padding: 40px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.application-works-execution form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  height: 100%;
}

.application-works-execution form.hidden {
  display: none;
}

.application-works-execution input {
  height: 45px;
  background-color: transparent;
}

.application-works-execution [data-button-next-step] {
  width: 108px;
  height: 50px;
  margin-top: auto;
}

.application-works-execution__col:not(.hidden) + [data-button-next-step] {
  display: none;
}

.application-works-execution__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.application-works-execution__header + .wrapper-form {
  margin-top: 0;
  height: 100%;
}

.application-works-execution.send h3,
.application-works-execution.send .application-works-execution__header {
  display: none;
}

.application-works-execution__header::before {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  height: 1px;
  content: "";
  background-color: rgba(28, 38, 69, 0.2);
  background-color: var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.application-works-execution__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.application-works-execution__number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  overflow: hidden;
  pointer-events: none;
}

.application-works-execution__step:last-child .application-works-execution__number {
  margin-left: auto;
}

.application-works-execution__number::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
  opacity: 0.2;
}

.application-works-execution__number.active::before {
  opacity: 1;
}

.application-works-execution__number span {
  position: relative;
  z-index: 5;
  margin: auto;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.application-works-execution__number.active span {
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.application-works-execution__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 32px;
}

.application-works-execution__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: 100%;
}

.application-works-execution__row .wrapper-input {
  width: 100%;
}

.wrapper-input__placeholder::after {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.popup .wrapper-input__placeholder::after {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.application-works-execution .wrapper-input_checkbox label,
.application-works-execution .wrapper-input_checkbox label a {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.application-works-execution .wrapper-input-file {
  margin-top: 10px;
}

.application-works-execution button[type=submit] {
  width: 158px;
  height: 50px;
  margin-top: 22px;
}

.application-works-execution .wrapper-input textarea {
  height: 77px;
}

.service__wrapper-text h1 + p {
  margin: 0;
}

.application-works-execution .finish-form {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
}

.finding-serial-number__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 32px;
  overflow: hidden;
}

.finding-serial-number__item {
  width: 100%;
  padding: 25px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.serial-number-table {
  display: table;
  width: 100%;
  max-width: 1360px;
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
}

.finding-serial-number__wrapper-table {
  max-height: 0;
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.finding-serial-number__item.open .finding-serial-number__wrapper-table {
  max-height: 1000vh;
  margin: 20px 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.finding-serial-number__title-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
}

.finding-serial-number__title-wrapper::before {
  position: absolute;
  z-index: -1;
  top: -25px;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
}

.finding-serial-number__item .finding-serial-number__title-wrapper h4 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.finding-serial-number__item.open .finding-serial-number__title-wrapper h4 {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.finding-serial-number__item .finding-serial-number__title-wrapper div {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.finding-serial-number__item.open .finding-serial-number__title-wrapper div {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.serial-number-table__header {
  display: table-header-group;
  font-weight: bold;
}

.serial-number-table__header div {
  display: table-cell;
  padding: 20px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.serial-number-table__header div:first-child {
  width: 280px;
}

.serial-number-table__header div:last-child {
  width: 430px;
}

.serial-number-table__body {
  position: relative;
  display: table-row-group;
}

.serial-number-table__item {
  display: table-row;
}

.serial-number-table__item div {
  display: table-cell;
  padding: 20px;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.serial-number-table__merged-cell {
  position: absolute;
  top: 0;
  right: 0;
  width: 430px;
  height: 100%;
  border-top: none;
  border-left: none;
}

.serial-number-table__merged-cell.mobile {
  display: none;
}

div.serial-number-table__wrapper-img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 465px;
  padding: 0;
  margin-top: 30px;
  border: none;
}

div.serial-number-table__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.maximum-cooperation__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.maximum-cooperation__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 32px;
}

.maximum-cooperation__details-list {
  width: 100%;
  max-width: 386px;
}

.maximum-cooperation__details-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px;
  color: #ffffff;
  color: var(--color-white, #ffffff);
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
}

.maximum-cooperation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 182px;
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  padding: 20px 30px;
  border: 1px solid transparent;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.maximum-cooperation__item:hover,
.maximum-cooperation__item.selected {
  border: 1px solid rgba(229, 33, 69, 1);
  border: 1px solid var(--color_red, rgb(229, 33, 69));
}

.maximum-cooperation__details-card:not(.selected) {
  display: none;
}

.maximum-cooperation__details-card h4 {
  margin-top: auto;
  padding-top: 20px;
  color: #ffffff;
  color: var(--color-white, #ffffff);
}

.maximum-cooperation__details-card h4 + p {
  margin-top: 16px;
}

.maximum-cooperation__details-card p {
  font-size: 13px;
}

.maximum-cooperation__item_middle {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.maximum-cooperation__title {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 15px;
}

.guarantees-certificates {
  position: relative;
}

.guarantees-certificates .swiper {
  padding: 20px 95px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guarantees-certificates .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 95px;
  gap: 95px;
}

.guarantees-certificates .swiper:not(.swiper-initialized) .swiper-slide:last-child .guarantees-certificates__card {
  padding-right: 0;
}

.guarantees-certificates__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  padding-right: 95px;
}

.guarantees-certificates__card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.1;
}

.guarantees-certificates .swiper {
  overflow: hidden;
}

.guarantees-certificates .swiper.swiper-initialized .swiper-slide.swiper-slide-next + .swiper-slide .guarantees-certificates__card {
  padding-right: 0;
}

.guarantees-certificates .swiper.swiper-initialized .swiper-slide.swiper-slide-next + .swiper-slide .guarantees-certificates__card::before {
  display: none;
}

.guarantees-certificates .swiper:not(.swiper-initialized) .swiper-slide:last-child .guarantees-certificates__card::before {
  display: none;
}

.guarantees-certificates__wrapper-img {
  position: relative;
  min-width: 162px;
  max-width: 162px;
  height: 234px;
  border-radius: 6px;
  border-radius: var(--small_radius, 6px);
}

.guarantees-certificates__wrapper-img img {
  width: 100%;
  height: 100%;
}

.guarantees-certificates__wrapper-img div {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.guarantees-certificates__wrapper-img:hover div {
  opacity: 1;
}

.guarantees-certificates__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}

.guarantees-certificates__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.guarantees-certificates__wrapper-text h4 {
  margin-top: 10px;
}

.guarantees-certificates__date {
  font-size: 12px;
  opacity: 0.5;
}

.guarantees-certificates__size {
  margin-top: 7px;
  font-size: 12px;
  opacity: 0.8;
}

.guarantees-certificates__download {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.guarantees-certificates__download:hover::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.guarantees-certificates__card .icon-download-red {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  margin: auto 0;
}

.guarantees-certificates div.swiper-pagination {
  opacity: 1;
}

.frequently-questions__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 32px;
}

.basket .wrapper {
  margin: auto;
}

.basket-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 40px;
}

.wrapper.send .basket-wrapper,
.basket-wrapper.empty {
  display: none;
}

.basket-wrapper + .empty-block {
  display: none;
}

.basket-wrapper.empty + .empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-wrapper__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 1500px;
}

.basket-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 18px 30px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.basket-attention__title {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
}

.basket__wrapper-content {
  padding: 30px 40px 20px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.basket__button-more {
  position: relative;
  z-index: 5;
  margin-top: 20px;
  height: 48px;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.basket.open .basket__button-more {
  display: none;
}

.basket__button-more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.05;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.basket__button-more:hover::before {
  opacity: 0.2;
}

.basket__button-more span {
  margin: auto;
}

.basket__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 32px;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  text-transform: uppercase;
}

.basket__header button,
.basket__header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.basket__header button:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.basket__header a {
  margin-left: auto;
}

.basket__header a span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  line-height: 1;
}

.basket__list {
  margin-top: 20px;
}

.basket-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0;
  border-top: 1px solid rgba(28, 38, 69, 0.2);
  border-top: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.basket:not(.open) .basket-card {
  position: absolute;
  z-index: -10;
  opacity: 0;
}

.basket:not(.open) .basket-card:nth-child(-n+4) {
  position: static;
  opacity: 1;
}

.basket-card .product-card__additional-buttons {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 auto auto;
}

.basket-card .product-card__additional-buttons button {
  padding: 0;
}

.basket-card .product-details__quantity {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 auto auto;
}

.basket-card__wrapper-img {
  width: 103px;
  height: 106px;
  padding: 20px 10px;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.basket-card__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket-card__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 80px auto 0;
  width:100%;
}

.basket-card__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 12px;
}

.basket-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
}

.basket-card__price > .basket-card__old-price {
  font-size: 14px;
  opacity: 0.4;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.basket-card__price > span > span,
.basket-card__price span:last-child {
  font-size: 18px;
}

.basket-card .product-details__quantity input {
  width: 40px;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  border: none;
}

.basket-card .product-details__quantity button {
  padding: 0;
  width: 40px;
  height: 40px;
}

.basket-card .wrapper-input {
  margin: auto 12px auto 0;
}

.basket-card .wrapper-input_second-checkbox label {
  padding-left: 20px;
}

.basket-card .article-block {
  margin: 0;
}

.basket-card-details {
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 432px;
}

.basket-card-details__item {
  padding: 20px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.basket-card-details__item h4 {
  font-size: 18px;
}

.basket-card-details__item p {
  margin-top: 16px;
  font-size: 14px;
}

.basket-card-details__item label {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}

.basket-card-details__item label a {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
}

.basket-card-details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}

.basket-card-details__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.basket-card-details__subtitle {
  opacity: 0.4;
}

.basket-card-details__total-amount {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 14px;
}

.basket-card-details__clarification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  padding-top: 8px;
  margin-top: 20px;
  border-top: 1px solid rgba(28, 38, 69, 0.2);
  border-top: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
}

.basket-card-details__clarification {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
}

.basket-card-details .wrapper-input {
  margin-top: 16px;
}

.basket-card-details .wrapper-input.error .input-error {
  position: static;
}

.basket-card-details .wrapper-input + .wrapper-input {
  margin-top: 8px;
}

.basket-card-details button {
  margin-top: 24px;
}

.buyer-details {
  padding: 30px 200px 30px 40px;
  scroll-padding-top: 20px;
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--white-color, #ffffff);
}

.buyer-details h2 {
  margin-bottom: 16px;
}

.buyer-details__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 40px;
}

.buyer-details__header button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 16px;
  text-transform: none;
}

.buyer-details__header .button_simple:hover,
.buyer-details__header .button_simple.selected {
  color: rgb(234, 77, 106);
  color: var(--color_red_light, rgb(234, 77, 106));
  border: 1px solid rgb(234, 77, 106);
  border: 1px solid var(--color_red_light, rgb(234, 77, 106));
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.buyer-details__wrapper-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.buyer-details__wrapper-inputs .wrapper-input.error .input-error {
  position: static;
  margin-top: 12px;
  margin-bottom: 2px;
}

.buyer-details__wrapper-inputs .wrapper-input.error .wrapper-input__placeholder {
  top: 15px;
  bottom: auto;
}

.empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.empty-block .icon-empty-block {
  position: relative;
  margin: 0 auto;
}

.empty-block .icon-empty-block div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 53px;
  max-width: 53px;
  height: 53px;
  margin: auto;
}

.empty-block__title {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 24px;
}

.empty-block__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.empty-block__wrapper-text div {
  margin: auto 0;
}

.empty-block a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 16px auto 0;
}

.empty-block .button {
  width: 245px;
  font-size: 16px;
}

.favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.favorites .product-card__additional-buttons {
  z-index: 10;
}

.favorites .product-card__additional-buttons button:last-child {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.favorites .product-card:hover .product-card__additional-buttons button:last-child {
  opacity: 1;
}

.favorites__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.favorites .empty-block {
  /* display: none; */
}

.favorites.empty .empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.favorites.empty .favorites__wrapper-content {
  display: none;
}

.favorites__wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 305px;
  max-width: 305px;
  padding: 20px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.favorites__wrapper-buttons button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  text-transform: none;
}

.favorites__wrapper-buttons button.selected {
  font-weight: 700;
}

.favorites__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: calc(100% - 325px);
}

.favorites__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.favorites__header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.favorites__header button:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.favorites__header .sort-list__row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.favorites__header .selects-block {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.favorites__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.favorites__list .wrapper-product-card {
  max-width: calc((100% - 60px) / 4);
}

.toggle-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.toggle-switch input[type=checkbox] {
  display: none;
}

.toggle-switch label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
}

.toggle-switch label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 35px;
  height: 19px;
  background-color: rgba(28, 38, 69, 0.2);
  background-color: var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.toggle-switch label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.toggle-switch input[type=checkbox]:checked + label::before {
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

.toggle-switch input[type=checkbox]:checked + label:after {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}

.toggle-switch label + span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.compare {
  /* margin-top: 60px; */
}

.compare .empty-block {
  /* display: none; */
}

.compare.empty .empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.compare__header + .compare__list {
  margin-top: 0;
}

.compare__header.hidden + .compare__list {
  margin-top: 20px;
}

.compare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: 100%;
}

.compare__list .compare__row {
  width: calc(100% - 300px);
}

.compare__side .compare__row {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.compare__list .swiper {
  z-index: 6;
  width: 100%;
  overflow-y: visible;
  overflow-x: clip;
}

.compare__list .swiper.grid > .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.compare__list .swiper-slide {
  height: auto;
}

.compare__list .wrapper-product-card {
  height: 100%;
}

.compare__list div.swiper-pagination {
  opacity: 1;
}

.compare__list .product-card__additional-buttons {
  z-index: 10;
}

.compare__list .product-card__additional-buttons button {
  opacity: 0.5;
}

.compare__list .product-card__additional-buttons button:hover {
  opacity: 1;
}

.compare__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.compare.empty .compare__wrapper-content {
  display: none;
}

.compare__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 56px;
  margin-top: 32px;
  padding: 0 40px;
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
}

.compare__wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.compare__wrapper-buttons.hidden + .compare__wrapper-buttons {
  margin-left: auto;
}

.compare__wrapper-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.compare__wrapper-buttons button:hover {
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
}

.compare__wrapper-buttons_product button {
  position: relative;
  padding: 20px 18px 20px 0;
  opacity: 0.5;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.compare__wrapper-buttons_product button:hover {
  opacity: 1;
  border-bottom: 1px solid rgba(28, 38, 69, 1);
  border-bottom: 1px solid var(--main_color, rgb(28, 38, 69));
}

.compare__wrapper-buttons_product button svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.compare__wrapper-buttons_product button:hover svg {
  opacity: 1;
}

.compare__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 300px;
}

.compare__side div.swiper-navigation {
  position: static;
}

.compare-characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.compare-characteristics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.compare-characteristics__thumb-wrapper {
  width: calc(100% - 320px);
}

.compare-characteristics__header {
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 20px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compare-characteristics__header .icon-down-black {
  margin: auto 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.compare-characteristics__item.open .compare-characteristics__header .icon-down-black {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.compare-characteristics__header span {
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
}

.compare-characteristics__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  max-height: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.compare-characteristics__item.open .compare-characteristics__wrapper-content {
  max-height: 300vh;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.compare-characteristics__wrapper-content .swiper.grid .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.compare-characteristics__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px 40px;
  width: 100%;
  max-width: 300px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[data-number-main-slider] + [data-number-main-slider],
[data-number-navigation] + [data-number-navigation],
[data-number-main-slider] + [data-number-main-slider],
[data-number-header-slider] + [data-number-header-slider],
[data-number-characteristics] + [data-number-characteristics] {
  display: none;
}

.compare-characteristics__item .swiper {
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
}

.compare-characteristics__item_separator .swiper {
  background-color: transparent;
}

.compare-characteristics__item .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px 40px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compare-fixed-header {
  position: fixed;
  z-index: 700;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 30px;
  border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px var(--main_radius, 10px) var(--main_radius, 10px);
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  -webkit-box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 4px 20.1000003815px 0px rgba(183, 183, 183, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.compare-fixed-header.active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.compare.empty .compare-fixed-header,
.compare.empty .compare-fixed-header.active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.compare-fixed-header .swiper.grid > .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.compare-fixed-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
}

.compare-fixed-header .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 0;
}

.compare-fixed-header .product-card__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.compare-fixed-header .product-card__title {
  margin-top: 0;
}

.compare-fixed-header .product-card__additional-buttons {
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.compare-fixed-header .product-card__additional-buttons button {
  padding: 0;
  min-width: 18px;
  max-width: 18px;
  height: 20px;
  cursor: pointer;
}

.compare-fixed-header .product-card__additional-buttons button:hover svg g {
  opacity: 1;
}

.compare-fixed-header .product-card__additional-buttons button svg path {
  stroke: rgba(28, 38, 69, 1);
  stroke: var(--main_color, rgb(28, 38, 69));
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.compare-fixed-header .product-card__additional-buttons button:hover svg path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.compare-fixed-header .product-card__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  max-height: 1000px;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.compare-fixed-header .product-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.compare-fixed-header .product-card:hover .product-card__footer {
  margin-top: 0;
}

.compare-fixed-header .product-card__footer [data-button-add-basket],
.compare-fixed-header .product-card__footer .button {
  height: 35px;
  width: 142px;
  padding: 0;
  font-size: 12px;
}

.compare-fixed-header .product-card__title {
  font-size: 12px;
}

.compare-fixed-header .product-card__wrapper-img {
  min-width: 50px;
  max-width: 50px;
  height: 60px;
}

.compare__button-add {
  display: none;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(28, 38, 69, 0.2);
  border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  font-family: "Heading Pro Treble";
  font-family: var(--second_font_family, "Heading Pro Treble");
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-size: 13px;
}

.compare__button-add .compare__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.compare__button-add .icon-plus-red {
  margin: 0 auto;
}

[data-compare-block].added .compare__button-add {
  display: none;
}

.alert-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: 100%;
  padding: 20px 30px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alert-top div {
  min-width: 43px;
  max-width: 43px;
  height: 43px;
}

.alert-top span {
  margin: auto 0;
}

.basket-popup {
  position: absolute;
  z-index: -10;
  top: 100%;
  right: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 504px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 30px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
  cursor: auto;
}

.block-basket-header:hover .basket-popup {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}

.block-basket-header.empty .basket-popup,
.block-basket-header.empty:hover .basket-popup {
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.block-basket-header {
  position: relative;
  cursor: pointer;
}

.block-basket-header:hover::before {
  position: absolute;
  bottom: -24px;
  right: 0;
  width: 50px;
  height: 30px;
  content: "";
}

[data-button=clear-basket-popup] {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

[data-button=clear-basket-popup]::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(229, 33, 69, 1);
  background-color: var(--color_red, rgb(229, 33, 69));
}

[data-button=clear-basket-popup]::before {
  color: rgb(234, 77, 106);
  color: var(--color_red_light, rgb(234, 77, 106));
}

[data-button=clear-basket-popup]:hover:before {
  background-color: rgb(234, 77, 106);
  background-color: var(--color_red_light, rgb(234, 77, 106));
}

.basket-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-popup__header h3 span {
  color: rgba(28, 38, 69, 0.5);
  color: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
}

.basket-popup__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
}

.basket-popup__list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(28, 38, 69, 1);
  background-color: var(--main_color, rgb(28, 38, 69));
  opacity: 0.2;
}

.basket-popup-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a.basket-popup-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-card-card__wrapper-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 103px;
  max-width: 103px;
  height: 106px;
  background-color: #ffffff;
  background-color: var(--color-white, #ffffff);
  border-radius: 10px;
  border-radius: var(--main_radius, 10px);
  -webkit-box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
          box-shadow: 0px 0px 9.8999996185px 0px rgba(13, 30, 42, 0.1);
}

.product-card-card__wrapper-img img {
  width: 85%;
  height: 85%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket-popup-card__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 162px;
  margin: auto 0;
}

a.basket-popup-card__link span {
  margin: 0;
}

.basket-popup-card__article {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 12px;
  font-weight: 400;
  opacity: 0.4;
}

a.basket-popup-card__link span.basket-popup-card__title {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.basket-popup-card__price {
  margin-top: 6px;
  color: rgba(229, 33, 69, 1);
  color: var(--color_red, rgb(229, 33, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 14px;
  font-weight: 400;
}

.basket-popup-card__remove {
  margin: auto 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.basket-popup-card__remove:hover {
  opacity: 1;
}

.basket-popup-card__remove path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.basket-popup-card__remove:hover path {
  stroke: rgba(229, 33, 69, 1);
  stroke: var(--color_red, rgb(229, 33, 69));
}

.basket-popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-popup__footer a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.basket-popup__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.basket-popup__price div span {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Heading Pro Wide";
  font-family: var(--title_font_family, "Heading Pro Wide");
  font-size: 18px;
  font-weight: 400;
}

.basket-popup__price > span {
  color: rgba(28, 38, 69, 1);
  color: var(--main_color, rgb(28, 38, 69));
  font-family: "Arial";
  font-family: var(--main_font_family, "Arial");
  font-size: 12px;
  font-weight: 400;
  opacity: 0.4;
}
/* End */


/* Start:/local/templates/mfit/css/media.css?1774256129120559*/
@media (max-width: 1750px) {
  .swiper.main-banner__thumb::before {
    display: none;
  }
  .swiper.main-banner__thumb div.swiper-navigation {
    min-width: 200px;
  }
}
@media (max-width: 1650px) {
  .wrapper {
    max-width: 1384px;
  }
  .header__top .wrapper {
    gap: 50px;
  }
  .header__links-list,
  .main-navigation ul {
    gap: 20px;
  }
  .form-subscription .wrapper {
    gap: 5px;
  }
  .footer-menu {
    gap: 50px;
  }
  .main-navigation__grid-list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .main-banner:not(.main-banner_location) {
    height: calc(100vh - 105px);
  }
  .main-banner__wrapper-card {
    width: 100%;
    max-width: 376px;
    height: 70%;
  }
  .main-banner__wrapper-img {
    height: 100%;
  }
  .main-banner__wrapper-text {
    height: 60%;
    width: 90%;
    padding: 0;
    margin: auto;
  }
  .why-choose-us__slider.swiper {
    width: 350px;
  }
  .product-details__slider {
    max-width: 50%;
  }
  .history-slider .main-slider {
    width: 800px;
    height: 470px;
  }
  .history-slider__wrapper-img {
    min-width: 450px;
    max-width: 450px;
  }
  .history-slider .swiper-slide-active .history-slider__wrapper-img {
    height: 100%;
  }
  .slider-why-choose .swiper {
    width: 350px;
  }
  .slider-why-choose__title {
    font-size: 16px;
    line-height: 20px;
  }
  .slider-why-choose__wrapper-img {
    height: 450px;
  }
  .our-stores__details {
    -ms-grid-columns: auto 250px;
    grid-template-columns: auto 250px;
  }
  .our-stores__address br {
    display: none;
  }
  .what-included-customization__list-details {
    max-width: 700px;
  }
  .advantages .big-name-company {
    height: 150px;
  }
  .guarantees-certificates__wrapper-img {
    min-width: 113px;
    max-width: 113px;
    height: 163px;
  }
  .calculate-cost__item {
    gap: 30px;
  }
  .calculate-cost__wrapper-img {
    max-width: 550px;
  }
  .calculate-cost__wrapper-input label {
    line-height: 16px;
  }
}
@media (max-width: 1500px) {
  .swiper.main-banner__thumb div.swiper-navigation {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 0;
  }
  .swiper.main-banner__thumb div.swiper-navigation::before,
  .swiper.main-banner__thumb div.swiper-navigation::after {
    display: none;
  }
  .swiper.main-banner__thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-banner_location .swiper.main-banner__thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .swiper.main-banner__thumb::after {
    display: none;
  }
  .swiper.main-banner__thumb .swiper-wrapper {
    padding: 20px;
  }
  .swiper.main-banner__thumb .swiper-slide {
    padding: 20px 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .section-header {
    gap: 20px;
  }
  .slider-block .section-header h2 {
    max-width: 550px;
  }
  .why-choose-us__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1450px) {
  .wrapper {
    max-width: 1200px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__top .wrapper,
  .header__row {
    gap: 30px;
  }
  .main-logo {
    min-width: 118px;
    max-width: 118px;
    height: 25px;
  }
  .header__contacts .button {
    padding: 0 5px;
    min-width: 135px;
    max-width: 135px;
    height: 25px;
    font-size: 11px;
  }
  .button-catalog {
    max-width: 115px;
    margin-left: 30px;
  }
  .main-navigation {
    margin-left: 30px;
  }
  .form-subscription .wrapper {
    gap: 30px;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-menu {
    gap: 100px;
  }
  .main-navigation__grid-list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .main-navigation__second-list {
    max-height: 690px;
  }
  .main-banner {
    height: 700px;
  }
  .main-banner__wrapper-text {
    gap: 30px;
    padding-right: 0;
  }
  .main-banner__left {
    max-width: 580px;
  }
  #projects_map {
    width: 55%;
  }
  .map-projects__big-title {
    top: 60px;
    right: 12%;
  }
  .awards .wrapper {
    gap: 50px;
  }
  .last-block__item button {
    padding: 0 10px;
  }
  .last-block__item {
    height: 280px;
  }
  .catalog__list .wrapper-product-card {
    width: calc((100% - 40px) / 3);
  }
  .category-list_small {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .history-slider .main-slider {
    width: 600px;
    height: 350px;
  }
  .history-slider__wrapper-img {
    min-width: 300px;
  }
  .history-slider__year {
    font-size: 40px;
  }
  .slider-why-choose__wrapper-img {
    height: 400px;
  }
  .slider-why-choose .swiper {
    width: 350px;
  }
  .how-we-work .swiper {
    width: 595px;
    height: 455px;
  }
  .team__wrapper-img {
    height: 300px;
  }
  .our-stores__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .free-consultation .wrapper-form {
    gap: 30px;
  }
  .services-list .services-card__wrapper-img {
    height: 310px;
  }
  .services-list .services-card__title {
    font-size: 20px;
  }
  .project-card__wrapper-img {
    height: 400px;
  }
  .blog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .what-included-customization__wrapper-content {
    gap: 50px;
  }
  .block-submit-request__wrapper-img {
    width: 435px;
    height: 280px;
  }
  .project-features__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .project-features__item {
    gap: 20px;
  }
  .brands__mini-list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .main-brands-list__alphabet {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .main-brands-list__wrapper-cards {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .main-brands-list__card {
    height: 250px;
  }
  .best-deals:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
    width: calc((100% - 60px) / 4);
  }
  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .application-works-execution {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .service__left,
  .application-works-execution {
    max-width: 100%;
  }
  .maximum-cooperation__details-list {
    max-width: 300px;
  }
  .maximum-cooperation__item,
  .maximum-cooperation__item_middle {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
  .guarantees-certificates__wrapper-img div,
  .guarantees-certificates__card::before {
    display: none;
  }
  .guarantees-certificates__card {
    padding-right: 0;
  }
  .basket-card__wrapper-text {
    margin-right: 20px;
  }
  .basket-card__wrapper-img {
    width: 88px;
    height: 90px;
  }
  .basket-card-details {
    max-width: 280px;
  }
  .favorites__list .product-card {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .favorites__list .wrapper-product-card {
    max-width: calc((100% - 40px) / 3);
    min-height: calc(100% + 30px);
  }
  .favorites__wrapper-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .favorites__wrapper-buttons {
    max-width: 100%;
  }
  .compare-fixed-header .product-card__footer [data-button-add-basket] {
    width: 100px;
  }
  .favorites__col {
    width: 100%;
  }
}
@media (max-width: 1360px) {
  .swiper.main-banner__thumb .swiper-wrapper,
  .main-banner__link-more {
    display: none;
  }
  .main-banner_location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-banner_location .section-header {
    display: block;
    padding: 0 20px;
  }
  .main-banner_location .section-header h2 {
    padding: 0;
    margin: 0;
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .main-banner_location .section-header h2::before {
    display: none;
  }
  .main-banner,
  .main-banner .swiper {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__bottom .wrapper {
    padding: 20px;
  }
  .header__links-list a.active {
    padding: 5px;
  }
  .main-navigation__link,
  .main-navigation__sublink {
    font-size: 12px;
  }
  .header__links-list a {
    font-size: 11px;
  }
  .header__message svg {
    right: 20px;
  }
  .header__top .wrapper,
  .header__row,
  .header__contacts {
    gap: 20px;
  }
  .header__more {
    gap: 35px;
  }
  .header__links-list,
  .main-navigation ul {
    gap: 15px;
  }
  .form-subscription form .wrapper-input {
    min-width: 350px;
    max-width: 350px;
  }
  .footer-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    gap: 50px;
  }
  .footer__top .rating-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__policy,
  .footer__developed {
    margin: 0;
  }
  .main-navigation__grid-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .main-navigation__second-list {
    max-height: 745px;
  }
  .main-banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .swiper.main-banner__thumb {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .swiper.main-banner__thumb div.swiper-navigation {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .offers-list .swiper-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .join-mfitness::before {
    background: #000000;
    background: var(--color_black, #000000);
    opacity: 0.2;
  }
  .why-choose-us__thumb .swiper-slide span {
    max-width: 280px;
  }
  .why-choose-us__thumb .swiper-slide::before {
    width: 400px;
  }
  .why-choose-us__thumb .swiper-slide:nth-child(even)::before {
    width: 350px;
  }
  .why-choose-us__thumb .swiper-slide-thumb-active span::before,
  .why-choose-us__thumb .swiper-slide-thumb-active:nth-child(even)::before {
    width: 450px;
  }
  .calculate-cost .section-header {
    left: 20px;
  }
  .calculate-cost__wrapper-img {
    height: 550px;
    max-width: 400px;
  }
  .review-card__wrapper-img {
    min-width: 153px;
    max-width: 153px;
    height: 198px;
  }
  .last-block__item {
    height: 300px;
    gap: 20px;
  }
  .catalog__list .wrapper-product-card {
    width: calc((100% - 20px) / 2);
  }
  .list-details-product__item {
    gap: 50px;
  }
  .history-slider .main-slider {
    width: 48%;
  }
  .history-slider__item {
    padding-left: 0;
    border: none;
  }
  .history-slider .swiper-slide-active .history-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history-slider__wrapper-img {
    max-width: 100%;
  }
  .swiper-slide-active .history-slider__wrapper-text {
    min-width: auto;
    max-width: 100%;
  }
  .history-slider__description {
    width: 50%;
  }
  .slider-why-choose .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider-why-choose h2 br {
    display: none;
  }
  .slider-why-choose .swiper {
    width: 300px;
  }
  .slider-why-choose .wrapper::before {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: calc(100% - 20px);
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(28, 38, 69);
    background-color: var(--main_color, rgb(28, 38, 69));
  }
  .slider-why-choose {
    padding: 50px 0;
  }
  .slider-why-choose__wrapper-img {
    height: 335px;
  }
  .slider-why-choose__title {
    bottom: 20px;
    left: 20px;
    font-size: 14px;
  }
  .how-we-work .swiper {
    width: 660px;
  }
  .team__wrapper-img {
    max-width: 100%;
  }
  .free-consultation .wrapper-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .free-consultation .form-feedback {
    max-width: 100%;
  }
  .advantages-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .block-submit-request__wrapper-img {
    width: 435px;
    height: 280px;
  }
  .block-submit-request .wrapper {
    gap: 50px;
  }
  .block-submit-request__wrapper-img {
    width: 305px;
    height: 196px;
  }
  .catalog-menu__second-level {
    width: calc(100% - 360px);
  }
  .project-preview__wrapper-content {
    gap: 50px;
  }
  .offices-dealers__list-name {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .office-details {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .free-consultation_dark .social-form {
    display: none;
  }
  .maximum-cooperation__wrapper-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .maximum-cooperation__details-list {
    max-width: 100%;
  }
  .basket-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .basket-wrapper__left {
    gap: 10px;
  }
  .basket-card-details {
    max-width: 100%;
  }
  .buyer-details {
    padding-right: 20px;
  }
  .compare__side {
    max-width: 250px;
  }
}
@media (max-width: 1100px) {
  input {
    padding: 15px;
  }
  .header__top {
    padding: 15px 0 0;
  }
  .header {
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .header__links-list,
  .header__contacts .social-media,
  .header__contacts .button,
  .header__bottom .main-logo,
  .button-catalog,
  .main-navigation,
  .header__more > a,
  .header__bottom::before,
  .search-block__popup::before,
  .header__more [data-button-search=open] {
    display: none;
  }
  .header__bottom {
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .header__bottom .wrapper {
    padding: 15px 20px;
  }
  .search-block__popup,
  .header__bottom .search-block__popup.hidden {
    position: static;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    pointer-events: all;
  }
  .header__more,
  .search-block,
  .search-block__form {
    width: 100%;
    max-width: 100%;
  }
  .search-block__wrapper-input input {
    height: 30px;
    padding: 7px 25px 7px 15px;
  }
  .wrapper-input__placeholder_desktop {
    display: none;
  }
  .wrapper-input__placeholder_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper-input__placeholder_mobile svg {
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .header_white .search-block .wrapper-input__placeholder_mobile svg path {
    fill: rgb(28, 38, 69);
    fill: var(--main_color, rgb(28, 38, 69));
  }
  .search-block__form button[type=submit] {
    display: none;
  }
  .search-block__form button[type=reset] {
    z-index: -10;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .search-block__form .filled button[type=reset] {
    z-index: 10;
    opacity: 1;
    pointer-events: all;
  }
  .search-block__wrapper-input button {
    right: 5px;
  }
  .search-block__form .filled button[type=reset] svg {
    min-width: 13px;
    max-width: 13px;
    height: 13px;
  }
  .main-logo_mobile {
    display: block;
    margin-left: 15px;
  }
  .header__location {
    margin-left: 20px;
  }
  .header__top .wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0;
  }
  .header__contacts {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0 auto auto;
  }
  .header__contacts-link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .location-block {
    margin-left: 20px;
  }
  [data-button=burger] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer {
    padding-bottom: 60px;
  }
  .footer-mobile-menu {
    display: block;
  }
  .item-count {
    right: -5px;
  }
  .catalog-menu {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: rgb(248, 248, 248);
    background-color: var(--color_white_light, rgb(248, 248, 248));
    pointer-events: all;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .catalog-menu.open {
    z-index: 550;
    opacity: 1;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .catalog-menu.open::before,
  .catalog-menu.open::after {
    display: none;
  }
  .catalog-menu .catalog-menu__first-level {
    padding-bottom: 105px;
  }
  .catalog-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .catalog-menu__first-level {
    position: static;
    max-width: 100%;
    padding: 0;
  }
  .catalog-menu__item {
    padding: 20px 0;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(28, 38, 69, 0.2);
    border-bottom: 1px solid var(--main_color_light, rgba(28, 38, 69, 0.2));
  }
  .catalog-menu__item:last-child {
    border-bottom: none;
  }
  .catalog-menu .simplebar-track.simplebar-vertical {
    margin: 0 !important;
  }
  .catalog-menu .simplebar-track.simplebar-vertical {
    right: 0;
  }
  .catalog-menu div.wrapper {
    margin-top: 0;
  }
  .catalog-menu__search-form {
    display: block;
  }
  .header_white .main-logo {
    background-image: var(--url_logo_black);
  }
  .catalog-menu__item-top .icon-next {
    display: block;
  }
  .catalog-menu__second-level {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .catalog-menu__second-level.active {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .catalog-menu__second-level .catalog-menu__wrapper-img {
    height: 560px;
  }
  .catalog-menu__second-level .catalog-menu__title {
    padding-left: 45px;
  }
  .catalog-menu__second-level .icon-back {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .catalog-menu__second-level .catalog-menu__item {
    margin: 0;
  }
  .popup-choose-site {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin: auto 20px;
  }
  .choose-site__item {
    padding: 40px 20px;
  }
  .main-banner__wrapper-card {
    display: none;
  }
  .swiper.main-banner__thumb .swiper-navigation div:not(.swiper-pagination) {
    display: none;
  }
  .swiper.main-banner__thumb div.swiper-navigation {
    width: 80%;
    margin: 0 auto;
  }
  .swiper.main-banner__thumb div.swiper-pagination {
    width: 100%;
  }
  .main-banner div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .slider-block {
    position: relative;
    padding-bottom: 20px;
  }
  .slider-block .wrapper {
    position: static;
  }
  .section-header div.swiper-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 100px);
  }
  .slider-block .section-header div.swiper-navigation {
    bottom: -20px;
  }
  .section-header div.swiper-navigation div:not(.swiper-pagination) {
    display: none;
  }
  .awards .section-header div.swiper-navigation div:not(.swiper-pagination) {
    display: block;
  }
  .section-header div.swiper-navigation div.swiper-pagination {
    width: 100%;
  }
  .slider-block div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    width: 100%;
    background-color: rgb(28, 38, 69);
    background-color: var(--main_color, rgb(28, 38, 69));
  }
  .product-subslider div.swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 2px;
  }
  .product-subslider div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    border-radius: var(--circle_radius, 50%);
  }
  .product-subslider div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
    width: 11px;
    background-color: rgb(229, 33, 69);
    background-color: var(--color_red, rgb(229, 33, 69));
    border-radius: 16.68px;
  }
  .section-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-header h2 {
    max-width: 100%;
  }
  .section-header__row_desktop {
    display: none;
  }
  .section-header__row_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding: 0 20px;
  }
  .section-header__row_mobile a {
    max-width: 40%;
  }
  .calculate-cost .section-header {
    position: static;
    margin-bottom: 24px;
  }
  .calculate-cost__wrapper-content {
    padding-top: 0;
  }
  .calculate-cost__wrapper-img {
    display: none;
  }
  div.swiper-navigation.calculate-cost__buttons {
    bottom: 0;
  }
  div.swiper-navigation.calculate-cost__buttons {
    position: static;
    margin-top: 30px;
  }
  #projects_map {
    position: relative;
    width: 100%;
    height: 472px;
  }
  .map-projects .section-header {
    margin-bottom: 40px;
  }
  .map-projects__wrapper-content {
    max-width: 100%;
  }
  .map-projects div.swiper-navigation {
    margin: 40px 0 50px;
  }
  .map-projects__big-title {
    top: 30px;
    right: 3%;
  }
  .awards {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .awards .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .awards .section-header div.swiper-navigation {
    left: 20px;
    bottom: 40px;
  }
  .blog-card {
    height: 550px;
  }
  .last-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .last-block__item {
    height: 290px;
  }
  .last-block__item:first-child {
    max-width: 100%;
  }
  .category-list_small a {
    display: none;
  }
  .category-list_small a:nth-child(-n+6) {
    display: block;
  }
  .category-list_small.open a {
    display: block !important;
  }
  .category-list_small button {
    display: block;
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
  .product-details__wrapper-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-details__slider {
    max-width: 100%;
  }
  .product-details__slider-gallery {
    width: 100%;
  }
  .list-details-product__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-details-product__wrapper-img {
    height: 400px;
  }
  .about-preview__wrapper-content .icon-down-long {
    display: none;
  }
  .about-preview__wrapper-text {
    max-width: 100%;
    margin-right: 0;
  }
  .slider-why-choose {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .slider-why-choose .wrapper::before,
  .slider-why-choose .swiper::before {
    display: none;
  }
  .slider-why-choose .wrapper {
    gap: 30px;
  }
  .slider-why-choose .swiper {
    width: 100%;
  }
  .slider-why-choose .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px;
  }
  .slider-why-choose .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .how-we-work .swiper {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .how-we-work__item .icon-down-red {
    display: block;
  }
  .how-we-work div.swiper-navigation {
    display: none;
  }
  .how-we-work .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    gap: 20px;
  }
  .how-we-work .swiper-slide {
    width: 100%;
  }
  .how-we-work .swiper-slide .how-we-work__title {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .how-we-work .swiper-slide .how-we-work__title br {
    display: none;
  }
  .how-we-work__start-cooperation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
  }
  .how-we-work__start-cooperation .how-we-work__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 20px;
  }
  .how-we-work__start-cooperation .how-we-work__description {
    width: 50%;
    margin: auto 0;
  }
  .how-we-work__start-cooperation .button {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .how-we-work .swiper-slide.open {
    width: 100%;
    background-color: rgb(28, 38, 69);
    background-color: var(--main_color, rgb(28, 38, 69));
  }
  .how-we-work .swiper-slide.open .how-we-work__title {
    display: inline-block;
    margin: 0;
    color: #ffffff;
    color: var(--white_color, #ffffff);
    font-size: 28px;
    text-transform: uppercase;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .how-we-work .swiper-slide.open .how-we-work__description {
    display: block;
    margin-top: 30px;
  }
  .catalog-menu__col .icon-back {
    display: block;
  }
  .project-sticky-card {
    display: none;
  }
  .equipment-brands-used__item {
    min-width: 246px;
  }
  .similar-projects {
    padding-bottom: 30px;
  }
  .project-card__wrapper-text {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .list-tags__item {
    font-size: 14px;
  }
  .similar-projects .swiper {
    overflow: visible;
  }
  .services-card__title {
    font-size: 14px;
  }
  .services-card__footer {
    bottom: 20px;
    left: 20px;
  }
  .section-header .more-link {
    height: 30px;
    padding: 0 8px;
    font-size: 13px;
  }
  .info-page__wrapper-img_middle {
    height: 450px;
  }
  .info-page__list > .swiper > .swiper-pagination {
    margin-top: 40px;
    opacity: 1;
  }
  .brands__mini-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .best-deals:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
    width: calc((100% - 40px) / 3);
  }
  .maximum-cooperation__item, .maximum-cooperation__item_middle {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .serial-number-table__header div:last-child,
  .serial-number-table__merged-cell {
    width: 270px;
  }
  .guarantees-certificates {
    padding-bottom: 25px;
  }
  .last-block_grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .favorites__wrapper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: transparent;
  }
  .favorites__wrapper-buttons button {
    padding: 11px;
    background-color: #ffffff;
    background-color: var(--color-white, #ffffff);
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .favorites__col {
    width: 100%;
  }
  .compare__list,
  .compare__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .compare-characteristics__wrapper-content {
    position: relative;
  }
  .compare-characteristics__item .swiper {
    background-color: transparent;
  }
  .compare-characteristics__side {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    gap: 50px;
    height: 100%;
    background-color: transparent;
    opacity: 0.5;
  }
  .compare-characteristics__item .swiper-slide {
    gap: 50px;
    padding: 30px 0 0;
    background-color: transparent;
    text-align: left;
  }
  .compare-fixed-header .compare__side {
    display: none;
  }
  .compare__list .compare__row {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .form-subscription {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 0 32px;
  }
  .form-subscription form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-subscription .button {
    width: 100%;
  }
  .form-subscription .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-subscription form {
    width: 100%;
  }
  .form-subscription form .wrapper-input {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .main-navigation__grid-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .services-card__wrapper-img {
    height: 400px;
  }
  .why-choose-us__wrapper-sliders {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .why-choose-us__slider.swiper {
    position: static;
  }
  .why-choose-us__wrapper-img {
    height: 335px;
  }
  .why-choose-us__thumb {
    display: none;
  }
  .why-choose-us__name {
    display: block;
  }
  .why-choose-us__slider div.swiper-navigation {
    position: static;
    margin-top: 20px;
  }
  .review-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-card__wrapper-img {
    min-width: 218px;
    max-width: 218px;
    height: 283px;
  }
  .blog-card {
    height: 400px;
  }
  .blog-card__title {
    left: 20px;
    bottom: 20px;
  }
  .blog-card__date {
    top: 20px;
    left: 20px;
  }
  .category-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .filters {
    position: fixed;
    z-index: 550;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow-y: auto;
  }
  .filters.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .sort-list .sort-list__title,
  .sort-list .select__title svg {
    display: none;
  }
  .simple-form .select__title svg {
    display: block;
  }
  .sort-list .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin: auto 0;
    padding: 0;
  }
  .sort-list__row .select__title,
  .sort-list__row:first-child .select__title:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .filters-item__title:hover,
  .wrapper-input_second-checkbox label:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .wrapper-input_second-checkbox label:hover::before {
    border: 1px solid rgb(120, 144, 156);
    border: 1px solid var(--color_grey_light_5, rgb(120, 144, 156));
  }
  .filters__list {
    gap: 25px;
  }
  .filters__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
  .filters__title .mobile {
    display: block;
  }
  .filters__title .desktop {
    display: none;
  }
  .filters__close {
    display: block;
    right: 20px;
  }
  .filters__back {
    display: block;
    left: 20px;
  }
  .filters__button-all {
    display: none;
  }
  .filter__footer {
    position: sticky;
    z-index: 1;
    bottom: 25px;
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .filter__footer::before {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 25px;
    content: "";
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .filter__footer::after {
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    content: "";
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .filter__footer .button {
    font-size: 13px;
  }
  .filters-item__title {
    font-size: 12px;
  }
  .wrapper-input_second-checkbox input:checked + label::after {
    top: 3px;
  }
  .catalog__content {
    width: 100%;
  }
  .product-details__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .product-details__slider div.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-top: 30px;
    opacity: 1;
  }
  .product-details__wrapper-img img {
    width: 75%;
    height: 75%;
  }
  .product-details .wrapper-video,
  .product-details__wrapper-img {
    width: 100%;
  }
  .product-details__slider-gallery {
    display: none;
  }
  .slider-why-choose .swiper-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .how-we-work__start-cooperation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .how-we-work__start-cooperation .button {
    margin-top: 0;
    width: 294px;
  }
  .team__wrapper-buttons {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow-x: auto;
  }
  .team__wrapper-buttons .button {
    white-space: nowrap;
  }
  .team__wrapper-buttons .button:hover {
    background-color: #ffffff;
    background-color: var(--white_color, #ffffff);
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .our-stores__list.desktop {
    display: none;
  }
  .our-stores__list.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .our-stores__details {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .services-list .services-card__wrapper-img {
    height: 255px;
  }
  .projects__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .project-card,
  .project-card_big {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
  .blog__sort {
    gap: 15px;
  }
  .blog__list .blog-card__wrapper-img {
    height: 350px;
  }
  .what-included-customization__list-title {
    display: none;
  }
  .what-included-customization__wrapper-content div.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    opacity: 1;
  }
  .what-included-customization__list-details {
    max-width: 100%;
  }
  .what-included-customization__list-details .hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-submit-request .wrapper {
    padding: 50px 20px;
  }
  .block-submit-request .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
  .block-submit-request__wrapper-img {
    width: 304px;
    height: 215px;
    margin: 0 auto;
  }
  .offices-dealers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .office-details {
    gap: 20px;
  }
  .offices-dealers__list-name {
    height: 355px;
    max-width: 100%;
  }
  .review-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews-list .review-card__wrapper-img {
    margin-left: 0;
  }
  .reviews-list .review-card > .review-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-brands-list__wrapper-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .serial-number-table__header div:first-child,
  .serial-number-table__item div:first-child {
    width: 165px;
  }
  .guarantees-certificates__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guarantees-certificates__col {
    padding: 0;
  }
  .basket-card,
  .basket:not(.open) .basket-card:nth-child(-n+4) {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px;
  }
  .basket-card .product-card__additional-buttons {
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 0;
    right: auto;
  }
  .basket-card .wrapper-input {
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
  }
  .basket-card__wrapper-img {
    -ms-grid-row-span: 3;
    grid-row: 3 span;
    width: 103px;
    height: 106px;
    margin: 0;
  }
  .basket-card .product-details__quantity {
    margin-left: 0;
  }
  .favorites__list .wrapper-product-card {
    max-width: calc((100% - 20px) / 2);
  }
  .compare-fixed-header .product-card {
    width: 80%;
  }
  .compare__header {
    padding: 0;
    margin-top: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .compare__wrapper-content {
    gap: 24px;
  }
  .compare-characteristics {
    width: 100vw;
    margin-left: -20px;
    margin-top: 6px;
  }
  .compare__side {
    max-width: 100%;
  }
  .toggle-switch {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid rgba(28, 38, 69, 0.2);
    border-top: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
    border-bottom: 1px solid rgba(28, 38, 69, 0.2);
    border-bottom: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  }
  .compare__wrapper-buttons_product button {
    padding: 10px;
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--white_color, #ffffff);
    opacity: 1;
  }
  .compare__header .compare__wrapper-buttons:last-child {
    display: none;
  }
  .compare__wrapper-buttons_product button {
    opacity: 0.7;
  }
  .compare__wrapper-buttons {
    gap: 10px;
  }
  .compare-characteristics__wrapper-content {
    padding: 0 10px;
  }
  .compare-characteristics__side {
    left: 10px;
  }
  .compare-characteristics__header {
    padding: 15px 10px;
  }
  .choose-site__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .choose-site__title {
    white-space: normal;
  }
  .choose-site__list-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 24px;
    line-height: 24px;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3,
  .h3 {
    font-size: 15px;
    line-height: 18px;
  }
  h4,
  .h4 {
    font-size: 13px;
  }
  h2 br.mobile {
    display: block;
  }
  h1 + p {
    margin-top: 20px;
  }
  body.basket {
    padding-top: 75px;
  }
  body p {
    line-height: 18px;
  }
  input {
    height: 45px;
  }
  .section {
    margin-top: 60px;
  }
  .subsection {
    margin-top: 40px;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-header h2 {
    line-height: 24px;
  }
  .section-header h2 .mobile {
    display: block;
  }
  .section-header div.swiper-navigation div.swiper-pagination {
    font-size: 15px;
  }
  textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  textarea::-moz-placeholder {
    font-size: 14px;
  }
  textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  input,
  textarea,
  textarea::placeholder {
    font-size: 14px;
  }
  .icon-mobile {
    display: block;
  }
  .more-link_mobile {
    display: block;
  }
  .more-link_desktop {
    display: none;
  }
  .swiper-navigation div,
  .swiper-navigation div svg {
    width: 11px;
    height: 15px;
  }
  .section-header div.swiper-navigation,
  .awards .section-header div.swiper-navigation {
    gap: 25px;
  }
  div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    background-color: rgb(28, 38, 69);
    background-color: var(--main_color, rgb(28, 38, 69));
  }
  .wrapper-input__placeholder {
    font-size: 14px;
  }
  .button,
  .button:hover {
    background-color: rgb(229, 33, 69);
    background-color: var(--color_red, rgb(229, 33, 69));
    color: #ffffff;
    color: var(--color_white, #ffffff);
  }
  .button_white,
  .button_white:hover {
    color: rgb(234, 77, 106);
    color: var(--color_red_light, rgb(234, 77, 106));
    border: 1px solid rgb(234, 77, 106);
    border: 1px solid var(--color_red_light, rgb(234, 77, 106));
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .button_transparent,
  .button_transparent:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
    border: none;
    background-color: transparent;
  }
  .button_grey,
  .button_grey:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
    background-color: rgb(222, 222, 222);
    background-color: var(--color_grey_dark, rgb(222, 222, 222));
    border: 1px solid rgb(222, 222, 222);
    border: 1px solid var(--color_grey_dark, rgb(222, 222, 222));
  }
  .button_simple,
  .button_simple:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
    background-color: transparent;
    border: 1px solid rgb(195, 195, 195);
    border: 1px solid var(--color_grey_light_6, rgb(195, 195, 195));
  }
  .button_dark,
  .button_dark:hover {
    background-color: rgb(28, 38, 69);
    background-color: var(--main_color, rgb(28, 38, 69));
    color: #ffffff;
    color: var(--color_white, #ffffff);
  }
  [data-button-add-basket="1"],
  [data-button-add-basket="1"]:hover {
    color: rgb(234, 77, 106);
    color: var(--color_red_light, rgb(234, 77, 106));
    border: 1px solid rgb(234, 77, 106);
    border: 1px solid var(--color_red_light, rgb(234, 77, 106));
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .button-play {
    width: 70px;
    height: 70px;
  }
  .breadcrumbs-wrapper {
    margin: 10px 0 24px;
  }
  .breadcrumbs {
    padding-bottom: 5px;
  }
  .breadcrumbs__link,
  .breadcrumbs__separator,
  .breadcrumbs__name-page {
    font-size: 14px;
  }
  .list-more button {
    text-transform: none;
  }
  .list-more button span:first-child {
    display: none;
  }
  .list-more button span:nth-child(2) {
    display: block;
  }
  .pagination {
    gap: 10px;
  }
  .pagination__list {
    gap: 10px;
  }
  .pagination a:not(.pagination__more) button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pagination a:not(.pagination__more) button svg {
    width: 11px;
    height: 16px;
  }
  .pagination__list a,
  .pagination__current {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .pagination__list a {
    border: 1px solid rgb(195, 195, 195);
    border: 1px solid var(--color_grey_light_6, rgb(195, 195, 195));
    background-color: rgb(248, 248, 248);
    background-color: var(--color_white_light, rgb(248, 248, 248));
  }
  a.pagination__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    border-radius: 18.27px;
  }
  a.pagination__more .button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 25px;
    padding: 0;
    font-size: 12px;
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .button-up {
    bottom: 120px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .button-up svg {
    width: 20px;
    height: 13px;
  }
  .button_white:hover {
    color: rgb(234, 77, 106);
    color: var(--color_red_light, rgb(234, 77, 106));
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .button_grey:hover {
    background-color: rgb(222, 222, 222);
    background-color: var(--color_grey_dark, rgb(222, 222, 222));
    border: 1px solid rgb(222, 222, 222);
    border: 1px solid var(--color_grey_dark, rgb(222, 222, 222));
  }
  .button_grey:hover svg path {
    stroke: rgb(28, 38, 69);
    stroke: var(--main_color, rgb(28, 38, 69));
  }
  .search-block__wrapper-input .wrapper-input__placeholder {
    margin: auto 0;
    font-size: 12px;
    line-height: 14px;
  }
  .main-logo {
    min-width: 121px;
    max-width: 121px;
  }
  .header__phone span,
  .header__email {
    display: none;
  }
  .form-subscription {
    margin-bottom: 30px;
    padding: 20px 0 32px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .form-subscription .mobile {
    display: block;
  }
  .form-subscription .wrapper {
    gap: 15px;
  }
  .form-subscription form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-subscription .button {
    width: 100%;
  }
  .popup {
    border-radius: 0;
  }
  .finish-form {
    font-size: 25px;
  }
  .header__message {
    padding: 7px 0;
  }
  .header__message svg {
    /*display: none;*/
  }
  .header__message span {
    font-size: 12px;
  }
  .button-catalog__line_black {
    min-width: 18px;
    max-width: 18px;
    height: 8px;
  }
  .footer .main-logo {
    min-width: 169px;
    max-width: 169px;
    height: 35px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
  }
  .footer__top .rating-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__contacts {
    gap: 15px;
  }
  .footer .main-logo {
    margin-bottom: 15px;
  }
  .footer__wrapper-text:nth-last-of-type(2) {
    gap: 5px;
    padding: 20px 0 15px;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .footer-menu__item {
    gap: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgb(28, 38, 69);
    border-bottom: 1px solid var(--main_color, rgb(28, 38, 69));
    overflow: hidden;
  }
  .footer-menu__item:first-child {
    padding-top: 0;
  }
  .footer-menu__title {
    position: relative;
    z-index: 4;
    background-color: #ffffff;
    background-color: var(--white_color, #ffffff);
  }
  .footer-menu__title::after {
    position: absolute;
    z-index: -1;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    content: "";
    background-color: #ffffff;
    background-color: var(--white_color, #ffffff);
  }
  .footer-menu__title::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 11px;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15.3499 10.627' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.349854' height='10.626953' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector' d='M0.583883 15.3499L0 14.3266L9.47856 8.52775L9.47856 6.82218L0 1.02333L0.583883 0L10.6269 6.13996L10.6269 9.20996L0.583883 15.3499Z' fill='rgb(229,33,69)' fill-rule='nonzero' transform='matrix(0,1,-1,0,15.3499,0)' /%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .footer-menu__item.active .footer-menu__title::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer-menu__item ul {
    max-height: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .footer-menu__item.active ul {
    max-height: 1000px;
    margin-top: 12px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .footer__phone {
    font-size: 20px;
  }
  .footer__wrapper-text:nth-of-type(2) {
    gap: 0;
  }
  .footer__copyright {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .form-subscription .wrapper-input input {
    background-color: rgb(243, 243, 247);
    background-color: var(--color_grey_light_3, rgb(243, 243, 247));
  }
  .location-block {
    position: static;
  }
  .popup-your-city {
    top: calc(100% + 10px);
    width: 100%;
  }
  .location-block__title:hover,
  .popup-select-city__lists-city li:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .popup-select-city {
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 0;
  }
  .popup-select-city__button-close {
    position: static;
  }
  .popup-select-city__lists-city {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-top: 10px;
  }
  .popup-select-city__lists-city li {
    font-size: 14px;
  }
  .popup-select-city__wrapper-content input {
    height: 30px;
    padding: 6px 15px;
  }
  .popup-select-city__wrapper-content {
    gap: 10px;
    padding: 15px 20px;
  }
  .popup-select-city__wrapper-content form button[type=reset] {
    right: 10px;
  }
  .popup-select-city__header h3 {
    font-size: 14px;
    text-transform: uppercase;
  }
  .mobile-menu .main-navigation__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    height: 100%;
    overflow-y: auto;
  }
  .main-navigation__second-list[data-brand-list] .main-navigation__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-navigation__brand-list ul li:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .main-navigation__grid-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .main-navigation__grid-list a {
    height: 75px;
  }
  .mobile-menu .main-navigation__subtitle {
    padding-left: 25px;
  }
  .catalog-menu__second-level .catalog-menu__wrapper-img {
    display: none;
  }
  .catalog-menu__second-level .catalog-menu__col {
    width: 100%;
  }
  .popup-choose-site {
    padding: 20px;
  }
  .choose-site {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .choose-site__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .choose-site__item {
    padding: 15px;
  }
  .choose-site__item_big {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
  .main-banner {
    height: 630px;
  }
  .main-banner .wrapper-video {
    height: 100%;
  }
  .main-banner__description {
    font-size: 14px;
    line-height: 16px;
  }
  .main-banner__left {
    gap: 30px;
  }
  .main-banner__wrapper-text {
    margin-top: 140px;
  }
  .main-banner__wrapper-text .button {
    margin-top: 0;
  }
  .swiper.main-banner__thumb {
    bottom: 150px;
  }
  .product-subslider div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
    width: 7px;
  }
  .product-card__header span,
  .product-card__header.crowded span {
    padding: 0 3px;
    height: 15px;
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .product-card__header.crowded span span,
  .product-card__header span span {
    padding: 0;
  }
  .offers-list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .offers-list div.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 0 30px;
    opacity: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .offers-list__name {
    font-size: 15px;
  }
  .offers-list__description {
    font-size: 12px;
  }
  .offers-list__item {
    padding: 20px;
  }
  .offers-list__item > div:first-child {
    width: 147px;
    height: 32px;
  }
  .offers-list .swiper-wrapper {
    margin-top: 30px;
  }
  .services-slider.swiper {
    padding: 0 20px;
  }
  .services-card__wrapper-img {
    height: 320px;
  }
  .section-header__row_mobile a {
    max-width: 100%;
  }
  .product-slider.swiper {
    padding: 0 20px;
  }
  .slider-block_more .product-slider.swiper {
    width: 100vw;
    padding: 0;
    margin-left: -20px;
  }
  .slider-block_more .product-card__title {
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slider-block_more .product-card__price {
    font-size: 10px;
  }
  .slider-block_more .badge,
  .slider-block_more .article-block,
  .slider-block_more .product-card__additional-buttons {
    display: none;
  }
  .slider-block_more .product-card__wrapper-img {
    height: 100px;
    padding-top: 5px;
  }
  .equipment-used .product-slider.swiper {
    margin-left: 0;
  }
  .slider-block_more {
    overflow-x: visible;
  }
  div.swiper-pagination.product-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 60px);
    margin-top: 20px;
    opacity: 1;
  }
  .join-mfitness,
  .join-mfitness__wrapper-video {
    height: 630px;
  }
  .join-mfitness__wrapper-text {
    left: 0;
    bottom: 40px;
  }
  .join-mfitness__description {
    margin-top: 16px;
    font-size: 14px;
  }
  .join-mfitness__wrapper-text button {
    margin-top: 32px;
  }
  .swiper.main-banner__thumb .swiper-wrapper {
    display: none;
  }
  .main-banner_location .swiper.main-banner__thumb {
    bottom: -20px;
  }
  .main-banner_location .swiper.main-banner__thumb div.swiper-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .main-banner_location div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    background-color: rgb(28, 38, 69);
    background-color: var(--main_color, rgb(28, 38, 69));
  }
  .why-choose-us__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .why-choose-us__wrapper-text {
    font-size: 14px;
  }
  .why-choose-us__wrapper-text br {
    display: none;
  }
  .why-choose-us__slider div.swiper-navigation {
    margin-top: 20px;
    gap: 20px;
  }
  .why-choose-us__slider.swiper div.swiper-pagination-bullets.swiper-pagination-horizontal {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
  .calculate-cost {
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .calculate-cost_white {
    padding-bottom: 30px;
  }
  .calculate-cost__list-variants {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
  .calculate-cost__title {
    font-size: 15px;
  }
  .calculate-cost__description {
    margin-top: 12px;
    font-size: 14px;
  }
  .calculate-cost__wrapper-input label {
    padding: 5px 15px;
    height: 76px;
    font-family: "Arial";
    font-family: var(--main_font_family, "Arial");
    font-size: 14px;
    font-weight: 400;
  }
  .calculate-cost__buttons button {
    height: 45px;
    padding: 0 27px;
  }
  .main-banner_location {
    height: 606px;
  }
  .main-banner_location .swiper {
    width: 100%;
    height: 100%;
  }
  .brands-list__item {
    min-width: 225px;
    height: 81px;
  }
  .brands-list__item img {
    width: 97px;
    height: 20px;
  }
  .map-projects .selects-block {
    max-width: 100%;
  }
  .select__title {
    font-size: 14px;
  }
  .select__title:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .select__title:hover svg path {
    stroke: transparent;
    fill: rgb(28, 38, 69);
    fill: var(--main_color, rgb(28, 38, 69));
  }
  .why-choose-us__item {
    padding: 20px;
    gap: 17px;
  }
  .why-choose-us__title {
    position: relative;
    gap: 0;
    padding-bottom: 17px;
    font-size: 15px;
    line-height: 18px;
  }
  .why-choose-us__title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 2px;
    background-color: rgb(229, 33, 69);
    background-color: var(--color_red, rgb(229, 33, 69));
  }
  .why-choose-us__description {
    font-size: 14px;
  }
  .map-projects__title {
    font-size: 15px;
  }
  .map-projects__description {
    font-size: 14px;
    line-height: 18px;
  }
  .map-projects__details-item span:last-child {
    font-size: 15px;
  }
  .map-projects div.swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .map-projects .section-header {
    gap: 30px;
  }
  .map-projects {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .map-projects__big-title {
    top: 20px;
    right: 20px;
  }
  .map-projects__big-title span:first-child {
    font-size: 53px;
  }
  .map-projects__big-title span:last-child {
    font-size: 16px;
  }
  .awards .swiper {
    overflow: visible;
  }
  .awards .swiper-slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 0;
  }
  .awards__title {
    font-size: 15px;
  }
  .awards__logo {
    width: 160px;
  }
  .awards .section-header div.swiper-navigation {
    left: 0;
    right: 0;
    margin: auto;
  }
  .review-card {
    padding: 20px;
  }
  .review-card__logo {
    width: 71px;
    height: 20px;
  }
  .review-card__title,
  .review-card__author {
    font-size: 15px;
  }
  .review-card__description,
  .review-card__author span:last-child {
    font-size: 14px;
  }
  .review-card__wrapper-text {
    gap: 20px;
  }
  .blog-card {
    height: 290px;
  }
  .blog-card__title {
    font-size: 15px;
    line-height: 17px;
  }
  .blog-card__date {
    font-size: 14px;
  }
  .last-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
  }
  .last-block__main-icon {
    margin: 0 auto;
  }
  .last-block__item:first-child .last-block__main-icon {
    min-width: 100px;
    max-width: 100px;
    height: 85px;
  }
  .last-block__item:last-child .last-block__main-icon {
    min-width: 87px;
    max-width: 87px;
    height: 87px;
  }
  .last-block__wrapper-text {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .last-block__description {
    margin: 10px auto 0;
  }
  .last-block__item button {
    width: 100%;
  }
  .category-item {
    height: 180px;
    padding: 20px 5px;
  }
  .category-item__title {
    font-size: 12px;
    line-height: 16px;
  }
  .category-item__wrapper-img {
    height: 70%;
  }
  .last-block-catalog {
    padding: 20px 12px;
  }
  .frequently-searched .section-header {
    margin-bottom: 20px;
  }
  .frequently-searched__list {
    gap: 10px;
  }
  .frequently-searched__item {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .frequently-searched__item:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .frequently-searched__item_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .frequently-searched__item:not(.frequently-searched__item_more) {
    display: none;
  }
  .frequently-searched__item:nth-child(-n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .frequently-searched__list.open .frequently-searched__item_more {
    display: none;
  }
  .frequently-searched__list.open .frequently-searched__item:not(.frequently-searched__item_more) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .last-block-catalog p {
    font-size: 14px;
    line-height: 18px;
  }
  .last-block-catalog .section-header {
    margin-bottom: 20px;
  }
  .last-block-catalog button {
    margin-top: 24px;
    width: 161px;
    height: 45px;
    padding: 5px;
  }
  .category-list_small a:nth-child(-n+6) {
    display: none;
  }
  .category-list_small a:nth-child(-n+4) {
    display: block;
  }
  .category-item_small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .category-item_small .category-item__wrapper-img {
    min-width: 50px;
    max-width: 100%;
    height: 90px;
    margin: 0 auto;
  }
  .category-item_small .category-item__wrapper-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .category-item_small .category-item__wrapper-text span:not(.category-item__title) {
    display: none;
  }
  .category-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .category-item_small .category-item__wrapper-text .category-item__title span {
    display: block;
  }
  .category-item_small {
    padding: 20px 0 10px;
  }
  .category-item_small .category-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
    text-align: center;
    -ms-hyphens: manual;
        hyphens: manual;
  }
  .category-list_small button {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
  .catalog__list {
    gap: 10px;
  }
  .catalog__list .wrapper-product-card {
    width: calc((100% - 10px) / 2);
  }
  .product-card__title {
    margin-top: 10px;
    font-size: 12px;
  }
  .product-card__title:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .article-block {
    margin-top: 4px;
    font-size: 10px;
  }
  .article-block svg {
    width: 10px;
    height: 10px;
  }
  .product-card__price {
    margin-top: 12px;
    font-size: 12px;
  }
  .product-card {
    height: 100%;
    padding: 10px;
    -webkit-box-shadow: 0px 2.4px 2.4019970894px 0px rgba(149, 149, 149, 0.25);
            box-shadow: 0px 2.4px 2.4019970894px 0px rgba(149, 149, 149, 0.25);
  }
  .product-card:hover {
    position: static;
  }
  .product-card .product-card__specifications,
  .product-card:hover .product-card__specifications {
    max-height: 2000px;
    margin-top: 10px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .product-card__detail span {
    font-size: 10px;
  }
  .product-card__additional-buttons {
    top: 10px;
    right: 10px;
  }
  .product-card__additional-buttons button {
    width: 14px;
    height: 14px;
    padding: 0;
  }
  .product-card__header {
    top: 10px;
    left: 10px;
    gap: 5px;
    max-width: 140px;
  }
  .product-card__quantity,
  .product-card__row .button,
  .product-card__quantity input {
    height: 30px;
  }
  .product-card__row .button {
    font-size: 11px;
  }
  .product-card__row .button:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .product-card__quantity .button {
    font-size: 12px;
  }
  .product-card__quantity button {
    width: 20px;
  }
  .product-card__quantity input {
    width: 15px;
    font-size: 12px;
  }
  .product-card__check-price {
    font-size: 12px;
  }
  .product-card .product-card__footer,
  .product-card:hover .product-card__footer {
    margin-top: 24px;
    max-height: 2000px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .product-card__additional-buttons {
    z-index: 2;
    opacity: 1;
    pointer-events: all;
  }
  .product-card__additional-buttons button {
    opacity: 0.2;
  }
  button[data-button-add-favorite="1"],
  button[data-button-add-compare="1"],
  .product-card__additional-buttons button:hover {
    opacity: 1;
  }
  .badge {
    height: 15px;
    padding: 0 3px;
    font-size: 10px;
    line-height: 15px;
  }
  [data-slider=more-product] .badge {
    gap: 3px;
    padding: 0 3px;
    font-size: 10px;
  }
  [data-slider=more-product] .badge div {
    min-width: 6px;
    max-width: 6px;
    height: 6px;
  }
  [data-slider=more-product] .product-card__title {
    margin-top: 10px;
  }
  [data-slider=more-product] .product-card__specifications {
    display: none;
  }
  [data-slider=more-product] .product-card__price {
    margin-top: 16px;
  }
  .product-card__header button {
    width: 15px;
    height: 15px;
    border-radius: 1.8px;
  }
  .product-card__header button svg {
    width: 5px;
    height: 4px;
  }
  .product-card__header button:hover svg path {
    stroke: rgb(28, 38, 69);
    stroke: var(--main_color, rgb(28, 38, 69));
  }
  .item-count {
    top: -5px;
  }
  .sort-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sort-list__row:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sort-list__filter-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sort-list__row:first-of-type {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .filters__title {
    font-size: 15px;
  }
  .filter__footer .filters__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .catalog__list {
    width: 100vw;
    margin-left: -20px;
  }
  .product-details__list-buttons {
    gap: 16px;
  }
  .product-details__list-buttons span {
    display: none;
  }
  .product-details__list-buttons svg.share path {
    fill: rgba(28, 38, 69, 0.5);
    fill: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
  }
  .product-details__list-buttons svg:not(.share) path {
    stroke: rgba(28, 38, 69, 0.5);
    stroke: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
  }
  [data-button-add-favorite="1"] svg:not(.share) path,
  [data-button-add-compare="1"] svg:not(.share) path {
    stroke: rgb(229, 33, 69);
    stroke: var(--color_red, rgb(229, 33, 69));
  }
  .product-details__badges {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 20px;
  }
  .product-details__slider {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    padding-bottom: 40px;
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .product-details__slider::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -400px;
    left: -50vw;
    width: 200vw;
    height: 500px;
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .product-details__wrapper-img img {
    width: 100%;
    height: 100%;
  }
  .product-details .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-details .desktop {
    display: none;
  }
  .product-details__footer {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(28, 38, 69, 0.2);
    border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .product-details__footer::before {
    position: absolute;
    z-index: -1;
    bottom: -20px;
    left: -20px;
    right: 0;
    width: 100vw;
    height: 200px;
    content: "";
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .product-details__wrapper-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .product-details__wrapper-buttons button:first-child,
  .product-details__wrapper-buttons button:nth-last-child(-n+2) {
    width: 100%;
  }
  .product-details__header {
    position: relative;
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .product-details__header::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -50vw;
    right: 0;
    width: 200vw;
    height: 100%;
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .product-details__block-text,
  .product-details__wrapper-content {
    gap: 10px;
  }
  .product-details__price {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
    font-size: 15px;
  }
  .product-details__footer input,
  .product-details__footer button {
    width: 40px;
    height: 40px;
  }
  .product-details__wrapper-buttons button {
    height: 45px;
  }
  .product-details__footer input {
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .list-details-product__item .product-details__col {
    position: relative;
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .colors-list__item {
    width: 28px;
    height: 28px;
  }
  .product-details__header + .product-details__col {
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 14px;
  }
  .product-details__header + .product-details__col::before {
    position: absolute;
    z-index: -1;
    top: -150px;
    left: -20px;
    right: 0;
    width: 100vw;
    height: 300px;
    content: "";
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .simple-form {
    position: relative;
    padding: 20px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .simple-form::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20px;
    right: 0;
    width: 100vw;
    height: 100%;
    content: "";
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .simple-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .simple-form .wrapper-input {
    height: 45px;
  }
  .simple-form .wrapper-input input {
    height: 100%;
    font-size: 14px;
  }
  .simple-form button,
  .simple-form button:hover {
    width: 100%;
    height: 45px;
    background-color: rgb(229, 33, 69);
    background-color: var(--color_red, rgb(229, 33, 69));
    color: #ffffff;
    color: var(--color_white, #ffffff);
  }
  .simple-form .selects-block {
    top: 5px;
    bottom: auto;
  }
  .simple-form__title {
    font-size: 15px;
  }
  .product-details__detail span {
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .product-details__wrapper-columns {
    position: relative;
    gap: 30px;
    padding: 30px 0 35px;
  }
  .product-details__wrapper-columns::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20px;
    right: 0;
    width: 100vw;
    height: 100%;
    content: "";
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .product-details__row {
    gap: 15px;
  }
  .product-details__badges + .product-details__row {
    margin-top: 35px;
    margin-bottom: 24px;
  }
  .product-details__row .article-block,
  .product-details__title {
    font-size: 14px;
  }
  .product-details__guarantee {
    position: relative;
    padding: 15px 30px;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-details__guarantee::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -20px;
    right: 0;
    width: 100vw;
    height: 100%;
    content: "";
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .product-details__guarantee .icon-guarantee {
    min-width: 38px;
    max-width: 38px;
    height: 45px;
  }
  .product-details__guarantee span {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
  .product-details-header {
    z-index: 600;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .product-details-header .desktop {
    display: none;
  }
  .product-details-header__top::before {
    display: none;
  }
  .product-details-header__top {
    margin: 0;
    padding: 17px 0;
  }
  .product-details-header__info {
    width: 100%;
  }
  .product-details-header__info button[data-button-add-basket] {
    margin: 0;
    height: 45px;
    width: 100%;
  }
  .list-details-product__item {
    position: relative;
    gap: 0;
    width: 100vw;
    margin-left: -20px;
    padding: 20px;
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .list-details-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .list-details-product__subheader {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-details-product__subheader::before {
    position: absolute;
    z-index: -1;
    top: -25px;
    left: -20px;
    width: 100vw;
    height: 55px;
    content: "";
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
  }
  .list-details-product__row {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .list-details-product__row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .list-details-product__row:first-child .list-details-product__wrapper-img {
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    border: 1px solid rgba(28, 38, 69, 0.2);
    border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  }
  .list-details-product__title {
    font-family: "Heading Pro Wide";
    font-family: var(--title_font_family, "Heading Pro Wide");
    font-size: 15px;
  }
  .list-details-product__item.open .list-details-product__title {
    color: rgb(229, 33, 69);
    color: var(--color_red, rgb(229, 33, 69));
  }
  .list-details-product__subheader .icon-down-red {
    min-width: 14px;
    max-width: 14px;
    height: 9px;
  }
  .list-details-product__item .list-details-product__content,
  .list-details-product__item .product-details-popup,
  .list-details-product__item .product-details__col {
    position: absolute;
    max-height: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .list-details-product__item.open .list-details-product__content,
  .list-details-product__item.open .product-details-popup,
  .list-details-product__item.open .product-details__col {
    position: static;
    max-height: 5000px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .list-details-product__item .list-details-product__content,
  .list-details-product__item .product-details__col {
    margin-top: 20px;
  }
  .list-details-product__item .list-details-product__content h3,
  .list-details-product__item .product-details__col h3 {
    display: none;
  }
  .list-details-product__item .icon-down-red {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .list-details-product__item.open .icon-down-red {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .product-details-popup {
    max-width: 100%;
    margin-top: 20px;
    gap: 10px;
  }
  .list-details-product__wrapper {
    margin-top: 30px;
    gap: 50px;
  }
  .list-details-product__text {
    width: 100%;
  }
  .list-details-product__wrapper-img {
    width: 100%;
    min-width: 335px;
    height: 335px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .list-details-product__wrapper-img_small img {
    width: 100%;
    height: 100%;
  }
  .badge {
    padding: 4px 7px;
    font-size: 14px;
  }
  .history-slider__year {
    font-size: 24px;
  }
  .swiper-slide-active .history-slider__wrapper-text {
    gap: 12px;
  }
  .history-slider .main-slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .history-slider__description {
    width: 100%;
  }
  .history-slider .swiper-slide-active .history-slider__wrapper-img {
    height: 310px;
  }
  .history-slider .thumbs-slider {
    margin-bottom: 32px;
  }
  .history-slider__wrapper-slider div.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .history-slider__wrapper-slider div.swiper-navigation .swiper-button-next,
  .history-slider__wrapper-slider div.swiper-navigation .swiper-button-prev,
  .history-slider .thumbs-slider::after,
  .history-slider__wrapper-slider::after,
  .history-slider__wrapper-slider::before {
    display: none;
  }
  .history-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .history-slider__wrapper-slider div.swiper-navigation {
    top: auto;
    bottom: 0;
  }
  .history-slider__wrapper-slider div.swiper-pagination-bullets.swiper-pagination-horizontal {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
  }
  .history-slider .main-slider,
  .history-slider .thumbs-slider {
    width: 100%;
  }
  .history-slider .thumbs-slider .swiper-slide {
    font-size: 12px;
  }
  .about-preview__wrapper-text {
    gap: 10px;
  }
  .about-preview__wrapper-text h4 {
    margin-top: 20px;
  }
  .history-slider__wrapper-slider {
    padding-bottom: 30px;
  }
  .slider-why-choose {
    padding: 30px 0 40px;
  }
  .slider-why-choose .swiper-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .slider-why-choose__wrapper-img {
    height: 215px;
  }
  .slider-why-choose__title {
    font-size: 15px;
  }
  .slider-why-choose h2 br:not(:last-child) {
    display: block;
  }
  .how-we-work__item .icon-down-red {
    top: 22px;
    height: 9px;
    min-width: 14px;
    max-width: 14px;
  }
  .how-we-work__start-cooperation {
    display: none;
  }
  .how-we-work__item {
    padding: 16px 20px;
  }
  .how-we-work .swiper-slide .how-we-work__title {
    margin: 0;
    font-size: 16px;
  }
  .how-we-work .swiper-slide.open .how-we-work__title {
    font-size: 18px;
    line-height: 22px;
  }
  .how-we-work .swiper-slide.open .how-we-work__description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .team .swiper {
    padding-bottom: 20px;
  }
  .team__wrapper-img {
    height: 320px;
    border-radius: 8.3px;
  }
  .team__title {
    font-size: 15px;
  }
  .team div.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  .team .team__wrapper-text {
    padding: 10px;
  }
  .team__card + .team__wrapper-text {
    margin-top: 16px;
  }
  .join-us {
    height: 480px;
  }
  .join-us__wrapper-text .wrapper {
    padding: 0;
  }
  .join-us__wrapper-text {
    top: auto;
    bottom: 40px;
    left: 20px;
  }
  .our-stores__name {
    font-size: 15px;
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .our-stores__phone {
    font-size: 14px;
    color: rgb(229, 33, 69);
    color: var(--color_red, rgb(229, 33, 69));
  }
  .our-stores__schedule span:nth-child(odd) {
    font-size: 11px;
  }
  .our-stores__details {
    padding: 15px 10px;
  }
  .our-stores__details {
    -ms-grid-columns: auto 200px;
    grid-template-columns: auto 200px;
  }
  .our-stores__address,
  .our-stores__schedule {
    padding-left: 20px;
  }
  .free-consultation .wrapper-input {
    height: 45px;
  }
  .free-consultation .form-header {
    margin-bottom: 2px;
  }
  .wrapper-input-file {
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .form-feedback .button {
    width: 129px;
    margin-top: 14px;
  }
  .services-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .services-list .services-card:first-child,
  .services-list .services-card:nth-last-child(2) {
    -ms-grid-row-span: 1;
    grid-row: 1 span;
  }
  .services-list .services-card__wrapper-img,
  .services-list .services-card:first-child .services-card__wrapper-img,
  .services-list .services-card:nth-last-child(2) .services-card__wrapper-img {
    height: 335px;
  }
  .services-list .services-card__title {
    bottom: 20px;
    left: 20px;
    font-size: 14px;
  }
  .services-list .services-card:hover .services-card__wrapper-img img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .projects {
    margin-bottom: 20px;
  }
  .projects__filters {
    margin-top: 20px;
  }
  .projects__list {
    margin-top: 32px;
  }
  .project-card:hover .project-card__wrapper-img img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .project-card__title {
    font-size: 15px;
  }
  .card-area {
    top: 20px;
    left: 20px;
    width: 86px;
    height: 30px;
    font-size: 12px;
  }
  .projects__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .project-card__wrapper-img {
    height: 335px;
  }
  .list-tags__item:not(.list-tags__item_last):nth-child(n+6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-tags .list-tags__item_last {
    display: none;
  }
  .filter-block .select__title:hover {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .blog {
    margin: 20px 0;
  }
  .blog__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
  .blog__list .blog-card__wrapper-img {
    height: 266px;
  }
  .blog__list .blog-card {
    gap: 10px;
  }
  .blog__list .blog-card__title {
    width: 100%;
    line-height: 18px;
    font-size: 15px;
  }
  .blog-card__details {
    margin-top: 15px;
    font-size: 12px;
  }
  .blog__list .blog-card__date {
    font-size: 12px;
  }
  .blog-card__wrapper-text p {
    -webkit-line-clamp: 4;
  }
  .blog__sort {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .blog__sort .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
  .blog__sort .blog__button-sort,
  .blog__sort .blog__sort-title {
    display: none;
  }
  .blog__sort .select__list {
    padding: 20px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    gap: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .blog__sort .select__title {
    font-family: "Heading Pro Wide";
    font-family: var(--title_font_family, "Heading Pro Wide");
    font-size: 13px;
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .blog__sort .select__item {
    display: inline-block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
    font-family: "Heading Pro Wide";
    font-family: var(--title_font_family, "Heading Pro Wide");
    font-size: 13px;
    white-space: nowrap;
  }
  .blog__sort .select__item.selected {
    color: rgb(229, 33, 69);
    color: var(--color_red, rgb(229, 33, 69));
    background-color: transparent;
  }
  .blog__list .card-area {
    top: 20px;
    left: 20px;
    width: 86px;
    height: 30px;
    font-size: 12px;
  }
  .join-mfitness.desktop {
    display: none;
  }
  .service-banner .swiper {
    margin-top: 20px;
  }
  .service-banner__wrapper-img {
    height: 213px;
  }
  .service-banner div.swiper-navigation {
    position: static;
    margin: 20px auto 0;
    width: calc(100% - 40px);
  }
  .service-banner div.swiper-button-next,
  .service-banner div.swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-banner div.swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 1px;
    background-color: transparent;
  }
  .service-banner div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
    height: 1px;
    background-color: rgb(28, 38, 69);
    background-color: var(--main_color, rgb(28, 38, 69));
  }
  .service-banner__button-more {
    margin-top: 24px;
    width: 100%;
    height: 45px;
  }
  .advantages-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .advantage-card {
    padding: 20px;
    gap: 17px;
  }
  .advantage-card__title {
    width: 50%;
    padding-bottom: 17px;
    font-size: 15px;
    line-height: 18px;
  }
  .advantage-card p {
    font-size: 14px;
  }
  .stages-customization__list {
    margin-top: 20px;
    gap: 10px;
  }
  .step-customization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 15px;
  }
  .step-customization__title {
    padding-left: 18px;
    font-size: 15px;
  }
  .step-customization p {
    padding-left: 18px;
  }
  .what-included-customization__wrapper-content {
    margin-top: 20px;
  }
  .details-customization-service__wrapper-img {
    height: 158px;
  }
  .details-customization-service {
    gap: 16px;
  }
  .details-customization-service__title {
    font-size: 15px;
  }
  .details-customization-service__wrapper-text a,
  .details-customization-service__wrapper-text a .button {
    width: 100%;
    height: 45px;
  }
  .free-consultation_dark .form-feedback .button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .free-consultation_dark .wrapper-input_checkbox label::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14.000000' height='14.000000' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector' d='M13.5 7L13.5 11.875C13.5 12.306 13.3288 12.7193 13.024 13.024C12.7193 13.3288 12.306 13.5 11.875 13.5L2.125 13.5C1.69402 13.5 1.2807 13.3288 0.975951 13.024C0.671205 12.7193 0.5 12.306 0.5 11.875L0.5 2.125C0.5 1.69402 0.671205 1.2807 0.975951 0.975951C1.2807 0.671205 1.69402 0.5 2.125 0.5L9.4375 0.5' fill-rule='nonzero' stroke='rgb(229,33,69)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' /%3E%3C/svg%3E%0A");
  }
  .free-consultation_dark .wrapper-input_checkbox input:checked + label::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10.0039 7.02539' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.003906' height='7.025391' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector' d='M0.501953 4.25195L2.9565 6.50195L9.50195 0.501953' fill-rule='nonzero' stroke='rgb(229,33,69)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' /%3E%3C/svg%3E%0A");
  }
  .free-consultation_dark .wrapper-input__placeholder::after {
    color: rgb(229, 33, 69);
    color: var(--color_red, rgb(229, 33, 69));
  }
  .documentation__item .icon-download-red {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 30px;
    background-image: none;
  }
  .documentation__item .icon-download-red span {
    display: block;
    font-family: "Heading Pro Treble";
    font-family: var(--second_font_family, "Heading Pro Treble");
    color: rgb(229, 33, 69);
    color: var(--color_red, rgb(229, 33, 69));
    text-transform: uppercase;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .documentation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 0;
    background-color: transparent;
  }
  .documentation__item,
  .documentation__item:first-child,
  .documentation__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .documentation__title {
    font-size: 15px;
  }
  .documentation__wrapper-text {
    gap: 8px;
  }
  .documentation__item .icon-pdf {
    width: 15px;
    height: 19px;
  }
  .block-submit-request.section {
    margin-top: 60px;
  }
  .block-submit-request__wrapper-text .button {
    width: 100%;
    height: 45px;
    margin-top: 6px;
  }
  .block-submit-request__wrapper-text .mobile {
    display: block;
  }
  .similar-projects .more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-banner div.swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .video-banner_small,
  .video-banner_small .swiper {
    height: 560px;
  }
  .video-banner div.swiper-pagination-bullets.swiper-pagination-horizontal {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
    opacity: 1;
  }
  .video-banner div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    background-color: #ffffff;
    background-color: var(--white_color, #ffffff);
  }
  .project-preview h1 + span {
    margin-top: 20px;
  }
  .project-preview__details {
    gap: 20px;
  }
  .equipment-brands-used {
    gap: 20px;
  }
  .project-features__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .project-features__item {
    gap: 30px;
  }
  .project-features__item h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .slider-block__wrapper-buttons {
    gap: 10px;
  }
  .slider-block__wrapper-buttons button {
    height: 30px;
    padding: 0 13px;
    font-size: 14px;
  }
  .equipment-used {
    width: 100vw;
    margin-left: -20px;
    padding: 20px 20px 62px;
    background-color: #ffffff;
    background-color: var(--color-white, #ffffff);
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .equipment-used .product-card {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .equipment-used .product-card__footer {
    display: none;
  }
  .equipment-used .section-header div.swiper-navigation {
    position: absolute;
    bottom: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .equipment-used .section-header div.swiper-navigation div.swiper-pagination {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .equipment-used .product-card__specifications {
    display: none;
  }
  .equipment-used .slider-block__wrapper-buttons {
    margin-bottom: 24px;
  }
  .list-details-product__item .plate {
    padding: 20px 0;
  }
  .plate__header::before {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    content: "";
    background-color: #ffffff;
    background-color: var(--color-white, #ffffff);
  }
  .plate__header svg {
    width: 15px;
    height: 9px;
  }
  .plate__header svg path {
    stroke: rgb(229, 33, 69);
    stroke: var(--color_red, rgb(229, 33, 69));
  }
  .plate__header:hover h4 {
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
  }
  .info-page .desktop {
    display: none;
  }
  .info-page .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 266px;
  }
  .info-page .product-card__specifications {
    display: none;
  }
  .info-page__list {
    width: 100vw;
    margin-left: -20px;
    margin-top: 20px;
  }
  .info-page__list > .swiper > .swiper-pagination {
    width: calc(100% - 100px);
    margin: 40px auto 0;
  }
  .wrapper-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .wrapper-title a {
    margin-left: 0;
  }
  .wrapper-title .blog-card__details:not(:first-child) {
    display: none;
  }
  .info-page__wrapper-img {
    height: 266px;
    margin-top: 15px;
  }
  .info-page__wrapper-img + p {
    margin-top: 15px;
  }
  .info-page h3 {
    margin-top: 30px;
  }
  .info-page h3 + p,
  .info-page p + p {
    margin-top: 16px;
  }
  .info-page__picture-caption + p,
  .info-page__picture-caption + h4 {
    margin-top: 20px;
  }
  .info-page h4 + p {
    margin-top: 10px;
  }
  .info-page h3 + h4 {
    margin-top: 20px;
  }
  .info-page p + h4 {
    margin-top: 20px;
  }
  .info-page__col {
    gap: 10px;
  }
  h3 + .info-page__col,
  .info-page__col + .info-page__col {
    margin-top: 20px;
  }
  .info-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .info-page__row + h4 {
    margin-top: 20px;
  }
  .info-page__picture-caption {
    font-size: 13px;
    opacity: 0.5;
  }
  .info-page__sourse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
  .info-page__sourse a,
  .info-page__sourse p {
    color: rgb(229, 33, 69);
    color: var(--color_red, rgb(229, 33, 69));
  }
  .info-page__additionally {
    padding: 15px 0;
    margin-top: 20px;
  }
  .info-page__additionally .info-page__wrapper-img {
    width: 47px;
    height: 47px;
  }
  .info-page__additionally .info-page__wrapper-text {
    gap: 20px;
    font-size: 13px;
  }
  .info-page__additionally .info-page__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .info-page__attention {
    margin-top: 20px;
    padding: 15px 0;
    font-size: 13px;
    color: rgb(28, 38, 69);
    color: var(--main_color, rgb(28, 38, 69));
    border-color: rgb(28, 38, 69);
    border-color: var(--main_color, rgb(28, 38, 69));
  }
  .info-page .blog-card__date {
    font-size: 12px;
  }
  .offices-dealers__list-name .simplebar-content {
    gap: 20px;
  }
  .offices-dealers__list-name::before,
  .offices-dealers__list-name::after {
    height: 15px;
  }
  .office-details__title {
    font-size: 15px;
  }
  .office-details__text {
    font-size: 14px;
  }
  .office-details__wrapper-text {
    gap: 20px;
  }
  .office-details__phone {
    margin-top: 0;
    color: rgb(229, 33, 69);
    color: var(--color_red, rgb(229, 33, 69));
  }
  .office-details__title + .office-details__col .office-details__text {
    margin-top: -5px;
  }
  #map_contacts {
    height: 650px;
  }
  .offices-dealers {
    margin-top: 24px;
  }
  .reviews {
    width: 100vw;
    margin-left: -20px;
  }
  .share-review {
    padding: 0;
    background-color: transparent;
  }
  .share-review .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: 0 20px;
    padding: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
    border-radius: var(--main_radius, 10px);
    background-color: rgb(28, 38, 69);
    background-color: var(--main_color, rgb(28, 38, 69));
  }
  .reviews .button,
  .share-review .button {
    width: 100%;
    height: 45px;
  }
  .reviews .section-header .button {
    display: none;
  }
  .reviews-list .review-card {
    padding: 20px;
  }
  .reviews .section-header {
    padding: 0 20px;
  }
  .review-card__row {
    gap: 32px;
  }
  .review-card__row .review-card__row {
    gap: 20px;
  }
  .review-card__header {
    gap: 10px;
  }
  .reviews-list {
    gap: 10px;
    margin-bottom: 20px;
  }
  .reviews-list .review-card__logo {
    min-width: 71px;
    max-width: 71px;
    height: 20px;
  }
  .reviews-list .review-card__title {
    font-size: 15px;
  }
  .reviews-list .review-card__author {
    font-size: 14px;
  }
  .reviews-list .review-card__author span:last-child {
    font-size: 12px;
  }
  .brands__mini-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .brands__mini-list .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    margin-top: 10px;
  }
  .brands__mini-list a {
    display: none;
  }
  .brands__mini-list a:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brands__mini-list.open a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brands__mini-list .button span:last-child {
    display: none;
  }
  .brands__mini-list.open .button span:last-child {
    display: block;
  }
  .brands__mini-list.open .button span:first-child {
    display: none;
  }
  .main-brands-list__alphabet .simplebar-content {
    padding-bottom: 10px;
  }
  .main-brands-list__wrapper-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .main-brands-list__card {
    height: 195px;
    gap: 12px;
  }
  .main-brands-list__card li:not(.main-brands-list__more) {
    display: none;
  }
  .main-brands-list__card li:nth-child(-n+4) {
    display: block;
  }
  .main-brands-list__card h3 {
    font-size: 20px;
  }
  .main-brands-list__card a {
    font-size: 14px;
  }
  .main-brands-list__more {
    display: block;
  }
  ul.open .main-brands-list__more {
    display: none;
  }
  .main-brands-list__card ul.open li:not(.main-brands-list__more) {
    display: block;
  }
  .main-brands-list__alphabet a {
    font-size: 20px;
  }
  div.best-deals {
    width: 100vw;
    margin-left: -20px;
  }
  h2 + .best-deals {
    margin-top: 20px;
  }
  .best-deals .product-card__specifications {
    display: none;
  }
  .brands .category-list {
    margin-top: 20px;
  }
  .brands .wrapper-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    width: 100vw;
    margin-left: -20px;
    padding: 20px;
  }
  .brands__logo {
    width: 86px;
    height: 14px;
  }
  .brands h1 + p {
    margin-top: 10px;
  }
  .info-brand {
    width: 100vw;
    margin-left: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  .info-brand__wrapper-img {
    width: 100%;
    height: 360px;
  }
  .info-brand__top,
  .info-brand__bottom {
    padding: 20px;
  }
  .info-brand__bottom {
    padding: 20px;
    gap: 10px;
  }
  .info-brand__top h3 {
    margin-bottom: 10px;
  }
  .info-brand__description p + p {
    margin-top: 10px;
  }
  .info-brand__description:not(.open) p:nth-child(2) {
    display: none;
  }
  .info-brand__description p:first-child {
    display: block;
  }
  .info-brand__wrapper-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  .info-brand__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
  .info-brand__status {
    width: 212px;
    height: 27px;
  }
  .application-works-execution__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .application-works-execution .wrapper-input textarea {
    height: 140px;
  }
  .application-works-execution button[type=submit] {
    height: 45px;
    width: 118px;
    margin-top: 5px;
    padding: 0;
  }
  .application-works-execution [data-button-next-step] {
    height: 45px;
    margin-top: 20px;
  }
  .application-works-execution {
    padding: 20px;
  }
  .application-works-execution .wrapper-input-file {
    margin: 5px 0;
  }
  .application-works-execution__header::before {
    width: 65%;
  }
  .application-works-execution__number span {
    font-size: 15px;
  }
  .team__wrapper-buttons .button.select {
    background-color: rgb(229, 33, 69);
    background-color: var(--color_red, rgb(229, 33, 69));
    border-color: rgb(229, 33, 69);
    border-color: var(--color_red, rgb(229, 33, 69));
  }
  .service {
    width: 100vw;
    margin-left: -20px;
  }
  .service__left {
    height: 330px;
    padding: 20px;
  }
  .finding-serial-number__list {
    width: 100vw;
    gap: 10px;
    margin-left: -20px;
  }
  .finding-serial-number__item {
    padding: 13px 25px;
  }
  .finding-serial-number__item.open {
    padding: 25px 20px;
  }
  .finding-serial-number__item .finding-serial-number__title-wrapper h4 {
    font-size: 15px;
  }
  .serial-number-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serial-number-table__header,
  .serial-number-table__merged-cell.desktop {
    display: none;
  }
  .serial-number-table__merged-cell.mobile {
    position: static;
    display: block;
  }
  .serial-number-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 25px 20px;
    border: 1px solid rgba(28, 38, 69, 0.2);
    border: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
    border-bottom: none;
  }
  .serial-number-table__item:first-child {
    border-radius: 10px 10px 0 0;
    border-radius: var(--main_radius, 10px) var(--main_radius, 10px) 0 0;
  }
  .serial-number-table__item:last-child {
    border-radius: 0 0 10px 10px;
    border-radius: 0 0 var(--main_radius, 10px) var(--main_radius, 10px);
    border-bottom: 1px solid rgba(28, 38, 69, 0.2);
    border-bottom: 1px solid var(--main_color_extra_light, rgba(28, 38, 69, 0.2));
  }
  .serial-number-table__item div {
    padding: 0;
    border: none;
  }
  .serial-number-table__item div:first-child {
    font-size: 16px;
    font-weight: 500;
  }
  .serial-number-table__merged-cell {
    margin-top: 30px;
    width: 100%;
  }
  .serial-number-table__merged-cell div:first-child {
    margin-bottom: 10px;
    font-weight: 700;
  }
  .finding-serial-number__item.open .finding-serial-number__wrapper-table {
    margin-top: 30px;
    margin-bottom: 0;
  }
  div.serial-number-table__wrapper-img {
    margin-top: 16px;
    width: 100%;
    height: 487px;
  }
  .maximum-cooperation__wrapper-content,
  .maximum-cooperation__list {
    gap: 10px;
  }
  .maximum-cooperation__details-card h4 {
    font-size: 15px;
  }
  .maximum-cooperation__details-card h4 + p {
    margin-top: 20px;
  }
  .maximum-cooperation__details-card {
    padding: 20px;
  }
  .maximum-cooperation__title {
    font-size: 11px;
  }
  .maximum-cooperation__item {
    padding: 15px;
  }
  .icon-service-2,
  .icon-service-3,
  .icon-service-4,
  .icon-service-5,
  .icon-service-6,
  .icon-service-8,
  .icon-service-white-2,
  .icon-service-white-3,
  .icon-service-white-4,
  .icon-service-white-5,
  .icon-service-white-6,
  .icon-service-white-8 {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .icon-service-7,
  .icon-service-white-7 {
    min-width: 52px;
    max-width: 52px;
    height: 40px;
  }
  .guarantees-certificates .swiper {
    width: 100vw;
    margin-left: -20px;
    padding: 24px 20px;
  }
  .guarantees-certificates .swiper::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    background-color: var(--color-white, #ffffff);
  }
  .guarantees-certificates .swiper::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    background-color: var(--color-white, #ffffff);
  }
  .guarantees-certificates__wrapper-text h4 {
    font-size: 15px;
  }
  .guarantees-certificates__size {
    margin-top: 12px;
    font-size: 14px;
  }
  .guarantees-certificates__download {
    font-size: 13px;
  }
  .guarantees-certificates__wrapper-img {
    width: 100%;
    min-width: 0;
    max-width: 161px;
    height: 233px;
  }
  .last-block_grid .last-block__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 181px;
    background-color: #ffffff;
    background-color: var(--color-white, #ffffff);
  }
  .last-block__wrapper-img {
    right: 16px;
    width: 102px;
    height: 139px;
  }
  .last-block__wrapper-text a,
  .last-block__wrapper-text a button {
    margin-top: auto;
    height: 45px;
    font-size: 13px;
    border-radius: 6px;
    border-radius: var(--small_radius, 6px);
    background-color: rgb(229, 33, 69);
    background-color: var(--color_red, rgb(229, 33, 69));
    border: 1px solid rgb(229, 33, 69);
    border: 1px solid var(--color_red, rgb(229, 33, 69));
    color: #ffffff;
    color: var(--white_color, #ffffff);
  }
  .application-works-execution .finish-form {
    gap: 25px;
    text-align: center;
    font-size: 15px;
  }
  .finish-form div.icon-done-send {
    min-width: 54px;
    max-width: 54px;
    height: 54px;
  }
  .last-block__wrapper-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 188px;
    margin-left: 0;
  }
  .last-block__wrapper-text h3 {
    text-align: left;
  }
  .basket-wrapper {
    width: 100vw;
    margin-left: -20px;
  }
  .basket-attention {
    padding: 10px 20px 20px;
  }
  .basket-attention__title {
    font-size: 15px;
  }
  .basket__wrapper-content {
    padding: 30px 20px 20px;
  }
  .basket-card, .basket:not(.open) .basket-card:nth-child(-n+4) {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .basket-card__wrapper-img {
    width: 88px;
    height: 90px;
  }
  .basket-card > div:not(.basket-card__wrapper-img) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
  .basket__button-more,
  .basket__button-more:hover {
    width: calc(100% - 40px);
    height: 45px;
    margin: 20px auto 0;
    border-radius: 6px;
    border-radius: var(--small_radius, 6px);
    color: rgb(234, 77, 106);
    color: var(--color_red_light, rgb(234, 77, 106));
    border: 1px solid rgb(234, 77, 106);
    border: 1px solid var(--color_red_light, rgb(234, 77, 106));
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .buyer-details h2 {
    margin-bottom: 20px;
  }
  .buyer-details {
    padding: 25px 20px 20px;
  }
  .buyer-details__header {
    gap: 10px;
    margin-top: 24px;
  }
  .buyer-details__header button {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
  .buyer-details__wrapper-inputs {
    margin-top: 20px;
  }
  .basket-card-details__item h4 {
    font-size: 15px;
  }
  .basket-card-details__total-amount {
    font-size: 13px;
  }
  .basket-card-details__clarification br {
    display: none;
  }
  .basket-card-details {
    gap: 10px;
  }
  .basket__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .basket__header a {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0;
  }
  .basket__header button,
  .basket__header a,
  .wrapper-input_second-checkbox label {
    font-size: 12px;
  }
  .buyer-details__wrapper-inputs .wrapper-input.error .input-error {
    font-size: 14px;
  }
  .header_simple .header__row {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_simple .header__row:last-child {
    display: none;
  }
  .footer_simple {
    padding: 20px 0;
  }
  .footer_simple .main-logo {
    width: 121px;
    height: 25px;
    margin-bottom: 0;
  }
  .footer_simple .wrapper > span {
    display: none;
  }
  .favorites__wrapper-buttons {
    padding: 0;
  }
  .favorites__wrapper-buttons button {
    padding: 12px 9px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.7;
  }
  .favorites__wrapper-buttons button.selected {
    font-weight: 400;
    opacity: 1;
  }
  .favorites__col {
    width: 100vw;
    margin-left: -20px;
    gap: 10px;
  }
  .favorites__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 20px;
  }
  .favorites__header button span {
    display: none;
  }
  .favorites__header .sort-list__title {
    display: none;
  }
  .favorites__list {
    gap: 10px;
  }
  .favorites__list .wrapper-product-card {
    max-width: calc((100% - 10px) / 2);
  }
  .empty-block {
    gap: 10px;
  }
  .empty-block .icon-empty-block {
    min-width: 110px;
    max-width: 110px;
    height: 107px;
  }
  .empty-block .icon-empty-block div {
    min-width: 22px;
    max-width: 22px;
    height: 22px;
  }
  .empty-block__title {
    font-size: 15px;
  }
  .empty-block a {
    width: 100%;
    margin-top: 14px;
  }
  .empty-block a .button {
    width: 100%;
    font-size: 13px;
  }
  .compare__list > .swiper {
    width: 50vw;
    margin-left: -20px;
  }
  .compare__side div.swiper-navigation {
    width: 50vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .compare__side {
    width: 100vw;
    padding: 0 20px;
    margin-left: -20px;
  }
  .compare__list div.swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  [data-compare-block].added [data-number-main-slider] + [data-number-main-slider],
  [data-compare-block].added [data-number-navigation] + [data-number-navigation],
  [data-compare-block].added [data-number-main-slider] + [data-number-main-slider],
  [data-compare-block].added [data-number-header-slider] + [data-number-header-slider],
  [data-compare-block].added [data-number-characteristics] + [data-number-characteristics] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .alert-top {
    display: none;
  }
  .compare__list {
    width: 100vw;
    margin-left: -20px;
  }
  .toggle-switch {
    padding: 15px 0;
    margin: 0 20px;
  }
  .compare-fixed-header {
    padding: 20px 0;
  }
  .compare-fixed-header .product-card__footer [data-button-add-basket] {
    height: 30px;
  }
  .compare-fixed-header .product-card__additional-buttons .button {
    opacity: 0.5;
  }
  .compare-fixed-header .product-card__additional-buttons svg g {
    opacity: 1;
  }
  .compare-fixed-header .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .compare-fixed-header .product-card__footer {
    margin-top: 0;
  }
  .compare-fixed-header .product-card__wrapper-img {
    margin-left: 0;
  }
  .compare__button-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .compare-characteristics__item .swiper {
    width: 50vw;
    margin-left: 0;
  }
  .compare .compare__list .swiper,
  .compare-fixed-header .swiper {
    width: 50vw;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .guarantees-certificates__wrapper-img {
    max-width: 100%;
  }
}

/* End */


/* Start:/local/templates/mfit/css/swiper-bundle.min.css?177211335516493*/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/mfit/css/fancybox.css?177211335532341*/
:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover: hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset)}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child{display:flex}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:0;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);translate:-50% -50%;border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);border-radius:var(--f-spinner-border-radius);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{rotate:360deg}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom.in-fullscreen,.f-zoomable.in-fullscreen{position:fixed;top:0;left:0;margin:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;z-index:9999}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{display:block;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{width:auto;height:auto;vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.f-panzoom__viewport>.f-panzoom__content{width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;user-select:none}html.with-panzoom-in-fullscreen{overflow:hidden}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar .f-button:focus-visible{position:relative;z-index:1}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0)}.f-carousel__toolbar__column.is-left{display:flex;justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{display:flex;justify-content:center}.f-carousel__toolbar__column.is-right{display:flex;justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column{pointer-events:none}.f-carousel__toolbar__column>*{pointer-events:all}.f-counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: transparent;--f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;--f-thumbs-z-index: 1;--f-thumbs-viewport-padding-x: 0px;--f-thumbs-viewport-padding-y: 0px;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-border-transition: all .1s ease;--f-thumb-img-width: 100%;--f-thumb-img-height: 100%;--f-thumb-img-fit: cover;--f-thumb-img-position: 50% 20%}.f-thumbs{--f-carousel-slide-width: var(--f-thumb-width);--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: var(--f-thumbs-gap);position:relative;box-sizing:border-box;flex-shrink:0;margin:var(--f-thumbs-margin);padding:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:hidden;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:var(--f-thumbs-transition);z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2)}.f-thumbs.is-horizontal.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2)}.f-thumbs.is-vertical.is-hidden{max-width:0;--f-thumbs-padding-x: 0}.f-thumbs.is-scrollable.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-ltr{direction:ltr}.f-thumbs.is-rtl{direction:rtl}.f-thumbs img{display:block;width:var(--f-thumb-img-width);height:var(--f-thumb-img-height);object-fit:var(--f-thumb-img-fit);object-position:var(--f-thumb-img-position);pointer-events:none;border-radius:inherit;color:transparent}.f-thumbs img[data-lazy-src]{visibility:hidden}.f-thumbs img.has-lazyerror{display:none}.f-thumbs__viewport{box-sizing:border-box;height:100%;padding:var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;box-sizing:border-box;grid-area:1/1;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:0;display:flex;align-items:center;flex-direction:column;cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;display:block;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:var(--f-thumb-border-transition);border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs.is-modern{--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: 0;--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));margin-inline:calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-inline:50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-thumbs.is-scrollable .f-thumbs__viewport{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--f-thumb-width),1fr));grid-auto-rows:var(--f-thumb-height);gap:var(--f-thumbs-gap);overflow:auto;overscroll-behavior:contain;user-select:none}.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide{grid-area:auto;display:block;position:relative;max-width:100%;width:var(--f-thumb-width);height:var(--f-thumb-height);cursor:pointer;outline:none}:root{--f-progressbar-height: 3px;--f-progressbar-color: var(--f-carousel-theme-color, #575ad6);--f-progressbar-opacity: 1;--f-progressbar-z-index: 30}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:var(--f-progressbar-z-index);height:var(--f-progressbar-height);transform:scaleX(0);transform-origin:0;opacity:var(--f-progressbar-opacity);background:var(--f-progressbar-color);user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}.f-progressbar:empty{display:block}button>.f-progressbar{--f-progressbar-height: 100%;--f-progressbar-opacity: .2}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{position:fixed;inset:0;z-index:1050;width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent;touch-action:none;overscroll-behavior:contain}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__dialog *:empty{display:block}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2.5;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-close-button-width: 30px;--f-close-button-height: 30px;--f-close-button-svg-width: 24px;--f-close-button-svg-height: 24px;--f-close-button-svg-stroke-width: 1.75;--f-close-border-radius: 4px;--f-close-button-color: #fff;--f-close-button-hover-color: #fff;--f-close-button-bg: transparent;--f-close-button-hover-bg: transparent;--f-close-button-active-bg: transparent;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;--f-scrollbar-width: 7px;--f-scrollbar-track-bg: #444;--f-scrollbar-track-border-radius: 10px;--f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);--f-scrollbar-thumb-bg: #ddd;--f-scrollbar-thumb-border-radius: 10px}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;--f-scrollbar-track-bg: #ddd;--f-scrollbar-thumb-bg: #444}.fancybox__container{position:absolute;inset:0;overflow:hidden;display:flex;flex-direction:column}.fancybox__container:focus{outline:none}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected){opacity:0}.fancybox__container.is-hiding{pointer-events:none}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide.has-controls:before{margin:0}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel{overflow:visible}.f-button.is-close-button{--f-button-width: var(--f-close-button-width);--f-button-height: var(--f-close-button-height);--f-button-border-radius: var(--f-close-border-radius);--f-button-color: var(--f-close-button-color);--f-button-hover-color: var(--f-close-button-hover-color);--f-button-bg: var(--f-close-button-bg);--f-button-hover-bg: var(--f-close-button-hover-bg);--f-button-active-bg: var(--f-close-button-active-bg);--f-button-svg-width: var(--f-close-button-svg-width);--f-button-svg-height: var(--f-close-button-svg-height);--f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);position:absolute;top:calc((var(--f-button-height) + 2px) * -1);right:0;z-index:10}.fancybox__thumbs{flex:0 1 100%}.fancybox__thumbs.is-scrollable{--f-thumbs-cols: 1;--f-thumbs-gap: 8px;--f-thumbs-transition: none;--f-thumbs-padding-x: 4px;--f-thumbs-padding-y: 8px;--f-thumbs-viewport-padding-x: 4px;--f-thumbs-viewport-padding-y: 0px;max-width:calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar{width:var(--f-scrollbar-width)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track{background:var(--f-scrollbar-track-bg);border-radius:var(--f-scrollbar-track-border-radius);box-shadow:var(--f-scrollbar-track-shadow)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb{background:var(--f-scrollbar-thumb-bg);border-radius:var(--f-scrollbar-thumb-border-radius)}.fancybox__thumbs.is-scrollable.is-hidden{max-width:0;--f-thumbs-padding-x: 0;max-height:unset;--f-thumbs-padding-y: unset}.fancybox__thumbs.is-scrollable .f-thumbs__viewport{overflow-x:hidden!important;grid-template-columns:repeat(auto-fill,calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols)))!important}

/* End */


/* Start:/local/templates/mfit/css/simplebar.min.css?17721133553269*/
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/* End */


/* Start:/local/templates/mfit/css/nouislider.css?17721133555716*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* End */


/* Start:/local/templates/mfit/css/custom.css?17768027703435*/
.popup {
    min-height: initial;
}

.header_white_open .header__more svg path,
.header_white_open .header__more svg circle,
.header_grey .header__more svg path,
.header_grey .header__more svg circle {
    stroke: rgba(28, 38, 69, 1)!important;
    stroke: var(--main_color, rgb(28, 38, 69))!important;
}

.header_white_open .header__more .search-block svg path {
    fill: rgba(28, 38, 69, 1)!important;
    fill: var(--main_color, rgb(28, 38, 69))!important;
}

.header_grey .header__more svg:hover path,
.header_grey .header__more svg:hover circle {
    stroke: rgba(229, 33, 69, 1)!important;
    stroke: var(--color_red, rgb(229, 33, 69))!important;
}

@media (max-width: 1100px) {
    .header_white .header__more svg path,
    .header_white .header__more svg circle,
    .header_grey .header__more svg path,
    .header_grey .header__more svg circle {
        stroke: rgba(28, 38, 69, 1)!important;
        stroke: var(--main_color, rgb(28, 38, 69))!important;
    }

    .basket-popup {
        width: initial;
    }

    .main-logo {
        background-image: var(--url_logo_black)!important;
    }

    .mobile-menu .main-navigation__second-list {
        overflow-x: hidden;
    }
}

.block-basket-header:hover .basket-popup {
    z-index: 160;
}

.list-more a.active{
    color:#fff;
    background-color: rgba(229, 33, 69, 1);
    background-color: var(--color_red, rgb(229, 33, 69));
}
.badge_warranty{
    color: rgba(242, 105, 75, 1);
    color: var(--color_orange, rgb(242, 105, 75));
    background-color: rgba(254, 238, 231, 1);
    background-color: var(--badge_orange, rgb(254, 238, 231));
}
.badge_sale20{
    color: rgba(5, 40, 182, 1);
    color: var(--color_blue_dark, rgb(5, 40, 182));
    background-color: rgb(231, 234, 248);
    background-color: var(--badge_dark_blue, rgb(231, 234, 248));
}
.badge_new{
    color: rgba(242, 105, 75, 1);
    color: var(--color_orange, rgb(242, 105, 75));
    background-color: rgba(254, 238, 231, 1);
    background-color: var(--badge_orange, rgb(254, 238, 231));
}
.badge_in_stock{
    color: rgba(14, 163, 0, 1);
    color: var(--color_green, #0ea300);
    background-color: rgb(232, 246, 230);
    background-color: var(--badge_green, rgb(232, 246, 230));
}
.badge_wait{
    color: rgba(49, 171, 226, 1);
    color: var(--color_blue_light, rgb(49, 171, 226));
    background-color: rgb(234, 247, 252);
    background-color: var(--badge_blue, rgb(234, 247, 252));
}
.badge_order{
    color: rgba(28, 38, 69, 1);
    color: var(--main_color, rgb(28, 38, 69));
    background-color: rgba(222, 222, 222, 1);
    background-color: var(--color_grey_dark, rgb(222, 222, 222));
}
.badge_not_in_stock{
    color: rgba(242, 105, 75, 1);
    color: var(--color_orange, rgb(242, 105, 75));
    background-color: rgba(254, 238, 231, 1);
    background-color: var(--badge_orange, rgb(254, 238, 231));
}
.product-details__status_in_stock{
    color: rgba(14, 163, 0, 1);
    color: var(--color_green, #0ea300);
}
.product-details__status_order{
    color: rgba(28, 38, 69, 1);
    color: var(--main_color, rgb(28, 38, 69));
}
.product-details__status_wait{
    color: rgba(49, 171, 226, 1);
    color: var(--color_blue_light, rgb(49, 171, 226));
}
.product-details__status_not_in_stock{
    color: rgba(242, 105, 75, 1);
    color: var(--color_orange, rgb(242, 105, 75));
}



.page-subtitle{
	margin-top: 30px;
}

@media (max-width: 768px) {
	.page-subtitle{
		margin-top: 20px;
	}
}
/* End */


/* Start:/local/components/mwi/geo.location/templates/mfit/style.css?177218455539*/
.popup-your-city {
    z-index: 600;
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/search.title/mfit/style.css?17727081312107*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/mfit/components/bitrix/search.title/mfit/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/mfit/components/bitrix/sale.basket.basket.line/mfit/style.css?17727271354804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/mfit/components/bitrix/subscribe.edit/mfit/style.css?1772804661182*/
div.subscribe-edit .red {
	color:red;
}
div.subscribe-edit .green {
	color:green;
}
div.subscribe-edit .errorcolor {
	color:red;
}
div.subscribe-edit .successcolor {
	color:green;
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/sale.basket.basket.line/mfit_mob/style.css?17731453594804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/mfit/components/bitrix/form.result.new/application/style.css?1772446913450*/
form[name="APPLICATION"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

form[name="APPLICATION"] .button {
  width: 158px;
  margin-top: 22px;
}

.popup form[name="APPLICATION"] .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/form.result.new/question/style.css?1773995850441*/
form[name="QUESTION"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

form[name="QUESTION"] .button {
  width: 158px;
  margin-top: 22px;
}

.popup form[name="QUESTION"] .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/form.result.new/getprice/style.css?1774001761441*/
form[name="GETPRICE"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

form[name="GETPRICE"] .button {
  width: 158px;
  margin-top: 22px;
}

.popup form[name="GETPRICE"] .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/form.result.new/review/style.css?1774004153435*/
form[name="REVIEW"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

form[name="REVIEW"] .button {
  width: 158px;
  margin-top: 22px;
}

.popup form[name="REVIEW"] .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/system.auth.form/mfit/style.css?1772792999443*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/mfit/components/bitrix/system.auth.form/mfit/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/mfit/components/bitrix/system.auth.form/mfit/images/sec-unlocked.png);}


/* End */


/* Start:/local/templates/mfit/template_styles.css?17721105951*/


/* End */
/* /local/templates/mfit/css/main.css?1775728800360215 */
/* /local/templates/mfit/css/media.css?1774256129120559 */
/* /local/templates/mfit/css/swiper-bundle.min.css?177211335516493 */
/* /local/templates/mfit/css/fancybox.css?177211335532341 */
/* /local/templates/mfit/css/simplebar.min.css?17721133553269 */
/* /local/templates/mfit/css/nouislider.css?17721133555716 */
/* /local/templates/mfit/css/custom.css?17768027703435 */
/* /local/components/mwi/geo.location/templates/mfit/style.css?177218455539 */
/* /local/templates/mfit/components/bitrix/search.title/mfit/style.css?17727081312107 */
/* /local/templates/mfit/components/bitrix/sale.basket.basket.line/mfit/style.css?17727271354804 */
/* /local/templates/mfit/components/bitrix/subscribe.edit/mfit/style.css?1772804661182 */
/* /local/templates/mfit/components/bitrix/sale.basket.basket.line/mfit_mob/style.css?17731453594804 */
/* /local/templates/mfit/components/bitrix/form.result.new/application/style.css?1772446913450 */
/* /local/templates/mfit/components/bitrix/form.result.new/question/style.css?1773995850441 */
/* /local/templates/mfit/components/bitrix/form.result.new/getprice/style.css?1774001761441 */
/* /local/templates/mfit/components/bitrix/form.result.new/review/style.css?1774004153435 */
/* /local/templates/mfit/components/bitrix/system.auth.form/mfit/style.css?1772792999443 */
/* /local/templates/mfit/template_styles.css?17721105951 */
