@charset "UTF-8";
.shops-description {
  margin-top: 53px;
  display: flex;
  flex-direction: column;
  gap: 18px; }
  @media (max-width: 575px) {
    .shops-description {
      margin-bottom: 36px; } }

.shops__descr {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  max-width: 450px;
  line-height: 1.26923; }
  .shops__descr span {
    font-weight: 700;
    border-bottom: 1px solid #000; }
    @media (min-width: 1024px) {
      .shops__descr span:hover {
        cursor: pointer;
        border-color: transparent; } }
  @media (max-width: 575px) {
    .shops__descr {
      font-size: 12px;
      margin-top: 26px;
      margin-bottom: 36px; } }

.shops__subdescr {
  margin-top: 25px;
  max-width: 466px; }
  @media (max-width: 576px) {
    .shops__subdescr {
      font-size: 12px; } }

.shops__filter {
  padding: 25px;
  max-width: 454px;
  min-height: 358px;
  position: absolute;
  bottom: 0px;
  left: 240px;
  background: #fff; }
  @media (max-width: 1440px) {
    .shops__filter {
      left: 30px; } }
  @media (max-width: 768px) {
    .shops__filter {
      position: static;
      order: 1;
      padding: 15px 10px;
      padding-bottom: 0px;
      margin-left: 32px; } }

.shops__filter-box:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ababab; }

.shops__filter-title {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 106.3%;
  color: #6a6a6a; }

.shops__filter-list-dots {
  display: flex;
  gap: 20px; }
  @media (max-width: 767px) {
    .shops__filter-list-dots {
      display: flex;
      overflow-x: scroll;
      padding-bottom: 10px; } }

.shops__filter-item-dots {
  width: 100%; }
  @media (max-width: 767px) {
    .shops__filter-item-dots {
      flex: auto;
      max-width: 80px;
      width: auto;
      flex: 0 0 auto; }
      .shops__filter-item-dots--x2 {
        flex-shrink: 0;
        max-width: 98px; } }
  .shops__filter-item-dots.active div img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */ }
  .shops__filter-item-dots .air-prefix {
    font-variant-numeric: diagonal-fractions;
    font-size: 16px; }

.shops__filter-item-inner div {
  margin: 0 auto 10px;
  display: flex;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #f6f6f6;
  cursor: pointer; }
  @media (max-width: 767px) {
    .shops__filter-item-inner div {
      width: 40px;
      height: 40px; } }
  .shops__filter-item-inner div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */ }
  @media (hover: hover) {
    .shops__filter-item-inner div:hover img {
      filter: grayscale(0);
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */ } }

