#busForm {
    margin: 50px 0;
}
#search-bus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}
#search-bus .search-bus__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#search-bus .search_bus__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
#search-bus .search-bus__lab {
    margin-left: 12px;
}
#search-bus .swap_places {
    width: 8%;
}
#search-bus .swap_places svg {
    fill: #ff4902;
    /*fill: #0d77dc;*/
}
#search-bus .search-bus__text {
    white-space: nowrap;
}
#search-bus input, #search-bus button {
    height: 48px;
    background: #fff;
    color: #524c61;
    padding: 6px 15px;
    /*text-align: center;*/
    border: 1px solid #0d77dc;
    cursor: pointer;
    overflow: hidden;
}
.search-bus__city input:focus {
    -webkit-box-shadow: 0 0 0 1px #ff6d00;
    box-shadow: 0 0 0 1px #ff6d00;
}
.search-bus__dates {
    margin-right: 10px;
}

/*  Календарь */
#search-bus .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #059bce;
    color: #fff;
}
#search-bus .ui-corner-all {
    border-radius: 0;
    padding: 0;
}
#search-bus div#ui-datepicker-div {
    -webkit-box-shadow: 0 24px 49px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 24px 49px 0 rgba(0, 0, 0, .3);
}
#search-bus table.ui-datepicker-calendar th {
    color: #959da0;
    font-weight: 400;
    font-size: 12px;
}



#busPeople {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 4px 4px 0;
}
#search-bus #inputPeople16, #search-bus #inputPeople {
    height: 35px;
}
/*.radius-left {
    border-radius: 4px 0 0 4px;
}
.radius-right {
    border-radius: 0 4px 4px 0;
}*/
#search-bus .search_bus__submit, #bus-btn-submit {
    border: 0;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    /*background: #f57c00;
    -webkit-box-shadow: 0 1px 0 0 #d84d00, 0 2px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 0 #d84d00, 0 2px 6px 0 rgba(0,0,0,.15);*/
    background: #0d77dc;
    -webkit-box-shadow: 0 1px 0 0 #02386a, 0 2px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 0 #02386a, 0 2px 6px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    font-size: 1.375rem;
    color: #fff;
    cursor: pointer;
}
.search_bus__today button {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.swap_places button svg {
    vertical-align: middle;
}
.search_bus__100 {
    width: 100%;
}
.search_bus__50 {
    width: 50%;
}
.search_bus__46 {
    width: 46%;
}
.search_bus__25 {
    width: 25%;
}

/*.search_bus__100:first-child {
    border-radius: 4px 0 0 4px;
}
.search_bus__100:last-child {
    border-radius: 0 4px 4px 0;
}*/


/* автозаполнение ui */
.bus-select-city {
    display: none;
    position: absolute;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 150;
}
/*.bus-select-city.active {
    display: flex;
}*/
.bus-city-i {
    padding: 4px 15px;
}
.bus-city-i:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    background-image: none;
    cursor: pointer;
}











/* старое автозаполнение */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    /*    padding: 4px 15px;
        list-style: none;
        background-color: #ffffff;*/
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/*.ui-menu-item {
    margin: 0;
    padding:0 .5em;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    width: 100%;
    padding: 3px 15px;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    background-image: none;
    cursor: pointer;
}
*/

/* автозаполнение */
#ui-id-1, #ui-id-2 {
    width: 238px!important;
}
/*#ui-id-1 li, #ui-id-2 li {
    width: 238px;
}*/
.ui-helper-hidden-accessible {
    display: none;
}




.ui-widget-content {
    background: #fff;
    /*width: 100%!important;*/
}
.ui-menu-item-wrapper {

}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    background-image: none;
    cursor: pointer;
}
.ui-menu-item-wrapper {
    padding: 4px 15px;
}



/* Сброс даты */
.remove-date {
    position: absolute;
    top: 27px;
    padding: 10px 10px;
    right: 0;
    fill: #ff4902;
    cursor: pointer;
}


