

/* Start:/local/templates/2024/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 */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17839494493514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */
/* /local/templates/2024/components/bitrix/news.detail/v_section_detail/style.css?17839497703886 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17839494493514 */
