
.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;
    }
}

#map {
    height: 800px;
}

#inputRoute,
#inputRoute .tipSearch {
    box-shadow: 0 5px 10px 0 rgba(42,55,86,.2);
    width: 350px;
}

#inputRoute {
    margin-top: 30px;
    position: absolute;
    z-index: 9;
    background: #fff;
}

form#inputRoute {
    border-radius: 55px;
    border: 1px solid #7a838e;
    padding: 0 20px;
}

#inputRoute input[type=submit] {
    width: 24px;
    height: 24px;
    background-color: transparent;
    font-size: 0;
    border: 0;
    box-shadow: none;
    vertical-align: middle;
    padding: 0;
    background-image: url(/themes/tc-gorod/assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

#inputRoute input[type=text] {
    width: calc(100% - 39px);
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0;
    border: 0;
    border-radius: 10px;
    margin-left: 10px;
    box-sizing: border-box;
}

#inputRoute .tipSearch {
    top: -1px;
    left: -1px;
    z-index: -1;
    padding-top: 43px;
}

.animated.faster {
    animation-duration: .5s;
}

.tipSearch {
    display: none;
    background-color: #fff;
    position: absolute;
    border-radius: 15px;
    width: 400px;
    right: 0;
    left: auto;
    top: calc(100% + 10px);
    padding: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeIn {
    animation-name: fadeIn;
}

.tipSearch-c {
    padding: 20px;
}

#inputRoute .tipSearch .selectRoute-wrap {
    margin-top: -43px;
    padding-top: 50px;
    display: none;
}

@media screen and (max-width: 1680px) {
    .selectRoute-wrap {
        max-width: 350px;
    }
}

.selectRoute-wrap {
    max-width: 450px;
    width: 100%;
    padding: 20px 15px 10px 20px;
    margin-top: 50px;
    position: absolute;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(42,55,86,.2);
}

.tipSearch-c {
    padding: 20px;
}

.tipSearch-c>a {
    transition: .1s;
}

.linkTs {
    display: block;
    line-height: 1.88;
    color: #000;
    font-size: .8889rem;
}

.tipSearch.active {
    display: block;
}

@media screen and (max-width: 1680px) {
    .selectRoute-wrap {
        max-width: 350px;
    }
    #selectRoute {
        max-height: 277px;
    }
}

selectRoute-wrap {
    max-width: 450px;
    width: 100%;
    padding: 20px 15px 10px 20px;
    margin-top: 50px;
    position: absolute;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(42,55,86,.2);
}

.selectRoute-h span {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #000;
}

.selectRoute-h strong {
    display: block;
    font-size: 1rem;
    color: #000;
}

#selectRoute {
    padding-left: 20px;
    margin: 5px 0 0;
    max-height: 452px;
    overflow: auto;
}

#map-search-route {
    padding-left: 40px;
}

.selectRoute-wrap li {
    color: #da2129;
    list-style: disc;
    padding: 5px 0;
}

.selectRoute-wrap li a {
    font-size: .8889rem;

}

.selectRoute-wrap li>* {
    color: #000;
    font-weight: 500;
}

#inputRoute .tipSearch.active.result .tipSearch-c {
    display: none;
}

.tipSearch-c {
    padding: 20px;
}

#inputRoute .tipSearch.active.result .selectRoute-wrap {
    display: block;
}

.tabBox-h {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.tabBox-link {
    width: 50%;
    background-color: #fff;
    box-shadow: none;
    font-size: .8889rem;
    font-family: Raleway,sans-serif;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 11px 10px;
    border: 2px solid #da2129;
    color: #da2129
}

.tabBox-link:hover {
    background-color: #f7d1d3
}

.tabBox-link:active {
    border-color: #b72027;
    background-color: #b72027;
    color: #fff
}

.tabBox-link.active {
    background-color: #da2129;
    color: #fff
}

.tabBox-link:last-child {
    border-radius: 55px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.tabBox-link:first-child {
    border-radius: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.tabBox-item {
    display: none
}

.tabBox-item.active {
    display: block
}

@media screen and (max-width: 767px) {
    .tabBox-link {
        font-size:.8667rem
    }

    .numberEl {
        margin-left: 15px
    }
}

@media screen and (max-width: 767px) {
    .tabBox-h.mbSelect {
        flex-wrap:wrap;
        width: calc(100% + 30px);
        margin-left: -15px;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        padding: 10px 0;
        margin-top: 40px;
    }

    .tabBox-h.mbSelect.open {
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.2)
    }

    .tabBox-h.mbSelect.open:before {
        transform: rotate(180deg)
    }

    .tabBox-h.mbSelect.open .tabBox-link {
        display: block
    }

    .tabBox-h.mbSelect.open .tabBox-link.active:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        background-color: #da2129
    }

    .tabBox-h.mbSelect:before {
        content: "";
        position: absolute;
        background-image: url(/themes/tc-gorod/assets/images/icons/drop_arrow.svg);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: 24px;
        top: 18px;
        right: 20px;
        margin: auto;
        width: 24px;
        height: 24px;
        z-index: 2
    }

    .tabBox-h.mbSelect .tabBox-link {
        width: 100%;
        border-radius: 0;
        background-color: #fff;
        color: #7a838e;
        display: none;
        order: 2;
        text-align: left;
        padding: 5px 15px;
        border: 0;
        font-size: 1rem;
        position: relative
    }

    .tabBox-h.mbSelect .tabBox-link.active {
        display: block;
        order: 1;
        color: #da2129
    }
}

@media screen and (max-width: 426px) {
    form#inputRoute {
        position: relative;
        margin-bottom: 30px;
        width: 100%;
    }


    .selectRoute-wrap::after {
        content: "";
        position: absolute;
        background-image: url(/themes/tc-gorod/assets/images/icons/drop_arrow.svg);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: 46px;
        bottom: 10px;
        right: 38vw;
        width: 46px;
        height: 46px;
        z-index: 2;
    }


    .selectRoute-wrap.open::after {
        transform: rotate(180deg);
    }

    #inputRoute .tipSearch .selectRoute-wrap {
        max-width: 100%;
    }

    .selectRoute-wrap #map-search-route li {
        display: none;
    }

    .selectRoute-wrap.open #map-search-route li {
        display: list-item;
    }
    #map-search-route {
        padding-bottom: 40px;
    }

    #inputRoute, #inputRoute .tipSearch {
        width: calc(100% + 3px);
    }

    #map {
        height: 100vh;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*# sourceMappingURL=road-map.css.map*/