/* Результаты поиска */
.bus-result__section {
    background-color: #fafafa;
    margin: 16px 0 10px;
    padding: 15px 40px 15px 40px;
    position: relative;
    font-size: 14px;
    border: 1px solid #0d77dc;
    border-radius: 4px;
    -webkit-box-shadow: #999 0 3px 6px;
    box-shadow: #999 0 3px 6px;
}
#search-bus-result H2 {
    margin-top: 25px;
}
.bus-result__top {
    width: calc(100% - 56px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    color: rgba(0,0,0,.87);
    margin-bottom: 6px;
}
.bus-result__hr {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(221, 227, 235);
}
.bus-result__top .fa-long-arrow-right {
    color: rgba(0,0,0,.54);
    margin: 0 10px;
}
.bus-result__container {
    display: table;
    width: calc(100% - 56px);
}
.bus-result__first {
    display: table-cell;
    width: 200px;
    padding-right: 15px;
}
.bus-result__second {
    display: table-cell;
}
.bus-result__second .flight-info {
    display: table;
    width: 100%;
}
.bus-result__second .departure-time {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0,0,0,.87);
    display: table-cell;
    line-height: 32px;
    white-space: nowrap;
}
.bus-result__second .scheme {
    display: table-cell;
    padding: 0 8px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.bus-result__second i {
    position: relative;
    top: 3px;
    color: rgba(0,0,0,.38);
}
.bus-result__second .scheme-duration {
    display: inline-block;
    color: #75787b;
    border-bottom: 1px dotted #b4b4b4;
    font-size: 12px;
    width: 152px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    overflow-y: hidden;
    position: relative;
    top: 2px;
}
.bus-result__second .dist {
    position: absolute;
    color: #75787b;
    bottom: -16px;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    display: block;
}
.bus-result__second .arrival-time {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0,0,0,.87);
    display: table-cell;
    line-height: 32px;
    white-space: nowrap;
    text-align: right;
}
.bus-result__second .flight-description {
    color: #75787b;
    font-size: 12px;
}
.bus-result__second .arrival-box {
    float: left;
    width: 48%;
}
.bus-result__second .departure-box {
    float: right;
    text-align: right;
    width: 48%;
}
.bus-result__second .flight-description .date {
    color: rgba(0,0,0,.87);
    line-height: 20px;
    white-space: nowrap;
}
.bus-result__second .flight-description .city.js-tooltip span {
    display: block;
}

/* Результаты поиска 2.0 */
.ticket-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ticket-c {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ticket-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 230px;
}
.ticket-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
time.ticket-time__hour {
    white-space: nowrap;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #333640;
}
.departure-time__date {
    margin-right: 30px;
    font-weight: 700;
}
.ticket-stop {
    font-size: 12px;
    color: #828c99;
    margin: 3px 0 0 15px;
}
.ticket-duration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #828c99;
    font-size: 12px;
}
.ticket-duration__scheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px;
    white-space: nowrap;
    position: relative;
}
.ticket-duration__time {
    display: inline-block;
    border-bottom: 1px dotted #b4b4b4;
    font-size: 12px;
    min-width: 90px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin: 0 4px 0 3px;
    top: -8px;
}
.ticket-buy {
    min-width: 215px;
    margin-left: 30px;
}
.ticket-buy__btn button {
    position: relative;
    padding: 0 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 4px;
    background: #0d77dc;
    /*background: rgb(56, 175, 255);*/
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: border-color 0.4s,color 0.4s;
    -o-transition: border-color 0.4s,color 0.4s;
    transition: border-color 0.4s,color 0.4s;
    text-decoration: none;
}
.ticket-seat, .ticket-refund {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.ticket-seat_icon i, .ticket-refund i {
    margin-right: 5px;
}
.ticket-seat__places-indicator {
    font-size: 0;
    height: 8px;
    width: 4px;
    display: inline-block;
    margin: 0 12px 0 6px;
    position: relative;
}
.ticket-seat__places-indicator:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    height: 8px;
    width: 4px;
}
.ticket-seat__places-indicator:after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    height: 8px;
    width: 4px;
}
.ticket-seat__places-indicator.places-high {
    background: #00aa91;
}
.ticket-seat__places-indicator.places-high:before {
    background: #00aa91;
}
.ticket-seat__places-indicator.places-high:after {
    background: #00aa91;
}
.ticket-seat__places-indicator.places-middle {
    background: #ffaa00;
}
.ticket-seat__places-indicator.places-middle:before {
    background: #ffaa00;
}
.ticket-seat__places-indicator.places-middle:after {
    background: #cfd9e6;
}
.ticket-seat__places-indicator.places-low {
    background: #cfd9e6;
}
.ticket-seat__places-indicator.places-low:before {
    background: #f02a2a;
}
.ticket-seat__places-indicator.places-low:after {
    background: #cfd9e6;
}
.ticket-refund a {
    color: rgb(56, 175, 255);
    border-bottom: 1px dashed rgb(56, 175, 255);
}
.ticket-refund a:hover {
    text-decoration: none;
    border-bottom: none;
    color: #0076c1;
}

