

/* 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 */


/* Start:/local/templates/2026_master/components/bitrix/news.detail/v_section_detail/guz200.css?17864570297188*/
.v-gru200-top-banner {
    padding: 2rem;
    border-radius: 8px;
    overflow: hidden;
    min-height: 353px;
    display: flex;
    align-items: center;
    padding: 50px;
    background: url("/local/templates/2026_master/assets/img/gr200b.webp") no-repeat center;
    background-size: cover;
    width: 100%;
    margin-bottom: 60px;
}
.v-gru200-top-banner .content {
    max-width: 600px;
    color: var(--beige-color);
}
.v-gru200-top-banner h2 {
    color: #fff;
}



.gr200-icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.gr200-icon-list .item {
    background: var(--beige-color);
    border-radius: 8px;
    min-height: 200px;
    padding: 32px 24px;
    min-width: 0px;
    line-height: 1.5;
}
.gr200-icon-list .item svg {
    display: block;
    margin-bottom: 24px;
}



.gruz200-form-wrapper .v-container {
    max-width: 860px;
}
.gruz200-form-wrapper {
    margin-bottom: 60px;
}
.gruz200-form .v-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 16px;
}
.gruz200-form .v-fields-grid input {
    margin: 0;
    border: none;
}
.gruz200-form i {
    font-style: italic;
}



.gruz200-transport-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 60px;
}
.gruz200-transport-list .item {
    background: var(--beige-color);
    padding: 24px;
    border-radius: 8px;
}
.gruz200-transport-list .item svg {
    display: block;
    margin-bottom: 14px;
}
.gruz200-transport-list .item .title {
    margin: 0 0 16px 0;
    font-size: 14px;
}
.gruz200-transport-list .item p {
    margin: 0;
}



.gruz200-callback-form {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.gruz200-callback-form .v-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}
.gruz200-callback-form .form-banner {
    width: 100%;
    border-radius: 8px;
    background: url("/local/templates/2026_master/assets/img/gr200f.webp") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 250px;
    overflow: hidden;
}
.gruz200-callback-form .form-banner-content {
    width: 100%;
    padding: 14px 20px 16px;
    background: color-mix(in srgb, var(--black-color) 58%, transparent);
    text-align: center;
}
.gruz200-callback-form .form-banner-content * {
    text-align: center;
    color: #fff;
    max-width: none;
}
.gruz200-callback-form .form-banner h3  {
    line-height: 1.45;
    margin: 0 0 8px 0;
    font-size: 16px !important;
}
.gruz200-callback-form .form-banner a {
    font-size: 28px;
}
.gruz200-callback-form h4 {
    margin-bottom: 32px;
}
.gruz200-callback-form form .v-grid {
    grid-gap: 24px;
}
.gruz200-callback-form input[type="checkbox"] {
    background: white!important;
}
.gruz200-callback-form .v-agree-label a {
    color: var(--beige-color);
}


.what-to-do-200 {
    margin-bottom: 60px;
}


.gruz200-another-services {
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 38px;
}
.gruz200-another-services img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 412px;
}
.gruz200-another-services h4 {
    margin: 0 0 24px 0;
}
.gruz200-another-services ul {
    margin-bottom: 24px;
}
.gruz200-another-services li {
    color: white;
}
.gruz200-another-services li:before {
    background: white;
}
@media (max-width: 1200px) {
    .v-gru200-top-banner {
        margin-bottom: 42px;
        padding: 32px;
    }
    .gruz200-form-wrapper,
    .gruz200-transport-list,
    .gruz200-callback-form,
    .what-to-do-200{
        margin-bottom: 42px;
    }
    .gr200-icon-list {
        margin-bottom: 42px;
        grid-template-columns: 1fr 1fr;
    }
    .gruz200-callback-form {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .gruz200-callback-form .v-grid {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
    .gruz200-callback-form .form-banner {
        min-height: 180px;
        padding: 0;
    }
    .gruz200-callback-form .form-banner-content {
        padding: 12px 14px 14px;
    }
    .gruz200-callback-form .form-banner h3 {
        font-size: 16px!important;
        margin-bottom: 6px;
    }
    .gruz200-callback-form .form-banner a {
        font-size: 21px;
    }
    .gruz200-callback-form h4 {
        margin-bottom: 16px;
    }
    .gruz200-callback-form form .v-grid {
        grid-gap: 0;
    }

}
@media (max-width: 980px) {
    .gruz200-transport-list,
    .gruz200-another-services{
        grid-template-columns: 1fr ;
    }
    .gruz200-another-services {
        grid-gap: 24px;
    }
    .gruz200-another-services img {
        height: 216px;
    }
    .gruz200-another-services li {
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    .gruz200-form .v-fields-grid {
        grid-template-columns: 1fr ;
    }
}
@media (max-width: 640px) {
    .gr200-icon-list {
        grid-template-columns: 1fr ;
    }
}
@media (max-width: 580px) {
    .v-gru200-top-banner-wrapper {
        padding: 0;
    }
    .v-gru200-top-banner {
        border-radius: 0;
        padding: 48px 8px;
    }
    .gruz200-revert-blocks {
        display: flex;
        flex-direction: column;
    }
    .gruz200-revert-blocks .bg-black {
        order: 2;
    }
    .gruz200-revert-blocks .v-contact-form-wrapper {
        order: 1;
    }
}






.v-contact-form-wrapper .title {
    text-align: center;
    font-size: 42px;
    margin: 0 auto 54px auto;
    max-width: 980px;
}
.v-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}
.v-contact-form .img {
    width: 100%;
}
.v-contact-form .inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.v-contact-form .inputs input {
    min-height: 48px;
    border: none;
    padding: 11px 24px;
}
.v-contact-form input[type="checkbox"] {
    border: none;
    background: white!important;
}
.v-contact-form-wrapper.bg-black .title,
.v-contact-form-wrapper.bg-black .v-agree-label *{
    color: white;
}
@media (max-width: 1800px) {
    .v-contact-form-wrapper .title {
        font-size: 28px;
        max-width: 640px;
    }
}
@media (max-width: 1400px) {
    .v-contact-form {
        grid-gap: 32px;
    }
}
@media (max-width: 1200px) {
    .v-contact-form-wrapper .title {
        font-size: 21px;
        margin-bottom: 24px;
    }
}
@media (max-width: 1024px) {
    .v-contact-form {
        grid-template-columns: 1fr;
    }
    .v-contact-form {
        max-width: 640px;
        margin: 0 auto;
    }
    .v-contact-form .inputs {
        grid-gap: 0;
        grid-template-columns: 1fr;

    }
    .v-contact-form .inputs input {
        margin-bottom: 12px;
    }
    .v-contact-form .v-btn {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .v-gru200-top-banner {
        background: url("/local/templates/2026_master/assets/img/gr200b.webp") no-repeat center left;
        background-size: cover;
    }
}
/* End */
/* /local/templates/2026_master/components/bitrix/news.detail/v_section_detail/style.css?17839497703886 */
/* /local/templates/2026_master/components/bitrix/news.detail/v_section_detail/guz200.css?17864570297188 */
