

/* Start:/local/templates/polmira/components/bitrix/news.detail/newshop/style.css?175267486112383*/
.shop__item-slider .shop-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#mainCarousel .carousel__track .carousel__slide {
    width: auto;
}
#mainCarousel .carousel__slide img {
    border-radius: 5px;
}


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

}
.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% */
}
.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__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 {
  border-radius: 24px;
}

.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__text{
  margin-top: 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 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-slider-single img{
  height: 438px;
  max-height: 438px;
}
.product_arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  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: .7;
  cursor: pointer;
  transition: .3s;
}
.product_arrow:hover{
  opacity: 1;
}
.product_arrow.next{
  right: 0;
}
.product_arrow.next svg{
  transform: rotate(90deg);
}
.product_arrow.prev svg{
  transform: rotate(-90deg);
}

@media (max-width: 992px) {
  .shop-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .shop-slider-single img{
    height: 354px;
  }
}
@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__text {
    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;
  }
}

/* End */
/* /local/templates/polmira/components/bitrix/news.detail/newshop/style.css?175267486112383 */