.ticket-separator {
    border-top: 1px dashed #aaa;
    margin: 20px 0;
}
/* подсказки */
.t-tooltip {
    position: relative;
}
.t-tooltip:hover .t-tooltip__container {
    top: calc(100% + 12px);
    z-index: 5;
    opacity: 1;
}
.t-tooltip__container {
    padding: 8px 16px;
    background: #364c6a;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 49px;
    min-width: 102px;
    /*width: 160px;*/
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.t-tooltip__container::before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -4px;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #364c6a transparent;
}




/***** БРОНИРОВАНИЕ ****/
.bus-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.bus-contact-blok {
    position: relative;
    width: 270px;
    margin-left: 12px;
}
.bus-contact-blok label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    color: rgb(51, 51, 51);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bus-contact-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-radius: 3px;
    border-width: 1px;
    border-color: rgb(177, 189, 204);
    -o-border-image: initial;
    border-image: initial;
    border-style: solid;
    -webkit-transition: border-color 0.15s ease-out 0s;
    -o-transition: border-color 0.15s ease-out 0s;
    transition: border-color 0.15s ease-out 0s;
}
.bus-contact-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    height: 100%;
    line-height: normal;
    min-height: 36px;
    font-family: inherit;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    background-color: transparent;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 3px;
}
.bus-contact-alert {
    position: absolute;
    top: calc(100% + 2px);
    left: 0px;
    display: none; /* flex */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    opacity: 0.97;
    z-index: 2;
    background-color: rgb(230, 73, 38);
    padding: 3px 12px 5px;
    border-radius: 3px;
}
.bus-contact-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(221, 227, 235);
}
/* ПАССАЖИРЫ */
.bus-pass_list {
    position: relative;
    padding: 30px 0;
}
.bus-pass_list-close {
    cursor: pointer;
}
.bus-pass_list-close svg {
    fill: rgb(150, 160, 179);
    width: 18px;
    height: 18px;
}
.bus-pass_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: rgb(51, 51, 51);
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}
.bus-pass_left, .bus-pass_name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bus-pass_adult {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: normal;
}
.bus-pass_price {
    color: rgb(252, 97, 0);
}
.bus-pass_form {

}
.bus-pass_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-bottom: 15px;
}
.bus-pass_line-name {
    min-width: 180px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 33%;
    margin-left: 10px;
    position: relative;
}
.bus-pass_line-name label {
    display: block;
    margin-bottom: 6px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgb(51, 51, 51);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wrapperInput {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-radius: 3px;
    border-width: 1px;
    border-color: rgb(177, 189, 204);
    -o-border-image: initial;
    border-image: initial;
    border-style: solid;
    -webkit-transition: border-color 0.15s ease-out 0s;
    -o-transition: border-color 0.15s ease-out 0s;
    transition: border-color 0.15s ease-out 0s;
}
.wrapperInput input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    height: 100%;
    line-height: normal;
    min-height: 36px;
    font-family: inherit;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    background-color: transparent;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 3px;
}
.wrapperInput .bus-pass_birth-one {
    width: 45px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
    border-radius: 0px;
    text-align: center;
}
.wrapperInput .bus-pass_birth-three {
    width: 60px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}
