@import url(https://fonts.googleapis.com/css?family=Scada:400,700&subset=cyrillic);

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Scada, Arial, sans-serif
}

.ui-widget.ui-widget-content {
    border: 1px solid #000;
    border-radius: 0;
    padding: 0
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 35px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 400
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    align-self: center;
    bottom: 0;
    left: 0;
    right: 0;
    border: none !important;
    padding: 5px;
    trabsition: .3s
}

.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
    opacity: .7
}

.ui-datepicker .ui-datepicker-next {
    order: 1
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    margin-left: 0;
    margin-top: 0;
    position: static
}

.ui-widget-header .ui-icon {
    position: static;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #000 transparent transparent;
    background: none
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    height: 30px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.ui-datepicker td a, .ui-datepicker td span {
    text-align: center
}

.ui-datepicker td {
    padding: 1px;
    border: 1px solid #000;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
    text-align: center
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: none;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-datepicker th {
    text-transform: uppercase;
    padding: .4em .3em
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #1f3aa1;
    background: #1f3aa1;
    font-weight: 400;
    color: #fff; /*border-radius:50%;display:inline-block;padding:.2em .3em;font-size:14px*/
}

*, .ui-datepicker table {
    margin: 0
}

* {
    padding: 0;
    box-sizing: border-box;
    vertical-align: baseline
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

:after, :before {
    box-sizing: inherit
}

:active, :focus, [required] {
    outline: none;
    box-shadow: none
}

::-moz-focus-inner {
    border: 0
}

textarea {
    resize: none;
    overflow: auto
}

a, button, input, label, select, textarea {
    cursor: pointer
}

button, input, label, select, textarea {
    font: inherit
}

.container {
    margin: 0 auto;
    width: calc(100vw - 30px)
}

a {
    color: inherit;
    text-decoration: none
}

address {
    font-style: normal
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent;
    opacity: 0
}

ol, ul {
    list-style: none
}

img {
    max-width: 100%;
    max-height: 100%
}

svg {
    display: inline-block
}

/*
circle, path, rect {
    fill: inherit
}*/

.button {
    border: none;
    border-radius: 4px;
    transition: .4s
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

input[type=email], input[type=number], input[type=password], input[type=text] {
    cursor: text
}

body {
    font-family: Scada, Arial, sans-serif
}

.button {
    transition: opacity .4s
}

.button:focus, .button:hover {
    opacity: .86
}

a {
    color: #1f3aa1
}

.header-wrapper {
    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
}

.header-link {
    font-size: 20px
}

.hero {
    background-image: url(/assets/image/hero-main.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0 30px;
    /*margin-bottom: 80px;*/
    width: 100%;
    color: #fff
}

.hero-title {
    font-weight: 400
}

.hero-text-content {
    margin-bottom: 30px
}

.form-order {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-order, .form-order-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .form-order-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100vw - 60px)
    }
}

.form-order-label {
    position: relative;
    font-size: 18px;
    width: 100%;
    margin-bottom: 18px
}

.form-order-label span {
    display: inline-block;
    margin-bottom: 7px;
    padding-left: 11px
}

@media (max-width: 767px) {
    .form-order-label span {
        display: none
    }
}

.form-order-label__date {
    position: relative
}

.form-order-label__date .dateShow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #000
}

.form-order-label__date:after {
    position: absolute;
    bottom: 20px;
    right: 10px;
    content: "";
    background-image: url(/assets/image/calendar.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 20px
}

.form-order-direction .form-order-label:first-child {
    margin-bottom: 0
}

.form-order-direction .change-dir {
    margin: 9px 0
}

.form-order-passenger #passengerCount {
    padding: 0 30px 0 calc(100% - 130px);
    text-align: center
}

@media (max-width: 767px) {
    .form-order-passenger.lang_ua .form-order-label__passenger:before {
        content: "\41F\430\441\430\436\438\440\438";
    }

    .form-order-passenger.lang_en .form-order-label__passenger:before {
        content: "Passengers";
    }

    .form-order-passenger .form-order-label__passenger:before {
        position: absolute;
        left: 22px;
        bottom: 20px;
        color: grey
    }
}

.form-order__field {
    background-color: #f3f3f3;
    display: block;
    width: 100%;
    height: 60px;
    color: #000;
    border: 3px solid transparent;
    border-radius: 4px;
    padding: 0 0 0 20px;
    transition: border .4s;
    cursor: text
}

.form-order__field-date {
    -webkit-appearance: none;
    color: transparent
}

.form-order__field-date::-webkit-calendar-picker-indicator, .form-order__field-date::-webkit-inner-spin-button {
    display: none
}

.form-order__field:focus, .form-order__field.focus {
    border-color: #00ad5d
}

.form-order__field:hover {
    border-color: #45ad76
}

.form-order__field:disabled {
    border-color: #d2d6de;
    background-color: #eee;
    cursor: not-allowed;
}

.form-order-submit {
    width: 100%;
    text-align: center
}

.form-order-btn {
    width: 190px;
    height: 60px;
    border: none;
    border-radius: 4px
}

.searchWithoutDate.lang_ua:before {
    content: "\41f\43e\448\443\43a\20\431\435\437\20\434\430\442\438";
}

.searchWithoutDate.lang_en:before {
    content: "Search without date";
}

.form-order-btn, .searchWithoutDate {
    color: #fff;
    background-color: #00ad5d
}

.searchWithoutDate {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    height: 40px;
    line-height: 40px;
    transition: .3s
}

.searchWithoutDate:focus, .searchWithoutDate:hover {
    background-color: rgba(0, 173, 93, .8);
    color: #fff;
    border: none;
    border-bottom: 1px solid #000
}

.change-dir {
    background-image: url(/assets/image/change-dir.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 23px;
    width: 23px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px solid transparent
}

.change-dir:hover {
    opacity: .8
}

.change-dir:focus {
    border-color: #00ad5d
}

.pass-minus, .pass-plus {
    position: absolute;
    right: 110px;
    bottom: 20px;
    background-color: #999;
    color: #f3f3f3;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 2px
}

.pass-minus:focus, .pass-minus:hover, .pass-plus:focus, .pass-plus:hover {
    background-color: #99908f
}

.pass-minus:active, .pass-plus:active {
    background-color: #7d7d7d
}

.pass-plus {
    left: auto;
    right: 30px
}

.search-results-title {
    background-color: #1f3aa1;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 400
}

.pre-cart {
    margin: 20px 0 20px;
    border: 0 solid #1f3aa1;
    -webkit-box-shadow: 0 0 2px rgba(31, 58, 161, 0.35);
    -moz-box-shadow: 0 0 2px rgba(31, 58, 161, 0.35);
    box-shadow: 0 0 2px rgba(31, 58, 161, 0.35);
    width: 100%
}

.pre-cart__title {
    padding: 15px 20px
}

.pre-cart__item {
    position: relative;
    padding: 10px 20px;
    background-color: #dee9f4;
    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: 15px
}

.pre-cart__item.loading:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: inherit;
    z-index: 3;
}

.pre-cart__item.loading:after {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid rgb(0, 173, 93);
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 1s infinite linear;
    -webkit-animation: cssload-spin 1s infinite linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

.pre-cart__item.loading:nth-child(odd):after {
    border: 3px solid #1f3aa1;
    border-left-color: transparent;
    border-right-color: transparent;
}

.pre-cart__item-remove,.pre-cart__item-luggage {
    background: transparent;
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    right: 20px;
    font-size: 20px;
}
.pre-cart__item-remove {
    top: 10px;
}
.pre-cart__item-luggage {
    bottom: 10px;
    width: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color .05s linear .05s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 10px;
    background-color: #ffffff;
    display: block;
    border: 1px solid #1f3aa1;
    color: #1f3aa1;
    font-weight: 600;
}
.pre-cart__item-luggage:hover {
    background-color: #1f3aa1;
    color: #ffffff;
}

.pre-cart__item-menu {
    margin-bottom: 3px;
}

.pre-cart__item-menu .lnr {
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
}

.dropdown {
    position: relative;
    margin: 0 0 0 auto;
}

.dropdown-text {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.dropdown-text span {
    text-decoration: underline;
    font-weight: 600;
}

.dropdown-head {
    color: #5c5d66;
    margin-bottom: 5px;
}

.dropdown-list {
    position: absolute;
    top: 24px;
    left: 0;
    /*right: 0;*/
    min-width: 150px;
    background: #fff;
    border-radius: 5px;
    padding: 17px 20px 8px;
    z-index: 1;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
}

.dropdown-option-item {
    color: #5c5d66;
    padding: 5px 0;
    text-align: center;
    position: relative;
}

.dropdown-options.loading {
    position: relative;
    min-height: 90px;
    min-width: 196px;
}

.dropdown-options.loading:before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgb(0, 173, 93);
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 1s infinite linear;
    -webkit-animation: cssload-spin 1s infinite linear;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: 0;
    margin: auto;
}

.dropdown-options .dropdown-option-item {
    margin: 0 0 4px;
}

.input-option-label {
    display: flex;
    align-items: center;
    pointer-events: all;
}

.dropdown-option-item i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
}

.input-option-name {
    margin: 0 0 0 7px;
    color: #5d5f61;
    white-space: nowrap;
}

.pre-cart__item:nth-child(odd) {
    background-color: #d9f4e1
}

.pre-cart__item h3 {
    margin-bottom: 3px
}

@media (max-width: 600px) {
    .pre-cart__item h3 {
        padding-right: 22px
    }
}

/*
@media (max-width: 600px) {
    .pre-cart__price {
        position: absolute;
        bottom: 10px;
        right: 25px
    }
}*/

.pre-cart-totals {
    padding: 10px 20px;
    border-top: 1px solid rgba(31, 58, 161, 0.35);
}

.pre-cart__sum {
    font-size: 1.15em
}

.section-payment {
    padding-bottom: 36px;
    padding-top: 0
}

.form-payment {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-payment-text {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 39px
}

.form-payment-field {
    background-color: #f3f3f3;
    width: 350px;
    max-width: 100%;
    height: 60px;
    padding: 22px 16px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    cursor: text;
    transition: .4s
}

.form-payment-field:hover {
    background-color: #ececec
}

.form-payment-field:focus {
    background-color: #f5f4f4;
    border-color: #00ad5d
}

.form-payment-field::-webkit-input-placeholder {
    color: gray
}

.form-payment-field::-moz-placeholder {
    color: gray
}

.form-payment-field:-ms-input-placeholder {
    color: gray
}

.form-payment-field:-moz-placeholder {
    color: gray
}

.form-payment-fields {
    max-width: 100%
}

.form-payment-btn {
    background-color: #27c142;
    width: 100% !important;
    height: 60px;
    color: #fff;
}

#modal-check-pay .form-payment-btn:disabled {
    background-color: #27c142;
    opacity: .3;
}

.footer {
    padding-top: 21px;
    padding-bottom: 21px
}

@media (max-width: 767px) {
    .logo {
        max-width: 136px
    }

    .logo img {
        position: relative;
        top: 4px
    }
}

@media (max-width: 767px) and (min-width: 601px) {
    .hero {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 767px) {

    .container {
        margin: 0 auto;
        max-width: 670px;
        width: calc(100vw - 60px)
    }

    .section-hero .container, .section-login .container {
        width: 100%
    }

    .form-payment-text {
        padding: 0 20px
    }
}

@media (min-width: 770px) and (max-width: 820px) {
    .form-order {
        width: calc(100% - 60px);
        margin: 0 auto
    }

    .form-order, .form-order-part {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .form-order-part {
        width: 100%
    }

    .form-order-label {
        width: 45%
    }

    .form-order-label__date {
        position: relative
    }

    .form-order-label__date .dateShow {
        top: 29px
    }

    /*.form-order-passenger {
        width: 48%
    }*/
    .change-dir {
        top: 50%;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    /*.form-order-passenger .form-order-label. {
        width: 100%
    }*/
    /*.form-order-submit {
        width: 48%;
        text-align: center;
        position: relative;
        top: 29px
    }

    .form-order-btn {
        width: 100%
    }*/
}

@media (min-width: 821px) {

    .header-wrapper {
        padding: 0 50px
    }

    .hero {
        padding: 60px 0 66px;
        /*margin-bottom: 50px;*/
        color: #fff
    }

    .hero-text-content {
        margin-bottom: 40px
    }

    .hero-title {
        font-size: 36px;
        line-height: 1;
        margin-bottom: .5em
    }

    .hero-text {
        font-size: 18px
    }

    .form-order {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form-order, .form-order-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form-order-part {
        margin-bottom: 60px
    }

    .form-order-label {
        max-width: 185px;
        font-size: 18px;
        margin: 0 15px
    }

    .form-order-label span {
        display: inline-block;
        margin-bottom: 7px;
        padding-left: 11px
    }

    .form-order-label__date {
        position: relative
    }

    .form-order-label__date .dateShow {
        top: 30px
    }
}

@media (min-width: 821px) and (max-width: 1009px) {
    .form-order-label__date .dateShow {
        font-size: .8em
    }
}

@media (min-width: 821px) {

    .container {
        max-width: 1240px;
        margin: 0 auto
    }

    .form-order__field {
        background-color: #f3f3f3;
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 4px;
        padding: 0 0 0 11px
    }

    .form-order-submit {
        width: 100%;
        text-align: center
    }

    .form-order-btn {
        width: 190px;
        height: 60px;
        color: #fff;
        background-color: #00ad5d;
        border: none;
        border-radius: 4px
    }

    .form-order-direction .form-order-label:first-child {
        margin-right: 5px
    }

    .form-order-direction .form-order-label:last-child {
        margin-left: 5px
    }

    .form-order-passenger #passengerCount {
        text-align: center;
        padding: 0 30px
    }

    .search-results-title {
        display: none
    }

    .pass-minus, .pass-plus {
        left: 30px
    }

    .pass-plus {
        left: auto;
        right: 30px
    }

    .change-dir {
        position: relative;
        top: 15px
    }

    .payment-container, .search-results-container {
        max-width: 980px
    }

    .section-payment {
        /*padding-top: 36px;*/
        padding-bottom: 36px
    }

    .form-payment-fields {
        max-width: 370px;
        margin: 0 auto
    }

    .form-payment {
        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-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-payment-text {
        font-size: 18px;
        color: #000;
        text-align: center;
        margin-bottom: 39px
    }

    .form-payment-field {
        margin-bottom: 20px
    }

    .pre-cart {
        padding: 15px 20px;
    }

    .pre-cart__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .pre-cart__tickets {
        padding-left: 5px
    }

    .pre-cart__tickets:before {
        content: ", ";
        position: relative;
        left: -5px
    }

    .pre-cart__price {
        text-align: center;
        margin-right: 20px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .pre-cart__price span {
        display: block;
        font-size: 1.5em
    }

    .pre-cart-totals {
        -webkit-box-shadow: 0 0 2px rgba(31, 58, 161, 0.35);
        -moz-box-shadow: 0 0 2px rgba(31, 58, 161, 0.35);
        box-shadow: 0 0 2px rgba(31, 58, 161, 0.35);
        border-radius: 2px;
        border-top: 0;
        padding: 10px 20px 5px
    }

    .pre-cart__date {
        width: 100%
    }

    .pre-cart__sum {
        font-size: 1.5em
    }
}

@media (min-width: 840px) and (max-width: 900px) {
    .form-order-label {
        max-width: 140px;
        margin: 0 10px
    }
}

@media (min-width: 901px) {
    .hero {
        padding: 60px 10px 66px
    }
}

@media (min-width: 1010px) {
    .hero-text {
        margin: 0 auto;
        max-width: 30%
    }

    .form-order-label {
        max-width: 200px;
        font-size: 18px;
        margin: 0 15px
    }
}

@media (min-width: 1440px) {

    .container {
        max-width: 1800px;
        width: calc(100% - 150px);
        margin: 0 auto
    }

    .hero {
        padding: 90px 10px 100px;
        background-position: top
    }

    .hero-title {
        font-size: 42px;
        line-height: 1;
        margin-bottom: .4em
    }

    .hero-text {
        font-size: 22px;
        margin: 0 auto;
        max-width: 35%
    }

    .hero-text-content {
        margin-bottom: 60px
    }

    .form-order-label {
        max-width: 200px;
        font-size: 20px;
        margin: 0 15px
    }

    .form-order-label__date {
        position: relative
    }

    .form-order-label__date .dateShow {
        top: 32px;
        font-size: .9em
    }

    .form-order-part {
        margin-bottom: 80px
    }

    .payment-container, .search-results-container {
        max-width: 1100px
    }
}

@media (min-width: 1600px) {
    .hero-text {
        max-width: 25%
    }
}

#map {
    height: 100vh
}

/* lang*/
.header-link {
    font-size: 20px;
    margin-left: auto;
    margin-right: 40px;
}


.lang {
    height: 20px;
    line-height: 22px;
    /* overflow: hidden; */
    position: relative;
    padding: 0 5px;
}

.cabinet {
    height: 20px;
    line-height: 22px;
}

#current-lang {
    color: #00ad5d;
}

.active .lang-list {
    max-height: none;
    padding: 5px;
}

.lang.active {
    /* height: auto; */
    padding: 0 5px;
}

.lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    /* border: 1px solid #eee; */
    /* border-top: none; */
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .3);
}

.show-more-lang {
    position: absolute;
    top: 0;
    font-size: 0;
    right: 0;
    height: 100%;
    width: 10px;
}

.show-more-lang:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    background-image: url(/assets/image/arrow-bottom.png);
    background-size: 10px 6px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}

.lang__current {
    padding-right: 16px;
    position: relative;
    display: block;
}

.lang-list__item a:hover {
    color: #00ad5d;
}

.lang-list__item {
    margin-top: 3px;
}

.active .show-more-lang:after {
    transform: rotate(180deg);
}


@media screen and (max-width: 500px) {
    .header-link {
        font-size: 18px;
        margin-left: auto;
        margin-right: 10px;
    }

    .lang__current, .results__item {
        font-size: 14px;
    }

    /* .lang {
         height: 18px;
     }
     .cabinet {
         height: 18px;
     }*/
}

@media screen and (max-width: 400px) {
    .logo {
        max-width: 130px;
    }

    .header-link {
        font-size: 16px;
        margin-left: auto;
        margin-right: 10px;
    }

    .lang__current /*, .cabinet a*/
    {
        font-size: 14px;
    }

    .results__item {
        font-size: 13px;
    }
}

@media screen and (max-width: 340px) {
    .logo {
        max-width: 100px;
    }

    .header-link {
        font-size: 16px;
        margin-left: auto;
        margin-right: 10px;
    }

    .lang__current {
        font-size: 14px;
        padding-right: 12px;
    }

    /*.cabinet a {
        font-size: 14px
    }*/
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ticket_loader {
    padding: 0;
    width: 28px;
    height: 28px;
    margin: 0 5px;
    border-radius: 50%;
    border: 3px solid rgb(255, 255, 255);
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 1s infinite linear;
    -webkit-animation: cssload-spin 1s infinite linear;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.5;
}

.form-order-label__date.loading .dateShow:before {
    content: '';
    border-radius: 4px;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f3f3f3;
}

.form-order-label__date.loading {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.form-order-label__date.loading:after {
    content: '';
    padding: 0;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid rgb(0, 173, 93);
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 1s infinite linear;
    -webkit-animation: cssload-spin 1s infinite linear;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5;
    background-image: none;
    background-repeat: no-repeat;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.js-no-results {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    max-width: 300px;
    margin: auto;
    padding: 45px 0;
}

.js-no-results_lead {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    margin: 5px 0;
    color: #4a4a4a;
}

.js-no-results_desc {
    font-size: 14px;
    line-height: 1.71;
    color: #818181;
}

.header-tab {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.hidden {
    display: none !important;
}

.hidden-n-i {
    display: none;
}

.cabinet a {
    color: #00ad5d;
    padding-left: 16px;
    position: relative;
    display: inline-block;
    height: auto;
}

.cabinet a:hover {
    color: #1f3aa1;
}

.cabinet a span {
    display: block;
    padding: 0 0 0 25px;
    background: url(/assets/image/user_not_logged.svg) no-repeat 0 0;
}

.cabinet a.login span {
    background: url(/assets/image/user_logged.svg) no-repeat 0 0;
}

.cabinet a.login:hover span {
    background: url(/assets/image/user_not_logged.svg) no-repeat 0 0;
}

.cabinet a.logout {
    padding-left: 0;
    margin-left: 5px;
}

span[data-id][data-npp-from][data-npp-to] {
    cursor: pointer
}


/*Toast*/
.toast {
    position: fixed;
    list-style: none;
    padding: 0;
    width: auto;
    z-index: 999999;
    margin: 10px 20px 20px !important;
}

.toast li {
    display: block;
}

.toast span {
    min-width: 288px;
    max-width: 400px;
    display: inline-block;
    margin: 10px 0 0 0;
    text-align: center;
    background-color: rgb(35, 35, 35);
    color: #ffffff;
    padding: 15px 24px;
    border-radius: 3px;
    min-height: 14px;
    border: 1px solid;
}

.toast li.danger span {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.toast li.warning span {
    color: #fff;
    background-color: #f39c12;
    border-color: #e08e0b;
}

.toast li.info span {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

.toast li.success span {
    color: #fff;
    background-color: #494949;
    border-color: #494949;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.container-routes-results {
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-results {
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #1f3aa1;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.table-results:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.r-offset-1 {
    margin-left: 9.33333333%;
    margin-right: 7.33333333%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.offset-2 {
    margin-left: 16.66666667%;
    margin-right: 0;
}

[class*="col-"] {
    float: left;
    min-height: 1px;
    position: relative;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-results-th {
    display: inline-block;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
    text-decoration: none;
    padding: 16px 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-results-th:not(div) {
    text-align: left;
    margin-left: -10px;
    margin-right: -10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row:after {
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
}

.results__item {
    cursor: pointer;
    position: relative;
    line-height: 24px;
    color: #767676;
    padding: 15px 10px;
    margin-bottom: 15px;
    background-color: #ffffff;
    clear: both;
    font-size: 14px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
}

.results__item:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}

.results__item.multiple-order,.results__item+.results__item {
    margin-bottom: 0!important;
}

.results__item.multiple-order {
    margin-top: 25px!important;
}
.results__item.multiple-order:first-child {
    margin-top: 0!important;
}

.multiple-order .list-btn {
    padding-left: 10px;
    padding-right: 10px;
}

.multiple-order .list-btn .results__item-seats__button {
    width: 50%;
}
.multiple-order .list-btn .results__item-seats__button:first-child {
    padding-right: 10px;
}.multiple-order .list-btn .results__item-seats__button:last-child {
     padding-left: 10px;
}

@-webkit-keyframes ripple {
    to {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }

    from {
        transform: scale(0);
        opacity: 1;
    }
}

@keyframes ripple {
    to {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
    from {
        transform: scale(0);
        opacity: 1;
    }
}

.results__item .ink.animate {
    animation: ripple .35s linear;
    pointer-events: none;
    display: block;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #f2f2f2;
    -webkit-tap-highlight-color: transparent;
}

.results__item:last-child {
    margin-bottom: 0;
}

.results__item-name {
    margin-top: 12px;
}

.results__item-info, .results__item-time {
    color: #000000;
}

.results__item-info {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
}

.results__item-show-route {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #4a90e2;
    text-decoration: none;
}

.results__item-show-route:hover {
    text-decoration: underline;
}

.results__item-time {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 12px;
}

.results__item-seats-holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    min-height: 0;
    margin-top: 13px;
}

.results__item-seats, .results__item .results__item__select {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.results__item-seats {
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.results__item-seats__type, .results__item-seats__button {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.results__item-seats__type {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px;
    line-height: 24px;
    white-space: nowrap;
    padding-left: 10px;
}

.results__item-seats__type strong {
    float: right;
    margin-left: 1em;
    color: #000000;
    text-align: right;
}

.results__item-seats__button {
    width: 100%;
}

.results__item__select, .results__item__select.show-route {
    position: relative;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    border: 1px solid #00ad5d;
    text-decoration: none;
    transition: background-color .05s linear .05s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #00ad5d;
    background-color: #ffffff;
}

.results__item__select.show-route, .results__item__select.show-route.loading {
    border-color: #1f3aa1;
    color: #1f3aa1;
}
.results__item__select.refusal {
    border-color: #F44336;
    color: #F44336;
}

.results__item__select.loading:before,.pre-cart__item-luggage.loading:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
}

.results__item__select.loading:after,.pre-cart__item-luggage.loading:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #00ad5d;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 1s infinite linear;
    -webkit-animation: cssload-spin 1s infinite linear;
}

.results__item__select.show-route.loading:after,.pre-cart__item-luggage.loading:after {
    border-top-color: rgb(31, 58, 161);
    border-bottom-color: rgb(31, 58, 161);
}

.results__item__select:hover {
    color: #ffffff;
    background-color: #00ad5d;
}

.results__item__select.show-route:hover {
    background-color: #1f3aa1;
}
.results__item__select.refusal:hover {
    background-color: #F44336;
}

.results__item.border {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    border-top: 3px solid #1f3aa1;
}

.results__item-seats:first-child {
    padding-top: 0;
    padding-bottom: 0;
}

.results__item-seats:last-child {
    padding-top: 0;
    padding-bottom: 12px;
}

blockquote {
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 17.5px;
    border-left: 5px solid #1f3aa1;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "\2014 \00A0";
}

.col-6 {
    width: 50%;
}.col-12 {
    width: 100%;
}

@media only screen and (max-width: 984px) {

    .col-xl-3 {
        width: 25%
    }

    .col-xl-9 {
        width: 75%
    }

}

@media only screen and (max-width: 768px) {

    .results__item__arrival {
        float: right;
        margin-right: 0;
        margin-left: 0;
        padding-right: 10px !important;
    }

    .offset-l-4 {
        margin-left: 33.33333333%
    }

    .col-l-4 {
        width: 33.33333333%
    }

    .col-l-12 {
        width: 100%
    }

    .l-hide {
        display: none !important
    }

    .table-results {
        padding-left: 0;
        padding-right: 0
    }

    .table-results-th {
        display: block;
        text-align: center;
        margin: 0 -10px
    }

    .table-results-th:not(div) {
        text-align: center
    }

    .results__item-name {
        margin-top: 0;
    }

    .results__item-seats__type {
        justify-content: flex-start;
        padding-left: 0;
    }

    .results__item-seats__type strong {
        float: none;
    }

    .results__item-seats:last-child {
        padding-bottom: 0;
    }

    .results__item-seats:first-child {
        padding-top: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .results__item-seats:first-child .results__item-seats__type:last-child {
        justify-content: flex-end;
        padding-right: 0;
    }
}

@media only screen and (max-width: 680px) {

    .offset-m-4 {
        margin-left: 33.33333333%;
        margin-right: 0;
    }

    .col-m-4 {
        width: 33.33333333%
    }

    .col-m-6 {
        width: 50%
    }

    .col-m-12 {
        width: 100%
    }

    [class*="col-"] {
        padding-right: 10px !important;
    }

    .pre-cart__item-luggage {
        position: relative;
        bottom: 0;
        width: 100%;
        right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .results__item-seats__type, .results__item-seats__button {
        padding: 5px 0 0;
        width: 100%
    }

    .container {
        width: calc(100vw - 25px)
    }

    #searchTicketResult .container {
        width: calc(100vw - 25px)
    }
}

.ui-menu .ui-menu-item {
    list-style-image: none !important;
}

#modal-show-routes .modal-content, #modal-item-menu .modal-content {
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    border-radius: 0;
    border: 0;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-footer {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}

.box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}

#modal-show-routes .box-body:not([data-empty-list]), #modal-item-menu .box-body {
    background: #f3f3f3;
}

#modal-show-routes .box-body .row, #modal-item-menu .box-body .row {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bg-red {
    background-color: #dd4b39 !important;
    color: #fff !important;
}

.bg-blue {
    background-color: #0073b7 !important;
    color: #fff !important;
}

.bg-green {
    background-color: #27c142 !important;
    color: #fff !important;
}

.no-border {
    border: 0 !important;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: .25rem
}

.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative
}

.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px
}

.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 10px;
    font-size: 16px;
    line-height: 1.1
}

.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600
}

.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px
}

.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    background: #adb5bd;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0
}

.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px
}

.timeline-inverse > li > .timeline-item {
    background: #f8f9fa;
    border: 1px solid #ddd;
    box-shadow: none
}

.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd
}

#modal-show-routes .timeline > li > .timeline-item > .time {
    font-size: 14px;
}

#pre-cart > div.pre-cart__item input[data-type-ticket]:checked + i:before {
    content: "\f05d";
}

#pre-cart > div.pre-cart__item input[data-type-ticket]:disabled + i:before {
    content: "\f05c" !important;
}

