
.breadcrumbs {
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: -20px
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin-bottom:0
    }
}

.breadcrumbs ul {
    display: flex;
    white-space: nowrap;
    overflow-x: auto
}

.breadcrumbs ul li {
    position: relative
}

.breadcrumbs ul li:not(:first-child) {
    padding-left: 16px
}

.breadcrumbs ul li:not(:first-child):before {
    position: absolute;
    content: "-";
    left: 4px
}

.breadcrumbs a:hover {
    opacity: .6
}

@media (max-width: 576px) {
    .breadcrumbs ul li:before,
    .breadcrumbs ul li:not(:first-child):before{
        content: '<';
    }
    .breadcrumbs ul li {
        display: none;
    }
    .breadcrumbs ul li:nth-last-child(2) {
        display: block;
    }
}

#tc-scheme {
    margin-top: 20px;
    animation: show-scheme 200ms;
}

@keyframes show-scheme {
    from {
        opacity: 0;
    }
}

#tc-scheme-controls {
}

.tcs-line {
    display: flex;
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.tcs-line > div:last-child {
    text-align: right;
}

.tcs-line.mobile {
    margin: 0 -5px;
    margin-bottom: 10px;
}

.tcs-line-group {
    display: flex;
}

.tcs-line-group .tcs-dropdown-options {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* margin-left: -126px;*/
}

.tcs-button {
    display: inline-block;
    background-color: #333;
    color: #fff;
    border-radius: 59px;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    -webkit-user-select: none;
            user-select: none;
    padding: 7px 13px;
    cursor: pointer;
    margin-left: 5px;
    transition: 200ms;
    margin-bottom: 9px;
}

.tcs-button:not(.active):hover {
    background-color: #686868;
}

.tcs-button.active {
    background-color: #f1e249;
    color: #000;
}

.tcs-zoom {
    font-weight: bold;
    font-size: 40px;
    width: 31px;
    height: 30px;
}

.tcs-zoom::before {
    position: absolute;
    margin-left: -6px;
    margin-top: -17px;
}

.tcs-zoom.plus::before {
    content: '+';
}

.tcs-zoom.minus::before {
    content: '-';
    margin-top: -21px;
}

#tc-scheme-maps {
    height: 400px;
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 4px;
    /*    overflow: hidden;*/
    background: #fafafa;
    position: relative;
}

#tc-scheme-maps > div {
    height: inherit;
}

#tc-scheme-maps svg {
    height: inherit;
    width: 100%;
    height: 100%;
}

.tcs-svg:not(.active) {
    display: none;
}

.tcs-svg svg path {
    pointer-events: none
}

.map-node {
    cursor: pointer;
    transition: 200ms;
    pointer-events: auto !important;
}

.map-node:hover {
    opacity: .6;
}

.selected-item {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000052;
    z-index: 30;
}

.selected-item .si-body {
    width: 500px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 16px 1px #0000007a;
    padding: 20px;
    animation: si-show 200ms;
}

@keyframes si-show {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
    }

    70% {
        transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    }

    to {
        transform: perspective(400px);
    }
}

.selected-item .si-close {
    float: right;
    margin-right: -12px;
    margin-top: -20px;
    font-size: 22px;
    font-weight: bold;
    color: #767676;
    cursor: pointer;
}

.selected-item .si-image {
    display: block;
    height: 251px;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    margin: 0 auto;
    margin-top: 3px;
    animation: image-fade-in 2s;
}

@keyframes image-fade-in {
    from {
        opacity: 0;
    }
}

.selected-item .si-title {
    font-family: Oswald, sans-serif;
    font-size: 26px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
}

.selected-item .si-desc {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 1.3;
    letter-spacing: .03em;
    color: #8f8f8f;
}

.selected-item .si-control {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.selected-item .si-floor {
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    font-family: Oswald, sans-serif;
}

.selected-item .si-more {
    width: auto;
    padding: 15px;
    padding-top: 9px;
    height: 32px;
    margin-top: 10px;
}

.tcs-zoom-control.mobile {
}

.tcs-zoom-control.mobile>div {
    position: absolute;
    margin-top: 5px;
}

.tcs-zoom-control.mobile .tcs-zoom {
    width: 50px;
    height: 50px;
    padding-top: 17px;
    padding-left: 23px;
}

.tcs-dropdown {
    display: flex;
    justify-content: flex-end;
}

.tcs-dropdown .tcs-dropdown-options {
    padding-right: 5px;
    margin-top: 35px;
    z-index: 20;
}

#tc-scheme-maps .tcs-zoom-control.mobile {
    /*position: absolute;*/
    position: sticky;
    bottom: 20px;
    width: 120px;
    height: 65px;
}

#tc-scheme-maps .tcs-zoom-control.mobile>div {
    display: flex;
}

/*.tcs-zoom-control.mobile>div {
    top: -75px;
}*/

#tc-scheme-maps > div {
    margin-bottom: -70px;
}

@media (max-width: 370px) {
    .selected-item .si-body {
        margin: 50px;
    }

    .selected-item .si-image {
        height: 127px;
    }

    .selected-item .si-title {
        font-size: 20px;
    }

    .selected-item .si-desc {
        font-size: 14px;
    }

    .selected-item .si-control {
    }

    .selected-item .si-floor {
    }

    .selected-item .si-more {
    }
}
/*# sourceMappingURL=scheme.css.map*/