

/* Start:/local/templates/main2019/assets/css/schema_style.css?17628319438897*/
.scheme__container {
    margin: 0 auto;
}

@media (max-width: 991px) {
    .scheme__container {
        margin-bottom: 75px;
    }
}

/* Scheme-legend */
@media (max-width: 991px) {
    .scheme-legend {
        position: fixed;
        top: 0;
        left: 0;

        padding: 35px 15px 15px;
        display: none;

        width: 100%;
        height: 100vh;

        overflow: auto;

        background-color: #E5E6EC;
        z-index: 50;
    }

    .scheme-legend.is-open {
        display: block;
    }
}

/* scheme-legend__button-toggle */
.scheme-legend__button-toggle {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    text-align: center;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;

    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.scheme-legend__button-toggle:focus,
.scheme-legend__button-toggle:active {
    outline: none;
}

@media (min-width: 992px) {
    .scheme-legend__button-toggle {
        display: none;
    }
}

.scheme-legend__button-toggle-icon {
    margin-right: 15px;
}

/* scheme-legend__close-button */
.scheme-legend__close-button {
    position: absolute;
    top: 0;
    right: 0;

    margin: 0;
    padding: 0;

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

    width: 40px;
    height: 35px;

    color: #9EA7B3;
}

@media (min-width: 992px) {
    .scheme-legend__close-button {
        display: none;
    }
}

.scheme-legend__close-button.close {
    /* reset */
    opacity: 1;
    color: #9EA7B3;
}

.scheme-legend__close-button svg {
    display: block;
}

/* Scheme-legend__columns */
@media (min-width: 992px) {
    .scheme-legend__columns {
        margin: -15px;
        display: flex;
        flex-wrap: wrap;
    }
}

/* Scheme-legend__column */
@media (max-width: 991px) {
    .scheme-legend__column:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .scheme-legend__column {
        padding: 15px;
        width: 20%;
        max-width: 320px;
    }
}

/* Scheme-legend__part */
@media (max-width: 991px) {
    .scheme-legend__part {
        background-color: #ffffff;
    }

    .scheme-legend__part:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .scheme-legend__part:not(:last-child) {
        margin-bottom: 34px;
    }
}

/* Scheme-legend__part-title */
.scheme-legend__part-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .scheme-legend__part-title {
        margin: 0 20px;
        padding: 12px 0;
        color: inherit;

        border-bottom: 1px solid #E5E6EC;
    }
}

@media (min-width: 992px) {
    .scheme-legend__part-title {
        margin-bottom: 20px;
        color: #9EA7B3;
    }
}

/* Scheme-legend__part-buttons */
.scheme-legend__part-buttons {
    padding: 0;
    list-style: none;
}

/*@media (min-width: 991px) {*/

/*    .terminal .scheme-legend__column:last-child {*/
/*        width: 100%;*/
/*        max-width: 100%;*/
/*    }*/

/*    .terminal .scheme-legend__column:last-child .scheme-legend__part-title {*/
/*        display: none;*/
/*    }*/

/*    .terminal .scheme-legend__column:last-child .scheme-legend__part-buttons {*/
/*        display: flex;*/
/*        position: relative;*/
/*    }*/

/*    .terminal .scheme-legend__column:last-child .scheme-legend__part-buttons::before {*/
/*        content: '';*/
/*        position: absolute;*/
/*        top: -10px;*/
/*        left: 0;*/
/*        height: 2px;*/
/*        width: 220px;*/
/*        background: #E5E6EC;*/
/*    }*/
/*    .terminal .scheme-legend__column:last-child .scheme-legend__part-button {*/
/*        margin-bottom: 15px !important;*/
/*        margin-right: 15px;*/
/*    }*/

/*}*/

/* Scheme-legend__part-list-item */
.scheme-legend__part-button {
    margin: 0;
    display: flex;
    align-items: center;

    font-family: inherit;
    font-weight: inherit;
    text-align: left;
    font-size: 13px;
    line-height: 1.15;

    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .scheme-legend__part-button {
        padding: 0 20px;
        display: block;
        width: 100%;
    }

    .scheme-legend__part-button:not(:last-child) .scheme-legend__part-text {
        border-bottom: 1px solid #E5E6EC;
    }
}

