

/* Start:/local/templates/winemore/components/bitrix/news.list/shops/style.css?175828939426675*/

.shops-item--tooltip {
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.15);
    box-shadow: 0px 0px 40px rgba(0,0,0,.15);
    padding: 11px 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    width: 250px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shops-item--tooltip::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    z-index: 99;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.shops-item--tooltip._show {
    opacity: 1;
    visibility: visible;
}

.shops-section {
    padding-bottom: 100px;
}

.shops-section--description {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5;
}

.shops-section--filter {
    border-radius: 4px;
    border: 1px solid rgba(114, 45, 79, 0.15);
}

.shops-section--filter input {
    border-radius: 4px;
    padding: 12px 50px 12px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
}

.shops-section--wrapper {
    max-height: 705px;
    overflow: auto;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid rgba(114, 45, 79, 0.15);
    overflow-x: hidden;
}

.shops-section--wrapper::-webkit-scrollbar {
    width: 15px;
    background-color: #eae0e5;
    border-radius: 10px;
}
.shops-section--wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 4px solid #eae0e5;
    background-color: #be9fae;
}


.shops-section--item {
    position: relative;
}

.shops-item--wrapper {
    border-bottom: 1px solid rgb(114 45 79 / 15%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 22px 24px 24px;
    gap: 20px;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shops-section--item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.shops-section--item-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.shops-section--content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.shops-item--info-container {
    position: relative;
}

.shops-item--toggle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
}

.shops-item--toggle:hover,
.shops-item--toggle:active {
    background-color: rgba(114, 45, 79, .15);
}

.shops-item--toggle::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M3 5L6.5 8.5L10 5' stroke='%23722D4F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 13px;
    height: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shops-item--toggle.active {
    z-index: 15;
}

.shops-item--toggle.active::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.shops-item--choose {
    border-radius: 4px;
    background: rgba(114, 45, 79, 0.05);
    padding: 8px;
    color: #722D4F;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 12px;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.shops-item--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.shops-item--title-copy {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='1' y='1' width='8' height='9' rx='2' stroke='%23353535' stroke-width='1.5'/%3E%3Cpath d='M11.8571 4.25C11.4429 4.25 11.1071 4.58579 11.1071 5C11.1071 5.41421 11.4429 5.75 11.8571 5.75V4.25ZM12.25 6.14286V12H13.75V6.14286H12.25ZM11 13.25H7V14.75H11V13.25ZM7 13.25C6.30964 13.25 5.75 12.6904 5.75 12H4.25C4.25 13.5188 5.48122 14.75 7 14.75V13.25ZM12.25 12C12.25 12.6904 11.6904 13.25 11 13.25V14.75C12.5188 14.75 13.75 13.5188 13.75 12H12.25ZM13.75 6.14286C13.75 5.09746 12.9025 4.25 11.8571 4.25V5.75C12.0741 5.75 12.25 5.92589 12.25 6.14286H13.75Z' fill='%23353535'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 15px;
    height: 16px;
    cursor: pointer;
    position: relative;
}

.shops-item--title-addres {
    cursor: pointer;
    color: #722D4F;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px dashed transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shops-item--info-metro {
    color: rgba(53, 53, 53, .7);
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.shops-item--btns {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.shops-item--btns .btn {
    padding: 12px 20px !important;
    line-height: 17px !important;
}

[data-toggle-item] {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s max-height 0s ease-in-out, .3s opacity .5s ease-in-out;
    -o-transition: .5s max-height 0s ease-in-out, .3s opacity .5s ease-in-out;
    transition: .5s max-height 0s ease-in-out, .3s opacity .5s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

[data-toggle-item].active {
    opacity: 1;
    max-height: 1000px;
    -webkit-transition: .5s max-height 0s ease-in-out, opacity 0s ease-in-out;
    -o-transition: .5s max-height 0s ease-in-out, opacity 0s ease-in-out;
    transition: .5s max-height 0s ease-in-out, opacity 0s ease-in-out;
}

.shops-section--toggle-container {
    border-radius: 4px;
    background: #FBF8FA;
    margin: 8px;
    padding: 28px 16px;
}

.shops-section--contacts {
    padding-left: 60px;
}

.shops-section--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.shops--divider {
    margin: 25px 0;
    border-bottom: 1px solid rgba(114, 45, 79, .15);
}

.shops-section--contacts .shops-item--info-metro-name {
    color: #353535;
}

.shops-section--contacts .shops-item--btns {
    margin-bottom: 20px;
}

.shops-item--text {
    color: rgba(53, 53, 53, .7);
    line-height: 1.4;
}

.shops-section--contacts-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.shops-section--contacts-link {
    color: #722D4F;
    font-size: 16px;
    font-weight: 500;
}

.shops-section--contacts-item {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
}

.shops-section--contacts-item,
.shops-section--contacts-link {
    position: relative;
    padding-left: 24px;
}

.shops-section--contacts-link._phone {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.828 13.9983C10.962 13.9664 8.50924 13.6279 5.94072 11.0599C3.37218 8.49199 3.03355 6.03986 3.00168 5.17397C2.95312 3.85469 3.96397 2.57282 5.13218 2.07228C5.4063 1.95482 5.73832 1.97632 6.00079 2.16773C6.96174 2.86852 7.62569 3.92808 8.19567 4.76174C8.45316 5.13832 8.39162 5.6525 8.04186 5.95519L6.86912 6.82595C6.75288 6.91225 6.71424 7.06909 6.78395 7.19594C7.04929 7.67883 7.52199 8.39741 8.0629 8.93823C8.60445 9.47959 9.35715 9.98268 9.87334 10.2778C10.0072 10.3544 10.1755 10.3101 10.2602 10.1812L11.0231 9.01935C11.3156 8.63008 11.862 8.54505 12.2591 8.81985C13.1051 9.4052 14.0919 10.057 14.8145 10.9822C15.0197 11.245 15.0503 11.5887 14.9278 11.8744C14.4249 13.0478 13.1521 14.047 11.828 13.9983Z' fill='%23722D4F'/%3E%3C/svg%3E%0A");
    background-position: center left;
    background-repeat: no-repeat;
}

.shops-section--contacts-link._phone span {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 1px dashed transparent;
}

.shops-section--contacts-item._clock {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='8' cy='8' r='7' fill='%23722D4F'/%3E%3Cpath d='M8 5V8H11' stroke='%23722D4F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center left;
    background-repeat: no-repeat;
}

.shops-section--contacts-item._lock {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='6' width='12' height='9' rx='3' fill='%23722D4F'/%3E%3Cpath opacity='0.7' d='M11 7V5C11 3.34315 9.65685 2 8 2V2C6.34315 2 5 3.34315 5 5V7' stroke='%23722D4F' stroke-width='2'/%3E%3Cpath d='M8 10V11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center left;
    background-repeat: no-repeat;
}

.shops-container {
    position: relative;
}

.stores-scheme-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s height 0s ease-in-out, .3s opacity .5s ease-in-out;
    -o-transition: .5s height 0s ease-in-out, .3s opacity .5s ease-in-out;
    transition: .5s height 0s ease-in-out, .3s opacity .5s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.stores-scheme-container.active {
    opacity: 1;
    height: 705px;
    -webkit-transition: .5s height 0s ease-in-out, opacity 0s ease-in-out;
    -o-transition: .5s height 0s ease-in-out, opacity 0s ease-in-out;
    transition: .5s height 0s ease-in-out, opacity 0s ease-in-out;
}

.stores-map {
    margin-top: 20px;
    width: 100%;
    height: 705px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: .3s opacity .5s ease-in-out;
    -o-transition: .3s opacity .5s ease-in-out;
    transition: .3s opacity .5s ease-in-out;
    opacity: 1;
}

.stores-map.non-active {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.stores-scheme--toggle {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-left: 30px;
    gap: 8px;
    z-index: 55;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.stores-scheme--toggle.active {
    opacity: 1;
    visibility: visible;
}

.stores-scheme--toggle-btn.btn {
    padding: 12px 20px;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.stores-scheme--toggle-btn.active {
    background-color: #722D4F;
    border-color: #722D4F;
    color: #FFF;
}

.stores-scheme--toggle-btn.hidden {
    opacity: 0;
    display: none;
}

.stores-scheme,
.stores-photo {
    opacity: 0;
    -webkit-transition: .5s opacity 2s ease-in-out;
    -o-transition: .5s opacity 2s ease-in-out;
    transition: .5s opacity 2s ease-in-out;
    visibility: hidden;
}

.stores-scheme.active,
.stores-photo.active {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
}

.stores-photo .swiper-slide {
    background: white;
}

.stores-photo .swiper-slide,
.stores-photo .swiper,
.shop-slider__item {
    width: 100%;
    height: 100%;
}

.stores-photo .swiper-button-prev {
    left: 15px;
}

.stores-photo .swiper-button-next {
    right: 15px;
}

.swiper-button-prev.disabled,
.swiper-button-next.disabled {
    opacity: 0;
}

.stores-scheme img {
    border-radius: 4px;
}

.shop-slider__item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.shops-section--filter-dropdown,
.stores-scheme-container._mobile,
.mobile-map__toggle,
.shops-item--toggle-mobile {
    display: none;
}

#shops-filer-input {
    position: relative;
}

.shops-item--wrapper.disable {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent;
    opacity: 0;
}

.modal-shops__route .btn {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}

.modal-shops__route p {
    color: rgba(51, 51, 51, .6);
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.modal-shops__route .form-error {
    color: red;
    line-height: normal;
    font-size: 16px;
    margin: 15px 0;
    display: none;
}

.modal-shops__route .form-error._active {
    display: block;
}

.modal-shops__route .input {
    border-radius: 8px;
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px 16px 52px;
    line-height: 1.5;
}

.modal-shops__route .input::-webkit-input-placeholder {
    color: rgba(53, 53, 53, .7);
    font-size: 16px;
    font-weight: 500;
}

.modal-shops__route .input::-moz-placeholder {
    color: rgba(53, 53, 53, .7);
    font-size: 16px;
    font-weight: 500;
}

.modal-shops__route .input:-ms-input-placeholder {
    color: rgba(53, 53, 53, .7);
    font-size: 16px;
    font-weight: 500;
}

.modal-shops__route .input::-ms-input-placeholder {
    color: rgba(53, 53, 53, .7);
    font-size: 16px;
    font-weight: 500;
}

.modal-shops__route .input::placeholder {
    color: rgba(53, 53, 53, .7);
    font-size: 16px;
    font-weight: 500;
}

.modal-shops__route .form-input._from {
    border: 1px solid rgba(114, 45, 79, 0.15);
    overflow: hidden;
    border-radius: 8px;
}

.modal-shops__route .form-input._from input[type="text"],
.modal-shops__route .form-input._from input[type="text"]:active,
.modal-shops__route .form-input._from input[type="text"]:focus,
.modal-shops__route .form-input._from input[type="text"]:hover {
    border-color: transparent !important;
}

.modal-shops__route .form-input._from input[type="checkbox"] {
    display: none;
}

.modal-shops__route .form-input._from label {
    position: relative;
    border-top: 1px dashed rgba(114, 45, 79, .15);
    display: block;
    color: #722D4F;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 0;
    padding: 0;
    opacity: 0;
}

.modal-shops__route .form-input._from label.active {
    padding: 16px 20px 16px 44px;
    height: auto;
    opacity: 1;
}

.modal-shops__route .form-input._from input:checked + label {
    background: rgba(114, 45, 79, .08);
}

.modal-shops__route .form-input._from label:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6950_5902)'%3E%3Cpath d='M12.1026 2.63246L2.25783 5.91406C1.30873 6.23042 1.36095 7.59024 2.33153 7.83288L6.41792 8.85448C6.7762 8.94405 7.05595 9.2238 7.14552 9.58209L8.16712 13.6685C8.40976 14.6391 9.76957 14.6913 10.0859 13.7422L13.3675 3.89737C13.6281 3.11561 12.8844 2.37187 12.1026 2.63246Z' fill='%23722D4F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6950_5902'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    width: 16px;
    height: 16px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-shops__route .form-input._from:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23722D4F'/%3E%3Cpath d='M14.156 16L13.448 13.744H10.556L9.848 16H8L10.856 7.51599H13.112L16.016 16H14.156ZM12.056 8.76399H11.96L11.708 10.132L11.06 12.148H12.944L12.308 10.132L12.056 8.76399Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    top: 16px;
    left: 20px;
}

.modal-shops__route .form-input._to:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23722D4F'/%3E%3Cpath d='M11.228 8.976V10.488H12.092C12.748 10.48 13.292 10.612 13.724 10.884C14.164 11.148 14.488 11.48 14.696 11.88C14.912 12.28 15.02 12.716 15.02 13.188C15.02 13.652 14.908 14.084 14.684 14.484C14.468 14.884 14.144 15.22 13.712 15.492C13.28 15.764 12.74 15.9 12.092 15.9H9.5V7.5H14.36V8.976H11.228ZM12.092 11.976H11.228V14.4H12.092C12.292 14.392 12.464 14.352 12.608 14.28C12.76 14.2 12.884 14.104 12.98 13.992C13.084 13.872 13.16 13.74 13.208 13.596C13.264 13.452 13.292 13.308 13.292 13.164C13.292 13.02 13.268 12.88 13.22 12.744C13.172 12.6 13.096 12.472 12.992 12.36C12.896 12.24 12.772 12.148 12.62 12.084C12.468 12.012 12.292 11.976 12.092 11.976Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    top: 16px;
    left: 20px;
}

@media all and (min-width: 992px) {
    .shops-item--title-addres:hover,
    .shops-section--contacts-link._phone:hover span {
        border-color: rgba(114, 45, 79, .5);
    }
}

@media all and (max-width: 991px) {
    .shops-section--wrapper {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
    .stores-photo .swiper-slide {
        background: transparent;
    }
    .stores-map {
        height: calc(100vh - 300px);
    }

    .shops-section--filter-dropdown {
        display: block !important;
        position: absolute;
        top: 100%;
        width: 100%;
        background: #fff;
        padding: 0;
        left: 0;
        z-index: 30;
        border: 0;
        margin: 5px 0 0 0;
    }

    .shops-section--filter-dropdown a {
        color: #722D4F;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        display: block;
        padding: 16px 10px;
        overflow: hidden;
        font-size: 14px;
        margin: -1px 0 0 0;
        border: 1px solid rgba(114, 45, 79, 0.15);
        -webkit-transition: border-color .3s ease-out;
        -o-transition: border-color .3s ease-out;
        transition: border-color .3s ease-out;;
    }

    .shops-section--filter-dropdown a:first-child {
        border-radius: 3px 3px 0 0;
    }

    .shops-section--filter-dropdown a:last-child {
        border-radius: 0px 0px 3px 3px;
    }

    .shops-section--filter-dropdown.disabled {
        display: none !important;
    }

    .mobile-map__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        margin-top: 20px;
    }

    .mobile-map__toggle .btn {
        width: 50%;
        color: #722D4F;
        font-size: 14px;
        font-weight: 600;
        border-radius: 8px;
        background-color: rgba(114, 45, 79, 0.10);
        border-color: transparent;
    }

    .mobile-map__toggle .btn.active {
        background-color: rgba(114, 45, 79, 1);
        color: #FFF;
    }

    .mobile-map__toggle .btn span {
        position: relative;
        padding-left: 28px;
    }

    .mobile-map__toggle .btn span::before {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
    }

    .mobile-map__toggle .btn._map span::before {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='10' r='3' stroke='%23722D4F' stroke-width='2'/%3E%3Cpath d='M7.33253 16.5044C3.31397 13.0083 3.61828 6.54333 7.9464 3.46252C10.6859 1.5125 14.3141 1.51249 17.0536 3.46251C21.3817 6.5433 21.686 13.0082 17.6675 16.5043L12.5 21L7.33253 16.5044Z' stroke='%23722D4F' stroke-width='2'/%3E%3C/svg%3E%0A");
    }

    .mobile-map__toggle .btn._list span::before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 7H6' stroke='%23722D4F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 12H6' stroke='%23722D4F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 17H6' stroke='%23722D4F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .mobile-map__toggle .btn.active._map span::before {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='10' r='3' stroke='white' stroke-width='2'/%3E%3Cpath d='M7.33253 16.5044C3.31397 13.0083 3.61828 6.54333 7.9464 3.46252C10.6859 1.5125 14.3141 1.51249 17.0536 3.46251C21.3817 6.5433 21.686 13.0082 17.6675 16.5043L12.5 21L7.33253 16.5044Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    }

    .mobile-map__toggle .btn.active._list span::before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 7H6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 12H6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 17H6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    [data-toggle-item] {
        position: relative;
    }
    [data-toggle-item].active {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
    .stores-scheme, .stores-photo {
        display: none;
    }
    .shop-slider__item {
        height: 230px;
    }
    .shops-item--toggle-mobile {
        position: relative;
        padding-left: 24px;
        display: block;
        margin-top: 20px;
    }
    .shops-item--toggle-mobile span {
        color: #722D4F;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px dashed rgba(114, 45, 79, .5);
    }

    .stores-scheme, .stores-photo {
        margin: 20px 0;
    }

    .stores-scheme-container._mobile .stores-scheme--toggle {
        position: relative;
        padding: 0;
        opacity: 1;
        visibility: visible;
    }

    .stores-scheme-container._mobile {
        position: relative;
        display: block;
        height: auto;
        background: transparent;
    }

    .shops-section--toggle-container {
        margin: 0;
    }

    .shops-item--toggle-mobile::before {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.5L8 10L11.5 6.5' stroke='%23722D4F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        width: 16px;
        height: 16px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .shops-item--toggle-mobile._active::before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .shops-section--contacts .shops-item--btns {
        margin-bottom: 0;
    }

    .shops-container.disabled {
        display: none;
    }

    .shops-section--item-image {
        display: none;
    }
    .shops-item--wrapper {
        padding: 24px 20px;
    }

    .shops-section--contacts {
        padding-left: 0;
    }
    .shops-item--title-addres {
        font-size: 16px;
    }
    .shops-item--toggle {
        display: none;
    }
    .shops-item--info-metro {
        font-size: 14px;
    }
    .shops-item--info-metro svg {
        display: none;
    }
}

@media (max-width: 767px) {
    .stores-map {
        height: calc(100vh - 100px);
    }
}
/* End */
/* /local/templates/winemore/components/bitrix/news.list/shops/style.css?175828939426675 */
