

/* Start:/local/templates/redesign/components/bitrix/catalog.element/.default/style.css?174117443410862*/
#manager_stock {
    max-height: 541px;
    overflow-y: auto;
    margin-top: 20px;
}

.manager-stock{
    width: 100%;
}
.manager-stock td,
.manager-stock th{
    text-align: center;
    border: 1px solid #ccc;
    padding: 3px;
    margin-top: 10px;
}
.product-options__code {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s ease-in-out;
}
.product-options__code-item {
    margin-bottom: 5px;
    padding: 7px 0;
    position: relative;
    display: block;
    width: 100%;
    max-width: calc(100% / 6);
    font-size: 16px;
    color: #000;
    text-align: center;
    border-left: 1px solid #E5EAEC;
    transition: 0.2s ease-in-out;
}
.product-options__code-item:hover {
    color: #B12535;
    text-decoration: none;
}
.product-options__code-item--selected{
    color: #B12535;
}
a.manager-stock {
    margin: 17px 0 0 0;
    cursor: pointer;
}
.description__text{
    white-space: break-spaces;
}

.status-info__container .where-buy-button {
    font-size: 16px;
    margin-left: 0;
}

.sommelier-video-review-big {
    position: absolute;
    top: 40px;
    right: 42px;
    z-index: 5;
}

@media (max-width: 576px) {
    .status-info__container .where-buy-button {
        font-size: 12px;
    }
}

.detail-header--secondary .detail-image-wrapper {
    max-width: unset;
}

.detail-header--secondary .card-component__crumb.card-component__icon i {
    width: 24px;
    height: 24px;
}

.detail-header--secondary .detail-crumbs {
    display: flex;
    margin-bottom: 25px;
}

.detail-header--secondary .detail-crumbs__item {
    flex-wrap: wrap;
    gap: 5px;
}

.detail-header--secondary .detail-crumbs__title {
    width: 100%;
}

.detail-header--secondary .detail-crumbs .card-component__crumb {
    margin-right: 5px;
}

.detail-tastes {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail-tastes:not(.detail-tastes--group)  {
    margin-bottom: 25px;
}

.detail-tastes__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(min-content, 54px));
    gap: 5px;
}

.detail-header--secondary .detail-crumbs__title,
.detail-tastes__title {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}

.detail-taste {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail-taste:hover .detail-taste__title {
    color: #B12535;
}

.detail-taste:hover {
    text-decoration: none;
}

.detail-taste__title {
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    color: #7D858C;
    transition: color 0.25s ease-out;
}

.detail-taste__icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    -webkit-mask-size: 100%;
    transition: background-color 0.25s ease-out;
}

.detail-tastes--group .detail-tastes__item {
    position: relative;
}

.detail-tastes--group .detail-tastes__item:hover .detail-taste__icon {
    background-color: #bb2135;
}

.detail-tastes--group .detail-tastes__item:hover .tooltip {
    visibility: visible;
    opacity: 1;
    top: -40px;
}

.detail-header--secondary .detail-header__image-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detail-header--secondary .detail-header__image-wrapper .detail-image-wrapper {
    max-height: 1175px;
}

.detail-taste .detail-taste__title.tooltip {
    white-space: nowrap;
    color: #7D858C;
    line-height: 24px;
}

.detail-tastes--group .detail-taste__title.tooltip {
    display: none;
}

.detail-tastes--group .detail-taste__title:not(.tooltip) {
    display: block;
}

.detail-tastes--group .detail-tastes__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(min-content, 54px));
    gap: 5px;
}

.detail-header--secondary .detail-contacts {
    margin-top: 30px;
}

.detail-header--secondary .detail-law {
    display: block;
}

.detail-header--secondary .detail-header__image-wrapper .detail-law {
    display: none;
}

.detail-header--secondary .detail-header__image-wrapper .detail-law {
    padding: 0 20px;
}

.detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
    margin-left: 10px;
}

.detail-main .price-reverse {
    display: inline-flex;
    flex-direction: row-reverse;
}

.detail-main .price-reverse .price__main,
.detail-main .price-reverse .price__discount {
    margin-left: 0;
    margin-right: 0;
}
.detail-main .price__sticker.price-reverse .price__discount,
.detail-main .price-reverse .price__discount {
    margin-right: 10px;
}
.detail-category-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.detail-category-bottom{
    display: flex;
    justify-content: space-between;
}
.detail-category-bottom .card-component__crumbs{
    max-width: max-content;
}
.detail-category-manufactory{
    text-align: right;
    text-decoration: none;
    position: relative;
    transition: 0.2s ease-in-out;
    max-width: 250px;
}
.detail-category-manufactory__img{
    max-height: 70px;
    object-fit: cover;
    max-width: 200px;
}
.detail-category-manufactory__name{
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px; /* 100% */
}
.detail-category-manufactory:hover .detail-category-manufactory__name {
    color: #B12535;
}
.detail-category-manufactory:hover{
    color: #B12535;
    text-decoration: none;
}
.detail-category-manufactory .tooltip{
    z-index: 20;
    min-width: max-content;
    top: -50px;
    padding: 10px 12px;
}
.detail-category-manufactory:hover .tooltip{
    opacity: 1;
    visibility: initial;
}
@media (max-width: 1730px){
    .detail-category-manufactory .tooltip{
        transform: translateX(-75%);
    }
}
@media (min-width: 971px) and (max-width: 1030px), (max-width: 600px) {
    .detail-category-wrap{
        flex-wrap: wrap;
    }
    .detail-category-manufactory{
        max-width: 100%;
        text-align: left;
    }
    .detail-category-rating-and-crumbs {
        margin-top: 10px;
    }
}
@media screen and (min-width: 330px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 15px;
    }
}

