

/* Start:/local/templates/rosal_v2/css/vendor.min.css?173764674651882*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel *,
.carousel :after,
.carousel :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  /* stroke: currentColor; */
  /* stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel; */
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
  stroke: white;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0)
    env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
#modal-age .carousel__button::before{
  content: "";
  width: 120px;
  height: 30px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin-top: 120px;
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: 0;
}

#modal-age .contentElement{
  position: absolute;
  width: 120px;
  height: 30px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin-top: 120px;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff,
    0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff,
    0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .is-close {
  position: absolute;
  top: -40px;
  right: 0;
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.black_blur{
  position: fixed;
  z-index: -1;
  opacity: 0;
  background-color: rgba(24, 24, 27, 0.92);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.black_blur_vis{
  z-index: 21;
  opacity: 1;
  transition: all .3s;
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"]
  .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}
@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit="contain"] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit="cover"] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0deg, 0%, 0%, 0)),
    color-stop(8.1%, hsla(0deg, 0%, 0%, 0.006)),
    color-stop(15.5%, hsla(0deg, 0%, 0%, 0.021)),
    color-stop(22.5%, hsla(0deg, 0%, 0%, 0.046)),
    color-stop(29%, hsla(0deg, 0%, 0%, 0.077)),
    color-stop(35.3%, hsla(0deg, 0%, 0%, 0.114)),
    color-stop(41.2%, hsla(0deg, 0%, 0%, 0.155)),
    color-stop(47.1%, hsla(0deg, 0%, 0%, 0.198)),
    color-stop(52.9%, hsla(0deg, 0%, 0%, 0.242)),
    color-stop(58.8%, hsla(0deg, 0%, 0%, 0.285)),
    color-stop(64.7%, hsla(0deg, 0%, 0%, 0.326)),
    color-stop(71%, hsla(0deg, 0%, 0%, 0.363)),
    color-stop(77.5%, hsla(0deg, 0%, 0%, 0.394)),
    color-stop(84.5%, hsla(0deg, 0%, 0%, 0.419)),
    color-stop(91.9%, hsla(0deg, 0%, 0%, 0.434)),
    to(hsla(0deg, 0%, 0%, 0.44))
  );
  background: linear-gradient(
    to top,
    hsla(0deg, 0%, 0%, 0) 0,
    hsla(0deg, 0%, 0%, 0.006) 8.1%,
    hsla(0deg, 0%, 0%, 0.021) 15.5%,
    hsla(0deg, 0%, 0%, 0.046) 22.5%,
    hsla(0deg, 0%, 0%, 0.077) 29%,
    hsla(0deg, 0%, 0%, 0.114) 35.3%,
    hsla(0deg, 0%, 0%, 0.155) 41.2%,
    hsla(0deg, 0%, 0%, 0.198) 47.1%,
    hsla(0deg, 0%, 0%, 0.242) 52.9%,
    hsla(0deg, 0%, 0%, 0.285) 58.8%,
    hsla(0deg, 0%, 0%, 0.326) 64.7%,
    hsla(0deg, 0%, 0%, 0.363) 71%,
    hsla(0deg, 0%, 0%, 0.394) 77.5%,
    hsla(0deg, 0%, 0%, 0.419) 84.5%,
    hsla(0deg, 0%, 0%, 0.434) 91.9%,
    hsla(0deg, 0%, 0%, 0.44) 100%
  );
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.4)
  );
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
  .card-data__city-accordance {
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}
.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:nth-child(1) {
  display: none;
}
.fancybox__container:-ms-fullscreen
  .fancybox__button--fullscreen
  g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}
