

/* Start:/local/templates/polmira/components/bitrix/news.list/shops/style.css?17526748611396*/
.shop-page.m .shop__item_count-block{
    flex-wrap: wrap;
    margin-bottom: 16px !important;
    padding: 16px !important;
}
.shop-page.m .shop__item_count-block-text{
    width: 100% !important;
    margin-top: 12px;
}

.sh-list-wrapp::after{
    z-index: -1;
}
.shop-page.m .shop__dropdown{
    background: #fff;
}
.sh-list__body > div.sh-list__body__wrapper{
    display: block !important;
}
#shopMap {
    height: 100%;
    width: 100%;
}
.dropdown{
    background: #ffffff;
}
.map__modal-list{
    box-shadow: none !important;
}
.regis__shop-caption a{
    color: #242424;
    font-size: 20px;
    font-weight: 700;
    font-family: Circe;
    margin-bottom: 0;
    margin-right: auto;
    transition: .3s;
}
.regis__shop-caption a:hover{
    color: #922F27;
}
@media (min-width: 1025px) {
    [data-tab-content]{
        height: initial !important;
    }
    .sh-list{
        flex: none !important;
    }
    .sh-list__body__wrapper{
        width: 298px;
    }
}
@media (max-width: 1024px) {
    .wrapper__content.active{
        min-width: 100%;
    }
    .sh-list__body{
        gap: 0 !important;
        flex-direction: row !important;
    }
    .shop-page.m{
        display: none;
    }
    #shopMap{
        height: 364px;
    }

}

@media (max-width: 768px) {
    .sh-list-wrapp{
        margin-bottom: 0 !important;
    }
    .sh-list{
        height: 464px !important;
    }
}
/* End */


/* Start:/local/templates/polmira/components/bitrix/news.list/shops_index/style.css?175267486113143*/

/* ---------------- магазины -------------------- */


