

/* Start:/local/templates/.default/components/bitrix/news.detail/build-a-park/style.css?17645254412090*/
.build-park {
    display: flex;
    flex-direction: column;
}

.build-park__header {
    min-height: 350px;
    max-height: 350px;
    margin-bottom: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.build-park__header-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #ffffff;

    text-transform: uppercase;
}

.build-park__step {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}

.build-park__step-title {
    margin-bottom: 30px;

    color: #000000;

    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}

.build-park__step-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.build-park__step-list__item {
    padding: 20px;
    margin-left: -1px;

    border: 1px solid currentColor;

    display: flex;
    flex-direction: column;
    flex: 1;
}

.build-park__step-list__item-title {
    margin-bottom: 10px;

    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
}

.build-park__step-list__item-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #777777;
}

.build-park__map {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.build-park__map-title {
    margin-bottom: 7px;

    max-width: 500px;
    color: #000000;

    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

.build-park__map-vector svg {
    width: 100%;
}

.build-park__map-vector--name {
    display: inline-block;
    height: 32px;

    color: #fff;
    background: #1DB2E2;

    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;

    padding-right: 10px;

    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

@media screen and (max-width: 991px) {
    .build-park__map-vector svg {
        height: 600px;
    }

    .build-park__step-list__item {
        flex: initial;
        width: 50%;
        margin-top: -1px;
    }

    .build-park__step-list__item {
        width: 100%;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/build-a-park/style.css?17645254412090 */