.bus-pass_birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bus-pass_line-birth {
    margin-right: 10px;
    width: 152px;
}
.bus-pass_arr {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    padding-left: 5px;
    padding-right: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bus-pass_arr svg {
    height: 18px;
    width: 18px;
    fill: rgb(150, 160, 179);
    opacity: 1;
    -webkit-transition: fill 0.15s ease-out 0s, -webkit-transform;
    transition: fill 0.15s ease-out 0s, -webkit-transform;
    -o-transition: fill 0.15s ease-out 0s, transform;
    transition: fill 0.15s ease-out 0s, transform;
    transition: fill 0.15s ease-out 0s, transform, -webkit-transform;
}
.bus-pass_arr svg:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bus-pass_line-sex {
    min-width: 70px;
    position: relative;
}
button.bus-pass_birth-four {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 100%;
    letter-spacing: 0.2px;
    color: rgb(33, 33, 33);
    fill: rgb(33, 33, 33);
    font-size: 16px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 0px 12px;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    outline: none;
}
._2yPR3 {
    text-align: left;
    max-width: calc(100% - 18px);
}
._1D6Sj {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
._1D6Sj svg {
    display: block;
    overflow: hidden;
}
.bus-pass__drop-sex {
    display: none;
    left: 0px;
    right: 0px;
    position: absolute;
    top: 100%;
    min-width: 100%;
    margin-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 2px;
}
._2CpO8 {
    height: 48px;
    font-size: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    color: rgb(33, 33, 33);
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    padding: 0px 12px;
    border-bottom: 1px solid rgb(212, 217, 220);
}
._2CpO8:hover {
    background-color: rgb(232, 232, 232);
}
span._2YbhT {
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
svg._2AMpy {
    fill: rgb(33, 33, 33);
    visibility: hidden;
}

.add-pass {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid rgb(221, 227, 235);
}
.add-pass button {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(0, 122, 204);
    font-size: 20px;
    line-height: 20px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    border-style: none;
    outline: none;
    background: rgb(240, 245, 250);
    border-radius: 21px;
    margin-bottom: 25px;
    padding: 11px 13.1px 11px 21px;
    -webkit-transition: opacity 0.15s ease-out 0s, -webkit-box-shadow;
    transition: opacity 0.15s ease-out 0s, -webkit-box-shadow;
    -o-transition: opacity 0.15s ease-out 0s, box-shadow;
    transition: opacity 0.15s ease-out 0s, box-shadow;
    transition: opacity 0.15s ease-out 0s, box-shadow, -webkit-box-shadow;
    cursor: pointer;
}
.add-pass button:hover {
    cursor: pointer;
    -webkit-box-shadow: rgb(221, 227, 235) 0px 0px 0px 1px;
    box-shadow: rgb(221, 227, 235) 0px 0px 0px 1px;
    background: rgb(221, 227, 235);
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}
.add-pass label {
    position: relative;
    margin: 20px 0 0 40px;
}
.add-pass input {
    display: none;
}
.add-pass .checkbox__label {
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 1px solid #cfcfd1;
    border-radius: 3px;
}
.checkbox__input:checked + .checkbox__label {
    background: url('../img/check.png') no-repeat center;
    -webkit-animation: animation-checkbox 0.4s ease-in-out;
    animation: animation-checkbox 0.4s ease-in-out;
    background-size: 80%;
}
@-webkit-keyframes animation-checkbox {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes animation-checkbox {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.add-pass-btn {
    display: inline-block;
    vertical-align: top;
    padding: 0px 7.9px 0px 0px;
}
#add-pass .fas {
    font-size: 14px;
}
.styled__IconWrap-sc-1e85tz9-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
}
svg.kb_plus {
    height: 18px;
    width: 18px;
    fill: rgb(0, 138, 230);
    opacity: 1;
    -webkit-transition: fill 0.15s ease-out 0s, -webkit-transform;
    transition: fill 0.15s ease-out 0s, -webkit-transform;
    -o-transition: fill 0.15s ease-out 0s, transform;
    transition: fill 0.15s ease-out 0s, transform;
    transition: fill 0.15s ease-out 0s, transform, -webkit-transform;
}
/* отправка заказа */
.bus-order-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 42px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 182, 64);
}
.bus-order-submit-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.bus-order-submit-title {
    font-size: 20px;
    font-weight: 700;
    color: #75787b;
}
#totalPrice {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.2px;
    color: rgb(252, 97, 0);
    font-weight: bold;
    margin: 0 15px;
}
.bus-order-submit button {
    font-family: inherit;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 20px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: none;
    margin: 0px;
    background: rgb(56, 175, 255);
    border-radius: 21px;
    padding: 11px 13.1px 11px 21px;
    -webkit-transition: opacity 0.15s ease-out 0s, -webkit-box-shadow;
    transition: opacity 0.15s ease-out 0s, -webkit-box-shadow;
    -o-transition: opacity 0.15s ease-out 0s, box-shadow;
    transition: opacity 0.15s ease-out 0s, box-shadow;
    transition: opacity 0.15s ease-out 0s, box-shadow, -webkit-box-shadow;
}
.bus-order-submit button:hover {
    cursor: pointer;
    -webkit-box-shadow: rgb(15, 153, 245) 0px 0px 0px 1px;
    box-shadow: rgb(15, 153, 245) 0px 0px 0px 1px;
    background: rgb(15, 153, 245);
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}
svg.kb_arrow-right {
    height: 18px;
    width: 18px;
    fill: white;
    vertical-align: middle;
}
.bus-order-submit span {
    display: inline-block;
    vertical-align: top;
    padding: 0px 7.9px 0px 0px;
}
/*Доп, после результатов */
#search-bus-dop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}
#verification-link {
    display: inline-block;
    color: rgb(0, 122, 204);
    font-size: 20px;
}
.icons_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}
.b-info__payway__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payway_icon.icon_mast {
    background: url(../img/mastercard.svg) no-repeat center;
    height: 35px;
    width: 40px;
    background-size: contain;
    background-position: 50%;
}
.payway_icon.icon_maestro{
    background: url('../img/maestro.svg') no-repeat center;
    height: 35px;
    width: 40px;
    background-size: contain;
    background-position: 50%;
}
.payway_icon.icon_visa{
    background: url('../img/visa.svg') no-repeat center;
    height: 35px;
    width: 65px;
    background-size: contain;
    background-position: 50%;
    margin: 0 5px;
}
.payway_icon.icon_mir{
    background: url('../img/mir.svg') no-repeat center;
    height: 35px;
    width: 65px;
    background-size: contain;
    background-position: 50%;
}
.secure-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.secure-pay-lock {
    background: url(../img/lock.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 20px;
}
.secure-pay-text {
    font-size: 12px;
    margin-left: 5px;
}
/* Модальное */
.how-buy {
    margin: 0 30px;
}
.how-buy-icon img {
    width: 70px;
    margin-bottom: 20px;
}
.how-buy-title {
    color: #333640;
    font-size: 20px;
    margin-bottom: 15px;
}
.how-buy-clause {
    margin: 30px 0 20px 0;
    padding: 0 3% 0 0;
}
.card-block p {
    margin-bottom: 10px;
    color: #000;
}
.accordion h4 {
    line-height: 25px;
    font-size: 1.5rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 1.25rem;
    cursor: pointer;
}
.card-header:hover {
    text-decoration: underline;
    color: #0275d8;
}
.collapse {
    display: none;
}
.card-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}



