@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:400,500,700&display=swap");


:root {
    --main-color: #1E90FF;
    --main-color-dark: #0f70d0;
    --main-color-light: #eff7ff;
    --main-color-light-accent: #dbe6f2;
    --error-color: #ff1e56;
    --error-color-light: #ffeaef;
}


html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #000000;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input {
    background-color: rgba(0, 0, 0, 0);
}

input:focus {
    outline: none;
}


/* .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}


section.main {
    margin-top: 10rem;
} */


nav {
    box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.10);
}


.ui-helper-hidden-accessible,
.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    left: -9999px;
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0);
}

.link {
    display: inline;
    line-height: 1.53;
    color: #0076ff;
    border-bottom: solid 1px rgba(0, 118, 255, 0.2);
}

.link::after {
    content: "";
    display: table;
}

.link-reverse {
    position: relative;
    height: 18px;
    margin-left: 23px;
    line-height: 18px;
}

.link-reverse:before {
    content: "";
    position: absolute;
    left: -23px;
    width: 15px;
    height: 18px;
    background-image: url("../img/icons-8-return-48-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .link-reverse:before {
        background-image: url("../img/icons-8-return-48-2@2x.png");
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 288dpi) {
    .link-reverse:before {
        background-image: url("../img/icons-8-return-48-2@3x.png");
    }
}

.link:hover {
    border-bottom: solid 1px transparent;
}

.header {
    padding: 15px 0 17px;
}

.header-text {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 28px;
    border-left: 1px solid #dcdcdc;
}


.main {
    position: relative;
    padding: 47px 0 62px;
    background-color: rgba(0, 14, 27, 0.6);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .main {
        padding: 27px 0 35px;
    }
}


.main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 36, 65, 0.3);
    z-index: 0;
}

.main .container {
    position: relative;
    z-index: 2;
}

.index-main {
    min-height: 600px;
    padding: 140px 0 180px;
}

@media (max-width: 767px) {
    .index-main {
        padding: 30px 0 90px;
    }

    .main {
        background-size: inherit;
    }
}

.main-title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.main-text {
    margin-bottom: 43px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}


.main-form-field--from {
    border-radius: 12px 0 0 12px;
}

.main-form-field--date {
    border-radius: 0 12px 12px 0;
}

@media (max-width: 767px) {
    .main-form-field--from {
        border-radius: 12px 12px 0 0;
    }

    .main-form-field--to {
        border-radius: 0;
    }

    .main-form-field--date {
        border-radius: 0 0 12px 12px;
    }
}


.main-form-field {
    position: relative;
    height: 58px;
    width: 100%;
    margin-bottom: 0;
    padding: 13px 15px 11px;
    border-left: 1px solid #dcdcdc;
    background-color: #ffffff;
}

.main-form-field--date .main-form-input {
    cursor: pointer;
    border-radius: 12px !important;
}

.main-form-field--date::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 16px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../img/icon-timetable.svg");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.main-form-input:invalid + .main-form-label {
    top: 18px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.main-form-label,
.main-form-input:focus + .main-form-label {
    position: absolute;
    top: 11px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #b5b5b5;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.main-form-input {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 13px 15px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
    border: none;
}

