

/* Start:/local/templates/2026_master/components/bitrix/news.detail/v_section_detail/style.css?17839497703886*/
.v-page-banner {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
    display: block;
    margin-bottom: 32px;
    border-radius: 8px;
}

.with_icon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    margin-bottom: 24px;
}
.with_icon > * {
    min-width: 0px;
}
.with_icon_item {
    display: flex;
    flex-direction: column;
    background: var(--beige-color);
    border-radius: 8px;
    padding: 24px;
}
.with_icon_name {
    font-size: 24px;
    margin-bottom: 16px;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
}

.half_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    margin-bottom: 32px;
}
.half_items > * {
    min-width: 0px;
}
.v-map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    margin-bottom: 32px;
}
.v-map-grid .bx-yandex-map {
    border-radius: 8px;
    overflow: hidden;
}
.v-map-grid .bx-yandex-map,
.v-map-grid .ymaps-map ymaps-i-ua_js_yes {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.v-map-grid .ymaps-map {
    width: 100% !important;
}
.v-map-grid h2 {
    margin-bottom: 24px;
    font-size: 32px;
}

.icon_block_section .section-block {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 32px;
}
.icon_block_section .section-block .section-tile{
    background: var(--beige-color);
    flex: 1 1;
    padding: 30px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
}
.icon_block_section .section-block .section-tile .title{
    font-weight: 400;
    font-size: 24px;
    color: var(--black-color);
    margin-bottom: 16px;
    line-height: 1.5;
    font-family: "Merriweather", serif;
    font-weight: 400;
}

.title.car:after{
    display: block;
    content: '';
    width: 48px;
    height: 49px;
    background: url(/local/templates/2024/assets/svg/car.svg) no-repeat center;
    background-size: contain;
}
.title.car.public-transport:after {
    background: url(/local/templates/2024/assets/svg/public-transport.svg) no-repeat center;
    background-size: contain;
}
.title.car,
.title.train,
.title.subway {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 16px;
}
.title.train:after{
    display: block;
    content: '';
    width: 48px;
    height: 49px;
    background: url(/local/templates/2024/assets/svg/train.svg) no-repeat center;
    background-size: contain;
}

.title.subway:after{
    display: block;
    content: '';
    width: 48px;
    height: 49px;
    background: url(/local/templates/2024/assets/svg/subway.svg) no-repeat center;
    background-size: contain;
}




.v-page-slider .slide_item img {
    width: 100%;
    object-fit: cover;
    padding: 0;
}


@media (min-width: 1499px) {
    .v-page-content .v-container {
        max-width: 1380px;
    }
}

@media (max-width: 1200px) {
    .v-map-grid {
        grid-gap: 32px;
    }
}
@media (max-width: 1024px) {
    .v-page-banner,
    .half_items{
        margin-bottom: 24px;
    }
    .with_icon,
    .half_items{
        grid-gap: 16px;
    }
    .with_icon_item {
        padding: 16px;
    }
    .with_icon_name {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .with_icon,
    .half_items,
    .v-map-grid{
        grid-template-columns: 1fr;
    }
    .v-map-grid .bx-yandex-map {
        height: 280px!important;
    }
    .icon_block_section .section-block {
        display: block;
    }
    .icon_block_section .section-block .section-tile {
        margin-bottom: 24px;
        padding: 24px;
    }
}
@media (max-width: 580px) {
    .icon_block_section .section-block .section-tile {
        padding: 16px;
    }
    .icon_block_section .section-block .section-tile .title {
        font-size: 20px;
        margin-bottom: 8px;
    }
}
/* End */
/* /local/templates/2026_master/components/bitrix/news.detail/v_section_detail/style.css?17839497703886 */
