

/* Start:/local/templates/wine/components/bitrix/breadcrumb/main/style.css?1761045561240*/

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs a {
    text-decoration: none;
    color: #5F6368;
}

.breadcrumbs span {
    color: #979797;
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/contacts/style.css?17610455611919*/
.contacts {
    margin-top: 144px;
    padding: 0 24px;
}

.contacts__title {
    margin-top: 32px;
}

.contacts__info {
    margin-top: 24px;
}

.contacts__info-text {
    width: 85%;
    margin-top: 64px;
    display: flex;
    position: relative;
}

.contacts__info-text:after {
    content: "";
    position: absolute;
    bottom: -40px;
    width: 292px;
    height: 1px;
    background: #CFCFCE;
}

.contacts__info img {
    width: 100%;
    height: 608px;
    border-radius: 32px;
    object-fit: cover;
}

.contacts__info-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-end;
    height: 100%;
}

.contacts__info-block a {
    margin-top: 8px;
    text-decoration: none;
    color: #CB272B;
}

.contacts__info-block a:nth-child(2) {
    margin-top: 16px;
}

.contacts__info-block span:nth-child(3) {
    color: #9C9C9C;
}

.contacts__info-block span:nth-child(5) {
    margin-top: 48px;
    color: #5C5C5B;
}

.contacts__info-block a:nth-child(6) {
    margin-top: 16px;
}

@media (max-width: 1919px) {
    .contacts__info-text{
        margin-top: 56px;
    }

    .contacts__info img{
        height: 448px;
    }

    .contacts__info-text:after{
        width: 212px;
    }
}

@media (max-width: 1439px) {
    .contacts__info-text{
        margin-top: 40px;
    }

    .contacts__info img{
        height: 320px;
    }

    .contacts__info-text:after{
        width: 152px;
    }
}

@media (max-width: 1023px) {
    .contacts__info img{
        height: 240px;
        border-radius: 24px;
    }

    .contacts__info{
        flex-direction: column;
        gap: 32px;
    }

    .contacts__info-text:after{
        width: 175px;
        bottom: -24px;
    }

    .contacts__info-text{
        margin-bottom: 32px;
        margin-top: 32px;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/contacts-map/style.css?17610455613600*/
.contacts__shop {
    margin-top: 144px;
    padding: 0 24px;
}

.row--contacts {
    margin-top: 32px;
}

.contacts__shop-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    max-height: 700px;
    overflow-y: auto;
}

.contacts__shop-list-item {
    display: flex;
    flex-direction: column;
}

.contacts__shop-list-item + .contacts__shop-list-item {
    border-top: 1px solid #CFCFCE;
    padding-top: 24px;
}

.contacts__shop-list-item-header {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.contacts__shop-list-item.show .contacts__shop-list-item-header svg {
    transform: rotate(180deg);
}

.contacts__shop-list-item__address {
    margin-top: 8px;
}

.contacts__shop-list-item-footer {
    max-height: 0;
    color: #5C5C5B;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}

.contacts__shop-list-item-footer span:nth-child(1) {
    margin-top: 16px;
    display: block;
}

.contacts__shop-list-item-footer span {
    color: #9C9C9C;
}

.contacts__shop-list-item-footer a {
    color: #CB272B;
}

.contacts__shop-list-item.show .contacts__shop-list-item-footer {
    max-height: 6000px;
}

.contacts__shop-list-link {
    margin-top: 16px;
}

.contacts__shop-list-link + .contacts__shop-list-link {
    margin-top: 24px;
}

.map {
    width: 100%;
    height: 100%;
    min-height: 792px;
    border-radius: 32px;
}

#geography .ymaps-2-1-79-svg-icon {
    width: 16px !important;
    height: 16px !important;
    background:  #D9232A;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0px 4px 4px 0px #00000026;
}

.ymaps-2-1-79-inner-panes, .ymaps-2-1-79-map {
    border-radius: 32px;
}

.collapse-list{
    display: none;
}

@media (max-width: 1919px) {
    .contacts__shop {
        margin-top: 112px;
    }

    .contacts__shop-list {
        max-height: 600px;
    }

    .map {
        min-height: 608px;
    }
}

@media (max-width: 1439px) {
    .contacts__shop {
        margin-top: 96px;
        padding: 0 16px;
    }

    .map {
        min-height: 448px;
    }

    .row--contacts{
        margin-top: 24px;
    }

    .contacts__shop-list-link + .contacts__shop-list-link{
        margin-top: 8px;
    }

    .contacts__shop-list {
        max-height: 440px;
    }
}

@media (max-width: 1023px) {
    .contacts__shop {
        margin-top: 80px;
        padding: 0 8px;
    }

    .map {
        min-height: 320px;
        margin-top: 40px;
    }

    .row--contacts{
        flex-direction: column;
        margin-top: 16px;
    }

    .collapse-list{
        display: flex;
        margin-top: 24px;
        cursor: pointer;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        color: #CB272B;
    }

    .contacts__shop-list{
        transition: max-height 0.5s ease-in-out;
        max-height: 350px;
        overflow: hidden;
    }

    .contacts__shop-list.show{
        max-height: 6000px;
    }

    .collapse-list span:nth-child(2){
        display: none;
    }

    .collapse-list.open span:nth-child(2){
        display: flex;
    }

    .collapse-list.open span:nth-child(1){
        display: none;
    }

    .collapse-list.open svg{
        transform: rotate(-180deg) translateY(-3px);
    }

    .contacts__shop-list-link + .contacts__shop-list-link{
        margin-top: 8px;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/contacts-feedback/style.css?1761045561922*/
.contacts__feedback {
    margin-top: 144px;
    padding: 0 24px;
    margin-bottom: 144px;
}

.contacts__feedback .row {
    flex-wrap: wrap;
    row-gap: 56px;
}

.contacts__feedback-items {
    margin-top: 32px;
}

.contacts__feedback-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts__feedback-item a {
    margin-top: 8px;
    color: #D9232A;
    text-decoration: none;
}

.contacts__feedback-item a span {
    color: #9C9C9C;
}

.contacts__feedback-item-text {
    color: #5C5C5B;
    width: 95%;
}

@media (max-width: 1919px) {
    .contacts__feedback {
        margin-top: 112px;
    }
}

@media (max-width: 1439px) {
    .contacts__feedback .row{
        row-gap: 32px;
    }

    .contacts__feedback {
        margin-top: 96px;
    }
}

@media (max-width: 1023px) {
    .contacts__feedback {
        margin-top: 80px;
    }
}
/* End */
/* /local/templates/wine/components/bitrix/breadcrumb/main/style.css?1761045561240 */
/* /local/templates/wine/components/bitrix/news.list/contacts/style.css?17610455611919 */
/* /local/templates/wine/components/bitrix/news.list/contacts-map/style.css?17610455613600 */
/* /local/templates/wine/components/bitrix/news.list/contacts-feedback/style.css?1761045561922 */