input.input-checkbox {
    display: none;
}


.label-checkbox {
    font-family: Raleway-Regular;
    font-size: 16px;
    color: #999999;
    line-height: 1.2;

    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

#modal-check-pay .label-checkbox {
    padding-left: 35px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 3rem;
    margin-left: 3rem;
    color: #444444;
}

.label-checkbox::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #00ad5d;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#modal-check-pay .label-checkbox::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
}

input.input-checkbox:checked + .label-checkbox::before {
    color: #00ad5d;
}
.no-bold {
    font-weight: normal!important;
}
.pay-system--container {
    width: 100%;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
}
.pay-system--list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.pay-system--list .pay-system--item {
    text-align: center;
    padding: 0 10px;
}
.pay-system--list .pay-system--item img {
    user-select: none;
    max-height: 50px;
}
.cabinet .login.unread-message:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: red;
    border-radius: 20px;
    top: -4px;
    left: 28px;
}
.callout .callout-close {
    font-weight: 700;
    color: #dc3545!important;
    background: none;
    border: none;
    cursor: pointer;
    outline: none!important;
    padding: 0;
    margin-top: -10px;
    margin-right: -10px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
    z-index: 150;
}
.d-flex {
    display: flex!important;
}
.mr-auto {
    margin-right: auto!important;
}