

/* Start:/local/templates/winemore/components/webc/catalog.changeshop/main_102025/style.css?176294001120584*/
.changer-store--btn {
    width: 100%;
}

.modal-form__wrapper {

}

#shops-filer-input-modal {

}
#shops-filer-input-modal input {
	
}
#shops-filer-input-modal i {

}

.modal-form__wrapper form {

}

.modal-shops--wrapper {
	margin-top: 30px;
	max-height: 630px;
    overflow: auto;
}
.modal-shops--wrapper::-webkit-scrollbar {
	width: 3px;
	background-color: #eae0e5;
	border-radius: 2px;
}
.modal-shops--wrapper::-webkit-scrollbar-thumb {
	background-color: #722D4F;
	border-radius: 2px;
}

.modal-shops--content {
    padding-right: 15px;
}

.modal-shops--item-wrapper {

}

.modal-shops--item {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    transition: background .3s ease-out, border-color .3s ease-out, box-shadow .3s ease-out;
    border: 1px solid transparent;
}
.modal-shops--item.active,
.modal-shops--basket-list .modal-shops--item.current {
	background: rgb(114 45 79 / 5%);
}
.modal-shops--basket-list .modal-shops--item.active:not(.current) {
    background: #fff;
    border: 1px solid rgb(114 45 79 / 15%);
    box-shadow: 0px 8px 24px 0px rgb(114 45 79 / 8%);
}
.modal-shops--item.disabled {
    opacity: .7;
}

.modal-shops--item--checkbox {
	position: relative;
	margin-top: 2px;
	flex-shrink: 0;
}

