@charset "UTF-8";

ul.route-points {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.route-points li {
    position: relative;
    margin: 0 0 20px 0;
    padding: 6px 0;
    font-size: 14px;
    font-weight: normal;
    font-size: 14px;
    color: #5e6a7a;
}

ul.route-points li span {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    line-height: 1.3em;
}

ul.route-points li.active::before {
    background-color: #fa002f;
}

ul.route-points li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: #5e6a7a;
    background-color: rgb(94, 106, 122);
    border-radius: 50%;
    margin: 0 27px 0 8px;
}

ul.route-points li::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 17px;
    display: block;
    width: 0px;
    height: 20px;
    border: 1px dashed #5e6a7a;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 1px 0 0;
}

ul.route-points li:first-child, ul.route-points li:last-child {
    color: #354052;
    font-size: 14px;
    font-weight: 600;
}

ul.route-points li:first-child::before, ul.route-points li:last-child::before
    {
    width: 31px;
    height: 31px;
    margin: 0 20px 0 2px;
}

ul.route-points li:last-child::after {
    border: 0;
}

/* @Контейнер формы поиска на странице маршрута */
.route-search-form-container {
    margin: 20px 0;
    padding: 35px 20px 20px 20px;
    background-color: #efefef;
}

.route-search-form-container .ct-form-control {
    min-width: 0;
}
