

/* Start:/local/components/ecom/wherebuy/templates/.default/style.css?176423920610795*/
.where2buy-content {
    margin-top: 10px;
    padding-bottom: 40px;
}

.where2buy-tabs-item {
    padding: 20px 26px;
}

.where2buy-tabs-item > p {
    font-weight: 700;
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
    color: #000;
}

.where2buy-tabs-item-description {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4;
}

.where2buy-tabs-item-description u,
.where2buy-tabs-item-description a {
    font-size: 13px;
    font-weight: 600;
    color: #5A5A5A;
}

.where2buy-tabs-item {
    border: 1px solid #F1F2F3;
    background-color: #F1F2F3;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    position: relative;
    cursor: pointer;
    transition: .4s all;
}

.where2buy-tabs-item:not(.where2buy-tabs-item--active):hover {
    opacity: .7;
}

.where2buy-tabs-item.where2buy-tabs-item--active {
    border: 1px solid #FF842A;
    background-color: #fff;
    box-shadow: -1px -3px 20px rgba(1, 1, 1, .1);
    border-bottom: 0;
}

.site_page > .site_container:has(.where2buy) {
    width: auto;
    padding: 0;
    max-width: none;
}

.where2buy-tabs-inner {
    display: flex;
    gap: 20px;
}

.where2buy-tabs-inner-bottom {
    width: 100%;
    background: #fff;
    height: 40px;
    border-top: 1px solid #FF842A;
    box-shadow: 0 0 25px rgba(1, 1, 1, .1);
}

.where2buy-tabs-item-bottom-helper {
    position: absolute;
    left: -6px;
    width: calc(100% + 14px);
    bottom: -17px;
    height: 24px;
    background: #fff;
    corner-shape: bevel;
    border-radius: 7px;
    opacity: 0;
}

.where2buy-tabs-item-circle-left {
    position: absolute;
    left: -17px;
    bottom: -1px;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    /* background: #f6f6f6; */
    border: 1px solid #FF842A;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: rotate(311deg);
    z-index: 2;
    opacity: 0;
}

.where2buy-tabs-item-circle-right {
    position: absolute;
    right: -17px;
    bottom: -1px;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    border: 1px solid #FF842A;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    transform: rotate(-311deg);
    z-index: 2;
    opacity: 0;
}

.where2buy-tabs-item--active .where2buy-tabs-item-circle-right,
.where2buy-tabs-item--active .where2buy-tabs-item-circle-left,
.where2buy-tabs-item--active .where2buy-tabs-item-bottom-helper {
    opacity: 1;
}

.where2buy-tabs-content-item:not(.where2buy-tabs-content-item--active) {
    display: none;
}

.main_chain_stores__map {
    margin-bottom: 40px;
}

.main_chain_stores__contact {
    padding-top: 40px;
}

.main_chain_stores__contact__item {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr;
    grid-gap: 50px;
    padding: 10px 40px;
    border-radius: 0 !important;
    height: 72px;
    align-items: center;
}

.main_chain_stores__contact__item:nth-child(2n+1) {
    background-color: #F1F2F3;
}

.main_chain_stores__contact__item--header {
    height: 34px;
}

