ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.swiper_optimization {
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.swiper_optimization > .swiper-wrapper {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.swiper-slide[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
.aos-init,
.aos-animate {
  will-change: transform, opacity;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: none;
}
*,
:after,
:before {
  box-sizing: border-box;
  outline: none;
}
label {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
html
  body
  > div#chromeperfectpixel-panel-container.chromeperfectpixel-panel-container
  .chromeperfectpixel-layer-img-container {
  overflow: hidden;
}

@keyframes opacity-pulse {
  0% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
.noscroll {
  overflow: hidden;
  overscroll-behavior: none;
}
html {
  overflow-x: hidden;
}
.page-wrapper_open-filter {
  position: relative;
  z-index: 90;
  overflow: visible;
}
.container {
  padding: 0 20px;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1180px) {
  .container {
    max-width: 1219px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1850px) {
  .container {
    max-width: 1920px;
    padding: 0 75px;
  }
}

.slider-nav__arr {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.slider-nav__arr:focus {
  outline-color: rgba(0, 0, 0, 0);
}
.slider-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (min-width: 1180px) {
  .slider-nav {
    gap: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .slider-nav_size_2 {
    gap: 10px;
  }
}
.slider-nav__arr {
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 24px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 3px 16px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
  border-radius: 12px;
  stroke: #f60;
  padding: 12px;
  padding-right: 14px;
  user-select: none;
  flex: none;
  transition: 0.3s;
}
.slider-nav__arr.aos-animate {
  transition: 0.3s !important;
}
.slider-nav__arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 20px 0 rgba(255, 124, 36, 0.6);
  background: #fb9031;
  transition: 0.3s;
  opacity: 0;
  border-radius: 12px;
}
@media only screen and (min-width: 1440px) {
  .slider-nav__arr::before {
    border-radius: 14px;
  }
}
@media (hover: hover) {
  .slider-nav__arr {
    cursor: pointer;
  }
  .slider-nav__arr:hover {
    stroke: #fff;
  }
  .slider-nav__arr:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 900px) {
  .slider-nav__arr {
    backdrop-filter: blur(8px);
  }
}
.slider-nav__arr:active::before {
  box-shadow: none;
}
@media only screen and (min-width: 1180px) {
  .slider-nav__arr {
    width: 40px;
    height: 40px;
    padding: 14px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-nav__arr {
    border-radius: 14px;
    width: 44px;
    height: 44px;
    padding: 15px;
    padding-right: 17px;
  }
}
.slider-nav__arr_next {
  padding: 12px;
  padding-left: 14px;
}
@media only screen and (min-width: 1180px) {
  .slider-nav__arr_next {
    padding: 14px;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-nav__arr_next {
    padding: 15px;
    padding-left: 17px;
  }
}
.slider-nav__arr_2 {
  position: relative;
  box-shadow: inset 0 0 30px 0 hsla(0, 0%, 100%, 0.6),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.6), 0 4px 20px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
  stroke: #fff;
  backdrop-filter: none;
}
@media only screen and (min-width: 900px) {
  .slider-nav__arr_2 {
    backdrop-filter: blur(4px);
  }
}
@media only screen and (min-width: 900px) {
  .slider-nav__arr_size_2 {
    width: 40px;
    height: 40px;
    padding: 14px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-nav__arr_size_2 {
    width: 44px;
    height: 44px;
    padding: 15px;
    padding-right: 17px;
    border-radius: 14px;
  }
}
@media only screen and (min-width: 900px) {
  .slider-nav__arr_size_2.slider-nav__arr_next {
    padding-left: 16px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-nav__arr_size_2.slider-nav__arr_next {
    padding-left: 17px;
    padding-right: 15px;
  }
}
.slider-nav__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #4b4e51;
  opacity: 0.5;
  margin-left: 6px;
  line-height: 1.25;
}
@media only screen and (min-width: 900px) {
  .slider-nav__text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .slider-nav__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-nav__text {
    font-size: 15px;
  }
}
.slider-nav__text_size_2 {
  font-size: 12px;
}
.slider-nav__text_no-margin {
  margin: 0;
}
.slider-nav__text_2 {
  color: #fff;
}
.slider-nav__body {
  margin-left: 7px;
}
@media only screen and (min-width: 1440px) {
  .slider-nav__body {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.slider-nav__link {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #a0a2a3;
  gap: 4px;
  margin-top: 7px;
  white-space: nowrap;
  transition: 0.3s;
}
@media (hover: hover) {
  .slider-nav__link {
    cursor: pointer;
  }
  .slider-nav__link:hover {
    color: #f60;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-nav__link {
    font-size: 15px;
    margin: 0;
    gap: 6px;
  }
}
.slider-nav__link-arr {
  flex: none;
  width: 4px;
  height: 7px;
  stroke: #a0a2a3;
  fill: #a0a2a3;
  font-size: 0;
  display: block;
}
@media (hover: hover) {
  .slider-nav__link:hover .slider-nav__link-arr {
    stroke: #f60;
    fill: #f60;
  }
}
@media only screen and (min-width: 1440px) {
  .slider-nav__link-arr {
    width: 6px;
    height: auto;
    margin-top: 1px;
  }
}
@media (hover: hover) {
  .slider-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
  }
}
.slider-scrollbar {
  position: relative;
  display: block;
  width: 100%;
  background: #cdcfcf;
  height: 1px;
  border-radius: 6px;
  margin-top: 40px;
}
@media only screen and (min-width: 900px) {
  .slider-scrollbar {
    margin-top: 47px;
  }
}
.slider-scrollbar .swiper-scrollbar-drag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.slider-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #4b4e51;
  opacity: 0.5;
  border-radius: 6px;
  transition: 0.3s;
}
@media (hover: hover) {
  .slider-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
  }
  .slider-scrollbar .swiper-scrollbar-drag:hover::before {
    background: #f60;
    opacity: 1;
  }
}
.slider-scrollbar .swiper-scrollbar-drag_active::before {
  background: #f60;
  opacity: 1;
}
.slider-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  width: 100%;
}
.picture {
  display: block;
  position: relative;
  object-fit: contain;
  object-position: center;
}
.picture_cover {
  object-fit: cover;
  overflow: hidden;
}
.picture__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
  object-fit: inherit;
  object-position: inherit;
}
.picture__img_abs {
  position: absolute;
  top: 0;
  left: 0;
}
.svg {
  overflow: visible;
}
.svg_size_parent {
  width: 100%;
  height: 100%;
}
.svg-interactive {
  fill: inherit;
  stroke: inherit;
  overflow: visible;
  position: relative;
  z-index: 10;
}
.svg-interactive path,
.svg-interactive rect,
.svg-interactive circle {
  opacity: inherit;
  transition: inherit;
  fill: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
}
.svg-interactive path[fill],
.svg-interactive rect[fill],
.svg-interactive circle[fill] {
  fill: inherit;
}
.svg-interactive path[stroke],
.svg-interactive rect[stroke],
.svg-interactive circle[stroke] {
  stroke: inherit;
}
.svg-interactive_size-parent {
  width: 100%;
  height: 100%;
}
.button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button {
    cursor: pointer;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.1);
  background: #f6f6f6;
  border-radius: 14px;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #f60;
  height: 44px;
  transition: 0.3s;
  position: relative;
}
.button.aos-animate {
  transition: 0.3s !important;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 14px;
  box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 100%, 0.25),
    0 0 20px 0 rgba(255, 124, 36, 0.6);
  background: #fea66a;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media (hover: hover) {
  .button {
    cursor: pointer;
  }
  .button:hover {
    color: #fff;
  }
  .button:hover::before {
    opacity: 1;
  }
}
.button:active {
  color: #fff;
}
.button:active::before {
  background: #fb9031;
  box-shadow: none;
}
.button[disabled] {
  pointer-events: none;
}
@media only screen and (min-width: 900px) {
  .button {
    display: inline-flex;
    padding: 10px 39px;
  }
}
@media only screen and (min-width: 1180px) {
  .button {
    font-size: 15px;
    padding: 10px 43px;
    height: 48px;
  }
}
.button_inline {
  display: inline-flex;
}
.button_size_2 {
  height: 40px;
}
@media only screen and (min-width: 900px) {
  .button_size_2 {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .button_size_2 {
    padding: 10px 39px;
    height: 44px;
  }
}
@media only screen and (min-width: 900px) {
  .button_size_3 {
    padding: 10px 30px;
    height: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .button_size_3 {
    height: 44px;
    padding: 10px 26px;
  }
}
.button_size_4 {
  padding: 10px 40px;
}
.button_size_5 {
  padding: 10px 12px;
  border-radius: 12px;
  height: 40px;
}
.button_size_5::before {
  border-radius: 12px;
}
@media only screen and (min-width: 900px) {
  .button_size_5 {
    border-radius: 14px;
  }
  .button_size_5::before {
    border-radius: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .button_size_5 {
    height: 44px;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_5 {
    padding: 20px 30px;
  }
}
.button_white {
  backdrop-filter: blur(4px);
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
}
.button_orange {
  box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 100%, 0.25);
  background: radial-gradient(
    59.39% 50% at 50% 50%,
    #fea66a 0%,
    #fea66a 48.16%,
    #ff9148 100%
  );
  color: #fff;
}
.button_orange::before {
  content: none;
  display: none;
}
.button_orange::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fb9031;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  border-radius: 14px;
}
@media (hover: hover) {
  .button_orange {
    cursor: pointer;
  }
  .button_orange:hover {
    background: radial-gradient(
      59.39% 50% at 50% 50%,
      #fea66a 0%,
      #fea66a 48.16%,
      #ff9148 100%
    );
    box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 100%, 0.25),
      0 0 20px 0 rgba(255, 124, 36, 0.6);
  }
}
.button_orange:active {
  background: radial-gradient(
    59.39% 50% at 50% 50%,
    #fea66a 0%,
    #fea66a 48.16%,
    #ff9148 100%
  );
  box-shadow: none;
}
.button_orange:active::after {
  opacity: 1;
}
.button_gray {
  background: #efefef;
  color: #4b4e51;
  box-shadow: none;
}
@media (hover: hover) {
  .button_gray {
    cursor: pointer;
  }
  .button_gray:hover {
    background: #dedede;
    color: #4b4e51;
    box-shadow: none;
  }
}
.button_gray:active {
  color: #4b4e51;
  background: #efefef;
}
.button_gray_hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(
    59.39% 50% at 50% 50%,
    #fea66a 0%,
    #fea66a 48.16%,
    #ff9148 100%
  );
  opacity: 0;
  transition: 0.3s;
  border-radius: 14px;
}
@media (hover: hover) {
  .button_gray_hover {
    cursor: pointer;
  }
  .button_gray_hover:hover {
    color: #fff;
    box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 100%, 0.25),
      0 0 20px 0 rgba(255, 124, 36, 0.6);
  }
  .button_gray_hover:hover::after {
    opacity: 1;
  }
}
.button_gray_hover:active {
  color: #fff;
  box-shadow: none;
}
.button_gray_hover:active::after {
  opacity: 1;
}
.button_gray_2 {
  color: #fff;
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.1);
  backdrop-filter: none;
  overflow: visible;
}
@media (hover: hover) {
  .button_gray_2 {
    cursor: pointer;
  }
  .button_gray_2:hover {
    box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
      inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    background: hsla(0, 0%, 100%, 0.1);
  }
  .button_gray_2:hover::before {
    opacity: 1;
  }
}
.button_gray_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 100%, 0.25),
    0 0 20px 0 rgba(255, 124, 36, 0.6);
  background: #fb9031;
  transition: 0.3s;
  opacity: 0;
  border-radius: 14px;
}
@media only screen and (min-width: 900px) {
  .button_gray_2 {
    backdrop-filter: blur(20px);
  }
}
.button_gray_3 {
  background: #f5f5f5;
  color: #4b4e51;
  box-shadow: none;
}
.button_gray_4 {
  background: #f5f5f5;
  color: #a0a2a3;
  box-shadow: none;
}
.button_icon {
  font-size: 0;
  padding: 5px;
  border-radius: 10px;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 600px) {
  .button_icon {
    width: 34px;
    height: 34px;
    padding: 7px;
  }
}
.button_icon_size_2 {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 14px;
}
.button__text {
  position: relative;
  z-index: 10;
}
.button__arr {
  position: relative;
  z-index: 10;
  flex: none;
  width: 5px;
  height: auto;
  stroke: #f60;
  fill: #f60;
  font-size: 0;
  display: block;
  margin-left: 6px;
  transition: 0.3s;
  margin-top: 2px;
}
@media (hover: hover) {
  .button:hover .button__arr {
    stroke: #fff;
    fill: #fff;
  }
}
.button:active .button__arr {
  stroke: #fff;
  fill: #fff;
}
@media only screen and (min-width: 1180px) {
  .button__arr {
    width: 7px;
    margin-left: 6px;
  }
}
.button__arr_white {
  stroke: #fff;
}
.button__arr_gray {
  stroke: #4b4e51;
  fill: #4b4e51;
  margin-top: 0;
}
@media (hover: hover) {
  .button:hover .button__arr_gray {
    stroke: #fff;
    fill: #fff;
  }
}
.button__arr_down {
  width: 8px;
  height: auto;
}
.button__icon {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.button__icon_white {
  stroke: #fff;
}
.button__icon-2 {
  width: 25px;
  height: 26px;
  flex: none;
  margin-right: 11px;
  font-size: 0;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .button__icon-2 {
    margin-right: 8px;
    width: 22px;
    height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .button__icon-2 {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
.button__icon-2_hover-icon * {
  transition: 0.3s;
}
@media (hover: hover) {
  .button_gray_hover:hover .button__icon-2_hover-icon * {
    fill: #fff;
  }
}
.button_gray_hover:active .button__icon-2_hover-icon * {
  fill: #fff;
}
.button__icon-2_white {
  stroke: #fff;
}
.button__icon_accent {
  stroke: #f60;
  fill: #f60;
  transition: 0.3s;
}
@media (hover: hover) {
  .button_white:hover .button__icon_accent {
    stroke: #fff;
    fill: #fff;
  }
}
.button_white:active .button__icon_accent {
  stroke: #fff;
  fill: #fff;
}
.button__plus {
  width: 12px;
  height: 12px;
  font-size: 0;
}
.button__icon-3 {
  width: 13px;
  height: 13px;
  stroke: #4b4e51;
  fill: #4b4e51;
}
.button-icon {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button-icon:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button-icon {
    cursor: pointer;
  }
}
.button-icon {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: relative;
}
.button-icon__count {
  position: absolute;
  top: -3px;
  left: 100%;
  margin-left: -8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 8px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #f60;
  line-height: 1;
  min-height: 16px;
  min-width: 16px;
  padding: 1px 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.button-icon__icon {
  font-size: 0;
  width: 20px;
  height: 20px;
  fill: #4b4e51;
  stroke: #4b4e51;
  transition: 0.3s;
  padding: 1px;
  position: relative;
}
@media (hover: hover) {
  .button-icon:hover .button-icon__icon {
    fill: #f60;
    stroke: #f60;
  }
}
.button-icon:active .button-icon__icon {
  fill: #f60;
  stroke: #f60;
}
.button-icon__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #4b4e51;
  line-height: 1;
  margin-top: 2px;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
@media (hover: hover) {
  .button-icon:hover .button-icon__text {
    color: #f60;
  }
}
.button-icon:active .button-icon__text {
  color: #f60;
}
@media only screen and (min-width: 600px) {
  .button-icon__text {
    font-size: 9px;
  }
}
@media only screen and (min-width: 991px) {
  .button-icon__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .button-icon__text {
    font-size: 12px;
  }
}
.lang_button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.lang_button:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .lang_button {
    cursor: pointer;
  }
}
.lang_button {
  border-radius: 10px;
  padding: 7.5px 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.7;
  transition: 0.3s;
}
@media (hover: hover) {
  .lang_button {
    cursor: pointer;
  }
  .lang_button:hover {
    background: #e9e9e9;
    opacity: 1;
  }
}
.lang_active {
  opacity: 1;
  background: #e9e9e9;
  cursor: default;
}
.lang__icon {
  font-size: 0;
  border: 1px solid #d4d8df;
  width: 18px;
  height: 14px;
}
.lang__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #4b4e51;
}
.button-close {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button-close:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button-close {
    cursor: pointer;
  }
}
.button-close {
  font-size: 0;
  display: block;
  fill: #a0a2a3;
  stroke: #a0a2a3;
  padding: 10px;
  transition: 0.3s;
}
@media (hover: hover) {
  .button-close {
    cursor: pointer;
  }
  .button-close:hover {
    fill: #f60;
  }
}
.button-close:active {
  fill: #f60;
}
.overlay {
  background: #19191b;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}
.social-interactive {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
}
.social-interactive_size_2 {
  width: 30px;
  height: 30px;
}
.social-interactive__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.social-interactive__unhover {
  opacity: 1;
}
@media (hover: hover) {
  .social-interactive:hover .social-interactive__unhover {
    opacity: 0;
  }
}
.social-interactive:active .social-interactive__unhover {
  opacity: 0;
}
.social-interactive__hover {
  opacity: 0;
}
@media (hover: hover) {
  .social-interactive:hover .social-interactive__hover {
    opacity: 1;
  }
}
.social-interactive:active .social-interactive__hover {
  opacity: 1;
}
.link-arr {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.link-arr:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .link-arr {
    cursor: pointer;
  }
}
.link-arr {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #f60;
  font-size: 12px;
  gap: 6px;
  transition: 0.3s;
}
@media (hover: hover) {
  .link-arr {
    cursor: pointer;
  }
  .link-arr:hover {
    color: #fb9031;
  }
}
@media only screen and (min-width: 1180px) {
  .link-arr {
    font-size: 15px;
    gap: 7px;
  }
}
.link-arr_black {
  color: #4b4e51;
}
@media (hover: hover) {
  .link-arr_black {
    cursor: pointer;
  }
  .link-arr_black:hover {
    color: #f60;
  }
}
.link-arr_size_2 {
  font-size: 11px;
}
@media only screen and (min-width: 900px) {
  .link-arr_size_2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .link-arr_size_2 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .link-arr_size_2 {
    font-size: 14px;
  }
}
.link-arr_size_3 {
  font-size: 10px;
}
@media only screen and (min-width: 900px) {
  .link-arr_size_3 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .link-arr_size_3 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .link-arr_size_3 {
    font-size: 14px;
  }
}
.link-arr__text {
  display: block;
}
.link-arr__arr {
  position: relative;
  z-index: 10;
  flex: none;
  width: 5px;
  height: auto;
  stroke: #f60;
  fill: #f60;
  font-size: 0;
  display: block;
  transition: 0.3s;
  margin-top: 1px;
}
@media (hover: hover) {
  .link-arr:hover .link-arr__arr {
    stroke: #fb9031;
    fill: #fb9031;
  }
}
@media only screen and (min-width: 1180px) {
  .link-arr__arr {
    width: 5px;
  }
}
.link-arr__arr_black {
  stroke: #4b4e51;
  fill: #4b4e51;
}
@media (hover: hover) {
  .link-arr:hover .link-arr__arr_black {
    stroke: #f60;
    fill: #f60;
  }
}
.link-arr__arr_size_2 {
  width: 4px;
}
@media only screen and (min-width: 900px) {
  .link-arr__arr_size_2 {
    width: 5px;
  }
}
.link-arr__arr_down {
  rotate: 90deg;
  margin-top: 1px;
  transition: 0.3s;
}
.link-arr__arr_down.link-arr__arr_active {
  rotate: -90deg;
}
.link-arr__arr_top {
  rotate: -90deg;
}
.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 0;
  position: relative;
  flex: none;
}
.brand-logo__img {
  max-width: 100%;
  object-fit: scale-down;
  object-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  display: block;
}
.brand-logo__img_gray {
  opacity: 1;
}
@media (hover: hover) {
  .brand-logo:hover .brand-logo__img_gray {
    opacity: 0;
  }
}
.brand-logo:active .brand-logo__img_gray {
  opacity: 0;
}
@media only screen and (min-width: 1440px) {
  .brand-logo__img_gray {
    position: relative;
    width: auto;
    height: auto;
  }
}
.brand-logo__img_noraml {
  opacity: 0;
}
@media (hover: hover) {
  .brand-logo:hover .brand-logo__img_noraml {
    opacity: 1;
  }
}
.brand-logo:active .brand-logo__img_noraml {
  opacity: 1;
}
@media only screen and (min-width: 1440px) {
  .brand-logo__img_noraml {
    height: auto;
    top: auto;
  }
}
.button-play {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button-play:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button-play {
    cursor: pointer;
  }
}
.button-play {
  border-radius: 100%;
  border: 2px solid #fb9031;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  padding-left: 22px;
  stroke: #fb9031;
  fill: #fb9031;
  width: 62px;
  height: 62px;
}
.button-play::after,
.button-play::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  border: 0.5px solid #fb9031;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center;
  will-change: width, height, opacity;
  pointer-events: none;
  opacity: 0;
  animation-fill-mode: backwards;
  animation: opacity-pulse 2s infinite linear;
  animation-name: unset;
}
.button-play::after {
  animation-delay: 1.5s;
}
.button-play::before {
  animation-delay: 0.5s;
}
.button-play_anim::after,
.button-play_anim::before {
  animation-name: opacity-pulse;
}
.link-icon {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.link-icon:focus {
  outline-color: rgba(0, 0, 0, 0);
}
.link-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.link-icon_gap_2 {
  gap: 5px;
}
.link-icon_button {
  border-radius: 8px;
  padding: 5px 8px;
  background: #ededed;
  gap: 5px;
  transition: 0.3s;
}
@media (hover: hover) {
  .link-icon_button {
    cursor: pointer;
  }
  .link-icon_button:hover {
    background: #606468;
  }
}
@media only screen and (min-width: 1180px) {
  .link-icon_button {
    padding: 6px 12px;
    gap: 7px;
  }
}
.link-icon_button_disabled {
  background: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .link-icon_button_disabled {
    cursor: pointer;
  }
  .link-icon_button_disabled:hover {
    background: #ededed;
  }
}
.link-icon__icon {
  flex: none;
  width: 18px;
  height: 18px;
  stroke: #4b4e51;
  fill: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .link-icon:hover .link-icon__icon {
    fill: #f60;
  }
}
@media (hover: hover) {
  .link-icon_button:hover .link-icon__icon {
    stroke: #fff;
    fill: #fff;
  }
}
.link-icon__icon_disabled {
  stroke: #9c9e9f;
  fill: #9c9e9f;
}
@media (hover: hover) {
  .link-icon_button:hover .link-icon__icon_disabled {
    stroke: #4b4e51;
    fill: #4b4e51;
  }
}
.link-icon__icon_size_2 {
  width: 14px;
  height: 14px;
}
.link-icon__icon_size_3 {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1180px) {
  .link-icon__icon_size_3 {
    width: 18px;
    height: 18px;
  }
}
.link-icon__icon_2 {
  stroke: unset;
  fill: unset;
}
.link-icon__arr {
  flex: none;
  stroke: #f60;
  width: 8px;
  height: 6px;
  font-size: 0;
  margin-top: 1px;
}
.link-icon__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  color: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .link-icon:hover .link-icon__text {
    color: #f60;
  }
}
@media (hover: hover) {
  .sec-catalog-page__sort-button.active.link-icon_button:hover
    .link-icon__icon
    svg
    path {
    stroke: #fff;
    fill: #fff;
  }
}

@media (hover: hover) {
  .link-icon_button:hover .link-icon__text {
    color: #fff;
  }
}
@media (hover: hover) {
  .link-icon_button_disabled:hover .link-icon__text {
    color: #4b4e51;
  }
}
@media only screen and (min-width: 900px) {
  .link-icon__text {
    font-size: 14px;
  }
}
.link-icon:active .link-icon__text {
  text-shadow: 0px 0px 1px #4b4e51;
}
.link-icon__text_font_2 {
  font-size: 10px;
}
@media only screen and (min-width: 900px) {
  .link-icon__text_font_2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .link-icon__text_font_2 {
    font-size: 15px;
  }
}
.link-icon__text_font_3 {
  font-size: 10px;
}
@media only screen and (min-width: 900px) {
  .link-icon__text_font_3 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .link-icon__text_font_3 {
    font-size: 13px;
  }
}
.link-icon__text_font_medium {
  font-weight: 500;
}
.form-file-min {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: 1px dashed #a0a2a3;
  border-radius: 8px;
  width: 29px;
  height: 29px;
}
.form-file-min__inp {
  display: none;
}
.form-file-min__icon {
  stroke: #a0a2a3;
  width: 14px;
  height: 14px;
}
@media (hover: hover) {
  .form-file-big {
    cursor: pointer;
  }
}
.form-file-big {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px dashed #a0a2a3;
  border-radius: 14px;
  height: 213px;
  text-align: center;
  gap: 30px;
  transition: 0.3s;
}
@media (hover: hover) {
  .form-file-big {
    cursor: pointer;
  }
  .form-file-big:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
  }
}
@media only screen and (min-width: 1180px) {
  .form-file-big {
    height: 264px;
    gap: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-file-big {
    height: 270px;
  }
}
.form-file-big__inp {
  display: none;
}
.form-file-big__icon {
  display: block;
  width: 50px;
  height: 50px;
  stroke: #a0a2a3;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
@media (hover: hover) {
  .form-file-big:hover .form-file-big__icon {
    padding: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-file-big__icon {
    width: 68px;
    height: 68px;
  }
}
.form-file-big__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.25;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .form-file-big__text {
    font-size: 12px;
  }
}
.price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 11px;
}
@media only screen and (min-width: 600px) {
  .price {
    gap: 8px 15px;
  }
}
@media only screen and (min-width: 1180px) {
  .price {
    gap: 8px 18px;
  }
}
.price__val {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #4b4e51;
}
@media only screen and (min-width: 600px) {
  .price__val {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1180px) {
  .price__val {
    font-size: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .price__val_size_2 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .price__val_size_2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .price__val_size_2 {
    font-size: 18px;
  }
}
.price__val_size_3 {
  font-size: 26px;
}
.price__old {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-decoration: line-through;
  color: #a0a2a3;
}
@media only screen and (min-width: 600px) {
  .price__old {
    font-size: 14px;
  }
}
@media only screen and (min-width: 600px) {
  .price__old_size_2 {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .price__old_size_2 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .price__old_size_2 {
    font-size: 14px;
  }
}
.price__old_size_3 {
  font-size: 18px;
}
.price__sale {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #f63751;
}
@media only screen and (min-width: 600px) {
  .price__sale {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .price__sale {
    font-size: 13px;
  }
}
@media only screen and (min-width: 600px) {
  .price__sale_size_2 {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .price__sale_size_2 {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .price__sale_size_2 {
    font-size: 12px;
  }
}
.price__sale_size_3 {
  font-size: 15px;
  margin-left: 9px;
}
.overlay-location {
  display: none;
  z-index: 100;
}
.overlay-contacts {
  display: none;
  z-index: 100;
}
.title-section {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .title-section {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1180px) {
  .title-section {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .title-section {
    font-size: 48px;
  }
}
.title-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .title-medium {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .title-medium {
    font-size: 24px;
  }
}
.title-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .title-small {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .title-small {
    font-size: 15px;
  }
}
.text-seo {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 768px) {
  .text-seo {
    font-size: 11px;
  }
}
@media only screen and (min-width: 900px) {
  .text-seo {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .text-seo {
    font-size: 15px;
  }
}
.search-form__input {
  border: 0;
  border-radius: 0;
}
.search-form__button,
.search-form__close {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.search-form__button:focus,
.search-form__close:focus {
  outline-color: rgba(0, 0, 0, 0);
}
.search-form {
  position: relative;
  display: flex;
  height: 30px;
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.03);
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1180px) {
  .search-form {
    height: 36px;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-form {
    height: 40px;
  }
}
.search-form_bg {
  background: #f5f5f5;
}
.search-form_page-white {
  background: #f5f5f5;
}
.search-form_active {
  border-color: #fb9031;
  background: #fb9031;
}
@media only screen and (min-width: 900px) {
  .search-form_active {
    border-radius: 12px;
  }
}
.search-form_2 {
  height: 34px;
  border: 1px solid #dadcde;
}
@media only screen and (min-width: 991px) {
  .search-form_2 {
    border-radius: 10px;
  }
}
.search-form_3 {
  height: 40px;
}
@media only screen and (min-width: 1440px) {
  .search-form_3 {
    height: 44px;
  }
}
.search-form_4 {
  border: 1px solid #dadcde;
  border-radius: 10px;
  height: 40px;
}
@media only screen and (min-width: 1180px) {
  .search-form_4 {
    height: 50px;
  }
}
.search-form__input {
  display: block;
  width: 10px;
  flex: 1;
  border: 0;
  padding: 0;
  padding-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #4b4e51;
  transition: 0.3s;
}
@media only screen and (min-width: 1180px) {
  .search-form__input {
    font-size: 14px;
    padding-left: 22px;
  }
}
.search-form__input::placeholder {
  opacity: 0.5;
}
.search-form__input_bg {
  background: #f5f5f5;
}
.search-form__input_page-white {
  background: #f5f5f5;
}
.search-form__input_active {
  background: #fff;
}
.search-form__input_2 {
  border-radius: 10px;
  font-size: 14px;
  padding-left: 19px;
}
.search-form__input_3 {
  padding-left: 20px;
  font-size: 15px;
}
.search-form__input_4 {
  padding: 0px 14px;
  padding-right: 0;
  font-size: 11px;
}
@media only screen and (min-width: 900px) {
  .search-form__input_4 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-form__input_4 {
    font-size: 15px;
  }
}
.search-form__button {
  width: 33px;
  height: 100%;
  fill: #a9acb1;
  z-index: 10;
  padding: 7px;
  transition: 0.3s;
}
@media (hover: hover) {
  .search-form__button {
    cursor: pointer;
  }
  .search-form__button:hover {
    fill: #fb9031;
  }
}
@media only screen and (min-width: 1180px) {
  .search-form__button {
    padding: 9px;
    width: 53px;
  }
}
.search-form__button_active {
  background: #fb9031;
  fill: #fff;
}
@media (hover: hover) {
  .search-form__button_active {
    cursor: pointer;
  }
  .search-form__button_active:hover {
    fill: #fff;
  }
}
.search-form__button_2 {
  width: 45px;
}
@media only screen and (min-width: 1440px) {
  .search-form__button_2 {
    width: 42px;
  }
}
.search-form__button_4 {
  width: 41px;
  padding: 11px;
}
.search-form__close {
  width: 36px;
  height: 100%;
  padding: 7px;
  fill: #b1b4b9;
  transition: 0.3s;
  display: none;
}
@media (hover: hover) {
  .search-form__close {
    cursor: pointer;
  }
  .search-form__close:hover {
    fill: #fb9031;
  }
}
@media only screen and (min-width: 1180px) {
  .search-form__close {
    width: 61px;
    padding: 9px;
  }
}
.search-form__close_active {
  display: block;
  fill: #b1b4b9;
  background: #fff;
  border-radius: 0px 10px 10px 0px;
}
.search-form__placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #4b4e51;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 14px;
  padding-right: 40px;
  pointer-events: none;
  line-height: 1.2;
}
@media only screen and (min-width: 900px) {
  .search-form__placeholder {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-form__placeholder {
    font-size: 15px;
  }
}
.menu__btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.menu__btn:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .menu__btn {
    cursor: pointer;
  }
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: hsla(0, 0%, 100%, 0.9);
  z-index: 100;
  display: none;
  scrollbar-gutter: stable;
  transition: 0.3s;
  transform: translateY(-10%);
  opacity: 0;
}
.menu::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.menu::-webkit-scrollbar:vertical {
  border-radius: 4px;
  width: 2px;
}
.menu::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #cdcfcf;
}
.menu::-webkit-scrollbar-thumb {
  background: #4b4e51;
  border-radius: 4px;
}
.menu_show {
  opacity: 1;
  transform: translateY(0%);
  backdrop-filter: blur(5px);
}
.menu__wrap {
  padding: 21px 0px;
}
@media only screen and (min-width: 768px) {
  .menu__wrap {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1180px) {
  .menu__wrap {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .menu__wrap {
    padding: 41px 0;
  }
}
.menu__btn {
  display: inline-flex;
  gap: 10px;
  user-select: none;
}
.menu__btn-icon {
  font-size: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  transition: 0.3s;
  stroke: #63666a;
  fill: #63666a;
}
@media (hover: hover) {
  .menu__btn:hover .menu__btn-icon {
    stroke: #f60;
    fill: #f60;
  }
}
.menu__btn-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s;
  color: #4b4e51;
}
@media (hover: hover) {
  .menu__btn:hover .menu__btn-text {
    color: #f60;
  }
}
.menu__content {
  margin-top: 19px;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .menu__content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .menu__content {
    margin-top: 52px;
  }
}
.menu__content_show {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .menu__flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
    gap: 40px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .menu__flex {
    gap: 40px 96px;
  }
}
.menu__flex-side {
  margin-bottom: 38px;
}
@media only screen and (min-width: 768px) {
  .menu__flex-side {
    padding: 0 20px;
    margin-bottom: 0;
    width: auto;
  }
  .menu__flex-side:first-child {
    max-width: 360px;
    width: 100%;
  }
  .menu__flex-side:last-child {
    flex: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .menu__flex-side:last-child {
    max-width: 708px;
  }
}
.menu__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #4b4e51;
}
@media only screen and (min-width: 1440px) {
  .menu__title {
    font-size: 20px;
  }
}
.menu__block {
  margin-bottom: 38px;
}
.menu__block:last-child {
  margin-bottom: 0;
}
.menu__block-title {
  margin-bottom: 15px;
}
.menu__link {
  margin-bottom: 12.6px;
}
@media only screen and (min-width: 1440px) {
  .menu__link {
    margin-bottom: 9px;
  }
}
.menu__link:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .menu__block-top {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .menu__block-top {
    gap: 8px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .menu__block-top-title {
    margin-bottom: 0;
  }
}
.menu__block-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.menu__block-links-link {
  width: calc(33.333333% - 10px);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .menu__block-links-link {
    width: 90px;
  }
}
@media only screen and (min-width: 991px) {
  .menu__block-links-link {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .menu__search {
    flex: 1;
    max-width: 280px;
  }
}
.menu__wrap-result {
  position: relative;
  margin-top: 25px;
}
.menu__wrap-result::before,
.menu__wrap-result::after {
  content: "";
  position: absolute;
  left: -10px;
  right: 0px;
  height: 40px;
  filter: blur(5px);
  z-index: 10;
}
.menu__wrap-result::before {
  top: -20px;
}
.menu__wrap-result::after {
  bottom: -20px;
}
.menu__result {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1180px) {
  /* .menu__result {
    max-height: 570px;
    overflow-y: auto;
  } */
  .menu__result::-webkit-scrollbar {
    width: 2px;
    border-radius: 4px;
  }
  .menu__result::-webkit-scrollbar:vertical {
    border-radius: 4px;
    width: 2px;
  }
  .menu__result::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #cdcfcf;
  }
  .menu__result::-webkit-scrollbar-thumb {
    background: #4b4e51;
    border-radius: 4px;
  }
}
.menu__result-link {
  display: block;
  margin-bottom: 16px;
  width: 50%;
  padding: 0 8px;
}
@media only screen and (min-width: 600px) {
  .menu__result-link {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .menu__result-link {
    width: 25%;
  }
}
@media only screen and (min-width: 900px) {
  .menu__result-link {
    width: 20%;
  }
}
@media only screen and (min-width: 991px) {
  .menu__result-link {
    width: 16%;
  }
}
@media only screen and (min-width: 1440px) {
  .menu__result-link {
    width: 12.5%;
  }
}
.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 70;
  box-shadow: 0 -3px 6px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
}
@media only screen and (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__wrap {
  padding: 12px 0;
  padding-bottom: 20px;
}
.mobile-menu__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
}
.mobile-menu__link {
  flex: 1;
  width: 10px;
}
.modal-location {
  border-radius: 14px;
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.9);
  z-index: 110;
  display: none;
  padding: 40px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .modal-location {
    max-width: 374px;
    width: 100%;
    position: absolute;
    transform: none;
    backdrop-filter: blur(15px);
  }
}
@media only screen and (min-width: 1180px) {
  .modal-location {
    padding: 40px 40px;
  }
}
.modal-location__close {
  position: absolute;
  top: 18px;
  right: 18px;
}
.modal-location__locate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.modal-location__locate-icon {
  width: 15px;
  height: 15px;
  font-size: 0;
  flex: none;
  fill: #4b4e51;
}
.modal-location__locate-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #4b4e51;
}
.modal-location__buttons {
  margin-top: 23px;
  gap: 14px;
  display: flex;
  justify-content: center;
}
.modal-contacts {
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.9);
  width: auto;
  border-radius: 14px;
  position: absolute;
  z-index: 110;
  padding-right: 20px;
  display: none;
  top: 60px;
  right: 20px;
  left: 20px;
  min-width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) {
  .modal-contacts {
    top: 60px;
    right: 20px;
    left: auto;
    width: 100%;
    max-width: 618px;
    min-width: 0;
    backdrop-filter: blur(15px);
  }
}
@media only screen and (min-width: 1180px) {
  .modal-contacts {
    top: 87px;
    right: 75px;
  }
}
.modal-contacts__wrap {
  padding: 40px 39px;
  padding-right: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 102px);
}
.modal-contacts__wrap::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.modal-contacts__wrap::-webkit-scrollbar:vertical {
  width: 2px;
}
.modal-contacts__wrap::-webkit-scrollbar-track {
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  background: #cdcfcf;
  background-clip: padding-box;
}
.modal-contacts__wrap::-webkit-scrollbar-thumb {
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  background: #4b4e51;
  border-radius: 4px;
  background-clip: padding-box;
}
.modal-contacts__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-contacts__langs {
  display: flex;
  align-items: center;
  gap: 22px;
}
.modal-contacts__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #4b4e51;
}
.modal-contacts__date-gray {
  color: #a5a7a8;
}
.modal-contacts__contacts {
  margin-top: 27px;
}
.modal-contacts__contact {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 17px;
}
.modal-contacts__contact:first-child {
  margin-top: 0;
}
.modal-contacts__contact-left {
  display: flex;
  align-items: center;
  width: 240px;
  flex: none;
}
.modal-contacts__contact-right {
  flex: 1;
  width: 50px;
  margin-top: 4px;
}
.modal-contacts__contact-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-contacts__contact-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4b4e51;
  transition: 0.3s;
  margin-left: 12px;
  white-space: nowrap;
}
@media (hover: hover) {
  .modal-contacts__contact:hover .modal-contacts__contact-link {
    color: #19191b;
    text-shadow: 0px 0px 1px #4b4e51;
  }
}
.modal-contacts__contact-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .modal-contacts__contact:hover .modal-contacts__contact-name {
    color: #f60;
    text-shadow: 0px 0px 1px #4b4e51;
  }
}
.modal-contacts__contact-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4b4e51;
  opacity: 0.8;
  transition: 0.3s;
  margin-top: 7px;
  line-height: 1.25;
}
@media (hover: hover) {
  .modal-contacts__contact:hover .modal-contacts__contact-text {
    color: #19191b;
    text-shadow: 0px 0px 1px #19191b;
    opacity: 1;
  }
}
.modal-contacts__link {
  margin-top: 31px;
}
.button-action {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button-action:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button-action {
    cursor: pointer;
  }
}
.button-action {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  color: #4b4e51;
  gap: 7px;
  transition: 0.3s;
  text-align: left;
}
@media (hover: hover) {
  .button-action {
    cursor: pointer;
  }
  .button-action:hover {
    color: #f60;
  }
}
.button-action:active {
  color: #f60;
}
.button-action_underline {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.button-action_active {
  color: #f60;
}
.button-action_accent {
  color: #f60;
}
.button-action_disabled {
  pointer-events: none;
}
@media only screen and (min-width: 1180px) {
  .button-action {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .button-action {
    font-size: 14px;
    gap: 10px;
  }
}
.button-action_font_2 {
  font-size: 10px;
}
@media only screen and (min-width: 900px) {
  .button-action_font_2 {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .button-action_font_2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .button-action_font_2 {
    font-size: 14px;
  }
}
.button-action_font_3 {
  font-size: 12px;
}
@media only screen and (min-width: 1180px) {
  .button-action_font_3 {
    gap: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .button-action_font_3 {
    font-size: 14px;
  }
}
.button-action__icon {
  flex: none;
  display: block;
  font-size: 0;
  width: 16px;
  height: 16px;
  stroke: #4b4e51;
  fill: #4b4e51;
  padding: 1px;
  transition: 0.3s;
}
@media (hover: hover) {
  .button-action:hover .button-action__icon {
    stroke: #f60;
    fill: #f60;
  }
}
.button-action:active .button-action__icon {
  stroke: #f60;
  fill: #f60;
}
.button-action_active .button-action__icon {
  stroke: #f60;
  fill: #f60;
}
@media only screen and (min-width: 1440px) {
  .button-action__icon {
    width: 18px;
    height: 18px;
  }
}
.button-action__icon_accent {
  stroke: #f60;
  fill: #f60;
}
.button-action__icon_size_2 {
  padding: 2px;
}
@media only screen and (min-width: 1180px) {
  .button-action__icon_size_3 {
    width: 18px;
    height: 18px;
  }
}
.button-action__text {
  display: block;
}
.selector-location__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #4b4e51;
}
.selector-location__links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px 0px;
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: row;

  height: 300px;
}
@media only screen and (min-width: 600px) {
  .selector-location__links {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .selector-location__links {
    height: 186px;
  }
}
.selector-location__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #4b4e51;
  padding: 0 15px;
  transition: 0.3s;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .selector-location__link {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .selector-location__link {
    width: 33.33333%;
  }
}
@media (hover: hover) {
  .selector-location__link {
    cursor: pointer;
  }
  .selector-location__link:hover {
    color: #f60;
  }
}
.selector-location__link:active {
  color: #f60;
}
.selector-location__form {
  margin-top: 30px;
  gap: 14px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .selector-location__form {
    flex-direction: row;
  }
}
.selector-location__form-input {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .selector-location__form-input {
    flex: 1;
    width: 100px;
  }
}
.selector-location__form-button {
  flex: none;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .selector-location__form-button {
    width: 200px;
  }
}
.marketplace {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: block;
}
@media only screen and (min-width: 991px) {
  .marketplace {
    width: 100%;
    height: 44px;
  }
}
@media only screen and (min-width: 991px) {
  .marketplace_mobile {
    width: 40px;
    height: 40px;
  }
}
.marketplace__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .marketplace__img {
    object-fit: contain;
  }
}
.marketplace__hover {
  opacity: 0;
}
@media (hover: hover) {
  .marketplace:hover .marketplace__hover {
    opacity: 1;
  }
}
.marketplace:active .marketplace__hover {
  opacity: 1;
}
.marketplace__unhover {
  opacity: 1;
}
@media (hover: hover) {
  .marketplace:hover .marketplace__unhover {
    opacity: 0;
  }
}
.marketplace:active .marketplace__unhover {
  opacity: 0;
}
.link-catalog__btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.link-catalog__btn:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .link-catalog__btn {
    cursor: pointer;
  }
}
.link-catalog {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.link-catalog__wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (hover: hover) {
  .link-catalog__wrap {
    cursor: pointer;
  }
  .link-catalog__wrap:hover::before {
    opacity: 1;
  }
}
.link-catalog__wrap_level {
  padding-left: 19px;
}
.link-catalog__wrap_level::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #f60;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s;
}
.link-catalog__wrap_level_2 {
  padding-left: 38px;
}
.link-catalog__wrap_level_3 {
  padding-left: 57px;
}
.link-catalog__btn {
  flex: none;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  position: relative;
  display: block;
  font-size: 0;
  transition: 0.3s;
  margin-top: 3px;
}
.link-catalog__btn::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
}
@media only screen and (min-width: 1180px) {
  .link-catalog__btn {
    margin-top: 3.5px;
    width: 9px;
    height: 9px;
  }
}
.link-catalog__path {
  transition: 0.3s;
}
.link-catalog__path_active {
  stroke: #f60;
}
.link-catalog__path_active:last-child {
  display: none;
}
.link-catalog__point {
  border-radius: 100%;
  background: #4b4e51;
  flex: none;
  width: 6px;
  height: 6px;
  margin-left: 1px;
  margin-right: 9px;
  transition: 0.3s;
  margin-top: 4px;
}
@media only screen and (min-width: 1180px) {
  .link-catalog__point {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .link-catalog__point {
    margin-top: 5px;
  }
}
@media (hover: hover) {
  .link-catalog__link-wrap:hover .link-catalog__point {
    background: #f60;
  }
}
@media only screen and (min-width: 1440px) {
  .link-catalog__point_size_2 {
    margin-top: 6px;
  }
}
.link-catalog__point_2 {
  background: #f60;
  margin-right: 6px;
  width: 6px;
  height: 6px;
  margin-left: 0;
}
.link-catalog__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.1;
  color: #4b4e51;
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .link-catalog__wrap:hover .link-catalog__text {
    color: #f60;
  }
}
@media only screen and (min-width: 1180px) {
  .link-catalog__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .link-catalog__text_size_2 {
    font-size: 15px;
  }
}
.link-catalog__wrap-count {
  display: inline-block;
}
.link-catalog__count {
  position: relative;
  font-weight: 500;
  color: #a0a2a3;
  font-size: 8px;
  display: inline-block;
  top: -4px;
}
@media only screen and (min-width: 1180px) {
  .link-catalog__count {
    font-size: 10px;
  }
}
.link-catalog__links {
  display: block;
  width: 100%;
  margin-top: 11px;
  display: none;
}
@media only screen and (min-width: 1180px) {
  .link-catalog__links {
    margin-top: 13px;
  }
}
.link-catalog__links-link {
  margin-bottom: 12.6px;
}
@media only screen and (min-width: 1180px) {
  .link-catalog__links-link {
    margin-bottom: 16px;
  }
}
.link-catalog__links-link:last-child {
  margin-bottom: 0;
}
.link-catalog__links_show {
  display: block;
}
.form__title {
  margin-bottom: 0;
}
.form__el {
  margin-top: 10px;
}
.form__el:first-child {
  margin-top: 0;
}
.form__el_m {
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .form__el_m {
    margin-top: 20px;
  }
}
.form__el_m:first-child {
  margin-top: 0;
}
.form__file {
  margin-top: 20px;
}
.form__button {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .form__button {
    height: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__flex {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .form__flex-el {
    width: 50%;
    padding: 0 5px;
    margin: 0;
    order: 1;
  }
  .form__flex-el:nth-child(3) {
    order: 4;
  }
  .form__flex-el:nth-child(4) {
    order: 3;
  }
  .form__flex-el:last-child {
    width: 100%;
    order: 10;
  }
}
@media only screen and (min-width: 900px) {
  .form__flex-el:nth-child(1),
  .form__flex-el:nth-child(2),
  .form__flex-el:nth-child(3) {
    width: 33.33333%;
    order: 1;
  }
  .form__flex-el:last-child {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .form__flex-side {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    gap: 16px 0;
    margin-top: 16px;
  }
  .form__flex-side:first-child {
    margin-top: 0;
  }
  .form__flex-side:last-child {
    width: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .form__flex-side {
    margin-top: 20px;
    gap: 20px 0;
  }
  .form__flex-side:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .form__flex-side {
    margin-top: 0;
  }
}
.form__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #4b4e51;
  margin-top: 19px;
}
.form__text-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #f60;
  transition: 0.3s;
}
@media (hover: hover) {
  .form__text-link {
    cursor: pointer;
  }
  .form__text-link:hover {
    color: #ff8838;
  }
}
.form__code {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .form__code {
    flex-direction: row;
  }
}
@media only screen and (min-width: 600px) {
  .form__code-input {
    flex: 1;
    width: 10px !important;
  }
}
.form__code-right {
  flex: none;
}
@media only screen and (min-width: 600px) {
  .form__code-right {
    width: 38%;
  }
}
.form__code-button {
  width: 100%;
  font-size: 12px;
  padding: 10px;
  height: 50px;
}
.form__checkbox {
  margin-top: 21px;
  align-items: flex-start;
  gap: 6px;
}
.form-input__input {
  border: 0;
  border-radius: 0;
}
.form-input__button-password {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.form-input__button-password:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .form-input__input_select,
  .form-input__selector,
  .form-input__button-password {
    cursor: pointer;
  }
}
.form-input {
  position: relative;
  border: 1px solid #dadcde;
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
}
.form-input_flex {
  display: flex;
}
.form-input_readonly {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.form-input_active {
  border-color: #a0a2a3;
}
.form-input_bg {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.form-input_error {
  border-color: #f11c39;
}
.form-input__placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #a0a2a3;
  position: absolute;
  top: 15px;
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: 5;
  padding: 0 14px;
  transition: 0.3s;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder {
    font-size: 15px;
  }
}
.form-input__placeholder-required {
  color: #f60;
}
.form-input__placeholder_size_2 {
  top: 13px;
  font-size: 12px;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_size_2 {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_size_2 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__placeholder_size_2 {
    font-size: 15px;
  }
}
.form-input__placeholder_active {
  top: 9px;
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_active {
    font-size: 12px;
  }
}
.form-input__placeholder_search {
  top: 0;
  padding-bottom: 2px;
  height: 100%;
  padding-right: 36px;
  font-size: 11px;
  line-height: 1.15;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_search {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__placeholder_search {
    font-size: 15px;
  }
}
.form-input__placeholder_search.form-input__placeholder_active {
  display: none;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_3 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_3 {
    font-size: 15px;
    top: 12px;
  }
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_3.form-input__placeholder_active {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_3.form-input__placeholder_active {
    top: 9px;
  }
}
.form-input__placeholder_height {
  top: 13px;
  font-size: 11px;
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_height {
    font-size: 13px;
    top: 16px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__placeholder_height {
    font-size: 15px;
  }
}
.form-input__placeholder_height.form-input__placeholder_active {
  font-size: 10px;
  top: 7px;
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_height.form-input__placeholder_active {
    font-size: 11px;
    top: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__placeholder_height.form-input__placeholder_active {
    font-size: 12px;
    top: 9px;
  }
}
.form-input__placeholder_2 {
  font-size: 10px;
  top: 13px;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_2 {
    font-size: 13px;
    top: 19px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__placeholder_2 {
    font-size: 15px;
    top: 17px;
  }
}
.form-input__placeholder_2.form-input__placeholder_active {
  top: 7px;
  font-size: 9px;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_2.form-input__placeholder_active {
    font-size: 10px;
    top: 8px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_2.form-input__placeholder_active {
    font-size: 11px;
    top: 9px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__placeholder_2.form-input__placeholder_active {
    font-size: 12px;
  }
}
.form-input__placeholder_4 {
  top: 13px;
  font-size: 11px;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_4 {
    font-size: 12px;
    top: 17px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_4 {
    font-size: 14px;
  }
}
.form-input__placeholder_4.form-input__placeholder_active {
  font-size: 10px;
  top: 7px;
}
@media only screen and (min-width: 900px) {
  .form-input__placeholder_4.form-input__placeholder_active {
    top: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__placeholder_4.form-input__placeholder_active {
    font-size: 11px;
    top: 11px;
  }
}
.form-input__placeholder_textarea {
  top: 10px;
}
.form-input__input {
  display: block;
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 12px;
  font-size: 12px;
  color: #4b4e51;
  flex: 1;
  padding: 0 14px;
  padding-left: 6px;
}
@media only screen and (min-width: 900px) {
  .form-input__input {
    height: 48px;
    font-size: 14px;
  }
}
.form-input__input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #a0a2a3;
}
.form-input__input[readonly] {
  color: #a0a2a3;
}
.form-input__input_padding {
  padding: 0 14px;
  padding-top: 11px;
}
@media only screen and (min-width: 900px) {
  .form-input__input_padding {
    padding-top: 14px;
  }
}
.form-input__input_height {
  height: 38px;
  font-size: 11px;
  padding-top: 13px;
}
@media only screen and (min-width: 1180px) {
  .form-input__input_height {
    height: 48px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__input_height {
    font-size: 14px;
  }
}
.form-input__input_height_paddingNo {
  padding-top: 0;
}
.form-input__input_select {
  padding-right: 30px;
}
@media only screen and (min-width: 900px) {
  .form-input__input_select {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__input_select {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__input_select {
    font-size: 15px;
  }
}
.form-input__input_select[readonly] {
  color: #4b4e51;
}
.form-input__input_2 {
  height: 34px;
  font-size: 10px;
}
@media only screen and (min-width: 900px) {
  .form-input__input_2 {
    height: 37px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__input_2 {
    height: 49px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__input_2 {
    font-size: 15px;
  }
}
.form-input__input_3 {
  height: 48px;
}
@media only screen and (min-width: 900px) {
  .form-input__input_3 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__input_3 {
    font-size: 14px;
  }
}
.form-input__input_4 {
  height: 38px;
  font-size: 11px;
  padding-top: 13px;
}
@media only screen and (min-width: 900px) {
  .form-input__input_4 {
    height: 48px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__input_4 {
    font-size: 13px;
  }
}
.form-input__input_search {
  padding-top: 0;
}
.form-input__textarea {
  height: 83px;
  resize: none;
  padding: 25px 14px;
  padding-bottom: 10px;
}
.form-input__textarea_autoheight {
  margin-top: 17px;
  height: 21px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1180px) {
  .form-input__textarea_autoheight {
    margin-top: 23px;
  }
}
.form-input__textarea_height {
  height: 93px;
}
@media only screen and (min-width: 1180px) {
  .form-input__textarea_height {
    height: 113px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__textarea_height {
    height: 93px;
  }
}
.form-input__textarea_2 {
  height: 73px;
}
@media only screen and (min-width: 1440px) {
  .form-input__textarea_2 {
    height: 82px;
  }
}
.form-input__textarea_3 {
  height: 43px;
}
@media only screen and (min-width: 900px) {
  .form-input__textarea_3 {
    height: 48px;
  }
}
@media only screen and (min-width: 1180px) {
  .form-input__textarea_3 {
    height: 69px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__textarea_3 {
    height: 121px;
  }
}
.form-input__selector {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: none;
  padding-left: 12px;
  position: relative;
}
.form-input__selector-arr {
  stroke: #a0a2a3;
  width: 7px;
  height: 7px;
  flex: none;
  font-size: 0;
}
.form-input__selector-lang {
  position: relative;
}
.form-input__selector-dropdown {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  z-index: 20;
  margin-top: 0;
  display: none;
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.03);
  background: #e9e9e9;
  padding: 5px;
  border-radius: 4px;
}
.form-input__selector-dropdown-el {
  margin-top: 5px;
}
.form-input__selector-dropdown-el:first-child {
  margin-top: 0;
}
.form-input__arr {
  stroke: #a0a2a3;
  stroke-width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 12px;
  height: 7px;
  font-size: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1440px) {
  .form-input__arr {
    right: 15px;
    width: 13px;
    height: 13px;
  }
}
.form-input__error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 9px;
  text-align: center;
  color: #f11c39;
  margin-top: 1px;
  z-index: 10;
}
@media only screen and (min-width: 600px) {
  .form-input__error {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1440px) {
  .form-input__error {
    font-size: 12px;
  }
}
.form-input__button-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  z-index: 10;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #a0a2a3;
  fill: #a0a2a3;
  font-size: 0;
}
.form-input__button-password-show {
  display: none;
  width: 100%;
  height: 100%;
}
.form-input__button-password-hide {
  width: 100%;
  height: 100%;
}
.form-input__search {
  fill: #a9acb1;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 13px;
  pointer-events: none;
}
@media (hover: hover) {
  .form-file__button {
    cursor: pointer;
  }
}
.form-file {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-file__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #f5f5f5;
  border-radius: 14px;
  padding: 13px 21px;
  gap: 5px;
  transition: 0.3s;
}
@media (hover: hover) {
  .form-file__button {
    cursor: pointer;
  }
  .form-file__button:hover {
    box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 100%, 0.25),
      0 0 20px 0 rgba(255, 124, 36, 0.6);
    background: #fea66a;
  }
}
.form-file__button:active {
  box-shadow: none;
}
@media only screen and (min-width: 900px) {
  .form-file__button {
    padding: 16px 20px;
    gap: 6px;
  }
}
.form-file__button-input {
  display: none;
}
.form-file__icon {
  width: 18px;
  height: 18px;
  stroke: #606468;
  transition: 0.3s;
}
@media (hover: hover) {
  .form-file__button:hover .form-file__icon {
    stroke: #fff;
  }
}
.form-file__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  color: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .form-file__button:hover .form-file__title {
    color: #fff;
  }
}
@media only screen and (min-width: 900px) {
  .form-file__title {
    font-size: 14px;
  }
}
.form-file__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .form-file__text {
    font-size: 14px;
  }
}
.search-popup__brands::-webkit-scrollbar {
  display: none;
}
.search-popup__brands::-webkit-scrollbar,
.search-popup__brands::-webkit-scrollbar-track,
.search-popup__brands::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.search-popup {
  background: #fff;
}
.search-popup__wrap {
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 30px;
}
@media only screen and (min-width: 900px) {
  .search-popup__wrap {
    padding-bottom: 40px;
  }
}
.search-popup__anim {
  opacity: 0;
  transition: 0.3s;
}
.search-popup__anim_show {
  opacity: 1;
}
.search-popup__flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 900px) {
  .search-popup__flex {
    flex-direction: row;
    gap: 35px;
    padding-left: 10px;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .search-popup__flex {
    gap: 86px;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__flex {
    gap: 35px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-popup__flex {
    padding-left: 30px;
    gap: 113px;
  }
}
.search-popup__flex:first-child {
  margin-top: 0;
}
.search-popup__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.1;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .search-popup__text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-popup__text {
    font-size: 15px;
  }
}
.search-popup__left {
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .search-popup__left {
    flex: none;
    width: 155px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__left {
    width: 200px;
  }
}
.search-popup__left_hide {
  display: none;
}
@media only screen and (min-width: 900px) {
  .search-popup__left_hide {
    display: flex;
  }
}
.search-popup__right {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 900px) {
  .search-popup__right {
    width: 100px;
    flex: 1;
  }
  .search-popup__right::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: 100%;
    margin-right: 20px;
    width: 100vw;
    background: #fff;
    z-index: 6;
  }
}
@media only screen and (min-width: 991px) {
  .search-popup__right::before {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__right::before {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-popup__right::before {
    margin-right: 40px;
  }
}
.search-popup__right_hide {
  display: none;
}
.search-popup__right-body {
  position: relative;
  z-index: 5;
}
.search-popup__tags {
  overflow: visible;
  margin: 0;
  width: 100%;
}
.search-popup__tags-slide {
  width: auto;
}
.search-popup__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  flex: none;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #4b4e51;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 5px 10px;
  transition: 0.3s;
}
@media (hover: hover) {
  .search-popup__tag {
    cursor: pointer;
  }
  .search-popup__tag:hover {
    background: #ededed;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__tag {
    font-size: 12px;
    padding: 7px 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-popup__tag {
    font-size: 13px;
    padding: 8px 14px;
  }
}
.search-popup__tag-selected {
  color: #f60;
}
.search-popup__brands {
  overflow: visible;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 1180px) {
  .search-popup__brands {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-popup__brands {
    margin-top: 24px;
  }
}
.search-popup__brand {
  height: 17px;
  width: 70px;
}
@media only screen and (min-width: 900px) {
  .search-popup__brand {
    width: 80px;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__brand {
    width: 90px;
    height: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-popup__brand {
    width: 100px;
    height: 24px;
  }
}
@media only screen and (min-width: 600px) {
  .search-popup__products {
    overflow: visible;
  }
}
.search-popup__product {
  margin-bottom: 6px;
}
@media only screen and (min-width: 600px) {
  .search-popup__product {
    width: 155px;
    margin-bottom: 0;
    height: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__product {
    width: 200px;
  }
}
.search-popup__product:last-child {
  margin-bottom: 0;
}
.search-popup__link {
  margin-top: 14px;
}
@media only screen and (min-width: 900px) {
  .search-popup__link {
    margin-top: 23px;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__link {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-popup__link {
    margin-top: 35px;
  }
}
.search-popup__file {
  width: 100%;
}
.search-popup__message {
  display: flex;
  align-items: flex-start;
  background: rgba(241, 28, 57, 0.1);
  border-radius: 10px;
  padding: 10px 12px;
  gap: 6px;
}
@media only screen and (min-width: 900px) {
  .search-popup__message {
    gap: 10px;
    padding: 10px 16px;
    align-items: center;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__message {
    padding: 15px 20px;
  }
}
.search-popup__message-icon {
  flex: none;
  width: 18px;
  height: 18px;
  fill: #a9acb1;
  stroke: #a9acb1;
}
.search-popup__message-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6;
  color: #4b4e51;
  flex: 1;
  width: 10px;
}
@media only screen and (min-width: 1180px) {
  .search-popup__message-text {
    font-size: 12px;
  }
}
.search-popup__message-title {
  display: block;
}
@media only screen and (min-width: 900px) {
  .search-popup__message-title {
    display: inline-block;
  }
}
.search-popup__message-selected {
  font-weight: 600;
  word-break: break-all;
}
.search-popup__button {
  margin-top: 14px;
  border-radius: 10px;
  font-size: 12px;
}
@media only screen and (min-width: 900px) {
  .search-popup__button {
    margin-top: 43px;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1180px) {
  .search-popup__button {
    font-size: 15px;
    height: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-popup__button {
    margin-top: 31px;
    padding: 10px 27px;
  }
}
.product-card__description-el_art {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.product-card__description-el_art:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .product-card__description-el_art {
    cursor: pointer;
  }
}
.product-card {
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 44% auto;
  height: 100%;
  align-items: center;
  will-change: transform;
}
@media only screen and (min-width: 600px) {
  .product-card {
    align-items: flex-start;
    grid-template-rows: auto 1fr;
    grid-template-columns: 100%;
    border-radius: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card {
    border-radius: 14px;
  }
}
.product-card_search {
  grid-template-columns: 21% auto;
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
}
@media only screen and (min-width: 600px) {
  .product-card_search {
    grid-template-columns: 100%;
  }
}
.product-card_block {
  align-items: flex-start;
  grid-template-rows: auto 1fr;
  grid-template-columns: 100%;
  border-radius: 14px;
}
.product-card__shares {
  position: absolute;
  bottom: 6px;
  left: 6px;
  z-index: 10;
  background: hsla(0, 0%, 100%, 0.8);
  display: flex;
  align-items: center;
  padding: 2px 4px;
  gap: 6px;
  border-radius: 6px;
}
@media only screen and (min-width: 991px) {
  .product-card__shares {
    bottom: 12px;
    left: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__shares {
    padding: 2.5px 4px;
    bottom: 13px;
    left: 14px;
  }
}
.product-card__shares-icon {
  flex: none;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 1180px) {
  .product-card__shares-icon {
    width: 14px;
    height: 14px;
  }
}
.product-card__shares-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .product-card__shares-text {
    font-size: 12px;
  }
}
.product-card__strong {
  font-weight: 500;
}
.product-card__bought {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 8px;
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  background: hsla(0, 0%, 100%, 0.8);
  padding: 4px 6px;
  border-radius: 8px;
}
@media only screen and (min-width: 600px) {
  .product-card__bought {
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
  }
}
@media only screen and (min-width: 900px) {
  .product-card__bought {
    backdrop-filter: blur(4px);
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__bought {
    font-size: 11px;
    padding: 12px 10px;
  }
}
.product-card__bought-title {
  color: #a0a2a3;
}
.product-card__bought-text {
  color: #4b4e51;
  margin-top: 4px;
}
@media only screen and (min-width: 600px) {
  .product-card__bought-text {
    margin: 0;
  }
}
.product-card__img {
  object-fit: contain;
  display: block;
  font-size: 0;
  aspect-ratio: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .product-card__img {
    aspect-ratio: 1.22;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__img {
    aspect-ratio: 1.26;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__img {
    aspect-ratio: 1.28;
  }
}
.product-card__img_block {
  aspect-ratio: 1.22;
}
.product-card__slider {
  width: 100%;
  display: block;
  height: 100%;
}
.product-card__slider.swiper:not(.swiper-initialized) .swiper-wrapper {
  transform: none;
}
.product-card__slider.swiper:not(.swiper-initialized) .swiper-slide {
  transform: none;
}
@media only screen and (min-width: 600px) {
  .product-card__slider {
    height: auto;
  }
}
.product-card__media {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 600px) {
  .product-card__media {
    height: auto;
  }
}
.product-card__media-link {
  display: block;
  font-size: 0;
  height: 100%;
}
.product-card__loupe {
  display: none;
  width: 18px;
  height: 18px;
  fill: #4b4e51;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 10;
  font-size: 0;
}
@media only screen and (min-width: 600px) {
  .product-card__loupe {
    display: block;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__loupe {
    width: 18px;
    height: 18px;
    bottom: 14px;
    right: 14px;
  }
}
.product-card__favorite {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 10;
  top: 10px;
  right: 10px;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
@media only screen and (min-width: 600px) {
  .product-card__favorite {
    top: 14px;
    right: 14px;
  }
}
.product-card__body {
  position: relative;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .product-card__body {
    padding: 18px 15px;
    height: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .product-card__body {
    padding: 18px 15px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__body {
    padding: 19px 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 600px) {
  .product-card__body_2 {
    padding: 10px 10px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__body_2 {
    padding: 16px 16px;
  }
}
.product-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4b4e51 !important;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  text-decoration: none !important;
}
@media only screen and (min-width: 600px) {
  .product-card__title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__title {
    font-size: 15px;
  }
}
.product-card__title-selected {
  color: #f60 !important;
}
@media only screen and (min-width: 600px) {
  .product-card__title_size_2 {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__title_size_2 {
    font-size: 12px;
  }
}
.product-card__top {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .product-card__top {
    flex: 1;
  }
}
.product-card__price {
  margin-top: 13px;
}
@media only screen and (min-width: 1180px) {
  .product-card__price {
    margin-top: 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__price {
    margin-top: 20px;
  }
}
.product-card__price_search {
  margin-top: 7px;
}
@media only screen and (min-width: 600px) {
  .product-card__price_search {
    gap: 6px 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__price_search {
    margin-top: 16px;
  }
}
.product-card__price_block {
  margin-top: 7px;
}
@media only screen and (min-width: 600px) {
  .product-card__price_block {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__price_block {
    margin-top: 19px;
  }
}
.product-card__wrapper {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px 10px;
}
@media only screen and (min-width: 600px) {
  .product-card__wrapper {
    margin-top: 15px;
    gap: 12px 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__wrapper {
    gap: 0 10px;
  }
}
.product-card__wrapper_block {
  margin-top: 12px;
}
@media only screen and (min-width: 1440px) {
  .product-card__wrapper_block {
    margin-top: 15px;
  }
}
.product-card__count {
  width: 47px !important;
  flex: none;
}
@media only screen and (min-width: 600px) {
  .product-card__count {
    width: 55px !important;
    order: 1;
  }
}
.product-card__count_block {
  width: 42px !important;
}
@media only screen and (min-width: 600px) {
  .product-card__count_block {
    width: 56px !important;
  }
}
.product-card__count-input_block {
  font-size: 10px !important;
}
@media only screen and (min-width: 600px) {
  .product-card__count-input_block {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 600px) {
  .product-card__button {
    order: 4;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__button {
    order: 2;
    margin-left: auto;
  }
}
.product-card__button_block {
  width: 26px;
  height: 26px;
  padding: 6px;
  border-radius: 8px;
}
@media only screen and (min-width: 600px) {
  .product-card__button_block {
    border-radius: 10px;
    width: 34px;
    padding: 7px;
    height: 34px;
  }
}
.product-card__button-plus {
  display: block;
}
.product-card__button-plus_hide {
  display: none;
}
.product-card__button-check {
  display: none;
}
.product-card__button-check_show {
  display: block;
}
.product-card__button-full {
  flex: 1;
  padding: 10px;
  height: 34px;
  font-size: 9px;
  white-space: nowrap;
  border-radius: 8px;
}
@media only screen and (min-width: 600px) {
  .product-card__button-full {
    order: 2;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__button-full {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__button-full {
    margin-left: 13px;
  }
}
.product-card__button-full-icon {
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 3px;
}
@media only screen and (min-width: 1180px) {
  .product-card__button-full-icon {
    margin-right: 7px;
    padding: 0;
  }
}
.product-card__link {
  align-items: center;
  font-size: 10px;
  width: 52px;
  max-width: 96px;
  flex: 1;
  gap: 4px;
  line-height: 1.2;
  text-decoration: none !important;
}
@media only screen and (min-width: 600px) {
  .product-card__link {
    order: 2;
    width: 91px;
    margin-left: auto;
    max-width: none;
    flex: unset;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__link {
    order: 3;
    font-size: 12px;
    width: 115px;
    justify-content: flex-end;
    padding-right: 3px;
    gap: 5px;
  }
}
.product-card__link_block {
  font-size: 9px;
}
@media only screen and (min-width: 600px) {
  .product-card__link_block {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__link_block {
    font-size: 12px;
  }
}
.product-card__link-span {
  display: inline-block;
}
.product-card__description {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .product-card__description {
    order: 3;
    flex-basis: 1;
    width: calc(100% - 44px);
  }
}
@media only screen and (min-width: 900px) {
  .product-card__description {
    min-height: 50px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__description {
    order: 4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }
}
.product-card__description-el {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #4b4e51;
  margin-top: 9px;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  .product-card__description-el {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__description-el {
    margin: 0;
    font-size: 12px;
  }
}
.product-card__description-el:first-child {
  margin-top: 0;
}
.product-card__description-span {
  display: inline-block;
}
.product-card__description-icon {
  fill: #a0a2a3;
  font-size: 0;
  width: 12px;
  height: 14px;
  flex: none;
  transition: 0.3s;
}
@media (hover: hover) {
  .product-card__description-el_art:hover .product-card__description-icon {
    fill: #f60;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__description-icon {
    margin-left: 2px;
  }
}
.product-card__description-el_art {
  display: none;
}
@media only screen and (min-width: 600px) {
  .product-card__description-el_art {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__description-el_art {
    gap: 2px;
  }
}
.product-card__description-title {
  color: #a0a2a3;
  display: inline-block;
}
.product-card__description-text {
  display: inline-block;
}
.product-card__scrollbar {
  margin: 0;
  position: absolute;
  top: 6px;
  width: auto;
  left: 11px;
  right: 11px;
  transition: 0.3s;
  opacity: 0;
}
@media (hover: hover) {
  .product-card:hover .product-card__scrollbar {
    opacity: 1;
  }
}
@media only screen and (min-width: 600px) {
  .product-card__scrollbar {
    left: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-card__scrollbar {
    left: 20px;
    right: 20px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-y: auto;
  display: none;
}
.popup__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100%;
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .popup__wrap {
    padding: 40px;
  }
}
.popup__wrap_full {
  flex-direction: row;
  padding: 0;
  align-items: stretch;
  justify-content: flex-end;
}
.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup__content {
  position: relative;
  z-index: 10;
  max-width: 680px;
  width: 100%;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.8);
  padding: 40px 20px;
}
@media only screen and (min-width: 600px) {
  .popup__content {
    padding: 40px 40px;
  }
}
.popup__content_width {
  backdrop-filter: none;
  background: #fff;
  max-width: 380px;
  padding: 32px 30px;
}
.popup__content_full {
  max-width: 600px;
  border-radius: 0;
  padding-top: 51px;
  box-shadow: -10px 0 30px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media only screen and (min-width: 900px) {
  .popup__content_full {
    padding: 61px 60px;
  }
}
.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
@media only screen and (min-width: 900px) {
  .popup__close_2 {
    top: 29px;
    right: 29px;
  }
}
.popup__article {
  margin-top: 19px;
}
@media only screen and (min-width: 900px) {
  .popup__article_2 {
    margin-top: 30px;
  }
}
.popup__article-title {
  margin-bottom: 17px;
}
.popup__title-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #4b4e51;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
}
@media only screen and (min-width: 600px) {
  .popup__title-2 {
    font-size: 20px;
  }
}
.popup__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #4b4e51;
  margin-top: 5px;
}
.popup__stat-icon {
  width: 20px;
  height: 20px;
  fill: #52955f;
  stroke: #fff;
}
.popup__stat-icon_error {
  fill: #f11c39;
  stroke: #fff;
}
.popup__title-2_success {
  color: #52955f;
}
.popup__title-2_error {
  color: #f11c39;
}
.popup__director {
  margin-top: 19px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup__director-img {
  display: block;
  flex: none;
  border-radius: 14px;
  width: 90px;
  height: 98px;
}
@media only screen and (min-width: 900px) {
  .popup__director-img {
    width: 148px;
    height: 160px;
  }
}
.popup__director-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .popup__director-title {
    font-size: 14px;
  }
}
.popup__director-text {
  display: none;
  margin-top: 10px;
}
@media only screen and (min-width: 900px) {
  .popup__director-text {
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .popup__hide-desc {
    display: none;
  }
}
.popup__painting {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 14px;
  padding: 20px 20px;
  margin-top: 10px;
  gap: 10px;
}
.popup__painting-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .popup__painting-text {
    font-size: 11px;
  }
}
.popup__painting-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .popup__painting-link {
    cursor: pointer;
  }
  .popup__painting-link:hover {
    color: #f60;
  }
}
.popup__painting-img {
  display: block;
  object-fit: contain;
  width: 56px;
  height: 70px;
  margin-left: auto;
}
@media only screen and (min-width: 900px) {
  .popup__painting-img {
    width: 72px;
    height: 91px;
  }
}
.popup__painting-name {
  text-align: right;
}
@media only screen and (min-width: 900px) {
  .popup__painting-name-br {
    display: none;
  }
}
.popup__form-2 {
  margin-top: 51px;
}
.popup__socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 19px;
}
.popup__address {
  margin-top: 30px;
}
.popup__address-title {
  margin-bottom: 10px;
}
.popup__address-content {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 20px 20px;
}
.popup__address-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .popup__address-text {
    font-size: 12px;
  }
}
.popup__address-link {
  margin-top: 12px;
}
@media only screen and (min-width: 1180px) {
  .popup__address-link {
    font-size: 12px;
  }
}
.popup__langs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 27px 10px;
}
.popup__langs-date {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .popup__langs-date {
    width: auto;
    margin-left: auto;
  }
}
.popup__langs-date-gray {
  color: #a5a7a8;
}
.popup__contacts {
  margin-top: 18px;
}
@media only screen and (min-width: 900px) {
  .popup__contacts {
    margin-top: 25px;
  }
}
.popup__contacts-block {
  border-bottom: 1px solid #eef0f1;
  padding-bottom: 14px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 900px) {
  .popup__contacts-block {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 9px;
    padding: 0;
    border: 0;
    margin-bottom: 23px;
  }
}
.popup__contacts-block:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 900px) {
  .popup__contacts-left {
    flex: 1;
    width: 10px;
  }
}
.popup__contacts-right {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
@media only screen and (min-width: 900px) {
  .popup__contacts-right {
    flex: none;
    width: 188px;
    margin: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .popup__contacts-right {
    width: 195px;
  }
}
.popup__contacts-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup__contacts-social {
  width: 20px;
  height: 20px;
}
.popup__contacts-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #4b4e51;
  white-space: nowrap;
  transition: 0.3s;
}
@media only screen and (min-width: 900px) {
  .popup__contacts-link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .popup__contacts-link {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .popup__contacts-link {
    cursor: pointer;
  }
  .popup__contacts-link:hover {
    text-shadow: 0px 0px 1px #4b4e51;
  }
}
.popup__contacts-link:active {
  text-shadow: 0px 0px 1px #4b4e51;
}
.popup__contacts-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4b4e51;
  transition: 0.3s;
}
@media only screen and (min-width: 900px) {
  .popup__contacts-name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .popup__contacts-name {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .popup__contacts-block:hover .popup__contacts-name {
    color: #f60;
    text-shadow: 0px 0px 1px #f60;
  }
}
.popup__contacts-block:active .popup__contacts-name {
  color: #f60;
  text-shadow: 0px 0px 1px #f60;
}
.popup__contacts-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4b4e51;
  opacity: 0.8;
  transition: 0.3s;
  margin-top: 7px;
}
@media only screen and (min-width: 900px) {
  .popup__contacts-text {
    margin-top: 9px;
  }
}
@media (hover: hover) {
  .popup__contacts-block:hover .popup__contacts-text {
    text-shadow: 0px 0px 1px #4b4e51;
    opacity: 1;
  }
}
.popup__contacts-block:active .popup__contacts-text {
  text-shadow: 0px 0px 1px #4b4e51;
  opacity: 1;
}
.popup__requisites {
  margin-top: 28px;
}
@media only screen and (min-width: 900px) {
  .popup__requisites {
    margin-top: 31px;
  }
}
.popup__requisites-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__requisites-content {
  margin-top: 9px;
}
.popup__contacts-2 {
  margin-top: 30px;
}
.popup__contacts-2-block {
  border-bottom: 1px solid #eef0f1;
  padding-bottom: 17px;
  margin-bottom: 21px;
}
@media only screen and (min-width: 900px) {
  .popup__contacts-2-block {
    padding-bottom: 21px;
    margin-bottom: 22px;
  }
}
.popup__contacts-2-block:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.popup__contacts-2-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 43px;
}
@media only screen and (min-width: 900px) {
  .popup__contacts-2-links {
    gap: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .popup__contacts-2-link {
    flex: 1;
  }
}
.popup__command {
  margin-top: 51px;
  border-radius: 14px;
  width: 100%;
  aspect-ratio: 1.23;
  position: relative;
  display: block;
  overflow: hidden;
}
.popup__command-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup__command-text {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: linear-gradient(180deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
  justify-content: center;
  padding: 20px 20px;
  transition: 0.3s;
  fill: #fff;
  stroke: #fff;
}
@media (hover: hover) {
  .popup__command:hover .popup__command-text {
    color: #f60;
    fill: #f60;
    stroke: #f60;
  }
}
@media only screen and (min-width: 900px) {
  .popup__command-text {
    font-size: 13px;
    gap: 10px;
  }
}
.popup__command-icon {
  flex: none;
  width: 12px;
  height: 14px;
}
@media only screen and (min-width: 900px) {
  .popup__command-icon {
    width: 16px;
    height: 16px;
  }
}
.popup__block {
  margin-top: 20px;
}
@media only screen and (min-width: 1180px) {
  .popup__block {
    margin-top: 30px;
  }
}
.popup__block-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup__block-top-left {
  display: flex;
  align-items: center;
}
.popup__block-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.popup__block-content {
  margin-top: 10px;
}
.popup__block-sbp {
  width: 40px;
  height: 23px;
  flex: none;
  margin-left: 10px;
}
.popup__block-payment {
  display: flex;
  font-size: 0;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
@media only screen and (min-width: 600px) {
  .popup__block-payment {
    margin-left: 0;
  }
}
.popup__block-payment-logo {
  height: 10px;
  width: auto;
}
.popup__block-banks {
  display: flex;
  justify-content: flex-end;
  font-size: 0;
  align-items: center;
  margin-left: auto;
}
@media only screen and (min-width: 600px) {
  .popup__block-banks {
    gap: 13px;
    margin-left: auto;
  }
}
.popup__block-bank {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: -6px;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .popup__block-bank {
    margin: 0;
  }
}
.popup__block-bank:nth-child(1) {
  z-index: 10;
}
.popup__block-bank:nth-child(2) {
  z-index: 9;
}
.popup__block-bank:nth-child(3) {
  z-index: 8;
}
.popup__block-bank:nth-child(4) {
  z-index: 7;
}
.popup__block-bank:nth-child(5) {
  z-index: 6;
}
.popup__block-bank:nth-child(6) {
  z-index: 5;
}
.popup__block-bank:nth-child(7) {
  z-index: 4;
}
.popup__block-bank:nth-child(8) {
  z-index: 3;
}
.popup__block-bank:nth-child(9) {
  z-index: 2;
}
.popup__block-bank:nth-child(10) {
  z-index: 1;
}
.popup__block-top-right {
  margin-left: auto;
}
.popup__video {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
}
.popup__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #19191b;
  opacity: 0.3;
}
.popup__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.popup__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.popup__switcher {
  margin-top: 20px;
  display: flex;
  gap: 6px;
}
@media only screen and (min-width: 600px) {
  .popup__switcher {
    margin: 0;
    margin-top: 31px;
    gap: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .popup__switcher {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1440px) {
  .popup__switcher {
    margin-top: 29px;
  }
}
.popup__switcher-el {
  flex: 1;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
.popup__progress-bars {
  margin-top: 21px;
}
@media only screen and (min-width: 600px) {
  .popup__progress-bars {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .popup__progress-bars {
    margin-top: 31px;
  }
}
.popup__banks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.popup__banks-bank {
  width: 25px;
  height: 25px;
  display: block;
}
.popup__form-3 {
  margin-top: 20px;
}
@media only screen and (min-width: 600px) {
  .popup__form-3 {
    margin-top: 30px;
  }
}
.popup__center {
  text-align: center;
}
.popup__block-2 {
  margin-top: 20px;
}
.popup__buttons {
  display: flex;
  gap: 14px;
  margin-top: 14px;
}
.popup__buttons-el {
  flex: 1;
  width: 10px;
  font-size: 12px;
  height: 44px;
}
.popup__input {
  margin-top: 14px;
}
.popup__checkbox {
  margin-top: 14px;
}
.popup__button {
  margin-top: 14px;
  font-size: 12px;
}
.popup__form-4 {
  margin-top: 21px;
}
.cabinet-lk__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #4b4e51;
  margin-bottom: 16px;
}
.cabinet-lk__link {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4b4e51;
  margin-top: 13px;
  transition: 0.3s;
}
@media only screen and (min-width: 1180px) {
  .cabinet-lk__link {
    font-size: 14px;
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1440px) {
  .cabinet-lk__link {
    font-size: 15px;
    margin-top: 21px;
    line-height: 1.1;
  }
}
@media (hover: hover) {
  .cabinet-lk__link {
    cursor: pointer;
  }
  .cabinet-lk__link:hover {
    color: #f60;
  }
}
.cabinet-lk__link:first-child {
  margin-top: 0;
}
.cabinet-lk__link_active {
  color: #f60;
}
@media only screen and (min-width: 1180px) {
  .cabinet-lk__link_m {
    margin-top: 15px;
  }
}
.cabinet-lk__block {
  border-bottom: 1px solid #eef0f1;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1180px) {
  .cabinet-lk__block {
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .cabinet-lk__block {
    padding-bottom: 21px;
    margin-bottom: 20px;
  }
}
.cabinet-lk__block:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
@media only screen and (min-width: 1180px) {
  .cabinet-lk__block_2 {
    padding-bottom: 9px;
    margin-bottom: 17px;
  }
}
.cabinet-lk__link_line {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.modal-lk {
  position: absolute;
  top: 87px;
  right: 75px;
  z-index: 100;
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 30px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 14px;
  width: 303px;
  padding: 30px 26px;
  display: none;
}
.modal-lk__block {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 16px;
  border-bottom: 1px solid #eef0f1;
  padding-bottom: 14px;
}
.modal-lk__block:first-child {
  margin-top: 0;
}
.modal-lk__block-icon {
  width: 18px;
  height: 18px;
  flex: none;
  stroke: #f60;
  fill: #f60;
}
.modal-lk__block-icon_center {
  align-self: center;
}
.modal-lk__block-body {
  flex: 1;
  width: 10px;
}
.modal-lk__block-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #4b4e51;
}
.modal-lk__block-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #818486;
  margin-top: 4px;
}
.modal-lk__block-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4b4e51;
  line-height: 1.2;
}
.modal-lk__block-name-gray {
  color: #818486;
}
.modal-lk__cabinet {
  margin-top: 18px;
}
.popup-lk {
  padding: 21px 20px;
  max-width: 440px;
}
@media only screen and (min-width: 900px) {
  .popup-lk {
    padding: 41px 61px;
  }
}
.popup-lk__title {
  font-size: 20px;
}
.popup-lk__content {
  margin-top: 3px;
}
.popup-lk__block {
  border-bottom: 1px solid #eef0f1;
  display: flex;
  align-items: center;
  padding: 14px 0;
  gap: 6px;
}
.popup-lk__block-icon {
  width: 18px;
  height: 18px;
  stroke: #f60;
  fill: #f60;
}
.popup-lk__block-text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #4b4e51;
  font-weight: 400;
}
.popup-lk__block-text_medium {
  font-weight: 500;
}
.popup-lk__cabinet {
  margin-top: 12px;
}
.popup-lk__catalog {
  margin-top: 21px;
}
.popup-lk__catalog-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #4b4e51;
}
.popup-lk__catalog-search {
  margin-top: 15px;
}
.popup-lk__catalog-links {
  margin-top: 15px;
}
.popup-lk__catalog-link {
  margin-top: 10px;
}
.popup-lk__catalog-link:first-child {
  margin-top: 0;
}
.page {
  font-family: "Montserrat", sans-serif;
  color: #4b4e51;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.page_white {
  background: #fff;
}
.page_overflow {
  overflow: visible;
}
.page_padding-top {
  padding-top: 62px;
}
@media only screen and (min-width: 768px) {
  .page_padding-top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 900px) {
  .page_padding-top {
    padding-top: 63px;
  }
}
@media only screen and (min-width: 991px) {
  .page_padding-top {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 1180px) {
  .page_padding-top {
    padding-top: 86px;
  }
}
@media only screen and (min-width: 1440px) {
  .page_padding-top {
    padding-top: 102px;
  }
}
.section_overflow {
  overflow: hidden;
}
.section__wrap {
  padding-top: 4px;
  padding-bottom: 40px;
}
.section__wrap_2 {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 900px) {
  .section__wrap_2 {
    padding-top: 71px;
    padding-bottom: 102px;
  }
}
@media only screen and (min-width: 1180px) {
  .section__wrap_2 {
    padding-top: 80px;
    padding-bottom: 142px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__wrap_2 {
    padding-top: 90px;
    padding-bottom: 159px;
  }
}
.section__padding {
  padding: 0 16px;
}
@media only screen and (min-width: 900px) {
  .section__padding {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .section__padding {
    padding: 0 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__padding {
    padding: 0 28px;
  }
}
.section__flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section__flex {
    flex-direction: row;
    gap: 20px;
  }
}
.section__left {
  display: contents;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section__left {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 210px;
  }
}
@media only screen and (min-width: 900px) {
  .section__left {
    width: 214px;
  }
}
@media only screen and (min-width: 1180px) {
  .section__left {
    width: 279px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__left {
    width: 430px;
  }
}
.section__title {
  order: 1;
}
@media only screen and (min-width: 900px) {
  .section__title {
    padding-right: 0;
  }
}
.section__title-br {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .section__title-br {
    display: block;
  }
}
.section__slider {
  order: 2;
  margin: 0;
  margin-top: 29px;
  overflow: visible;
  will-change: transform;
  backface-visibility: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__slider {
    flex: 1;
    width: 100px;
    margin-top: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .section__slider::before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 100%;
    margin-right: 5px;
    width: 100vw;
    background: #f5f5f5;
    z-index: 2;
    filter: blur(5px);
  }
}
.section__slider-wrapper {
  will-change: transform;
  backface-visibility: hidden;
}
.section__slider_white::before {
  background: #fff;
}
.section__slider-slide {
  width: 155px;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .section__slider-slide {
    width: 208px;
  }
}
@media only screen and (min-width: 1180px) {
  .section__slider-slide {
    width: 280px;
  }
}
.section__nav {
  order: 3;
  margin-top: 31px;
}
@media only screen and (min-width: 768px) {
  .section__nav {
    margin-top: auto;
  }
}
.top-header-overlay {
  display: none;
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
.top-header-overlay_show {
  opacity: 0.3;
}
.top-header__burger,
.top-header__search-close,
.top-header__lk {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.top-header__burger:focus,
.top-header__search-close:focus,
.top-header__lk:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .top-header__burger,
  .top-header__search-close,
  .top-header__lk {
    cursor: pointer;
  }
}
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  height: 62px;
}
.top-header_white {
  background: #fff;
}
.top-header_fixed {
  background: #fff;
}
.top-header_search {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .top-header {
    height: 70px;
  }
}
@media only screen and (min-width: 900px) {
  .top-header {
    height: 63px;
  }
}
@media only screen and (min-width: 991px) {
  .top-header {
    height: 65px;
  }
}
@media only screen and (min-width: 1180px) {
  .top-header {
    height: 86px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header {
    height: 102px;
  }
}
.top-header__wrap {
  padding: 18px 0;
}
@media only screen and (min-width: 768px) {
  .top-header__wrap {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 900px) {
  .top-header__wrap {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 1180px) {
  .top-header__wrap {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__wrap {
    padding: 31px 0;
  }
}
.top-header__content {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 600px) {
  .top-header__content {
    justify-content: space-between;
    gap: 0;
  }
}
@media only screen and (min-width: 900px) {
  .top-header__content {
    justify-content: flex-start;
  }
}
.top-header__content_open-search {
  gap: 10px;
}
@media only screen and (min-width: 900px) {
  .top-header__content_open-search {
    gap: 0;
  }
}
.top-header__burger {
  font-size: 0;
  user-select: none;
}
.top-header__burger-svg {
  width: 20px;
  height: 16px;
  fill: #63666a;
  stroke: #63666a;
  transition: 0.1s;
}
@media (hover: hover) {
  .top-header__burger:hover .top-header__burger-svg {
    fill: #f60;
    stroke: #f60;
  }
}
.top-header__logo {
  font-size: 0;
  display: block;
  flex: 1;
  width: 10px;
}
.top-header__logo_hide {
  display: none;
}
@media only screen and (min-width: 600px) {
  .top-header__logo {
    width: auto;
    flex: none;
  }
}
@media only screen and (min-width: 768px) {
  .top-header__logo {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 991px) {
  .top-header__logo {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__logo {
    margin-right: 38px;
  }
}
.top-header__logo_open-search {
  display: none;
}
@media only screen and (min-width: 900px) {
  .top-header__logo_open-search {
    display: block;
  }
}
.top-header__logo-img {
  display: block;
  height: 26px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .top-header__logo-img {
    width: 170px;
  }
}
@media only screen and (min-width: 900px) {
  .top-header__logo-img {
    width: 153px;
    height: 23px;
  }
}
@media only screen and (min-width: 991px) {
  .top-header__logo-img {
    width: 186px;
    height: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__logo-img {
    width: 256px;
    height: 38px;
  }
}
.top-header__logo-path {
  transition: 0.3s;
}
@media (hover: hover) {
  .top-header__logo:hover .top-header__logo-path {
    fill: #f60;
  }
}
.top-header__search-button {
  font-size: 0;
  width: 20px;
  height: 20px;
  fill: #63666a;
  transition: 0.3s;
}
.top-header__search-button:active {
  fill: #f60;
}
@media only screen and (min-width: 768px) {
  .top-header__search-button {
    display: none;
  }
}
.top-header__search {
  flex: 1;
  width: 100px;
  display: none;
  margin-right: 0px;
}
@media only screen and (min-width: 600px) {
  .top-header__search {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .top-header__search {
    display: flex;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__search {
    margin-right: 30px;
  }
}
.top-header__search_open-search {
  display: flex;
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .top-header__search_open-search {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__search_open-search {
    margin-right: 30px;
  }
}
.top-header__search-actions {
  display: none;
}
.top-header__search-actions_open-search {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media only screen and (min-width: 900px) {
  .top-header__search-actions_open-search {
    display: none;
  }
}
.top-header__search-close {
  flex: none;
  font-size: 0;
  stroke: #b1b4b9;
  fill: #b1b4b9;
  transition: 0.3s;
  width: 12px;
  height: 12px;
}
.top-header__buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 21px;
  display: none;
}
@media only screen and (min-width: 900px) {
  .top-header__buttons {
    display: flex;
  }
}
@media only screen and (min-width: 1180px) {
  .top-header__buttons {
    gap: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__buttons {
    gap: 30px;
  }
}
.top-header__lk {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 153px;
}
@media only screen and (min-width: 1180px) {
  .top-header__lk {
    gap: 12px;
    width: 163px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__lk {
    gap: 14px;
    width: 173px;
  }
}
.top-header__lk-body {
  flex: 1;
  width: 10px;
}
.top-header__lk-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #4b4e51;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1180px) {
  .top-header__lk-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__lk-title {
    font-size: 15px;
  }
}
.top-header__lk-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #818486;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1180px) {
  .top-header__lk-text {
    font-size: 12px;
  }
}
.top-header__lk-icon {
  box-shadow: 0 4px 15px 0 rgba(25, 25, 27, 0.1);
  background: #fff;
  border-radius: 12px;
  width: 38px;
  height: 38px;
  padding: 9px;
  stroke: #4b4e51;
  fill: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .top-header__lk:hover .top-header__lk-icon {
    stroke: #f60;
    fill: #f60;
  }
}
.top-header__contacts {
  display: flex;
  align-items: center;
  margin-right: 32px;
  gap: 6px;
  display: none;
}
@media only screen and (min-width: 600px) {
  .top-header__contacts {
    display: flex;
  }
}
@media only screen and (min-width: 1180px) {
  .top-header__contacts {
    margin-right: 30px;
    gap: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__contacts {
    margin-right: 28px;
  }
}
.top-header__contacts_open-search {
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .top-header__contacts_open-search {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1180px) {
  .top-header__contacts_open-search {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__contacts_open-search {
    margin-right: 28px;
  }
}
@media only screen and (min-width: 600px) {
  .top-header__contacts_filter {
    margin-left: 30px;
  }
}
.top-header__socials {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (min-width: 1180px) {
  .top-header__socials {
    gap: 10px;
  }
}
.top-header__socials-el {
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
@media (hover: hover) {
  .top-header__socials-el {
    cursor: pointer;
  }
  .top-header__socials-el:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1180px) {
  .top-header__socials-el {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__socials-el {
    width: 24px;
    height: 24px;
  }
}
.top-header__contact {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .top-header__contact {
    cursor: pointer;
  }
  .top-header__contact:hover {
    color: #19191b;
    text-shadow: 0px 0px 1px #4b4e51;
  }
}
@media only screen and (min-width: 1180px) {
  .top-header__contact {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__contact {
    font-size: 18px;
  }
}
.top-header__left {
  width: 20%;
  flex: none;
}
@media only screen and (min-width: 600px) {
  .top-header__left {
    margin-right: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .top-header__left {
    margin-right: 13px;
  }
}
@media only screen and (min-width: 991px) {
  .top-header__left {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__left {
    margin-right: 30px;
  }
}
.top-header__left_open-search {
  display: none;
}
@media only screen and (min-width: 900px) {
  .top-header__left_open-search {
    display: block;
  }
}
.top-header__left_filter {
  width: auto;
}
.top-header__right {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}
@media only screen and (min-width: 600px) {
  .top-header__right {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .top-header__right {
    display: none;
  }
}
.top-header__right_open-search {
  display: none;
}
.top-header__right_filter {
  width: auto;
}
.top-header__phone {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
  stroke: #63666a;
  transition: 0.3s;
}
.top-header__phone_hide {
  display: none;
}
@media only screen and (min-width: 600px) {
  .top-header__phone {
    display: none;
  }
}
.top-header__phone:active {
  stroke: #f60;
}
.top-header__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 29px;
  display: none;
}
.top-header__filter_show {
  display: flex;
}
.top-header__filter_open-search {
  display: none;
}
.top-header__search-popup {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow-y: auto;
  display: none;
  top: 62px;
  height: calc(100% - 62px);
  opacity: 0;
  transform: translateY(-10%);
  transition: 0.3s;
  will-change: transform;
}
@media only screen and (min-width: 768px) {
  .top-header__search-popup {
    top: 70px;
    height: auto;
    max-height: calc(100% - 70px);
  }
}
@media only screen and (min-width: 900px) {
  .top-header__search-popup {
    top: 63px;
    max-height: calc(100% - 63px);
  }
}
@media only screen and (min-width: 991px) {
  .top-header__search-popup {
    top: 65px;
    max-height: calc(100% - 65px);
  }
}
@media only screen and (min-width: 1180px) {
  .top-header__search-popup {
    top: 86px;
    max-height: calc(100% - 86px);
  }
}
@media only screen and (min-width: 1440px) {
  .top-header__search-popup {
    top: 102px;
    max-height: calc(100% - 102px);
  }
}
.top-header__search-popup_show {
  opacity: 1;
  transform: translateY(0%);
}
.top-header__overlay {
  position: fixed;
  z-index: 50;
}
.footer__links-link,
.footer__slider-magnifier {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.footer__links-link:focus,
.footer__slider-magnifier:focus {
  outline-color: rgba(0, 0, 0, 0);
}
.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .footer {
    overflow: visible;
  }
}
.footer__wrap {
  padding-top: 30px;
  padding-bottom: 84px;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .footer__wrap {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__wrap {
    padding-top: 63px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__wrap {
    padding-top: 87px;
  }
}
.footer__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 6px;
  background: #cdcfcf;
}
.footer__content {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .footer__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    gap: 30px 0;
  }
}
@media only screen and (min-width: 900px) {
  .footer__content {
    margin: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer__col {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 900px) {
  .footer__col {
    padding: 0;
  }
}
.footer__col_1 {
  padding-right: 46px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .footer__col_1 {
    padding-right: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 900px) {
  .footer__col_1 {
    flex-direction: column-reverse;
    width: 42.4%;
  }
}
@media only screen and (min-width: 991px) {
  .footer__col_1 {
    width: 28%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__col_1 {
    width: 31%;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__col_1 {
    width: 29%;
    margin-right: 5%;
  }
}
.footer__col_2 {
  margin-top: 29px;
  padding-right: 46px;
}
@media only screen and (min-width: 600px) {
  .footer__col_2 {
    padding-right: 0;
    margin-top: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .footer__col_2 {
    flex: 1;
    width: 20px;
    display: block;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 991px) {
  .footer__col_2 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__col_2 {
    justify-content: space-between;
    gap: 11%;
    margin-right: 3%;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__col_2 {
    justify-content: center;
    gap: 5%;
    margin-right: 3%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1850px) {
  .footer__col_2 {
    gap: 20%;
  }
}
.footer__col_3 {
  margin-top: 18px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .footer__col_3 {
    margin-top: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .footer__col_3 {
    width: 296px;
    flex: none;
    padding: 0;
    padding-right: 21px;
    margin-top: -49px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__col_3 {
    width: 351px;
    padding-right: 31px;
    margin-top: -102px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__col_3 {
    width: 30%;
    padding-right: 35px;
    margin-top: -146px;
  }
}
.footer__socials {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  height: 100%;
  max-height: 271px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .footer__socials {
    padding: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer__socials {
    justify-content: flex-start;
    gap: 20px;
    margin: 0;
    position: relative;
    max-height: none;
    flex-direction: row;
    align-items: flex-start;
    height: auto;
  }
}
@media only screen and (min-width: 900px) {
  .footer__socials {
    margin-top: auto;
    max-width: 100%;
    margin-bottom: 7px;
    gap: 17px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__socials {
    padding: 0;
    gap: 20px;
    margin-bottom: 19px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  flex-wrap: wrap;
  max-height: 116px;
  gap: 10px 28px;
}
@media screen and (max-width: 600px) {
  .footer__links {
    padding: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer__links {
    max-width: 300px;
    margin: 0;
  }
}
@media only screen and (min-width: 900px) {
  .footer__links {
    gap: 11px 60px;
  }
}
@media only screen and (min-width: 991px) {
  .footer__links {
    gap: 11px 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__links {
    padding: 0;
    max-height: 131px;
    gap: 11px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__links {
    max-height: 140px;
    gap: 10px 14%;
    max-width: none;
  }
}
@media only screen and (min-width: 1850px) {
  .footer__links {
    gap: 10px 21%;
  }
}
.footer__links-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  color: #4b4e51;
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .footer__links-link {
    cursor: pointer;
  }
  .footer__links-link:hover {
    color: #f60;
  }
}
.footer__links-link:active {
  color: #f60;
}
@media only screen and (min-width: 1180px) {
  .footer__links-link {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__links-link {
    font-size: 16px;
  }
}
.footer__stores {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .footer__stores {
    gap: 10px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 900px) {
  .footer__stores {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .footer__stores {
    width: 156px;
    flex: none;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__stores {
    width: 180px;
  }
}
.footer__stores-button {
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
  flex: none;
}
@media only screen and (min-width: 600px) {
  .footer__stores-button {
    width: 140px;
  }
}
@media only screen and (min-width: 900px) {
  .footer__stores-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 991px) {
  .footer__stores-button {
    width: 100%;
  }
}
.footer__stores-marketplaces {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
@media only screen and (min-width: 600px) {
  .footer__stores-marketplaces {
    gap: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .footer__stores-marketplaces {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 991px) {
  .footer__stores-marketplaces {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.footer__contacts {
  margin-top: 30px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer__contacts {
    padding: 0;
  }
}
@media only screen and (min-width: 600px) {
  .footer__contacts {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .footer__contacts {
    padding: 0;
    margin-top: 21px;
  }
}
@media only screen and (min-width: 991px) {
  .footer__contacts {
    margin-top: 0;
  }
}
.footer__contacts-links {
  display: flex;
  align-items: center;
  gap: 31px;
}
@media only screen and (min-width: 900px) {
  .footer__contacts-links {
    gap: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__contacts-links {
    gap: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-links {
    gap: 40px;
  }
}
.footer__contacts-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #4b4e51;
  transition: 0.3s;
}
@media only screen and (min-width: 1180px) {
  .footer__contacts-link {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .footer__contacts-link {
    cursor: pointer;
  }
  .footer__contacts-link:hover {
    color: #f60;
  }
}
.footer__contacts-link:active {
  color: #f60;
}
.footer__contacts-link_active {
  color: #f60;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__contacts-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 16px;
  max-width: 300px;
}
@media only screen and (min-width: 900px) {
  .footer__contacts-info {
    display: block;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__contacts-info {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-info {
    margin-top: 30px;
  }
}
.footer__contacts-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  color: #4b4e51;
  flex: 1;
  width: 10px;
}
@media only screen and (min-width: 900px) {
  .footer__contacts-text {
    width: 100%;
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__contacts-text {
    font-size: 12px;
    margin-top: 31px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-text {
    font-size: 15px;
    max-width: 286px;
  }
}
.footer__contacts-text:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1440px) {
  .footer__contacts-text-br {
    display: none;
  }
}
.footer__slider {
  border-radius: 20px;
}
.footer__slider-nav {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}
.footer__slider-slide {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 300px;
}
@media only screen and (min-width: 900px) {
  .footer__slider-slide {
    height: 306px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__slider-slide {
    height: 356px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__slider-slide {
    height: 400px;
  }
}
.footer__slider-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #19191b;
  opacity: 0.3;
}
.footer__slider-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
}
.footer__slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer__slider-magnifier {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  box-shadow: inset 0 0 30px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
  border-radius: 12px;
  width: 34px;
  height: 34px;
  fill: #fff;
  padding: 9px;
  transition: 0.3s;
}
.footer__slider-magnifier::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 20px 0 rgba(255, 124, 36, 0.6);
  background: #fb9031;
  transition: 0.3s;
  opacity: 0;
  border-radius: 12px;
}
@media only screen and (min-width: 1440px) {
  .footer__slider-magnifier::before {
    border-radius: 14px;
  }
}
@media (hover: hover) {
  .footer__slider-magnifier {
    cursor: pointer;
  }
  .footer__slider-magnifier:hover {
    background: hsla(0, 0%, 100%, 0.03);
    box-shadow: inset 0 0 30px 0 hsla(0, 0%, 100%, 0.6),
      inset 0 0 2px 0 hsla(0, 0%, 100%, 0.6), 0 4px 20px 0 rgba(25, 25, 27, 0.1);
  }
  .footer__slider-magnifier:hover::before {
    opacity: 1;
  }
}
.footer__slider-magnifier:active::before {
  box-shadow: none;
}
@media only screen and (min-width: 900px) {
  .footer__slider-magnifier {
    backdrop-filter: blur(8px);
  }
}
@media only screen and (min-width: 1180px) {
  .footer__slider-magnifier {
    border-radius: 14px;
    width: 40px;
    height: 40px;
    padding: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__slider-magnifier {
    width: 44px;
    height: 44px;
    padding: 13px;
  }
}
.footer__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: #4b4e51;
  position: absolute;
  bottom: 0;
  opacity: 0.4;
  z-index: 10;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  rotate: 180deg;
  right: -16px;
  display: flex;
}
@media only screen and (min-width: 600px) {
  .footer__text {
    right: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__text {
    font-size: 12px;
  }
}
.footer__text-dec {
  display: inline-block;
  margin: 2px 0;
}
.footer__text-copy {
  rotate: 90deg;
}
