/* init */
.off-map-container .off-map-sidebar-inner::-webkit-scrollbar {
  width: 16px;
}
.off-map-container .off-map-sidebar-inner::-webkit-scrollbar-track {
  background: #e8e7e2;
  border-radius: 8px;
}
.off-map-container .off-map-sidebar-inner::-webkit-scrollbar-thumb {
  background: rgba(158, 158, 158, 1);
}
.page-off-shops div.section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-off-shops .section_title h3 {
  margin-bottom: 0;
}
.page-off-shops .off-shop-item .off-shop-item-arrow {
  cursor: pointer;
}
/* more item */
.off-map-container .off-map-sidebar-inner-right .off-shop-item-info {
  padding: 24px 32px;
}
.page-off-shops .off-map-sidebar-inner-right .off-shop-item-row.off-shop-metro.off-shop-metro-big {
  margin: 0;
}
.page-off-shops .off-map-sidebar-inner-right .off-shop-item-row.off-shop-bus {
  margin-top: 0;
}
.page-off-shops .off-shop-item-hidden-item .off-shop-item-title {
  margin-bottom: 0;
}
.page-off-shops .off-shop-item-hidden-item .off-shop-item-actions-carousel {
  border-radius: 0;
  overflow: visible;
}
.page-off-shops .off-shop-item-hidden-item .off-shop-item-actions-carousel .slick-list {
  border-radius: 8px;
  overflow: hidden;
}
.page-off-shops .off-shop-item-hidden-item .off-shop-item-actions-carousel .slick-arrow.slick-prev {
  left: -26px;
}
.page-off-shops .off-shop-item-hidden-item .off-shop-item-actions-carousel .slick-arrow.slick-next {
  right: -26px;
}
/* items */
#offmap {
  overflow: hidden;
}
.off-map-container {
  margin: 0 40px;
}
.off-map-container .off-map-sidebar {
  left: 10px;
  top: 10px;
  height: calc(100% - 16px);
}
.page-off-shops .off-shop-item {
  padding: 24px 0 24px 32px;
  border: 0;
  border-top: 3px solid #e8e7e2;
}
.page-off-shops .off-shop-item:first-child {
  border-top: 0;
}
.page-off-shops .off-shop-item-row {
  margin-bottom: 0;
}
.page-off-shops .off-shop-item-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-off-shops .off-shop-item-row.off-shop-address {
  line-height: 1.5;
}
.page-off-shops .off-shop-item-icons > div::before {
  margin-right: 12px;
}
.page-off-shops .off-shop-item-icons a:hover {
  color: inherit;
  text-decoration: none;
}
.off-shop-see-more {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}
.off-shop-see-more a {
  display: inline-flex;
  align-items: center;
  background: #eeede9;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  height: 32px;
  padding: 6.5px 16px;
}
.off-shop-see-more a:hover {
  background: #e8e7e2;
  color: inherit;
  text-decoration: none;
}

