@charset "UTF-8";

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: 1em monospace, monospace;
}

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: 700;
}

code,
kbd,
samp {
  font: 1em monospace, monospace;
}

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 {
  margin: 0;
  outline: 0;
  font: 100%/1.15 inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: none;
}

[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-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: 0;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: 0;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: 0;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: 0;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.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: flex;
  justify-content: center;
  list-style: 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%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  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: flex;
  justify-content: 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%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 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;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  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);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  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));
}

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

.fancybox__container :focus {
  outline: 0;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  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;
  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: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --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: '';
  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);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  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;
  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 > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 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 {
  animation: fancybox-rotate 2s linear infinite;
  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;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@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;
  }
}

.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 {
  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 {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    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;
  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: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: 0 0;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit='contain'] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit='contain'] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit='contain'] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  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;
  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%;
  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 {
  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: 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 {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden='false'] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: 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(1, 210, 232, 0.94));
  opacity: 0;
  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;
  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: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  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 {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.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(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.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;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: Roboto, Arial, serif;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
}

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

ol[class],
ul[class] {
  list-style: none;
  padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: #5fad56;
}

a:not([class]):hover {
  text-decoration: underline;
  color: #333;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: NaNs !important;
    animation-duration: NaNs !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: NaNs !important;
    -o-transition-duration: NaNs !important;
    transition-duration: NaNs !important;
    scroll-behavior: auto !important;
  }
}

audio,
canvas,
iframe,
img,
svg,
textarea,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

a,
a:active,
a:active *,
a:focus,
a:focus *,
button,
button:active,
button:active *,
button:focus,
button:focus *,
input,
input:active,
input:active *,
input:focus,
input:focus *,
select,
select:active,
select:active *,
select:focus,
select:focus * {
  outline: 0;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
}

.columns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column {
  padding: 0 15px;
}

.column__2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.column__3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.column__8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.align-h--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-h--right {
  text-align: right;
}

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

.align-h--center {
  text-align: center;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #333;
  margin-bottom: 10px;
}

.h1,
.h2,
.h4,
h1,
h2,
h4 {
  font-weight: 300;
  line-height: 1.3;
}

.h3,
.h5,
.h6,
h3,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 24px;
}

.h2,
h2 {
  font-size: 22px;
}

.h3,
h3 {
  font-size: 18px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 13px;
}

.svg-sprite-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
}

.g-title--with-border {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 10px;
  margin-bottom: 25px;
}

.g-title--with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-title--with-icon .svg-sprite-icon {
  width: 17px;
  height: 17px;
  margin: 5px 0 0 5px;
}

.g-title--position-center {
  text-align: center;
}

.hidden {
  display: none;
}

.visibility {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 34px;
  }

  .h2,
  h2 {
    font-size: 24px;
  }

  .h3,
  h3 {
    font-size: 24px;
  }

  .h6,
  h6 {
    font-size: 14px;
  }

  .g-title--with-icon .svg-sprite-icon {
    width: 27px;
    height: 27px;
  }
}

.hidden-description-toggle {
  cursor: pointer;
}