.shops__filter-item-inner figcaption {
  font-weight: 600;
  font-size: 12px;
  line-height: 115.8%;
  text-align: center;
  color: #6a6a6a; }
  @media (max-width: 767px) {
    .shops__filter-item-inner figcaption {
      font-size: 10px; } }

.shops__map-wrap {
  position: relative;
  margin-top: 78px;
  margin-bottom: 66px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1099px) {
    .shops__map-wrap {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .shops__map-wrap {
      margin-bottom: 10px;
      display: flex;
      flex-direction: column; }
      .shops__map-wrap .container {
        order: 23; } }

.shops__tooltip {
  max-width: 235px;
  padding: 12px 17px;
  font-size: 13px;
  color: #6a6a6a;
  background-color: #f6f6f6;
  position: absolute;
  top: 115px;
  right: 80px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  z-index: 9999; }
  @media (max-width: 767px) {
    .shops__tooltip {
      padding: 10px 14px;
      font-size: 12px; } }
  @media (min-width: 1024px) {
    .shops__tooltip:hover {
      opacity: 0.8;
      cursor: pointer;
      border: 2px solid #379f2f;
      border: 2px solid #E35205; } }
  .shops__tooltip.active {
    border: 2px solid #E35205; }
    @media (min-width: 1024px) {
      .shops__tooltip.active:hover {
        opacity: 0.8;
        cursor: pointer;
        border: 2px solid transparent; } }
  @media (max-width: 767px) {
    .shops__tooltip {
      right: 30px;
      bottom: 30px;
      top: auto;
      left: auto; } }

.shops__map {
  margin: auto;
  height: 708px; }
  .shops__map .leaflet-popup-content a {
    color: #ff3939;
    font-weight: 800;
    padding: 2px 4px;
    background: #f6f6f6;
    border-radius: 4px; }
  @media (max-width: 767px) {
    .shops__map.active {
      height: 571px; } }
  @media (max-width: 767px) {
    .shops__map {
      margin-bottom: 10px;
      height: 282px;
      order: 2;
      width: 100%; } }
  .shops__map .test-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.shops__map-open {
  display: none;
  margin-top: 20px;
  font-size: 14px;
  color: #E35205;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .shops__map-open {
      display: block; } }

.shops__list {
  margin-top: 53px;
  margin-bottom: 20px; }

.find-shop {
  margin-top: 40px; }
  .find-shop__search {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 22px; }
    .find-shop__search--mod {
      align-items: flex-start; }
    .find-shop__search-descr {
      font-size: 16px; }
      @media (max-width: 575px) {
        .find-shop__search-descr {
          font-size: 12px; } }
    .find-shop__search-left, .find-shop__search-right {
      width: 50%; }
      @media (max-width: 767px) {
        .find-shop__search-left, .find-shop__search-right {
          width: 100%; } }
    @media (max-width: 767px) {
      .find-shop__search {
        flex-direction: column;
        align-items: center; }
        .find-shop__search .btn.btn--outline2 {
          width: 100%; } }
  .find-shop__submit {
    position: absolute;
    right: 35px;
    z-index: 10;
    top: calc(50% + 1px);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .find-shop__submit {
        right: 18px; } }
    .find-shop__submit .icon {
      fill: #6a6a6a; }
  @media (max-width: 767px) {
    .find-shop__location {
      margin-left: 0px; } }
  .find-shop__location .btn.btn--primary {
    height: 58px;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    min-width: 366px; }
    @media (max-width: 767px) {
      .find-shop__location .btn.btn--primary {
        justify-content: flex-start;
        height: 43px;
        margin-left: 0px;
        min-width: auto;
        font-size: 11px;
        padding-left: 21px; } }
  .find-shop__location .icon {
    fill: #fff; }
    @media (max-width: 767px) {
      .find-shop__location .icon {
        max-width: 15px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); } }
  @media (max-width: 767px) {
    .find-shop__location {
      width: 100%;
      margin-left: 0px; } }

.shop-type {
  margin-top: 19px;
  height: 58px;
  width: 100%;
  max-width: 283px;
  background-color: #f6f6f6;
  position: relative;
  padding-left: 27px;
  display: flex;
  align-items: center;
  color: #6a6a6a; }
  @media (max-width: 767px) {
    .shop-type {
      max-width: none;
      height: 43px;
      margin-top: 35px;
      font-size: 11px;
      padding-left: 21px; } }
  .shop-type:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 15px;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
    top: calc(50% - 5px);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%23E35205' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    @media (max-width: 767px) {
      .shop-type:after {
        right: 23px; } }
  .shop-type__select {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1500; }
    @media (max-width: 767px) {
      .shop-type__select {
        font-size: 11px; } }
  .shop-type.active:after {
    transform: rotate(180deg); }
  .shop-type.active .shop-type__select {
    max-height: 150px; }
  .shop-type:hover {
    cursor: pointer; }

.row-m {
  margin-top: 19px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .row-m {
      flex-wrap: wrap; } }
  .row-m .shop-type {
    margin-top: 0; }
  .row-m .find-shop__location .btn.btn--primary {
    min-width: 0;
    padding: 21px 46px;
    margin-left: 0px; }

.shops__map-wrap--index {
  margin-left: auto;
  margin-right: auto; }
  .shops__map-wrap--index .shops__filter {
    top: 120px;
    min-height: auto;
    display: flex;
    align-items: center;
    z-index: 10; }
    @media (max-width: 1099px) {
      .shops__map-wrap--index .shops__filter {
        position: static;
        background-color: transparent;
        order: 1;
        margin-left: 32px; } }
  .shops__map-wrap--index .shops__map {
    height: 400px; }
  @media (max-width: 1099px) {
    .shops__map-wrap--index {
      display: flex;
      flex-direction: column; } }

.index-map__link {
  padding: 17px 40px 17px 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #131313;
  margin-top: 54px;
  transition: all 0.3s ease;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .index-map__link {
      padding: 10px 30px;
      margin-top: 33px;
      font-size: 14px; } }
  .index-map__link--lowercase {
    text-transform: none; }
  @media (min-width: 1024px) {
    .index-map__link:hover {
      cursor: pointer;
      background-color: #E35205; } }

.premap-rowblock {
  display: flex;
  justify-content: space-between; }

.shops-list {
  margin-top: 50px;
  padding: 60px 80px;
  background-color: #f6f6f6;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1099px) {
    .shops-list {
      margin-bottom: 60px;
      margin-top: 20px; } }
  @media (max-width: 1439px) {
    .shops-list {
      padding: 30px 40px; } }
  @media (max-width: 1099px) {
    .shops-list {
      flex-direction: column; } }
  @media (max-width: 575px) {
    .shops-list {
      padding: 26px 14px; } }
  .shops-list__title {
    line-height: 1.6;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .shops-list__title {
        font-size: 14px;
        margin-bottom: 2px; } }
  .shops-list__block {
    margin-bottom: 30px; }
    @media (min-width: 1100px) {
      .shops-list__block:last-child {
        margin-bottom: 0px; } }
    .shops-list__block--mt {
      margin-top: auto; }
  .shops-list__left, .shops-list__right {
    width: calc(50% - 58px);
    display: flex;
    flex-direction: column; }
    @media (max-width: 1439px) {
      .shops-list__left, .shops-list__right {
        width: calc(50% - 30px); } }
    @media (max-width: 1099px) {
      .shops-list__left, .shops-list__right {
        width: 100%; } }
  .shops-list__left .shops-list__block:last-child {
    margin-bottom: 0px; }
    .shops-list__left .shops-list__block:last-child .shops-list__item:last-child {
      border-bottom: none; }
  .shops-list__right .shops-list__block:last-child {
    margin-bottom: 0px; }
    .shops-list__right .shops-list__block:last-child .shops-list__item {
      border-bottom: none; }

.shop-links {
  display: flex;
  align-items: center;
  gap: 47px; }
  @media (max-width: 1439px) {
    .shop-links {
      gap: 10px; } }
  @media (max-width: 767px) {
    .shop-links {
      flex-direction: column;
      gap: 10px; }
      .shop-links .index-map__link {
        text-align: center;
        width: 100%; } }

.x2-map .shops__descr {
  font-size: 14px; }

.x2-map .find-shop__submit {
  transform: translateY(0%); }

.x2-map .find-shop__search .form-group--common .form-control--common {
  background-color: transparent;
  border: 1px solid #ccccc1; }

.x2-map .find-shop__location .btn.btn--primary {
  background-color: #000;
  height: 55px; }
  @media (max-width: 767px) {
    .x2-map .find-shop__location .btn.btn--primary {
      height: 43px; } }
  @media (min-width: 1024px) {
    .x2-map .find-shop__location .btn.btn--primary:hover {
      cursor: pointer;
      background-color: #E35205; } }

.shops__map {
  position: relative; }

@media (max-width: 1099px) {
  .shops-popup-wrap {
    order: 3;
    padding: 16px; } }

.shops-popup {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 570px;
  background-color: #fff;
  padding: 0px 16px;
  padding-top: 40px;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 500; }
  @media (max-width: 1099px) {
    .shops-popup {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      width: auto;
      display: none;
      box-shadow: 24px 16px 120px rgba(0, 0, 0, 0.25); } }
  .shops-popup .shops-popup-close {
    position: absolute;
    right: 3px;
    top: 10px; }
    @media (min-width: 1024px) {
      .shops-popup .shops-popup-close:hover {
        cursor: pointer;
        fill: #E35205; } }
  .shops-popup.active {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1099px) {
      .shops-popup.active {
        display: flex; } }
  .shops-popup .modal-shops-list {
    overflow: auto;
    max-height: 100%;
    padding-right: 10px; }
    .shops-popup .modal-shops-list::-webkit-scrollbar {
      width: 8px;
      /* ширина для вертикального скролла */
      height: 8px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: #f5f5f5; }
    .shops-popup .modal-shops-list::-webkit-scrollbar-thumb {
      background-color: #BDBDBD;
      border-radius: 0em; }
      .shops-popup .modal-shops-list::-webkit-scrollbar-thumb:hover {
        background-color: #828282; }
    @media (max-width: 1099px) {
      .shops-popup .modal-shops-list {
        max-height: 450px; } }

.shops__map-wrap .shops__filter-list-dots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 767px) {
    .shops__map-wrap .shops__filter-list-dots {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.x2-map .shops__filter {
  width: 100%;
  max-width: 450px; }

.x2-map .shops__filter-box {
  width: 100%; }

.x2-map .shops__map-wrap .shops__filter-list-dots {
  display: flex;
  flex-wrap: nowrap; }

@media (max-width: 1439px) {
  .x2-map .shops__map-wrap--index {
    display: block; } }

@media (max-width: 767px) {
  .x2-map .shops__map-wrap--index {
    display: flex;
    flex-direction: column; } }

@media (max-width: 767px) {
  .x2-map .shops__filter-item-dots {
    max-width: none; } }

.xs-map .shops__filter-list-dots {
  display: flex;
  flex-wrap: nowrap; }

@media (max-width: 1439px) {
  .xs-map .shops__filter {
    width: 100%; } }

@media (max-width: 767px) {
  .xs-map .shops__filter {
    max-width: none; }
  .xs-map .shops__filter-item-dots {
    width: 32%; } }

.uniq-page .shops__filter {
  max-width: 135px; }

.uniq-page .shops__filter-list-dots {
  display: flex; }