.fancybox__container:-ms-fullscreen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100% !important;
  display: flex;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); */
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .swiper {
    height: auto;
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/rosal_v2/css/main.min.css?1750077364263202*/
@font-face {
    font-family: "Geologica Light";
    src: url(/local/templates/rosal_v2/css/../fonts/Geologica-Light.woff2) format("woff2"),
    url(/local/templates/rosal_v2/css/../fonts/Geologica-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geologica Regular";
    src: url(/local/templates/rosal_v2/css/../fonts/Geologica-Regular.woff2) format("woff2"),
    url(/local/templates/rosal_v2/css/../fonts/Geologica-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Museo Cyrl 500";
    src: url(/local/templates/rosal_v2/css/../fonts/MuseoCyrl-500.woff2) format("woff2"),
    url(/local/templates/rosal_v2/css/../fonts/MuseoCyrl-500.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter Bold";
    src: url(/local/templates/rosal_v2/css/../fonts/Inter-Bold.woff2) format("woff2"),
    url(/local/templates/rosal_v2/css/../fonts/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter SemiBold";
    src: url(/local/templates/rosal_v2/css/../fonts/Inter-SemiBold.woff2) format("woff2"),
    url(/local/templates/rosal_v2/css/../fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geologica Medium";
    src: url(/local/templates/rosal_v2/css/../fonts/Geologica-Medium.woff2) format("woff2"),
    url(/local/templates/rosal_v2/css/../fonts/Geologica-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

.icon-search {
    width: 16px;
    height: 16px;
}

.icon-user {
    width: 18px;
    height: 20px;
}

.icon-favorites {
    width: 20px;
    height: 18px;
    transition: fill, stroke, 0.3s;
}

.icon-favorites.icon:hover {
    fill: #e51818;
}

.icon-basket {
    width: 20px;
    height: 18px;
}

.icon-lnk-sale {
    width: 21px;
    height: 21px;
}

.logo__img img {
    max-width: 140px;
    width: 100%;
    height: auto;
}

.icon-lnk-champagne {
    width: 21px;
    height: 21px;
}

.icon-lnk-wine {
    width: 21px;
    height: 21px;
}

.icon-lnk-beer {
    width: 21px;
    height: 21px;
}

.icon-lnk-cider {
    width: 21px;
    height: 21px;
}

.icon-lnk-strong-alcohol {
    width: 21px;
    height: 21px;
}

.icon-lnk-products {
    width: 21px;
    height: 21px;
}

.icon-lnk-soft-drink {
    width: 21px;
    height: 21px;
}

.icon-lnk-gift-baskets {
    width: 21px;
    height: 21px;
}

.icon-lnk-low-alcohol-drinks {
    width: 21px;
    height: 21px;
}

.icon-lnk-heating-systems {
    width: 21px;
    height: 21px;
}

.icon-lnk-collection {
    width: 21px;
    height: 21px;
}

.icon-lnk-corporate {
    width: 21px;
    height: 21px;
}

.icon-lnk-exclusive {
    width: 21px;
    height: 21px;
}

.icon-place {
    width: 14px;
    height: 20px;
}

.icon-social-vk {
    width: 14px;
    height: 10px;
}

.icon-social-yo {
    width: 14px;
    height: 12px;
}

.icon-social-in {
    width: 14px;
    height: 14px;
}

.icon-product-compare {
    width: 24px;
    height: 24px;
}

.icon-product-favorite {
    width: 24px;
    height: 24px;
}

.icon-product-star {
    width: 20px;
    height: 20px;
}

.icon-product-buy {
    width: 20px;
    height: 18px;
}

.icon-burg-menu {
    width: 24px;
    height: 18px;
}

.icon-load {
    width: 16px;
    height: 16px;
}

.icon-achievement-range {
    width: 24px;
    height: 24px;
}

.icon-achievement-business-processes {
    width: 24px;
    height: 24px;
}

.icon-achievement-social-guarantees {
    width: 24px;
    height: 24px;
}

.icon-achievement-friendly-atmosphere {
    width: 24px;
    height: 24px;
}

.icon-readmore {
    width: 17px;
    height: 10px;
}

.icon-form-check {
    width: 20px;
    height: 20px;
}

.icon-form-file {
    width: 14px;
    height: 18px;
}

.icon-slider-prev {
    width: 24px;
    height: 24px;
}

.icon-slider-next {
    width: 24px;
    height: 24px;
}

.icon-form-edit {
    width: 16px;
    height: 17px;
}

.icon-arrow-change {
    width: 16px;
    height: 16px;
}

.icon-menu-open {
    width: 20px;
    height: 14px;
}

.icon-menu-close {
    width: 20px;
    height: 20px;
}

.icon-select {
    width: 16px;
    height: 17px;
}

.icon-close-search {
    width: 16px;
    height: 16px;
}

.icon-arrow-button {
    width: 17px;
    height: 11px;
}

.icon-selected-stores {
    width: 16px;
    height: 17px;
}

.icon-help {
    width: 10px;
    height: 10px;
}

.icon-rating-star {
    width: 16px;
    height: 16px;
}

.icon-category-filter-change {
    width: 16px;
    height: 16px;
}

.icon-reset {
    width: 11.4px;
    height: 11.4px;
}

.icon-card-rating-star--full {
    width: 20px;
    height: 20px;
}

.icon-card-rating-star--half {
    width: 20px;
    height: 20px;
}

.icon-slider-arrow-prev {
    width: 16px;
    height: 16px;
}

.icon-slider-arrow-next {
    width: 16px;
    height: 16px;
}

.icon-basked-card-favorite {
    width: 16px;
    height: 16px;
}

.icon-basket-delivery-picup {
    width: 18px;
    height: 18px;
}

.icon-basket-delivery-moscow {
    width: 18px;
    height: 18px;
}

.icon-basket-delivery-post {
    width: 18px;
    height: 18px;
}

.icon-menu-back {
    width: 16px;
    height: 17px;
}

.icon-menu-next {
    width: 16px;
    height: 17px;
}

.icon-filter {
    width: 16px;
    height: 16px;
}

.icon-close-panel {
    width: 16px;
    height: 16px;
}

.icon-shops-selected {
    width: 12px;
    height: 17px;
    background-color: transparent;
}

.icon-reviews-plus {
    width: 16px;
    height: 17px;
}

.icon-reviews-minus {
    width: 16px;
    height: 17px;
}

.icon-reviews-comment {
    width: 16px;
    height: 17px;
}

.icon-reviews-star {
    width: 20px;
    height: 21px;
}

.icon-reviews-star--full {
    width: 20px;
    height: 21px;
}

.icon-reviews-star-big--full {
    width: 30px;
    height: 30px;
}

.icon-basket-del {
    width: 24px;
    height: 24px;
}

.icon-minus {
    width: 16px;
    height: 16px;
}

.icon-plus {
    width: 16px;
    height: 16px;
}

.icon-arrow-next {
    width: 17px;
    height: 11px;
}

.icon-dewelopment {
    width: 52px;
    height: 12px;
}

@media only screen and (max-width: 767px) {
    .icon-reviews-star-big--full {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .icon-product-star {
        width: 18px;
        height: 18px;
    }

    .icon-product-buy {
        width: 16px;
        height: 14px;
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: "Geologica Light", Helvetica, sans-serif;
    font-size: 15px;
    color: #212226;
    line-height: 1.3;
    /* background: #fff; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
}

p {
    margin: 0;
    position: sticky;
}

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

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

img {
    max-width: 100%;
    vertical-align: top;
    margin: auto;
}

input,
select,
textarea {
    outline: 0;
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    -webkit-box-shadow: none;
    box-shadow: none;
}

[type="textarea"],
textarea {
    resize: none;
}

label {
    margin: 0;
    display: block;
}

iframe {
    max-width: 100%;
}

a[href^="mailto"],
a[href^="tel"] {
    white-space: nowrap;
}

::-moz-selection {
    background-color: #f1c40f;
    color: #fff;
}

::selection {
    background-color: #f1c40f;
}

input::placeholder,
textarea::placeholder {
    color: #898a8c;
    font-size: 15px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #898a8c;
    font-size: 15px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #898a8c;
    font-size: 15px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #898a8c;
    font-size: 15px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #898a8c;
    font-size: 15px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.__error::placeholder {
    color: #f00;
}

.__error::-moz-placeholder {
    color: #f00;
}

.__error:-moz-placeholder {
    color: #f00;
}

.__error:-ms-input-placeholder {
    color: #f00;
}

.__error::-webkit-input-placeholder {
    color: #f00;
}

.popup_invis {
    width: 100vw;
    height: 100vh;
    z-index: 4;
    display: none;
    position: fixed;
}

@media only screen and (max-width: 575px) {
    ::-webkit-input-placeholder {
        font-size: 13px;
    }

    ::-moz-placeholder {
        font-size: 13px;
    }

    ::-moz-placeholder {
        font-size: 13px;
    }

    :-ms-input-placeholder {
        font-size: 13px;
    }
}

#home_container {
    max-width: 1800px !important;
}

.container {
    max-width: 1720px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 80px;
    overflow: hidden;
    z-index: 20;
}

#row_container {
    padding-right: 2.1% !important;
}

.section,
section {
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.link-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 18px 48px 20px 52px;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 17px;
    border: 1px solid transparent;
    background-color: #2884e0;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.link-button--middle {
    padding: 16px 47px 18px;
    font-size: 16px;
}

.link-button--frame {
    background-color: transparent;
    border-color: #2884e0;
    color: #2884e0;
}

.link-button:hover {
    background-color: #1e75cb;
}

.link-button--frame:hover {
    color: #fff;
}

.link-button--continue {
    padding: 16px 48px 18px;
    letter-spacing: 0.5px;
}

.link-button--basket {
    padding: 16px 42px 18px 38px;
}

.link-button__icon {
    line-height: 0;
}

.link-button__text {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .link-button {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px 0 15px;
    }

    .link-button--middle {
        font-size: 15px;
    }

    .link-button__text {
        font-size: 14px;
    }

    .link-button--continue {
        padding: 17px 0 14px;
        font-size: 15px;
    }

    .link-button--basket {
        width: auto;
        padding: 18px 10px 16px 10px;
    }
}

#age_false {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #898A8C;
}

.section-header {
    font-family: "Geologica Regular";
    font-size: 24px;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 2.5rem;
}

.section-header--big {
    font-size: 36px;
}

.mobile-app {
    background-color: #EBEFF2;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.mobile-app > .row {
    position: relative;
    padding-top: 2rem;

}
.row {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-7 {
    flex: 0 0 auto;
    width: 50.33333333%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.mobile-app .phone {
    margin-top: 2rem;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.mobile-app h4 {
    font-family: "Geologica Medium", Helvetica, sans-serif;
    font-size: 40px;
    color: #003459;
    margin-bottom: 1.5rem;
}

.mobile-app p {
    font-family: "Geologica Light", Helvetica, sans-serif;
    font-size: 18px;
    color: #939598;
}

.mt-6 {
    margin-top: 3rem;
}

.mobile-app .props img {
    padding: 0;
    margin: 0;
    width: auto;
    height: 100%;
}

.mobile-app .props p {
    padding: 0 2rem;
    margin: 0 0 1.3rem 0;

}

@media only screen and (max-width: 575px) {
    .section-header {
        font-size: 24px;
    }

    .section-header--big {
        font-size: 28px;
        line-height: 1.4;
    }
}

.page-header {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

@media screen and (max-width: 1200px) {
    .thanks-purchase__box {
        max-width: 500px !important;
        gap: 30px !important;
        display: flex !important;
        flex-direction: column;
        justify-content: start !important;
    }
}

@media (max-width: 1280px) {
    .page-header {
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .page-header {
        font-size: 18px;
        line-height: 1.4;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: visible !important;
    max-height: 800px !important;
    height: auto;
}

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

.row--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-head {
    padding: 31px 3.5% 32px 3.5%;
    border-bottom: 1px solid #e8e9eb;
}

.page-head--between-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-head__wrap-between-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-head__breadcrumbs {
    margin-bottom: 16px;
}

.page-head__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-head__articul {
    margin: 21px 0.9% 0 0;
}

@media only screen and (max-width: 1023px) {
    .page-head__box {
        width: 100%;
        margin-top: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .page-head {
        padding: 23px 16px 23px 16px;
    }

    .page-head--between-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px 0;
    }

    .page-head__articul {
        margin: 18px 0 0 0;
    }

    .page-head .select__list {
        right: auto;
        left: 0;
    }

    .page-head .select__list:before {
        left: 45%;
    }

    .page-head__box .select__list {
        right: -4px;
        left: auto;
    }

    .page-head__box .select__list:before {
        left: 80%;
    }
}

.link-add {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.link-add__icon {
    line-height: 1;
}

.link-add__icon .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-add__text {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #212226;
}

.link-add:hover {
    opacity: 0.8;
}

.link-add:hover .link-add__icon .icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.8;
}

@media only screen and (max-width: 575px) {
    .link-add__text {
        font-size: 14px;
    }
}

.body-fixed {
    overflow: hidden;
}

.scroller::-webkit-scrollbar {
    height: 100%;
    width: 2px;
    background-color: #e8e9eb;
    border-radius: 4px;
}

.scroller::-webkit-scrollbar-corner {
    background-color: #e8e9eb;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #212226;
}

.scroller::-webkit-scrollbar-track {
    width: 2px;
    border-radius: 4px;
    background-color: #e8e9eb;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
}

.form--modal {
    gap: 20px 0;
}

.form--lk .form__input {
    color: #212226;
}

.form--lk .form__input--phone[readonly] {
    color: #898a8c;
}

.form--review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px 0;
}

.form--review .form__submit {
    margin-top: 6px;
}

.form__column-data {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px 0;
}

.form--question .form__textarea {
    height: 180px;
}

.form--question .form__submit {
    margin-top: 30px;
}

.form__column-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 0;
}

.form__item {
    position: relative;
    width: 100%;
}

.form__item-head {
    position: absolute;
    left: 20px;
    top: -8px;
    background-color: #fff;
    padding: 0 7px;
    font-size: 13px;
    color: #898a8c;
}

.form__item-head sup {
    color: #e51818;
    top: -2px;
}

.form__item-edit {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.form__item-edit .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form__item-edit:hover .icon {
    opacity: 0.8;
}

.form__input {
    width: 100%;
    height: 63px;
    padding: 0 10px 0 25px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
    font-family: "Geologica Regular";
    color: #898a8c;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form__input:focus {
    border-color: #2884e0;
    color: #212226;
}

.form__input:focus::-webkit-input-placeholder {
    color: #212226;
}

.form__input:focus:-moz-placeholder {
    color: #212226;
}

.form__input:focus::-moz-placeholder {
    color: #212226;
}

.form__input:focus:-ms-input-placeholder {
    color: #212226;
}

.form__item.__error {
    animation: shake 0.5s ease;
}

.form__item.__error .form__item-head {
    color: red;
}

input.__error {
    border-color: red;
}

.form__textarea {
    height: 140px;
    width: 100%;
    padding: 22px 10px 0 25px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
    font-family: "Geologica Regular";
    color: #212226;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.form__textarea.__error {
    border-color: red;
}

.form__textarea--order {
    height: 180px;
}

.form textarea.form__textarea::-webkit-input-placeholder {
    display: block !important;
}

.form textarea.form__textarea::-moz-placeholder {
    display: block !important;
}

.form textarea.form__textarea::-moz-placeholder {
    display: block !important;
}

.form textarea.form__textarea:-ms-input-placeholder {
    display: block !important;
}

.form__input-file {
    position: absolute;
    opacity: 0;
    display: block;
    cursor: pointer;
    z-index: -1;
}

.form__label {
    margin-top: -2px;
    padding: 0 0 0 6px;
    font-family: "Geologica Regular";
    position: relative;
    width: 100%;
    cursor: pointer;
}

.form__label-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 10px;
    cursor: pointer;
}

.form__label-text {
    cursor: pointer;
}

.form__submit {
    margin-top: -2px;
    padding: 18px 0;
    width: 100%;
    border-radius: 4px;
    background-color: #2884e0;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form__submit:hover {
    background-color: #1e75cb;
}

.form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
    width: 100%;
    padding: 18px 0;
    border-radius: 4px;
    background-color: #2884e0;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form__button-icon .icon {
    fill: #fff;
}

.form__button:hover {
    background-color: #1e75cb;
}

.form__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form__information-icon {
    display: block;
    width: 20px;
}

.form__information-text {
    width: calc(100% - 20px);
    padding: 2px 0 0 2.3%;
    font-size: 13px;
    color: #898a8c;
    line-height: 1.55;
    letter-spacing: 0.1px;
}

.form__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.form__box-name {
    width: 30%;
    font-family: "Geologica Regular";
}

.form__box-frame {
    width: 70%;
}

@media only screen and (max-width: 575px) {
    .form--column {
        gap: 20px 0;
    }

    .form--lk {
        gap: 23px 0;
    }

    .form--lk .form__information {
        margin-top: 7px;
    }

    .form--review {
        gap: 17px 0;
    }

    .form--question .form__submit {
        margin-top: 25px;
    }

    .form__item-head {
        top: -9px;
        font-size: 12px;
    }

    .form__input {
        height: 60px;
    }

    .form__textarea {
        height: 120px;
    }

    .form__textarea--order {
        height: 180px;
    }

    .form__textarea::-webkit-input-placeholder {
        font-size: 13px;
    }

    .form__textarea::-moz-placeholder {
        font-size: 13px;
    }

    .form__textarea::-moz-placeholder {
        font-size: 13px;
    }

    .form__textarea:-ms-input-placeholder {
        font-size: 13px;
    }

    .form__label {
        margin-top: 0;
    }

    .form__button {
        font-size: 15px;
    }

    .form__submit {
        padding: 18px 0 17px;
    }

    .form__information-text {
        padding: 0 0 0 4%;
        font-size: 12px;
        line-height: 1.5;
    }

    .form__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px 0;
    }

    .form__box-name {
        width: 100%;
    }

    .form__box-frame {
        width: 100%;
    }

    .form__box-frame .form__textarea {
        height: 140px;
    }
}

.modal {
    display: none;
    width: 100%;
    padding: 40px 50px 40px;
    border-radius: 4px;
    background-color: #fff;
}

.modal--authorization {
    max-width: 444px;
}

.modal--age {
    max-width: 444px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.modal--age .carousel__button {
    top: 400px !important;
    height: 56px;
    width: 77.5%;
    left: 50px;
    right: 50px;
    background-image: none !important;
}

.modal--age .carousel__button svg {
    display: none;
}

.modal--age_small {
    max-width: 466px;
    text-align: center;
    z-index: -2;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 40px 50px 40px;
    border-radius: 4px;
    background-color: #fff;
    padding: 30px !important;
}

.modal--age_small {
    z-index: 10;
    opacity: 1;
    transition: all .3s;
    display: none;
}

.modal--age_small h1 {
    font-weight: 300;
    margin-bottom: 20px;
}

.modal--age_small .carousel__button {
    display: none;
}

.modal--city {
    max-width: 540px;
    padding: 33px 0 40px;
}

.modal--city .modal__header {
    padding: 0 42px;
    font-size: 24px;
}

.modal--city .carousel__button.is-close {
    top: 30px;
    right: 30px;
}

.modal--code {
    max-width: 444px;
}

.modal--review {
    max-width: 600px;
}

.modal--review .modal__form {
    margin-top: 34px;
}

.modal--question {
    max-width: 600px;
}

.modal--question .modal__form {
    margin-top: 25px;
}

.modal__header {
    font-family: "Museo Cyrl 500";
    font-size: 28px;
}

.modal__text {
    margin-top: 13px;
    color: #898a8c;
    line-height: 1.5;
}

.modal__form {
    margin-top: 40px;
}

.modal__search {
    margin-top: 30px;
    border-top: 1px solid #e8e9eb;
    border-bottom: 1px solid #e8e9eb;
}

.modal__list-city {
    margin-top: 33px;
    padding: 0 43px;
}

.modal .carousel__button.is-close {
    top: 9px;
    right: 10px;
    background-image: url(/local/templates/rosal_v2/css/../img/x-mark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    background-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}

.modal .carousel__button.is-close:focus {
    outline: 0;
}

.modal .carousel__button.is-close:hover {
    opacity: 0.7;
}

.modal .carousel__button svg {
    /* display: none; */
}

.modal__important {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Museo Cyrl 500";
    font-size: 48px;
    color: #fff;
    background: #E85151 url("/local/templates/rosal_v2/css/../img/backround@2x.png") no-repeat top left;
    background-size: cover;
}

.modal__body {
    padding: 41px 50px 30px;
}

.modal__actions {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 0;
}

.modal__actions .link-button {
    padding: 17px 0 18px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__actions-no {
    padding-bottom: 3px;
    font-family: "Geologica Regular";
    color: #898a8c;
    text-decoration: none;
    border-bottom: 1px solid #898a8c;
}

.modal__actions-no:hover {
    border-color: transparent;
}

.modal__info {
    margin-top: 21px;
    padding: 0 1%;
    font-size: 13px;
    line-height: 1.5;
    color: #898A8C;
}

.modal__code {
    margin-top: 30px;
}

.modal__phone {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.modal__phone-number {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.modal__phone-change {
    padding-bottom: 3px;
    border-bottom: 1px solid #2884e0;
    font-family: "Geologica Regular";
    color: #2884e0;
    text-decoration: none;
}

.modal__phone-change:hover {
    border-color: transparent;
}

.modal__request-code {
    margin-top: 30px;
}

@media only screen and (max-width: 575px) {
    .modal {
        padding: 30px 24px 30px;
    }

    .modal--authorization {
        max-width: 312px;
    }

    .modal--age {
        max-width: 310px;
        padding: 0;
    }

    .modal--code {
        max-width: 310px;
    }

    .modal--city {
        max-width: 360px;
        padding: 33px 0 40px;
    }

    .modal--city .modal__header {
        padding: 0 25px;
        font-size: 20px;
    }

    .modal--city .carousel__button.is-close {
        top: 25px;
        right: 5px;
    }

    .modal--review {
        max-width: 360px;
        padding: 41px 24px 30px;
    }

    .modal--question {
        max-width: 310px;
    }

    .modal--question .modal__form {
        margin-top: 33px;
    }

    .modal__header {
        font-size: 24px;
    }

    .modal .carousel__button.is-close {
        top: 5px;
        right: 5px;
    }

    .modal__important {
        height: 137px;
    }

    .modal__body {
        padding: 41px 20px 30px;
    }

    .modal__actions {
        margin-top: 41px;
    }

    .modal__actions .link-button {
        padding: 15px 0 16px;
    }

    .modal__info {
        margin-top: 21px;
        padding: 0 5%;
        font-size: 11px;
        line-height: 1.6;
    }

    .modal__phone {
        margin-top: 28px;
    }

    .modal__phone-number {
        font-size: 16px;
    }

    .modal__request-code {
        margin-top: 32px;
    }

    .modal__search {
        margin-top: 28px;
    }

    .modal__search .form-search__input {
        padding: 0 10px 0 60px;
    }

    .modal__search .form-search__submit {
        left: 22px;
    }

    .modal__list-city {
        margin-top: 31px;
        padding: 0 24px;
    }
}

.block-city {
    height: 402px;
    overflow: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-city__column {
    width: 45.5%;
}

.block-city__item {
    margin-bottom: 25px;
}

.block-city__item-head {
    font-family: "Geologica Regular";
    color: #898a8c;
}

.block-city__item:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .block-city__column {
        width: 44%;
    }

    .block-city__item {
        margin-bottom: 24px;
    }

    .block-city__item-head {
        line-height: 1.5;
    }

    .basket-order-bonus__tooltip {
        right: -62px !important;
    }
}

.list-city {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px 0;
}

.list-city__name {
    color: #212226;
    text-decoration: none;
    line-height: 1.2;
}

.list-city__name:hover {
    color: #898a8c;
}

@media only screen and (max-width: 575px) {
    .list-city {
        margin-top: 13px;
    }

    .list-city__name {
        line-height: 1.15;
    }
}

.pin-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pin-code__input {
    width: 78px;
    height: 90px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
    font-family: "Museo Cyrl 500";
    font-size: 36px;
    color: #212226;
    text-align: center;
    outline: 0;
    -moz-appearance: textfield;
}

.pin-code__input::-webkit-inner-spin-button,
.pin-code__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .pin-code__input {
        width: 57px;
        height: 80px;
        font-size: 30px;
    }
}

.request-code {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 20px 0;
    background-color: #f0f1f2;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #898a8c;
    outline: 0;
}

@media only screen and (max-width: 575px) {
    .request-code {
        padding: 18px 0 17px;
        font-size: 15px;
    }
}

.review-raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 8px;
}

.review-raiting__item {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.review-raiting__item .icon {
    fill: #898a8c;
}

.review-raiting__item.__active .icon {
    fill: #ffba33; /* ���� �������� ����� */
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
}

.logo__description {
    max-width: 120px;
    font-size: 12px;
    color: #898a8c;
}

@media only screen and (max-width: 1599px) {
    .logo {
        gap: 0;
    }

    .logo__description {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .logo__description {
        display: none;
    }
}

.header-info {
    width: 20% !important;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e8e9eb;
}

.header-info__item-name {
    margin-bottom: 7px;
    font-size: 13px;
    color: #898a8c;
}

.header-info__city {
    font-family: "Geologica Regular";
    font-size: 15px;
    color: #212226;
    text-decoration: none;
}

.header-info__city:hover {
    color: #898a8c;
}

.header-info__choise-shop {
    display: block;
    width: min-content;
    width: 128px;
    font-family: "Geologica Regular";
    font-size: 15px;
    color: #2884e0;
    text-decoration: none;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-info__choise-shop:hover {
    border-color: transparent;
}

@media only screen and (max-width: 1439px) {
    .header-info {
        gap: 0 0px;
    }
}

@media only screen and (max-width: 1279px) {
    .header-info {
        margin: 0;
        padding-left: 0;
        height: auto;
        border: none;
    }
}

.d-flex {
    display: flex;
}

.form-search {
    position: relative;
    width: 100%;
    padding: 3px;
}

.form-search--modal .form-search__input {
    height: 63px;
    padding: 0 10px 0 76px;
    background-color: transparent;
}

.form-search--modal .form-search__submit {
    left: 40px;
}

.form-search--panel .form-search__input {
    height: 63px;
    background-color: transparent;
    border-top: 1px solid #e8e9eb;
}

.form-search__input {
    width: 100%;
    height: 50px;
    padding: 0 10px 0 65px;
    background-color: #f5f6f7;
    color: #212226;
    border: none;
    outline: 0;
    border-radius: 5px;
}

.form-search__submit {
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    fill: #898a8c;
}

.form-search__submit__btn {
    padding: 1rem;
    background: #2884e0;
    border: none;
    color: white;
}

.form-search__submit .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-search__submit:hover .icon {
    fill: #898a8c;
}

@media only screen and (max-width: 1279px) {
    .form-search__input {
        height: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .form-search__submit .icon {
        -webkit-transition: none;
        transition: none;
    }

    .form-search__input {
        width: calc(100% + 1px);
        height: 65px;
        margin-left: -1px;
    }
}

@media only screen and (max-width: 575px) {
    .form-search__input {
        padding: 0 10px 0 60px;
    }

    .form-search__submit {
        left: 20px;
    }

    .modal--age_small {
        max-width: 310px;
    }
}

.header-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 19px;
    text-decoration: none;
}

.header-basket__frame {
    position: relative;
    top: 2px;
}

.header-basket__frame .icon {
    line-height: 1;
    fill: #212226;
}

.header-basket__quantity {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2884e0;
    color: #fff;
    font-family: "Inter Bold";
    font-size: 9px;
}

.header-basket__data-head {
    font-size: 12px;
    color: #898a8c;
}

.header-basket__value {
    font-family: "Museo Cyrl 500", sans-serif;
    font-size: 16px;
    color: #212226;
}

.header-basket:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 575px) {
    .header-basket__data {
        display: none;
    }
}

.mobile-button {
    display: none;
    width: 56px;
    height: 65px;
    margin: 0 0 -1px -1px;
    background-color: #2884e0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-button--close {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 0;
}

.mobile-button--open {
    max-width: 55px;
}

.category_btn {
    display: none;
    padding: 0 !important;
    height: 69.8px;
    border: 0 !important;
}

.filter_btn {
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: #2884e0;
    font-family: "Museo Cyrl 500";
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: none;
    border: 0;
}

.filter_btn:hover {
    background-color: #458ed7;
}

@media only screen and (max-width: 1279px) {
    .mobile-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.menu-mobile {
    position: fixed;
    width: 100%;
    height: calc(100vh - 65px);
    top: 65px;
    left: -100%;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
}

.menu-mobile--active {
    left: 0;
}

.menu-mobile__city {
    padding: 10px 5% 10px 7%;
    border-bottom: 1px solid #e8e9eb;
}

.menu-mobile__city .header-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-mobile__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #e8e9eb;
    z-index: 15;
}

.menu-mobile__actions-lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 22px 0 19px;
}

.menu-mobile__actions-favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    border-left: 1px solid #e8e9eb;
    padding: 22px 0 19px;
}

.menu-mobile__body {
    position: relative;
}

.menu-mobile__body .list-nav-category {
    padding-bottom: 100px;
    width: 100% !important;
    height: inherit;
    overflow-y: scroll;
    gap: 0;
}

.menu-mobile__body .list-nav-category__item {
    padding: 18px 7% 15px;
    border-bottom: 1px solid #e8e9eb;
}

.menu-mobile__body .list-nav-category__name {
    font-size: 13px;
}

@media only screen and (max-width: 575px) {
    .menu-mobile__city {
        padding: 20px 7%;
        height: 82px !important;
        display: flex !important;
    }

    .header-info {
        width: 100% !important;
    }

    .header-info__item {
        width: unset !important;
    }

    .header-info__choise-shop {
        width: 113px;
    }

    .menu-mobile__city .header-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-around;
        gap: 10px;
        /* justify-content: flex-start; */
        /* gap: 0 22%; */
    }

    .menu-mobile__city .header-info__city {
        font-size: 13px;
    }

    .menu-mobile__city .header-info__choise-shop {
        font-size: 13px;
    }
}

.header {
    position: fixed;
    width: 100%;
    height: 81px !important;
    background-color: #fff;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid #e8e9eb;
}

.header--home {
    position: fixed;
    height: 81px !important;
    border-bottom: 1px solid #e8e9eb;
    /* background-color: #fff; */
    z-index: 20;
    background-color: #fff;
    left: 0;
    display: flex;
    justify-content: center;
}

/* .header--home .form-search__input{
  height: 80px;
} */
.header--home .container {
    position: fixed;
    top: 0;
    left: auto;
    display: flex;
    padding: 0 !important;
    width: 100vw;
    max-width: unset;
    box-sizing: border-box;
    border-bottom: 0 !important;
    background: #fff;
    z-index: 9;
}

.header--home .header__logo {
    padding-left: 2%;
    padding-right: 5px;
}

.header--home .header__info {
    padding-left: 0%;
}

.header--home .header__search {
    margin-left: 0;
    background: #2884e0;
    border-radius: 8px;
}

.header--home .header__basket {
    margin-left: 2.5%;
}

.header .container {
    position: fixed;
    top: 0;
    left: auto;
    display: flex;
    padding: 0 !important;
    width: 100vw;
    max-width: unset;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #e8e9eb;
    z-index: 9;
}

.header__logo {
    width: 20%;
    padding-left: 1.7%;
}

.header__info {
    padding-left: 0%;
}

.header__search {
    width: 40%;

}

.header__search-icon {
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    line-height: 1;
}

.header_element {
    width: 20%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header__authorization {
    margin-left: 2.1%;
}

.header__favorites {
    margin-left: 2.1%;
}

.header__basket {
    max-width: 152px;
    width: 100%;
    margin-left: 2.1%;
}

.header__search-mobile {
    display: none;
}

.header__mobile-button {
    position: relative;
}

@media screen and (max-width: 1801px) {
    .header .container {
        max-width: calc(100% - 80px) !important;
    }

    /* .list-catalog__item{
    height: 100% !important;
  } */
}

@media only screen and (max-width: 1599px) {
    .header__search {
        width: 35%;
    }

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

    .header-info {
        width: 22.5% !important;
    }
}

@media only screen and (max-width: 1279px) {
    .header--home .header__search {
        margin-left: 0;
    }

    .header {
        height: 65px !important;
    }

    .header .container {
        left: 0;
        width: 100vw;
        height: auto;
        justify-content: start;
    }

    .header__logo {
        height: 100%;
        border: none;
    }

    .header__search {
        margin-left: 7%;
    }

    .header__authorization {
        margin-left: auto;
    }

    .header__basket {
        margin-right: 2%;
    }

    .page-head--between-center {
        margin: 0px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .header__info {
        display: none;
    }

    .header__search,
    .header__blur {
        width: 100%;
        max-height: 0;
        height: 0;
        margin: 0;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        visibility: hidden;
        -webkit-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }

    .header__search--active {
        visibility: visible;
        max-height: 1000px;
        height: 100vh;
    }

    .header__blur--active {
        visibility: visible;
        min-height: 1000px;
        height: calc(100vh - 65px);
        margin-top: 65px;
    }

    .header__search--active .header__search-icon {
        display: block;
    }

    .header__search-mobile {
        display: block;
        margin-left: auto;
        margin-right: 6%;
    }

    .header__authorization {
        display: none;
    }

    .header__favorites {
        display: none;
    }

    .header__basket {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .header--home .header__logo {
        padding-left: 0;
        margin-left: 6%;
        width: 33%;
    }

    .header--home .header__basket {
        margin-left: 4.5%;
    }

    .header--home {
        display: block;
        margin-left: 0;
    }

    .header__authorization {
        display: none;
    }

    .header--home .header__search {
        margin-left: 0;
    }

    .header--home .header__search-mobile {
        margin-right: 4%;
    }

    .header__logo {
        padding-left: 0;
        margin-left: 6%;
        height: auto;
        width: 33%;
    }

    .header__search-mobile {
        margin-right: 4%;
    }

    .header__basket {
        margin-right: 26px;
        margin-left: 4.5%;
        width: auto;
    }
}

.link-user-authorization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 10px;
    text-decoration: none;
}

.link-user-authorization__icon {
    line-height: 1;
}

.link-user-authorization__icon .icon {
    fill: #212226;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-user-authorization__text {
    display: none;
    color: #212226;
}

.link-user-authorization:hover .icon {
    fill: #898a8c;
}

@media only screen and (max-width: 1279px) {
    .link-user-authorization__text {
        display: inline-block;
    }

    .wrapper__content {
        padding-top: 65px !important;
    }

    /* .page-head{
    margin-top: 65px;
  } */
}

.link-favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 10px;
    text-decoration: none;
}

.link-favorites__icon {
    line-height: 1;
}

.link-favorites__icon .icon {
    fill: transparent;
    stroke: #212226;
    stroke-width: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-favorites__text {
    display: none;
    color: #212226;
}

.link-favorites:hover .icon {
    stroke: #e51818;
}

@media only screen and (max-width: 1279px) {
    .link-favorites__text {
        display: inline-block;
    }
}

.search-mobile {
    line-height: 0;
}

.list-nav-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
}

.list-nav-category__item {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    padding: 9.5px 0;
}

.list-nav-category__item:first-child {
    padding-top: 0;
}

.list-nav-category__item:last-child {
    padding-bottom: 0;
}

/*.list-nav-category__item:nth-child(1) .list-nav-category__icon .icon {
  fill: #e51818;
}*/
@media (max-width: 1279px) {
    .list-nav-category__item:first-child {
        padding-top: 15px;
    }

    .list-nav-category__item:last-child {
        padding-bottom: 15px;
    }

    .header .container {
        max-width: 100% !important;
        max-height: 65px;
    }

    .main__content--decor {
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

.list-nav-category__item--sale .list-nav-category__icon .icon {
    fill: #898a8c;
}

.list-nav-category__item--sale .list-nav-category__name {
    font-family: "Geologica Medium";
}

.list-nav-category__item:hover .list-nav-category__icon .icon {
    fill: #2884e0;
}

.list-nav-category__item:hover .list-nav-category__name {
    color: #212226;
}

.list-nav-category__icon {
    width: 33px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-nav-category__icon .icon {
    fill: #b5b8bd;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-nav-category__name {
    width: calc(100% - 49px);
    font-size: 15px;
    color: #212226;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.list-nav-category__icon-next {
    display: none;
    width: 16px;
    line-height: 1;
}

.list-nav-category__sub--none {
    max-width: 0;
}

.list-nav-category__sub-inner {
    position: relative;
    width: 100%;
    /* padding: 0 0 0 5%; */
    z-index: 10;
}

.wrapper-sub-menu__content {
    max-width: 80%;
    width: 0%;
    height: 100vh;
    border-left: 1px solid #e8e9eb;
    overflow: hidden;
    transition: width 0.65s cubic-bezier(0.6, 0.01, 0.24, 0.97);
}

.wrapper-sub-menu--active .wrapper-sub-menu__content {
    width: 100%;
}

@media (min-width: 1721px) {
    .wrapper-sub-menu__box::before {
        transition: left 0.7s cubic-bezier(0.6, 0.01, 0.24, 0.97);
    }
}

@media only screen and (max-width: 1279px) {
    .list-nav-category__icon-next {
        display: inline-block;
    }

    .list-nav-category__sub {
        left: 0;
        height: 100%;
    }

    .list-nav-category__sub--none {
        max-width: 0;
    }

    .list-nav-category__sub-inner {
        max-width: 100%;
        height: 100%;
    }

    .wrapper-sub-menu__content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .list-nav-category__icon {
        width: 29px;
    }

    .list-nav-category__name {
        width: calc(100% - 45px);
    }
}

.list-nav-category-inner {
    max-width: 75%;
    margin: 10px 0 2px 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5.4px 0;
}

.list-nav-category-inner__link {
    display: inline-block;
    color: #898a8c;
    text-decoration: none;
    line-height: 1.5;
}

.list-nav-category-inner__link:hover {
    color: #212226;
}

.sub-category {
    background-color: #fff;
}

.main--home .sub-category {
    border-left: 1px solid #e8e9eb;
}

.sub-category__box {
    width: 100%;
    height: calc(100vh - 80px);
    padding: 30px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #212226;
    overflow: scroll;
}

.sub-category__head {
    margin-bottom: 29px;
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

.sub-category__head--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.sub-category__back {
    display: none;
    text-decoration: none;
}

.sub-category__back .icon {
    line-height: 1;
}

.sub-category__head-icon {
    display: none;
    line-height: 1;
}

.sub-category__head-icon .icon {
    fill: #2884e0;
}

.sub-category__row--product-list {
    height: 100vh;
    width: 64.7%;
}

.sub-category__row--product-day {
    width: 35.3%;
}

.sub-category__row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sub-category__column {
    width: 50%;
}

.sub-category__item {
    margin-bottom: 28px;
}

.sub-category__item-head {
    margin-bottom: 17px;
    font-family: "Geologica Regular";
}

.sub-category__item:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .sub-category {
        height: 100%;
        border-left: none;
    }

    .sub-category__back {
        display: inline-block;
    }

    .sub-category__head-icon {
        display: inline-block;
    }
}

@media only screen and (max-width: 1023px) {
    .sub-category__row--product-list {
        width: 55%;
    }

    .sub-category__row--product-day {
        width: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .sub-category__row--product-list {
        width: 100%;
    }

    .sub-category__row--product-day {
        width: 100%;
        padding-bottom: 30px;
    }

    .sub-category__row-inner {
        border-top: 1px solid #e8e9eb;
        margin: 0 -36px;
        width: calc(100% + 72px);
        padding: 0 36px;
    }
}

@media only screen and (max-width: 575px) {
    .sub-category__head {
        margin-bottom: 13px;
        font-size: 13px;
    }

    .sub-category__box {
        padding: 18px 22px;
        overflow: scroll;
    }

    .sub-category__row--product-list {
        padding-bottom: 40px;
    }

    .sub-category__row--product-day .sub-category__head {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .sub-category__row-inner {
        margin: 0 -22px;
        width: calc(100% + 44px);
        padding: 21px 22px;
    }

    .sub-category__column {
        width: 46%;
    }

    .sub-category__item-head {
        line-height: 1.5;
    }
}

.list-subcategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 11px 0;
}

.list-subcategory__link {
    display: inline-block;
    color: #212226;
    text-decoration: none;
    line-height: 1.33;
}

.list-subcategory__link:hover {
    color: #898a8c;
}

.product-day {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 520px;
    border: 1px solid #e8e9eb;
}

.product-day__inner {
    padding: 28px 8.2% 25px;
    background-color: #fff;
}

.product-day__frame {
    height: 285px;
    position: relative;
    display: flex;
}

.product-day__labels {
    position: absolute;
    left: 0;
    top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 10px;
}

.product-day__label {
    padding: 4px 9px;
    border-radius: 2px;
    font-family: "Geologica Medium";
    font-size: 13px;
    color: #fff;
}

.product-day__label--new {
    background-color: #1bb31b;
}

.product-day__label--sale {
    background-color: #e51818;
}

.product-day__city {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6px;
    padding: 5px 7px 3px;
    background-color: #f5f6f7;
    border: 1px solid #e8e9eb;
    border-radius: 2px;
}

.product-day__city-flag {
    width: 17px;
    height: 12px;
}

.product-day__city-name {
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

.product-day__content {
    padding-top: 14px;
}

.product-day__content-wrap {
    height: 168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-day__volume-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

.product-day__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6px;
}

.product-day__rating-icon {
    line-height: 0;
}

.product-day__name {
    margin-bottom: auto;
    display: inline-block;
    margin-top: 9px;
    font-family: "Geologica Regular";
    font-size: 16px;
    color: #212226;
    text-decoration: none;
}

.product-day__availability {
    margin-top: 9px;
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
    line-height: 1.5;
}

.product-day__availability-shop {
    display: block;
    font-family: "Geologica Regular";
    color: #1bb31b;
}

.product-day__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-day__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0 13px;
}

.product-day__price-current {
    font-family: "Museo Cyrl 500";
    font-size: 26px;
    color: #212226;
}

.product-day__price-old {
    position: relative;
}

.product-day__price-old-value {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #898a8c;
}

.product-day__price-discount {
    position: absolute;
    right: -5px;
    bottom: 27px;
    padding: 3px 6px;
    border-radius: 2px;
    background-color: #e51818;
    font-family: "Inter SemiBold";
    font-size: 14px;
    color: #fff;
}

.product-day__buy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 48px;
    border-radius: 4px;
    background-color: #2884e0;
    text-decoration: none;
}

.product-day__buy-icon {
    line-height: 0;
}

.product-day__buy:hover {
    background-color: #1e75cb;
}

@media only screen and (max-width: 767px) {
    .product-day {
        margin: 0 -36px;
        width: calc(100% + 72px);
        border: none;
        border-top: 1px solid #e8e9eb;
    }

    .product-day__frame {
        height: 240px;
        text-align: center;
    }

    .product-day__frame img {
        max-height: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .product-day__inner {
        padding: 25px 9.7% 25px;
    }

    .product-day__frame {
        height: 286px;
    }

    .product-day__volume-rating {
        margin-bottom: 10px;
    }

    .product-day__name {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.4;
    }

    .product-day__label {
        padding: 4px 6px;
        font-size: 11px;
    }

    .product-day__content-wrap {
        display: block;
        height: auto;
    }

    .product-day__availability {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .product-day__price-current {
        font-size: 24px;
    }

    .product-day__price-old-value {
        font-size: 14px;
    }

    .product-day__price-discount {
        right: -18px;
        bottom: 29px;
        font-size: 12px;
    }

    .product-day__buy {
        position: relative;
        top: -8px;
    }
}

.home-slider__item {
    position: relative;
    height: 100%;
    min-width: 100%;
    overflow: hidden;
    min-height: 227px;
}

.home-slider__item img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    -o-object-fit: cover;
    background-position: center;
    height: auto;
    overflow: hidden;
    /*min-height: 185px;*/
}

.home-slider__content {
    position: absolute;
    left: 5.5%;
    top: 15%;
    max-width: 38%;
    color: #fff;
    height: auto;
}

.home-slider__header {
    font-family: "Museo Cyrl 500";
    font-size: 48px;
}

.home-slider__description {
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 10px;
}

.home-slider__info {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-slider__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
}

.home-slider__all-link:hover {
    opacity: .8;
    transition: all .3s;
}

.home-slider__all-link {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    color: #fff;
}

.coupon-form {
    width: 100%;
    padding: 0 2rem 1.5rem 2rem;
    border-radius: 10px;
    background-image: url(/images/bg-coupon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.coupon-form p {
    font-family: "Geologica Medium", Helvetica, sans-serif;
    font-size: 21px;
    padding: 1.5rem 0;

}

.coupon-form input {
    border: none;
    width: auto;
}

.coupon-form .persent {
    width: 25%;
    padding: .9rem;
    border-radius: 10px;
    text-align: center;
}

.coupon-form .coupon {
    width: 60%;
    padding: .9rem;
    border-radius: 10px 0 0 10px;
    text-align: end;
    background-color: #a6a9c545;
    text-transform: uppercase;
    font-size: 17px;
}

.coupon-form .copy {
    width: 15%;
    border-radius: 0 10px 10px 0;
    text-align: center;
    background-color: #a6a9c545;
    border: none;
    cursor: pointer;
}

.coupon-form-item {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.home-slider__shops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
    padding: 10px 35px;
    background-color: #2884e0;
    transition: all .3s;
    cursor: pointer;
}

.home-slider__shops:hover {
    background-color: #4195e8;
    transition: all .3s;
    cursor: pointer;
}

.home-slider__shops-icon {
    line-height: 0;
}

.home-slider__shops-text {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    color: #fff;
}

.home-slider .swiper-pagination {
    bottom: 44px !important;
    left: 5.6% !important;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-slider .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    opacity: 1;
    width: 16px;
    height: 16px;
}

.home-slider .swiper-pagination-bullet::after {
    content: "";
    opacity: 1;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-slider .swiper-pagination-bullet-active {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    opacity: 1;
    width: 16px;
    height: 16px;
}

.home-slider .swiper-pagination-bullet-active::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #2884e0;
}

@media only screen and (max-width: 1439px) {
    .home-slider__content {
        top: 15%;
        max-width: 44%;
    }
}

@media only screen and (max-width: 1023px) {
    .home-slider__content {
        top: 10%;
        max-width: 50%;
    }

    .home-slider__header {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider__content {
        max-width: 80%;
        top: 5%;
    }

    .home-slider__info {
        position: static;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0;
    }

    .home-slider__shops {
        padding: 38px 0 35px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home-slider__actions {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #e8e9eb;
    }

    .home-slider__all-link {
        /*color: #2884e0;*/
    }

    .home-slider .swiper-pagination {
        display: none;
    }

    .home-slider__shops_link {
        width: 50%;
        cursor: pointer;
    }

}

@media only screen and (max-width: 575px) {
    .home-slider {
        aspect-ratio: auto;
    }

    .home-slider__item img {
        height: 218px;
    }

    .home-slider__content {
        top: 9%;
        left: 23px;
    }

    .home-slider__header {
        font-size: 20px;
        line-height: 1.4;
    }

    .home-slider__description {
        max-width: 94%;
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0.7px;
    }

    .home-slider__actions {
        padding: 0 16% 0 0;
    }

    .home-slider__all-link {
        font-size: 16px;
    }

    .home-slider__shops {
        padding: 10px 15px 12px 24px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0 18px;
    }

    .home-slider__shops-text {
        font-size: 16px;
    }

    .bonus-cashback:hover .basket-order-bonus__tooltip-wrapper {
        top: 25px !important;
    }
}

.block-product {
    position: relative;
}

.block-product__specially {
    width: 25%;
    padding: 32px 2% 20px 2.5%;
    position: absolute;
    left: 0;
    top: 0;
}

.list-product__item {
    text-decoration: none;
}

.main-banner {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;

}
.home-slider__item .img,
.main-banner img {
    border-radius: 10px;
}
.main-banner .main-banner__small {
    width: 25%;
    gap: .5rem;
    display: block;
    display: flex;
    flex-direction: column;
}
.main-banner .main-banner__small img{
    width: 100%;
}

.main-banner .main-banner__big {
    display: flex;
    flex-direction: column;
    width: 75%;
    overflow: hidden;
}

.all_sale {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 48px;
    border-radius: 6px;
    background-color: #BF1E2C;
    text-decoration: none;
    width: 100%;
    color: white;
}

.popular .popular_section {
    height: 80px;
    display: flex;
    background-color: #EBEFF2;
    background-size: cover;
    border-radius: 10px;
}

.popular .popular_section img {
    width: auto;
    height: 100%;
}

.list-product__buy {
    border: none;
}

@media only screen and (max-width: 1365px) {
    .block-product__specially {
        width: 100%;
        position: static;
    }

    .block-product .list-product__item:nth-child(1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .block-product__specially {
        padding: 32px 23px 28px;
    }

    .main-banner {
        gap: 1rem;
        margin-bottom: 2.5rem;
        flex-direction: column;
    }

    .main-banner .main-banner__small {
        width: 100%;
        gap: 6px;
        display: block;
        display: flex;
        flex-direction: row;
    }
    .main-banner .main-banner__small .home-slider__item{
        min-width: 49%;
    }
    .main-banner .main-banner__small picture {
        width: 49%;
    }

    .main-banner .main-banner__small .coupon-form {
        width: 49%;
        padding: 0;
    }

    .main-banner .main-banner__small .coupon-form p {
        font-size: 18px;
        padding: .5rem .8rem;
    }

    .main-banner .main-banner__big {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .main-banner .main-banner__big img,
    .main-banner .main-banner__small img {
        width: 100%;
    }

    .coupon-form-item {
        padding: 0 .6rem;
    }

    .coupon-form .persent {
        padding: 0;
    }

    .coupon-form .coupon {
        text-align: center;
        font-size: 12.5px;
    }

    .all_sale {
        background-color: white;
        color: #BF1E2C;
        border: 1px solid #BF1E2C;
        margin-top: .5rem;
    }

    .selections-image .swiper-slide {
        height: 250px;
    }

    .app-logo {
        display: none;
    }

    .swiper-grids .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2) !important;

        /* Center slide text vertically */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.specially__content {
    margin-top: 40px;
    color: #898a8c;
}

.specially__content {
    margin-top: 18px;
    line-height: 1.5;
}

.specially__filter {
    margin-top: 25px;
}

@media only screen and (max-width: 575px) {
    .specially__content {
        margin-top: 11px;
    }
}

.filter-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px 10px;
}

.filter-product--meaning {
    gap: 9.4px 10px;
}

.filter-product--meaning .filter-product__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
}

.filter-product--meaning .filter-product__item--active .filter-product__value {
    color: rgba(255, 255, 255, 0.5);
}

.filter-product--meaning .filter-product__item:hover .filter-product__value {
    color: rgba(255, 255, 255, 0.5);
}

.filter-product__item {
    display: inline-block;
    padding: 6px 13px 5px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
    font-family: "Geologica Regular";
    color: #212226;
    text-decoration: none;
}

.filter-product__item--active {
    background-color: #2884e0;
    border-color: #2884e0;
    color: #fff;
}

.filter-product__item:hover {
    background-color: #2884e0;
    border-color: #2884e0;
    color: #fff;
}

.filter-product__name {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

.filter-product__value {
    font-size: 13px;
    color: #898a8c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1;
}

@media only screen and (max-width: 575px) {
    .filter-product {
        gap: 8px 7px;
    }

    .filter-product--meaning {
        gap: 9px 8px;
    }

    .filter-product--meaning .filter-product__item {
        padding: 7px 9px;
        gap: 0 16px;
    }

    .filter-product__item {
        padding: 5px 10px;
    }

    .filter-product__name {
        font-size: 14px;
    }

    .filter-product__value {
        font-size: 11px;
    }
}

.list-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.list-product__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.list-product__item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 520px;
    width: 20%;
}

.list-product__item:nth-child(4) {
    border-left: none;
}

.list-product__item.__hidden {
    display: none;
}

.list-product__item-inner {
    /*padding: 28px 8.2% 25px;*/
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-product__item:hover {
    overflow: initial;
    z-index: 2;
}

.list-product__item:hover .list-product__item-inner {
}

@media (max-width: 1365px) {
    .list-product__item:nth-child(2n - 1) {
        /* border-left: none; */
    }

    .list-product__item:last-child {
        border-right: 1px solid #e8e9eb;
        width: calc(50% + 1px);
    }
}

@media (max-width: 575px) {
    .list-product__item:last-child {
        width: 50%;
    }

    .list-product__item:nth-child(4) {
        border-left: none;
    }

    .list-product__item:nth-child(1),
    .list-product__item:nth-child(2) {
        border-top: none;
    }
}

.list-product__frame {
    height: 288px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #EBEFF2;
    border-radius: 10px;
}

.list-product__frame img {
    margin: auto;
}

.list-product__remove {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}

.list-product__remove:hover {
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(11%) hue-rotate(201deg) brightness(99%) contrast(96%);
}

.list-product__labels {
    position: absolute;
    left: 5px;
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 10px;
}

.list-product__label {
    padding: 4.6px 6px;
    border-radius: 5px;
    font-family: "Geologica Medium";
    font-size: 13px;
    color: #fff;
}

.list-product__label--stock {
    width: 26px;
    height: 26px;
    border-radius: 2px;
    border: 1px solid #ee4763;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff0f2;
}

.product__label--stock {
    width: auto;
    height: 26px;
    padding: 0px 6px 0px 4px;
    border-radius: 2px;
    border: 1px solid #ee4763;
    display: flex;
    gap: 6px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff0f2;
    color: #ee4763;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    cursor: pointer;
}

.product__label--stock img {
    width: 20px;
    height: 20px;
}

.list-product__label--new {
    background-color: #1bb31b;
}

.list-product__label--sale {
    background-color: #BF1E2C;
}

.list-product__city {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6px;
    padding: 5px 7px 3px;
    background-color: #f5f6f7;
    border: 1px solid #e8e9eb;
    border-radius: 2px;
}

.list-product__city-flag {
    width: 17px;
    height: 12px;
}

.list-product__city-name {
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

.list-product__content {
    padding-top: 14px;
}

.list-product__content-wrap {
    min-height: 168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}

.list-product__volume-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

.list-product__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6px;
}

.list-product__rating-icon {
    line-height: 0;
}

.list-product__name {
    margin-bottom: auto;
    display: inline-block;
    margin-top: 9px;
    font-family: "Geologica Regular";
    font-size: 16px;
    color: #212226;
    text-decoration: none;
}

.list-product__availability {
    margin-top: 9px;
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
    line-height: 1.5;
}

.list-product__availability-shop {
    display: block;
    font-family: "Geologica Regular";
    color: #1bb31b;
}

.list-product__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0 13px;
}

.list-product__price-current {
    font-family: "Museo Cyrl 500";
    font-size: 26px;
    color: #212226;
}

.list-product__price-old {
    position: relative;
}

.list-product__price-old-value {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #898a8c;
}

.list-product__price-discount {
    position: absolute;
    left: 0;
    bottom: 27px;
    padding: 3px 6px;
    border-radius: 5px;
    border-radius: 2px;
    background-color: #FFE2E0;
    font-family: "Inter SemiBold";
    font-size: 14px;
    color: #E51718;
}

.list-product__buy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    background-color: #2884e0;
    text-decoration: none;
}

.list-product__buy-icon {
    line-height: 0;
}

.list-product__buy-text {
    display: none;
}

@media only screen and (max-width: 1599px) {
    .list-product__item {
        min-height: 550px;
    }

    .list-product__content-wrap {
        min-height: 200px;
    }

    .list-product__buy {
        width: 100%;
        gap: 0 10px;
        margin: 10px 0 0 0;
    }

    .list-product__buy-text {
        /*display: block;*/
        color: #fff;
    }
}



.phone-base {
    position: relative;
    z-index: 1;
    display: block;
}

.phone-qr {
    position: absolute;
    z-index: 2;
    top: 31%; /* Перекрывает phone.png на половину своей высоты */
    right: 86px;
    transform: translateX(-50%);
}

.app-store {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 120px;
    transform: translateX(-50%);
}

.google-play {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 160px;
    transform: translateX(50%);
}

@media only screen and (max-width: 1365px) {
    .list-product__item {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .list-product {
        /* border-top: 1px solid #e8e9eb; */
    }

    .list-product__item {
        min-height: 410px;
        border-left: none;
    }

    .list-product__item-inner {
        padding: 11px 6% 20px;
    }

    .list-product__item:nth-child(2n) {
        border-right: none;
    }

    .list-product__frame {
        height: 150px;
    }

    .list-product__frame img {
        max-height: 100%;
    }

    .list-product__labels {
        gap: 4px 4px;
    }

    .list-product__label {
        padding: 1px 5px 3px 6px;
        font-size: 12px;
    }

    .list-product__label--stock {
        width: 20px;
        height: 20px;
    }

    .list-product__city {
        padding: 2px 3px 0;
    }

    .list-product__city-name {
        font-size: 11px;
    }

    .list-product__content {
        padding-top: 13px;
    }

    .list-product__content-wrap {
        min-height: 224px;
    }

    .list-product__volume-rating {
        font-size: 11px;
    }

    .list-product__name {
        height: 35px;
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 14px;
        line-height: 1.4;
    }

    .list-product__availability {
        margin: 0 0 14px;
        font-size: 11px;
        line-height: 1.5;
    }

    .list-product__price {
        gap: 5px 0;
        margin-bottom: 13px;
        flex-direction: column;
    }

    .list-product__price-current {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 20px;
    }

    .list-product__price-old {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0 8px;
    }

    .list-product__price-old-value {
        font-size: 13px;
    }

    .list-product__price-discount {
        margin-top: -3px;
        position: static;
        /*  padding: 2px 6px 2px 2px;*/
        font-size: 10px;
    }

    .list-product__buy {
        height: 39px;
        gap: 0 14px;
        margin: 0;
    }
}

.list-product-characteristics {
    font-family: "Geologica Light";
    font-size: 13px;
}

.list-product-characteristics__item {
    margin-bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.list-product-characteristics__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 8px;
    right: 0;
    border-bottom: 2px dotted #898a8c;
}

.list-product-characteristics__item:last-child {
    margin-bottom: 0;
}

.list-product-characteristics__name {
    position: relative;
    font-family: "Geologica Light";
    font-size: 13px;
    padding: 0 3px 5px 0;
    background-color: #fff;
    color: #898a8c;
    z-index: 1;
}

.list-product-characteristics__value {
    position: relative;
    padding: 0 3px 0 5px;
    background-color: #fff;
    color: #212226;
    z-index: 1;
}

.list-product-add {
    padding: 28px 0 29px;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .list-product-add {
        padding: 23px 0 16px;
    }
}

.info-shops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e9eb;
}

.info-shops__img {
    width: 50%;
}

.info-shops__content {
    width: 50%;
    padding: 0 12% 0 4%;
}

.info-shops__content p {
    margin-top: 17px;
    color: #898a8c;
    line-height: 1.55;
}

.info-shops__header {
    font-family: "Museo Cyrl 500";
    font-size: 28px;
    color: #212226;
    line-height: 1.4;
}

.info-shops__link-button {
    margin-top: 40px;
    margin-left: 3px;
}

@media only screen and (max-width: 1599px) {
    .info-shops__content {
        padding: 0 2% 0 4%;
    }
}

@media only screen and (max-width: 1439px) {
    .info-shops__link-button {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .info-shops {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 29px 0;
        padding-bottom: 40px;
    }

    .info-shops__img {
        width: 100%;
    }

    .info-shops__content {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .info-shops__link-button {
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 250px;
    }
}

@media only screen and (max-width: 575px) {
    .info-shops {
        padding-bottom: 35px;
    }

    .info-shops__header {
        font-size: 24px;
    }

    .info-shops__content {
        padding: 2px 7% 0 6%;
    }

    .info-shops__content p {
        margin-top: 10px;
        max-width: 90%;
    }

    .info-shops__link-button {
        margin-top: 20px;
    }

    .modal--age .carousel__button {
        top: 376px !important;
        width: calc(100% - 40px);
        height: 50px;
        left: 20px !important;
    }
}

.news {
    padding: 50px 2.4% 0;
}

.news__list {
    margin-top: 57px;
}

.news__all {
    margin-top: 33px;
    padding: 29px 0;
    border-top: 1px solid #e8e9eb;
    text-align: center;
}

.news__all-link {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    color: #212226;
    text-decoration: none;
}

.news__all-link:hover {
    color: #898a8c;
}

@media only screen and (max-width: 1023px) {
    .filter_btn {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .news {
        padding: 39px 23px 0;
    }

    .news__all {
        margin-top: 11px;
        padding: 23px 0 21px;
    }

    .news__all-link {
        font-size: 14px;
    }
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 62px 0;
    max-width: fit-content;
    overflow: hidden;
    width: 100%;
}

.news-list--home .news-list__text {
    margin-bottom: 20px;
}

.news-list__item {
    width: 21.7%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-list__date {
    display: block;
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

.news-list__name {
    margin-top: 11px;
    display: inline-block;
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    color: #212226;
    text-decoration: none;
    line-height: 1.4;
}

.news-list__name:hover {
    text-decoration: underline;
}

.news-list__text {
    margin-top: 6px;
    margin-bottom: 40px;
    font-family: "Geologica Light";
    font-size: 15px;
    color: #898a8c;
    line-height: 1.5;
}

.news-list__img {
    margin-top: auto;
}

.news-list__img img {
    border-radius: 4px;
    height: 120px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1279px) {
    .news-list--page .news-list__item {
        width: 31%;
    }
}

@media only screen and (max-width: 1023px) {
    .news-list--home {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0 20px;
    }

    .news-list--home .news-list__item {
        max-width: 300px;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .news-list--page .news-list__item {
        width: 48%;
    }
}

@media only screen and (max-width: 575px) {
    .news-list--home {
        gap: 0 48px;
    }

    .news-list--home .news-list__item {
        max-width: 252px;
    }

    .news-list--page {
        padding: 0 24px;
        gap: 52px 0;
    }

    .news-list--page .news-list__item {
        width: 100%;
    }

    .news-list--page .news-list__img img {
        width: 100%;
    }

    .news-list__date {
        font-size: 11px;
    }

    .news-list__name {
        font-size: 16px;
    }

    .news-list__text {
        max-height: 60px;
        overflow: hidden;
        font-size: 13px;
    }
}

.news-list-add {
    text-align: center;
    margin: 57px 0 0;
    padding: 3px 0 5px;
}

@media only screen and (max-width: 575px) {
    .news-list-add {
        margin: 24px -22px 0;
        padding: 23px 0 18px;
    }
}

.subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 41px 3.5% 40px 3.5%;
    background-color: #f5f6f7;
    border-top: 1px solid #e8e9eb;
    border-bottom: 1px solid #e8e9eb;
}

.subscribe--home {
    padding: 41px 4.2% 40px 4.2%;
}

.subscribe--home .subscribe__form {
    width: 46.2%;
}

.subscribe--home .form-subscribe__input {
    width: 67.3%;
}

.subscribe--home .form-subscribe__submit {
    width: 32.6%;
}

.subscribe__text {
    width: 42%;
}

.subscribe__header {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
    color: #212226;
}

.subscribe__description {
    margin-top: 14px;
    color: #898a8c;
}

.subscribe__form {
    width: 44.3%;
}

@media only screen and (max-width: 1023px) {
    .subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .subscribe--home .subscribe__form {
        width: 65%;
    }

    .subscribe__text {
        width: 50%;
    }

    .subscribe__form {
        margin-top: 30px;
        width: 100%;
    }

    .category_btn {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe__text {
        width: 65%;
    }
}

@media only screen and (max-width: 575px) {
    .subscribe {
        padding: 37px 23px 37px;
    }

    .subscribe--home {
        padding: 37px 6.5% 37px;
    }

    .subscribe--home .subscribe__form {
        width: 100%;
    }

    .subscribe--home .form-subscribe__input {
        width: 55%;
    }

    .subscribe--home .form-subscribe__submit {
        width: 45%;
    }

    .subscribe__text {
        width: 82%;
    }

    .subscribe__header {
        font-size: 20px;
    }

    .subscribe__description {
        margin-top: 11px;
        line-height: 1.5;
    }

    .subscribe__form {
        margin-top: 20px;
    }
}

.form-subscribe {
    padding: 3px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.form-subscribe.__error {
    border-color: red;
    animation: shake 0.5s ease;
}

.form-subscribe__input {
    width: 71.5%;
    padding: 0 10px 0 20px;
    background-color: transparent;
    font-family: "Geologica Regular";
    font-size: 15px;
    color: #212226;
    border: none;
    outline: 0;
}

.form-subscribe__submit {
    padding: 19px 0;
    width: 28.5%;
    border: none;
    border-radius: 4px;
    background-color: #2884e0;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-subscribe__submit:hover {
    background-color: #1e75cb;
}

@media only screen and (max-width: 575px) {
    .form-subscribe__input {
        width: 55%;
        padding: 0 10px 0 12px;
        font-size: 13px;
    }

    .form-subscribe__input::-webkit-input-placeholder {
        font-size: 13px;
    }

    .form-subscribe__input:-moz-placeholder {
        font-size: 13px;
    }

    .form-subscribe__input::-moz-placeholder {
        font-size: 13px;
    }

    .form-subscribe__input:-ms-input-placeholder {
        font-size: 13px;
    }

    .form-subscribe__submit {
        width: 44%;
        padding: 17px 0 17px;
        font-size: 14px;
    }
}

.wrapper {
    position: relative;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wrapper__nav {
    position: relative;
    width: 80px;
}

.wrapper__nav .nav_panel_block {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 9;
}

.wrapper__nav .list-nav-category {
    position: fixed;
    width: 20%;
    max-width: unset;
    left: -100%;
    height: calc(100vh - 81px);
    top: 80px;
    padding-top: 36px;
    z-index: 5;
    overflow: scroll;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-right: 1px solid #e8e9eb;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.wrapper__nav .list-nav-category--active {
    left: 0;
    padding-left: 35px;
    background-color: #fff;
}

.wrapper__nav
.list-nav-category--active
.list-nav-category__item:hover
.list-nav-category__sub {
    width: 100%;
    max-width: 81.7%;
}

.wrapper__nav .list-nav-category--active .list-nav-category__sub {
    left: 20.4%;
}

.wrapper__content {
    width: calc(100% - 80px);
    padding-top: 80px;
}

@media only screen and (max-width: 1599px) {
    .wrapper__nav
    .list-nav-category--active
    .list-nav-category__item:hover
    .list-nav-category__sub {
        width: 100%;
        max-width: 79.5%;
    }

    .wrapper__nav .list-nav-category .list-nav-category__sub {
        left: 20.5%;
    }
}

@media only screen and (max-width: 1365px) {
    .wrapper__nav
    .list-nav-category--active
    .list-nav-category__item:hover
    .list-nav-category__sub {
        max-width: 79.5%;
    }

    .wrapper__nav .list-nav-category .list-nav-category__sub {
        left: 20.5%;
    }
}

@media only screen and (max-width: 1279px) {
    .wrapper__nav {
        display: none;
    }

    .wrapper__content {
        width: 100%;
    }
}

.button-menu {
    position: fixed;
    top: 0px;
    left: auto;
    display: block;
    background-color: #2884e0;
    width: inherit;
    height: 100vh;
    background-image: url(/local/templates/rosal_v2/css/../img/icon-burg-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
    transition: none;
}

/* .wrapper__nav::before{
    content: '';
    position: fixed;
    left: 0;
    top: 81px;
    width:calc((100vw - 1720px) / 2);
    height: calc(100vh - 81px);
    background-color: #fff;
    z-index: 100;
} */

@media (max-width: 1720px) {
    .button-menu {
        left: 0;
    }

    .wrapper__nav::before {
        display: none;
    }
}

.button-menu--active {
    background-image: url(/local/templates/rosal_v2/css/../img/icon-burg-menu--close.svg);
}

.button-menu:hover {
    background-color: #1e75cb;
}

.wrapper-form {
    padding: 62px 0 98px 19.9%;
    border-top: 1px solid #e8e9eb;
}

.wrapper-form__form-job-seeker {
    max-width: 516px;
    margin-top: 60px;
}

.wrapper-form__form-partner {
    max-width: 516px;
    margin-top: 60px;
}

.wrapper-form__description {
    margin-top: 23px;
    max-width: 40%;
    color: #898a8c;
    line-height: 1.6;
}

@media only screen and (max-width: 1279px) {
    .wrapper-form {
        padding: 62px 22px 98px 22px;
        border-top: none;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-form__description {
        max-width: 100%;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-form {
        padding: 62px 22px 98px 22px;
    }

    .wrapper-form--contact {
        padding: 29px 22px 98px 22px;
    }

    .wrapper-form__form-job-seeker {
        margin-top: 30px;
    }

    .wrapper-form__form-partner {
        margin-top: 27px;
    }
}

.wrapper-sub-menu {
    position: fixed;
    padding-top: 80.8px;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(33, 34, 38, 0.6);
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, left 0s 0.5s;
    transition: opacity 0.5s ease, left 0s 0.5s;
    overflow: hidden;
}

.wrapper-sub-menu--active {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease, left 0s;
    transition: opacity 0.5s ease, left 0s;
}

.wrapper-sub-menu__box {
    position: absolute;
    left: -100%;
    width: 80%;
    max-width: 1036px;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
    top: 65px;
    background-color: #fff;
}

.wrapper-sub-menu__box.wrapper-sub-menu__box--home {
    margin-left: 0;
}

.wrapper-sub-menu__box--active {
    left: 0;
}

.wrapper-sub-menu--active .wrapper-sub-menu__box {
    right: 100%;
    left: auto;
}

.wrapper-sub-menu--active .wrapper-sub-menu__box.wrapper-sub-menu__box--active {
    left: 0;
}

.wrapper-sub-menu-bg_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.sub-category__head {
    overflow: hidden;
}

.sub-category__row--product-list .sub-category__name {
    translate: 0 100%;
    transition: translate 0.2s 0.3s;
}

.wrapper-sub-menu__box--active
.sub-category__row--product-list
.sub-category__name {
    translate: 0 0;
}

@media only screen and (max-width: 1279px) {
    .wrapper-sub-menu {
        padding-top: 64.8px;
        background-color: transparent;
        opacity: 1;
    }

    .wrapper-sub-menu__box {
        margin-left: 0;
        width: 100%;
        max-width: unset;
    }

    .wrapper-sub-menu__box--active {
        left: 0;
        overflow-y: auto;
    }
}

.block-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 168px 0 171px;
}

.block-404__frame {
    font-family: "Museo Cyrl 500";
    font-size: 240px;
    color: #2884e0;
    line-height: 1;
}

.block-404__content {
    margin-top: 89px;
    text-align: center;
}

.block-404__content-header {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

.block-404__content-appeal {
    margin-top: 21px;
    padding: 0 8%;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

.block-404__action {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
}

@media only screen and (max-width: 575px) {
    .block-404 {
        padding: 106px 0 127px;
    }

    .block-404__frame {
        font-size: 160px;
    }

    .block-404__content {
        margin-top: 75px;
    }

    .block-404__content-header {
        font-size: 20px;
    }

    .block-404__content-appeal {
        padding: 0;
    }

    .block-404__action {
        margin-top: 40px;
        padding: 0 2px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px 0;
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 25px;
}

.breadcrumbs__item {
    position: relative;
}

.breadcrumbs__item:after {
    content: "/";
    display: block;
    position: absolute;
    left: auto;
    top: 2px;
    right: -15px;
    font-size: 12px;
    color: #898a8c;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
}

.breadcrumbs__item:last-child:after {
    content: none;
}

.breadcrumbs__link {
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
    text-decoration: none;
}

.breadcrumbs__link:hover {
    color: #212226;
}

.breadcrumbs__current {
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

@media only screen and (max-width: 575px) {
    .breadcrumbs {
        gap: 0 21px;
    }

    .breadcrumbs__item:after {
        right: -13px;
    }
}

.aside-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px 0;
    padding: 0 0 60px 3.5vw;
}

.aside-menu__link {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #898a8c;
    text-decoration: none;
    line-height: 1.4;
}

.aside-menu__link:hover {
    color: #212226;
}

.aside-menu__link--active {
    color: #212226;
}

.page-intro {
    position: relative;
}

.page-intro--news .page-intro__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0 62px 20%;
}

.page-intro--news .page-intro__content .page-header {
    max-width: 76%;
    margin-bottom: 7.5%;
}

.page-intro:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.page-intro__content {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-left: 20%;
    padding-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.page-intro__description {
    position: relative;
    max-width: 38%;
    margin-top: 31px;
    line-height: 1.6;
}

.page-intro .page-header {
    max-width: 62%;
    position: relative;
    font-size: 60px;
}

.page-intro__date {
    font-size: 13px;
    color: #898a8c;
}

@media only screen and (max-width: 1799px) {
    .page-intro .page-header {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1365px) {
    .page-intro .page-header {
        max-width: 90%;
    }

    .page-intro__description {
        max-width: 60%;
    }
}

@media only screen and (max-width: 1279px) {
    .page-intro__content {
        padding-left: 10%;
    }

    .page-intro .page-header {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1023px) {
    .page-intro--news .page-intro__content {
        padding: 30px 0 62px 10%;
    }

    .page-intro--news .page-intro__content .page-header {
        max-width: 95%;
        margin-bottom: 3.5%;
    }

    .page-intro img {
        height: 330px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .page-intro__content {
        padding-left: 5%;
    }

    .page-intro .page-header {
        max-width: 96%;
        font-size: 40px;
    }

    .page-intro__description {
        max-width: 95%;
    }

    .thanks-purchase {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .page-intro .page-header {
        font-size: 44px;
    }

}

@media only screen and (max-width: 767px) {
    .page-intro .page-header {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .page-intro--news .page-intro__content {
        padding: 40px 0 32px 6.5%;
    }

    .page-intro--news .page-intro__content .page-header {
        margin-bottom: 16.5%;
    }

    .page-intro--about .page-intro__content {
        padding-bottom: 0;
        padding-top: 1%;
    }

    .page-intro--about .page-intro__content .page-header {
        margin-bottom: -5px;
    }

    .page-intro img {
        height: 560px;
    }

    .page-intro .page-header {
        margin-bottom: 16.5%;
        font-size: 24px;
        line-height: 1.3;
    }

    .page-intro__content {
        padding-left: 24px;
        padding-top: 17%;
    }

    .page-intro__description {
        max-width: 92%;
    }
}

.page-content h2 {
    max-width: 75%;
    margin: 0 0 23px;
    font-family: "Museo Cyrl 500";
    font-size: 36px;
}

.page-content p {
    max-width: 75%;
    margin-bottom: 13px;
    line-height: 1.5;
}

.page-content p:last-of-type {
    margin-bottom: 0;
}

.page-content h3 {
    font-family: "Museo Cyrl 500";
    font-size: 28px;
    margin: 40px 0 24px;
}

.page-content h4 {
    margin: 40px 0 22px;
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

.page-content img {
    margin: 28px 0 3px;
}

@media only screen and (max-width: 1023px) {
    .page-content h2 {
        max-width: 95%;
    }

    .page-content p {
        max-width: 95%;
    }
}

@media only screen and (max-width: 575px) {
    .page-content h2 {
        font-size: 28px;
        line-height: 1.41;
        margin: 0 0 19px;
    }

    .page-content p {
        max-width: 97%;
        margin-bottom: 7px;
        line-height: 1.55;
    }

    .page-content h3 {
        margin: 30px 0 19px;
        font-size: 24px;
        line-height: 1.42;
    }

    .page-content img {
        margin: 21px 0 3px;
    }

    .page-content h4 {
        margin: 38px 0 19px;
        font-size: 20px;
        line-height: 1.4;
    }
}

.personal-data {
    padding: 30px 0 100px 20%;
}

.personal-data__content {
    max-width: 75%;
    margin-top: 35px;
}

.personal-data__content p {
    margin-bottom: 10px;
    line-height: 1.53;
}

.personal-data__content p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .personal-data {
        padding: 24px 0 58px;
    }

    .personal-data__content {
        margin-top: 23px;
        max-width: 97%;
    }

    .personal-data p {
        line-height: 1.54;
    }
}

.thanks-purchase {
    padding: 80px 0 0 0;
    display: flex;
    justify-content: space-evenly;
}

.thanks-purchase_image {
    margin-top: 26px;
    max-width: 688px;
    width: 100%;
    height: 765px;
    margin-bottom: -1px;
}

.thanks-purchase_image img {
    height: 100%;
    object-fit: cover;

}

.thanks-purchase__box {
    margin-top: 60px;
    max-width: 516px;
    max-height: 584px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    gap: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.thanks-purchase__header {
    width: 100%;
    font-family: "Museo Cyrl 500";
    font-size: 80px;
    line-height: 1.2;
}

.thanks-purchase__info {
    width: 100%;
}

@media only screen and (max-width: 1799px) {
    .thanks-purchase__box {
        margin: 60px 44px;
    }
}

@media only screen and (max-width: 1279px) {
    .thanks-purchase__box {
        /* max-width: 99%; */
    }
}

@media only screen and (max-width: 1023px) {
    .thanks-purchase__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .thanks-purchase__header {
        width: 100%;
        font-size: 60px;
    }

    .thanks-purchase__info {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .thanks-purchase {
        padding: 59px 0 61px 0;
    }

    .thanks-purchase__box {
        margin: 45px 0 60px 0 !important;
        padding: 0 22px;
    }

    .thanks-purchase__header {
        font-size: 48px;
        line-height: 1.4;
    }

    .thanks-purchase__info {
        /* margin-top: 41px; */
    }
}

.your-order__number {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.your-order__content {
    margin-top: 13px;
    color: #898a8c;
}

@media only screen and (max-width: 575px) {
    .your-order__number {
        font-size: 16px;
    }

    .your-order__content {
        margin-top: 12px;
        line-height: 1.55;
    }
}

.order-info__item {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-info__item:last-of-type {
    margin-bottom: 0;
}

.order-info__name {
    width: 51%;
    color: #898a8c;
}

.order-info__value {
    width: 49%;
    font-family: "Geologica Regular";
    line-height: 1.5;
}

.order-info__link {
    margin-top: 61px;
}

@media only screen and (max-width: 575px) {
    .order-info__name {
        width: 54%;
    }

    .order-info__value {
        width: 46%;
    }

    .order-info__link {
        margin-top: 40px;
    }
}

.sorting {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.sorting__text {
    color: #898a8c;
}

.sorting__list {
    position: static;
}

.sorting__list-label {
    position: static;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 5px;
    background-color: #fff;
    color: #212226;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    line-height: 1.3;
    white-space: nowrap;
}

.sorting__list-label--active .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sorting__list-label-icon {
    line-height: 0;
}

.sorting__list-label-icon .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sorting__list-label:hover {
    opacity: 0.8;
}


@media only screen and (max-width: 767px) {
    .sorting__text {
        display: none;
    }

    .home-slider__item img {
        position: relative;
        height: auto;
        background-image: url('/local/templates/rosal_v2/css/../img/img-slider.webp');
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.select {
    position: absolute;
    width: 120px;
    height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}

.select__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.select__list {
    display: none;
    position: absolute;
    width: auto;
    right: -4px;
    top: 45px;
    width: 200px;
    border-radius: 4px;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 36px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 36px rgba(0, 0, 0, 0.1);
}

.select__list:before {
    content: "";
    display: block;
    position: absolute;
    left: 62%;
    top: -26px;
    border: 14px solid transparent;
    border-bottom-color: #fff;
}

.select__item {
    padding: 14px 0 13px 17px;
    border-bottom: 1px solid #e8e9eb;
    font-family: "Geologica Regular";
    color: #212226;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.select__item.__active {
    color: #898a8c;
}

.select__item:last-child {
    border-bottom: none;
}

.select__item:hover {
    background-color: #f5f6f7;
}

.filter {
    display: none;
    gap: 0 5px;
    cursor: pointer;
}

.filter__icon {
    line-height: 0;
}

@media only screen and (max-width: 1023px) {
    .filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.panel-filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    z-index: 14;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
}

.panel-filter--active {
    left: 0;
}

.panel-filter__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 24px 29px;
    margin-top: 65px;
    border-bottom: 1px solid #e8e9eb;
}

.panel-filter__head-name {
    font-family: "Museo Cyrl 500";
    font-size: 20px;
}

.panel-filter__head-icon {
    line-height: 0;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .panel-filter__content .list-category-data {
        gap: 7px 0;
        padding: 24px 24px 23px;
    }

    .panel-filter__content .list-category-result {
        padding: 25px 22px 26px;
    }

    .panel-filter__content .list-category-result__info {
        margin-top: 22px;
    }

    .panel-filter__content .list-tags-result {
        margin-top: 20px;
    }

    .panel-filter__content .list-tags-result__item {
        padding: 9px 13px 5px;
    }

    .panel-filter__content .category-filter__item {
        padding: 22px 22px 25px;
    }

    .panel-filter__content .range-filter__value {
        margin-top: 32px;
    }

    .panel-filter__content .range-filter__input {
        height: 45px;
    }
}

.wrapper-panel-shops {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    z-index: 14;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
}

.wrapper-panel-shops--active {
    left: 0;
}

.box-shops__list {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}

.wrapper-panel-shops .box-shops__list {
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.panel-shops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 80px;
}

.panel-shops--page {
    height: 707px;
    overflow: hidden;
    border: 1px solid #e8e9eb;
    border-top: none;
    border-bottom: none;
}

.panel-shops__frame {
    width: calc(100% - 344px);
    border-top: 1px solid #e8e9eb;
}

.panel-shops__box {
    width: 344px;
    height: 100%;
    overflow: hidden;
    /* overflow-y: auto; */
    border-left: 1px solid #e8e9eb;
}

.wrapper-panel-shops .panel-shops__box {
    overflow: unset;
    overflow-y: unset;
}

@media only screen and (max-width: 1279px) {
    .panel-shops--page {
        /* border-top: 1px solid #e8e9eb; */
    }

    .panel-shops {
        margin-top: 65px;
    }

    .popup {
        margin-left: 150px !important;
        margin-top: -36px !important;
        margin-right: 15px;
    }

    .popup::after {
        opacity: 0;
    }

    .popup::before {
        content: "";
        position: absolute;
        top: 50% !important;
        left: -19px !important;
        transform: translateY(-50%) !important;
        border-width: 10px;
        border-style: solid;
        border-color: transparent white transparent transparent !important;
    }
}

@media only screen and (max-width: 1023px) {
    .panel-shops__frame {
        display: none;
    }

    .panel-shops__box {
        width: 100%;
    }
}

.box-shops {
    background-color: #fff;
}

.wrapper-panel-shops .box-shops {
    height: calc(100vh - 81px);
    overflow: hidden;
}

@media only screen and (max-width: 1279px) {
    .wrapper-panel-shops .box-shops {
        height: calc(100vh - 65px);
    }
}

.box-shops__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 30px 29px;
    border-bottom: 1px solid #e8e9eb;
}

.box-shops__head-name {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

.box-shops__head-icon {
    line-height: 0;
    cursor: pointer;
}

.box-shops__head-icon .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-shops__head-icon:hover .icon {
    opacity: 0.8;
}

.box-shops__search {
    border-bottom: 1px solid #e8e9eb;
    height: 63px;
}

.box-shops__nav-mobile {
    display: none;
}

.box-shops__content-mobile {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .box-shops__head {
        padding: 32px 24px 29px;
    }

    .box-shops__head-name {
        font-size: 20px;
    }

    .box-shops__nav-mobile {
        display: block;
    }

    .box-shops__content-mobile {
        display: block;
    }
}

.panel-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #e8e9eb;
}

.panel-tabs-nav__item {
    width: 50%;
    text-align: center;
}

.panel-tabs-nav__item--active .panel-tabs-nav__item-text:after {
    background-color: #2884e0;
}

.panel-tabs-nav__item-text {
    display: inline-block;
    position: relative;
    padding: 15px 5px 15px;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    cursor: pointer;
}

.panel-tabs-nav__item-text:after {
    content: "";
    display: block;
    position: absolute;
    left: -7px;
    top: auto;
    right: -7px;
    bottom: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .panel-tabs-nav__item-text {
        padding: 15px 5px 15px;
    }
}

.panel-tabs-content__box {
    display: none;
}

.panel-tabs-content__box--active {
    display: block;
}

.map {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1023px) {
    .map {
        height: 600px;
    }
}

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

.list-shops__item {
    padding: 22px 28px 17px 46px;
    border-bottom: 1px solid #e8e9eb;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
}

.list-shops__item--checked .icon {
    stroke: #e51818 !important;
    fill: #e51818 !important;
}

.list-shops__item .list-shops__choose-btn {
    display: none;
    margin: 20px 0 0;
    width: 100%;
}

.list-shops__item .list-shops__choose-btn a {
    display: block;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    border: 1px #2884e0 solid;
    border-radius: 4px;
    color: #2884e0;

    font-family: "Museo Cyrl 500";
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;

    text-decoration: none;
    outline: 0;
}

.list-shops__item .list-shops__choose-btn a:hover {
    background-color: #2884e0;
    border-color: transparent;
    color: #fff;
}

.list-shops__item--active .list-shops__choose-btn {
    display: block;
}

.list-shops__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-shops__name {
    position: relative;
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.list-shops__name:before {
    content: "";
    display: block;
    position: absolute;
    left: -17px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8000ff;
}

.list-shops__icon {
    line-height: 1;
}

.list-shops__icon .icon {
    stroke: #bbbdbf;
    fill: transparent;
}

.list-shops__address {
    margin-top: 9px;
    line-height: 1.5;
}

.list-shops__time-work {
    margin-top: 7px;
    color: #898a8c;
}

.list-shops__order-product {
    margin-top: 10px;
}

.list-shops .list-order-product__item {
    width: 57px;
}

.list-shops .list-order-product__item img {
    height: 55px;
}

.list-shops__link {
    margin-top: 10px;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    color: #2884e0;
    border: 1px solid #2884e0;
    border-radius: 4px;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #2884e0;
    text-align: center;
    text-decoration: none;
}

.list-shops__link:hover {
    background-color: #2884e0;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .list-shops__item {
        padding: 20px 24px 20px 41px;
    }

    .list-shops__name {
        font-size: 16px;
    }

    .list-shops__address {
        margin-top: 6px;
    }
}

.wrapper-panel-basket {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 22;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.basket__promotion, .basket__promotion_mini {
    color: #EE4763 !important;
    gap: 5px;
    display: flex;
    align-items: center;
}

.old_price {
    font-size: 13px;
    color: #898A8C;
    text-decoration: line-through;
}

.old_price_mini {
    font-size: 12px;
    color: #898A8C;
    text-decoration: line-through;
}

.wrapper-panel-basket--active {
    right: 0;
}

.panel-basket {
    width: 100%;
    max-width: 516px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.form--contact-data .main__aside-content {
    position: sticky;
}

.panel-basket__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px 30px 40px;
    border-bottom: 1px solid #e8e9eb;
}

.panel-basket__head-name {
    font-family: "Museo Cyrl 500";
    font-size: 34px;
    letter-spacing: 1px;
}

.panel-basket__head-value {
    margin: 13px auto 0 5%;
    font-family: "Geologica Regular";
    color: #898a8c;
}

.panel-basket__head-icon {
    cursor: pointer;
}

.panel-basket__head-icon .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.panel-basket__head-icon:hover .icon {
    opacity: 0.8;
}

.panel-basket__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: calc(100% - 239px);
    padding: 25px 10px 25px 40px;
}

.panel-basket__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 40px 35px 40px;
    border-top: 1px solid #e8e9eb;
}

@media only screen and (max-width: 575px) {
    .panel-basket {
        max-width: 100%;
    }

    .panel-basket__head {
        padding: 26px 25px 27px;
    }

    .panel-basket__head-name {
        font-size: 26px;
    }

    .panel-basket__head-value {
        margin: 8px auto 0 5%;
    }

    .panel-basket__body {
        padding: 15px 10px 15px 25px;
    }

    .panel-basket__bottom {
        padding: 22px 23px 24px;
    }
}

.list-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.list-basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 6.5%;
}

.list-basket__img {
    width: 100px;
}

.list-basket__img img {
    width: 100%;
    max-height: 96px;
    height: 100%;
    object-fit: contain;
}

.list-basket__content {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.list-basket__content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-basket__content-box--bottom {
    margin-top: 15px;
}

.list-basket__name {
    width: calc(100% - 24px);
    padding-right: 3%;
}

.list-basket__del {
    width: 24px;
    cursor: pointer;
}

.list-basket__del .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-basket__del:hover .icon {
    opacity: 0.7;
}

.list-basket__art {
    margin-top: 6px;
    font-size: 13px;
    color: #898a8c;
}

.list-basket__price {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

.list-basket-calc-order {
    gap: unset !important;
}

.list-basket-calc-order .icon-minus {
    width: 12px;
    height: 12px;
}

.list-basket-calc-order .icon-plus {
    width: 12px;
    height: 12px;
}

.list-basket-calc-order.list-basket-calc__item {
    width: 12px;
    height: 12px;
}

.list-basket-calc-order .list-basket-order__value {
    color: #4a4b4e !important;
}

@media only screen and (max-width: 575px) {
    .list-basket {
        gap: 33px 0;
    }

    .list-basket__content {
        padding-top: 7px;
    }

    .list-basket__content-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .list-basket__content-box--bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .list-basket__name {
        line-height: 1.5;
        max-height: 39px;
        overflow: hidden;
    }
}

.list-basket-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.list-basket-calc__item {
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-basket-calc__item--disabled {
    opacity: 0.3;
    cursor: default;
}

.list-basket-calc__item .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-basket-calc__item:hover .icon {
    opacity: 0.7;
}

.list-basket-calc__input {
    width: 28px;
    border: none;
    outline: 0;
    font-family: "Museo Cyrl 500";
    font-size: 15px;
    text-align: center;
}

.panel-basket-total__text {
    font-family: "Geologica Regular";
    font-size: 13px;
    color: #898a8c;
}

.panel-basket-total__value {
    margin-top: 3px;
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

@media only screen and (max-width: 575px) {
    .panel-basket-total__value {
        font-size: 20px;
    }
}

.aside {
    position: relative;
    z-index: 3;
    background: #fff;
}

.main {
    position: relative;
}

.main--home {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 80px;
}

.main--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 63px 3.5% 63px 0;
}

.main--no-padding {
    padding: 0;
}

.main--no-padding .main__aside-content {
    padding-top: 63px;
    width: 20%;
}

.main--no-padding .main__content-inner {
    width: 80%;
    padding-right: 0;
}

.main--catalog {
    padding: 0;
}

.main--catalog .main__aside-content {
    padding: 37px 0 0 2.1%;
    width: 20%;
}

.main--catalog .main__content-inner {
    width: 80%;
    padding-right: 0;
}

.main--favorites {
    padding: 0;
}

.main--favorites .main__aside-content {
    padding: 25px 0 25px 1.7%;
    width: 25%;
    position: sticky;
    top: 80px;
    height: max-content;
}

.main--favorites .main__content-inner {
    width: 75%;
    padding-right: 0;
}

.main--lk {
    padding: 0;
}

.main--lk .main__aside-content {
    padding: 46px 0 20px;
    width: 40%;
    top: 0 !important;
}

.main--lk .main__content-inner {
    width: 70%;
    padding-right: 0;
}

.main--order {
    padding: 0;
}

.main--order .main__content-inner {
    width: 80%;
    padding-right: 0;
}

.main--order .main__aside-content {
    width: 20%;
    padding: 0;
}

.main--category {
    padding: 0;
}

.main--category .main__aside-content {
    width: 20%;
    padding: 0;
    top: 0 !important;
    margin-bottom: 79px !important;
    position: relative !important;
}

.main--category .main__content-inner {
    width: 80%;
    padding-right: 0;
}

.main--category .page-head {
    border-left: 1px solid #e8e9eb;
}

.main--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}

.main--card .main__aside-content {
    width: 20%;
    padding: 39px 0 0;
}

.main--card .main__content-inner {
    width: 80%;
    padding-right: 0;
    border-right: 1px solid #e8e9eb;
}

.main--shops {
    padding: 0;
}

.main--shops .main__content {
    width: 100%;
}

.main__aside {
    position: fixed;
    top: 80px;
    width: 20%;
    max-width: 360px;
    height: calc(100vh - 81px);
}

.main__aside--home {
    padding-left: 2%;
    padding-top: 2%;
    overflow-y: scroll;
    top: 80px !important;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.main--home .aside_panel_block {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 2;
}

.main__content {
    margin: 0;
    width: 80%;
}

.main--home .main__content {
    margin: 0 0 0 20%;
}

/*.main__content--decor {
    border-right: 1px solid #e8e9eb;
}*/

.home-slider {
    border-left: 1px solid #e8e9eb;
}
.main__aside{display: flex; flex-direction: column}
.main__aside .list-nav-category{order: 0}
.main__aside .catalog-banner-menu {order: 1}

.main__aside-content {
    width: 21.7%;
    padding-left: 0%;
    position: relative;
    position: sticky;
    top: 0;
    margin-bottom: 30px;
}

.main__content-inner {
    width: 78.3%;
    padding-right: 1.5%;
    /* margin-left: 21.7%; */
}

.main--column .main__aside,
.main--column .main__aside-content {
    position: sticky;
    height: max-content;
    top: 0;
    backdrop-filter: blur(1px);
}

.main--lk .main__aside-content {
    position: relative;
}

@media (min-width: 1720px) {
    .main__aside {
        /* padding: 0 0 0 1%; */
    }

    .main--favorites .main__aside-content {
        padding: 25px 0 25px 2.7%;
    }
}

@media only screen and (max-width: 1799px) {
    .main--catalog {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1279px) {
    .main--home .main__content {
        margin: 0;
        margin-top: 80px;
    }

    .main--lk .main__aside-content {
        width: 45%;
    }

    .main--lk .main__content-inner {
        width: 55%;
    }

    .main--order {
        padding: 0;
    }

    .main--order .main__content-inner {
        width: 75%;
    }

    .main--order .main__aside-content {
        width: 25%;
    }

    .main--category .main__aside-content {
        width: 21.7%;
    }

    .main--category .main__content-inner {
        width: 78.3%;
    }

    .main--card .main__aside-content {
        display: none;
    }

    .main--card .main__content-inner {
        width: 100%;
        border-right: none;
    }

    .main__aside {
        display: none;
    }

    .main__content {
        width: 100%;
        margin: 0 0 0 0;
    }
}

@media only screen and (max-width: 1023px) {
    .main--catalog .main__aside-content {
        padding: 37px 0 0 2.1%;
        width: 30%;
        height: max-content;
    }

    .main--catalog .main__content-inner {
        width: 70%;
    }

    .main--favorites .main__aside-content {
        padding: 25px 11px 0 10px;
        width: 100%;
        position: static;
    }

    .main--favorites .main__content-inner {
        border-top: 1px solid #e8e9eb;
        margin-top: 20px;
        width: 100%;
    }

    .main--lk .main__aside-content {
        width: 100%;
    }

    .main--lk .main__content-inner {
        width: 100%;
    }

    .main--order .main__content-inner {
        width: 100%;
        padding-bottom: 30px;
    }

    .main--order .main__aside-content {
        width: 0;
    }

    .main--category {
        padding: 0;
    }

    .main--category .main__aside-content {
        display: none;
    }

    .main--category .main__content-inner {
        width: 100%;
        padding: 0;
    }

    .main--category .page-head {
        border-left: none;
    }

    .main__content-inner {
        margin-left: 0;
    }

    .main--column {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .main--no-padding .main__aside-content {
        display: none;
    }

    .main--no-padding .main__content-inner {
        width: 100%;
        padding-left: 22px;
    }

    .main--catalog .main__content-inner {
        width: 100%;
        padding-right: 22px;
    }

    .main--favorites .main__aside-content {
        display: block;
    }

    .main--lk {
        padding: 0;
    }

    .main--lk .main__aside-content {
        display: block;
        padding: 32px 0 0;
    }

    .main--lk .main__content-inner {
        width: 100%;
    }

    .main--card .main__content-inner {
        padding-left: 0;
    }

    .main__aside-content {
        display: none;
    }

    .main__content-inner {
        width: 100%;
        padding-left: 3.5%;
    }
}

@media only screen and (max-width: 575px) {
    .main--home .content {
        padding: 0;
    }

    .main--column {
        /* padding: 27px 0 0; */
    }

    .main--catalog {
        padding: 0;
    }

    .main--catalog .main__content-inner {
        padding: 0;
    }

    .main--favorites .main__aside-content {
        padding: 15px 11px 0 24px;
        margin-top: -4px;
    }

    .main--favorites .main__content-inner {
        border-top: none;
        padding: 0;
    }

    .main--lk {
        padding: 0;
    }

    .main--lk .main__content-inner {
        padding: 0 22px;
    }

    .main--order .main__content-inner {
        padding: 0 0 3px;
    }

    .main--category {
        padding: 9px 0 0;
    }

    .main--shops .main__content {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .content {
        padding: 0;
    }
}

@media only screen and (max-width: 1279px) {
    .page-content {
        padding: 0 22px;
    }
}

@media only screen and (max-width: 1279px) and (max-width: 575px) {
    .page-content {
        padding: 0;
    }
}

.menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 13.5px 0;
}

.menu-footer__link {
    color: #000000;
    text-decoration: none;
}

.menu-footer__link:hover {
    color: #212226;
}

@media only screen and (max-width: 575px) {
    .menu-footer {
        gap: 13px 0;
    }
}

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

.footer-contact__item-head {
    font-family: "Geologica Light";
    font-size: 13px;
    color: #000000;
}

.footer-contact__phone {
    display: inline-block;
    margin-top: 8px;
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    color: #212226;
    text-decoration: none;
}

.footer-contact__phone:hover {
    opacity: 0.8;
}

.footer-contact__email {
    display: inline-block;
    margin-top: 8px;
    font-family: "Museo Cyrl 500";
    font-size: 15px;
    color: #212226;
}

.footer-contact__email:hover {
    text-decoration: none;
}

.list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 8px;
}

.list-social__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background-color: #f5f6f7;
    text-decoration: none;
}

.list-social__link:hover {
    background-color: #e8e9eb;
}

.footer--home .footer__base {
    padding: 60px 0 60px 0;
}

.footer--home .footer__add {
    padding: 22px 0 25px;
}

.footer--home .footer__link-privacy {
    margin-left: 34.7%;
}

.footer--home .footer__development {
    margin-left: 13%;
}

.footer__base {
    padding: 61px 4.6% 58px 3.4%;
}

.footer__base .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__add {
    border-top: 1px solid #e8e9eb;
    padding: 21px 3.5% 25px;
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

.footer__column {
    width: 18.3%;
}

.footer__column--contact .footer__column-head {
    margin-bottom: 17px;
}

.footer__column-head {
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__column-name {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    color: #212226;
}

.footer__column-change {
    display: none;
    line-height: 0;
    cursor: pointer;
}

.footer__column-change .icon {
    fill: #212226;
}

.footer__social {
    margin-top: 12px;
}

.footer__link-privacy {
    margin-left: 38.2%;
}

.footer__development {
    margin-left: 10.6%;
}

@media only screen and (max-width: 1599px) {
    .footer--home .footer__development {
        margin-left: auto;
    }

    .footer__development {
        margin-left: auto;
    }
}

@media only screen and (max-width: 1279px) {
    .footer--home .footer__link-privacy {
        margin: 0 auto;
    }

    .footer__link-privacy {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__base .row {
        gap: 30px 0;
    }

    .footer__column {
        width: 50%;
    }

    .footer__link-privacy {
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .footer--home .footer__link-privacy {
        margin-left: 0;
    }

    .footer--home .footer__development {
        margin-left: 0;
    }

    .footer__add .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px 0;
    }

    .footer__link-privacy {
        margin-left: 0;
    }

    .footer__development {
        margin-left: 0;
    }
}

.footer__column--contact-menu {
    display: none;
}

@media (max-width: 1279px) {
    .footer__column--contact-menu {
        display: flex;
        padding: 0;
    }

    .menu-mobile__city {
        height: 82px;
        display: flex;
    }

    .header-info {
        width: 100% !important;
    }

    .header-info__item {
        width: 40%;
    }

    .footer__column--contact-menu .footer__column {
        width: 100%;
        border-bottom: 1px solid #e8e9eb;
        padding: 0 7% 0 calc(7% + 8px);
    }

    .footer__column--contact-menu .footer__column-head {
        padding: 20px 0 20px;
        margin-bottom: 0;
    }

    .footer__column--contact-menu .footer__column-name {
        font-size: 16px;
    }

    .footer__column--contact-menu .footer__column-change {
        display: inline-block;
        line-height: 0;
        rotate: -90deg;
        transition: rotate 0.3s;
    }

    .footer__column--contact-menu
    .footer__column-change--active
    .footer__column-change {
        rotate: 0deg;
    }

    .footer__column--contact-menu .icon-arrow-change {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer__column--contact-menu .footer__column-box {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        -webkit-transition: grid-template-rows 0.3s;
        transition: grid-template-rows 0.3s;
    }

    .footer__column--contact-menu .footer__column-box--active {
        grid-template-rows: 1fr;
    }

    .footer__column--contact-menu .menu-footer {
        min-height: 0;
        gap: 13px 0;
    }

    .footer__column--contact-menu .footer__social {
        min-height: 0;
    }

    .footer__column--contact-menu .row {
        gap: 0;
        width: 100%;
    }

    .footer__column--contact-menu .footer__column-name {
        width: calc(100% - 49px);
        font-size: 13px;
        color: #212226;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer__column--contact-menu .menu-footer__item:last-child {
        padding-bottom: 20px;
    }

    .footer__column--contact-menu .footer__social {
        padding-bottom: 20px;
    }

    .footer__column--contact-menu .footer-contact {
        min-height: 0;
    }
}

@media only screen and (max-width: 575px) {
    .footer--home .footer__base {
        padding: 0;
    }

    .footer--home .footer__add {
        padding: 23px 23px 21px;
        font-size: 12px;
    }

    .footer__column {
        width: 100%;
        border-bottom: 1px solid #e8e9eb;
        padding: 0 23px 0;
    }

    .footer__column--contact .footer__column-head {
        margin-bottom: 0;
    }

    .footer__column-head {
        padding: 20px 0 20px;
        margin-bottom: 0;
    }

    .footer__column-box {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer__column-box--active {
        max-height: 500px;
        padding-bottom: 18px;
    }

    .footer__column-name {
        font-size: 16px;
    }

    .footer__column-change {
        display: inline-block;
        line-height: 0;
    }

    .footer__column-change .icon {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer__column-change--active .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .footer__column-change:hover .icon {
        opacity: 0.5;
    }

    .footer__base {
        padding: 0;
    }

    .footer__base .row {
        gap: 0;
    }

    .footer__add {
        padding: 23px 23px 21px;
        border-top: none;
        font-size: 12px;
    }
}

.link-privacy {
    color: #898a8c;
}

.link-privacy:hover {
    text-decoration: none;
}

@media only screen and (max-width: 575px) {
    .link-privacy {
        font-size: 11px;
    }
}

.development {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.development__text {
    font-size: 13px;
    color: #898a8c;
}

.development__link {
    text-decoration: none;
    line-height: 1;
}

.development__link:hover {
    opacity: 0.8;
}

.about-company--partners .about-company__company-achievement {
    margin-bottom: 40px;
}

.about-company p {
    margin-bottom: 11px;
    line-height: 1.5;
}

.about-company p:last-child {
    margin-bottom: 0;
}

.about-company__company-achievement {
    margin-top: 37px;
    max-width: 96.8%;
}

@media only screen and (max-width: 575px) {
    .about-company--partners .about-company__company-achievement {
        margin-bottom: 30px;
    }

    .about-company p {
        margin-bottom: 9px;
        line-height: 1.55;
    }

    .about-company__company-achievement {
        margin-top: 29px;
        max-width: 100%;
    }
}

.company-achievement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px 0;
}

.company-achievement__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
}

.company-achievement__icon {
    line-height: 1;
    width: 24px;
}

.company-achievement__text {
    width: calc(100% - 24px);
    padding-left: 10px;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .company-achievement {
        gap: 13px 0;
    }

    .company-achievement__item {
        width: 100%;
    }

    .company-achievement__text {
        letter-spacing: -0.5px;
    }
}

.list-vacancies {
    max-width: 75%;
}

.list-vacancies__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 4% 40px;
    border-top: 1px solid #e8e9eb;
}

.list-vacancies__item:hover .list-vacancies__readmore {
    border-color: #2884e0;
}

.list-vacancies__item:hover .list-vacancies__readmore .icon {
    fill: #2884e0;
}

.list-vacancies__data {
    margin-left: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px 0;
}

.list-vacancies__salary {
    font-size: 13px;
    color: #898a8c;
}

.list-vacancies__position {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.list-vacancies__readmore {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
}

.list-vacancies__readmore .icon {
    fill: #212226;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1279px) {
    .list-vacancies {
        max-width: 100%;
    }

    .list-vacancies__img {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .wrapper {
        padding: 0 1rem;
    }

    .main--home {
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .list-vacancies {
        margin-bottom: 90px;
    }

    .list-vacancies__item {
        padding: 23px 8% 25px;
    }

    .list-vacancies__data {
        margin-left: 0;
        gap: 6px 0;
        width: 70%;
    }

    .list-vacancies__position {
        font-size: 16px;
        line-height: 1.35;
    }
}

.vacancy-detail__item {
    margin-bottom: 43px;
}

.vacancy-detail__item-head {
    margin-bottom: 22px;
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.vacancy-detail__item:last-child {
    margin-bottom: 0;
}

.vacancy-detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
}

.vacancy-detail ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1.28;
    letter-spacing: 0.1px;
}

.vacancy-detail ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2884e0;
}

@media only screen and (max-width: 1279px) {
    .vacancy-detail {
        padding-left: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .vacancy-detail {
        padding: 3px 0 0 0;
    }

    .vacancy-detail__item {
        margin-bottom: 25px;
    }

    .vacancy-detail__item-head {
        margin-bottom: 21px;
        font-size: 16px;
    }

    .vacancy-detail ul {
        gap: 14.5px 0;
    }

    .vacancy-detail ul li {
        padding-left: 17px;
        line-height: 1.58;
    }

    .vacancy-detail ul li:before {
        left: 2px;
        top: 9px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.block-vacancies {
    max-width: 76%;
    padding-bottom: 41px;
    margin-top: -2px;
}

.block-vacancies__our-vacancies {
    margin-top: 62px;
}

@media only screen and (max-width: 1279px) {
    .block-vacancies {
        padding-left: 22px;
        max-width: 97%;
    }
}

@media only screen and (max-width: 767px) {
    .about-company--partners,
    .company-achievement__text {
        font-size: 17px;
    }

    .home-slider__description {
        max-width: 80%;
        margin-top: 10px;
        line-height: 1.3;
        letter-spacing: 0.7px;
        z-index: 10;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        background-color: rgba(0, 0, 0, 0.001)
    }
}

@media only screen and (max-width: 575px) {
    .block-vacancies {
        margin-top: 0;
        padding: 4px 0 31px 0;
    }

    .about-company--partners,
    .company-achievement__text {
        font-size: 17px;
    }

    .block-vacancies__our-vacancies {
        margin-top: 34px;
    }
}

.our-vacancies__list {
    position: relative;
}

.our-vacancies .sorting__text {
    color: #212226;
}

.our-vacancies .sorting__list-label {
    top: 0;
    color: #2884e0;
}

.our-vacancies .sorting__list-label .icon {
    fill: #2884e0;
}

@media only screen and (max-width: 575px) {
    .our-vacancies .sorting__text {
        display: block;
    }

    .our-vacancies .sorting__list-label {
        top: 2px;
    }
}

.partners {
    padding-left: 20%;
    padding-bottom: 98px;
}

.partners__list {
    margin-top: 40px;
    max-width: 75%;
}

@media only screen and (max-width: 1279px) {
    .partners {
        padding: 0 22px;
    }

    .partners__list {
        max-width: 100%;
    }
}

.list-partners {
    /* border: 1px solid #e8e9eb; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.list-partners__item {
    width: 33.33%;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e8e9eb;
    margin-top: -1px;
    margin-left: -1px;
}

.list-partners__item:nth-child(n+3) {
    margin-left: -1px;
}

/* .list-partners__item:nth-child(3n) {
  border-right: none;
}
.list-partners__item:nth-child(1),
.list-partners__item:nth-child(2),
.list-partners__item:nth-child(3) {
  border-bottom: 1px solid #e8e9eb;
} */
@media only screen and (max-width: 767px) {
    .list-partners__item {
        width: 50%;
    }

    .list-partners__item:nth-child(3) {
        border-right: 1px solid #e8e9eb;
    }

    .list-partners__item:nth-child(4) {
        border-bottom: 1px solid #e8e9eb;
    }
}

@media only screen and (max-width: 575px) {
    .list-partners__item {
        height: 108px;
    }

    .list-partners__item img {
        max-width: 67%;
    }
}

.company__header {
    max-width: 75%;
    margin-bottom: 24px;
    font-family: "Museo Cyrl 500";
    font-size: 36px;
}

.company p {
    max-width: 74%;
    margin-bottom: 11px;
    line-height: 1.5;
}

.company p:last-child {
    margin-bottom: 0;
}

.company__company-benefits {
    margin: 63px 0 62px;
    max-width: 75.8%;
}

@media only screen and (max-width: 1365px) {
    .company__company-benefits {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .company {
        padding-left: 22px;
    }

    .company__header {
        max-width: 95%;
    }

    .company p {
        max-width: 95%;
    }
}

@media only screen and (max-width: 575px) {
    .company {
        padding: 0 24px 57px;
        padding-bottom: 57px;
    }

    .company__header {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 19px;
    }

    .company p {
        max-width: 98%;
        margin-bottom: 9px;
        line-height: 1.55;
    }

    .company__company-benefits {
        margin: 42px 0 41px;
    }

    .company__company-benefits ~ p {
        font-size: 15px;
        line-height: 1.54;
    }

    .thanks-purchase__box {
        margin: 0;
        max-width: 100% !important;
    }
}

.company-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 62px 0;
}

.company-benefits__item {
    width: 33%;
}

.company-benefits__text {
    color: #898a8c;
}

.company-benefits__value {
    margin-top: 16px;
    font-family: "Museo Cyrl 500";
    font-size: 60px;
    line-height: 1;
}

.company-benefits__description {
    margin-top: 18px;
    max-width: 85%;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .company-benefits__item {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .company-benefits {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 24px 0;
    }

    .company-benefits__item {
        width: 46%;
    }

    .company-benefits__value {
        font-size: 48px;
    }

    .company-benefits__description {
        margin-top: 13px;
        max-width: 100%;
    }
}

.contact__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.contact__item {
    width: 100%;
    max-width: 37.4%;
    padding: 62px 0 48px 4.3%;
    border-left: 1px solid #e8e9eb;
}

.contact__maps {
    width: 100%;
    height: 480px;
    background-color: bisque;
}

@media only screen and (max-width: 1439px) {
    .contact__item {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1023px) {
    .contact__item {
        max-width: 100%;
    }

    .contact__item:first-child {
        border-bottom: 1px solid #e8e9eb;
    }
}

@media only screen and (max-width: 767px) {
    .contact__item {
        border-left: none;
        padding: 62px 0 48px 0;
    }
}

@media only screen and (max-width: 575px) {
    .contact__item {
        padding: 31px 5% 16px 0;
    }

    .contact__item:first-child {
        padding-top: 5px;
    }

    .contact__maps {
        margin-left: -22px;
    }
}

.contact-offrer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 13px;
}

.contact-offrer__header {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

.contact-offrer p {
    margin-top: 13px;
    margin-bottom: auto;
    color: #898a8c;
    line-height: 1.5;
}

.contact-offrer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 23px;
    margin: 0;
}

.contact-offrer__link a {
    padding-bottom: 1px;
    font-family: "Geologica Regular";
    color: #2884e0;
    text-decoration: none;
    border-bottom: 1px solid #2884e0;
}

.contact-offrer__link a:hover {
    border-color: transparent;
}

@media only screen and (max-width: 1023px) {
    .contact-offrer__link {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-offrer p {
        font-size: 15px;
    }

    .thanks-purchase {
        flex-direction: column;
    }

    .thanks-purchase_image {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .contact-offrer__header {
        font-size: 20px;
    }

    .contact-offrer p {
        margin-top: 10px;
        line-height: 1.53;
        letter-spacing: 0.4px;
    }

    .contact-offrer__link {
        margin-top: 62px;
        gap: 23px 23px;
    }

    .thanks-purchase_image {
        height: auto;
    }

    .thanks-purchase_image img {
        width: auto;
        object-fit: contain;
    }
}

.contact-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px 0;
    padding-bottom: 10px;
}

.contact-data__item-head {
    font-size: 13px;
    color: #898a8c;
}

.contact-data__content,
.contact-data__content-link {
    margin-top: 6px;
    max-width: 89%;
    font-family: "Geologica Regular";
    line-height: 1.55;
}

.contact-data__content-link {
    text-decoration: none;
    color: #212226;
    transition: opacity 0.3s ease-in-out;
}

.contact-data__content-link:hover {
    opacity: 0.8;
}

.contact-data__email {
    display: inline-block;
    margin-top: 5px;
    font-family: "Geologica Regular";
    color: #212226;
    line-height: 1.55;
}

.contact-data__email:hover {
    text-decoration: none;
}

@media only screen and (max-width: 575px) {
    .contact-data {
        gap: 15px 0;
        padding-bottom: 15px;
    }
}

.information-slider__item {
    height: 100%;
    max-width: 285px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.information-slider__date {
    display: block;
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

.information-slider__name {
    margin-top: 11px;
    display: inline-block;
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    color: #212226;
    text-decoration: none;
    line-height: 1.4;
}

.information-slider__name:hover {
    text-decoration: underline;
}

.information-slider__text {
    margin-top: 6px;
    margin-bottom: 38px;
    color: #898a8c;
    line-height: 1.5;
}

.information-slider__img {
    margin-top: auto;
}

.information-slider__img img {
    border-radius: 4px;
    height: 121px;
    -o-object-fit: cover;
    object-fit: cover;
}

.information-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.information-slider .swiper-slide {
    height: auto;

}

@media only screen and (max-width: 575px) {
    .information-slider__name {
        font-size: 16px;
    }

    .information-slider__item {
        max-width: 255px;
    }

    .information-slider__text {
        margin-bottom: 18px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    top: -96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

.swiper-button-next .icon,
.swiper-button-prev .icon {
    fill: #212226;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    border-color: #2884e0;
}

.swiper-button-next:hover .icon,
.swiper-button-prev:hover .icon {
    fill: #2884e0;
}

@media only screen and (max-width: 575px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.swiper-button-prev {
    left: 67.2%;
}

.swiper-button-next {
    right: auto;
    left: 71.7%;
}

@media only screen and (max-width: 1439px) {
    .swiper-button-next {
        left: 73.7%;
    }
}

@media only screen and (max-width: 1023px) {
    .swiper-button-next {
        left: 79%;
    }

    .contact-data__item-head {
        font-size: 15px;
    }
}

.information-section {
    margin-top: -3px;
    padding: 61px 0 110px 20%;
    border-top: 1px solid #e8e9eb;
}

.information-section--articles {
    margin-top: 0;
    padding: 59px 0 90px 20%;
}

.information-section__slider {
    margin-top: 73px;
    padding-left: 2.2%;
    position: relative;
}

@media only screen and (max-width: 1279px) {
    .information-section {
        padding: 61px 0 110px 22px;
    }

    .information-section__slider {
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .information-section {
        padding: 70px 0 84px 22px;
        border-top: none;
    }

    .information-section .section-header--big {
        font-size: 24px;
    }

    .information-section--articles {
        padding: 36px 0 84px 22px;
    }

    .information-section--articles .section-header {
        font-size: 24px;
    }

    .information-section__slider {
        margin-top: 37px;
    }
}

.list-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.list-catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50%;
    height: 261px;
    position: relative;
    text-decoration: none;
    background-color: #f5f6f7;
    border-bottom: 1px solid #e8e9eb;
    border-left: 1px solid #e8e9eb;
}

.list-catalog__item:hover {
    background-color: #2884e0;
}

.list-catalog__item:hover .list-catalog__name {
    color: #fff;
}

.list-catalog__item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.list-catalog__name {
    width: 49%;
    padding: 0 0 40px 7.2%;
    font-family: "Museo Cyrl 500";
    font-size: 28px;
    color: #212226;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
}

.list-catalog__img {
    width: 51%;
    height: 100%;
}

.list-catalog__img img {
    object-fit: cover;
    height: 100%;
}

@media only screen and (max-width: 1279px) {
    .list-catalog__name {
        padding: 0 0 20px 5%;
        font-size: 18px;
    }

    .list-catalog__item {
        height: 220px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .list-catalog__item {
        width: 100%;
    }

    .main--catalog .main__content-inner {
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .list-catalog__item {
        border-top: none;
        border-bottom: none;
    }
}

@media only screen and (max-width: 575px) {
    .list-catalog__item {
        height: 160px;
        overflow: hidden;
    }

    .list-catalog__name {
        padding: 0 0 24px 6%;
        font-size: 20px;
    }

    .list-catalog__img {
        height: 100%;
    }

    .list-catalog__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.user-info__item {
    padding: 0 5% 42px 9.2%;
    margin-bottom: 45px;
    border-bottom: 1px solid #e8e9eb;
}

.user-info__item-head {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

.user-info__item-link {
    margin-top: 20px;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #2884e0;
    font-family: "Geologica Regular";
    color: #2884e0;
    text-decoration: none;
}

.user-info__item-link:hover {
    border-color: transparent;
}

@media only screen and (max-width: 767px) {
    .user-info__item {
        padding: 0 22px 42px;
    }

    .user-info__item-head {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .user-info__item {
        margin-bottom: 32px;
        padding: 0 22px 28px;
    }

    .user-info__item-link {
        margin-top: 23px;
        padding-bottom: 1px;
    }
}

.bonus-card {
    position: relative;
    margin-top: 20px;
    height: 240px;
    max-width: 420px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 43px 36px 36px;
    border-radius: 8px;
    background-color: #2884e0;
    background-image: url(/local/templates/rosal_v2/css/../img/img_back.png);
    background-repeat: no-repeat;
    background: url('/local/templates/rosal_v2/css/../img/image@2x.png');
    color: #fff;
    background-size: cover;
}

.panel_close {
    max-width: calc(100vw - 516px);
    width: 100%;
    position: absolute;
    height: 100vh;
    left: 0;
}

.bonus-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bonus-card__cashback {
    position: absolute;
    right: 0;
}

.bonus-card__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bonus-card__number-item {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    letter-spacing: 5px;
}

@media only screen and (max-width: 575px) {
    .bonus-card {
        background-position: center;
        object-fit: contain;
        padding: 31px 8.5% 25px;
    }

    .bonus-card__cashback {
        top: 34px;
    }
}

.bonus-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 17px;
}

.bonus-points__value {
    font-family: "Museo Cyrl 500";
    font-size: 48px;
    line-height: 1;
}

.bonus-points__text {
    max-width: 83px;
}

@media only screen and (max-width: 1799px) {
    .bonus-points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px 0;
    }

    .bonus-points__text {
        max-width: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .bonus-points {
        gap: 7px 0;
    }

    .bonus-points__value {
        font-size: 34px;
    }

    .bonus-points__text {
        font-size: 12px;
    }
}

.bonus-cashback {
    padding: 0 0 0 20px;
    width: 130px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6px;
    background-image: url(/local/templates/rosal_v2/css/../img/bg_cash_back.svg);
    background-repeat: no-repeat;
}

.bonus-cashback__value {
    font-family: "Geologica Regular";
    font-size: 13px;
    color: #5c5f66;
}

.bonus-cashback__icon {
    line-height: 1;
}

@media only screen and (max-width: 575px) {
    .bonus-cashback {
        padding: 0 0 0 18px;
    }

    .bonus-cashback__value {
        font-size: 12px;
    }
}

.bonus-card-info {
    margin-top: 22px;
    font-size: 13px;
    color: #898a8c;
    line-height: 1.55;
}

@media only screen and (max-width: 575px) {
    .bonus-card-info {
        margin-top: 19px;
        font-size: 12px;
        line-height: 1.5;
    }
}

.user-data {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px 0;
}

.user-data__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.user-data__name {
    color: #898a8c;
}

.user-data__value {
    font-family: "Geologica Regular";
}

@media only screen and (max-width: 575px) {
    .user-data {
        margin-top: 23px;
        gap: 8.2px 0;
    }
}

.selected-stores {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
}

.selected-stores__item {
    padding: 21px 28px 22px 46px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
}

.selected-stores__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selected-stores__name {
    position: relative;
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.selected-stores__name:before {
    content: "";
    display: block;
    position: absolute;
    left: -17px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8000ff;
}

.selected-stores__icon {
    line-height: 1;
}

.selected-stores__address {
    margin-top: 8px;
}

.selected-stores__time-work {
    margin-top: 8px;
    color: #898a8c;
}

@media only screen and (max-width: 575px) {
    .selected-stores {
        margin-top: 21px;
    }

    .selected-stores__item {
        padding: 19px 32px 22px 49px;
    }

    .selected-stores__name {
        font-size: 16px;
    }

    .selected-stores__address {
        line-height: 1.4;
    }
}

.history-list-item-null {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.history-order {
    border-left: 1px solid #e8e9eb;
}

.history-order__head {
    padding: 46px 0 44px 4%;
    border-bottom: 1px solid #e8e9eb;
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

@media only screen and (max-width: 1023px) {
    .history-order {
        border-left: none;
    }
}

@media only screen and (max-width: 575px) {
    .history-order__head {
        padding: 0 0 30px 0;
        font-size: 20px;
    }
}

.history-list__item {
    padding: 32px 4% 30px;
    border-bottom: 1px solid #e8e9eb;
}

.history-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.history-list__order {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.history-list__date {
    font-size: 13px;
    color: #898a8c;
}

.history-list__info {
    margin-top: 12px;
}

@media only screen and (max-width: 575px) {
    .history-list__item {
        padding: 19px 0 20px 0;
    }

    .history-list__order {
        font-size: 16px;
    }
}

.history-list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px 0;
}

.history-list-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 9px;
}

.history-list-info__name {
    color: #898a8c;
}

.history-list-info__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6px;
}

.history-list-info__value-text {
    font-family: "Geologica Regular";
}

.history-list-info__value-bonus {
    padding: 3px 7px;
    background-color: #2884e0;
    border-radius: 4px;
    font-family: "Geologica Regular";
    font-size: 13px;
    color: #fff;
}

.history-list-info__value-completed {
    color: #1bb31b;
}

.history-list-info__value-wait {
    color: #c372f5;
}

.history-list-info__value-processing {
    color: #cca83d;
}

.history-list-info__value-canceled {
    color: #e51818;
}

@media only screen and (max-width: 575px) {
    .history-list-info {
        gap: 10px 0;
    }

    .history-list-info__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px 0;
    }

    .history-list-info__value-text {
        line-height: 1.4;
    }

    .history-list-info__value-bonus {
        font-size: 12px;
    }
}

.history-list-product {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px 8px;
}

.history-list-product__item {
    position: relative;
    width: 64px;
    text-align: center;
}

.history-list-product__item img {
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
}

.history-list-product__value {
    position: absolute;
    right: -2px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2884e0;
    font-family: "Inter Bold";
    font-size: 9px;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .history-list-product {
        gap: 5px 3px;
    }

    .history-list-product__item {
        width: 60px;
    }

    .history-list-product__item img {
        height: 57px;
    }

    .history-list-product__value {
        width: 14px;
        height: 14px;
        right: 1px;
        top: 1px;
    }
}

.history-list-product-add {
    padding: 30px 0;
    text-align: center;
}

.block-lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 10.4%;
    padding: 46px 0 98px 3.5%;
}

.block-lk__preview {
    max-width: 296px;
}

.block-lk__preview-head {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
    line-height: 1.4;
}

.block-lk__preview-content {
    margin-top: 20px;
    color: #898a8c;
    line-height: 1.55;
}

.block-lk__form {
    max-width: 516px;
}

@media only screen and (max-width: 1023px) {
    .block-lk {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px 0;
    }

    .block-lk__preview {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .block-lk {
        padding: 46px 22px 98px 22px;
    }
}

@media only screen and (max-width: 575px) {
    .block-lk {
        padding: 30px 0 60px;
    }

    .block-lk__preview-head {
        font-size: 20px;
    }
}

.basket-order__head {
    padding: 31px 9% 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid #e8e9eb;
}

.basket-order__header {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

.basket-order__value-product {
    color: #898a8c;
}

@media only screen and (max-width: 575px) {
    .basket-order__head {
        padding: 31px 26px 30px 24px;
    }
}

.list-basket-order {
    padding: 30px;
    border-bottom: 1px solid #e8e9eb;
}

.list-basket-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.list-basket-order__item:last-child {
    margin-bottom: 0;
}

.list-basket-order__img {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-basket-order__img img {
    height: 58px;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-basket-order__body {
    width: calc(100% - 60px);
    padding-left: 4%;
}

.list-basket-order__box {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-basket-order__name {
    font-size: 13px;
    color: #212226;
    text-decoration: none;
}

.list-basket-order__name:hover {
    text-decoration: underline;
}

.list-basket-order__value {
    font-family: "Geologica Regular";
    font-size: 13px;
    color: #898a8c;
}

.list-basket-order__price {
    font-family: "Museo Cyrl 500";
    font-size: 14px;
    color: #898a8c;
}

@media (max-width: 1024px) {
    .list-basket-order__name,
    .list-basket-order__price,
    .list-basket-order__value {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .list-basket-order {
        padding: 21px 26px 20px 22px;
    }

    .list-basket-order__item {
        margin-bottom: 10px;
    }
}

.basket-order-bonus {
    padding: 30px;
    border-bottom: 1px solid #e8e9eb;
}

.basket-order-bonus__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.basket-order-bonus__header {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

.basket-order-bonus__info {
    position: relative;
}

.basket-order-bonus__tooltip {
    position: absolute;
    bottom: 34px;
    right: -100px;
}

@media only screen and (max-width: 575px) {
    .basket-order-bonus {
        padding: 28px 23px 30px;
    }

    .basket-order-bonus__header {
        font-size: 15px;
    }

    .basket-order-bonus__tooltip {
        right: -155px;
    }
}

.tooltip {
    display: none;
    grid-template-rows: 0fr;
    overflow: hidden;
    margin: 0 -25px -30px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 30px;
}

.basket-order-bonus__tooltip {
    width: 400px;
    height: 210px;
}

.basket-order-bonus__tooltip-wrapper {
    position: absolute;
    top: 110%;
    left: 37px;
    width: 340px;
    min-height: 0;
    padding: 20px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 30px rgba(33, 34, 38, 0.1);
    box-shadow: 0 4px 30px rgba(33, 34, 38, 0.1);
    background-color: #fff;
    font-size: 13px;
    line-height: 1.55;
    transition: all 0.3s, top 0.3s 0.2s;
    pointer-events: none;
    color: #000000;
}

.basket-order-bonus__tooltip-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    left: 66%;
    top: auto;
    bottom: -16px;
    border: 8px solid transparent;
    border-top-color: #fff;
}

.basket-order-bonus__info:hover .basket-order-bonus__tooltip-wrapper {
    top: 0;
}

.bonus-cashback:hover .tooltip, .basket-order-bonus__info:hover .tooltip {
    display: block;
}

.bonus-cashback:hover .basket-order-bonus__tooltip-wrapper {
    top: 0px;
}

.bonus-cashback .basket-order-bonus__tooltip-wrapper {
    left: 25px;
}

.basket-order-bonus__info:hover .tooltip {
    grid-template-rows: 1fr;
}

@media only screen and (max-width: 575px) {
    .tooltip:after {
        left: 50%;
    }

    .basket-order-bonus__tooltip-wrapper {
        width: 280px;
        left: 10px;
        font-size: 12px;
        padding: 10px 15px;
    }

    .basket-order-bonus__tooltip-wrapper::after {
        left: 173px;
    }

    .basket-order-bonus__tooltip {
        max-width: 320px;
        right: -99px;
    }
}

.list-bonus-order {
    margin-top: 21px;
}

.list-bonus-order__item {
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.list-bonus-order__item:last-child {
    margin-bottom: 0;
}

.list-bonus-order__name {
    font-size: 13px;
    color: #898a8c;
}

.list-bonus-order__value {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .list-bonus-order__item {
        margin-bottom: 8px;
    }

    .list-bonus-order__name {
        font-size: 12px;
    }
}

body {
    box-sizing: border-box;

}

.basket-order-result_fix {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.basket-order-result {
    position: sticky;
    top: 16px;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
}

.basket-order-result__item {
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.basket-order-result__item--total {
    margin-top: 20px;
    margin-bottom: 30px;
}

.basket-order-result__name {
    font-size: 13px;
    color: #898a8c;
}

.store_policy {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 400;
    color: gray;
    line-height: 15px;
}

.store_policy_link {
    text-decoration: none;
    color: #2884e0;
}

.store_policy_link:hover {
    text-decoration: underline;
    color: #1461ad;
    cursor: pointer;

}

.basket-order-result__value {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

.basket-order-result__value--discount {
    color: #e51818;
}

.basket-order-result__value--total {
    font-size: 24px;
}

@media only screen and (px) {
    .basket-order-result {
        padding: 30px 23px 30px;
    }

    .basket-order-result__item {
        margin-bottom: 8px;
    }

    .basket-order-result__item--total {
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .basket-order-result__name {
        font-size: 12px;
    }

    .basket-order-result__value--total {
        font-size: 20px;
    }
}

.placing-order {
    border-right: 1px solid #e8e9eb;
}

.placing-order__item {
    padding: 62px 4.3% 59px;
    border-bottom: 1px solid #e8e9eb;
}

.placing-order__item-head--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0 5px;
}

.placing-order__item-header {
    font-family: "Museo Cyrl 500";
    font-size: 28px;
}

.placing-order__item:last-child {
    border-bottom: none;
}

.placing-order__city {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 5px;
    position: relative;
    text-decoration: none;
}

.placing-order__city-name {
    font-family: "Museo Cyrl 500";
    font-size: 28px;
    color: #2884e0;
}

.placing-order__city-icon {
    line-height: 0;
}

.placing-order__city-icon .icon {
    fill: #2884e0;
}

.placing-order__city:hover {
    opacity: 0.8;
}

.placing-order__box {
    margin-top: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.placing-order__data {
    width: 63.7%;
}

.placing-order__data--between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px 0;
}

.placing-order__data .form__item {
    width: 48%;
}

.placing-order__info {
    width: 36.3%;
    padding-left: 4.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 23px 0;
}

.placing-order__info-text {
    color: #898a8c;
    line-height: 1.5;
}

.placing-order__info-text span {
    color: #e51818;
}

.placing-order__info-link {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #2884e0;
    font-family: "Geologica Regular";
    color: #2884e0;
    text-decoration: none;
}

.placing-order__info-link:hover {
    border-color: transparent;
}

.placing-order__maps {
    height: 480px;
}

@media only screen and (max-width: 1279px) {
    .placing-order__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 31px 0;
    }

    .placing-order__data {
        width: 100%;
    }

    .placing-order__info {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .placing-order {
        border-right: none;
    }

    .placing-order__item {
        padding: 31px 23px 28px;
    }

    .placing-order__item-header {
        font-size: 24px;
        line-height: 1.35;
    }

    .placing-order__box {
        margin-top: 32px;
    }

    .placing-order__data--between {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 21px 0;
    }

    .placing-order__data .form__item {
        width: 100%;
    }

    .placing-order__data .form__input {
        height: 57px;
    }
}

.placing-order-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 28px 20px 48px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
}

.placing-order-shop__data {
    width: 50%;
}

.placing-order-shop__list {
    width: 50%;
    padding-left: 6px;
}

.placing-order-shop__name {
    position: relative;
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.placing-order-shop__name:before {
    content: "";
    display: block;
    position: absolute;
    left: -17px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8000ff;
}

.placing-order-shop__address {
    margin-top: 8px;
}

.placing-order-shop__time-work {
    margin-top: 8px;
    color: #898a8c;
}

@media only screen and (max-width: 575px) {
    .placing-order-shop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px 0;
        padding: 18px 28px 20px 48px;
    }

    .placing-order-shop__data {
        width: 100%;
    }

    .placing-order-shop__list {
        width: 100%;
        padding-left: 0;
    }

    .placing-order-shop__name {
        font-size: 16px;
    }

    .placing-order-shop__address {
        margin-top: 7px;
        max-width: 90%;
        line-height: 1.5;
    }

    .placing-order-shop__list {
        margin-left: -13px;
        width: calc(100% + 13px);
    }
}

@media screen and (max-width: 450px) {
    .home-slider__item {
        max-width: 185px;
        overflow: hidden;
    }
}

.list-order-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px 4px;
}

.list-order-product__item {
    position: relative;
    width: 67px;
}

.list-order-product__item img {
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-order-product__value {
    position: absolute;
    right: -2px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter Bold";
    font-size: 9px;
    color: #fff;
}

.list-order-product__value--missing {
    background-color: #e51818;
}

.list-order-product__value--few {
    background-color: #1bb31b;
}

.list-order-product__value--enough {
    background-color: #cca83d;
}

@media only screen and (max-width: 575px) {
    .list-order-product {
        gap: 10px 5%;
    }

    .list-order-product__item {
        width: 50px;
    }

    .list-order-product__item img {
        height: 55px;
    }
}

.list-brand {
    display: grid;
    grid-template-rows: 0fr;
    margin: 20px 0 0;
    padding: 2px 0 0;
    transition: grid-template-rows 0.3s ease-in-out;
    overflow: hidden;
}

.list-brand_open {
    grid-template-rows: 1fr;
}

.list-brand__wrapper {
    min-height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px 0;
}

.list-brand__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-brand__label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.list-brand__label-name {
    position: relative;
    padding-left: 11px;
    line-height: 1.32;
}

/* .list-brand__label-name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #e8e9eb;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */
.list-brand__label:hover .list-brand__label-name:before {
    border-color: #2884e0;
}

.list-brand__checkbox {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.list-brand__checkbox[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #e8e9eb;
    border-radius: 2px;
}

.list-brand__checkbox[type="checkbox"]:checked::before {
    content: "";
    background-image: url(/local/templates/rosal_v2/css/../img/icon-check.svg);
    border-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.list-brand__checkbox.__active ~ .list-brand__label-name:before {
    border-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.list-brand__value {
    font-size: 13px;
    color: #898a8c;
}

.list-brand-add {
    margin-top: 13px;
    display: inline-block;
    font-family: "Geologica Regular";
    font-size: 13px;
    color: #2884e0;
    text-decoration: none;
}

.range-filter {
    margin: 20px 0 0;
    padding-top: 11px;
}

.range-filter__change {
    position: relative;
}

.range-filter__value {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: stretch;
    align-items: center;
    gap: 8px;
}

.range-filter__value label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    flex: 1 0 44%;
    height: 47px;
    padding: 0 14px;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
    color: #898a8c;
}

@media (max-width: 1454px) and (min-width: 1023px) {
    .range-filter__value label {
        gap: 5px;
        flex: 1 0 43%;
        font-size: 12px;
    }

    .user-info__item {
        padding-left: 24px;
    }
}

.range-filter__input {
    padding: 0;
    width: 100%;
    font-family: "Geologica Regular";
    color: #212226;
    border: none;
    outline: none;
    background-color: transparent;
}

.range-filter__value-track {
    width: 5%;
    height: 1px;
    background-color: #e8e9eb;
}

.range-filter__range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: 0;
    position: absolute;
    margin: auto;
    top: 1px;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.range-filter__range::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    height: 1px;
}

.range-filter__range::-moz-range-track {
    -moz-appearance: none;
    height: 1px;
}

.range-filter__range::-ms-track {
    appearance: none;
    height: 1px;
}

.range-filter__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #fff;
    cursor: pointer;
    margin-top: -10px;
    pointer-events: auto;
    border: 2px solid #2884e0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.range-filter__range::-webkit-slider-thumb:hover {
    border: 3px solid #2884e0;
}

.range-filter__range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #fff;
    cursor: pointer;
    margin-top: -10px;
    pointer-events: auto;
    border: 2px solid #2884e0;
    border-radius: 4px;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.range-filter__range::-ms-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #fff;
    cursor: pointer;
    margin-top: -10px;
    pointer-events: auto;
    border: 2px solid #2884e0;
    border-radius: 4px;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.range-filter__range:active::-webkit-slider-thumb {
    background-color: colorDarkBlueCrayola;
}

.range-filter-track {
    width: 100%;
    height: 1px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #e8e9eb;
}

.range-filter-track__highlight {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    background-color: #2884e0;
}

.list-category-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
    padding: 30px 8.5% 24px;
    border-bottom: 1px solid #e8e9eb;
}

.list-category-data__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.38;
}

.list-category-data__name {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    color: #212226;
    text-decoration: none;
}

.list-category-data__name:hover {
    color: #898a8c;
}

.list-category-data__value {
    font-size: 13px;
    color: #898a8c;
}

.list-category-result {
    padding: 24px 8.5% 26px;
    border-bottom: 1px solid #e8e9eb;
}

.list-category-result__info {
    margin-top: 26px;
    color: #898a8c;
}

.list-category-result__info span {
    color: #212226;
}

.link-reset {
    margin-left: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    text-decoration: none;
}

.link-reset__icon {
    line-height: 1;
}

.link-reset__icon .icon {
    fill: #2884e0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-reset__text {
    color: #2884e0;
}

.link-reset:hover .link-reset__icon .icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.8;
}

.link-reset:hover .link-reset__text {
    opacity: 0.8;
}

.list-tags-result {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 7px 7px;
}

.list-tags-result__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 0px 12px;
    border-radius: 2px;
    background-color: #f5f6f7;
}

.list-tags-result__value {
    line-height: 1.53;
}

.list-tags-result__item:hover .list-tags-result__actions .icon {
    fill: #212226;
}

.list-tags-result__actions {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.list-tags-result__actions .icon {
    fill: #bbbdbf;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 11px 8px;
}

.category-filter__item {
    overflow: hidden;
    padding: 22px 8.5% 25px;
    border-bottom: 1px solid #e8e9eb;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.category-filter__item--active {
    max-height: 800px;
    overflow: visible;
}

.category-filter__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-filter__name {
    width: calc(100% - 16px);
    padding-right: 3%;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category-filter__name--active {
    color: #898a8c;
}

.category-filter__change {
    width: 16px;
    line-height: 0;
    cursor: pointer;
}

.category-filter__change .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    fill: #212226;
}

.category-filter__item.__open .category-filter__change .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #898a8c;
}

.icon_actives {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #898a8c;
}

.category-filter__change:hover .icon {
    fill: #898a8c;
}

/* .category-filter__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-filter__body--active {
    padding-top: 30px;
    max-height: 800px;
    overflow: visible;
} */
.category-filter__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.category-filter__body.__open {
    max-height: 1000px;
}

.card-data__city-accordance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px 12px;
}

.popup {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 45px;
    margin-left: -85px;
    position: absolute;
    max-width: 300px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.popup::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.highlight-link {
    color: #4a90e2;
    text-decoration: underline;
}

.highlight-link:hover {
    color: #2d6bb7;
}

.popup_active {
    transition: all 0.3s;
    opacity: 1;
    z-index: 5;
}

.card-data__box {
    margin-top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.card-data__box-item {
    width: 49%;
}

.card-data__box-item:first-child {
    width: 42.3%;
}

.card-data__box-header {
    margin-bottom: 24px;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .card-data__box-item {
        width: 100%;
    }

    .card-data__box-item:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .card-data__city-accordance {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px 0;
    }

    .card-data__box {
        margin-top: 21px;
    }

    .card-data__box-header {
        margin-bottom: 11px;
        font-size: 15px;
    }
}

.product-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6px;
    padding: 4px 7px 4px 6px;
    background-color: #f5f6f7;
    border: 1px solid #e8e9eb;
    border-radius: 2px;
}

.product-city__flag {
    width: 17px;
    height: 12px;
}

.product-city__name {
    font-family: "Geologica Light";
    font-size: 13px;
    color: #898a8c;
}

.product-accordance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
    padding: 5px 7px 3px;
    border: 1px solid #e8e9eb;
    border-radius: 2px;
    font-size: 13px;
}

.product-accordance__name {
    color: #898a8c;
}

@media only screen and (max-width: 575px) {
    .product-accordance {
        letter-spacing: -0.5px;
    }
}

.list-characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px 0;
}

.list-characteristics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    position: relative;
    line-height: 1.25;
}

.list-characteristics__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15.75px;
    right: 0;
    border-bottom: 2px dotted #898a8c;
}

.list-characteristics__name {
    position: relative;
    padding: 0 3px 5px 0;
    background-color: #fff;
    color: #898a8c;
    z-index: 1;
}

.list-characteristics__value {
    position: relative;
    padding: 0 3px 0 5px;
    background-color: #fff;
    color: #212226;
    z-index: 1;
    max-width: 55%;
    flex-wrap: wrap;
    overflow: hidden;
}

.link-all-characteristics {
    margin-top: 20px;
    display: inline-block;
    padding-bottom: 3px;
    color: #2884e0;
    text-decoration: none;
    border-bottom: 1px solid #2884e0;
}

.link-all-characteristics:hover {
    border-bottom-color: transparent;
}

@media only screen and (max-width: 575px) {
    .link-all-characteristics {
        margin-top: 8px;
        padding-bottom: 2px;
    }
}

.peculiarities ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px 0;
}

.peculiarities ul li {
    max-width: 90%;
    position: relative;
    padding-left: 15px;
    line-height: 1.43;
}

.peculiarities ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2884e0;
}

@media only screen and (max-width: 575px) {
    .peculiarities ul li {
        max-width: 95%;
    }

    .peculiarities ul li:before {
        left: 1px;
        top: 7px;
    }
}

.basket-card {
    position: sticky;
    top: 42px;
    padding-bottom: 30px;
}

.basket-card__box {
    padding: 0 11.4%;
}

.basket-card__buy {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 12px;
    width: 100%;
    height: 55px;
    border-radius: 4px;
    background-color: #2884e0;
    text-decoration: none;
}

.basket-card__buy-icon {
    line-height: 0;
}

.basket-card__buy-text {
    color: #fff;
}

.basket-card__buy:hover {
    background-color: #1e75cb;
}

.basket-card__actions {
    margin-top: 22px;
}

.basket-card__actions--active .icon-basked-card-favorite path {
    color: #e51818;
    fill: #e51818;
    stroke: #e51818;
}

.basket-card__actions--active .link-basket-card-actions__text {
    color: #e51818;
}

.basket-card__delivery {
    margin-top: 37px;
    padding: 42px 11.4% 0;
}

@media only screen and (max-width: 1279px) {
    .basket-card__box {
        padding: 0;
    }

    .basket-card__delivery {
        padding: 42px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .basket-card {
        margin: 20px -22px 0;
        width: calc(100% + 44px);
        padding: 0 22px;
        border-top: 1px solid #e8e9eb;
    }

    .basket-card__actions {
        margin-top: 19px;
    }

    .basket-card__delivery {
        margin: 17px -22px 0;
        width: calc(100% + 44px);
        padding: 21px 22px 0;
    }
}

.card-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 12px;
}

.card-rating__value {
    font-size: 13px;
}

@media only screen and (max-width: 1279px) {
    .card-rating {
        display: none;
    }
}

.list-card-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4px;
}

.card-price {
    /* margin-top: 34px; */
    margin-top: 44px;
}

.card-price__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0 19px;
}

.card-price__text {
    margin-top: 10px;
    font-size: 13px;
    color: #898a8c;
    line-height: 1.5;
}

.card-price__price-current {
    font-family: "Museo Cyrl 500";
    font-size: 30px;
    color: #212226;
}

.card-price__price-old {
    position: relative;
}

.card-price__price-old-value {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    color: #898a8c;
}

.card-price__price-discount {
    position: absolute;
    left: 0;
    bottom: 31px;
    padding: 3px 6px;
    border-radius: 2px;
    background-color: #e51818;
    font-family: "Inter SemiBold";
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 1799px) {
    .card-price__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px 0;
    }

    .card-price__price-current {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .card-price__price-old {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 0 10px;
    }

    .card-price__price-discount {
        position: static;
    }
}

@media only screen and (max-width: 575px) {
    .card-price__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 0 19px;
    }

    .card-price__price-current {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        font-size: 26px;
    }

    .card-price__price-old {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .card-price__price-old-value {
        font-size: 16px;
    }

    .card-price__price-discount {
        position: absolute;
        bottom: 25px;
        font-size: 12px;
        padding: 2px 7px;
    }

    .card-price__text {
        margin-top: 11px;
        line-height: 1.3;
    }
}

.link-basket-card-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    gap: 0 10px;
}

.link-basket-card-actions__icon {
    line-height: 0;
    cursor: pointer;
}

.link-basket-card-actions__text {
    font-size: 13px;
    color: #898a8c;
    cursor: pointer;
}

.link-basket-card-actions:hover {
    opacity: 0.8;
}

.basket-delivery {
    border-top: 1px solid #e8e9eb;
}

.basket-delivery__item {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.basket-delivery__item:last-child {
    margin-bottom: 0;
}

.basket-delivery__icon {
    width: 20px;
}

.basket-delivery__content {
    width: calc(100% - 20px);
    padding-left: 3%;
}

.basket-delivery__header {
    font-size: 13px;
    color: #898a8c;
    margin-bottom: 7px;
}

.basket-delivery__link {
    font-family: "Geologica Regular";
    color: #2884e0;
}

.basket-delivery__link:hover {
    text-decoration: none;
}

.basket-delivery__text {
    font-family: "Geologica Regular";
}

@media only screen and (max-width: 575px) {
    .basket-delivery__header {
        font-size: 12px;
    }

    .basket-delivery__item {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .card-tabs {
        border-top: 1px solid #e8e9eb;
    }
}

.card-tabs-nav {
    padding: 0 3.6% 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #e8e9eb;
}

.card-tabs-nav__item {
    position: relative;
    cursor: pointer;
    position: sticky;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
}

.card-tabs-nav__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-tabs-nav__item--active:after {
    background-color: #2884e0;
    width: 100%;
}

.card-tabs-nav__item:hover:after {
    background-color: #2884e0;
    width: 100%;
}

.card-tabs-nav__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 3px;
    padding: 10px 10px 25px;
    font-family: "Museo Cyrl 500";
    font-size: 18px;
    background-color: #fff;
    z-index: 5;
}

.card-tabs-nav__number {
    color: #898a8c;
}

.card-tabs-nav__change {
    display: flex !important;
    align-items: center;
}

.card-tabs-nav__change .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-tabs-nav__change--active .icon {

    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.card-tabs-nav__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.card-tabs-nav__body--active {
    max-height: 2000px;
    overflow: visible;
}

@media only screen and (max-width: 767px) {
    .card-tabs-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: none;
    }

    .card-tabs-nav__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 5px 5px 5px 5px;
        border-bottom: 1px solid #e8e9eb;
    }

    .card-tabs-nav__item:after {
        content: none;
    }

    .card-tabs-nav__change {
        margin-left: auto;
        display: inline-block;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .card-tabs-nav {
        padding: 0;
    }

    .card-tabs-nav__item {
        padding: 0;
    }

    .card-tabs-nav__head {
        padding: 20px 24px 20px;
        font-size: 16px;
    }
}

.card-tabs-content__box {
    display: none;
}

.card-tabs-content__box--active {
    display: block;
}

@media only screen and (max-width: 767px) {
    .card-tabs-content {
        display: none;
    }
}

.tabs-content-description {
    padding: 62px 4.3% 0;
}

.tabs-content-description__box-column {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs-content-description__box-content {
    width: 65%;
}

.tabs-content-description__box-other {
    width: 35%;
    padding-left: 5%;
    padding-top: 40px;
}

.tabs-content-description__add {
    margin-top: 60px;
    padding: 28px 0;
    border-top: 1px solid #e8e9eb;
    text-align: center;
}

.tabs-content-description__head {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.tabs-content-description__head span {
    color: #898a8c;
}

.tabs-content-description__sorting {
    margin-top: 42px;
    color: #898a8c;
}

.tabs-content-description__question-answer {
    margin-top: 43px;
}

.tabs-content-description__reviews {
    margin-top: 39px;
}

@media only screen and (max-width: 1279px) {
    .tabs-content-description__box-column {
        margin-top: 30px;
        margin-bottom: unset;
    }

    .tabs-content-description__box-content {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .tabs-content-description__box-other {
        width: 100%;
        padding-left: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .tabs-content-description__head {
        display: none;
    }

    .tabs-content-description__sorting {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .tabs-content-description__box-content {
        margin-top: 40px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .tabs-content-description__box-other {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding-top: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .tabs-content-description {
        padding: 12px 24px 19px;
    }

    .tabs-content-description__box-column {
        margin-top: 38px;
    }

    .tabs-content-description__box-content {
        margin-top: 0;
    }

    .tabs-content-description__box-other {
        padding-top: 6px;
    }

    .tabs-content-description__sorting .sorting__text {
        display: block;
        font-size: 15px;
    }

    .tabs-content-description__sorting .sorting__list-label {
        top: -2px;
        font-size: 16px;
    }

    .tabs-content-description__add {
        display: none;
    }

    .tabs-content-description__reviews {
        margin-top: 35px;
    }
}

.tabs-content-text p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.tabs-content-text p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .tabs-content-text p {
        margin-bottom: 11px;
        line-height: 1.53;
    }
}

.tabs-content-characteristics {
    margin-top: 40px;
    padding-bottom: 98px;
}

.tabs-content-characteristics__header {
    font-family: "Museo Cyrl 500";
    font-size: 16px;
}

.tabs-content-characteristics__list {
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .tabs-content-characteristics {
        margin-top: 31px;
        padding-bottom: 16px;
    }

    .tabs-content-characteristics__header {
        font-size: 15px;
    }

    .tabs-content-characteristics__list {
        margin-top: 12px;
    }
}

.list-tabs-characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.list-tabs-characteristics__column {
    width: 30.3%;
}

@media only screen and (max-width: 767px) {
    .list-tabs-characteristics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7px 0;
    }

    .list-tabs-characteristics__column {
        width: 100%;
    }
}

.list-question-answer__item {
    margin-bottom: 33px;
}

.list-question-answer__item:last-child {
    margin-bottom: 0;
}

.list-question-answer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-question-answer__author {
    font-family: "Geologica Regular";
}

.list-question-answer__manager {
    margin: 0 auto 0 2%;
    color: #2884e0;
}

.list-question-answer__date {
    color: #898a8c;
}

.list-question-answer__content {
    margin-top: 22px;
}

.list-question-answer__content p {
    line-height: 1.5;
}

.list-question-answer__answer {
    margin-top: 24px;
    padding-left: 20px;
    border-left: 1px solid #e8e9eb;
}

.list-question-answer__answer .list-question-answer__content {
    padding-right: 5%;
    margin-top: 12px;
}

@media only screen and (max-width: 767px) {
    .list-question-answer__item {
        margin-bottom: 31px;
    }

    .list-question-answer__content {
        margin-top: 12px;
    }

    .list-question-answer__content p {
        line-height: 1.54;
    }

    .list-question-answer__answer {
        margin-top: 10px;
        padding-left: 10px;
    }

    .list-question-answer__head {
        gap: 14px 0;
    }

    .list-question-answer__manager {
        margin: 0 auto 0 4%;
    }
}

.list-reviews__item {
    margin-bottom: 28px;
}

.list-reviews__item:last-child {
    margin-bottom: 0;
}

.list-reviews__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-reviews__author {
    font-family: "Geologica Regular";
}

.list-reviews__raiting {
    margin: 0 auto 0 2%;
}

.list-reviews__date {
    color: #898a8c;
}

.list-reviews__content {
    margin-top: 21px;
}

.list-reviews__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px;
}

.list-reviews__box-icon {
    width: 20px;
}

.list-reviews__box-body {
    width: calc(100% - 20px);
    padding-left: 1%;
}

.list-reviews__box-head {
    font-family: "Geologica Regular";
}

.list-reviews__box-text {
    margin-top: 7px;
    line-height: 1.53;
}

.list-reviews__box:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .list-reviews__head {
        max-width: 95%;
        gap: 10px 6px;
    }

    .list-reviews__content {
        margin-top: 22px;
    }

    .list-reviews__box-body {
        padding-left: 1.5%;
    }
}

.block-rating-info__head {
    padding-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e9eb;
}

.block-rating-info__average-value {
    font-family: "Museo Cyrl 500";
    font-size: 24px;
}

.block-rating-info__body {
    margin-top: 23px;
}

.block-rating-info__link {
    margin-top: 41px;
}

@media only screen and (max-width: 767px) {
    .block-rating-info__average-value {
        font-size: 20px;
    }
}

.number-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px 0;
}

.number-stars__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.28;
}

.number-stars__text {
    width: 75px;
    color: #898a8c;
}

.number-stars__scale {
    position: relative;
    width: calc(100% - (75px + 12%));
    margin-right: 1%;
    height: 2px;
    background-color: #e8e9eb;
}

.number-stars__scale-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ffba33;
}

.number-stars__value {
    width: 10%;
    font-family: "Geologica Regular";
}

.number-stars__value--zero {
    color: #898a8c;
}

.block-card {
    padding-top: 60px;
}

.block-card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 1% 0 4.4%;
}

.block-card__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 48%;
    height: 440px;
}

.block-card__data {
    width: 52%;
    padding-left: 4px;
}

.block-card__tabs {
    margin-top: 90px;
}

@media only screen and (max-width: 1365px) {
    .block-card__frame {
        height: 400px;
    }
}

@media only screen and (max-width: 1279px) {
    .block-card__frame {
        width: 100%;
        height: 440px;
    }

    .block-card__data {
        width: 100%;
        padding: 43px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .block-card__box {
        padding: 0 22px;
    }

    .block-card__tabs {
        margin: 24px 0 0;
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .block-card {
        padding-top: 20px;
    }

    .block-card__frame {
        height: auto;
    }
}

.gallery-thumbs {
    width: 100px !important;
    height: 100%;
    position: relative;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    max-height: 350px;
}

.gallery-thumbs__item {
    width: 100px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-thumbs__item img {
    max-height: 100%;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 0;
}

.gallery-thumbs .swiper-button-prev {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px;
}

.gallery-thumbs .swiper-button-next {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 1365px) {
    .gallery-thumbs__item {
        height: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-thumbs {
        width: 100% !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: auto;
        margin-top: 7px;
        padding: 0 15px;
    }

    .gallery-thumbs__item {
        width: auto;
        height: 55px;
    }

    .gallery-thumbs .swiper-button-next,
    .gallery-thumbs .swiper-button-prev {
        display: block;
        top: 75%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .gallery-thumbs .swiper-button-prev {
        left: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .gallery-thumbs .swiper-button-next {
        bottom: auto;
        left: auto;
        right: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.gallery-big {
    width: calc(100% - 100px) !important;
    height: 100%;
}

.gallery-big__item {
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-big__item img {
    max-height: 100%;
    height: 524px;
    object-fit: contain;
}

@media only screen and (max-width: 575px) {
    .gallery-big {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        height: 310px;
    }
}

.articul {
    color: #898a8c;
}

/*map style*/
[class*="copyrights-pane"] {
    display: none !important;
}

.shop-balloon-item {
}

#card-specifications {
    position: absolute;
    top: -100px;
}

.card-tabs.block-card__tabs {
    position: relative;
}

.shop-balloon-item__name {
    font-family: "Museo Cyrl 500";
    font-size: 18px;
}

.shop-balloon-item__address {
    margin-top: 9px;
    line-height: 1.5;
}

.shop-balloon-item__time-work {
    margin-top: 7px;
    color: #898a8c;
}

[class*="balloon__close-button"] {
    margin: 10px;
    width: 16px !important;
    height: 16px !important;
    background: url(/local/templates/rosal_v2/css/../img/icon-x-mark.svg) no-repeat !important;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    20%,
    60% {
        transform: translateX(-10px);
    }
    40%,
    80% {
        transform: translateX(10px);
    }
}

.header__search .list-product {
    display: flex;
    overflow-y: scroll;
    max-height: 300px;
    position: absolute;
}

.header__search .list-product__item {
    width: 100% !important;
    min-height: auto;
}

.header__search .list-product__item-inner {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
    padding: 10px;
}

.header__search .list-product__frame {
    height: auto !important;
}

.header__search .list-product__frame img {
    width: 60px;
    height: 38px;
    object-fit: contain;
}

.header__search .list-product__content {
    padding: 0;
    width: 100%;
}

.header__search .list-product__content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-height: auto !important;
    margin: 0;
}


.header__search .list-product__name {
    padding: 0 !important;
    font-size: 13px;
    max-width: 150px;
    width: 100%;
}

.header__search .list-product__box {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.header__search .list-product__price-current {
    font-size: 14px;
}

.header__search .list-product__price-old-value {
    font-size: 14px;
}

.header__search .list-product__buy {
    width: 42px;
    flex-shrink: 0;
    margin: 0;
}

.header__search .list-product__price {
    flex-direction: column;
}

.header__search .list-product-box {
    position: relative;
}

.header__search .all-res-search {
    position: absolute;
    top: 300px;
    border-top: 1px solid #c8c8c9;
    width: 100%;
    background-color: #fff;
    padding: 7px 0 6px 4px;
}

.header__search .all-res-search a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2884e0;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
}

.header__search .list-product__availability,
.header__search .list-product__price-discount,
.header__search .list-product__rating,
.header__search .list-product__buy-text,
.header__search .list-product__volume-rating {
    display: none;
}

.header__search .form-search.open-list-search .list-product,
.header__search .form-search.open-list-search .all-res-search {
    opacity: 1;
    visibility: visible;
}

.header__search .list-product,
.header__search .all-res-search {
    opacity: 0;
    visibility: hidden;
}

.productModal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(30, 30, 30, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.productModal.open {
    opacity: 1;
    visibility: visible;
}

.productModal.open .productModal__inner {
    transform: translateY(0);
}

.productModal__inner {
    padding: clamp(1.5rem, 1.3798rem + 0.4633vw, 1.875rem) 0 clamp(1.25rem, 0.9496rem + 1.1583vw, 2.1875rem) 0px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 600px;
    width: 100%;
    transition: all 0.5s;
    transform: translateY(-200%);
}

.productModal__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(232, 233, 235);
    padding: 0 clamp(1.5rem, 1.1795rem + 1.2355vw, 2.5rem) clamp(1.5rem, 1.3798rem + 0.4633vw, 1.875rem) clamp(1.5rem, 1.1795rem + 1.2355vw, 2.5rem);
}

.productModal__title {
    color: rgb(33, 34, 38);
    font-family: "Museo Cyrl 500";
    font-size: clamp(1rem, 0.7597rem + 0.9266vw, 1.75rem);
    font-weight: 500;
    line-height: 1.4;
}

.productModal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
}

.productModal__close:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
}

.productModal__close svg {
    pointer-events: none;
}

.productModal__content {
    padding: 20px clamp(1.5rem, 1.1795rem + 1.2355vw, 2.5rem);
    border-bottom: 1px solid rgb(232, 233, 235);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.productModal__img {
    max-width: 180px;
    width: 100%;
    max-height: 170px;
    margin: 0;
}

.productModal__info {
    display: flex;
    flex-direction: column;
    gap: clamp(0.625rem, 0.5249rem + 0.3861vw, 0.9375rem);
}

.productModal__info-top {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.productModal__info-title {
    color: rgb(33, 34, 38);
    font-family: "Museo Cyrl 500";
    font-size: clamp(1rem, 0.9599rem + 0.1544vw, 1.125rem);
    font-weight: 500;
    line-height: 1.4;
}

.productModal__info-art {
    color: rgb(137, 138, 140);
    font-family: "Museo Cyrl 500";
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}

.productModal__info-price {
    color: rgb(33, 34, 38);
    font-family: "Museo Cyrl 500";
    font-size: clamp(1.25rem, 1.1699rem + 0.3089vw, 1.5rem);
    font-weight: 500;
    line-height: 1.5;
}

.productModal__buttons {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: clamp(1.25rem, 0.9496rem + 1.1583vw, 2.1875rem) clamp(1.5rem, 1.1795rem + 1.2355vw, 2.5rem) 0 clamp(1.5rem, 1.1795rem + 1.2355vw, 2.5rem);
}

.productModal__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 4px;
    border: 1px solid rgb(40, 132, 224);
    transition: all 0.5s;
    padding: 0 10px;
    background-color: transparent;
    width: 100%;
    color: rgb(40, 132, 224);
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: none;
}

.productModal__button--blue {
    background-color: rgb(40, 132, 224);
    color: #fff;
}

@media (max-width: 500px) {
    .productModal__buttons {
        flex-direction: column;
    }

    .productModal__img {
        max-width: 120px;
    }
}

.counter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.counter button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.counter__btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;

}

.counter__btn.disabled {
    pointer-events: none;
}

.counter__btn.disabled svg path {
    fill: #bbbdbf;
}

.counter__btn svg path {
    fill: #000;
}

.counter__number {
    color: rgb(33, 34, 38);
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    background-color: transparent;
    max-width: 40px;
    overflow: hidden;
    order: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cookieModal {
    z-index: 99999999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: clamp(1.5rem, 1.0794rem + 1.6216vw, 2.8125rem) clamp(1.5rem, 0.3784rem + 4.3243vw, 5rem);
    width: 100%;
    border-top: 1px solid rgb(232, 233, 235);
    display: none;
    max-width: 1300px;
}

.cookieModal.open {
    display: block;
}

.cookieModal__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cookieModal__text {
    color: rgb(33, 34, 38);
    font-family: "Museo Cyrl 500";
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}

.cookieModal__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 4px;
    border: 1px solid rgb(40, 132, 224);
    transition: all 0.5s;
    padding: 0 48px;
    background-color: rgb(40, 132, 224);
    color: #fff;
    font-family: "Museo Cyrl 500";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
}

@media (max-width: 600px) {
    .cookieModal__inner {
        flex-direction: column;
    }

    .cookieModal__btn {
        width: 100%;
    }
}

.main .list-product .list-product__buy-text {
    display: block !important;
    color: #fff;
}

.main .list-product .list-product__box {
    flex-direction: column;
    align-items: normal;
    gap: 12px;
}

.main .list-product .product__buttons.open .product__buttons-add {
    display: flex;
}

.main .list-product .product__buttons.open .list-product__buy {
    display: none;
}

.main .list-product .product__buttons .list-product__buy {
    width: 100%
}

.main .list-product .product__buttons .product__buttons-add,
.main .list-product .product__buttons .list-product__buy-icon {
    display: none;
}

.main .list-product .product__buttons .list-product__buy {
    margin: 0 !important;
    cursor: pointer;
    width: 100%;
    height: 48px;
}

.main .list-product .product__buttons-add {
    width: 100%;
    gap: 12px;
    justify-content: space-between;
}

.main .list-product .product-counter,
.main .list-product .product__button-add {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 4px;
}
.catalog-banner-menu{
    margin: 4em 2rem 0 0;
}
.main .list-product .product__button-add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background-color: #1BB31B;
   /* width: 100%;*/
    cursor: pointer;
}

.main .list-product .product__button-add-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Museo Cyrl 500";
    white-space: nowrap;
}
.main .list-product .list-product__content .product__buttons  {
    display: flex;
}

.list-product .product__button-add-link {
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: "Geologica Light";
    text-decoration: none;
}

.main .list-product .product-counter {
    display: flex;
    border: 1px solid #E8E9EB;
    align-items: center;
  /*  gap: 14px;*/
    max-width: 150px;
    padding: 0 8px;
}

.main .list-product .product-counter__minus, .product-counter__plus {
    background-color: transparent;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main .list-product .product-counter__minus:before, .product-counter__plus:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
}

.main .list-product .product-counter__number {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    overflow: hidden;
    color: #212226;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
}

.list-basket {
    max-height: 544px;
}

@media (max-width: 840px) {
    .product__buttons-add {
        flex-direction: column;
    }

    .list-product .product-counter {
        max-width: 100%;
        justify-content: space-between;
    }
}

.list-product__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    height: 62px;
}

@media only screen and (max-width: 575px) {
    .list-product__buy {
        height: 44px;
        gap: 0 14px;
        margin: 0;
    }

    .list-product__price {
        height: 50px;
        justify-content: flex-end;
    }
}

.wrapper-sub-menu--active .wrapper-sub-menu__box.wrapper-sub-menu__box--active,
.sub-category__box,
.sub-category__row--product-list {
    min-height: 52vh;
    height: auto !important;
    overflow: hidden !important;
}

.main .list-product .product-counter__number {
    min-width: 50px;
}

.header-info {
    flex-direction: row;
    padding: 0 10px;
    flex-wrap: nowrap;
}

.header-info__item {
    display: flex;
    flex-direction: column;
}

.header-info__item {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

.header-info__city {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.header-info__item-name {
    margin: 0
}

.header-info__item {
    gap: 6px;
}

.logo__description {
    margin-left: 5px;
}

.home-slider {
    aspect-ratio: auto;
    max-height: auto;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .home-slider {
        max-height: auto;
    }
}

.home-slider__item img {
    position: static;
}

.home-slider__item {
    min-height: auto;
}

.home-slider .swiper-pagination {
    bottom: 14px !important;
}

.header-basket__frame:hover .icon.icon-favorites {
    fill: #212226;
}

.header-basket:hover {
    opacity: 1;
}

.header-basket:hover .header-basket__frame .icon.icon-favorites {
    fill: #2884e0;
}

.cookieModal {
    margin: 0 auto;
}

.header__basket {
    transform: translateY(-0.7px);
}

.news-list__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}

.header__favorites {
    transform: translateY(0.6px);
}

.news-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    column-gap: 20px;
    max-width: 100%;
    justify-content: normal;
}

.news-list__item {
    width: 100%;
}

@media only screen and (max-width: 1279px) {
    .news-list--home .news-list__item,
    .news-list__item {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .news-list--home .news-list__item,
    .news-list__item {
        width: 100%;
        max-width: 100%;
    }
}

.carousel__button svg {
    stroke: none;
}

.footer__base .container.row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.footer__add .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.footer__column {
    width: 100%;
}

.footer--home .footer__link-privacy,
.footer--home .footer__development {
    margin: 0;
    text-decoration: none;
}

@media only screen and (max-width: 1023px) {
    .footer__column {
        width: 100%;
    }

    .footer__base .container.row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer__add .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__add .container > span {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .footer__base .container.row {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}

.js-slider-home {
    height: fit-content;
}

.product__button-add {
    text-decoration: none;
}

.news-list {
    gap: 40px;
}

.home-slider__shops_link {
    text-decoration: none;
}

.home-slider__item {
    cursor: pointer;
}

.main--home .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: fit-content !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 25px !important;
    font-weight: bold;
}
.swiper-button-next, .swiper-button-prev {
    height: 4rem !important;
    width: 3.3rem !important;
    background-color: #ffffffab;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0 !important;
}
@media screen and (max-width: 578px) {
    .mobile-app .col-7 {
        width: 100%;
    }

    .mobile-app .mt-6 {
        margin-top: 0;
    }

    .mobile-app h4 {

        font-size: 27px;
        margin-bottom: .1rem;
        margin-left: 1rem;
    }

    .mobile-app > .row {
        position: relative;
        padding-top: 1.4rem;
    }

    .mobile-app p {
        margin-left: 1rem;
        font-size: 16px;
    }

    .props .row {
        flex-direction: column;
        margin-left: 1rem;
    }

    .inshop {
        display: none;
    }

    .props .col-6 {
        width: 65%;
    }

    .phone-qr {
        display: none;
    }

    .phone-base {
        position: absolute;
        z-index: 1;
        right: -40%;
        top: 30%;
        width: 265px;
        height: 406px;
    }

    .app-store {
        position: absolute;
        z-index: 2;
        bottom: -20px;
        left: 0;
        transform: none;
        right: unset;
        width: 198px;
        height: 106px;
    }

    .google-play {
        position: absolute;
        z-index: 2;
        bottom: -20px;
        right: 0;
        transform: none;
        width: 188px;
        height: 106px;
    }

    .mt-sm-6 {
        margin-top: 1.4rem !important;
    }

    .mobile-app .props p {
        padding: 0 1rem;
    }

    .props {
        margin-bottom: 4rem;
    }

    .footer__base .container.row {
        display: flex !important;
        flex-wrap: wrap;
    }

    .footer__base .footer__column-name {
        font-family: "Geologica Medium", Helvetica, sans-serif;
    }

    .footer__base .footer__column {
        width: 50%;
        padding: 0 5px 0;
        border-bottom: none;
        margin-bottom: 1rem;
    }

    .footer__base .footer__column-change {
        display: none;
    }

    .footer__base .footer__column-box {
        max-height: inherit;
    }

    .footer__base .menu-footer__link {
        font-size: 14px;

    }

    .footer__base .footer-contact__item,
    .footer__base .menu-footer__item {
        line-height: 1;
    }
    .footer--home .footer__add{
        padding: 0 5px;
        margin: 12px 0;
    }

}
/* End */


/* Start:/local/templates/rosal_v2/components/bitrix/sale.basket.basket.line/basket-small/style.min.css?17376467464011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/rosal_v2/components/bitrix/catalog.section.list/catalog-type/style.min.css?17376467466236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/rosal_v2/components/bitrix/news.list/banner-index-list/style.css?1737646746150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/rosal_v2/components/bitrix/menu/footer-menu/style.min.css?1737646746490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/rosal_v2/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/rosal_v2/template_styles.css?1741158492846*/
input:disabled{
    background-color: #ccc; /* Серый цвет */
    color: #666; /* Более бледный цвет текста */
    cursor: not-allowed; /* Указатель становится заблокированным */
}

.spin-icon {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background-color: rgba(255, 255, 255, 0.8); /* полупрозрачный фон */
    padding: 20px;
    border-radius: 50%;
}

.add-green-basket{
    background: green;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* End */
/* /local/templates/rosal_v2/css/vendor.min.css?173764674651882 */
/* /local/templates/rosal_v2/css/main.min.css?1750077364263202 */
/* /local/templates/rosal_v2/components/bitrix/sale.basket.basket.line/basket-small/style.min.css?17376467464011 */
/* /local/templates/rosal_v2/components/bitrix/catalog.section.list/catalog-type/style.min.css?17376467466236 */
/* /local/templates/rosal_v2/components/bitrix/news.list/banner-index-list/style.css?1737646746150 */
/* /local/templates/rosal_v2/components/bitrix/menu/footer-menu/style.min.css?1737646746490 */
/* /local/templates/rosal_v2/template_styles.css?1741158492846 */