@media screen and (min-width: 360px) {
    .detail-tastes__list,
    .detail-tastes--group .detail-tastes__list {
        grid-template-columns: repeat(5, 60px);
    }
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 18px;
    }
}

@media screen and (min-width: 401px) {
    .detail-tastes__list {
        grid-template-columns: repeat(5, minmax(40px, 130px));
    }
    .detail-tastes--group .detail-tastes__list {
        grid-template-columns: repeat(5, minmax(64px, 130px));
    }
    .detail-taste__title {
        font-size: 9px;
        line-height: 11px;
    }
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 17px;
    }
}

@media screen and (min-width: 431px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 30px;
    }
}

@media screen and (min-width: 577px) {
    .detail-header--secondary .detail-crumbs {
        display: flex;
        align-items: flex-start;
    }

    .detail-header--secondary .detail-crumbs__item {
        gap: 10px;
    }

    .detail-header--secondary .detail-crumbs__title,
    .detail-tastes__title {
        font-size: 12px;
        line-height: 24px;
        color: #7D858C;
    }

    .detail-header--secondary .card-component__crumb.card-component__icon i {
        width: 32px;
        height: 32px;
    }

    .detail-tastes {
        gap: 25px;
    }

    .detail-tastes--group .detail-taste__icon {
        width: 64px;
        height: 64px;
    }

    .detail-taste__icon {
        width: 40px;
        height: 40px;
    }

    .detail-taste__title {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #000;
    }

    .detail-tastes--group .detail-taste__title.tooltip {
        display: block;
    }

    .detail-tastes--group .detail-taste__title:not(.tooltip) {
        display: none;
    }

    .detail-header--secondary .detail-crumbs .card-component__crumb {
        margin-right: 40px;
    }

    .detail-header--secondary .detail-contacts {
        display: none;
    }

    .detail-header--secondary .detail-header__image-wrapper .detail-law {
        display: block;
    }

    .detail-header--secondary .detail-law {
        opacity: 0;
        max-height: 0;
        transition: 0.5s 0.15s;
    }

    .main-content.loaded .detail-header--secondary .detail-law {
        opacity: 1;
        max-height: 500px;
    }

    .detail-tastes:not(.detail-tastes--group) .detail-taste__icon {
        -webkit-mask-size: 150%;
    }

    .detail-taste {
        gap: 10px;
    }
}

@media screen and (min-width: 631px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 40px;
    }
}

@media screen and (min-width: 701px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 50px;
    }
}

@media screen and (min-width: 971px) {
    .detail-header--secondary .detail-header__image-wrapper {
        max-width: 780px;
    }
    .detail-header--secondary .detail-header__image-wrapper .detail-law {
        padding: 0;
    }
    .detail-header--secondary .detail-header__image-wrapper .detail-image-wrapper {
        height: 100%;
    }
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 25px;
    }
}

@media screen and (min-width: 1171px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 35px;
    }
}

@media screen and (min-width: 1401px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 40px;
    }
}

@media screen and (min-width: 1601px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 50px;
    }
}
@media (max-width: 1599px) {
    .detail-header--secondary .detail-header__image-wrapper {
        max-width: 50%;
    }
}
@media (max-width: 970px) {
    .detail-header--secondary .detail-header__image-wrapper {
        max-width: 100%;
    }
    .tabs__pane .rdd-reviews,
    .tabs-mobile .rdd-reviews {
        padding: 0 20px;
    }
}
@media (max-width: 431px){
    .detail-category-manufactory__img{
        max-width: 150px;
    }
}
@media (max-width: 360px){
    .detail-category-manufactory__img{
        max-width: 100px;
    }
}

/* End */


/* Start:/local/templates/redesign/css/detail-reviews.css?174117443410409*/
.rdd-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.rdd-reviews__item {
  width: 100%
  border-bottom: 1px solid #E5EAEC;
  padding-bottom: 30px;
}
.rdd-reviews__empty-text {
  width: 100%;
  text-align: center;
}
.rdd-reviews__footer{
  width: 100%;
}

.rdd-review-info-text {
  text-align: center;
}