.shops-notfound {
  margin-top: 8px;
  background: #bb442a;
  border-radius: 8px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.shops-cities {
  margin-top: 20px;
  border-radius: 10px;
  height: 66px;
  font-size: 16px;
  background: #e8e7e2;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.shops-cities-col p {
  margin: 0;
}
.shops-cities .dy-custom-select {
  width: 100%;
  border: 0;
  background: #fff;
  z-index: 20;
}
.shops-cities .dy-custom-select__options {
  border: 0;
  left: 0;
  width: 100%;
}
.shops-cities .dy-custom-select__option:nth-child(1) {
  display: none;
}
.dy-custom-select__current {
  font-style: normal;
  opacity: 1;
}
.shops-cities-col {
  width: 100%;
}
.page-off-shops .off-shop-item-row.off-shop-bus {
  margin-top: 16px;
  min-height: 32px;
  position: relative;
  padding-left: 40px;
  gap: 8px;
  flex-wrap: wrap;
}
.off-shop-bus svg, .off-shop-bus img {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
.page-off-shops .off-shop-item-row.off-shop-bus .bus-num {
  min-width: 32px;
  padding: 0 8px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #fff;
  border-radius: 4px;
}
.before-map-text .col-md-12 p:not(:first-child) {
  margin-top: 1rem;
}
.page-off-shops .off-shop-item.none {
  display: none;
}
/* actions */
.off-shop-slider  {
  margin: 0 -15px;
}
@media (min-width: 1000px) {
  .off-shop-slider.custom-arrows .slick-prev {
    left: -11px;
  }
  .off-shop-slider.custom-arrows .slick-next {
    right: -11px;
  }
}
.off-shop-slider .slick-list {
  overflow: hidden;
}
.off-shop-slider .slick-slide {
  margin: 0 15px;
}
/* detail */
.shop-detail-text {
  padding: 80px 0 0;
}
.page-off-shops.page-off-shops-detail {
  margin-top: 0;
}
.page-off-shops-detail .page-title {
  margin-bottom: 40px;
}
.page-off-shops-detail .off-shop-item-icons {
  gap: 8px;
}
.page-off-shops-detail .off-shop-item-row.off-shop-metro.off-shop-metro-big {
  font-size: 16px;
  margin: 0;
}
.shop-scroll-tabs {
  background: #fff;
  top: 72px !important;
  z-index: 10;
  border-bottom: 1px solid #eeede9;
}
.scroll-tab-links {
  font-size: 15px;
  font-weight: 600;
  gap: 40px;
  height: 56px;
}
.scroll-tab-links a {
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.shop-detail-text .shop-detail-text-item {
  width: 384px;
  flex-shrink: 0;
  justify-content: flex-start;
}
.shop-detail-text .off-shop-image {
  width: 595px;
  border-radius: 8px;
  overflow: hidden;
}
.shop-detail-text .off-shop-image img {
  height: 100%;
  object-fit: cover;
}
.shop-detail-text-item  .off-shop-item-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shop-detail-text .shop-detail-text-item-right .off-shop-item-row {
  margin-bottom: 0;
}
.off-shop-item-icons {
  display: flex;
  flex-direction: column;
}
.page-off-shops .off-shop-item-row-btns {
  margin-top: 0;
  gap: 16px;
}
.page-off-shops .off-shop-item-row-btns a {
  font-size: 14px;
}
.off-how-to-get {
  padding: 80px 0;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 40px;
}
.off-shop-item-info .os-item-text p {
  margin: 0 0 40px;
}
.page-off-shops .off-shop-item-row img {
  margin-right: 8px;
}
.off-shop-photos, .off-shop-reviews {
  padding-top: 80px;
}
.off-shop-photos {
  padding-bottom: 0;
}
/*
.shop-photos-carousel {
  height: 256px;
}
*/
.shop-photos-carousel.custom-dots.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.shop-photos-carousel-item  {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.photos-all {
  font-size: 12px;
  line-height: 1;
  height: 24px;
  gap: 8px;
}
.photos-all svg {
  width: 24px;
  height: 24px;
}
.photos-all:hover {
  text-decoration: none;
  color: #14243a;
}
.fullscreen-items {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
/* reviews */
.reviews-top {
  border-radius: 8px;
  background: #eeede9;
  height: 68px;
  padding: 0 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.off-shop-reviews .adv-mark {
  font-size: 32px;
  font-weight: 700;
  color: #14243a;
  letter-spacing: -.02em;
}
.off-shop-reviews .stars {
  flex: 1;
}
.off-shop-reviews .stars ul {
  display: flex;
  gap: 4px;
}
.off-shop-reviews .stars svg {
  width: 13px;
  height: 12px;
}
.off-shop-reviews .quantity {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.42;
}
.reviews-top img {
  width: 87px;
  height: 18px;
}
.review-items {
  display: flex;
  gap: 60px;
  margin-top: 24px;
}
.review-item {
  color: #14243a;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc((100% - 120px)/3);
  font-size: 14px;
  line-height: 17px;
}
.review-info {
  display: flex;
  gap: 4px;
  height: 18px;
  align-items: center;
}
.review-author {
  font-weight: 700;
}
.review-date {
  color: rgba(84, 96, 122, .68);
}
.review-date::before {
  content: '•';
  padding: 0 5px 0 2px;
}
.off-shop-reviews .review-info svg {
  width: 16px;
  height: 15px;
}
.review-info span {
  font-weight: 700;
}
.review-text {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5;
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}
.review-text p {
  margin: 0;
}
.review-link {
  margin-top: 12px;
  font-size: 12px;
}
.review-link a {
  color: inherit;
  text-decoration: underline;
}
.review-link a:hover {
  text-decoration: none;
}
.review-all {
  font-size: 12px;
  line-height: 1;
  height: 20px;
}
.review-all svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
.review-all:hover {
  text-decoration: none;
  color: #14243a;
}
/* fullscreen */
body.fullscreen {
  padding-top: 120px;
}
body.fullscreen .site-header, body.fullscreen .header-menu-bar-header, body.fullscreen .footer_wrapp, body.fullscreen .contacts-widjet, body.fullscreen .breadcrumb__block, body.fullscreen .section_title, body.fullscreen section {
  display: none;
}
body.fullscreen .overflow-wrap-fix:has(h1) {
  background: #bb442a;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 1010;
}
body.fullscreen .shop-scroll-tabs {
  z-index: 1010;
}
body.fullscreen .overflow-wrap-fix:has(h1) .dy-container {
  height: 100%;
  display: flex;
  align-items: center;
}
body.fullscreen .page-off-shops-detail .page-title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
body.fullscreen .shop-scroll-tabs {
  top: 64px !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
body.fullscreen .fullscreen-items {
  height: auto;
  opacity: 1;
  position: relative;
  overflow: visible;
  padding: 64px 0 100px;
}
.fullscreen-items.thumb-mode .shop-photos-slider {
  display: none;
}
.page-off-shops .viewmode {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.page-off-shops .viewmode-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #eeede9;
  border-radius: 4px;
  color: #14243a;
}
.page-off-shops .viewmode-item.active {
  background: #bb442a;
  border-color: #bb442a;
  color: #fff;
}
.thumb-mode svg {
  width: 13px;
  height: 13px;
}
.slider-mode svg {
  width: 18px;
  height: 13px;
}
.shop-photos-slider {
  margin: 0 auto;
  width: 810px;
}
.shop-photos-slider .slick-list {
  border-radius: 8px;
  overflow: hidden;  
}
.page-off-shops .shop-photos-slider .slick-track .slick-slide {
  margin: 0;
  width: 100%;
  height: 540px;
  cursor: pointer;
}
.shop-photos-slider-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.shop-photos-thumb {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.shop-photos-thumb-item {
  width: 134px;
  height: 94px;
  border: 2px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity .2s;
  opacity: .5;
  padding: 5px;
  cursor: pointer;
}
.fullscreen-items:not(.thumb-mode) .shop-photos-thumb-item.active {
  border-color: #bb442a;
  opacity: 1;
}
.shop-photos-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}
.fullscreen-items.thumb-mode .shop-photos-thumb {
  gap: 30px;
  flex-wrap: wrap;
}
.fullscreen-items.thumb-mode .shop-photos-thumb-item {
  width: calc((100% - 60px)/3);
  height: auto;
  border-radius: 8px;
  cursor: default;
  opacity: 1;
  padding: 0;
}
.fullscreen__close {
  position: absolute;
  right: 24px;
  top: 54px;
  color: #B3B3B3;
  cursor: pointer;
  transition: all 0.2s;
}
.fullscreen__close svg {
  width: 42px;
  height: 42px;
}
.fullscreen__close:hover {
  color: #000;
}
@media (max-width: 999px) {
  .page-off-shops {
    margin-top: 8px;
  }
  .page-off-shops .title-h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #14243a;
  }
  .shops-notfound {
    padding: 12px;
    height: auto;
    text-align: center;
  }

  .off-map-container {
    margin: 0;
  }
  .off-advantages {
    padding-bottom: 20px;
  }
  .off-advantages .dy-container {
    overflow: visible;
  }
  .page-off-shops .shop-scroll-tabs {
    position: static;
  }
  .page-off-shops .off-shop-item {
    padding: 24px 0;
  }
  .page-off-shops .off-shop-item .off-shop-item-info {
    padding-left: 20px;
  }
  .section_title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .off-shop-slider, .off-shop-slider .slick-slide {
    margin: 0;
  }
  .offmap-wrapper {
    position: relative;
    opacity: 0;
    margin: 16px 20px 0;
    height: 0;
    border-radius: 15px;
    overflow: hidden;
  }
  #offmap {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
  }
  .off-map-container.show-map .offmap-wrapper {
    height: calc(100vw - 40px);
    opacity: 1;
  }
   .off-map-container.show-map #off-map-sidebar {
    display: none;
   }

  .page-off-shops-detail .page-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .shop-scroll-tabs .dy-container {
    padding: 0;
  }
  .scroll-tab-links {
    overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     scrollbar-width: none;
     padding-left: 20px;
     gap: 24px;
  }
  .scroll-tab-links::-webkit-scrollbar {
    display: none;
  }
  .scroll-tab-links a {
    white-space: nowrap;
  }
  .shop-detail-text {
    padding-top: 20px;
  }
  .shop-detail-text .dy-container {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .shop-detail-text-item .off-shop-item-info {
    gap: 16px;
  }
  .shop-detail-text .shop-detail-text-item {
    width: auto;
  }
  .shop-detail-text .off-shop-image {
    width: 100%;
  }
  .off-shop-item-icons {
    gap: 6px;
  }
  .off-sale-actions {
    margin-top: 20px;
  }
  .off-how-to-get {
    padding: 0;
    margin: 0 20px;
    border-radius: 15px;
    overflow: hidden;
  }
  .off-how-to-get .dy-container {
    padding: 0;
  }
  .off-how-to-get .off-shop-item-info {
    padding: 24px;
    width: auto;
  }
  .off-shop-item-info .os-item-text p {
    margin-bottom: 20px;
  }
  .off-how-to-get .how-to-get-map {
    position: relative;
    width: 100%;
    height: calc(100vw - 40px);
  }
  .off-shop-photos, .off-shop-reviews {
    padding: 20px 0;
  }
  .shop-photos-carousel {
    height: auto;
  }
  .shop-photos-carousel-item {
    border-radius: 0;
  }
  .shop-photos-carousel .slick-list {
    border-radius: 15px;
  }
  .review-items {
    flex-direction: column;
    margin-top: 20px;
  }
  .review-item {
    width: 100%;
  }
  body.fullscreen .overflow-wrap-fix:has(h1) {
    height: 58px;
  }
  body.fullscreen .page-off-shops-detail .page-title {
    font-size: 28px;
  }
  body.fullscreen .shop-scroll-tabs {
    top: 58px !important;
  }
  .fullscreen__close {
    position: fixed;
    top: 16px;
    right: 20px;
    color: #fff;
    z-index: 1020;
  }
  .fullscreen__close svg {
    width: 24px;
    height: 24px;
  }
  body.fullscreen .fullscreen-items {
    position: static;
    padding: 20px 0;
  }
  .page-off-shops .viewmode, .shop-photos-slider {
    display: none;
  }
  .shop-photos-thumb {
    margin: 0;
    gap: 15px;
    flex-wrap: wrap;
  }
  .fullscreen-items .shop-photos-thumb-item {
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 0;
    border-radius: 15px;
  }
  .sale-actions-carousel.custom-arrows .slick-prev {
    left: -20px;
  }
  .sale-actions-carousel.custom-arrows .slick-next {
    right: -20px;
  }
}