/*красивый список с мигающими точками*/
.push-t {
    list-style: none;
}

.push-t  li {
    position: relative;
    padding: 10px 0 10px 40px;
    /* font-variant: small-caps; */
    font-weight: bold;
    /* cursor: pointer; */
    font-size: 16px;
}

.push-t  li:before {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4F5151;
    content: "";
    left: 0;
    transition: .3s ease-in-out;
    top: 20px;
    border: 2px solid white;
}

.push-t  li:after {
    position: absolute;
    border-left: 1px dotted #4F5151;
    width: 1px;
    bottom: -12px;
    content: "";
    left: 3px;
    top: 48px;
}

.push-t  li:hover:before {
    box-shadow: 0 0 0 10px/*rgba(0,0,0,.2)*/
    rgb(0 116 107 / 85%)
}

.push-t  li:last-child:after {
    content: none;
}

/*конец стилей для списка*/

/*красивый список с галочками*/
.push-ts {
    list-style: none;
}

.push-ts  li {
    position: relative;
    padding: 5px 0 5px 40px;
    /* font-variant: small-caps; */
    font-weight: bold;
    /* cursor: pointer; */
    font-size: 15px;
}

.push-ts li:before {
    position: absolute;
    border-radius: 25%; 
    /* background: #4F5151; */
    content: "\2713";
    left: 9px;
    transition: .3s ease-in-out;
    top: 2px;
    border: 4px solid white;
    color: #006f66;
}


.push-ts  li:hover:before {
    box-shadow: 0 0 0 2px/*rgba(0,0,0,.2)*/
    rgb(0 116 107 / 85%)
}

.push-ts  li:last-child:after {
    content: none;
}

/*конец стилей для списка*/

/*стиль для красивого бирюзового блока для выделения текста*/
.styled-block-t {
    border-left: 3px dotted;
    background: #00938724;
    color: #006f66;
    margin-bottom: 40px;
    clear: both;
    margin-top: 30px;
    padding: 37px 50px;
    font-size: 17px;
}

.styled-block-t b{color: #006f66;} 
/*конец*/

/*стиль для линии, разделителя для заголовка*/
.hr-t {
    height: 1px;
    background: #006f66;
    width: 20%;
}
.hr-ts {
    padding: 0;
    margin: 20px 0;
    height: 1px;
    background: #006f667d;
}

/*конец*/
/*просто светлый бирюзовый блок*/
.order-block {
    margin: 0;
    background: #0093870f;
    clear: both;
    font-size: 1.1em;
    width: 100%;
}
/*------------*/
/*стиль для текста в бирюзовом простом блоке блоке*/
.darken-t {
    color: #006f66;
    font-size: 1.2rem;
}
/*------------*/
/*иконки заголовков маршрутов*/

h2 .fa-home:before, .fa-suitcase:before, .fa-camera:before, .fa-tint:before, .fa-automobile:before {

    color: #006f66;
}
/*-------*/
/*изменение цвета текстов на более темный*/
p, .muted777 {
    color: #222;
}
/*-------*/
/*заголовки аккордеонов*/
.accordion-head {

    color: #006f66;
    font-weight: bolder;
}

.arrow_open {

    border: 1px solid #006f66;

}
/*-------*/
/*цвет направления в карточке*/
.detail-news1 .banner-char__info .banner-char__info-sections {

    color: #006f66;
}
/*-------*/
/*плашка для анонса в блоге*/

.textanons {
    
    background-color:#22222261;
    padding: 20px;
    color: #ffffff;
    font-weight: bolder;
}

/*-------*/
/*цвет текста в подсказке в свойствах  и ширина блока*/

.bx_filter_parameters_box_title .hint .tooltip {
    color: #222;
    width: 300px;
}
/*-------*/
/* выделение текста в спане*/

.label-t {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background: #999;
}
/*-------*/
/*цвет бордеров с списке маршрутов вверху шапке*/
 