.contact-maps {
	background: #f8f8f8;
	padding: 20px 0;
    margin-top: 20px;
}

.contacts-list-container {
    display: flex;
    gap: 20px;
}


.contacts-list__content {
    flex: 0 0 530px;
    overflow-y: auto;
    padding: 20px;
    position: relative;
    background: white;
    border-radius: 10px;
}

.contacts-list__information-header {
	display: flex;
    gap: 20px;
}


.contacts-preview-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

.contacts-preview-item:hover {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contacts-preview-item__photo {
    flex: 0 0 80px;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.contacts-preview-item__photo img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.contacts-preview-item__info {
    flex: 1;
    min-width: 0;
}

.center-info__name {
    font-size: 16px;
    font-weight: 600;
    color: #f45100;
    margin-bottom: 5px;
}

.center-info [class*='icon'],
.general-info [class*='icon'] {
	color: #f49c00;
	font-size: 16px;
}

i.icon-left {
    color: #f45100;
}

.center-info__address {
    font-size: 16px;
    color: black;
	gap: 3px;
    display: flex;
    align-items: baseline;
}

.center-info__worktime-phone-row {
    font-size: 16px;
}

.center-info__worktime-phone-row a{
    color: black;
}


.center-info__phone {
    color: #666;
    text-decoration: none;
	gap: 3px;
    display: flex;
    align-items: center;
}

.center-info__phone:hover {
    color: #9a4d4d;
    text-decoration: underline;
}

.center-info__worktime {
    color: #666;
}

.contacts-preview-item__arrow {
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.contacts-preview-item__arrow svg {
    width: 24px;
    height: 24px;
}

.contacts-map {
    flex: 1;
    min-width: 0;
    height: 762px;
    border-radius: 8px;
    overflow: hidden;
}

.contacts-map .ymaps-2-1-79-map {
    width: 100%;
    height: 100%;
}

.contacts-list__information-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 10;
    display: none;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contacts-list__information-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.contacts-list__to-list {
    cursor: pointer;
    color: #666;
    transition: color 0.2s;
}

.contacts-list__to-list:hover {
    color: #9a4d4d;
}

.contacts-list__center-name {
    font-size: 24px;
    font-weight: 600;
    color: #f45100 !important;
    margin: 0;
}

.contacts-gallery {
    margin-bottom: 20px;
}

.contacts-gallery__slide {
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.bg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.general-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-top: 10px;
}

.general-info__address {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    margin-bottom: 10px;
}

.general-info__address:hover {
    color: #9a4d4d;
    text-decoration: underline;
}

.general-info__phone-worktime-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.general-info__phone {
    color: #666;
    text-decoration: none;
}

.general-info__phone:hover {
    color: #9a4d4d;
    text-decoration: underline;
}

.general-info__worktime {
    color: #666;
    text-align: right;
}

.general-info__worktime-row.caption {
	display: flex;
    gap: 5px;
    align-items: baseline;
}

.general-info__email.caption {
    display: flex;
    gap: 5px;
    align-items: center;
}

.contacts-information__line {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

.center-directions__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.center-directions__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.center-directions__item {
    font-size: 14px;
    color: #666;
}

.center-directions__item a {
    color: #9a4d4d;
    text-decoration: none;
}

.center-directions__item a:hover {
    text-decoration: underline;
}

.center-directions__show {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    text-decoration: underline;
}

.center-directions__show:hover {
    color: #9a4d4d;
}

@media (max-width: 1124px) {
.contacts-list__content {
	flex: 0 0 470px;
}

@media (max-width: 768px) {
	 .bx-yandex-map, .ymaps-map {
        height: 400px !important;
		width: 100% !important;
    }

    .contacts-map {
        display: none;
		height: 400px;
    }

    .contacts-map.map-visible {
        display: block;
    }
    .contacts-list-container {
        flex-direction: column;
		gap: 60px;
    }

    .contacts-list__content {
        flex: 0 0 auto;
        max-height: none;
        padding-right: 0;
    }


    .contacts-list__information-overlay {
        position: static;
        width: 100%;
        height: max-content !important;
        margin-top: 20px;
        padding: 15px;
        box-sizing: border-box;
    }
}