.modal-shops--item--checkbox [type=radio] {
    width: 13px;
    height: 13px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
.disabled .modal-shops--item--checkbox [type=radio] {
    cursor: default;
}
.modal-shops--item--checkbox [type=radio] + label {
	position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    z-index: 0;
    top: 0;
    left: 0;
    border: 1px solid rgb(114 45 79 / 35%);
    border-radius: 50%;
    background: #fff;
    transition: border-color .3s ease-out;
}
.modal-shops--item--checkbox [type=radio]:checked + label {
	border: 4px solid #722D4F;
}

/*.modal-shops--item.current .modal-shops--item--content_title {
    padding-left: 28px;
    position: relative;
}
.modal-shops--item.current .modal-shops--item--content_title::before {
    content: "";
    background-image: url(/local/templates/winemore/components/webc/catalog.changeshop/main_102025/image/local.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    left: 0;
}*/

.modal-shops--item--content {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.modal-shops--item--content > div {
	display: flex;
    justify-content: space-between;
}

.modal-shops--item--content_title {
    cursor: pointer;
}
.disabled .modal-shops--item--content_title {
    cursor: default;
    max-width: 75%;
}

.modal-shops--item--content_title--name {
	display: flex;
    gap: 9px;
    align-items: center;
}
.modal-shops--item--content_title--name img {

}
.modal-shops--item--content_title--name span {
	font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.modal-shops--item--content_title--address {
	font-size: 13px;
    margin-top: 5px;
    line-height: 1;
    opacity: 50%;
}

.modal-shops--item--content_price {
	text-align: right;
    white-space: nowrap;
}
.modal-shops--item--content_price .modal-shops--item--content_price--current {
	font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}
.modal-shops--item--content_price .modal-shops--item--content_price--old {
	font-size: 12px;
    line-height: 14px;
    text-decoration: line-through;
    opacity: .5;
}

.modal-shops--item--content_info {
	display: flex;
    gap: 20px;
    align-items: center;
}
.modal-shops--item--content_info a {
	display: block;
    position: relative;
    font-size: 14px;
    color: #722D4F;
    line-height: 17px;
    margin-left: 18px;
}
.modal-shops--item--content_info a::before {
	content: "";
	background-image: url(/local/templates/winemore/components/webc/catalog.changeshop/main_102025/image/phone.svg);
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}
.modal-shops--item--content_info .modal-shops__item--distance {
	font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    position: relative;
    padding-left: 16px;
}
.modal-shops--item--content_info .modal-shops__item--distance::before {
	content: "";
	background-image: url(/local/templates/winemore/components/webc/catalog.changeshop/main_102025/image/placemark.svg);
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
}

.modal-shops--item--content_available {
	font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    padding: 6px 12px 5px;
    color: rgb(53 53 53 / 35%);
    border-radius: 8px;
    background: rgb(53 53 53 / 5%);
}
.modal-shops--item--content_available.active {
	color: #00B641;
    background: #EBF9F0;
}
.modal-shops--item.active .modal-shops--item--content_available.active {
    background: #fff;
}
.modal-shops--item--content_available span {

}


.modal-shops--item--basket {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.modal-shops--item--basket-toggle {
    cursor: pointer;
}
.modal-shops--item--basket-toggle span {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px dashed currentColor;
}

.modal-shops--item--basket-list {
    background: rgb(114 45 79 / 5%);
    border-radius: 8px;
    padding: 10px;
    display: none;
}

.modal-shops--item--basket-tb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-shops--item--basket-th {
    display: flex;
    gap: 5px;
    font-size: 12px;
    color: #722d4f;
}
.modal-shops--item--basket-th > div {
    text-align: center;
}
.modal-shops--item--basket-th > div:nth-child(1) {
    width: 40%;
    text-align: left;
}
.modal-shops--item--basket-th > div:nth-child(2) {
    width: 16%;
}
.modal-shops--item--basket-th > div:nth-child(3) {
    width: 18%;
}
.modal-shops--item--basket-th > div:nth-child(4) {
    width: 11%;
}
.modal-shops--item--basket-th > div:nth-child(5) {
    width: 15%;
}

.modal-shops--item--basket-tr {
    display: flex;
    gap: 5px;
    font-size: 12px;
    line-height: 14px;
}
.modal-shops--item--basket-tr.disabled {
    opacity: .5;
    text-decoration: line-through;
}
.modal-shops--item--basket-tr > div {
    text-align: center;
}
.modal-shops--item--basket-tr > div:nth-child(1) {
    width: 40%;
    text-align: left;
}
.modal-shops--item--basket-tr > div:nth-child(2) {
    width: 16%;
}
.modal-shops--item--basket-tr > div:nth-child(3) {
    width: 18%;
}
.modal-shops--item--basket-tr > div:nth-child(4) {
    width: 11%;
}
.modal-shops--item--basket-tr > div:nth-child(5) {
    width: 15%;
}

.modal-shops--item--basket-tr > div:nth-child(2) span.sale-price {
    display: none;
}

@media (max-width: 767px) {
    .modal-shops--item--basket-list {
        padding: 20px 10px;
        background: #fff;
    }

    .modal-shops--item--basket-tb {
        gap: 25px;
    }

    .modal-shops--item--basket-th {
        display: none;
    }

    .modal-shops--item--basket-tr {
        flex-wrap: wrap;
        gap: 8px 5px;
        font-size: 14px;
    }
    .modal-shops--item--basket-tr > div:nth-child(1) {
        text-align: left;
        width: calc(70% - 10px);
    }
    .modal-shops--item--basket-tr > div:nth-child(2) {
        width: 30%;
        margin-left: auto;
        text-align: right;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
    }
    .modal-shops--item--basket-tr > div:nth-child(3) {
        display: none;
    }
    .modal-shops--item--basket-tr > div:nth-child(4) {
        width: calc(70% - 10px);
        text-align: left;
        line-height: 25px;
    }
    .modal-shops--item--basket-tr > div:nth-child(5) {
        width: 30%;
        margin-left: auto;
        text-align: right;
    }

    .modal-shops--item--basket-tr > div:nth-child(2) span.sale-price {
        display: block;
    }
    .modal-shops--item--basket-tr > div:nth-child(2) span.sale-price + span {
        font-size: 13px;
        margin-top: 3px;
        opacity: .65;
        text-decoration: line-through;
    }

    .modal-shops--item--basket-tr > div:nth-child(5) span:not(.unavailable) {
        display: inline-block;
        background: #EBF9F0;
        padding: 6px 12px;
        border-radius: 8px;
        color: #00B641;
        font-size: 13px;
        font-weight: 600;
    }
    .modal-shops--item--basket-tr > div:nth-child(5) span.unavailable {
        font-size: 12px;
        font-weight: 600;
        opacity: .65;
        line-height: 25px;
    }
}


.modal-shops--select-basket,
.modal-shops--item.active:not(.current) .modal-shops--select-basket {
    display: none;
}
.modal-shops--item.active:not(.current):not(.unactive) .modal-shops--select-basket {
    display: flex;
}


@media (min-width: 1201px) {
	.modal-shops--item:not(.active):not(.disabled):hover {
		border: 1px solid rgb(114 45 79 / 15%);
    	box-shadow: 0px 8px 24px 0px rgb(114 45 79 / 8%);
	}
}

#store-map-choose,
#store-map-basket {
	width: calc(100% + 35px);
    height: calc(100% + 60px);
    margin-top: -30px;
    margin-right: -25px;
    margin-bottom: -30px;
    margin-left: -10px;
    border-radius: 0 8px 8px 0;
    position: relative;
    background-image: url(/local/templates/winemore/components/webc/catalog.changeshop/main_102025/image/map.jpg);
}
#store-map-choose::before,
#store-map-basket::before {
	content: "\417\430\433\440\443\437\43A\430\2E\2E\2E";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: 600;
    opacity: .4;
}

.fancybox-slide--html .modal-shops--choose .fancybox-close-small {
	right: 10px;
    top: 10px;
}

/* Modal */
[class $="-balloon__layout"] {
    border-radius: 8px!important;
}

[class $="-balloon__content"] > ymaps {
    overflow: unset !important;
}

[class $= "-balloon__close-button"] {
    width: 24px!important;
    height: 24px!important;
    opacity: 1!important;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50%;
    /*background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw5IDlNOSAxTDEgOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat center rgb(255 255 255 / 35%)!important;*/
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw5IDlNOSAxTDEgOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat center rgb(114 45 79 / 30%)!important;
}

.map_balloon {
    margin-top: -25px;
    margin-right: -30px;
    margin-left: -25px;
    min-width: 300px;
    font-family: "Solomon Sans", Arial, sans-serif;
}

.map_balloon_body {

}

.map_balloon_body__img_wrapper {
    position: relative;
    padding-top: 56%;
}
.map_balloon_body__img_wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.map_balloon_body__content {
    padding: 20px;
}

.map_balloon_body__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.map_balloon_body__info_name {
    display: flex;
    align-items: center;
    gap: 9px;
}
.map_balloon_body__info_name img {

}
.map_balloon_body__info_name span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.map_balloon_body__info_address {
    font-size: 13px;
    line-height: 13px;
    opacity: 50%;
}

.map_balloon_body__contact {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 15px 0;
}
.map_balloon_body__contact .map_balloon_body__item {
    padding: 0 !important;
    display: flex;
    gap: 6px;
    margin: 0!important;
    opacity: 1;
}
.map_balloon_body__contact .map_balloon_body__item span {
    font-size: 14px;
    line-height: 17px;
    color: #722D4F;
}
.map_balloon_body__contact .map_balloon_body__item a {
    font-size: 14px;
    line-height: 17px;
    color: #722D4F;
    border-bottom: 1px dashed rgb(114 45 79 / 35%);
    transition: border-color .3s ease-out;
}
.map_balloon_body__contact .map_balloon_body__item a::before {
    content: "+";
}

.map_balloon_icon {
    position: relative !important;
}
.map_balloon_icon.map_balloon-icon__clock {
    background-image: url(/local/templates/winemore/components/webc/catalog.changeshop/main_102025/image/schedule.svg)!important;
}
.map_balloon_icon.map_balloon-icon__phone {
    background-image: url(/local/templates/winemore/components/webc/catalog.changeshop/main_102025/image/phone.svg)!important;
}

.map_balloon_body__footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.map_balloon_body__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map_balloon_body__price {
    display: flex;
    gap: 10px;
    align-items: center;
}
.map_balloon_body__price .map_balloon_body__price_current {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.map_balloon_body__price .map_balloon_body__price_old {
    font-size: 12px;
    line-height: 14px;
    opacity: .5;
    text-decoration: line-through;
}

.map_balloon_body__available {
    padding: 6px 12px;
    border-radius: 8px;
    background: rgb(53 53 53 / 5%);
    color: rgb(53 53 53 / 35%);
}
.map_balloon_body__available.active {
    background: #EBF9F0;
}
.map_balloon_body__available span {
    color: rgb(53 53 53 / 35%) !important;
    opacity: 1 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}
.map_balloon_body__available.active span {
    color: #00B641 !important;
}

.map_balloon_body__button {
    
}
.map_balloon_body__button .btn.btn-medium {
    padding: 11px 20px 13px;
    font-size: 14px;
    font-weight: 600;
}

.btn-map-label {
    pointer-events: none;
}

@media (min-width: 1201px) {
    .map_balloon_body__contact .map_balloon_body__item a:hover {
        border-bottom-color: transparent;
    }
}

.map-modal--body-tabs {
    position: relative;
    margin-top: 18px;
    display: flex;
    gap: 18px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 25px;
}
.map-modal--body-tabs::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #353535;
    opacity: .15;
    left: 0;
    bottom: 0;
}

.map-modal--body-tabs--item {
    font-size: 16px;
    font-weight: 600;
    color: rgb(53 53 53 / 35%);
    position: relative;
    padding-bottom: 15px;
    cursor: pointer;
}
.map-modal--body-tabs--item.active {
    color: #722D4F;
}

.map-modal--body-tabs--item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #722D4F;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.map-modal--body-tabs--item.active::after {
    opacity: 1;
}

@media (min-width: 992px) {
    #store-map-basket .map_balloon_body__info_name .btn {
        display: none;
    }

    .map_balloon_body__basket_list {
        display: none;
    }
}