.rdd-rev {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rdd-rev__author {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.rdd-rev__date-and-source {
  display: flex;
  gap: 6px;
}
.rdd-rev__date,
.rdd-rev__source{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #7D858C;
}
.rdd-rev__desc {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.rdd-rev__footer {
  display: flex;
  gap: 25px;
}

.rdd-rev__footer:empty {
  display: none;
}

.rdd-rev__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.rdd-rev__rating-stars {
  display: flex;
  gap: 10px;
}
.rdd-rev__rating-star{
  width: 18px;
  height: 17px;
  background-image: url("/local/templates/redesign/css/../img/detail/gray-star-rating.svg");
}
.rdd-rev__rating-star.rdd-rev__rating-star--solid{
  background-image: url("/local/templates/redesign/css/../img/detail/yellow-star-rating.svg");
}

.rdd-rev__btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px;
  border: 1px solid #E5EAEC;
  border-radius: 6px;
  background-color: transparent;
  transition: 0.2s ease-in-out;
}
.rdd-rev__btn:hover{
  background-color: rgb(229 234 236);
}
.rdd-rev__btn--red {
  background-color: #B12435;
  color: #fff;
}
.rdd-rev__btn--red:hover {
  background-color: rgba(156, 46, 49, 0.7);
}
.rdd-rev__btn--short{
  max-width: 125px;
}
.rdd-rev__btn--center{
  margin: 0 auto;
}
.rdd-rev__btn.waiting-btn{
  opacity: 0.7;
  color: #fff;
}
.rdd-rev__btn--long{
  width: 100%;
  max-width: 100%;
}
.rdd-rev__btn--left {
  justify-content: flex-start;
  width: fit-content;
}

/* rdd message form */
.rdd-message {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.rdd-message__author {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.rdd-message__text {
  padding: 12px;
  height: 100px;
  width: 100%;
  border: 1px solid #E5EAEC;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
.rdd-message__actions {
  display: flex;
  gap: 10px;
}
.rdd-message__rating {
  display: flex;
  gap: 15px;
}
.rdd-message__info-text {
  font-size: 12px;
}
.rdd-message__agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}
.rdd-message__agreement .checkbox {
  margin-right: 10px;
}
.rdd-message__agreement-checkbox {
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance: none;
}


/* rdd message form end */

.rdd-rev__comments {
  margin: 10px 0;
  padding-left: 30px;
  border-left: 2px solid #E5EAEC;
  display: flex;
  flex-direction: column;
  transition: height 0.3sease-in-out;
  overflow: hidden;
  gap: 15px;
}

.rdd-rev__comments .rdd-rev {
  gap: 5px;
}
.rdd-rev__comments span.rdd-rev__author {
  font-size: 18px;
  font-weight: 700;
}
.rdd-rev__comments p.rdd-rev__text {
  font-size: 14px;
}

.rdd-form-rating {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.rdd-form-rating__label{
  width: 24px;
  height: 24px;
  padding: 10px;
  margin: 0;
  cursor: pointer;
}
.rdd-form-rating__label{
  background-image: url(/local/templates/redesign/css/../img/detail/gray-star-rating.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  transition: 0.2s ease-in;
}
.rdd-form-rating__input:checked ~ .rdd-form-rating__label{
  background-image: url(/local/templates/redesign/css/../img/detail/yellow-star-rating.svg);
}
.rdd-form-rating__label:hover{
  background-image: url(/local/templates/redesign/css/../img/detail/yellow-star-rating.svg);
}
.rdd-form-rating__label:hover ~ .rdd-form-rating__label{
  background-image: url(/local/templates/redesign/css/../img/detail/yellow-star-rating.svg);
}

.rdd-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(.8, 0, .2, 1);
  visibility: hidden;
  z-index: 100;
}

.rdd-popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(.8, 0, .2, 1);
}

.rdd-popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(50vh);
  transition: transform 0.3s cubic-bezier(.8, 0, .2, 1);
}
.rdd-popup-content--review-form{
  width: 480px;
}

.rdd-popup-overlay.active .rdd-popup-content {
  transform: translateY(0);
}

.rdd-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("/local/templates/redesign/css/../img/close-icon.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.rdd-popup-body {
  text-align: center;
}

.rdd-popup-header {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5EAEC;
  padding-bottom: 10px;
}


/* likes */
.rdd-rev__likes{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  border: 1px solid #E5EAEC;
  border-radius: 6px;
  padding: 1px;
  flex-shrink: 0;
}
.rdd-rev__likes-separator {
  width: 1px;
  background-color: #E5EAEC;
  height: 24px;
  margin: 0 2px;
  flex-shrink: 0;
}

.rdd-rev__like {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 6px 0;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.rdd-rev__like:hover{
  background-color: rgb(229 234 236);
}

.rdd-rev__like::before{
  content: "";
  display: inline-flex;
  height: 24px;
  width: 24px;
  background-image: url("/local/templates/redesign/css/../img/thumb_up.svg");
}
.rdd-rev__like.rdd-rev__like--down::before {
  transform: rotate(176deg);
}
@keyframes fadeMoveUp {
  0% {
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px) scale(1.1);
    opacity: 0;
  }
}
@keyframes fadeMoveDown {
  0% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(40px) scale(1.1);
    opacity: 0;
  }
}
.rdd-rev__like-number {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
}
.rdd-rev__like-number--like {
  color: green;
  left: 30px;
}
.rdd-rev__like-number--dislike {
  color: red;
  left: 107px;
}

/* user form */
.rdd-user-form {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  background-color: #F4F7F8;
  padding: 16px;
  border-radius: 6px;
  margin: 15px 0;
}
.rdd-user-form__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.rdd-user-form__header {
  width: 100%;
}
.rdd-user-form__label {
  font-weight: 300;
  font-size: 14px;
}
.rdd-user-form__input {
  border: 1px solid #E5EAEC;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  padding: 8px 12px;
  max-width: min(400px, 100%);
}

.rdd-reviews__sort {
  display: flex;
  column-gap: 20px;
}
.rdd-reviews__sort-title {
  font-weight: 600;
  font-size: 14px;
  color: #7D858C;
}
.rdd-reviews__sort-action {
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin-bottom: 0;
}
.rdd-reviews__sort-text{
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-decoration-line: underline;
  color: #7D858C;
  user-select: none;
}
.rdd-reviews__sort-action::after{
  visibility: hidden;
  content: "";
  background-image: url("/local/templates/redesign/css/../img/sort-arrow-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 12px;
  height: 15px;
  transition: transform 0.2s cubic-bezier(.8, 0, .2, 1);
}
.rdd-reviews__sort-action.active::after{
  visibility: visible;
}

.rdd-reviews__sort-action.desc::after{
  transform: rotate(0);
}
.rdd-reviews__sort-action.asc::after{
  transform: rotate(-180deg);
}
.rdd-reviews__sort-action:hover .rdd-reviews__sort-text,
.rdd-reviews__sort-action.active .rdd-reviews__sort-text{
  color: #000;
}
.rdd-rev__title-comments-count{
  display: none;
}

@media (max-width: 768px){
  .rdd-rev__btn.rdd-rev__btn--more{
    font-size: 0;
    width: 50px;
    position: relative;
  }
  .rdd-rev__btn.rdd-rev__btn--more::after {
    content: "";
    display: block;
    width: 48px;
    height: 40px;
    background-image: url(/local/templates/redesign/css/../img/review-comment-more.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .waiting-btn.rdd-rev__btn.rdd-rev__btn--more::after {
    filter: invert(1);
  }
  .rdd-rev__title-comments-count {
    display: block;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background-color: #fff;
    z-index: 2;
  }
  .waiting-btn .rdd-rev__title-comments-count{
    color: #fff;
    background-color: transparent;
  }
  .rdd-rev__comments{
    padding-left: 15px;
  }
  .rdd-rev__author{
    font-size: 18px;
  }
  .rdd-rev__text {
    font-size: 14px;
    line-height: 1.4;
  }
  .rdd-rev__btn {
    font-size: 12px;
    padding: 8px;
  }
  .rdd-rev__footer {
    gap: 12px;
  }
  .rdd-user-form__row {
    width: 100%;
  }
  .rdd-user-form__title {
    font-size: 14px;
    display: block;
    line-height: 1.4;
  }
  .rdd-rev__date, .rdd-rev__source{
    font-size: 12px;
  }
  .rdd-rev__desc {
    gap: 5px;
    flex-direction: column;
  }
  .rdd-rev__likes{
    width: 129px;
  }
}
@media (max-width: 576px) {
  .rdd-reviews__item .review-component__date {
    font-size: 12px;
    line-height: 24px;
  }
}
/* End */


/* Start:/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/style.css?172059847822425*/
.shop{color: #333;}
.shop-item__body{position: relative;min-height: 260px;display: none;}
.shop span {display: inline-block;white-space: normal;text-transform: none;}
.shop .desktop, .shop .mobile{display: none;}
.shop .category-products__preloader{position: absolute;top: 50%;left: 50%;z-index: 21;display: none;transform: translate(-50%,-50%);}
.shop.active{display: block;}
.shop.active .category-products__preloader{display: block;}

.product-rate, .product-data--rating, .bottle-value {display: none!important;}
.b_cart_mobile{width: 100%;display: block;margin: 0 auto;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: -1;background-color: #fff;visibility: hidden;opacity: 0;transition: all 0.5s;}
.b_cart_mobile.active{visibility: visible;opacity: 1;transition: all 0.5s;z-index: 20000;}
.b_cart_mobile .b_filter, .b_cart_mobile .b_spisok-magazin{z-index: 1;position: absolute;bottom: 0;height: calc(100% - 53px)!important;width: 100%;background-color: #fff;padding: 0 20px;transition: left 0.3s cubic-bezier(.28,.38,.78,.53);}
.b_cart_mobile .b_filter{left: -100%;}

.b_cart_mobile .b_filter.active, .b_cart_mobile .b_spisok-magazin.active{left: 0;z-index: 100;}
.b_cart_mobile .b_filter .b_checkbox{height: 100%;overflow: auto;}
.b_cart_mobile .b_spisok-magazin{left: 100%;overflow: auto;}
.b_cart_mobile .b_spisok-magazin.mobile-baloon{
	left: 0;
}
.b_cart_mobile .product-icons i{margin: 0 5px;}
.b_cart_mobile .desktop-img img{width: 35px;height: 40px;padding: 8px;}
.b_cart_mobile .b_magazin{transform: translate(-50%, 0%);border-top: 1px solid #D7D7E3;}
.b_cart_mobile .b_magazin .magazin_cart--inner,
.b_cart_mobile .b_spisok-magazin .magazin_cart--inner{flex-flow: column;}
.b_cart_mobile .b_magazin .magazin_cart--inner .title-item,
.b_cart_mobile .b_spisok-magazin .magazin_cart--inner .title-item{width: 100%;display: flex;align-items: center;}
.b_cart_mobile .b_magazin .magazin_cart--inner .magazin_cart--items1,
.b_cart_mobile .b_spisok-magazin .magazin_cart--inner .magazin_cart--items1{display: inline-block;width: auto;color: #000;min-width: 60px;}

.b_cart_mobile .b_magazin .descr-toggler .magazin_cart--inner .title-item.metro,
.b_cart_mobile .b_spisok-magazin .descr-toggler .magazin_cart--inner .title-item.metro{margin-left: -13px;}
.b_cart_mobile .b_magazin .descr-toggler .magazin_cart--inner .title-item.metro .magazin_cart--items2,
.b_cart_mobile .b_spisok-magazin .descr-toggler .magazin_cart--inner .title-item.metro .magazin_cart--items2{padding: 4px;}
.b_cart_mobile .b_magazin .descr-toggler .magazin_cart--inner .title-item.metro .magazin_cart--items2 a {color: #000;}
.b_cart_mobile .b_magazin .descr-toggler .magazin_cart--inner .title-item.metro .magazin_cart--items2 a:hover {color: #B72637;}
.b_cart_mobile .b_magazin .descr-toggler .magazin_cart--inner .magazin_cart--items1,
.b_cart_mobile .b_spisok-magazin .descr-toggler .magazin_cart--inner .magazin_cart--items1{min-width: inherit;}

.b_cart_mobile--title {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 0 20px;border-bottom: 1px solid #E5EAEC;}
.b_cart_mobile--title img{width: 20px;height: 20px;}

.mobile_title--left{padding-left: 15px;}
.mobile_title--right, .mobile_title--img {cursor: pointer;display: flex;}
.mobile_inner-zagolovok {font-size: 16px;line-height: 1;color: #000;padding: 20px 0 20px 20px; font-weight: 700;}

.point-description{visibility: hidden;opacity: 0;max-height: 0;height: 100%;transition: all 0.5s;}
.point-description.active{visibility: visible;opacity: 1;max-height: 500px;transition: all 0.5s;}
.point-title{cursor: pointer;}

/*filter*/
.filter-toggler{display: flex;}
.desktop .b_filter, .desktop_inner{display: none;overflow: auto; max-height: calc(100vh - 60px);}
.b_filter{padding: 0px 30px 0px 30px;}
.b_filter.active, .desktop_inner.active{display: block;}
.b_filter .b_checkbox{overflow: auto;}

.w3-bar {display: flex;border: 1px solid #000;}
.b_filter .w3-button {padding: 10px 0px;width: 100%;text-align: center;cursor: pointer;margin: 0;}
.b_filter .w3-button.active{background-color: #B12535;color: #fff;}
.b_filter .w3-button1{border-right: 1px solid #000;}
.b_filter .w3-container{display: none;}
.b_filter .w3-container.active{display: block;}
.shop-search input {width: 100%;border: 1px solid #D3D3E0;box-sizing: border-box;padding: 10px 14px;font-family: inherit;}
.shop-search button {background: none;border: none;cursor: pointer;position: absolute;right: 5px;top: 40px;}
.shop-item .shop-search {position: relative;width: 100%;}
.shop-search {position: relative;padding: 30px 0px;}

/*checkbox*/
.b_checkbox .container {display: block;position: relative;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;padding: 13px 0px;border-bottom:1px solid #E5EAEC;font-size: 16px;line-height: 19px;color: #000000;display: flex;justify-content: space-between;}
.b_checkbox .container .checkmark{position: relative;}
.b_checkbox .container:first-child{border-top:1px solid #E5EAEC ;}
.b_checkbox .container:hover input ~ .checkmark {background-color: #fff;}
.b_checkbox .container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.b_checkbox .container input:checked ~ .checkmark {background-color: #B5293C; border-color: #B5293C;}
.b_checkbox .container input:checked ~ .checkmark:after {display: block;}
.b_checkbox .container .checkmark:after {left: 8px;top: 4px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.b_checkbox .checkmark {/*position: absolute;*//*top: 9;*//*right: 0;*/height: 22px;width: 22px;background-color: #ffffff;border: 1px solid #E5EAEC;border-radius: 5px;}
.b_checkbox .checkmark:after {content: "";position: absolute;display: none;}

.magazin_cart--inner {display: flex;align-items: center;justify-content: space-between;}
.magazin_cart--inner a {color: #b72637;}
.magazin_cart--inner a:hover {color: #e13d52;}

.magazin_cart--items1 span, .magazin_cart--items2 span{text-transform: none;}
.magazin_cart--items1 span{margin: 0;}
.magazin_cart--items1 {width: 25px;display: flex;align-items: center;justify-content: center;}
.magazin_cart--items2 {width: 100%;padding: 0 10px;}
.magazin_cart--items1 .subway{width: 30px;height: 30px;}

.b_spisok-magazin--cart {padding: 15px 0;border-bottom: 1px solid #D7D7E3;}
.b_spisok-magazin--cart i {margin: 0;}
/*.magazin_cart--items1{flex-basis: 22%;}
.magazin_cart--items2{flex-basis: 78%;}*/
.magazin_cart--title .title {font-size: 24px;line-height: 28px;color: #343434;}
.magazin_cart--title .price span{color: #B5293C;}
.magazin_cart--title .price.sell .old-title{color: #000;}
.magazin_cart--title {padding: 0 0 0;display: flex;align-items: center;justify-content: space-between;}
.magazin_cart--inner {padding: 6px 0px;}
.magazin_cart--items1 span {font-size: 14px;line-height: 17px;color: #000;}
.magazin_cart--items2 span {font-size: 16px;line-height: 19px;color: #000000;white-space: unset;text-transform: none;}
b_spisok-magazin--cart .link-button {margin-top: 20px; border-radius: 5px;}
.magazin_cart__subform {margin-top: 20px; min-height: 0;}
.magazin_cart__subform .magazin_cart--title {padding: 0;}

.b_magazin {position: absolute;background-color: #fff;width: 100%;bottom: -90%;left: 50%;/*transform: translate(-50%, 0%);*/transition: all 0.3s cubic-bezier(.28,.38,.78,.53);}
.popover.b_magazin {transition: top 0s;}
.b_magazin.active{bottom: 0;transition: all 0.3s cubic-bezier(.28,.38,.78,.53);z-index: 90;}
.b_magazin .b_cart_mobile--title{justify-content: space-between;}
.b_magazin .b_spisok-magazin--cart{padding: 30px;}
.b_magazin .js-hide-map-shop{transform: rotate(-90deg);}
.b_magazin .magazin_cart--items1{width: 95px;justify-content: unset;color: #000; font-weight: 500;}

.product-data .b_cart_mobile  span{white-space: normal;}
.product-data .b_cart_mobile span._text-b{margin: 10px 0;}
.product-data .b_cart_mobile ._text-b,
.product-data .b_cart_mobile ._text-m{font-size: 14px;}
.product-data .product-tabs.active{display: block;}
.product-data .popover-inner span{white-space: normal;}
.product__data .product-buy{position: relative;}

/*desktop version 1-0-0-1*/
.b_desktop-sitebar .b_spisok-magazin--cart{padding: 15px 20px;}
.b_desktop-sitebar .b_spisok-magazin--cart .b_checkbox{width: 100%}
.b_desktop-sitebar {position: relative;max-width: 350px;min-width: 350px;background-color: #fff;z-index: 1;box-shadow: -17px 0px 40px #000;}
.b_desktop-sitebar .cart-ovetfloy {overflow-y: auto; height: 100%;}
.b_desktop-sitebar .cart-ovetfloy .magazin_cart--title{align-items: flex-start;}
.b_desktop-sitebar .cart-ovetfloy .magazin_cart--title .title-item{display: flex;margin-bottom: 5px;max-width: 265px;}
.b_desktop-sitebar .cart-ovetfloy .magazin_cart--title .title-item.metro .magazin_cart--items1{margin-left: -2px;}
.b_desktop-sitebar .cart-ovetfloy .magazin_cart--title .title-item.metro .magazin_cart--items2{padding-left: 8px;}
.b_desktop-sitebar .cart-ovetfloy .magazin_cart--title .magazin_cart--inner{flex-flow: column;justify-content: flex-start;align-items: flex-start;padding: 0;}
.b_desktop-sitebar .cart-ovetfloy .price{font-size: 24px;line-height: 28px;color: #B5293C;}
.b_desktop-sitebar .cart-ovetfloy .price.sell .old-price{color: #333;font-size: 16px;text-decoration: line-through;}

.product-list-item__info {display: flex;justify-content: center;}
.b_desktop-sitebar .product-list-item__info {padding-bottom: 10px;display: flex;align-items: center;justify-content: center;}
.b_desktop-sitebar .product-list-item__info .product-icons i{margin: 0 15px;}
.b_desktop-sitebar .b_filter {padding: 15px 30px;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter{cursor: pointer;padding-right: 8px;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items{padding: 20px;width: 280px;max-height: 75vh;z-index: 10;background-color: #fff;position: absolute;box-shadow: 0px 8px 60px -22px rgba(0,0,0,50%);right: -38px;top: 45px;border: 0px solid #dadada;border-radius: 5px;visibility: hidden;opacity: 0;transition: all 0.3s;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items.active{visibility: visible;opacity: 1;top: 43px;transition: all 0.3s;z-index: 1000;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items::before{content: '';width: 15px;height: 15px;background-color: #fff;position: absolute;border-left: 0 solid #dadada;border-top: 0 solid #dadada;transform: rotate(45deg);top: -9px;right: 44px;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .scroll-wr{max-height: 158px;overflow: auto;padding-right: 10px;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .item{display: flex;align-items: center;justify-content: space-between;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .item:hover{font-weight: 600;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .item .title{font-size: 14px;color: #000;font-style: normal;padding-right: 10px;display: flex;align-items: center;justify-content: space-between;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .item .title.reset{width: 100%;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .item .title span{padding-left: 10px;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .item .b_checkbox{width: 100%;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .item .b_checkbox .checkmark{height: 20px;width: 20px;flex-shrink: 0;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .items .item .b_checkbox .container .checkmark:after{left: 8px;top: 4px;width: 4px;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter .container{border: none;padding: 2px 0;}
/*.b_desktop-sitebar .b_cart_mobile--title */.metro-filter i.arrow-down{position: relative;}
.metro-filter .b_checkbox .container:first-child{border: none;}

.b_cart_mobile .metro-filter{display: flex;align-items: center;justify-content: flex-end;width: 18px;font-size: 15px;color: #B72637;}

.b_desktop-sitebar .desktop-img{position: relative;width: 30%;text-align: center;}
.b_desktop-sitebar .desktop-img .js-close-shops{display: inline-block;position: absolute;left: -20px;top: -15px;}

.b_desktop-adress {display: flex;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 100;opacity: 0;visibility: hidden;}
.b_desktop-adress.active{opacity: 1;visibility: visible;transition: all 0.5s;}
.b_desktop-adress .b_maps {display: flex;flex-grow: 1; max-width: calc(100% - 350px);}
.b_desktop-adress ._text-m {font-size: 12px;font-style: italic;white-space: unset;}
.b_desktop-adress ._text-b {display: block;padding-bottom: 10px;white-space: unset;}
.b_desktop-adress .b_cart_mobile--title {display: flex;flex-wrap: wrap;width: inherit;justify-content: space-between;align-items: center;padding: 0;border-bottom: 1px solid #D7D7E3;height: 57px;}
.b_desktop-adress .b_desktop-sitebar .b_cart_mobile--title{box-shadow: 0px 5px 12px -14px #000;}
.b_desktop-adress .b_magazin {margin-left: -50%;position: absolute;background-color: #fff;max-width: 400px;width: 100%;top: 30%;left: 71%;min-height: 300px; max-height: 600px; height: fit-content; border-radius: 5px; box-shadow: -1px 20px 12px 2px #00000054;border: none!important;}
.b_desktop-adress .b_magazin .b_cart_mobile--title {border: none;padding: 20px;justify-content: space-between;position: relative;height: auto;}
.b_desktop-adress .magazin_cart--title {width: 100%;position: relative;display: flex;align-items: center;justify-content: space-between;}


.desktop-adress--detail {display: flex;align-items: center;justify-content: center;}
.desktop-img{background-size: contain;background-position: 50% 50%;background-repeat: no-repeat;width: 100px; height: 150px;}
.desktop-img img {max-width: 70px;width: 28px;height: 32px;padding: 4px;}
.desktop-text {padding-left: 20px;text-align: center;width: 80%;}

.close-map {height: 30px;width: 40px;position: absolute;right: 10px;top: 10px;z-index: 80;background-image: url(/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/img/close_map.png);background-repeat: no-repeat;background-size: contain;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.close-map span{box-shadow: none;transition: all 0.3s;}
.close-map:hover span{box-shadow: 0px 0px 70px 20px #000;transition: all 0.3s;}
.b_maps .close-map{width: 20px;height: 20px;}
.choose-on-map{display: flex;align-items: center;cursor: pointer;}
.choose-on-map i{float: none;}
.not-choosen .where-buy-button {margin: 0 auto;margin-top: 20px;width: 100%;justify-content: center;font-size: 16px;}
.reset-point{display: none; height: 16px;width: 16px;position: absolute;right: 24px;top: 3px;z-index: 5;background-image: url(/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/img/close_map.png);background-repeat: no-repeat;background-size: contain;cursor: pointer;transition: 0.2s;}
.reset-point:hover {filter: sepia(1) brightness(0.5) saturate(5) hue-rotate(-53deg);}
.close .close-button {position: absolute; top: 0px;	right: 6px; cursor: pointer;}
.close .close-button__line::after, .close .close-button__line::before {background-color: #000;}

.selected-point-wr{display: flex;align-items: center;justify-content: flex-start;padding: 30px;font-size: 16px;}
.selected-point-wr .logo{width: 160px;height: 160px;background-image: url(/upload/iblock/ad6/ad69feed815cece10c19a934a8c13363.png);background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;}
.selected-point-wr .info{margin-left: 20px;}
.selected-point-wr .info .item{    width: 100%;display: flex;align-items: center;padding: 5px;}
.selected-point-wr .info .item.contacts{flex-wrap: wrap;}
.selected-point-wr .info .item.contacts .item{padding: 0;padding: 5px 0;width: 100%;}
.selected-point-wr .info .item.subway{margin-left: -4px;}

.mobile-selected{display: none;}
.mobile-selected.active{display: block;}
.mobile-selected .not-choosen{padding-top: 0;}
.mobile-selected .selected-point-wr .logo{height: 100px;}
.mobile-selected .selected-point-wr{padding: 0 0 20px 0;flex-flow: column;}
.mobile-selected .selected-point-wr .info{margin: 0;width: 100%;}
.mobile-selected .selected-point-wr .info .item.contacts{flex-flow: column;}
.mobile-selected .selected-point-wr .info .item.contacts .item{width: 100%;}
.mobile-selected .selected-point-wr .info .item.subway{margin-left: -4px;}


.b_desktop-sitebar .product-list-item__info .product-icons i .tooltip, .b_cart_mobile .product-list-item__info .product-icons i .tooltip{top: 33px;display: none;}
.b_desktop-sitebar .product-icons i:hover .tooltip, .b_cart_mobile .product-icons i:hover .tooltip{display: block;}
.b_desktop-sitebar .tooltip:after, .b_cart_mobile .tooltip:after{    border: none;border-bottom: 1px solid #E5EAEC;border-right: 1px solid #E5EAEC;top: -6px;}

.b_check-custom .b_checkbox .container:first-child {border:0px solid;padding: 0;}
.b_check-custom .price .old-price, .magazin_cart--title .price .old-price{text-decoration: line-through;font-size: 12px;color: #000;font-style: normal;}
.b_check-custom .magazin_cart--items2{display: flex;align-items: center;}

.toggle-descr-ico{width: 20px;transform: rotate(-90deg);transition: all 0.3s;}
.toggle-descr-ico.up{transform: rotate(90deg);   transition: all 0.3s;}

.popover-inner .b_spisok-magazin--cart{border-bottom: none;padding-top: 20px;}
.b_spisok-magazin--cart .link-button.full-width {margin-top: 20px; border-radius: 5px;}
.b_desktop-adress .popover-inner .b_spisok-magazin--cart .magazin_cart--title{justify-content: flex-start;}
.b_desktop-adress .popover-inner .b_spisok-magazin--cart .magazin_cart--title .v_nalich{margin-left: 30px;}
.no-result{padding: 10px;margin-top: 20px;color: #727272;border: 1px solid #727272;}

.popover-inner .mobile_inner-zagolovok{width: 80%;}
/*.b_check-custom .b_checkbox {position: absolute;right: 0;bottom: 23px;}*/
.baloon-treangle{width: 0;height: 0;border-left: 30px solid transparent;border-right: 30px solid transparent;border-top: 30px solid white;position: absolute;bottom: -26px;left: calc(50% - 23px);}

.iframe {position: relative;}
.iframe_element {position: absolute;left: 50%;top: 50%;cursor: pointer;}
.b_maps {position: relative;}
.b_left {padding-left: 30px;}
.v_nalich {font-size: 14px;line-height: 17px;color: #B72637;}
.v_nalich[data-content^="В наличии" i],.v_nalich[data-content^="в наличии" i] {color: #33a261;}
.b_filter-but{padding: 20px 0px;}
.product-icons {display: flex;justify-content: flex-start;align-items: center}
.search-not-found{text-align: center;padding: 0 10px 10px 10px;color: #a9a9a9;}
.desktop_close {position: absolute;top: 5px;right: 10px;width: 35px;height: 35px;background-image: url(/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/img/close.svg);cursor: pointer;}
.body-titles {min-height: 245px;}
.body-main-title {font-family: 'Druk Cyr', "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;font-weight: bold;font-size: 32px;line-height: 1.5;font-weight: 700;color: #000000;border-bottom: 1px solid #E5EAEC;padding: 0px 40px 20px 30px;margin: 0px -30px 20px -30px;}
#menu{display: flex;align-items: center;justify-content: center;padding-bottom: 1px;}

.shop .confirm-popup{visibility: hidden;opacity: 0;background-color: #00000047;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 21000;transition: all 0.5s;}
.shop .confirm-popup.active{visibility: visible;opacity: 1;transition: all 0.5s;}
.shop .confirm-popup .body{visibility: hidden;opacity: 0;width: 400px;    background-color: #fff;transform: translate(-50%, -50%);position: absolute;left: 50%;top: 0;border: 1px solid #dadada;box-shadow: 0px 4px 10px -2px #0004;}
.shop .confirm-popup.active .body{visibility: visible;opacity: 1;top: 50%;transition: all 0.5s;border-radius: 15px; box-shadow: 0 20px 60px -40px rgb(0 0 0 / 50%);}
.shop .confirm-popup .body .info{padding: 50px;display: flex;flex-flow: column;align-items: center;}
.shop .confirm-popup .body .info .main-title {font-weight: bold;font-size: 24px;line-height: 28px;color: #000000;border-bottom: 1px solid #E5EAEC;padding: 0px;margin: 0px;width: calc(100% + 100px);margin: -10px 0px 20px 0px;padding: 0px 0px 20px 50px;}
.shop .confirm-popup .body .info .cancel{margin-top: 20px;cursor: pointer;}
.shop .confirm-popup .body .info .btn{-webkit-box-flex: 1; flex-grow: 1; white-space: nowrap; height: auto;	background: #B12535; color: #fff; font-weight: 500; 	font-size: 14px; border: none;	cursor: pointer; font-weight: 800; font-family: "Montserrat", "BasisGrotesquePro", Arial, Helvetica, sans-serif; transition: all .2s ease;	border-radius: 5px;	padding: 10px 30px;	margin: 0px 10px;}
.shop .confirm-popup .body .info .btn:hover{background: rgba(183, 38, 55, 0.7);}
.shop .confirm-popup .body .info .title{max-width: 280px;font-style: normal;font-weight: 600;font-size: 14px;line-height: 20px;text-align: center;margin-bottom: 20px;}
.shop .confirm-popup .body .info .btn.btn-blue {background: #B12535;}
.shop .confirm-popup .body .info .btn.btn-red {background: #B12535;}
.shop .confirm-popup .body .info .buttons {	display: flex;	flex-direction: row;}
.shop .confirm-popup .close-button {position: absolute; top: 0px; cursor: pointer; right: 6px;}
.shop .confirm-popup .close-button__line::after, .shop .confirm-popup .close-button__line::before {background-color: #000;}

i {display: inline-block;background-repeat: no-repeat;background-position: center;vertical-align: middle;}
/*i.icon-search {width: 17px;height: 17px;background-image: url(/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/infoimg/search.png);background-size: 17px;}*/
i.arrow-down{background-repeat: no-repeat;background-size: contain;transition: all 0.5s}
i.arrow-down.up svg{transform: rotate(180deg);transition: all 0.5s}
i.delivery-clock__clock-icon, i.product-delivery__clock-icon{background-image: url(/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/img/clocktag.svg);background-size: 14px;}
i.delivery-clock__mail-icon{background-image: url(/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/img/icon_mail_gray.png);}
i.delivery-clock__tel-icon{background-image: url(/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/img/icon_tel_gray.png);}
i.mobile--collapse{background-image: url(/local/components/itg/pickpoint.cart/templates/catalog_new_redesign/img/collapse.svg);position: absolute;width: 110px;height: 30px;transform: translate(-50%, 0%);left: 50%;top: -7px;}

.ymaps-2-1-74-image{background-repeat: no-repeat;background-size: contain;width: 40px!important;}

@media (max-width: 375px){
	.metro-filter .items{width: 280px;}
	.shop .confirm-popup .body{width: 300px;}
}
@media (max-width: 425px){
    .b_cart_mobile--title{flex-wrap: nowrap;}
}

@media (max-width: 800px){
	.shop .confirm-popup.active .body{top: 30%;}
}
/* End */
/* /local/templates/redesign/components/bitrix/catalog.element/.default/style.css?174117443410862 */
/* /local/templates/redesign/css/detail-reviews.css?174117443410409 */
/* /local/components/itg/pickpoint.cart/templates/catalog_new_redesign/style.css?172059847822425 */