/* Статус заказа */
.bus-result_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bus-result__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 45%;
}
.bus-result__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px dotted #e1e1e1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.bus-result__line-val {
    font-size: 20px;
    white-space: nowrap;
}
.bus-result__line-val button {
    background: none;
    border: none;
    margin-right: -7px;
    font: inherit;
    cursor: pointer;
    color: #0275d8;
}


/* Информация о билетах */
.price-bus {
    display: flex;
    flex-direction: row;
}
.price-bus_col {
    width: 50%;
}
.price-bus_col:last-child {
    border-left: 3px solid #D5EAFE;
}
.price-bus_title {
    color: #0d77dc;
    background-color: #edf4f9;
    padding: 15px 20px 15px;
    font-weight: bold;
    text-align: center;
}
.price-bus_i {
    display: flex;
    padding: 20px 0;
}
.price-bus_day {
    font-weight: bold;
    color: #f57c00;
    padding: 0 15px;
    width: 15%;
    min-width: 120px;
}
.price-bus_data {
    width: 85%;
}




/* таблица выездов автобуса на море */
.tp-table_bus {
    width: 100%;
}
.tp-table_bus th {
    width: 50%;
    color: #0d77dc;
}
.tp-table_bus th:last-child {
    border-left: 3px solid #D5EAFE;
}
.tp-table_bus tr td:nth-child(2n+1) {
    font-weight: bold;
    color: #f57c00;
    border-left: 3px solid #D5EAFE;
}
.tp-table_bus tr td:nth-child(3) {
    border-left: 3px solid #D5EAFE;
}
/* расписание */
.tp-table_departure tr td:first-child {
    color: #0d77dc;
}