.main-form-input:invalid {
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.main-form-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.main-form-input::-webkit-input-placeholder {
    color: #000000;
}

.main-form-input::-moz-placeholder {
    color: #000000;
}

.main-form-input:-ms-input-placeholder {
    color: #000000;
}

.main-form-input::-ms-input-placeholder {
    color: #000000;
}

.main-form-input::placeholder {
    color: #000000;
}

.main-form-reverse {
    position: absolute;
    right: -16px;
    top: calc(50% - 12px);
    display: block;
    width: 32px;
    height: 24px;
    border: none;
    font-size: 0;
    background-color: #ffffff;
    background-image: url("../img/icons-8-data-transfer-50.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    cursor: pointer;
    z-index: 2;
}

.pop-dispatcher-select .filter-option-inner-inner {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .main-form-reverse {
        background-image: url("../img/icons-8-data-transfer-50@2x.png");
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 288dpi) {
    .main-form-reverse {
        background-image: url("../img/icons-8-data-transfer-50@3x.png");
    }
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 10000;
}

.ui-autocomplete-loading {
    /*background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;*/
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/* Menu
----------------------------------*/
.ui-menu {
    position: relative;
    width: 205px;
    max-height: 238px;
    padding: 0;
    margin-top: 1rem;
    list-style: none;
    background-color: #fff;
    border-top: 2px solid #e4e4e4;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
    overflow-y: scroll;
}

.ui-menu::-webkit-scrollbar {
    display: none;
}

/*.ui-menu::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 31px;*/
/*    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));*/
/*    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);*/
/*    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);*/
/*    pointer-events: none;*/
/*}*/

.ui-menu .ui-menu-item {
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    line-height: 30px;
}

.item-main {
    font-weight: bold;
}

.item-extra {
    /*font-style: italic;*/
    color: gray;
    margin-top: -5px; /* Уменьшаем отступ сверху */
    font-size: 0.8em; /* Немного уменьшаем размер шрифта */
    line-height: 18px;
}

.ui-menu .ui-menu-item:hover {
    background-color: #f0f0f0;
}

.datepicker.dropdown-menu {
    border-radius: 12px;
    width: 284px;
    margin-left: 0;
    padding: 8px 13px 17px 13px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
    z-index: -1;
}

.datepicker .table-condensed {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.datepicker tfoot {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.datepicker thead {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}

.datepicker tbody {
    display: table;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
}

.datepicker tfoot tr,
.datepicker thead tr,
.datepicker-days tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datepicker .next,
.datepicker .prev {
    position: relative;
    font-size: 0;
}

.datepicker .next::after,
.datepicker .prev::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 18px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 36px;
    line-height: 20px;
    border: none;
    background-image: url("../img/angle-right-calendar.svg");
    background-repeat: no-repeat;
}

.datepicker .next::after {
    left: 0;
}

.datepicker .prev::after {
    right: 3px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.datepicker .datepicker-switch {
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
    background-color: transparent;
}

.datepicker thead > tr:nth-child(2) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 12px;
}

.datepicker th.dow {
    width: 29px;
    height: 14px;
    margin: 4px 8px 4px 4px;
    font-size: 12px;
    font-weight: 500;
    color: #b5b5b5;
}

.datepicker th.dow:nth-child(6),
.datepicker th.dow:nth-child(7) {
    color: #d0021b;
}

.datepicker tbody td:nth-child(6),
.datepicker tbody td:nth-child(7) {
    color: #d0021b;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #dcdcdc;
}

.datepicker .day {
    width: 29px;
    height: 28px;
    margin: 4px 8px 0 0;
    padding: 4px 6px;
    font-size: 15px;
    color: #000000;
}

.datepicker .new,
.datepicker .old {
    visibility: hidden;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover {
    /*color: inherit;*/
    background-color: var(--main-color);
    background-image: none;
    text-shadow: none;
}

.datepicker tfoot th {
    width: auto;
    margin: 0 12px 0 8px;
    height: 14px;
    font-size: 12px;
    font-weight: normal;
    color: #0076ff;
    border-bottom: dashed 1px rgba(0, 118, 255, 0.2);
}

.datepicker tfoot tr th:hover {
    background-color: transparent;
    border: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    height: 53px;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border: 0;
    outline: none;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.slick-next::after,
.slick-prev::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 14px;
    border: none;
    color: #979797;
    background-image: url("../img/angle-right.svg");
}

.slick-prev::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-prev:before, .slick-next:before {
    line-height: 0 !important;
}

.slick-prev.slick-disabled::after,
.slick-next.slick-disabled::after {
    display: none;
}

.button {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 12px;
    background-color: var(--main-color);
    color: white;
}

.button--search {
    height: 58px;
    padding: 17px;
    width: 100% !important;
}

.button--buy {
    display: block;
    min-width: 170px !important;
    height: 43px;
    margin-top: 3px;
    margin-bottom: 8px;
    padding: 0;
    line-height: 43px;
    font-size: 16px;
}

.button--white {
    display: inline-block;
    width: auto;
    /* height: 27px; */
    padding: 4px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    border-radius: 4px;
    border: solid 1px var(--main-color);
    background-color: #ffffff;
    color: var(--main-color);
}

.title {
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    color: #282828;
}

.pop-routes-image-main .dropdown-item.active, .pop-routes-image-main .dropdown-item:active {
    color: inherit;
    background-color: transparent;
}

.site-dropdown .dropdown-menu {
    margin-left: -1.25rem;
}

.site-dropdown .dropdown-item.active img,
.site-dropdown .dropdown-item:active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.details-dropdown .dropdown-menu {
    right: 0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
}

.sidebar-wrapper {
    float: right;
    padding-left: 30px;
    padding-right: 0;
}

.sidebar {
    display: block;
    padding: 27px 25px 32px 30px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.sidebar-title {
    margin-bottom: 24px;
    line-height: 19px;
    font-size: 16px;
    font-weight: bold;
    color: #282828;
}

.sidebar--ref {
    padding-right: 30px;
}

.sidebar--ref .sidebar-title {
    margin-bottom: 21px;
}

.sidebar--ref .link {
    line-height: 18px;
}

.sidebar--ref .link:after {
    margin-bottom: 14px;
}

.sidebar .text {
    line-height: 1.6;
}

.sidebar--ref:nth-child(2) {
    padding-bottom: 16px;
}

.about-title {
    padding: 0;
    margin-bottom: 23px;
    line-height: 1.31;
}

.about-text {
    padding: 0 50px 0 0;
    margin-bottom: 30px;
    line-height: 24px;
}

.about-plus {
    position: relative;
    display: inline-block;
    padding: 13px 0 12px 85px;
    margin-right: 54px;
    line-height: 1.53;
}

.about-plus--dir {
    margin-right: 0;
}

.about-plus::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

.about-plus--price::before {
    background-image: url("../img/icon-price.svg");
}

.about-plus--dir::before {
    background-image: url("../img/icon-bus.svg");
}

.about-questions {
    /*width: 377px;*/
    /*padding-bottom: 19px;*/
}

.pop-directions-title {
    display: inline-block;
    height: 40px;
    margin-bottom: 26px;
}

.pop-directions-dropdown {
    margin-left: 5px;
}

.pop-directions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pop-directions-item {
    position: relative;
    max-width: 550px;
    min-height: 208px;
    padding: 0;
    margin-bottom: 9px;
    border-radius: 12px;
    overflow: hidden;
}

.min-item {
    max-width: 363px;
}


.pop-directions-item > img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/*.pop-directions-item:hover > img {*/
/*    -webkit-transform: scale(1.1);*/
/*    -ms-transform: scale(1.1);*/
/*    transform: scale(1.1);*/
/*    -webkit-transition: 0.3s;*/
/*    -o-transition: 0.3s;*/
/*    transition: 0.3s;*/
/*}*/

.pop-directions-item-inner {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 88px;
    padding: 27px 28px 22px 27px;
    color: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.74)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.74) 50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.74) 50%);
}

.pop-directions-item-from {
    width: 100%;
    height: 18px;
    margin-bottom: 0;
}

.pop-directions-item-to {
    margin-bottom: 0;
    height: 24px;
    font-size: 20px;
    font-weight: bold;
}

.pop-directions-item-price {
    height: 24px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.bus-stations-image {
    background: url("../img/bus-img.jpg") no-repeat center right;
    background-size: contain;
}

.bus-stations-form {
    position: relative;
    display: inline-block;
    height: 35px;
}

.bus-stations-form .icon-search {
    position: absolute;
    left: 27px;
    top: 8px;
    display: inline-block;
    fill: #9b9b9b;
}

.bus-stations-form-field {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 9px 5px 8px 35px;
    line-height: 18px;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    background-color: #ffffff;
}

.bus-stations-form-field::-webkit-input-placeholder {
    color: #9b9b9b;
}

.bus-stations-form-field::-moz-placeholder {
    color: #9b9b9b;
}

.bus-stations-form-field:-ms-input-placeholder {
    color: #9b9b9b;
}

.bus-stations-form-field::-ms-input-placeholder {
    color: #9b9b9b;
}

.bus-stations-form-field::placeholder {
    color: #9b9b9b;
}

.bus-stations-cities-all {
    position: relative;
}

.bus-stations-content {
    /* min-height: 300px; */
}

.bus-stations-cities-all::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: 4px;
    display: inline-block;
    width: 28px;
    height: 10px;
    margin: 0;
    background: url("../img/arrow-right.svg") no-repeat 0 0;
}

.about-us .about-us-content {
    margin: 4rem 0;
}

.about-us .about-us-content .img {
    position: absolute;
    top: 30%;
}

.about-us .about-us-content img {
    width: 200px;
    display: block;
    align-self: center;
}

.about-us .about-us-content .button {
    padding: .7rem 1.2rem;
}

.about-us .about-us-content .button:hover {
    color: #ffffff;
}

.about-container {
    display: flex !important;
    gap: 2rem;
    margin: 5rem 0;
    align-items: center;
    justify-content: center;
}

.about-container img {
    width: 200px;
    display: block;
    align-self: center;
}

.about-container div {
    width: 50%;
    justify-content: center;

}

.about-container div.img {
    display: flex;
}

.about-container h3 {
    margin-bottom: 1rem;
}

.about-container .button {
    padding: .7rem 1.2rem;
}

.about-us {
    background-color: #f5f5f5;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 26px;
    color: #ffffff;
    background-color: transparent;
}

.breadcrumb-item a {
    height: 18px;
    line-height: 18px;
    border-bottom: solid 1px rgba(206, 206, 206, 0.4);
}

.breadcrumb-item.active {
    color: #b5b5b5;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    margin-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "»";
    color: inherit;
}

.color-background {
    background-color: #f9f9f9;
}

.other-dates {
    min-height: 80px;
    padding: 13px 0 14px;
    background-color: #f9f9f9;
}

.other-dates-title {
    min-width: 148px;
    -ms-flex-preferred-size: 178px;
    flex-basis: 178px;
    min-height: 46px;
    margin-bottom: 0;
    margin-right: 5px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
}

.other-dates-list {
    /*position: relative;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*height: 53px;*/
    /*margin: 0;*/
    /*padding: 0 15px;*/
    /*list-style: none;*/
    /*overflow: hidden;*/
}

.other-dates-item a:focus {
    outline: none;
}

.other-dates-item {
    /*min-width: 90px;*/
    height: 53px;
    padding: 7px 9px 8px;
    margin: 0 10px;
    text-align: center;
    border-radius: 12px;
    border: solid 2px #e4e4e4;
    background-color: #ffffff;
}

.other-dates-item--cheap {
    border-color: #d3f0b5;
}

.other-dates-item--fast {
    border-color: var(--main-color);
}

.other-dates-item--current {
    border-color: var(--main-color);
}

.other-dates-item-price {
    display: block;
    height: 19px;
    margin-bottom: 3px;
    padding-left: 4px;
    line-height: 19px;
    font-size: 16px;
    font-weight: 500;
}

.other-dates-item-date {
    display: block;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #9b9b9b;
}

.page-timetable-title {
    margin-bottom: 23px;
}

.page-timetable-text {
    padding: 0;
    line-height: 1.6;
}

.special-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 51px;
}

.special-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 239px;
    height: 34px;
    color: #282828;
    border-radius: 8px;
    background-color: #ffffff;
}

.special-group--fast {
    border: solid 1px #ff8700;
    width: fit-content;
    box-shadow: 0 4px 16px 2px rgb(0 26 52 / 16%);
}

.special-group--cheap {
    border: solid 1px #1db400;
    width: fit-content;
    box-shadow: 0 4px 16px 2px rgb(0 26 52 / 16%);
}

.special-group-icon {
    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: 42px;
    height: 100%;
    margin-right: 14px;
    color: #ffffff;
    text-align: center;
    background-color: var(--main-color);
    border-radius: 5px 0 0 5px;
}

.special-group-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.special-group--fast .special-group-icon {
    background-color: #ff8700;
}

.special-group--cheap .special-group-icon {
    background-color: #1db400;
}

.special-group-text {
    height: 18px;
    line-height: 18px;
}

.special-group-price {
    font-weight: bold;
    margin-left: 7px;
    padding-right: .5rem;
}

.table {
    margin-bottom: 60px;
    color: inherit;
    font-size: 14px;
}

.table--striped .row:nth-of-type(even) {
    background-color: var(--main-color-light);
}


.table-header {
    height: 16px;
    margin: 0 0 26px;
    font-weight: normal;
    color: #8f8f8f;
    border: none;
    cursor: pointer;
}

.table-headers .sort-departure {
    cursor: pointer;
}


.table-headers .sort-departure:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 4px;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

._rotate:after {
    transform: rotate(180deg);
}

.table-trip-content .time {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}

.table-trip-content .time-local-mark {
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    color: #939393;
}

.table-trip-content .link {
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    border: none;
}

.table-trip-content .link::before {
    content: "";
    display: table;
    margin-top: 4px;
}

.table-trip-content .link::after {
    margin-bottom: -1px;
}

.table-trip-content .duration {
    position: relative;
    display: inline-block;
    height: 20px;
    margin-left: -5px;
    padding: 0 7px 0 16px;
    line-height: 22px;
    font-size: 12px;
    color: #282828;
    border-right: none;
    border-left: none;
}

.table-trip-content .duration:after,
.table-trip-content .duration:before {
    position: absolute;
    top: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
}

.table-trip-content .duration:before {
    left: 0px;
    border-left: 8px solid #f9f9f9;
    border-right: none;
    display: none;
}

.table-trip-content .duration:after {
    right: -8px;
    border-left: 8px solid #fff;
    border-right: none;
    display: none;
}

.table-trip-content .row:nth-of-type(odd) .duration {
    /* background-color: #f9f9f9; */
}

.table-trip-content .row:nth-of-type(odd) .duration:before {
    border-left-color: #fff;
}

.table-trip-content.row:nth-of-type(odd) .duration:after {
    border-left-color: #f9f9f9;
}

.table-trip-content .price-wrapper {
    position: relative;
    margin-right: auto;
    padding-left: 3px;
}

.table-trip-content .price {
    margin-right: 17px;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
}

.table-trip-content .mark {
    display: block;
    height: 18px;
    margin-top: 5px;
    padding: 0;
    line-height: 18px;
    font-size: 12px;
    vertical-align: top;
    background-color: transparent;
}

.mark::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.mark--fast {
    color: #ff8700;
}

.mark--fast::before {
    margin-right: 0;
    background-image: url("../img/icons-8-flash-on-50.png");
    background-size: 10px 16px;
}

.mark--cheap {
    color: #1db400;
}

.background--cheap {
    background-color: #1db400 !important;
}

.background--fast {
    background-color: #ff8700 !important;
}

.mark--cheap::before {
    background-image: url("../img/icons-8-discount-60.png");
    background-size: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .mark--fast::before {
        background-image: url("../img/icons-8-flash-on-50@2x.png");
    }

    .mark--cheap::before {
        background-image: url("../img/icons-8-discount-60@2x.png");
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 288dpi) {
    .mark--fast::before {
        background-image: url("../img/icons-8-flash-on-50@3x.png");
    }

    .mark--cheap::before {
        background-image: url("../img/icons-8-discount-60@3x.png");
    }
}

.table .site-dropdown {
    vertical-align: top;
}

.table .site {
    padding-right: 15px;
    line-height: 24px;
}

.table .rate {
    display: inline-block;
    height: 14px;
    margin-right: 12px;
    margin-left: 17px;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    vertical-align: middle;
}

.table .rate::before {
    content: "\f005";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    font-family: "FontAwesome";
    font-weight: 900;
    color: var(--main-color);
}

.details-dropdown {
    line-height: 14px;
}

.regular-trip-all .details {
    font-size: 12px;
    color: #9b9b9b;
    vertical-align: baseline;
    text-align: left;
}

.card {
    border-radius: .5rem !important;
    box-shadow: 0 4px 16px 2px rgb(0 26 52 / 16%);
}

.card-header {
    padding: 9px 15px;
    /*background-color: transparent;*/
}


.card-header.with-elements, .card-title.with-elements {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-header.with-elements {
    padding-top: .4375rem;
    padding-bottom: .4375rem
}

.card-header-elements, .card-title-elements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-header-elements + .card-header-elements, .card-header-elements > * + *, .card-title-elements + .card-header-elements, .card-title-elements > * + *, .card-header-elements + .card-title-elements, .card-title-elements + .card-title-elements {
    margin-left: .25rem
}

[dir=rtl] .card-header-elements + .card-header-elements, [dir=rtl] .card-header-elements > * + *, [dir=rtl] .card-title-elements + .card-header-elements, [dir=rtl] .card-title-elements > * + *, [dir=rtl] .card-header-elements + .card-title-elements, [dir=rtl] .card-title-elements + .card-title-elements {
    margin-right: .25rem;
    margin-left: 0
}

.card-header-title {
    padding: .4375rem 0
}

.card-header-elements {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.card-title {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
}

.card-title::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.card--fast .card-title::after {
    background-image: url("../img/icons-8-flash-on-50.png");
}

.card--cheap .card-title::after {
    background-image: url("../img/icons-8-discount-60.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .card--fast .card-title::after {
        background-image: url("../img/icons-8-flash-on-50@2x.png");
    }

    .card--cheap .card-title::after {
        background-image: url("../img/icons-8-discount-60@2x.png");
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 288dpi) {
    .card--fast .card-title::after {
        background-image: url("../img/icons-8-flash-on-50@3x.png");
    }

    .card--cheap .card-title::after {
        background-image: url("../img/icons-8-discount-60@3x.png");
    }
}


.info-left {
    padding-left: 0;
    padding-right: 20px;
}

.info .sidebar-wrapper {
    min-width: 300px;
}

.info-title {
    height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}

.info .text {
    line-height: 24px;
    margin-bottom: 20px;
}

.info-subtitle {
    display: block;
    margin-bottom: 3px;
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 28px;
}

.info-item:last-child {
    margin-right: 0;
}

.info-item::before {
    position: absolute;
    left: 17px;
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.info-item--distance::before {
    background-image: url("../img/popular_trips/route.png");
}

.info-item--avg-time::before {
    background-image: url("../img/icons-8-delivery-time-100.png");
}

.info-item--avg-price::before {
    width: 43px;
    background-image: url("../img/avg-price.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .info-item--distance::before {
        background-image: url("../img/popular_trips/route@2x.png");
    }

    .info-item--avg-time::before {
        background-image: url("../img/icons-8-delivery-time-100@2x.png");
    }

    .info-item--avg-price::before {
        background-image: url("../img/avg-price@2x.png");
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 288dpi) {
    .info-item--distance::before {
        background-image: url("../img/popular_trips/route@3x.png");
    }

    .info-item--avg-time::before {
        background-image: url("../img/icons-8-delivery-time-100@3x.png");
    }

    .info-item--avg-price::before {
        background-image: url("../img/avg-price@3x.png");
    }
}

.race-list {
    padding: 0;
    padding-top: 5px;
    margin-bottom: -8px;
    list-style: none;
}

.race-list .link {
    line-height: 1.3;
}

.race-list .link:after {
    margin: 0;
}

.race-item {
    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;
    width: 290px;
    margin-bottom: 14px;
    padding-right: 34px;
}

.race-item .price {
    min-width: 110px;
    padding-left: 11px;
    font-weight: 500;
    text-align: right;
}

.map {
    display: block;
    margin-top: 30px;
    width: 860px;
    height: 382px;
}

.footer {
    padding: 41px 0 28px;
    color: #ffffff !important;
    background-color: #4a4a4a;
}

.footer .footer-links {
    text-align: right;
}

footer .footer-links a {
    padding: 0.15rem;
    text-decoration: underline;
}

.footer .policy-privacy {
    text-align: center;
}

.footer .policy-privacy a {
    font-size: 15px;
    text-decoration: underline;
    text-align: center;
}

.footer .copyright {
    text-align: center;
}

.footer .footer-cols {
    display: flex;
}

.footer .footer-cols div {
    flex: 1;
}

.footer .logo {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.footer-col {
    display: inline-block;
    margin: .5rem 0 .7rem -.5rem;
    vertical-align: top;
}

.footer-col:nth-child(3),
.footer-list:last-child {
    margin-right: 0;
    float: right;
}

.footer-link-app {
    display: inline-block;
    margin-right: 8px;
}

.footer-link-app:last-child {
    margin-right: 0;
}

.footer-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.footer-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 72px;
    font-size: 13px;
    line-height: 2.2;
}

.footer-copyright {
    padding: 0;
    line-height: 1.5;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
}

.footer-politic {
    float: right;
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
    color: #fff;
    border-color: inherit;
    border-color: #fff;
    text-decoration: underline;
}

.footer-politic:after {
    margin: 0;
}

.social-links {
    margin: 25px 0 17px 3px;
}

.social-link .fa {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 16px;
    font-size: 16px;
    color: #747474;
}

.hidden-elem {
    display: none;
}


.slick-list .slick-track {
    /*width: 100% !important;*/
}

#to_up_btn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 50px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: var(--main-color); /* Set a background color */
    color: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#to_up_btn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
    color: white; /* Text color */
}

.danger-input {
    border: 2px solid red;
}

.contractor-desc {
    color: #9b9b9b;
    font-size: 13px;
}

/*.trip-row {*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*}*/


.regular-trip-all .start-plan {
    width: 58px;
    height: 39px;
    padding: 9px 9px;
    text-align: center;
    border-radius: 36px;
    border: solid 2px #e4e4e4;
    background-color: #ffffff;
}

.regular-trip-all .start-plan-item {
    display: block;
    height: 19px;
    margin-bottom: 3px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
}

.regular-trip-all .table-th:nth-child(1), .regular-trip-all .table .table-td:nth-child(1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tooltip-error .tooltip-inner {
    background-color: #f84545 !important;
}

.text-small {
    font-size: 0.76rem !important;
    line-height: 0.9rem !important;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.dropdown-toggle.btn-warning {
    color: white;
}

.dropdown-toggle.btn-warning:hover, .dropdown-toggle.btn-warning:active, .dropdown-toggle.btn-warning:focus {
    color: white !important;
    background-color: var(--main-color-dark) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-warning {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: black;
    border-radius: 12px;
    outline: none;
    border: none;
}

.btn-warning:focus {
    box-shadow: none;
}

.btn-warning:hover {
    border-color: var(--main-color-dark);
}

.pop-routes-image-main .bootstrap-select {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}


.form-control:focus, .form-control.focus, .custom-select:focus {
    border-color: #26bc0078;
    box-shadow: none !important;
}

.switcher-input:checked ~ .switcher-indicator {
    background: #26bc0078;
    color: #fff
}

.switcher-input:focus ~ .switcher-indicator {
    box-shadow: 0 0 0 2px rgba(28, 187, 132, 0.4)
}

.switcher-input:active ~ .switcher-indicator {
    box-shadow: none
}

.btn-default:active, .btn-default.active, .show > .btn-default.dropdown-toggle {
    border-color: rgba(24, 28, 33, 0.1) !important;
    background: rgba(24, 28, 33, 0.12) !important;;
    box-shadow: none !important;;
}

.cart-info {
    background-color: var(--main-color-light);
    /* background-color: #f7f7f7; */
    border-radius: 6px;
    padding: 16px;
    border: solid 1px var(--main-color-light-accent)
}

.cart-info .bootstrap-select {
    width: 100% !important;
}

.cart-info .bootstrap-select .btn, .cart-info .bootstrap-select .dropdown-menu {
    font-size: 15px !important;
}

.cart-info .button--select.focus, .cart-info .button--select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #26bc0036 !important;
}

.cart-info .dropdown-item.active, .cart-info .dropdown-item:active {
    text-decoration: none;
    background-color: #f4f4f4;
}

.cart-info .button--select {
    border: 1px solid #ced4da;;

}

.cart-info .filter-option-inner {
    margin-right: 10px;
}

.cart-info .dropdown-item.active, .cart-info .dropdown-item:active {
    color: black !important;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.188rem 0.6875rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

@media (min-width: 992px) {
    .fixed {
        position: sticky;
        top: 1em;
    }
}

.text-tiny {
    font-size: 70% !important;
}

.pop-dispatcher-select button {
    margin-right: 1rem !important;
}


[dir=rtl] .nav {
    padding-right: 0
}

.nav-link {
    line-height: 1.54
}

.nav-link.disabled {
    border-color: transparent !important;
    background: transparent !important;
    color: #d1d2d3 !important
}

.nav .nav-item, .nav .nav-link, .tab-pane, .tab-pane .card-body {
    outline: none !important
}

.nav-tabs .nav-link:not(.active), .nav-pills .nav-link:not(.active) {
    color: #8c8e90
}

.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus, .nav-pills .nav-link:not(.active):hover, .nav-pills .nav-link:not(.active):focus {
    color: #4E5155
}

.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link, .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
    margin-right: .125rem
}

[dir=rtl] .nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link, [dir=rtl] .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
    margin-right: 0;
    margin-left: .125rem
}

.nav-tabs .nav-link .badge, .nav-pills .nav-link .badge {
    position: relative;
    top: -1px
}

.nav-tabs .nav-item.show .nav-link:not(.active), .nav-pills .nav-item.show .nav-link:not(.active) {
    background-color: transparent
}

.nav-tabs .nav-link {
    background-clip: padding-box
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-bottom-color: transparent
}

.nav-tabs .nav-link.active {
    border-bottom-color: #fff
}

.nav-tabs.tabs-alt .nav-link, .nav-tabs.tabs-alt .nav-link.active, .tabs-alt > .nav-tabs .nav-link, .tabs-alt > .nav-tabs .nav-link.active {
    border-width: 0;
    border-radius: 0;
    background-color: transparent
}

.tabs-alt.nav-tabs .nav-link.active, .tabs-alt.nav-tabs .nav-link.active:hover, .tabs-alt.nav-tabs .nav-link.active:focus, .tabs-alt > .nav-tabs .nav-link.active, .tabs-alt > .nav-tabs .nav-link.active:hover, .tabs-alt > .nav-tabs .nav-link.active:focus {
    box-shadow: 0 -2px 0 var(--main-color) inset;
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important
    }

    .w-md-auto {
        width: auto !important
    }
}

.w-buy-column {
    min-width: 236px
}


.min-height-preload {
    min-height: 6rem;
}

@media (min-width: 768px) {
    .min-width-preload {

    }
}


.is-invalid button {
    border-color: red
}


/* my-tickets */

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    color: #FFFFFF;
}

.dialog {
    background-color: rgba(10, 20, 40, 0.6);
    padding: 1rem;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}

.dialog.show {
    display: flex !important;
    align-items: center;
}

.dialog .card {
    background-color: #fff;
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.dialog .card .action-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 2rem;
}


.info-message {
    border-radius: 0.5rem;
    font-size: 1.1rem;
    align-items: center;
}

.alert-danger {
    background-color: var(--error-color-light);
    color: var(--error-color);
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
}

.alert-primary {
    background-color: var(--main-color-light);
    color: var(--main-color);
}

.return-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.actions {
    /*display: flex;*/
    gap: 1rem;
    background-color: #f5f5f5;
}

.actions .order-action .card-link {
    margin-right: 1.5rem;
}

.order-action .card-link {
    margin-right: 2rem;
}

.actions .order-link {
    cursor: pointer;
    text-decoration: underline;
}

.cost-all-section {
    display: none;
}

.cart-order-detail-collapsing {
    display: none;
}

.cart-order-detail-collapsing {
    /*text-align: center;*/
    font-weight: bold;
}

.cart-order-detail-collapsing button {
    width: 100%;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 12px 16px 12px 20px;
    transition: .2s ease all;
    letter-spacing: 1px;
}

.cart-order-detail-collapsing button i {
    padding-left: 5px;
}

.cart-order-detail-collapsing button:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}

.cart-order-detail-main {
    display: inherit;
}

.order-rules-insurer p a {
    color: #007bff;
}

.fullscreen-bg__video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

    .cost-all-section {
        display: contents;
    }

    .static-navs-dropdown .dropdown-menu {
        border: none;
    }

    .cart-order-detail-collapsing {
        display: inherit;
        flex: auto;
    }

    .cart-order-detail-main {
        display: none;
    }

    .static-navs-dropdown .dropdown-item {
        text-align: center;
        white-space: normal;
    }

    .cart-item-content .dropdown-menu {
        text-align: left;
    }

    .cart-item-content .dropdown-item {
        text-align: left;
        white-space: normal;
    }

    .card-footer .card-link + .card-link {
        margin-left: 0.75rem
    }

    .footer-logotype {
        text-align: center;
    }

    .footer .footer-links {
        text-align: center;
    }

    .info-success .icon {
        display: none;
    }

    .about-us .about-us-content .img {
        position: inherit;
        top: 0;
    }

    .about-us .about-us-content h3 {
        padding-top: 2.5rem;
    }

    .actions {
        /* display: flex; */
        gap: 1rem;
        background-color: #f5f5f5;
    }

    .order-card .actions {
        gap: .4rem;
    }

    .dialog {
        padding: 1rem;
    }

    .dialog .card {
        max-width: 100%;
    }
}

.footer-logotype img {
    max-width: 200px;
}

.btn {
    border-radius: 12px !important;
    text-align: center;
}

.btn-primary {
    font-weight: 500;
    border: none;
    background-color: var(--main-color);
    color: white;
}

.select2-selection__clear {
    position: absolute;
    top: 10px;
    right: 34px;
}

.spinner-outline .ladda-spinner > div > div {
    background-color: var(--main-color) !important; /* Цвет внутренних блоков спиннера */
}

.button--buy:focus {
    outline: 5px auto var(--main-color);
}


.header-banner {
    background-color: #598092;
    color: white;
}

.header-banner__in {
    padding: 10px 0;
}

.header-banner__in--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-banner__in--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.header-banner__current-date {
    text-align: center;
}

.header-banner__address {
    text-align: right;
}

.header-banner__left {
    font-family: 'Roboto', sans-serif;
    border: 1px solid white;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 10px;
    line-height: 18px;
}

.header-banner__left--no-border {
    border: none;
}

.header-banner__link,
.header-banner__link:hover,
.header-banner__link:focus,
.header-banner__link:active {
    text-transform: none;
    border: none;
    color: white;
    text-decoration: underline;
}

.header-banner__icon {
    background-color: #157FEA;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
}


@media (max-width: 991px) {
    /*.header-banner__in {*/
    /*  flex-wrap: wrap;*/
    /*}*/
    .header-banner__left {
        margin-right: 10px;
    }
}

@media (max-width: 550px) {
    .header-banner__in {
        flex-wrap: wrap;
    }

    .header-banner__right {
        padding-top: 10px;
    }
}

.modal-dialog .bg-primary {
    background-color: var(--main-color) !important;
}

#rules-insurer .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: inherit;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545;
    box-shadow: 0 0 5px red;
}
