

/* Start:/local/templates/new/assets/css/contacts-page.css?17883445483683*/
.contacts-page {
    --contacts-blue: #2b6486;
    --contacts-dark-blue: #005771;
    font-size: 18px;
    line-height: 1.08;
}

.contacts-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
    gap: 20px;
    align-items: start;
}

.contacts-page__photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.contacts-page__details {
    min-width: 0;
}

.contacts-page__map {
    width: 100%;
    height: 295px;
    overflow: hidden;
    background: #f1f4f8;
}

.contacts-page__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contacts-page__details h2 {
    margin: 20px 0 14px;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.contacts-page__details p {
    margin: 0;
    overflow-wrap: anywhere;
}

.contacts-page__section {
    margin-top: 60px;
}

.contacts-page__heading {
    margin: 0 0 42px;
    color: var(--contacts-blue);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.contacts-page__offices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.contacts-page__office-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 0;
}

.contacts-page__office,
.contacts-page__international {
    min-width: 0;
    text-align: center;
    overflow-wrap: anywhere;
}

.contacts-page__office p,
.contacts-page__international p {
    margin: 0;
}

.contacts-page__city {
    margin: 0 0 5px;
    color: var(--contacts-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.contacts-page__office-note {
    color: var(--contacts-blue);
}

.contacts-page__phone-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 12px 28px;
    color: #fff;
    background: var(--contacts-dark-blue);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.contacts-page__phone-strip a {
    color: inherit;
    white-space: nowrap;
}

.contacts-page__phone-strip a:hover {
    color: inherit;
    text-decoration: none;
}

.contacts-page a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.contacts-page__requisites {
    font-size: 18px;
    text-align: left;
    overflow-wrap: anywhere;
}

.contacts-page__requisites p {
    margin: 0;
}

.contacts-page__promo .main__section {
    padding: 0;
}

@media screen and (max-width: 900px) {
    .contacts-page__hero {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .contacts-page__map {
        height: 240px;
    }

    .contacts-page__heading {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .contacts-page__hero,
    .contacts-page__offices {
        grid-template-columns: minmax(0, 1fr);
    }

    .contacts-page__hero {
        gap: 24px;
    }

    .contacts-page__map {
        height: 280px;
    }

    .contacts-page__section {
        margin-top: 42px;
    }

    .contacts-page__heading {
        margin-bottom: 28px;
        font-size: 24px;
        overflow-wrap: anywhere;
    }

    .contacts-page__offices,
    .contacts-page__office-column {
        gap: 28px;
    }

    .contacts-page__phone-strip {
        margin-top: 30px;
        padding: 12px 16px;
        font-size: 18px;
    }

    .contacts-page__requisites {
        font-size: 16px;
        line-height: 1.45;
    }
}

/* End */


/* Start:/local/templates/new/components/bitrix/news.list/sales-new/style.css?1777303188400*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

html .sale-section{
	padding-top: 30px;
}
html .sales-carousel{
	max-width: 1170px;
}

.sale-block__text div b span {
	font-size: 16pt; color: #ffffff;
}

@media screen and (max-width: 480px) {
	.sale-block__text div b span {
		font-size: 13pt;
	}
}
/* End */
/* /local/templates/new/assets/css/contacts-page.css?17883445483683 */
/* /local/templates/new/components/bitrix/news.list/sales-new/style.css?1777303188400 */