/* как купить */
.buy-instructions {
    display: flex;
}
.buy-instr_i {
    margin-right: 50px;
    margin-bottom: 20px;
}
.buy-instr_title {
    font-size: 22px;
    line-height: 27px;
    color: #0d77dc;
    margin: 30px 0;
}
.buy-instr_ol {
}
.buy-instr_i:first-child .buy-instr_ol {
    border-right: 3px solid #D5EAFE;
}
.buy-instr_ol li {
    margin-left: 20px;
    margin-bottom: 15px;
    list-style: auto;
    color: #4f5164;
    font-family: "Ubuntu", sans-serif;
}



/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!! повтор !!!!!!!!!!!!!!!!!!!!!!  */
.fa-gray {
    color: rgba(0, 0, 0, .4);
}
.fa-blue {
    color: #3B99D8;
}
.fa-orange {
    color: #ff4902;
}
.fa-red {
    color: #EA6C5D;
}
.fa-green {
    color:#00d225
}.fa-off {
     cursor: no-drop;
     color:#91a8ff
 }




@media (max-width:991px) {
    /*#search-bus input, #search-bus button {
        padding: 0;
    }*/
}
@media (max-width:767px) {
    /* поиск */
    #search-bus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search_bus__50 {
        width: 100%;
    }
    .search_bus__25 {
        width: 100%;
    }
    /* результат */
    .ticket-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ticket-col {
        width: 50%;
        max-width: 100%;
    }
    .ticket-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .ticket-buy {
        margin-left: 0;
        margin-top: 20px;
    }
    .ticket-duration {
        display: none;
    }
    .ticket-seat>div, .ticket-refund>a {
        width: 50%;
    }
    .ticket-refund a {
        border-bottom: none;
    }

    /* информация */
    .price-bus, .buy-instructions {
        flex-direction: column;
    }
    .price-bus_col, .buy-instr_i {
        width: 100%;
    }
    .price-bus_col:last-child {
        border-left: none;
    }
    .buy-instr_i:first-child .buy-instr_ol {
        border-right: none;
    }



    /* бронирования */
    .bus-result__section, .bus-order-submit {
        padding: 10px;
    }
    .search-order .bus-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        gap: 12px;
    }
    .search-order .bus-contact-blok {
        width: 100%;
        margin-left: 0;
    }
    .bus-result_order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .bus-result_order .bus-result__info {
        width: 100%;
    }
    .bus-result_order .bus-result__line {
        display: block;
        padding: 4px 0;
    }
    .bus-result_order .bus-result__line-val {
        font-size: 16px;
        white-space: normal;
        overflow-wrap: anywhere;
    }
    .bus-contact-blok {
        width: 50%;
    }
    .bus-contact-info {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .bus-pass_line {
        margin-left: 0;
        margin-bottom: 0;
    }
    .bus-pass_name, .bus-order-submit-title, .bus-pass_line-sex {
        display: none;
    }
    .bus-pass_line-birth {
        margin-right: 0;
        width: 100%;
    }
    .bus-pass_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .bus-pass_form .bus-pass_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 95%;
    }
    .bus-pass_adult {
        padding-left: 10px;
    }
    .bus-pass_line-name {
        margin-left: 0;
        margin-right: 10px;
        min-width: inherit;
        width: inherit;
    }
    .bus-order-submit>div {
        width: 50%;
    }
}
@media screen and (max-width: 540px) {
    .search_bus__100 {
        border-radius: 4px;
        padding-left: 12px;
    }

    #search-bus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #search-bus .search_bus__100 {
        margin-bottom: 25px;
        box-shadow: none;
    }
    .search_bus__46 {
        width: 100%;
    }
    .search_bus__50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search_bus__25 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #search-bus .swap_places {
        position: absolute;
        right: 0;
        top: 0;
    }
    #search-bus-dop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