@media (min-width: 992px) {
    .scheme-legend__part-button {
        padding: 0;
    }
}

.scheme-legend__part-button:focus,
.scheme-legend__part-button:active {
    outline: none;
}

@media (min-width: 992px) {
    .scheme-legend__part-button:not(:last-child) {
        margin-bottom: 15px;
    }
}

.scheme-legend__part-button:hover .scheme-legend__part-text {
    text-decoration: underline;
}

.scheme-legend__part-button.is-active .scheme-legend__part-text,
.scheme-legend__part-button:active .scheme-legend__part-text{
    text-decoration: underline;
    opacity: 0.65;
}

@media (max-width: 991px) {
    .scheme-legend__part-icon {
        display: none;
    }
}

@media (min-width: 992px) {
    .scheme-legend__part-icon {
        align-self: flex-start;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .scheme-legend__part-text {
        padding: 15px 0;
        display: block;
    }
}

@media (max-width: 767px) {
    .scheme__map {
        padding-top: 160px;
        padding-bottom: 180px;
    }

    .scheme__map-mobile-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(42, 42, 42, 0.6);
        z-index: 1;
        pointer-events: none;
    }

    .scheme__map-mobile-overlay-text {
        padding: 15px;
        display: block;
        text-align: center;
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .scheme__map-mobile-overlay-text {
        display: none;
    }
}


@media (max-width: 767px) {
    .scheme__map-container {
        position: relative;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .scheme__map-container {
        margin-top: 50px;
        margin-bottom: 55px;
    }
}

/* scheme__map */
.scheme__map {
    position: relative;
    display: inline-block;
}

/* scheme__map-icons */
.scheme__map-icons {
    position: absolute;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .scheme__map-icons {
        top: 160px;
        bottom: 180px;
    }
}

@media (min-width: 768px) {
    .scheme__map-icons {
        top: 0;
        bottom: 0;
    }
}

.scheme__map-icons > svg {
    width: 100%;
    height: 100%;
}

.isIOS-defined .scheme__map-icons > svg {
   height: auto;
}

.scheme__map-icons > svg > g:not(.is-active) {
    display: none;
}

/* dropdown-link */
.dropdown-links {
    position: relative;
    border-bottom: 1px solid #9EA7B3;
}

.dropdown-link__toggle-button {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;

    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;

    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.dropdown-link__toggle-button:focus,
.dropdown-link__toggle-button:active {
    outline: none;
}

.dropdown-link__toggle-button.is-opened .svg-path__arrow-bottom {
    display: none;
}

.dropdown-link__toggle-button:not(.is-opened) .svg-path__arrow-top {
    display: none;
}

.dropdown-link__toggle-button-text {
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown-link__toggle-button-icon {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.dropdown-links__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    background-color: #ffffff;

    z-index: 5;
}

.dropdown-link__toggle-button.is-opened + .dropdown-links__dropdown {
    display: block;
}

.dropdown-links__dropdown-group:not(:last-child) {
    border-bottom: 1px solid #E5E6EC;
}

.dropdown-links__dropdown-group-title {
    padding-top: 15px;
    display: block;
    color: #9EA7B3;
    font-size: 16px;
    line-height: 1.3;
    cursor: default;
}

.dropdown-links__dropdown-group-link {
    padding: 15px 30px;
    display: block;

    color: inherit;
    font-size: 13px;
    line-height: 1.3;
    user-select: none;
    cursor: pointer;
}

.dropdown-links__dropdown-group-link:hover,
.dropdown-links__dropdown-group-link:focus,
.dropdown-links__dropdown-group-link:active {
    color: inherit;
    text-decoration: none;
}

.dropdown-links__dropdown-group-link.is-active {
    background: #E5E6EC;
}

/* End */
/* /local/templates/main2019/assets/css/schema_style.css?17628319438897 */