.box-hidden-description {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(88, 88, 88, 0.11);
  box-shadow: 0 2px 10px rgba(88, 88, 88, 0.11);
  border-radius: 4px;
  width: 180px;
  position: absolute;
  padding: 15px;
  font-size: 12px;
  color: #97999e;
  top: 0;
  left: calc(100% + 15px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-hidden-description--right-top {
  top: calc(100% + 5px);
  left: initial;
  right: 0;
}

.box-hidden-description.active {
  visibility: visible;
  opacity: 1;
}

.personal-data {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  flex: 0 0 calc(100% - 30px);
}

.personal-data a {
  font-weight: 400;
  color: #333;
  text-decoration: underline;
}

.personal-data a:hover {
  color: #b8b8b8;
  text-decoration: underline;
}

.button {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #97999e;
  display: inline-flex;
  padding: 13px 20px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.button-large {
  width: 290px;
  max-width: 100%;
}

.button-medium {
  font-size: 14px;
  padding: 9px 18px;
}

.button-small {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 20px;
}

.button-small.button-icon .svg-sprite-icon {
  width: 12px;
  height: 12px;
}

.button-with-shodow {
  box-shadow: 0 2px 6px rgba(77, 77, 77, 0.3);
}

.button-with-border {
  border: 1px solid #5fad56;
  color: #5fad56;
}

.button-grey {
  background-color: #f6f6f6;
}

.button-grey:hover {
  background-color: #5fad56;
  color: #fff;
}

.button-grey-v2 {
  font-weight: 400;
  background-color: #f6f6f6;
  color: #333;
}

.button-grey-v2:hover {
  background-color: #5fad56;
  color: #fff;
}

.button-green {
  background-color: #5fad56;
  color: #fff;
}

.button-green .svg-sprite-icon {
  background-color: #fff;
}

.button-green:hover {
  background-color: #4e9e45;
  color: #fff;
}

.button-yellow {
  background-color: #ffb20f;
  color: #fff;
}

.button-yellow:hover {
  background-color: #b8b8b8;
  color: #fff;
}

.button-dark {
  background-color: #333;
  color: #fff;
}

.button-dark:hover {
  background-color: #404040;
  color: #fff;
}

.button-white {
  border: 1px solid #e0e0e0;
  color: #b8b8b8;
  background: #fff;
}

.button-white:hover {
  border-color: #97999e;
  color: #97999e;
  background: #fff;
}

.button-full {
  width: 100%;
}

.button-without-border {
  border-color: transparent;
}

.button-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 17px;
  border-radius: 24px;
}

.button-with-icon .svg-icon {
  width: 20px;
  height: 20px;
}

.button-icon__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.button-icon .svg-sprite-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.button:hover .toggle-triangle {
  border-color: #fff transparent transparent;
}

.toggle-triangle {
  border-style: solid;
  border-width: 5px 3.5px 0;
  border-color: #97999e transparent transparent;
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.callorder {
  width: 30px;
  height: 30px;
  background-color: #5fad56;
  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;
  border-radius: 50%;
}

.callorder .icon-phone {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.toggle-mobile-menu-button {
  border: 0;
  margin: 0;
  padding: 0;
  background: 0 0;
  width: 20px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.toggle-mobile-menu-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toggle-mobile-menu-button__line {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #333;
  border-radius: 30px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.toggle-mobile-menu-button__line--1 {
  top: 5px;
}

.toggle-mobile-menu-button__line--2,
.toggle-mobile-menu-button__line--3 {
  top: 11px;
}

.toggle-mobile-menu-button__line--4 {
  top: 17px;
}

.toggle-mobile-menu-button.open .toggle-mobile-menu-button__line--1,
.toggle-mobile-menu-button.open .toggle-mobile-menu-button__line--4 {
  width: 0;
  left: 50%;
}

.toggle-mobile-menu-button.open .toggle-mobile-menu-button__line--2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-mobile-menu-button.open .toggle-mobile-menu-button__line--3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn {
  background: 0 0;
  width: 24px;
  height: 24px;
  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;
  border: 0;
}

.close-btn .icon-close {
  width: 15px;
  height: 15px;
  fill: #333;
}

@media only screen and (min-width: 1024px) {
  .button-small {
    font-size: 16px;
  }

  .toggle-triangle {
    border-width: 7px 4px 0;
  }
}

.navigation-footer .navigation__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #97999e;
  display: block;
}

.menu ul {
  display: none;
}

.menu--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu--main > li > a {
  font-size: 16px;
  line-height: 30px;
  color: #97999e;
  text-decoration: none;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu--main > li > a:hover {
  color: #5fad56;
  text-decoration: none;
}

.menu-item .svg-icon {
  width: 16px;
  height: 16px;
}

.menu--footer > li {
  font-size: 12px;
  color: #b8b8b8;
}

.menu--footer > li > a {
  font-size: 12px;
  line-height: 30px;
  color: #b8b8b8;
  text-decoration: none;
}

.menu--footer > li > a:hover {
  color: #5fad56;
  text-decoration: underline;
}

.menu--mobile > li > a {
  font-size: 14px;
  color: #333;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #f6f6f6;
  padding: 15px 0 10px;
}

.menu--mobile > li > a.active {
  color: #5fad56;
}

.mobile-wrap {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  width: 0;
  min-height: calc(100vh - 45px);
  right: 0;
  top: 100%;
  z-index: 99999;
  border: 1px solid #e0e0e0;
  padding: 0 30px 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.mobile-wrap.active {
  opacity: 1;
  width: 88%;
  visibility: visible;
}

.user-wrap {
  display: none;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99999;
  border: 1px solid #e0e0e0;
  padding: 0 30px 20px;
}

.substrate.active {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
}

.menu-box__title {
  display: block;
  color: #97999e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px solid #f6f6f6;
  padding: 15px 0 10px;
}

@media only screen and (min-width: 768px) {
  .navigation-footer .navigation__title {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .menu--footer > li,
  .menu--footer > li > a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .toggle-mobile-menu-button-wrap {
    display: none;
  }
}

.slider {
  position: relative;
}

.slider,
.slider *,
.slider :active,
.slider :focus {
  outline: 0 !important;
}

.js-slider {
  display: none;
}

.js-slider.slick-initialized {
  display: block;
}

.slider--banners {
  padding-left: 15px;
}

.slider--banners .slider-item {
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
}

.socials-list__item {
  margin: 0 9px;
}

.socials-list__item .svg-sprite-icon {
  width: 19px;
  height: 19px;
}

.socials__tlte {
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}

.icon-facebook {
  background-color: #475993;
}

.icon-vk {
  background-color: #44678d;
}

@media only screen and (min-width: 768px) {
  .socials-list__item .svg-sprite-icon {
    width: 22px;
    height: 22px;
  }

  .socials__tlte {
    font-size: 20px;
  }
}

.messengers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

.messengers-list-item {
  margin: 0 5px;
}

.messengers-list-item .svg-sprite-icon {
  width: 24px;
  height: 24px;
}

.messengers-icons--19 .messengers-list-item .svg-sprite-icon {
  width: 19px;
  height: 19px;
}

.messengers--footer .messengers-list {
  margin: 0 -9px;
}

.messengers--footer .messengers-list-item {
  margin: 0 9px;
}

@media only screen and (min-width: 768px) {
  .messengers-icons--19 .messengers-list-item .svg-sprite-icon {
    width: 22px;
    height: 22px;
  }
}

::-webkit-input-placeholder {
  color: #97999e;
}

::-moz-placeholder {
  color: #97999e;
}

:-ms-input-placeholder {
  color: #97999e;
}

::-ms-input-placeholder {
  color: #97999e;
}

::placeholder {
  color: #97999e;
}

.input-field {
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 15px;
  width: 100%;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-field:focus {
  border-color: #5fad56;
}

.label--checkbox,
.label--radio {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.label--radio .control-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.label--hide-checkbox .control-value,
.label--hide-radio .control-value {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #97999e;
}

.label--full-checkbox .control-value,
.label--full-radio .control-value {
  display: block;
  width: 100%;
  padding: 10px 35px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 300;
  color: #97999e;
  justify-content: center;
  transition: all 0.3s ease;
}

.label--full-checkbox:hover .control-value,
.label--full-radio:hover .control-value {
  background-color: #f6f6f6;
}

.label--full-checkbox .control-custom-trigger,
.label--full-radio .control-custom-trigger {
  display: none !important;
}

.label--full-checkbox .checkbox-hide:checked ~ .control-value,
.label--full-radio .radio-hide:checked ~ .control-value {
  background-color: #5fad56;
  color: #fff;
}

.label--full-checkbox .checkbox-hide:disabled ~ .control-value,
.label--full-radio .radio-hide:disabled ~ .control-value {
  background-color: #e8e8e8;
  color: #b7b7b7;
}

input[type='checkbox'] {
  display: none;
}

.checkbox,
.control-custom-trigger {
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.checkbox:before,
.checkbox ~ .control-custom-trigger::before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
  width: 8px;
  height: 5px;
  border: 1px solid #b8b8b8;
  border-top-style: none;
  border-right-style: none;
}

.checkbox ~ .control-custom-trigger {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #5fad56;
  cursor: pointer;
}

.checkbox:checked ~ .control-custom-trigger::before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
  border-color: #5fad56;
}

.checkbox ~ .control-custom-trigger {
  width: 15px;
  height: 15px;
}

.checkbox-hide ~ .control-custom-trigger {
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
  display: none;
}

.control-custom.checkbox-hide ~ .control-custom-trigger:before {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  width: 9px;
  height: 9px;
  background-color: #5fad56;
  border-radius: 50%;
}

.checkbox-hide:checked ~ .control-custom-trigger {
  display: block;
}

.checkbox-hide:checked ~ .control-custom-trigger:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.checkbox-hide:checked ~ span {
  color: #5fad56;
}

.radio,
.radio-hide {
  display: none;
}

.radio ~ .control-custom-trigger {
  position: relative;
  margin: 0 5px 0 0;
  cursor: pointer;
}

.radio ~ .control-custom-trigger:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #5fad56;
  border-radius: 50%;
}

.radio ~ .control-custom-trigger {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #5fad56;
  border-radius: 50%;
}

.radio:checked ~ .control-custom-trigger:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.select-default {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filter-select {
  background-color: #f6f6f6;
}

.filter-form-fields-group__title--icon-person::before,
.filter-select--icon-person::before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.04429C7.01937 6.04429 8.25 4.84986 8.25 3.37517C8.25 1.90048 7.01937 0.706055 5.5 0.706055C3.98062 0.706055 2.75 1.90048 2.75 3.37517C2.75 4.84986 3.98062 6.04429 5.5 6.04429ZM5.5 7.37885C3.66437 7.37885 0 8.273 0 10.048V11.3825H11V10.048C11 8.273 7.33563 7.37885 5.5 7.37885Z' fill='%235FAD56'/%3E%3C/svg%3E%0A");
}

.filter-form-fields-group__title--icon-cost::before,
.filter-select--icon-cost::before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.60791 8.34863V9.22754H2.07275V11H3.39111V9.22754H6.43066V8.34863H3.39111V6.94238H5.28809C7.34619 6.94238 8.6792 5.59473 8.6792 3.771C8.6792 1.95459 7.36084 0.584961 5.30273 0.584961H2.07275V6.06348H0.60791V6.94238H2.07275V8.34863H0.60791ZM3.39111 1.75684H4.9585C6.55518 1.75684 7.32422 2.54053 7.32422 3.771C7.32422 5.00879 6.54785 5.7998 4.9585 5.7998H3.39111V1.75684Z' fill='%235FAD56'/%3E%3C/svg%3E%0A");
}

.filter-form-fields-group__title--icon-type::before,
.filter-select--icon-type::before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.08341 4.66659C4.72775 4.66659 5.25008 4.14425 5.25008 3.49992C5.25008 2.85559 4.72775 2.33325 4.08341 2.33325C3.43908 2.33325 2.91675 2.85559 2.91675 3.49992C2.91675 4.14425 3.43908 4.66659 4.08341 4.66659Z' fill='%235FAD56'/%3E%3Cpath d='M6.0325 5.21053C5.862 5.08316 5.708 4.94421 5.5815 4.79368L4.8115 3.89632C4.707 3.77474 4.575 3.67632 4.432 3.60684C4.2725 3.52579 4.091 3.47368 3.904 3.47368H3.8875C3.2055 3.47368 2.65 4.05842 2.65 4.77632V5.21053H1V9.8421C1 10.4789 1.495 11 2.1 11H10.9C11.505 11 12 10.4789 12 9.8421V5.21053H6.0325ZM3.75 9.8421H2.65V6.36842H3.75V9.8421ZM5.95 9.8421H4.85V6.36842H5.95V9.8421ZM8.15 9.8421H7.05V6.36842H8.15V9.8421ZM10.35 9.8421H9.25V6.36842H10.35V9.8421ZM10.1575 1.65579L10.119 1.61526C9.8055 1.25632 9.668 0.798947 9.7505 0.341579L9.8 0H8.7605L8.7275 0.248947C8.6175 1.03632 8.876 1.81789 9.4425 2.40263L9.481 2.43737C9.7945 2.79632 9.932 3.25368 9.8495 3.71105L9.789 4.05263H10.8395L10.8725 3.80368C10.988 3.01632 10.724 2.23474 10.1575 1.65579ZM7.9575 1.65579L7.919 1.61526C7.6055 1.25632 7.468 0.798947 7.5505 0.341579L7.6 0H6.5605L6.5275 0.248947C6.4175 1.03632 6.676 1.81789 7.2425 2.40263L7.281 2.43737C7.5945 2.79632 7.732 3.25368 7.6495 3.71105L7.589 4.05263H8.6395L8.6725 3.80368C8.788 3.01632 8.524 2.23474 7.9575 1.65579Z' fill='%235FAD56'/%3E%3C/svg%3E%0A");
}

.filter-form-fields-group__title--icon-kitchen::before,
.filter-select--icon-kitchen::before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 512 512' height='512' fill='%235FAD56' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m313.036 361-95.356 63.574c-4.189 2.783-6.68 7.456-6.68 12.48v74.946h240v-76c0-41.353-33.647-75-75-75zm-42.036 105h-30v-30h30z'/%3E%3Cpath d='m181 437.055c0-15.073 7.485-29.077 20.039-37.441l57.916-38.614h-122.955c-41.353 0-75 33.647-75 75v76h120z'/%3E%3Cpath d='m151 130.986v19.014h210v-19.014c18.926-14.106 30-34.511 30-55.986 0-41.353-40.371-75-90-75-28.237 0-60 17.25-60 45h-30c0-16.106 6.255-30.954 16.666-43.191-5.491-.857-10.968-1.809-16.666-1.809-49.629 0-90 33.647-90 75 0 21.475 11.074 41.88 30 55.986z'/%3E%3Cpath d='m361 180h-210v46c0 57.891 47.109 105 105 105s105-47.109 105-105z'/%3E%3C/g%3E%3C/svg%3E");
}

.filter-form-fields-group__title--icon-balloons::before,
.filter-select--icon-balloons::before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.277 33.277' style='enable-background:new 0 0 33.277 33.277;' xml:space='preserve' %3E%3Cg%3E%3Cpath fill='%235FAD56' d='M11.246,18.75c1.122,3.728,1.396,7.667,1.222,11.541c-0.023,0.472,0.621,0.173,0.636-0.171 c0.178-3.924-0.089-7.926-1.226-11.703C11.753,18.003,11.15,18.428,11.246,18.75z M21.456,22.114 c0.277,0.991,0.081,2.011,0.14,3.023c0.078,1.353,0.907,2.392,1.919,3.219c0.062-0.197,0.128-0.393,0.193-0.589 c-0.926,0.402-2.413,1.068-2.334,2.307c0.069,1.067,0.883,1.831,0.692,2.968c-0.079,0.459,0.579,0.161,0.636-0.17 c0.146-0.849-0.134-1.577-0.472-2.34c-0.137-0.31-0.284-0.652-0.181-0.991c0.186-0.607,1.258-0.96,1.763-1.181 c0.181-0.079,0.393-0.427,0.192-0.589c-1.039-0.852-1.749-1.833-1.789-3.207c-0.027-0.941,0.132-1.858-0.129-2.782 C21.971,21.366,21.367,21.791,21.456,22.114z M21.689,3.437c-4.065,0-7.364,4.191-7.364,9.362c0,5.169,5.493,9.736,7.364,9.736 c1.874,0,7.365-4.566,7.365-9.736C29.054,7.628,25.757,3.437,21.689,3.437z M23.63,6.278l1.358-0.612 c4.159,4.383,1.037,7.747,1.037,7.747C27.453,9.335,23.63,6.278,23.63,6.278z M12.336,18.583h-0.995c0,0-0.169,0.938-0.611,1.223 c-0.441,0.286,1.261-0.665,1.956-0.026C12.565,19.674,12.138,19.243,12.336,18.583z M12.686,19.78 c0.02,0.018,0.032,0.026,0.032,0.026C12.707,19.797,12.695,19.79,12.686,19.78z M22.606,21.896h-0.994c0,0-0.17,0.937-0.61,1.223 c-0.443,0.286,1.26-0.665,1.954-0.025C22.835,22.985,22.409,22.555,22.606,21.896z M22.955,23.093 c0.021,0.016,0.033,0.025,0.033,0.025C22.978,23.109,22.967,23.102,22.955,23.093z M17.626,4.006C16.294,1.585,14.088,0,11.587,0 C7.52,0,4.223,4.191,4.223,9.361s5.492,9.736,7.364,9.736c0.73,0,2.012-0.697,3.304-1.853c-0.869-1.433-1.472-3.073-1.472-4.78 C13.419,8.731,15.139,5.509,17.626,4.006z M8.617,4.82C8.549,4.891,8.482,4.963,8.415,5.037C8.283,5.185,8.154,5.339,8.03,5.496 c-0.25,0.315-0.479,0.646-0.689,0.99C6.922,7.174,6.592,7.919,6.412,8.705c-0.18,0.784-0.195,1.612-0.002,2.416 c0.189,0.804,0.588,1.57,1.114,2.245c-0.621-0.588-1.149-1.302-1.482-2.126c-0.337-0.822-0.464-1.742-0.396-2.646 C5.711,7.688,5.955,6.8,6.303,5.965c0.174-0.419,0.375-0.826,0.6-1.221C7.016,4.546,7.134,4.352,7.259,4.16 c0.064-0.097,0.127-0.191,0.194-0.287c0.07-0.097,0.133-0.186,0.219-0.293l1.142,1.046C8.756,4.677,8.681,4.751,8.617,4.82z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.filter-form-fields-group__title--icon-gear::before,
.filter-select--icon-gear::before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg height='512pt' viewBox='0 0 512 512' width='512pt' fill='%235FAD56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m499.953125 197.703125-39.351563-8.554687c-3.421874-10.476563-7.660156-20.695313-12.664062-30.539063l21.785156-33.886719c3.890625-6.054687 3.035156-14.003906-2.050781-19.089844l-61.304687-61.304687c-5.085938-5.085937-13.035157-5.941406-19.089844-2.050781l-33.886719 21.785156c-9.84375-5.003906-20.0625-9.242188-30.539063-12.664062l-8.554687-39.351563c-1.527344-7.03125-7.753906-12.046875-14.949219-12.046875h-86.695312c-7.195313 0-13.421875 5.015625-14.949219 12.046875l-8.554687 39.351563c-10.476563 3.421874-20.695313 7.660156-30.539063 12.664062l-33.886719-21.785156c-6.054687-3.890625-14.003906-3.035156-19.089844 2.050781l-61.304687 61.304687c-5.085937 5.085938-5.941406 13.035157-2.050781 19.089844l21.785156 33.886719c-5.003906 9.84375-9.242188 20.0625-12.664062 30.539063l-39.351563 8.554687c-7.03125 1.53125-12.046875 7.753906-12.046875 14.949219v86.695312c0 7.195313 5.015625 13.417969 12.046875 14.949219l39.351563 8.554687c3.421874 10.476563 7.660156 20.695313 12.664062 30.539063l-21.785156 33.886719c-3.890625 6.054687-3.035156 14.003906 2.050781 19.089844l61.304687 61.304687c5.085938 5.085937 13.035157 5.941406 19.089844 2.050781l33.886719-21.785156c9.84375 5.003906 20.0625 9.242188 30.539063 12.664062l8.554687 39.351563c1.527344 7.03125 7.753906 12.046875 14.949219 12.046875h86.695312c7.195313 0 13.421875-5.015625 14.949219-12.046875l8.554687-39.351563c10.476563-3.421874 20.695313-7.660156 30.539063-12.664062l33.886719 21.785156c6.054687 3.890625 14.003906 3.039063 19.089844-2.050781l61.304687-61.304687c5.085937-5.085938 5.941406-13.035157 2.050781-19.089844l-21.785156-33.886719c5.003906-9.84375 9.242188-20.0625 12.664062-30.539063l39.351563-8.554687c7.03125-1.53125 12.046875-7.753906 12.046875-14.949219v-86.695312c0-7.195313-5.015625-13.417969-12.046875-14.949219zm-152.160156 58.296875c0 50.613281-41.179688 91.792969-91.792969 91.792969s-91.792969-41.179688-91.792969-91.792969 41.179688-91.792969 91.792969-91.792969 91.792969 41.179688 91.792969 91.792969zm0 0'/%3E%3C/svg%3E");
}

.select {
  cursor: pointer;
  position: relative;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-styled {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-styled:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0;
  border-color: #333 transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.select-styled.active,
.select-styled:active {
  border-bottom: 0;
}

.select-styled.active:after,
.select-styled:active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-options {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.select-options li {
  padding: 10px 35px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 300;
  color: #97999e;
}

.select-options li[rel='hide'] {
  display: none;
}

.select-options li:hover {
  background-color: #f6f6f6;
}

.select-options li.selected {
  background-color: #5fad56;
  color: #fff;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating__text {
  font-size: 14px;
  line-height: 1;
  color: #ffb20f;
  margin-right: 2px;
}

.rating .icon-star {
  width: 10px;
  height: 10px;
  background-color: #ffb20f;
}

.rating--round {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 7px;
  background-color: #ffb20f;
  border-radius: 100px;
  max-width: 40px;
}

.rating--round .rating__text {
  font-size: 11px;
  color: #fff;
}

.rating--round .icon-star {
  background-color: #fff;
}

.rating--small .rating__text {
  font-size: 9px;
  padding-top: 4px;
}

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

.rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}

.rating-list-wrapper {
  padding: 10px 0 15px;
}

.rating-list-wrapper--gray {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 14px 15px;
}

.rating-list-item {
  padding: 0 5px;
}

.rating-list-item__title {
  display: block;
  font-weight: 300;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 5px;
  color: #333;
}

.rating-list-item__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 1;
  color: #333;
}

.rating-list-item__value .svg-sprite-icon {
  width: 9px;
  height: 9px;
  background-color: #e0e0e0;
  margin-left: 2px;
}

.set-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.set-rating__title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.set-rating-list {
  margin-bottom: 25px;
}

.set-rating-list-item {
  background: #f6f6f6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 15px;
  margin-bottom: 10px;
}

.set-rating-list-item__title {
  display: block;
  font-size: 13px;
  font-weight: 300;
}

.set-rating-list-item__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.set-rating-list-item__icons .svg-sprite-icon {
  width: 15px;
  height: 15px;
  background-color: #e0e0e0;
  margin: 0 2px;
}

.set-rating-list-item__icons .svg-sprite-icon.active {
  background-color: #ffb20f;
}

@media only screen and (min-width: 768px) {
  .rating--round {
    max-width: 50px;
  }

  .rating--round .rating__text {
    font-size: 14px;
  }

  .rating--small .rating__text {
    font-size: 16px;
  }

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

  .rating-list-item__title {
    font-size: 16px;
  }

  .rating-list-item__value {
    font-size: 14px;
  }

  .rating-list-item__value .svg-sprite-icon {
    width: 13px;
    height: 13px;
  }

  .set-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .rating-list {
    margin: 0;
  }

  .rating-list-wrapper--overall-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rating-list-item {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rating-list-item__title {
    margin: 0 10px 0 0;
  }

  .rating-list-item__value .svg-sprite-icon {
    background-color: #b8b8b8;
  }

  .rating__text {
    font-size: 16px;
  }

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

  .set-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
}

.site-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 0;
  position: relative;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(88, 88, 88, 0.11);
  box-shadow: 0 2px 10px rgba(88, 88, 88, 0.11);
}

.logo-flex {
  display: flex;
}

.allcity_button--header {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-left: 7px;
}
.allcity_button--header::after {
  content: '';
  border-bottom: 1px dashed #5fad56;
  display: block;
}

.logo a {
  text-decoration: none;
}

.icon-logo {
  height: 30px;
  width: 150px;
}

.logo__text {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.logo__text::first-letter {
  color: #5fad56;
}

.menu-navigation-header {
  display: none;
}

.column-contacts-header {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .menu-navigation-header {
    display: block;
  }

  .column-contacts-header {
    display: block;
  }
}

.site-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f6f6f6;
}

.site-footer__line--top {
  border-top: 1px solid #e0e0e0;
}

.site-footer-socials {
  padding: 20px 15px;
}

.column-footer {
  border-top: 1px solid #e0e0e0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 18px 15px;
}

.column-footer--last {
  padding-bottom: 10px;
}

.column-footer__line {
  margin-top: 23px;
}

.copyright {
  font-weight: 300;
  font-size: 11px;
  color: #b8b8b8;
}

.policy {
  color: #b8b8b8;
  font-weight: 300;
  font-size: 12px;
}

.footer-copyright {
  padding: 10px 15px 35px;
}

@media only screen and (min-width: 768px) {
  .column-footer {
    border: 0;
    padding-top: 44px;
    padding-bottom: 44px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .column-footer--last {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .site-footer .site-footer-socials {
    border-bottom: 1px solid #e0e0e0;
  }

  .site-footer__line--bottom {
    border-top: 1px solid #e0e0e0;
  }

  .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
  }

  .footer-copyright__line--order-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-copyright__line--order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .policy {
    font-size: 14px;
  }

  .copyright {
    font-size: 14px;
  }
}

.section-filter {
  padding: 15px 0 10px;
}

.filter {
  padding: 0 0 0 15px;
}

.filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 44px 0 0;
}

.filter__header .h3 {
  margin: 0 15px 0 0;
}

.filter__body {
  margin: 12px 0 0;
}

.filter-item {
  margin: 5px 0;
  cursor: pointer;
  outline: 0;
  position: relative;
}

.filter-item__inner {
  margin: 0 5px;
  width: 86px;
  min-height: 86px;
  padding: 10px 7px 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filter-item__icon .svg-sprite-icon {
  width: 55px;
  height: 40px;
}

.filter-item__title {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-top: auto;
}

.filter-item:hover .filter-item__inner {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
}

.filter-item.active.filter-item--color-green .filter-item__inner {
  background-color: #5fad56;
}

.filter-item.active.filter-item--color-blue .filter-item__inner {
  background-color: #2d9cdb;
}

.filter-item.active.filter-item--color-red .filter-item__inner {
  background-color: #ff6f5e;
}

.filter-item.active.filter-item--color-yellow .filter-item__inner {
  background-color: #ffb20f;
}

.filter-form-fields {
  margin-bottom: 10px;
}

.filter-form-fields--button {
  margin-bottom: 15px;
}

.filter-form-fields-group__title {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.21;
  margin-bottom: 25px;
}

.filter-form-fields-group-columns {
  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;
  margin: 0 -15px 30px;
}

.filter-form-fields-group-columns .filter-form-fields {
  margin-bottom: 15px;
}

.filter-form-fields-group-columns .filter-form-fields-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 15px;
  margin-bottom: 10px;
}

.filter-form-fields-list--flex {
  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;
  margin: 0 -15px;
}

.filter-form-fields-list--flex .filter-form-fields-list__item {
  padding: 0 15px;
}

.filter-form-fields-list-wrap--flex {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 22px 20px 7px;
  margin-bottom: 60px;
}

.filter-form__buttons {
  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;
  margin: 0 -20px;
}

.filter-form__buttons .filter-form-fields {
  margin: 0 20px;
}

.filter-form__buttons .filter-form-fields--button .button {
  width: 455px;
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quick-filter-list .quick-filter-dropdown-menu {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  z-index: 999;
  width: 175px;
  background-color: #fff;
  border: 1px solid rgba(46, 46, 51, 0.12);
  border-radius: 4px;
  -webkit-box-shadow: 0 16px 16px 0 rgba(46, 46, 51, 0.15);
  box-shadow: 0 16px 16px 0 rgba(46, 46, 51, 0.15);
  transition: all 0.3s ease;
}

.quick-filter-list .quick-filter-dropdown-menu.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.quick-filter-list .quick-filter-dropdown-menu .filter-item {
  margin: 0;
  width: 100% !important;
}

.quick-filter-list .quick-filter-dropdown-menu .filter-item__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.quick-filter-list .dropdown-menu .filter-item__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 45px);
  flex: 0 0 calc(100% - 45px);
  margin-top: initial;
  text-align: left;
}

.quick-filter-list .dropdown-menu .filter-item__icon {
  width: 32px;
}

.quick-filter-list .dropdown-menu .filter-item__icon .svg-sprite-icon {
  width: 32px;
  height: 32px;
}

.quick-filter-list .dropdown-menu .filter-item:hover .filter-item__inner {
  background-color: rgba(46, 46, 51, 0.05);
}

.slider--filter {
  margin-left: -6px;
}

.slider--filter .slick-list {
  padding-left: 6px;
}

.dropdown-toggle > .filter-item__inner > .filter-item__title::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 7px 5px 0;
  border-color: #333 transparent transparent;
  margin-left: 5px;
}

@media only screen and (min-width: 1024px) {
  .filter {
    padding: 0 15px;
  }

  .filter__header {
    margin-right: 0;
  }
}

.section-banners {
  padding: 20px 0 15px;
}

.banner {
  border-radius: 4px;
  overflow: hidden;
  max-width: 277px;
  max-height: 145px;
  width: 100%;
}

.banner iframe {
  max-width: 100%;
  max-height: 100%;
}

.section-map {
  padding: 25px 0 0;
}

.map .h2 {
  display: block;
}

@media only screen and (min-width: 768px) {
  .map .h2 {
    display: none;
  }
}

.section-vendor {
  padding: 15px 15px 25px;
}

.vendor {
  overflow: hidden;
  padding: 0 4px;
}

.vendor-list__footer {
  text-align: center;
}

.vendor-list .vendor-item,
.vendor-list .vendor-item.vendor-item--full {
  flex: 0 0 calc(100% - 40px);
}

.vendor-item.vendor-item--full .vendor-item__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.vendor-item__column {
  flex: 0 0 100%;
  padding: 0 15px;
}

.vendor-item {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(151, 151, 151, 0.11);
  box-shadow: 0 4px 8px rgba(151, 151, 151, 0.11);
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.vendor-item__header {
  position: relative;
}

.vendor-item__image {
  height: 164px;
  display: block;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vendor-item__rating {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.vendor-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
  padding: 0 0 15px;
  margin: 0 0 6px;
}

.vendor-item--popular .vendor-item__title {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
}

.vendor-item__contacts {
  border-bottom: 1px solid #f6f6f6;
  padding: 0 0 15px;
  margin: 6px 0;
}

.vendor-item--popular .vendor-item__contacts {
  border: 0;
  margin: 0;
  padding: 0;
}

.vendor-item-title__text {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

.vendor-item-title__text:hover {
  color: #5fad56;
}

.vendor-item__body {
  padding: 15px 15px 20px;
}

.vendor-item-contacts__item {
  color: #97999e;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
}

.vendor-item-contacts__item a {
  color: #97999e;
  text-decoration: none;
}

.vendor-item-contacts__item a:hover {
  color: #5fad56;
}

.vendor-item-actions-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
  padding: 0 0 15px;
  margin: 0 0 6px;
}

.vendor-item-actions-list-item__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 55px);
  flex: 0 0 calc(100% - 55px);
}

.vendor-item-actions-list-item__title {
  color: #ffb20f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.vendor-item-actions-list-item__description {
  color: #ffb20f;
  font-size: 14px;
  line-height: 1.3;
}

.vendor-item-actions-list-item__description p {
  margin: 0;
}

.vendor-item-actions-list-item__icon {
  margin-top: 15px;
}

.vendor-item-actions-list-item__icon .svg-sprite-icon {
  width: 40px;
  height: 40px;
}

.vendor__footer {
  text-align: center;
}

.vendor-label {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #5fad56;
  border-radius: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 8px 10px;
  line-height: 1;
}

.vendor-label__icon .svg-sprite-icon {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-right: 3px;
}

.vendor-label__text {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.vendor-page__preview {
  display: none;
  padding: 20px 15px;
}

.vendor-page__preview-inner {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.vendor-page__preview-inner .rating {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.vendor-page__header {
  padding: 5px 0 0;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}

.vendor-page__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vendor-page__price {
  margin-top: 5px;
}

.vendor-page__price-list {
  padding: 0 15px;
}

.vendor-page-price-list__title {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}

.vendor-page__contacts {
  padding: 25px 0 15px;
  margin: 0 15px;
}

.vendor-page-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vendor-page-contacts-info {
  flex: 0 0 calc(100% - 40px);
}

.vendor-page-contacts-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vendor-page-contacts-list__item {
  font-weight: 300;
  font-size: 14px;
  color: #9d9fa4;
}

.vendor-page-contacts-list__item a {
  color: #9d9fa4;
  text-decoration: none;
}

.vendor-page-contacts-list__item a:hover {
  color: #5fad56;
}

.vendor-page-contacts-list__item--address {
  flex: 1 0 100%;
}

@media screen and (min-width: 768px) {
  .vendor-page-contacts-list__item--address {
    flex: 0 0 auto;
  }
}

.vendor-page-contacts-list__separator {
  margin: 0 5px;
}

.vendor-page__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vendor-page__about {
  padding: 15px;
}

.vendor-page-about__title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.vendor-page-about__text {
  font-weight: 300;
  font-size: 14px;
  color: #97999e;
}

.vendor-page-area__title {
  font-weight: 300;
  color: #333;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 0 5px;
}

.vendor-page__buttons {
  padding: 10px 15px 30px;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
}

.tags-list__item {
  color: #5fad56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
}

.tags-list__item::after {
  content: '';
  width: 2px;
  height: 2px;
  display: block;
  background-color: #5fad56;
  margin: 0 5px;
}

.tags-list__item:last-child::after {
  display: none;
}

.price {
  font-size: 14px;
  font-weight: 300;
  color: #5fad56;
}

.section-vendor-populars {
  padding: 25px 0 5px 15px;
}

.vendor-areas-item {
  -webkit-box-shadow: 0 0 10px rgba(88, 88, 88, 0.2);
  box-shadow: 0 0 10px rgba(88, 88, 88, 0.2);
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  width: 143px;
}

.slider--vendor-areas .vendor-areas-item.slick-current {
  box-shadow: none;
}

.vendor-areas-item.slick-current {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
}

.vendor-areas-item__image {
  height: 90px;
  display: block;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vendor-areas-item__body {
  padding: 10px;
}

.vendor-areas-item-title {
  border-bottom: 1px solid #f6f6f6;
  padding: 0 0 10px;
  margin: 0 0 6px;
}

.vendor-areas-item-title__text {
  display: block;
  color: #333;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 300;
  transition: all 0.3s ease;
}

.vendor-areas-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vendor-areas-item__price {
  font-size: 10px;
  margin-right: 15px;
}

.slider--vendor {
  margin-left: -6px;
}

.slider--vendor .slick-list {
  padding-left: 6px;
}

.slider--vendor .vendor-item {
  width: auto;
  max-width: 80vw;
  margin: 0 5px 10px;
}

.slider--vendor .splide__arrow {
  top: 30%;
}

.slider--vendor-areas {
  padding: 15px 0 15px 10px;
}

.slider--vendor-areas .slick-list {
  padding-left: 6px;
}

.slider--vendor-areas .item-item {
  height: 100%;
}

.slider--vendor-areas .vendor-areas-item {
  max-width: 80%;
  padding: 0 5px 10px;
}

.slider--vendor-areas .vendor-areas-item.slick-current .vendor-areas-item-title__text,
.slider--vendor-areas .vendor-areas-item:hover .vendor-areas-item-title__text {
  color: #5fad56;
}

.slider--vendor-areas .vendor-areas-item.slick-current .vendor-areas-item-title__text {
  font-weight: 500;
}

.js-slider--nav .slick-track {
  min-width: 100%;
}

@media only screen and (min-width: 480px) {
  .vendor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .vendor-list .vendor-item {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: 100%;
  }

  .vendor-areas-item {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .slider--vendor .vendor-item {
    width: 393px;
    max-width: 100%;
  }

  .vendor-page__preview {
    display: block;
  }

  .vendor-page__info .rating {
    display: none;
  }

  .vendor-page__header {
    border-bottom: 0;
  }

  .vendor-page-contacts {
    padding-top: 10px;
    padding-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0;
  }

  .vendor-page-contacts--complex {
    padding-top: 0;
    border-width: 0 0 1px;
  }

  .vendor-page-contacts-list--flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vendor-page-contacts-list__item {
    font-size: 16px;
  }

  .vendor-page-contacts-list__item--messengers {
    margin: 0 3px;
  }

  .vendor-page-contacts-list__item--messengers .messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .vendor-page-contacts-list__item--messengers .messengers__title {
    margin-right: 5px;
  }

  .vendor-page-contacts-list__item--address {
    margin-left: auto;
  }

  .vendor-page-contacts .callorder {
    display: none;
  }

  .vendor-page-about__title {
    border: 0;
    padding: 0;
  }

  .vendor-page-about__text {
    font-size: 16px;
  }

  .vendor-page__price.price {
    font-size: 20px;
  }

  .vendor-page-about__title {
    font-size: 24px;
  }

  .vendor-page-price-list__title {
    font-size: 24px;
    border: 0;
  }

  .vendor-page-area__title {
    font-size: 24px;
  }

  .vendor-areas-item {
    width: 272px;
  }

  .price {
    font-size: 16px;
  }
}

@media only screen and (min-width: 968px) {
  .vendor-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .vendor-list .vendor-item {
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 40px);
    flex: 0 0 calc(33.333% - 40px);
  }

  .vendor-page-contacts-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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .vendor-areas-item__image {
    height: 170px;
  }

  .slider--vendor-areas .vendor-areas-item.slick-current .vendor-areas-item-title__text,
  .vendor-areas-item-title__text {
    font-size: 16px;
    font-weight: 700;
  }

  .slider--vendor-areas .vendor-areas-item {
    border-radius: 10px;
    padding: 5px 10px 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  }
}

.contacts--main .contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts--main .contacts-list__item {
  line-height: 1;
}

.contacts--main .contacts-list__item a {
  text-decoration: none;
}

.contacts--main .contacts-list__item a:hover {
  color: #5fad56;
}

.contacts--header .contacts-list {
  margin: 0 -5px;
}

.contacts--header .contacts-list__item {
  margin: 0 5px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.contacts--header .contacts-list__item a {
  color: #333;
}

.contacts--footer {
  text-align: center;
}

.contacts--footer .contacts__title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #97999e;
}

.contacts--footer .contacts-list {
  margin: 0 -9px;
}

.contacts--footer .contacts-list__item {
  margin: 0 9px;
  font-size: 14px;
  color: #b8b8b8;
}

.contacts--footer .contacts-list__item a {
  color: #b8b8b8;
}

.contacts--footer .button {
  width: 250px;
  max-width: 100%;
}

.contacts--mobile {
  margin-top: 20px;
}

.contacts--mobile .contacts__title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #97999e;
}

.contacts--mobile .contacts-list {
  margin: 0 -5px;
}

.contacts--mobile .contacts-list__item {
  margin: 0 5px;
  font-size: 14px;
  color: #b8b8b8;
}

.contacts--mobile .contacts-list__item a {
  color: #b8b8b8;
}

@media only screen and (min-width: 768px) {
  .contacts--footer .contacts-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .contacts--footer .contacts__title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .contacts--footer .contacts-list {
    margin: 0 -9px;
  }

  .contacts--footer .contacts-list__item {
    font-size: 18px;
  }
}

.search {
  display: none;
  width: 45%;
  margin-left: auto;
}

.search__form {
  position: relative;
}

.search__input {
  padding-left: 35px;
}

.search__button {
  border: 0;
  background: 0 0;
  padding: 7px;
  position: absolute;
  top: 0;
  left: 10px;
  cursor: pointer;
}

.search__button .svg-sprite-icon {
  width: 11px;
  height: 11px;
  background-color: #97999e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search__button:hover .svg-sprite-icon {
  background-color: #5fad56;
}

.search__form .search__button {
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .search {
    display: block;
  }
}

.services {
  padding: 24px 15px 10px;
}

.services-list-item__title {
  background: #f6f6f6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 15px;
}

.services-list-item__text {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-left: 8px;
  line-height: 1.1;
}

.services-list-item__icon .svg-sprite-icon {
  width: 11px;
  height: 11px;
}

.services-list-item__value {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  color: #97999e;
  padding: 14px 15px 14px 34px;
}

.services-list-item__value p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .services-list-item__text {
    font-size: 16px;
  }

  .services-list-item__value {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .services {
    padding: 60px 15px 20px;
  }
}

.reviews {
  padding: 22px 15px 25px;
}

.reviews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reviews-footer-buttons__item {
  margin-top: 30px;
}

.reviews-footer-buttons__item--more {
  display: none;
}

.reviews-footer-buttons__item--feedback {
  text-align: center;
}

.reviews-overall-rating__info--desktop {
  display: none;
}

.reviews-overall-rating-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.reviews-overall-rating-title__text {
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

.reviews-overall-rating-title__icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  font-size: 9px;
  color: #fff;
  background-color: #5fad56;
  border-radius: 50%;
  text-align: center;
  line-height: 1.3;
}

.reviews-overall-rating-title__icon--margin-left {
  margin-left: 6px;
}

.reviews-overall-rating-title__icon--margin-right {
  margin-right: 6px;
}

.reviews-overall-rating__result {
  display: block;
  color: #97999e;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
}

.reviews-item {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 23px 15px 25px;
  max-width: 100%;
}

.reviews-item__info {
  border-bottom: 1px solid #f6f6f6;
}

.reviews-item__header {
  margin: 20px 0 15px;
}

.reviews-item__author {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #333;
}

.reviews-item__date {
  display: block;
  font-weight: 300;
  font-size: 12px;
  color: #97999e;
}

.reviews-item__date--desktop {
  display: none;
}

.reviews-item__body {
  font-weight: 300;
  font-size: 14px;
  color: #97999e;
  line-height: 1.3;
  max-height: 207px;
  overflow-y: scroll;
}

.reviews-item__body p {
  margin-bottom: 10px;
}

.reviews-item__body p:last-child {
  margin-bottom: 0;
}

.reviews-slider-status {
  display: block;
  text-align: center;
  margin-top: 25px;
}

.reviews-slider-status__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.review-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.review-form__title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}

.review-form-fields__item {
  margin-bottom: 15px;
}

.review-form-fields__item--checkbox {
  margin: 25px 0 30px;
}

.slider--reviews {
  margin-top: 20px;
}

.default-form-fields__item {
  margin-bottom: 10px;
}

.default-form-fields__item--checkbox {
  margin: 25px 0 30px;
}

.default-form--max-width-500 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .reviews .h1 {
    border: 0;
    padding: 0;
  }

  .reviews-item {
    padding: 20px 60px;
    margin-bottom: 40px;
  }

  .reviews-item__body {
    overflow-y: initial;
    height: auto;
    font-size: 16px;
  }

  .reviews-item__author {
    font-size: 16px;
  }

  .reviews-overall-rating-title__text {
    font-size: 16px;
  }

  .reviews-overall-rating-title__icon {
    width: 13px;
    height: 13px;
    font-size: 11px;
  }

  .reviews-overall-rating__result {
    font-size: 16px;
  }

  .reviews-slider-status {
    display: none;
  }

  .slider--reviews {
    margin-top: 60px;
  }

  .review-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .reviews-header {
    display: none;
  }

  .reviews-footer-buttons__item--more {
    display: block;
  }

  .reviews-footer-buttons__item--feedback {
    text-align: right;
  }

  .reviews-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviews-item__date--mobile {
    display: none;
  }

  .reviews-item__date--desktop {
    display: block;
    font-size: 14px;
    margin-left: 13px;
    margin-right: auto;
  }

  .reviews-overall-rating__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviews-overall-rating__info .rating {
    padding: 8px 9px;
    margin: 0 20px 0 15px;
  }

  .review-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px;
  }
}

.gallery {
  padding: 10px 0 12px;
}

.gallery-item {
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.gallery .js-slider--for {
  padding: 0 15px 7px;
}

.gallery .js-slider--nav {
  padding: 0;
}

.gallery-item .gallery-item__inner {
  border-radius: 10px;
  margin: 5px;
}

.gallery .js-slider--nav .gallery-item {
  opacity: 0.3;
  margin: 0 5px;
  border-radius: 0;
  overflow: initial;
  border-radius: 4px;
  max-width: 80px;
  border: 0 !important;
}

.gallery .js-slider--nav .gallery-item.is-active,
.gallery .js-slider--nav .gallery-item.slick-current {
  opacity: 1;
}

.gallery .js-slider--nav .gallery-item .gallery-item-nav__image {
  height: 55px;
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}

.gallery .js-slider--nav .gallery-item.is-active .gallery-item__inner,
.gallery .js-slider--nav .gallery-item.slick-current .gallery-item__inner {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.gallery-item__inner .gallery .js-slider--for .gallery-item {
  position: relative;
}

.gallery-item__image {
  max-height: 680px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery .js-slider--for .gallery-item img {
  margin: 0 auto;
  max-height: 100%;
  height: auto;
}

.gallery-item__bg {
  opacity: 0.5;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
}

.gallery-item__inner {
  max-height: 160px;
}

@media only screen and (min-width: 768px) {
  .gallery .js-slider--for .gallery-item {
    border-radius: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .gallery {
    padding: 15px 0 60px;
  }
}

.price-list {
  padding: 12px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  align-self: flex-start;
}

.price-list-item {
  padding: 14px 0;
  border-bottom: 1px solid #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-list-item__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  color: #97999e;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}

.price-list-item__value {
  font-size: 12px;
  color: #5fad56;
}

@media only screen and (min-width: 768px) {
  .price-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 290px);
    flex: 0 0 calc(100% - 290px);
  }

  .price-list-item__text {
    font-size: 16px;
  }

  .price-list-item__value {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0 40px;
  }

  .price-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 18px 20px;
  }
}

.actions {
  padding: 30px 15px 22px;
  overflow: hidden;
}

.actions-list__item {
  margin-bottom: 15px;
  width: 400px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .actions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  .actions-list__item {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.payments-info {
  padding: 10px 0 24px;
}

.payments-info__inner {
  background-color: #f6f6f6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 15px;
  overflow: hidden;
}

.payments-info__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
}

.payments-info__title {
  display: block;
  color: #97999e;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.payments-info__text {
  display: block;
  font-weight: 300;
  font-size: 11px;
  color: #97999e;
}

.payments-info__icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto 0 5px 9px;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.payments-info__icons-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payments-info__icons-wrapper::before {
  content: 'mastercard visa';
  position: absolute;
  top: -10px;
  font-size: 38px;
  font-weight: 700;
  color: #f1f1f1;
  text-transform: uppercase;
  word-wrap: break-word;
  max-width: 120%;
  line-height: 0.9;
  z-index: 0;
}

.payments-info__icons .svg-sprite-icon {
  width: 50px;
  height: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.hidden-desktop {
  display: block;
}

.hidden-mobile {
  display: none;
}

#pop-up-filter-mobile .filter-form-fields {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .payments-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    padding-top: 0;
  }

  .payments-info__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 28px;
  }

  .payments-info__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .payments-info__title {
    font-size: 18px;
    line-height: 1.3;
  }

  .payments-info__text {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .payments-info__icons {
    margin: 0;
  }

  .payments-info__icons .svg-sprite-icon {
    width: 73px;
    height: 49px;
  }

  .payments-info__icons-wrapper::before {
    display: none;
  }

  .gallery .js-slider--nav .gallery-item .gallery-item-nav__image {
    height: 160px;
    width: auto;
    border-radius: 10px;
  }

  .gallery .js-slider--nav .gallery-item {
    border-radius: 10px;
    max-width: 280px;
  }

  .hidden-desktop {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }
}

.pop-up-box {
  display: none;
}

.pop-up-box--without-padding {
  padding: 0;
}

.pop-up-box--default {
  width: 1000px;
  max-width: 100vw;
  /* min-height: 100vh; */
  padding: 0;
  background-color: #fff;
}

.pop-up-box--filter {
  width: 1300px;
}

.pop-up-box-header {
  -webkit-box-shadow: 0 2px 10px rgba(88, 88, 88, 0.11);
  box-shadow: 0 2px 10px rgba(88, 88, 88, 0.11);
  padding: 15px 40px 15px 15px;
}

.pop-up-box-header--without-shadow {
  box-shadow: none;
}

.pop-up-box-header__title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #97999e;
  text-transform: uppercase;
  line-height: 1;
}

.pop-up-box-body {
  padding: 25px 15px;
}

.pop-up-box-body__title {
  display: block;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  padding: 0 0 10px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e0e0e0;
}

.thanks-message__image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
}

.thanks-message__image img {
  margin: 0 auto;
}

.thanks-message__title {
  display: block;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.thanks-message__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #97999e;
  margin-bottom: 20px;
}

.thanks-message__text p {
  margin-bottom: 10px;
}

.thanks-message__text p:last-child {
  margin-bottom: 0;
}

.fancybox-slide {
  padding: 0;
}

.pop-up-filter-toggle {
  position: relative;
}

.pop-up-filter-toggle::after {
  content: '';
  display: inline-block;
  vertical-align: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #fff transparent transparent;
  transition: all 0.3s ease;
  margin-left: 3px;
}

.pop-up-filter-toggle:hover::after {
  border-color: #fff transparent transparent;
}

.slider-for-gallery {
  position: relative;
}

.slider-navigation-arrows__item {
  display: block !important;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
  outline: 0;
}

.slider:hover .slider-navigation-arrows__item {
  opacity: 0.5;
}

.slider .slider-navigation-arrows__item:hover {
  opacity: 1;
}

.slider-navigation-arrows__item--prev {
  left: 25px;
}

.slider-navigation-arrows__item--next {
  right: 25px;
}

.svg-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.slider-navigation-arrows__item .svg-icon {
  width: 25px;
  height: 25px;
}

.svg-icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='284.935px' height='284.936px' viewBox='0 0 284.935 284.936' style='enable-background:new 0 0 284.935 284.936;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M110.488,142.468L222.694,30.264c1.902-1.903,2.854-4.093,2.854-6.567c0-2.474-0.951-4.664-2.854-6.563L208.417,2.857 C206.513,0.955,204.324,0,201.856,0c-2.475,0-4.664,0.955-6.567,2.857L62.24,135.9c-1.903,1.903-2.852,4.093-2.852,6.567 c0,2.475,0.949,4.664,2.852,6.567l133.042,133.043c1.906,1.906,4.097,2.857,6.571,2.857c2.471,0,4.66-0.951,6.563-2.857 l14.277-14.267c1.902-1.903,2.851-4.094,2.851-6.57c0-2.472-0.948-4.661-2.851-6.564L110.488,142.468z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='284.935px' height='284.936px' viewBox='0 0 284.935 284.936' style='enable-background:new 0 0 284.935 284.936;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M222.701,135.9L89.652,2.857C87.748,0.955,85.557,0,83.084,0c-2.474,0-4.664,0.955-6.567,2.857L62.244,17.133 c-1.906,1.903-2.855,4.089-2.855,6.567c0,2.478,0.949,4.664,2.855,6.567l112.204,112.204L62.244,254.677 c-1.906,1.903-2.855,4.093-2.855,6.564c0,2.477,0.949,4.667,2.855,6.57l14.274,14.271c1.903,1.905,4.093,2.854,6.567,2.854 c2.473,0,4.663-0.951,6.567-2.854l133.042-133.044c1.902-1.902,2.854-4.093,2.854-6.567S224.603,137.807,222.701,135.9z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-prev-v2 {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' fill='%23ffffff' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M501.333,245.333H36.417l141.792-141.792c4.167-4.167,4.167-10.917,0-15.083c-4.167-4.167-10.917-4.167-15.083,0l-160,160 c-4.167,4.167-4.167,10.917,0,15.083l160,160c2.083,2.083,4.813,3.125,7.542,3.125c2.729,0,5.458-1.042,7.542-3.125 c4.167-4.167,4.167-10.917,0-15.083L36.417,266.667h464.917c5.896,0,10.667-4.771,10.667-10.667S507.229,245.333,501.333,245.333z '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-next-v2 {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' fill='%23ffffff' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M508.875,248.458l-160-160c-4.167-4.167-10.917-4.167-15.083,0c-4.167,4.167-4.167,10.917,0,15.083l141.792,141.792 H10.667C4.771,245.333,0,250.104,0,256s4.771,10.667,10.667,10.667h464.917L333.792,408.458c-4.167,4.167-4.167,10.917,0,15.083 c2.083,2.083,4.813,3.125,7.542,3.125c2.729,0,5.458-1.042,7.542-3.125l160-160C513.042,259.375,513.042,252.625,508.875,248.458z '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-percent {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 32 32' fill='%23e84c3d' viewBox='0 0 32 32'%3E%3Cg id='_x30_4_sale'%3E%3Cg%3E%3Cpath d='m30.25 14.182-.876-.876c-.36-.36-.577-1.168-.445-1.661l.32-1.197c.178-.661.086-1.354-.259-1.949-.344-.596-.897-1.021-1.559-1.198l-1.196-.321c-.492-.132-1.084-.724-1.217-1.215l-.32-1.197c-.358-1.336-1.799-2.178-3.148-1.818l-1.196.321c-.459.122-1.316-.101-1.66-.445l-.877-.876c-.969-.969-2.666-.969-3.635 0l-.877.877c-.344.344-1.201.567-1.661.445l-1.195-.321c-1.349-.361-2.79.481-3.148 1.818l-.32 1.195c-.132.494-.724 1.085-1.216 1.217l-1.197.321c-.662.177-1.216.603-1.56 1.199s-.435 1.288-.257 1.947l.319 1.198c.132.493-.084 1.3-.444 1.661l-.876.876c-.483.484-.75 1.13-.75 1.817s.267 1.333.751 1.817l.876.876c.36.36.577 1.168.445 1.661l-.32 1.197c-.178.661-.086 1.354.259 1.949.344.595.897 1.021 1.559 1.198l1.195.32c.493.132 1.085.724 1.218 1.215l.319 1.197c.358 1.336 1.804 2.175 3.147 1.817l1.197-.32c.46-.122 1.317.101 1.661.445l.876.875c.484.486 1.13.753 1.818.753s1.334-.267 1.817-.75l.877-.876c.345-.344 1.205-.565 1.661-.445l1.195.32c.217.058.439.087.662.087h.001c1.162 0 2.185-.783 2.485-1.905l.319-1.194c.133-.494.725-1.085 1.217-1.218l1.196-.32c.662-.177 1.216-.604 1.56-1.2s.435-1.288.257-1.947l-.319-1.198c-.132-.493.084-1.3.444-1.661l.876-.876c.484-.484.751-1.13.751-1.817.001-.689-.266-1.334-.75-1.818zm-21.25-2.182c0-1.654 1.346-3 3-3s3 1.346 3 3-1.346 3-3 3-3-1.346-3-3zm3.707 8.707c-.195.195-.451.293-.707.293s-.512-.098-.707-.293c-.391-.391-.391-1.023 0-1.414l8-8c.391-.391 1.023-.391 1.414 0s.391 1.023 0 1.414zm7.293 2.293c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3z'/%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.slider-navigation-arrows--round .slider-navigation-arrows__item,
.slider:hover .slider-navigation-arrows--round .slider-navigation-arrows__item {
  opacity: 1;
}

.slider-navigation-arrows--round .slider-navigation-arrows__inner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.slider-navigation-arrows--round .slider-navigation-arrows__inner:hover {
  background-color: #5fad56;
  opacity: 1;
}

.slider-navigation-arrows--round .slider-navigation-arrows__item .svg-icon {
  width: 10px;
  height: 10px;
}

.slider-navigation-arrows--mobile-bottom {
  margin: 10px 15px 0 5px;
  display: flex;
  justify-content: space-between;
}

.slider-navigation-arrows--mobile-bottom .slider-navigation-arrows__item {
  position: initial;
  transform: initial;
}

.slider--reviews button {
  /* display: none !important */
}
.slider--reviews {
  display: flex;
  flex-direction: column;
}
.slider--reviews .splide__arrows {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.slider--reviews .splide__arrows button {
  position: initial;
  margin: 0 20px;
  transform: translateY(0);
  background: #5fad56;
  width: 33px;
  height: 33px;
}
.slider--reviews .splide__arrows button svg {
  fill: #fff;
}
.slider--reviews .splide__arrows button:disabled {
  opacity: 0.1;
}
.slider--reviews .splide__arrows .splide__arrow--prev {
  order: 0;
}
.slider--reviews .splide__arrows .slider-count {
  order: 1;
}
.slider--reviews .splide__arrows .splide__arrow--next {
  order: 2;
}
.slider-count {
  line-height: 1;
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.slider-count__active {
  font-weight: 600;
}
.slider-count__sep {
  margin: 0 12px;
}

.quick-filter-list {
  display: flex;
  overflow-x: scroll;
}

.filter-form-fields__item--with-margin {
  margin-bottom: 10px;
}

.filter-form-fields-group__title--accordion {
  background-color: #f6f6f6;
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

.filter-form-fields-group__title--accordion:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0;
  border-color: #333 transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.filter-form-fields-group--accordion.active .filter-form-fields-group__title--accordion {
  border-bottom: 0;
}

.filter-form-fields-group--accordion.active .filter-form-fields-group__title--accordion:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.filter-form-fields-group--accordion .filter-form-fields-list {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.filter-form-fields-group--accordion .filter-form-fields {
  margin: 0;
}

.filter-form-fields-list-wrap--accordion {
  display: none;
}

.scroll-list {
  max-height: 200px;
  overflow-y: scroll;
  padding: 0 5px;
}

.filter-input-search {
  margin: 5px 0;
}

@media only screen and (min-width: 768px) {
  .pop-up-box--default {
    min-height: inherit;
    max-width: 80vw;
  }

  .quick-filter-list {
    overflow-x: initial;
  }

  .pop-up-box-body {
    padding: 50px 60px;
  }

  .pop-up-box-body__title {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }

  .pop-up-box-body__title--large {
    font-size: 34px;
  }

  .fancybox-slide {
    padding: 6px;
  }

  .thanks-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
  }

  .thanks-message__image {
    padding: 0 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .thanks-message__content {
    padding: 0 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
  }

  .thanks-message__title {
    font-size: 34px;
    line-height: 1.21;
  }

  .thanks-message__text {
    font-size: 16px;
  }

  .vendor-item {
    border-radius: 10px;
  }

  .vendor-item--popular .vendor-item__title {
    padding-bottom: 15px;
  }

  .slider-navigation-arrows--round .slider-navigation-arrows__item .svg-icon {
    width: 15px;
    height: 15px;
  }

  .slider-navigation-arrows--round .slider-navigation-arrows__inner {
    width: 50px;
    height: 50px;
  }

  .vendor-item__image {
    height: 235px;
  }

  .slider-navigation-arrows--mobile-bottom {
    margin: 0;
  }

  .slider-navigation-arrows--mobile-bottom .slider-navigation-arrows__item {
    position: absolute;
    transform: translateY(-50%);
  }

  .slider--reviews .slider-navigation-arrows--mobile-bottom,
  .vendor-slider-status {
    display: none;
  }

  .pop-up-box-body .columns-row {
    margin: 0 -15px;
  }

  .allcity_button--header,
  .logo__text {
    font-size: 18px;
  }

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

  .filter-input-search {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .vendor-page-contacts-info {
    align-items: center;
  }

  .vendor-page__price {
    margin-top: 0;
  }

  .allcity_button--header,
  .logo__text {
    font-size: 22px;
  }

  .site-header {
    padding: 17px 0 18px;
  }

  .section-banners {
    padding: 30px 0 20px;
  }

  .section-filter {
    padding: 20px 0 35px;
  }

  .section-vendor {
    padding: 35px 15px 25px;
  }

  .slider--banners .slider-item {
    margin: 0 9.5px;
  }

  .g-title--with-border {
    padding: 0 0 20px;
    margin-bottom: 40px;
  }

  .vendor-item-title__text {
    font-size: 18px;
  }

  .tags-list__item,
  .vendor-item-contacts__item {
    font-size: 16px;
  }

  .vendor-item__body {
    padding: 22px 16px 20px;
  }

  .vendor-item {
    margin-bottom: 40px;
  }

  .section-vendor-populars {
    padding: 25px 0 5px 65px;
  }

  .section-map {
    padding: 70px 0 0;
  }

  .vendor-item__contacts {
    padding: 0 0 20px;
    margin: 20px 0;
  }

  .vendor-page__header {
    padding-top: 60px;
  }

  .vendor-page-contacts-list {
    display: flex;
    flex-wrap: wrap;
  }

  .vendor-page-contacts-list__item--address {
    margin-left: 5px;
  }

  .gallery .js-slider--for {
    padding: 0 0 20px;
  }

  .gallery .js-slider--nav {
    padding: 15px 0 0 15px;
  }

  .vendor-page__about {
    padding: 0 15px 55px;
  }

  .vendor-page-price-list__title {
    padding-bottom: 20px;
  }

  .stock-box {
    padding: 10px 20px;
  }

  .button-medium {
    font-size: 18px;
    min-width: 280px;
    padding: 16px 18px;
  }

  .button {
    padding: 17px 20px;
  }

  .button-small {
    padding: 9px 23px;
  }

  .filter__body {
    margin: 35px 0 0;
  }

  .filter-item__inner {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .site-footer-socials {
    padding: 16px 0;
  }

  .column-row-footer,
  .columns-row-header {
    margin: 0 -15px;
  }

  .section-vendor-populars {
    padding: 25px 0 55px;
  }

  .section-vendor {
    padding: 35px 0 25px;
  }

  .slider--banners,
  .slider--vendor-areas .slick-list {
    padding-left: 0;
  }

  .filter,
  .vendor-page__price-list {
    padding: 0;
  }

  .vendor-page__header {
    padding: 50px 0 0;
  }

  .vendor-page-contacts,
  .vendor-page__header {
    margin: 0;
  }

  .slider--vendor-areas {
    padding: 15px 0;
    margin: 0 0 0 -15px;
  }

  .vendor-page-area__title {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery .js-slider--for {
    padding: 0 0 20px;
  }

  .gallery .js-slider--nav {
    padding: 15px 0 0;
    margin: 0 -10px;
  }

  .services {
    padding: 60px 0 20px;
  }

  .vendor-page__buttons {
    padding: 10px 0 30px;
  }

  .reviews {
    padding: 22px 0 25px;
  }

  .vendor-page__about {
    padding: 0 0 55px;
  }

  .actions {
    padding: 30px 0 22px;
  }
}

.splide__list {
  width: 100%;
}

.stock-box {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: top right;
}

.stock-box__inner {
  width: 50%;
}

.stock-box__title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 10px;
}

.stock-box__text {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}

.stock-box--white {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  background-image: url(/images/stock-present.png);
}

.stock-box--white .stock-box__inner {
  color: #5fad56;
}

.stock-box--red {
  background-color: #ff6f5e;
  background-image: url(/images/stock-bath-set.png);
}

.stock-box--yellow {
  background-color: #ffb20f;
  background-image: url(/images/stock-sauna.png);
}

.stock-box--background {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

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

.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.breadcrumbs__item {
  padding: 0 3px;
}

.breadcrumbs__item a {
  text-decoration: none;
}

.breadcrumbs__item a .breadcrumbs-item__text {
  color: #97999e;
}

.breadcrumbs__item .breadcrumbs-item__text,
.breadcrumbs__item a:hover .breadcrumbs-item__text {
  color: #5fad56;
}

.breadcrumbs-item__inner {
  display: flex;
  align-items: center;
}

.breadcrumbs__item .svg-sprite-icon {
  width: 14px;
  height: 14px;
  background-color: #97999e;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.breadcrumbs__item a:hover .svg-sprite-icon {
  background-color: #5fad56;
}

.section-navigation-article {
  padding: 10px 0 0;
  transition: all 0.3s ease;
}

.navigation-article-list {
  display: flex;
  flex-wrap: wrap;
}

.navigation-article-list__item {
  padding: 0 8px;
  margin: 8px 0;
}

.navigation-article-list__item .active {
  background-color: #5fad56;
  color: #fff;
}

#pop-up-allcity {
  min-height: initial;
}

.cities-list-item {
  max-width: 100%;
  padding: 0 15px;
}

.cities-list-item__link {
  color: #5fad56;
  text-decoration: none;
}

.cities-list-item__link.active,
.cities-list-item__link:hover {
  color: #333;
  text-decoration: underline;
}

.header-box .h1 {
  padding: 0 0 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.vendor-list__buttons {
  padding: 0 0 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.vendor-list__buttons .button {
  margin: 0 5px 10px;
  padding: 5px 4px;
}

.vendor-list__buttons .button .svg-sprite-icon {
  background-color: #b8b8b8;
}

.vendor-list__buttons .button:hover .svg-sprite-icon {
  background-color: #5fad56;
}

.placement-results {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

.placement-results__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.placement-results-item__title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.advantages-placing {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

.advantages-placing__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.advantages-placing-item__inner {
  border: 1px solid #5fad56;
  border-radius: 4px;
  height: 100%;
  padding: 15px;
}

.placement-results-item__icon {
  text-align: center;
  margin-bottom: 10px;
}

.placement-results-item__icon .svg-sprite-icon {
  width: 100px;
  height: 100px;
  background-color: #5fad56;
}

@media only screen and (min-width: 768px) {
  .cities-list {
    column-count: 3;
  }

  .navigation-article-list {
    margin: 0 -8px;
  }

  .header-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
  }

  .header-box .h1 {
    margin-bottom: 0;
    border: none;
    padding: 0;
  }

  .vendor-list__buttons {
    padding: 0;
  }

  .vendor-list__buttons .button {
    margin-bottom: 0;
    padding: 5px 20px;
  }

  .advantages-placing__item,
  .placement-results__item,
  .vendor-item__column {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .vendor-item--full .vendor-item__contacts,
  .vendor-item--full .vendor-item__title {
    padding: 0;
    border: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cities-list {
    column-count: 5;
  }

  .header-box {
    padding: 0 0 20px;
    margin-bottom: 40px;
  }

  .vendor-list__buttons .button {
    padding: 9px 23px;
  }
}

@media only screen and (min-width: 1280px) {
  .advantages-placing,
  .placement-results {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.lazyImage {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

.lazyImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1);
  transition: background 0.5s, opacity 0.5s, transform 0.5s;
}

.lazyImageError img,
.lazyImageWaiting img {
  opacity: 0;
  transform: scale(0);
  transition: none;
}

.lazyImageError:after {
  content: 'Image Not Found';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background: #ff4;
  color: red;
  border: 2px solid red;
  transform: scale(0);
  transition: transform 0.5s;
}

.lazyImageErrorShow:after {
  transform: scale(1);
}

.lazyImage:before {
  content: 'Загрузка...';
}

.lazyImageWaiting:before {
  animation: spin 1s linear infinite;
  opacity: 1;
}

.upper-band {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  background: #ffb20f;
  /* position: -webkit-fixed; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s;
  color: #fff;
  z-index: 2;
  letter-spacing: 1px;
}

.upper-band a {
  color: #fff;
  text-decoration: none;
}

.upper-band__logo {
  font-size: 18px;
  font-weight: bold;
}

.upper-band__phone a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.upper-band_hidden {
  transform: translateY(-100%);
}

.leave-feedback-block {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.leave-feedback-block.active {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.pop-up-box--without-padding .fancybox__content {
  padding: 0;
}

.seo-categories-section {
  padding: 30px 15px;
}

.seo-categories__title {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}

.seo-categories-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.seo-categories-group__header {
  width: 100%;
  margin-bottom: 10px;
}

.seo-categories-group__title {
  display: block;
  line-height: 1;
  font-size: 18px;
}

.seo-categories-group__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.seo-categories-group__list li {
  display: flex;
  align-items: center;
}

.seo-categories-group__list li::after {
  content: '';
  width: 2px;
  height: 2px;
  display: block;
  background-color: #5fad56;
  margin: 0 5px;
}

.seo-categories-group__list li:last-child:after {
  display: none;
}

.section-banners--top {
  transition: all 0.3s ease;
  z-index: 10;
}

.section-banners--sticky,
.section-navigation-article--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgb(88 88 88 / 11%);
  box-shadow: 0 2px 10px rgb(88 88 88 / 11%);
}

.plug {
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .seo-categories-group {
    margin-bottom: 10px;
  }

  .seo-categories-group__header {
    flex: 0 0 150px;
    margin-bottom: 0;
  }

  .seo-categories-group__list {
    flex: 0 0 calc(100% - 150px);
    padding-right: 15px;
  }
}

.button-whatsapp-wrapper {
  text-align: center;
}

.button-show-phone {
  margin: 0 10px 5px 0;
}

.modal-default__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .modal-default__title {
    font-size: 20px;
  }
}

.modal-recommends {
  padding: 35px 15px;
  width: 90vw;
  max-width: 1290px;
}

.modal-recommends .section-vendor-populars {
  padding-left: 0;
  padding-right: 0;
}

.quick-filter-row {
  display: flex;
  flex-wrap: wrap;
}

.quick-filter-row .dropdown {
  flex: 0 0 calc(100% - 15px);
  margin: 5px 0;
}

@media screen and (min-width: 1024px) {
  .quick-filter-row {
    gap: 10px;
  }

  .quick-filter-row .dropdown {
    flex: 0 0 250px;
  }
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  display: inline-flex;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 15px;
  width: 100%;
  outline: 0;
  transition: all 0.3s ease;
  color: #333;
  text-decoration: none;
  gap: 3px;
}

.dropdown-toggle::after {
  content: '';
  display: inline-block;
  vertical-align: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #97999e transparent transparent;
  transition: all 0.3s ease;
  margin-left: auto;
  align-self: center;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  border-color: #5fad56;
}

.dropdown-box {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.dropdown-box.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.dropdown-item {
  display: block;
  align-items: center;
  padding: 3px 15px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #5fad56;
}

.color-points-list {
  position: absolute;
  display: flex;
}

.color-point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  margin: 0 2px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .color-points-list {
    position: initial;
  }
}

.fancybox__content > .carousel__button.is-close {
  color: #999;
  top: 0;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .fancybox__slide {
    padding: 0;
  }
}

.card-app {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c9344;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #5fad56;
  gap: 10px;
  flex-direction: column;
  width: 100%;
  margin: 30px 0;
}

.card-app__title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #fff;
  text-align: center;
}

.card-app__text {
  color: #fff;
  text-align: center;
}

.card-app__text--desktop {
  display: none;
}

.card-app__text--mobile {
  display: block;
}

.card-app-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.card-app-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-app-list__item--qr img {
  width: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.card-app-list__item--apple img,
.card-app-list__item--google img {
  width: 30px;
}

.card-app.card-app--vertical {
  flex-direction: column;
  background-color: #fff;
  gap: 10px;
  border-color: #e0e0e0;
  max-width: 250px;
  width: 100%;
  margin: 30px auto 0;
}

.card-app.card-app--vertical .card-app-list {
  grid-template-columns: repeat(2, 1fr);
  max-width: 100px;
}

.card-app.card-app--vertical .card-app__title {
  color: #97999e;
  text-transform: uppercase;
}

.card-app-list__item--qr,
.card-app.card-app--vertical .card-app-list__item--qr {
  grid-column: 1/3;
}

.card-app.card-app--vertical .card-app__text {
  color: #97999e;
}

.vendor-list .card-app {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .card-app {
    flex-direction: row;
    gap: 20px;
  }

  .vendor-list .card-app {
    margin: 0 20px 40px;
  }

  .card-app-list__item--qr {
    grid-column: 1/1;
  }

  .card-app-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-app__text--desktop {
    display: block;
  }

  .card-app__text--mobile {
    display: none;
  }
}

.mobile-app-banner {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  top: 0;
  background-color: #fff;
  z-index: 999;
  transition: all 0.3s ease;
  width: 100%;
}

.mobile-app-banner.sticky {
  position: fixed;
}

.mobile-app-banner a {
  text-decoration: none;
}

.mobile-app-banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mobile-app-banner__icon-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

.mobile-app-banner__icon img {
  width: 35px;
}

.mobile-app-banner__title {
  font-size: 14px;
  line-height: 1.1;
  color: #97999e;
}

@media screen and (min-width: 768px) {
  .mobile-app-banner {
    display: none !important;
  }
}

.section-sells {
  padding: 0 15px 25px;
}

@media screen and (min-width: 768px) {
  .section-sells {
    display: none;
  }
}

.button-section-sells {
  margin-top: 10px;
}

.vendor-item__body .widget-box {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.button-widget .svg-sprite-icon {
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin-right: 5px;
}

.vendor-page .widget-box {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

.vendor-page .vendor-page-contacts-info .widget-box {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .vendor-page .widget-box {
    justify-content: flex-start;
    padding: 0;
  }
}

.vendor-page-contacts-info .button-widget {
  box-shadow: 0 2px 6px rgba(77, 77, 77, 0.3);
}