@media (max-width: 991px) {
    [data-role="map-modal-tab"] {
        display: none;
    }
    [data-role="map-modal-tab"].active {
        display: block;
    }

    .fancybox-slide--html .fancybox-content:not(.map-modal).modal-shops--choose {
        padding: 30px 12px;
        height: 100%;
    }

    .modal-shops--choose .modal-xl {
        padding-bottom: 0!important;
    }

    .map-modal--body-tabs {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #store-map-choose,
    #store-map-basket {
        margin-top: 0;
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
        height: calc(100vh / 1.5);
        margin-bottom: -30px;
    }

    .modal-shops--wrapper {
        max-height: calc(100vh / 1.5);
    }

    .modal-shops--wrapper {
        margin-top: 20px;
    }

    .modal-shops--content {
        padding-right: 6px;
    }

    .modal-shops--item--content_title {
        max-width: 65%;
    }

    .modal-shops--item--content_title--name span {
        font-size: 13px;
    }

    .modal-shops--item--content_price .modal-shops--item--content_price--current {
        font-size: 15px;
    }

    .modal-shops--item--content_info {
        flex-direction: column;
        gap: 7px;
        align-items: flex-start;
    }

    .modal-shops--item--content_available {
        height: fit-content;
    }

    .modal-shops--item--content > div:last-child {
        align-items: flex-end;
    }

    #store-map-basket .map_balloon_body__info_name {
        padding-right: 15px;
    }

    #store-map-basket .map_balloon_body__contact {
        display: none;
    }

    .map_balloon_body__available_basket {
        margin-top: 10px;
    }
    .map_balloon_body__available_basket span {
        color: #722d4f;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .changer-store--btn {
        padding: 9px !important;
    }

    .changer-store--btn .icon.icon-shop-placemark {
        width: 20px;
        height: 20px;
    }

    .map-store-window .fancybox-slide--html {
        padding: 0;
    }

    .modal-shops--choose {
        height: 100%;
        border-radius: 0px!important;
    }

    .modal-shops--wrapper {
        max-height: calc(100vh / 1.35);
    }

    #store-map-choose,
    #store-map-basket {
        margin-left: -12px;
        margin-right: -12px;
        width: 100vw;
        height: calc(100vh - 109px);
    }
    #store-map-choose::before,
    #store-map-basket::before {
        font-size: 60px;
    }

    /*.map_balloon {
        min-width: auto;
        margin-left: -22px;
    }*/

    .ymaps-2-1-79-balloon_layout_panel {
        margin: 0 12px;
        border-radius: 8px 8px 0 0!important;
    }

    #store-map-basket .ymaps-2-1-79-balloon__content {
        min-height: 250px;
    }

    .map_balloon_body__img_wrapper {
        padding-top: 49%;
    }

    .map_balloon_body__contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

    .map_balloon_body__product {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .map_balloon_body__footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    #store-map-basket .map_balloon_body__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .map_balloon_body__basket_list {
        height: 220px;
        overflow: auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .modal-basket_item-wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 14px;
    }

    .modal-basket_item-block {
        display: flex;
        justify-content: space-between;
    }

    .modal-basket_item-block--name {
        max-width: 60%;
    }

    .modal-basket_item-block--price {
        font-size: 16px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        gap: 3px;
        align-items: flex-end;
    }
    .modal-basket_item-block--price span:nth-child(2) {
        font-size: 13px;
        line-height: 13px;
        opacity: .55;
        text-decoration: line-through;
    }

    .modal-basket_item-block--available:not(.disabled) {
        padding: 6px 11px;
        font-size: 13px;
        font-weight: 600;
        color: #00B641;
        background: #EBF9F0;
        line-height: 13px;
        border-radius: 4px;
    }
    .modal-basket_item-block--available.disabled {
        opacity: .6;
    }

    .modal-basket_item-block--quantity {
        font-weight: 600;
    }
}
/* End */
/* /local/templates/winemore/components/webc/catalog.changeshop/main_102025/style.css?176294001120584 */