.main_chain_stores__contact__item--header > div {
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.main_chain_stores__contact__item:hover {
    background-color: transparent !important;
}

.main_chain_stores__contact__item:nth-child(2n+1):hover {
    background-color: #F1F2F3 !important;
}

.main_chain_stores__contact__title,
.main_chain_stores__contact__address {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.main_chain_stores__contact__site a {
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: #FF842A;
}

.main_chain_stores__contact__item.active {
    border: none !important;
}

.where2buy-tabs-content {
    background-color: #fff;
}

.where2buy-im-item-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.where2buy-im-item {
    height: 150px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: -1px 2px 6px rgba(1, 1, 1, .12);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.where2buy-im-item img {
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
}

.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
}

.label_contact_map__address {
    max-width: 250px;
}
.where2buy-tabs-item-description p{
    margin: 0;
    color: #000;
}
.where2buy-tabs-item-description{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main_chain_stores__contact__item:not(.main_chain_stores__contact__item--header):hover .main_chain_stores__contact__title,
.main_chain_stores__contact__item:not(.main_chain_stores__contact__item--header):hover .main_chain_stores__contact__address{
    font-weight: 700 !important;
}

.main_chain_stores__contact__item:not(.main_chain_stores__contact__item--header) .main_chain_stores__contact__title:hover,
.main_chain_stores__contact__item:not(.main_chain_stores__contact__item--header) .main_chain_stores__contact__address:hover{
    color: #FF842A;
}

.main_chain_stores__contact__title,
.main_chain_stores__contact__address{
    transition: .4s all;
}

@media (max-width: 1360px) {
    .main_chain_stores__contact__item {
        grid-gap: 20px;
        padding: 10px 20px;
        grid-template-columns: 100px 1fr 2fr 1fr;
    }

    .main_chain_stores__contact {
        padding-top: 0;
    }

    .where2buy-im-item-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .where2buy-im-item {
        height: 100px;
    }
    .main_chain_stores__contact__item:not(.main_chain_stores__contact__item--header){
        height: 62px;
    }
}

@media (max-width: 1000px) {
    .where2buy-content{
        padding-bottom: 0;
    }
}

@media (max-width: 827px) {
    .where2buy-tabs-inner-bottom,
    .where2buy-tabs-item-circle-left,
    .where2buy-tabs-item-circle-right,
    .where2buy-tabs-item-bottom-helper{
        display: none;
    }
    .where2buy-tabs-content{
        margin-top: 40px;
    }
    .where2buy-tabs-inner{
        flex-direction: column;
        gap: 10px;
    }
    .where2buy-tabs-item{
        border-radius: 8px;
        padding: 15px;
    }
    .where2buy-tabs-item.where2buy-tabs-item--active{
        border-bottom: 1px solid #FF842A;
    }
    .where2buy-tabs-item > p{
        font-size: 18px;
    }
    .where2buy-tabs-item-description{
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .where2buy-tabs-item-description,
    .where2buy-tabs-item-description p{
        font-size: 13px;
        line-height: 1.3;
    }
    .where2buy-tabs-item-description u{
        font-size: 11px;
    }
    .main_chain_stores__map>div{
        height: 273px !important;
    }
    .main_chain_stores__contact__address {
        margin-bottom: 0 !important;
    }
    html .main_chain_stores__contact .main_chain_stores__contact__item {
        margin-bottom: 0px !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        border-bottom: none !important;
    }
    .main_chain_stores__contact__item--header{
        display: none;
    }
    .main_chain_stores__contact__item{
        grid-template-columns: 1fr;
        grid-gap: 5px;
        height: auto;
    }
    html .main_chain_stores__contact__title,
    html .main_chain_stores__contact__address{
        margin-bottom: 0 !important;
    }
    .main_chain_stores__contact__item-picture img{
        width: 100px;
    }
    .where2buy-tabs-content .site_container{
        padding: 0;
    }
    .where2buy-im-item-list{
        padding: 0 15px;
        margin-top: -20px;
    }
    .main_chain_stores__contact__item:not(.main_chain_stores__contact__item--header){
        height: auto;
    }
}

@media(max-width: 740px){
    .where2buy-im-item-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .where2buy-content{
        margin-top: 0;
    }
    .where2buy-tabs-item-description p u{
        letter-spacing: -.05em;
    }
    .where2buy-im-item{
        height: 80px;
    }
}

@media(min-width: 740px){
    .ymaps-2-1-79-balloon__content{
        padding: 20px !important;
    }
    .label_contact_map__title{
        color: #3F3F3F !important;
        font-weight: 700 !important;
    }
    .label_contact_map__address{
        color: #3F3F3F !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
        margin-top: 10px !important;
    }
}

.label_contact_map__title,
.label_contact_map__address,
.label_contact_map__site a{
    font-family: 'Roboto', sans-serif !important;
}

.ymaps-2-1-79-balloon__layout{
    border: 1px solid #858AA2
}
.ymaps-2-1-79-balloon__tail:after{
    border-left: 1px solid #858AA2;
    border-right: 1px solid #858AA2;
}
html .ymaps-2-1-79-balloon__close-button{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7832 9.99982L14.8332 5.94982C14.9242 5.84354 14.9718 5.70683 14.9664 5.56701C14.961 5.42719 14.903 5.29456 14.8041 5.19562C14.7051 5.09668 14.5725 5.03871 14.4327 5.03331C14.2929 5.02791 14.1562 5.07547 14.0499 5.16649L9.99988 9.21649L5.94988 5.16093C5.8436 5.06992 5.70689 5.02236 5.56707 5.02776C5.42725 5.03316 5.29462 5.09112 5.19568 5.19006C5.09673 5.289 5.03877 5.42164 5.03337 5.56146C5.02797 5.70128 5.07553 5.83799 5.16654 5.94426L9.21654 9.99982L5.16099 14.0498C5.10283 14.0996 5.0556 14.1609 5.02225 14.2298C4.98891 14.2988 4.97017 14.3738 4.96721 14.4503C4.96426 14.5269 4.97715 14.6032 5.00508 14.6744C5.03301 14.7457 5.07537 14.8105 5.12952 14.8646C5.18366 14.9188 5.24841 14.9611 5.3197 14.9891C5.39099 15.017 5.46728 15.0299 5.5438 15.0269C5.62031 15.024 5.69538 15.0052 5.7643 14.9719C5.83323 14.9385 5.89452 14.8913 5.94432 14.8332L9.99988 10.7832L14.0499 14.8332C14.1562 14.9242 14.2929 14.9717 14.4327 14.9663C14.5725 14.9609 14.7051 14.903 14.8041 14.804C14.903 14.7051 14.961 14.5724 14.9664 14.4326C14.9718 14.2928 14.9242 14.1561 14.8332 14.0498L10.7832 9.99982Z' fill='%235B5F74'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    opacity: 1;
    margin-top: 5px;
    margin-right: 5px;
}
html .label_contact_map__site a{
    margin-top: 5px;
    font-weight: 600;
    font-size: 13px;
    color: #5A5A5A;
    border-bottom: 1px dashed;
    display: block;
    width: fit-content;
}
/* End */
/* /local/components/ecom/wherebuy/templates/.default/style.css?176423920610795 */