.shops {
  margin-bottom: 80px;
  position: relative;
  font-family: "Proxima Nova Rg";
  color: #181010;
}
.shops::before {
  content: "";
  background: #F3F2F9;
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: -25px;
  right: 25px;
}
.shops::after {
  content: "";
  background: #F3F2F9;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 75px;
  right: 40px;
}
.shops h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
}
.shops .container {
  position: relative;
}
.shops .container::before {
  content: "";
  background: #F3F2F9;
  width: 175px;
  height: 175px;
  position: absolute;
  top: 36px;
  right: -50px;
  z-index: -1;
  pointer-events: none;
}
.shops .container::after {
  content: "";
  background: #F3F2F9;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17px;
  right: 184px;
}
.shops .container > h2 {
  margin-bottom: 80px;
  position: relative;
  display: inline-block;
}
.shops .container > h2::after {
  content: "";
  height: 3px;
  background: #F3F2F9;
  position: absolute;
  bottom: 0;
  left: calc(1310px - 100vw);
  right: 14px;
  border-radius: 2px;
}
@media (max-width: 1320px) {
  .shops .container > h2::after {
    left: -200px;
  }
}
.shops__body {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.shops__body .shop-slider {
  overflow: hidden;
  margin-bottom: 0;
  flex: 0 1 50%;
}
.shops__body .shop-slider {
  min-height: 0;
  min-width: 0;
  flex: 0 1 481px;
  height: 452px;
}
.shops__body .shop-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.shops__text-wrapp {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.shops__text-wrapp > a {
  display: flex;
  height: 48px;
  width: 217px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #922F27;
  color: #FFF;
  /* Caption 1 Bold 16 px */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  transition:all .5s;
}
.shops__text-wrapp > a:hover {color:#fff;background:#DF4A43}
.shops__heading h2 {
  margin-bottom: 16px;
}
.shops__heading span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shops__info-wrapper {
  display: flex;
  gap: 40px;
}
.shops__info {
  flex: 1 1;
}
.shops__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.shops__contact span {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shops__contact span a {
  color: #181010;
}
.shops__location {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
}
.shops__location span {
  display: flex;
  align-items: center;
  gap: 16px;
}

.features-list {
  flex: 0 1 317px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.features-list .features__item {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  height: 56px;
  padding-right: 50px;
}
.features-list .features__item img {
  min-width: 40px;
}

[data-tab-content] {
  display: flex !important;
  height: 0px;
  overflow: hidden;
}

.active[data-tab-content] {
  height: auto;
}

.sh-list-wrapp {
  margin-bottom: 80px;
  position: relative;
}
.sh-list-wrapp::after {
  content: "";
  width: 42px;
  height: 42px;
  background: #F3F2F9;
  position: absolute;
  top: -67px;
  right: 14vw;
}

.sh-list-map {
  background: #922F27;
  flex: 1 1;
  border-radius: 24px;
}

.sh-list {
  height: 464px;
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 1 298px;
}
.sh-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sh-list__body {
  display: flex;
  gap: 30px;
}
.sh-list__item {
  scroll-snap-align: center;
  padding: 16px 24px;
  border-radius: 24px;
  border: 2px solid #F3F2F9;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
}
.sh-list__item.active {
  border-color: #922F27;
}
.sh-list__item.active .sh-list__radio {
  position: relative;
}
.sh-list__item.active .sh-list__radio::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #922F27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.sh-list__item > span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.sh-list__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.sh-list__heading h3 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
}
.sh-list__radio {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 2px solid #F3F2F9;
  border-radius: 50%;
}
.sh-list__location {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sh-list__location img {
  width: 16px;
  height: 16px;
}
.sh-list__location span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
@media (max-width: 1200px) {
  .shops__body {
    gap: 16px;
  }
  .shops__body .shop-slider {
    flex: 0 1 40%;
  }
  .shops__info-wrapper {
    gap: 16px;
  }
  .shops__text-wrapp {
    gap: 24px;
  }
}
@media (max-width: 1130px) {
  .shops::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .shops::before {
    display: none;
  }
  .shops .container::before, .shops .container::after {
    display: none;
  }
  .sh-list-wrapp::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .shops {
    margin-bottom: 40px;
  }
  .shops__body {
    flex-direction: column;
  }
  .sh-list {
    height: 350px;
  }
  .sh-list-wrapp {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .shops .container > h2 {
    margin-bottom: 40px;
  }
  .shops__heading h2 {
    margin-bottom: 8px;
  }
  .shops__body {
    gap: 24px;
  }
  .shops__body .shop-slider {
    height: 303px;
  }
  .shops__text-wrapp > div {
    width: 100%;
  }
  .shops__info-wrapper {
    flex-direction: column;
  }
  .shops__contact {
    margin-bottom: 24px;
  }
  .features-list {
    flex: auto;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .sh-list__body {
    flex-direction: column;
    gap: 16px;
  }
  .sh-list-map {
    flex: auto;
    height: 464px;
  }
}
.shop .slick-list, .shops .slick-list {
  margin: 0 -20px;
  position: relative;
}
.shop .slick-list img, .shops .slick-list img {
  margin: 0 20px;
}
.shop .slick-dots, .shops .slick-dots {
  position: absolute;
  padding-left: 0;
  gap: 8px;
  bottom: 24px !important;
  margin-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.shop .slick-dots li button, .shops .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #F3F2F9;
}
.shop .slick-dots li.slick-active button, .shop .slick-dots li:hover button, .shops .slick-dots li.slick-active button, .shops .slick-dots li:hover button {
  background-color: #922F27;
  transform: scale(1);
}

.shop {
  font-family: "Proxima Nova Rg";
  color: #181010;
}
.shop h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
  margin-bottom: 18px;
}
.shop p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shop .container > span {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 125% */
}
.shop_features {
  grid-area: 1/1/2/2;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.shop_features span {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 1 50%;
}
.shop__body {
  margin-top: 56px;
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 48px;
  grid-template: auto 1fr/repeat(2, calc(50% - 16px));
}
.shop__location span {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shop__location span + span {
  margin-top: 16px;
}
.shop__desc {
  grid-area: 2/1/3/2;
}
.shop__desc h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
  margin: 0 0 1rem;
}
.shop__slider-wrapp {
  grid-area: 1/2/3/3;
}
.shop__slider-wrapp img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.shop-slider {
  height: 444px;
  margin-bottom: 32px;
}
.features {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.features__item {
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
  width: calc(33.3333333333% - 5.3333333333px);
}
.features__item span {font-size:16px;line-height:18px;font-weight:400px;}
.features__item img {
  width: 40px;
  height: 40px;
  border-radius: 5.926px;
  background: #6D7487;
  padding: 7.4px;
  box-shadow: 0px 2.963px 8.889px 0px rgba(20, 53, 117, 0.13);
}
.features__item:nth-child(5n+4), .features__item:nth-child(5n) {
  width: calc(50% - 4px);
}

.shop-info {
  margin-top: 48px;
  display: flex;
  gap: 16px;
}
.shop-info > * {
  flex: 0 1 50%;
}
.shop-info h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
  margin-bottom: 24px;
}

.shop-services ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.shop-services ul li {
  position: relative;
  padding-left: 28px;
  flex: 0 1 50%;
  font-size: 20px;
  line-height: 125%; /* 125% */
}
.shop-services ul li::after {
  content: "";
  background: #922F27;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shop-contacts span {
  display: flex;
  align-items: center;
  gap: 16px;
}
.shop-contacts span a {
  color: #181010;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shop-contacts span + span {
  margin-top: 16px;
}
.shop__item-block-link{
  margin: 12px 0;
}
.shop__item-block-link > a{
  display: block;
  font-weight: 400;
  color: #922F27 !important;
  font-size: 16px;
}
.shop__item-block-link > a:hover{
  color: #858585 !important;
}


@media (max-width: 1170px) {
  .shop-slider {
    height: 361px;
  }
}
@media (max-width: 992px) {
  .shop-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .show-hide-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .shop__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .shop__location {
    order: 1;
  }
  .shop__slider-wrapp {
    order: 2;
  }
  .shop__slider-wrapp .slick-dots {
    bottom: 16px !important;
  }
  .shop-slider {
    margin-bottom: 0;
  }
  .shop__desc {
    order: 3;
  }
  .features {
    margin-top: 40px;
    flex-direction: column;
  }
  .features__item, .features__item:nth-child(5n+4), .features__item:nth-child(5n) {
    width: 100%;
  }
  .shop-info {
    margin-top: 40px;
  }
  .shop__desc-wrapp {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  .shop__desc-wrapp._hide {
    height: 320px;
  }
  .shop__desc-wrapp .show-hide-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 16px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #FFF;
    box-shadow: 0px -4px 12px 0px rgba(20, 53, 117, 0.07);
    color: #922F27;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
  }
}
@media (max-width: 425px) {
  .shop h1 {
    margin-bottom: 12px;
  }
  .shop .container > span {
    font-size: 36px;
  }
  .shop__body {
    margin-top: 40px;
  }
  .shop-services ul {
    flex-direction: column;
    gap: 8px;
  }
}

.product_arrow {
  position: absolute;
  top: 25%;
  z-index: 10;
  height: 85px;
  width: 24px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5;
  cursor: pointer;
  transition: .3s;
}
.product_arrow:hover {
  opacity: 1;
}
.product_arrow.next {
  right: 0;
}

.product_arrow.prev{
  transform: rotate(180deg);
  left: 0;
  position: absolute;
}
.product_arrow.next svg {
  transform: rotate(90deg);
}
.product_arrow.prev svg {
  transform: rotate(90deg);
}

@media (max-width: 992px){
  .product_arrow{
    display: none !important;
  }
}
@media (min-width: 992px) {
  .product_arrow{
    display: flex;
  }
  
}
@media (min-width:1200px){
  .product_arrow{
    top: 30%;
  }
}


.shop-more {display:inline-block;width:100%;margin:15px 0 0 0;}
.shop-more button {width:100%;}



/* End */
/* /local/templates/polmira/components/bitrix/news.list/shops/style.css?17526748611396 */
/* /local/templates/polmira/components/bitrix/news.list/shops_index/style.css?175267486113143 */
