

/* Start:/contacts/styles.css?17442077092137*/
.address__link {
	text-decoration: none;
	color: rgb(0, 0, 0);
}
.address__link:hover {
	color: #eb8e10;
}
.contacts__addresses span {
	position: relative;
	top: -5px;
}
iframe {
	height: 880px;
}
.contacts__addresses svg {
	margin-right: 5px;
}

.contacts__info-block a:hover {
	cursor: pointer;
	color: #eb8e10;
}

.contacts__info-block a {
	color: black;
	text-decoration: none;
}

.contacts__info-block .whatsapp-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;gap: 10px;
}

.slider-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pagination-dot.active {
    background-color: #eb8e10;
}


@media (min-width: 1200px) {
	.contacts, .contacts__container {
		height: 880px;
	}
}

@media (min-width: 992px) {
	.contacts, .contacts__container {
		height: 880px;
	}
}

.slider-container {
    position: relative;
    width: 100%;
	margin: 80px 0;
}

.slider {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 33.33%;
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.slide img {
    width: 440px;
    height: 260px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.slider .slide.active img {
    width: 440px;
    height: 320px;
}

.slider-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}

.button-prev, .button-next {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.button-prev:hover, .button-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
	.slide {
		flex: 0 0 100%;
	}
}

/* End */
/* /contacts/styles.css?17442077092137 */
