html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: none;
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

:root {
    --white: #fff;
    --slide: #fff;
    --body-bg: #fff;
    --body-bg2: #F9F9F9;
    --text: rgb(25, 25, 25);
    --footer: #474747;
    --decor-bg: #f9f9f9;
    --orange: #E5B93F;
    --order-bg: #fff;
}

body.page-order.dark-theme {
    background-color: #1a1a1a !important
}

.dark-theme {
    --slide-bg: #2a2a2a;
    --text: #fff;
    --footer: #121212;
    --body-bg: #1a1a1a;
    --body-bg2: #1a1a1a;
    --decor-bg: #2a2a2a;
    --order-bg: #2a2a2a;
}

.dark-theme .header__theme::after {
    left: 0;
    right: auto
}

.dark-theme option {
    background-color: #1a1a1a !important;
}

.dark-theme .select2-container--default .select2-selection--single .select2-selection__rendered,
.dark-theme .filter select,
.dark-theme .filter input {
    background-color: var(--decor-bg)
}

.dark-theme .filter__item *,
.dark-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important
}

.dark-theme .filter__item>p,
.dark-theme .filter__item>p * {
    color: #a0a0a0 !important
}

.dark-theme .filter .btn {
    color: var(--footer) !important
}

.dark-theme .reviews {
    background-color: var(--body-bg)
}

.dark-theme .ride__service svg path,
.dark-theme .ride__categories svg path {
    fill: #fff
}

.dark-theme li * {
    --white: #121212 !important
}

.dark-theme .dss-return__left::after {
    background-color: var(--body-bg)
}

.dark-theme .dss-return__right,
.dark-theme .dss-send__inner {
    border: none;
    background-color: var(--decor-bg)
}

.dark-theme .light-theme {
    fill: var(--footer)
}

.dark-theme .select2-container--default .select2-results>.select2-results__options {
    background-color: var(--body-bg)
}

.dark-theme .m-contacts__left::after {
    background-color: rgba(0, 0, 0, 0)
}

.dark-theme .m-contacts__right {
    background-color: var(--decor-bg);
    border-color: var(--body-bg)
}

.dark-theme .m-contacts__tel::after {
    background-image: url(/wp-content/themes/levbus/images/icons/telephone.svg)
}

.dark-theme .m-contacts__mail::after {
    background-image: url(/wp-content/themes/levbus/images/icons/mail.svg)
}

.dark-theme .m-contacts__adress::after {
    background-image: url(/wp-content/themes/levbus/images/icons/mark-2.svg)
}

.dark-theme .place-img img:nth-child(1) {
    display: none
}

.dark-theme .place-img img:nth-child(2) {
    display: block
}

.dark-theme .place-busy {
    background-color: #555
}

.dark-theme .place-busy::after,
.dark-theme .place-busy::before {
    background-color: #9f9f9f
}

.dark-theme .place-text.active span,
.dark-theme .place-text.active p {
    color: var(--body-bg) !important
}

.dark-theme .dss-order__atention svg path {
    stroke: #1a1a1a
}

.dark-theme .iti__country-list {
    background-color: #1a1a1a !important;
}

body {
    font-family: "Montserrat", serif;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background-color: var(--body-bg)
}

body.lock {
    overflow: hidden
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.languege {
    width: 50px;
    flex-shrink: 0;
}

.languege__child {
    position: relative;
    height: 50px;
    cursor: pointer
}

.languege__child::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-image: url("/wp-content/themes/levbus/images/icons/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px
}

.languege__child:hover .languege__dropdown {
    z-index: 10;
    width: 100%;
    left: 0;
    top: 48px
}

.languege__child:hover .languege__dropdown-wrap {
    display: block
}

.languege__child>span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 50px
}

.languege__child>span img {
    width: 24px;
    height: 24px
}

.languege__dropdown-wrap {
    position: absolute;
    display: none;
    z-index: 10;
    right: 0;
    top: 39px;
    padding: 25px 15px !important;
    border-radius: 5px;
    background: #fff;
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%
}

.languege__dropdown-wrap li+li {
    margin: 20px 0 0 0 !important
}

.languege__dropdown-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.languege__dropdown-wrap a img {
    margin: 0 10px 0 0 !important
}

.languege__dropdown li:hover {
    color: #50c6ff
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social li {
    width: 24px;
    height: 24px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.social li:hover {
    opacity: .7
}

.social li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.social li+li {
    margin: 0 0 0 8px !important
}

.title {
    font-size: 28px;
    font-weight: 600;
    line-height: 120%
}

.swiper-pagination {
    position: absolute;
    margin: 0 0 5.4px 0;
    z-index: 1
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: var(--orange);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 7px;
    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: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 8px !important;
    height: 14px;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    margin: 0 !important
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: calc(50% - 45px)
}

.swiper-button-next {
    left: calc(50% + 35px)
}

.form__group {
    position: relative;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.passenger-remove{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border: none;
    background-color: #FFDD58;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.form__group--md .form__group-colmd {
    width: 100%;
    margin: 10px 0 0 5px;
}

.form__group--md {
    width: calc(50% - 15px) !important;
    margin: 0 0 20px 15px
}

body .form__group-colmd .form__group.form__group--md {
    width: calc(50% - 8px) !important;
}

.form label,
form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 400
}

form label span {
    display: block;
    margin: 5px 0 0 0;
}

.form input,
form input {
    width: 100%;
    width: 100%;
    border: 1px solid #e5b93f;
    border-radius: 5px;
    padding: 10px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--text)
}

/* Для Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.form textarea,
form textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #e5b93f;
    border-radius: 5px;
    height: 95px;
    resize: none;
    background-color: rgba(0, 0, 0, 0);
    color: var(--text)
}

.form .btn,
form [type=submit] {
    display: block;
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg4.svg");
    width: 310px;
    height: 46px;
    margin: 30px auto 0;
    border: none;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
}

.list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.list__decor {
    margin: 0 10px 0 0
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-item {
    color: #c7c7c7;
    font-size: 14px;
    font-weight: 400;
    margin: 0 4px
}

.page-link {
    display: block
}

.page-link.prev {
    -webkit-transform: translateY(-3px) rotate(180deg);
    -ms-transform: translateY(-3px) rotate(180deg);
    transform: translateY(-3px) rotate(180deg)
}

.page-item.active {
    color: var(--orange);
    font-size: 16px;
    font-weight: 600
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb li {
    position: relative
}

.breadcrumb a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.breadcrumb li+li {
    padding: 0 0 0 30px;
    margin: 0 0 0 10px
}

.breadcrumb li+li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: none;
    border-right: 2px solid var(--text) !important;
    border-bottom: 2px solid var(--text) !important;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0
}

.jq-ry-normal-group svg path {
    fill: rgba(0, 0, 0, 0);
    stroke: #c9c9c9;
    -webkit-transition: fill .3s, stroke .3s;
    -o-transition: fill .3s, stroke .3s;
    transition: fill .3s, stroke .3s
}

.jq-ry-rated-group svg path {
    fill: #fabb26 !important;
    stroke: #fabb26 !important
}

.jq-ry-normal-group svg:hover path,
.jq-ry-normal-group svg path.hover {
    fill: #fabb26;
    stroke: #fabb26
}

.btn {
    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;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
    padding: 13px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #191919 !important;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn:hover {
    -webkit-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px)
}

.btn--green {
    background-image: none !important;
    color: var(--white) !important;
    border-radius: 5px;
    background: #8dc641
}

.header__inner>.header__theme {
    margin: 0 10px 0 auto;
}

.header__logo {
    order: -2;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    color: #fff
}

.header__inner {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 170px
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__box {
    margin: 0 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav li+li {
    margin: 0 0 0 30px
}

.header__nav a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__nav a:hover {
    -webkit-text-decoration-color: var(--white);
    text-decoration-color: var(--white)
}

.header .social {
    margin: 0 30px 0 0
}

.header .social li:nth-child(1),
.header .social li:nth-child(2) {
    display: none
}

.dss-enter {
    position: relative;
    margin: 0 30px 0 0;
}

.dss-enter:hover .dss-enter__drop {
    display: block;
}

.dss-enter__avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dss-enter__avatar img {
    width: 11px;
    height: 14px;
    object-fit: contain;
}

.dss-enter__drop {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    width: 200px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding: 15px;
}

.dss-enter__link {
    color: rgb(25, 25, 25);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 0 0 10px 0;
    display: block;
}

.dss-enter__link:hover {
    font-weight: 700;
}

.dss-enter__link:last-child {
    margin: 0;
}

.form__group--md .select .order-select {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #e5b93f;
    padding: 0 10px;
}

.dark-theme .form__group--md .select .order-select {
    background-color: #2a2a2a;
    color: #fff;
}

.header__support {
    position: relative;
    margin: 0 20px 0 20px;
}

.header__support:hover .header__support-box {
    display: block;
}

.header__support-item {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;

}

.header__support-item img {
    margin: 0 10px 0 0;
}

.header__support-box {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    width: 210px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding: 15px;
}

.header__support-title {
    margin: 0 0 15px 0;
    color: rgb(2, 2, 3);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.header__support-links {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
}

.header__support-links a {
    display: block;
    color: rgb(2, 2, 3);
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin: 0 0 10px 0;
}

.header__support-links a:hover {
    text-decoration: underline;
}

.header__support-links img {
    position: absolute;
    top: 0;
    left: 0;
}

.header__tel {
    margin: 0 20px 0 0;
    padding: 0 0 0 30px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__tel:hover {
    -webkit-text-decoration-color: var(--white);
    text-decoration-color: var(--white)
}

.header__tel::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/levbus/images/icons/telephone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.header__menu-btn {
    display: none
}

.header__theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fedd58;
    border-radius: 50px;
    margin: 0 10px 0 auto;
    cursor: pointer;
    position: relative
}

.header__theme::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #000;
    z-index: -1
}

.header__dark {
    width: 25px;
    height: 25px;
    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;
    border-radius: 50%
}

.header__light {
    width: 25px;
    height: 25px;
    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;
    border-radius: 50%
}

.header--page {
    background-color: #474747
}

.header.sticky {
    background-color: var(--footer)
}

.filter {
    margin: -80px 0 0 0
}

.filter__item {
    padding: 30px 20px 20px 20px;
    border-radius: 5px;
    background: var(--decor-bg)
}

.filter__item>p {
    margin: 20px 0 0 0;
    color: #585858;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.filter__item>p a {
    margin: 0 0 0 20px;
    text-decoration: underline;
    -webkit-text-decoration-color: #585858;
    text-decoration-color: #585858;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.filter__item>p a:hover {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0)
}

.filter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.filter__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 160px)
}

.filter__col {
    margin: 0 10px 0 0;
    max-width: 250px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.filter__col>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.filter .swap-road {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: auto 10px 0 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    outline: none;
    width: 25px;
    height: 37px;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.filter .swap-road img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.filter select,
.filter input {
    padding: 14px 10px;
    width: 100%;
    border: 1px solid var(--orange);
    border-radius: 5px;
    background: #fff;
    height: 47px;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 20px
}

.filter__datapicker {
    position: relative
}

.filter__datapicker::after {
    content: "";
    right: 10px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border: none;
    border-right: 2px solid var(--text) !important;
    border-bottom: 2px solid var(--text) !important;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0
}

.filter .btn {
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg5.svg")
}

.filter--page {
    margin: 110px 0 0 0 !important
}

.filter-wrap {
    background: var(--decor-bg)
}

#today {
    cursor: pointer
}

.select ::-webkit-scrollbar {
    height: 10px
}

.select ::-webkit-scrollbar-thumb {
    background-color: #838383;
    border-radius: 5px
}

.select ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #838383;
    border-radius: 5px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 47px;
    padding: 9px 20px 9px 10px;
    border-radius: 5px;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 29px !important;
    border: 1px solid var(--orange);
    background: #fff
}

.select2-container--default .select2-selection--single {
    border: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    margin: 0 5px 0 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border: none;
    border-right: 2px solid var(--text) !important;
    border-bottom: 2px solid var(--text) !important;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none
}

.select2-results__option--selectable {
    padding: 12px 15px
}

.select2-container--default .select2-results__option--selected {
    color: var(--body-bg)
}

.select2-dropdown {
    border: 1px solid var(--orange);
    border-radius: 5px;
    background: #fff;
    top: 20px
}

.select2-dropdown ::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

.select2-dropdown ::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: 5px
}

.select2-dropdown ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #beb9b9;
    border-radius: 5px
}

.datepicker--cell.-current- {
    border-radius: 5px;
    background: var(--orange);
    color: #191919
}

.intro {
    padding: 245px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    text-align: center
}

.intro h1 {
    margin: 0 0 15px 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2
}

.intro p {
    margin: 15px 0 25px 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600
}

.reserve {
    padding: 60px 0 30px;
    overflow: hidden
}

.reserve .title {
    text-align: center;
    margin: 0 0 30px 0
}

.reserve__list {
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-radius: 5px;
    background: var(--decor-bg)
}

.reserve__item {
    position: relative;
    width: calc(25% - 20px);
    padding: 0 20px 0 0
}

.reserve__item::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/levbus/images/icons/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.reserve__item:last-child::after {
    display: none
}

.reserve__item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%
}

.reserve__item img {
    width: 40px;
    height: 40px
}

.reserve .reserve__item+.reserve__item {
    padding: 0 0 0 15px
}

.reserve .reserve__item+.reserve__item::after {
    right: -25px
}

.reserve__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reserve--two {
    padding: 0 0 45px
}

.wrap {
    max-width: 100%;
    margin: 15px auto;
    height: 60px;
    border-bottom: 2px solid var(--orange);
    border-top: 2px solid var(--orange)
}

.wrap .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%
}

.wrap .items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%
}

.wrap .item {
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 100px 0 20px
}

.wrap .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("/wp-content/themes/levbus/images/icons/mark.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px
}

.wrap .marquee {
    -webkit-animation: scroll 130s linear infinite;
    animation: scroll 130s linear infinite
}

.wrap .reverce {
    animation-direction: reverse
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

.excellence {
    padding: 80px 0 60px
}

.excellence__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.excellence__item {
    position: relative;
    padding: 60px 20px 20px 20px;
    margin: 0 0 0 15px;
    width: calc(25% - 15px);
    border: 1px solid var(--orange);
    border-radius: 5px
}

.excellence__item img {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain
}

.excellence__item h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.excellence__item p {
    margin: 0
}

.flight {
    padding: 40px 0 69px
}

.flight .title {
    margin: 0 0 20px 0;
    text-align: center
}

.flight .container>p {
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center
}

.flight__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.flight__list--exellence .flight__item {
    background-color: var(--decor-bg) !important
}

.flight__list--exellence .flight__item::after {
    display: none
}

.flight__item {
    position: relative;
    padding: 40px 30px 30px 30px;
    width: calc(33.33333% - 15px);
    margin: 0 0 0 15px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--decor-bg)
}

.flight__item img {
    display: block;
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 30px
}

.flight__item h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px
}

.flight__item p {
    margin: 0
}

.flight__item:first-child {
    background-color: rgba(0, 0, 0, 0)
}

.flight__item:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--decor-bg);
    -webkit-clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1
}

.flight__item:last-child {
    background-color: rgba(0, 0, 0, 0)
}

.flight__item:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--decor-bg);
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    z-index: -1
}

.flight--two {
    padding: 190px 0 50px
}

.flight--two .flight__item {
    margin: 0 0 15px 15px;
    padding: 40px 30px 50px 30px
}

.flight--two h3 {
    text-align: center
}

.route {
    padding: 35px 0 50px
}

.route .title {
    text-align: center;
    margin: 0 0 25px 0
}

.route .container {
    overflow: hidden
}

.route .container>p {
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}

.route__slider {
    position: relative;
    padding: 0 0 50px 0
}

.route__slider .swiper-slide {
    border-radius: 5px;
    overflow: hidden
}

.route__slider img {
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 5px
}

.route__slider h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600
}

.route__slider p {
    margin: 0
}

.reviews {
    padding: 40px 0 60px;
    background-color: var(--decor-bg)
}

.reviews .container {
    overflow: hidden
}

.reviews .title {
    margin: 0 0 15px 0
}

.reviews__top {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__top-left p {
    margin: 0
}

.reviews__top-box {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__top-box span {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px
}

.reviews__top-box img {
    margin: 0 20px
}

.reviews__top-box p {
    margin: 0
}

.reviews__top-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    background: #1676e6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.reviews__top-right a {
    color: #fff !important;
}

.reviews__top-right a:hover {
    opacity: .8
}

.reviews__top-right a img {
    margin: 0 20px 0 0
}

.reviews__slider {
    padding: 0 0 50px 0;
    position: relative
}

.reviews__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: s;
    -ms-flex-align: s;
    align-items: s
}

.reviews__slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--slide-bg);
    height: auto
}

.reviews__slider .swiper-slide p {
    margin: 0
}

.reviews__slider .swiper-button-next,
.reviews__slider .swiper-button-prev {
    bottom: 5px
}

.reviews__slider .swiper-pagination {
    margin: 0 0 3.6px 0
}

.reviews__left {
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.reviews__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__right h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px
}

.reviews__right-box {
    margin: 0 0 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__right-box img {
    margin: 0 5px 0 0
}

.reviews__right-box span {
    font-size: 12px
}

.reviews .btn {
    margin: 25px auto 0
}

.search-road {
    padding: 40px 0 15px
}



.search-road__inner {
    position: relative
}

.search-road__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 61%
}

.search-road__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

.search-road__box {
    padding: 43px 0;
    max-width: 520px;
    width: 100%
}

.search-road p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.search-road .title {
    margin: 0 0 20px 0
}

.search-road .btn {
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg6.svg);
    margin: 65px 0 0 0
}

.bonus {
    overflow: hidden;
    padding: 40px 0 50px
}

.bonus__slider {
    position: relative;
    padding: 0 0 50px 0
}

.bonus .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 8%
}

.bonus__left {
    max-width: 525px;
    width: 100%;
    margin: 0 15px 0 0
}

.bonus__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bonus__right {
    padding: 50px 0 0 0;
    width: 100%
}

.bonus__right h3 {
    position: relative;
    margin: 0 0 20px -45px;
    padding: 0 0 0 90px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #191919
}

.bonus__right h3 span {
    position: relative;
    z-index: 2
}

.bonus__right h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 52vw;
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: var(--orange)
}

.bonus__right ul {
    max-width: 445px;
    width: 100%
}

.bonus__right li {
    margin: 0 0 20px 0;
    padding: 0 0 0 45px;
    position: relative
}

.bonus__right li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 27px;
    height: 27px;
    background-image: url("/wp-content/themes/levbus/images/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.bonus .swiper-button-prev {
    left: calc(50% - 55px)
}

.bonus .swiper-button-next {
    left: calc(50% + 45px)
}

.faq {
    padding: 40px 0 60px
}

.faq .title {
    text-align: center;
    margin: 0 0 30px 0
}

.faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.faq .accordeon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    width: calc(50% - 15px);
    margin: 0 0 0 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.faq dl {
    width: 100%;
    margin: 0 0 30px 0
}

.faq dt.active::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 45%
}

.faq dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 5px 30px 5px 10px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
    background: var(--decor-bg);
    cursor: pointer;
    min-height: 90px;
}

.faq dt::after {
    content: "";
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 14px;
    border-right: 2px solid var(--text) !important;
    border-bottom: 2px solid var(--text) !important;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0
}

.faq dd {
    margin: 10px 0 10px;
}

.faq dd p {
    margin: 0 0 10px 0;
}

.faq .btn {
    margin: -5px auto 0;
    background-image: url("/wp-content/themes/levbus/images/icons/bt")
}

.faq--two .title {
    font-size: 20px
}

.rent {
    padding: 40px 0 60px
}

.rent__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rent__left {
    margin: 0 20px 0 0;
    padding: 40px 0 0 0;
    max-width: 525px;
    width: 100%
}

.rent__left .title {
    margin: 0 0 20px 0
}

.rent__left p {
    font-size: 18px;
    line-height: 22px
}

.rent__btns {
    max-width: 500px;
    width: 100%;
    margin: 45px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rent__btns .btn:nth-child(1) {
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg3.svg")
}

.rent__btns .btn:nth-child(2) {
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg2.svg")
}

.rent__btns--mob {
    display: none
}

.rent__right {
    max-width: 630px;
    width: 100%;
    overflow: hidden;
    padding: 0 0 40px 0
}

.rent__slider {
    position: relative
}

.rent__slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rent__slider .swiper-button-next,
.rent__slider .swiper-button-prev {
    bottom: -40px
}

.rent__slider .swiper-pagination {
    margin: 0 0 -41px 0
}

.ride {
    padding: 60px 0 40px
}

.ride .title {
    text-align: center;
    margin: 0 0 40px 0
}

.ride__item {
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    padding: 20px;
    background: var(--decor-bg);
    margin: 0 0 30px 0;
    border: 2px solid rgba(0, 0, 0, 0)
}

.ride__item:last-child {
    margin-bottom: 0
}

.ride__item.open {
    border-color: var(--orange)
}

.ride__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--orange)
}

.ride__item-top .ride__item-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ride__item-top .ride__item-col {
    max-width: 280px;
    width: 100%
}

.ride__item-top .ride__item-col span {
    position: relative;
    z-index: 1;
    background-color: var(--decor-bg);
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
    min-height: 27px;
    line-height: 120%;
}

.ride__item-top .ride__item-col p {
    max-width: 280px;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0
}

.ride__item-top .ride__item-col:nth-child(1) {
    position: relative;
    max-width: 415px;
    width: 100%
}

.ride__main-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 5px 0
}

.ride__main-time strong {
    font-weight: 600;
    background-color: var(--decor-bg);
    position: relative;
    z-index: 1;
    padding: 0 5px 0 0
}

.ride .ride__time {
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    position: relative
}

.ride .ride__time::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fedd58;
    width: 300px;
    height: 1px
}

.ride__transfer {
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    border-radius: 5px;
    background: #a4d555;
    color: #191919
}

.ride__time-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background-color: var(--decor-bg);
    white-space: nowrap
}

.ride__item-right {
    padding: 0;
    text-align: right
}

.ride__item-right .btn.book {
    margin: 0 0 5px auto;
    background-position: right;
}

.ride__insurance-mobile {
    display: none !important
}

.ride__item-price {
    margin: 0 0 5px 0;
    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;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    white-space: nowrap;
}

.ride__item-price span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 600
}

.ride__mob-wrap {
    margin: 0 0 0 auto
}

.ride__mob-wrap .ride__item-price {
    display: none
}

.ride__item-bottom .ride__item-seats {
    display: none;
}

.ride__item-seats {
    margin: 0 0 10px 0;
}

.ride__item-seats span {
    font-weight: 600;
}

.ride__mob-wrap a.btn {
    display: none
}

.ride__item-bottom {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ride__item-bottom .btn-road-show {
    margin: -14px 0 0 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: relative;
    font-size: 14px;
    padding: 13px 80px 13px 45px;
    color: var(--text) !important
}

.ride__categories {
    max-width: 280px;
    width: 100%;
    margin: 0 135px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400
}

.ride__categories p {
    margin: 0 10px 0 0
}

.ride__categories span {
    font-size: 14px;
    font-weight: 500
}

.ride__categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 10px
}

.ride__categories ul li+li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 0 10px
}

.ride__categories ul li+li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    left: 0;
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--text);
    border-bottom: 2px solid var(--text)
}

.ride__categories ul li:last-child {
    display: none
}

.ride .ride__categories--transfer {
    max-width: 340px;
    margin: 0 75px 0 0
}

.ride__box-transfer {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background: #a4d555;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #191919
}

.ride__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ride__service p {
    margin: 0 20px 0 0
}

.ride__service-img {
    margin: 0 10px 0 0
}

.ride__box {
    display: none;
    padding: 20px 0 0 0
}

.ride__box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ride__box-left {
    max-width: 395px;
    width: 100%
}

.ride__conveyor-text {
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: 600
}

.ride__conveyor {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600
}

.ride__slider {
    margin: 0 0 25px 0;
    padding: 0 0 40px 0;
    max-width: 290px;
    overflow: hidden;
    position: relative
}

.ride__slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ride__road {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: 600
}

.ride__road span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 10px
}

.ride__replace {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 600
}

.ride__box-left-text {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600
}

.ride__box-wrap {
    margin: 20px 0 0 0;
    position: relative
}

.ride__box-wrap::after {
    content: "";
    position: absolute;
    left: 75px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fedd58
}

.ride__box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.ride__box-item:last-child {
    margin: 0
}

.ride__box-info {
    padding: 0 20px 0 0;
    max-width: 75px;
    width: 100%;
    position: relative
}

.ride__box-info::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fedd58
}

.ride__box-right {
    max-width: 740px;
    width: 100%;
    padding: 0 0 0 20px
}

.ride__box-time {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0
}

.ride__date {
    font-size: 14px;
    font-weight: 400
}

.ride__city {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0
}

.ride__place {
    font-size: 14px;
    font-weight: 400
}

.ride__box-right-item {
    margin: 0 0 20px 0
}

.ride__box-right-item p {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 400
}

.ride__box-line {
    margin: 0 0 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ride__box-line p {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

.ride__box-line img {
    margin: 0 10px 0 0
}

.ride .btn-road-show {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 211px;
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg7.svg")
}

.ride .btn-road-show::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 50px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid var(--text) !important;
    border-bottom: 2px solid var(--text) !important;
    width: 10px;
    height: 10px
}

.ride .btn-road-show.active::after {
    -webkit-transform: translateY(-20%) rotate(225deg);
    -ms-transform: translateY(-20%) rotate(225deg);
    transform: translateY(-20%) rotate(225deg)
}

.ride__empty {
    min-height: auto;
    text-align: center;
    margin: 0 0 30px 0;
}

.ride__empty p {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    text-align: center !important
}

.ride__empty span {
    font-size: 20px;
    font-weight: 500
}

.dss-about {
    padding: 55px 0 95px
}

.dss-about__inner {
    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
}

.dss-about__inner>.btn {
    display: none
}

.dss-about__left {
    max-width: 525px;
    width: 100%;
    margin: 0 20px 0 0
}

.dss-about__left .title {
    margin: 0 0 20px 0
}

.dss-about__left p {
    margin: 0 0 20px 0
}

.dss-about__left .btn {
    margin: 75px 0 0 0;
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg6.svg")
}

.dss-about__right {
    max-width: 630px;
    width: 100%
}

.dss-about__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-rules {
    padding: 40px 0;
    position: relative
}

.dss-rules::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72vw;
    height: 100%;
    background-color: var(--decor-bg);
    z-index: -1
}

.dss-rules__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-rules__left {
    max-width: 415px;
    width: 100%;
    margin: 0 15px 0 0
}

.dss-rules__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

.dss-rules__right {
    max-width: 785px;
    padding: 0 0 0 45px;
    width: 100%
}

.dss-rules .title {
    margin: 0 0 20px 0
}

.dss-rules__item {
    margin: 0 0 30px 0
}

.dss-rules__item h3 {
    position: relative;
    margin: 0 0 25px 0;
    font-size: 18px;
    font-weight: 600
}

.dss-rules__item h3::after {
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/themes/levbus/images/icons/arrow-rules.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.dss-rules__item p {
    margin: 0
}

.dss-rules__item:last-child {
    margin: 0
}

.dss-return {
    padding: 0 0 50px;
    overflow: hidden
}

.dss-return .title {
    text-align: center;
    margin: 0 0 30px 0
}

.dss-return li {
    position: relative;
    padding: 0 0 0 30px;
}

.dss-return li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 25px;
    height: 25px;
    background-image: url("/wp-content/themes/levbus/images/icons/checkk.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.dss-return li:last-child::after {
    background-image: url("/wp-content/themes/levbus/images/icons/check-error.svg");
}

.dss-return__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-return__left {
    max-width: 525px;
    width: 100%;
    margin: 0 120px 0 0;
    position: relative
}

.dss-return__left::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200vw;
    height: 125%;
    background-color: #f9f9f9;
    z-index: -1
}

.dss-return__left p {
    margin: 0 0 20px 0
}

.dss-return__left h3 {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 600
}

.dss-return__left li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0
}

.dss-return__check {
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #a4d555;
    position: relative;
    margin: 0 13px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.dss-return__check::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 13px;
    width: 5px;
    background-color: rgba(0, 0, 0, 0);
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    background-color: rgba(0, 0, 0, 0)
}

.dss-return__check.error {
    background-color: #d55555
}

.dss-return__check.error::after,
.dss-return__check.error::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px;
    height: 13px;
    background-color: var(--white)
}

.dss-return__check.error::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.dss-return__check.error::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.dss-return__right {
    padding: 30px 45px;
    max-width: 525px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e4e4e4
}

.dss-return__right h3 {
    margin: 0 0 35px 0;
    font-size: 28px;
    line-height: 100%;
    font-weight: 400;
    text-align: center
}

.dss-send {
    padding: 0 0 60px 0
}

.dss-send .title {
    text-align: center;
    margin: 0 0 20px 0
}

.dss-send .title+p {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500
}

.dss-send__inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 45px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #e4e4e4;
    border-radius: 5px
}

.dss-send__inner [type=submit] {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 46px;
}

.dss-send__inner p,
.dss-send__inner .p-btn {
    width: calc(40% - 15px);
    margin: 30px 0 0 15px;
}

.dss-send__inner p span {
    display: none;
}

.dss-send__left {
    width: calc(40% - 15px);
    margin: 0 0 0 15px;
}

.dss-send textarea {
    height: 134px
}

.dss-send__right {
    width: calc(60% - 15px);
    margin: 0 0 0 15px;
}

.wpcf7-response-output {
    display: none;
}

.dss-send__right .btn {
    display: none
}

.m-about {
    padding: 190px 0 40px
}

.m-about .title {
    text-align: center;
    margin: 0 0 20px 0
}

.m-about .container>p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px 0
}

.m-about__inner {
    margin: 0 0 45px 0;
    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
}

.m-about__left {
    max-width: 710px;
    width: 100%;
    margin: 0 20px 0 0
}

.m-about p {
    margin: 0 0 20px 0
}

.m-about h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600
}

.m-about__right {
    max-width: 415px;
    width: 100%;
    overflow: hidden;
    height: 650px
}

.m-about__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m-about__slider {
    position: relative;
    padding: 0 0 50px 0
}

.m-about .btn {
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg6.svg")
}

.m-about--twoo .m-about__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.m-about--twoo .m-about__left {
    max-width: 565px
}

.m-about--twoo .m-about__right {
    max-width: 630px
}

.m-about--twoo .swiper-slide {
    height: 350px
}

.m-contacts {
    padding: 190px 0 40px;
    overflow: hidden
}

.m-contacts .title {
    margin: 0 0 30px 0;
    text-align: center
}

.m-contacts__inner {
    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
}

.m-contacts__left {
    position: relative;
    max-width: 525px;
    width: 100%;
    margin: 0 20px 0 0
}

.m-contacts__left::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200vw;
    height: 125%;
    background-color: var(--decor-bg);
    z-index: -1
}

.m-contacts__left p {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 30px 0
}

.m-contacts__title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 500
}

.m-contacts__right {
    padding: 30px 45px;
    max-width: 525px;
    width: 100%;
    border-radius: 5px;
    background: var(--white);
    border: 1px solid #e4e4e4
}

.m-contacts__right h3 {
    margin: 0 0 35px 0;
    font-size: 28px;
    line-height: 100%;
    font-weight: 400;
    text-align: center
}

.m-contacts__tel,
.m-contacts__mail,
.m-contacts__adress {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-contacts__tel::after,
.m-contacts__mail::after,
.m-contacts__adress::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.m-contacts .m-contacts__box+.m-contacts__title {
    margin: 30px 0 10px 0
}

.m-contacts__tel::after {
    background-image: url("/wp-content/themes/levbus/images/icons/tel.svg")
}

.m-contacts__mail::after {
    background-image: url("/wp-content/themes/levbus/images/icons/mai.svg")
}

.m-contacts__adress::after {
    background-image: url("/wp-content/themes/levbus/images/icons/mark2.svg")
}

.map h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600
}

.map iframe {
    width: 100%;
    height: 450px
}

.page-404 {
    padding: 95px 0 100px;
    text-align: center
}

.page-404 strong {
    color: var(--orange);
    font-size: 200px;
    font-weight: 600;
    margin: 0 0 15px 0;
    display: block;
    line-height: 120%
}

.page-404 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-404 p {
    margin: 0 0 60px 0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500
}

.page-404__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-404 .btn:nth-child(1) {
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg3.svg)
}

.page-404 .btn:nth-child(2) {
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg2.svg)
}

.thanks {
    padding: 345px 0 430px;
    text-align: center
}

.thanks strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 120%
}

.thanks strong img {
    margin: 0 0 0 10px
}

.thanks P {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%
}

.thanks .btn {
    margin: 60px auto 0;
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg2.svg)
}

.blog {
    padding: 190px 0 100px;
    line-height: 120%
}

.custom-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.custom-gallery-grid a {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 8px;
}

.custom-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.custom-gallery-grid img:hover {
    transform: scale(1.05);
}

.blog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog__top-left h1 {
    margin: 0 0 20px 0
}

.blog__top-left p {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%
}

.blog .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none;
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg8.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 9px 30px 9px 35px;
    background-color: var(--body-bg)
}

.blog .select2-container {
    width: 100% !important
}

.blog .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-right: 2px solid #121212 !important;
    border-bottom: 2px solid #121212 !important
}

.blog__top-right {
    width: 285px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blog__top-right select {
    width: 100%
}

.blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.blog__item {
    position: relative;
    padding: 0 20px 30px 20px;
    width: calc(33.33333% - 15px);
    margin: 0 0 30px 15px
}

.blog__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--decor-bg);
    width: 100%;
    height: 70%;
    z-index: -1
}

.blog__item h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%
}

.blog__item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%
}

.blog__img {
    margin: 0 auto 30px;
    width: 100%;
    height: 245px;
    border-radius: 5px;
    overflow: hidden
}

.blog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__item-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog__item-bot p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.blog__item-bot p img {
    margin: 0 10px 0 0
}

.blog__item-bot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.blog__item-bot a svg {
    margin: 0 0 0 10px
}

.blog-page .select2-dropdown {
    width: 260px !important;
    left: 25px
}

.article {
    padding: 150px 0 50px;
    overflow: hidden
}

.article .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none;
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg8.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 9px 30px 9px 35px;
    background-color: var(--body-bg)
}

.article .select2-container {
    width: 100% !important
}

.article .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-right: 2px solid #121212 !important;
    border-bottom: 2px solid #121212 !important
}

.article .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 285px
}

.article__inner {
    max-width: 1065px;
    width: 100%;
    margin: 30px auto 0
}

.article__inner ul li {
    line-height: 120%;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px
}

.article__inner ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: var(--orange);
    border-radius: 50%
}

.article span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.article span img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0
}

.article img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 10px 0 5px 0
}

.article h2 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%
}

.article p {
    margin: 0 0 10px 0;
    line-height: 120%;
    font-size: 14px;
    font-weight: 400
}

.article__box {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article__left {
    margin: 0 15px 0 0;
    max-width: 415px;
    width: 100%
}

.article__left img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 5px
}

.article__right {
    max-width: 630px;
    width: 100%;
    position: relative
}

.article__right::after {
    content: "";
    position: absolute;
    left: -52%;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 115%;
    width: 78vw;
    background-color: var(--decor-bg)
}

.article ol {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0
}

.article ol li {
    counter-increment: list-counter;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 120%;
    padding: 0 0 0 30px;
    position: relative;
    font-size: 14px;
    line-height: 120%
}

.article ol li::before {
    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: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0;
    content: counter(list-counter) " ";
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    background-color: var(--orange)
}

body.page-order {
    background-color: #f9f9f9
}

.link-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0
}

.link-back svg {
    margin: 0 10px 0 0
}

.link-back svg path {
    stroke: var(--text)
}

.link-back {
    display: none;
}

.dss-order {
    padding: 145px 0 100px
}

.dss-order .title {
    margin: 0 0 65px 0
}

.dss-order__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-order__left {
    max-width: 850px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0
}

.dss-order__right {
    padding: 20px 20px;
    max-width: 415px;
    width: 100%;
    border-radius: 5px;
    background: var(--order-bg);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.dss-order__right-title {
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: 600
}

.dss-order .ride__box-wrap {
    margin: 0 0 30px 0
}

.dss-order .ride__box-item:last-child {
    margin: 0
}

.dss-order .ride__box-time,
.dss-order .ride__city {
    font-size: 20px
}

.dss-order__right-line {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

.dss-order__right-line span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 5px 0 0
}

.dss-order__right-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 0;
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: .5px solid var(--orange)
}

.dss-order__right-line:last-child {
    margin: 0
}

.dss-order__right-top {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5b93f
}

.dss-order__right-bot p {
    font-size: 12px
}

.dss-order__right-bot>p {
    margin: 0 0 10px 0
}

.dss-order__right-bot .btn {
    padding: 13px 20px;
    width: 215px;
    margin: 20px auto 0;
    background-image: url("/wp-content/themes/levbus/images/icons/btn-bg6.svg")
}

.dss-order__right-price {
    margin: 35px 0 25px;
    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;
    font-size: 14px;
    font-weight: 500
}

.dss-order__right-price strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 120%
}

.dss-order__right-price span {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 20px;
    line-height: 120%
}

.dss-order__right-subtitle {
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0 10px
}

.dss-order__item {
    margin: 0 0 30px 0;
    padding: 20px 20px 20px 60px;
    border-radius: 5px;
    background: var(--order-bg);
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-order__item>p {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 400
}

.dss-order__item>strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    color: var(--orange);
    font-size: 16px;
    font-weight: 500
}

.dss-order__item.active {
    border: 2px solid #e5b93f
}

.dss-order__left-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-order__left-title span {
    color: #191919;
    margin: 0 10px 0 0;
    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: 30px;
    height: 30px;
    background-color: var(--orange);
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    opacity: 0;
}

.dss-order .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.dss-order .form .form__group {
    width: 100%;
    margin: 0 0 20px 15px
}

.dss-order .select2-container {
    width: 100% !important
}

.dss-order__left-bot {
    border-top: 1px solid var(--orange)
}

.dss-order .btn-order-show {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 211px;
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg7.svg) !important;
    margin: -2px 0 0 auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: relative;
    font-size: 14px;
    padding: 13px 40px 13px 25px;
    color: var(--text) !important
}

.dss-order .btn-order-show::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid var(--text) !important;
    border-bottom: 2px solid var(--text) !important;
    width: 10px;
    height: 10px
}

.dss-order .btn-order-show.active {
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg9.svg) !important;
    color: #1a1a1a !important
}

.dss-order .btn-order-show.active::after {
    -webkit-transform: translateY(-16%) rotate(225deg);
    -ms-transform: translateY(-16%) rotate(225deg);
    transform: translateY(-16%) rotate(225deg);
    border-right: 2px solid #1a1a1a !important;
    border-bottom: 2px solid #1a1a1a !important
}

.dss-order__wrap {
    display: block;
    margin: 30px 0 0 0
}

.dss-order__box {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-order__col {
    width: 280px;
    border: 1px solid #9f9f9f;
    border-radius: 30px;
    padding: 20px
}

.dss-order .dss-order__col-wrap+.dss-order__col-wrap {
    margin: 0 0 0 60px
}

.dss-order__floor {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0
}

.dss-order__itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.dss-order__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.dss-order__info .place-busy {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px
}

.dss-order__info-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: 400
}

.dss-order__info-itm {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    border: 1.5px solid var(--text);
    border-radius: 10px 10px 5px 5px
}

.dss-order__info-itm-busy {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    border: 1.5px solid var(--text);
    border-radius: 10px 10px 5px 5px;
    background-color: var(--orange)
}

.dss-order__atention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.dss-order__atention svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px 0 0
}

.place-itm {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(20% - 10px);
    margin: 0 0 14px 10px;
    height: 40px;
    pointer-events: none;
    overflow: hidden
}

.place-itm span {
    font-size: 10px;
    font-weight: 600;
    color: var(--orange)
}

.place-itm>span {
    font-size: 14px;
    margin-bottom: -2px;
}

.place-itm span.value {
    color: #8dc641;
}

.place-itm p {
    font-size: 10px;
    font-weight: 500;
    margin: 0 0 0 0;
    color: var(--orange);
    color: #8dc641;
}

.place-itm img:nth-child(1) {
    display: block
}

.place-itm img:nth-child(2) {
    display: none
}

.place-img {
    border: 1px solid var(--text);
    border-radius: 5px
}

.place-clear {
    background-color: rgba(0, 0, 0, 0);
    font-size: 0;
    border: none
}

.place-text {
    pointer-events: inherit;
    cursor: pointer;
    border: 1.5px solid var(--text);
    border-radius: 15px 15px 5px 5px
}

.place-text:hover {
    border-color: var(--orange)
}

.place-text:hover * {
    color: var(--orange)
}

.dss-order__tab {
    display: none
}

.place-text.active {
    background-color: var(--orange)
}

.place-text.active span {
    color: #fff !important
}

.place-text.active p {
    color: #1a1a1a
}

.place-busy {
    position: relative;
    background-color: #d9d9d9;
    border-radius: 5px
}

.place-busy::after,
.place-busy::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #9f9f9f
}

.place-busy::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.place-busy::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.select2-container--default .select2-results__option--selected {
    color: #000
}

.form__box {
    margin: 5px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.form__box a {
    text-decoration: underline
}

.form__box a:hover {
    text-decoration: none
}

.form__box p {
    margin: 0;
    font-size: 12px
}

.form__box input[type=checkbox] {
    width: 15px;
    height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid var(--orange);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.form__box input[type=checkbox]:checked {
    background-image: url("/wp-content/themes/levbus/images/icons/check-2.svg");
    background-repeat: no-repeat;
    background-size: 15px 12px;
    background-position: center;
    background-color: var(--orange)
}

.footer {
    padding: 95px 0 35px;
    background-color: var(--footer);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__coll ul li {
    margin: 0 0 20px 0
}

.footer__coll ul a {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__coll ul a:hover {
    -webkit-text-decoration-color: var(--white);
    text-decoration-color: var(--white)
}

.footer__coll:nth-child(3) {
    max-width: 280px;
    width: 100%
}

.footer__coll:nth-child(4) {
    max-width: 274px;
    width: 100%
}

.footer__logo {
    width: 170px;
    display: block
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__title {
    font-size: 18px;
    margin: 0 0 30px 0
}

.footer__bottom {
    margin: 30px 0 0 0
}

.footer__bottom img {
    display: block;
    width: 135px;
    margin: 0 auto 30px
}

.footer__bottom p {
    text-align: center
}

.footer__bottom .social {
    display: none
}

.footer__tel,
.footer__mail,
.footer__adress {
    position: relative;
    margin: 0 20px 0 0;
    padding: 0 0 0 30px
}

.footer__tel::after,
.footer__mail::after,
.footer__adress::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.footer__tel::after {
    background-image: url("/wp-content/themes/levbus/images/icons/telephone.svg")
}

.footer__mail::after {
    background-image: url("/wp-content/themes/levbus/images/icons/mail.svg")
}

.footer__adress::after {
    background-image: url("/wp-content/themes/levbus/images/icons/mark-2.svg")
}

.footer .languege__dropdown-wrap {
    right: auto;
    left: 0
}

.footer .languege__child::before {
    background-image: url("/wp-content/themes/levbus/images/icons/arrow.svg")
}

.modal {
    background-color: #fff;
    display: none;
    border-radius: 5px;
    overflow: visible
}

.modal__top {
    border-bottom: 1px solid #e4e4e4
}

.modal__title-form {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%
}

.modal__top {
    margin: 0 0 30px 0
}

.modal__top>p {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 400
}

.modal__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    position: relative
}

.modal__tel::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("/wp-content/themes/levbus/images/icons/tel.svg")
}

.modal .social {
    margin: 0 0 20px 0
}

.modal__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 10px 0
}

.modal__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

.modal__line span {
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    font-weight: 600
}

.modal__line img {
    margin: 0 20px 0 0
}

.modal__line p {
    margin: 0
}

.modal__item-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e3e3e3
}

.modal__item-review p {
    margin: 0
}

.modal .reviews__right-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.modal .reviews__right-box img {
    margin: 0 10px 0 0
}

.modal ::-webkit-scrollbar {
    height: 10px;
    width: 5px
}

.modal ::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 5px
}

.modal ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px
}

.modal__box {
    max-height: 700px;
    overflow: auto;
    padding: 0 10px 0 0
}

.modal__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal__rate p {
    font-size: 16px;
    font-weight: 400
}

.fancybox-slide--html {
    padding: 40px 10px
}

#modal-1,
#modal-4 {
    padding: 30px 20px;
    max-width: 400px;
    width: 100%
}

#modal-2 {
    max-width: 570px;
    width: 100%
}

#modal-2 .modal__title {
    text-align: center
}

#modal-2 .modal__title+p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%
}

#modal-2 .form {
    margin: 60px 0 0 0
}

#modal-3 {
    max-width: 780px
}

.fancybox-slide--html .fancybox-close-small {
    opacity: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: -40px;
    top: -40px;
    background-image: url("/wp-content/themes/levbus/images/icons/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.fancybox-slide--html .fancybox-close-small svg {
    display: none
}

.list-star ul {
    margin-bottom: 40px;
}

.list-star li {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 37px;
}

.list-star li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url("https://test.lev-bus.com.ua/wp-content/uploads/2025/03/check-white.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.dark-theme .list-star li:after {
    background-image: url("https://test.lev-bus.com.ua/wp-content/uploads/2025/03/check-dark.svg");
}


.page-enter {
    padding: 135px 0 100px
}

.page-enter {
    background-color: var(--body-bg2)
}

.page-enter .title {
    margin: 0 0 30px 0;
    text-align: center
}

.page-enter .form {
    padding: 30px 50px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--body-bg)
}

.form__info {
    margin: 20px 0 55px;
    color: var(--text);
    font-size: 14px;
    text-align: center
}

.form__info a {
    font-weight: 700;
    text-decoration: underline
}

.form .btn-transparent {
    background-image: url("../images/icons/btn-bg10.svg");
    color: var(--text) !important;
    text-align: center;
    margin: 30px auto 0;
}

.cabinet {
    padding: 185px 0 100px;
    background-color: var(--body-bg2)
}

.cabinet .title {
    margin: 0 0 30px 0;
    text-align: center
}

.cabinet__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cabinet__left {
    position: relative;
    max-width: 340px;
    width: 100%;
    margin: 0 45px 0 0
}

.cabinet__left-close {
    display: none
}

.cabinet__link {
    margin: 0 0 10px 0;
    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;
    text-align: center;
    font-size: 16px;
    background-image: url(../images/icons/btn-bg10.svg);
    width: 100%;
    color: var(--text) !important;
}

.cabinet__link.active {
    background-image: url("../images/icons/btn-bg4.svg");
    color: rgb(25, 25, 25) !important;
}

.cabinet__right {
    max-width: 895px;
    width: 100%;
    padding: 30px;
    background-color: var(--body-bg)
}

.cabinet__item {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 20px 0;
    border: 1px solid #fedd58;
    border-radius: 5px
}

.cabinet__col {
    padding: 0 5px
}

.cabinet__col:nth-child(1) {
    width: 10%
}

.cabinet__col:nth-child(2) {
    width: 17%;
    font-weight: 700
}

.cabinet__col:nth-child(3) {
    width: 13%
}

.cabinet__col:nth-child(4) {
    width: 12%
}

.cabinet__col:nth-child(6) {
    padding: 0;
    margin: 0 0 0 auto
}

.cabinet__col:nth-child(6) .btn {
    width: 185px;
    background-image: url(../images/icons/btn-bg11.svg) !important;
    font-weight: 500
}

.cabinet__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cabinet__back svg {
    margin: 0 5px 0 0
}

.cabinet__back svg path {
    stroke: var(--text)
}

.cabinet .ride__time {
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    position: relative
}

.cabinet .ride__time::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fedd58;
    width: 300px;
    height: 1px
}

.cabinet .ride__item-top .ride__item-col span,
.cabinet .ride__main-time strong,
.cabinet .ride__time-inner {
    background-color: var(--body-bg)
}

.cabinet__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0 0
}

.cabinet__info-col {
    padding-right: 15px;
    width: 20%;
    padding: 0 0 0 10px;
}

.cabinet__info-col:first-child {
    padding: 0;
}

.cabinet__info-col .btn {
    width: 185px;
    background-image: url(../images/icons/btn-bg11.svg) !important
}

/* .cabinet__info-col:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.cabinet__info-col:nth-child(2) {
    margin: 0 80px 0 auto
}

.cabinet__info-col:nth-child(2) span {
    font-weight: 700
}

.cabinet__info-col:nth-child(3) {
    padding: 0
} */

.cabinet .btn-twoo {
    background-image: url(../images/icons/btn-bg11.svg);
    margin: 0;
    width: 185px
}

.cabinet__menu {
    display: none
}

.form__md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.form__md .form__group {
    margin: 0 0 20px 15px;
    width: calc(50% - 15px)
}

.currency-switcher {
    margin: 0 0 0 15px;
    width: 85px;
    flex-shrink: 0;
}

.currency-switcher__child span {
    position: relative;
    border: none !important;
    padding: 5px 25px 5px 10px !important;
}

.currency-switcher__child span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-image: url(/wp-content/themes/levbus/images/icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
}

.currency-switcher__dropdown-wrap {
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border: none !important;
    width: 155px;
    right: 0;
    text-align: right;
    color: rgb(25, 25, 25);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    z-index: 99999;
}

.currency-switcher__dropdown-wrap a {
    display: block;
    width: 100%;
}

.form-error {
    margin: 0 0 20px 0;
    color: rgb(198, 31, 31);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}


.cabinet__md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--orange);
    padding: 15px 0
}

.cabinet__md-status {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.cabinet__md-status span {
    font-weight: 600
}

.cabinet__md-btns {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cabinet__md-btn:first-child {
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg3.svg)
}

.cabinet__md-btn:last-child {
    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;
    text-align: center;
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg10.svg);
    color: var(--text) !important
}

.cabinet__info-btn {
    width: 185px;
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg11.svg) !important;
    margin: 30px 0 0 auto
}

.cabinet__info-col:nth-child(1) {
    font-size: 16px;
    line-height: 20px
}

.cabinet__info-col:nth-child(3) span {
    font-weight: 700
}

.cabinet__pasage-title {
    margin: 20px 0 5px;
    color: var(--text);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.dss-baner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFDD58;
    height: 50px;
    overflow: hidden;
    transition: linear .2s;
}

.dss-baner strong {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.dss-baner__img {
    height: 100%;
}

.dss-baner__img img {
    height: 100%;
    width: auto;
    display: block;
}

.header.sticky .dss-baner {
    height: 0;
    min-height: 0;
}

.passengers .form {
    align-items: flex-end;
}

.passengers .form>label,
.passengers .form .form__group--md {
    margin: 0 0 20px 15px;
    width: calc(33.33333% - 15px) !important;
}

.passengers .form>label label,
.passengers .form .form__group--md label {
    margin: 0;
}

.passengers .form>label input,
.passengers .form .form__group--md select {
    margin: 5px 0 0 0;
}

.passenger>strong {
    display: flex;
    margin: 0 0 5px 0;
}

.dss-order__item.passengers-wrapper {
    padding: 0;
    background: transparent !important;
}

.dss-order__item.passengers-wrapper .order-select {
    background-color: transparent !important;
}

.dss-order__item.passengers-wrapper .dss-order__left-title {
    margin: 0 0 15px 0;
}

.pst-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
}

.pst-gallery a {
    width: calc(33.33333% - 20px);
    margin: 0 0 20px 20px;
}

.pst-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ride__item-bonus {
    margin: 0 0 15px auto;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    width: fit-content;
    text-align: left;
    font-weight: 600;
}

.ride__item-bonus.active .ride__item-bonus-info {
    pointer-events: inherit;
    opacity: 1;
}

.ride__item-bonus:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/09/info.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ride__item-bonus-info {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 310px;
    top: 0;
    left: -310px;
    background-color: var(--body-bg);
    padding: 20px;
    transition: all .2s;
    font-size: 16px;
    line-height: 130%;
}

.ride__item-bonus {
    font-size: 14px !important;
}

.cabinet__right-top {
    display: flex;
}
.btn-one,
.btn-two {
    width: 250px;
    font-weight: 500;
    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;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
    padding: 13px 50px;
    color: var(--text);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    margin: 0 0 15px 0;
}

.btn-one {
    background-image: url("/wp-content/uploads/2026/03/btnBg2.svg");
}

.btn-two {
    background-image: url("/wp-content/uploads/2026/03/btnBg3.svg");
}

.btn-one.cbnt-active-btn {
    color: rgb(25, 25, 25) !important;
    background-image: url("/wp-content/uploads/2026/03/btnBg1.svg");
}

.btn-two.cbnt-active-btn {
    color: rgb(25, 25, 25) !important;
    background-image: url("/wp-content/uploads/2026/03/btnBg4.svg");
}

.dss-baner-crossborder {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.dss-baner-crossborder span:nth-child(2) {
    display: none;
}

.dss-baner-crossborder {
    display: flex;
    justify-content: space-between;
}


.app-download {
    padding: 190px 0 75px;
}

.app-download__inner {
    display: flex;
    justify-content: space-between;
}

.app-download__left {
    max-width: 540px;
    width: 100%;
    margin: 0 30px 0 0;
}

.app-download__text {
    margin: 0 0 40px 0;
    font-size: 20px;
    line-height: 120%;
}

.app-download__box {
    max-width: 485px;
    display: flex;
    column-gap: 30px;
}

.app-download__box a {
    width: calc(50% - 30px);
    display: block;
}

.app-download__box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.app-download__info {
    font-size: 16px;
}

.app-download__right {
    max-width: 620px;
    width: 100%;
    height: fit-content;
    border-radius: 5px;
    overflow: hidden;
}

.app-download__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.app-download ul {
    margin: 0 0 40px 0;
}

.app-download li {
    position: relative;
    font-size: 20px;
    line-height: 175%;
    padding: 0 0 0 45px;
    margin: 0 0 10px 0;
}

.app-download li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url("https://test.lev-bus.com.ua/wp-content/uploads/2026/03/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #A4D555;
}


.feature-wifi {
    padding: 40px 0;
    margin: 0 0 60px 0;
    background: linear-gradient(to right, var(--body-bg) 30%, var(--decor-bg) 30%);
}

.feature-wifi__inner {
    display: flex;
    justify-content: space-between;
}

.feature-wifi__left {
    border-radius: 5px;
    overflow: hidden;
    max-width: 420px;
    width: 100%;
    margin: 0 30px 0 0;

}

.feature-wifi__left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.feature-wifi__right {
    padding: 20px 0 0 0;
    max-width: 805px;
    width: 100%;
}

.feature-wifi__text {
    margin: 0 0 40px 0;
    font-size: 20px;
    line-height: 120%;
}

.feature-wifi__box-title {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.feature-wifi__box-item {
    margin: 0 0 20px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
}

.feature-wifi__col button {
    position: relative;
    font-size: 14px;
    color: #E5B93F;
    padding: 0 0 0 20px;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.feature-wifi__col button::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 16px;
    background-image: url(https://test.lev-bus.com.ua/wp-content/uploads/2026/03/copy.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.feature-wifi__text-bot {
    margin: 30px 0 0 0;
    max-width: 620px;
    width: 100%;
    font-size: 20px;
    line-height: 120%;
}

.lb-insurance-shortcode{
	background-color: transparent !important;
}

.lb-insurance-form__grid--age .lb-insurance-counter-field>span{
	font-size: 13px !important;
}

.lb-insurance-btn--ghost,
.lb-insurance-btn--primary{
	    width: 250px;
    font-weight: 500;
    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;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
    padding: 13px 50px;
    color: var(--text);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    margin: 0 0 15px 0;
	border: none !important;
	background-color: transparent !important;
	border-radius: 0 !important;
}

.lb-insurance-btn--ghost{
	background-image: url("/wp-content/uploads/2026/05/btnBg1.svg") !important;
	background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.lb-insurance-btn--primary{
	background-image: url("/wp-content/uploads/2026/05/btnBg2.svg") !important;
	background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.lb-insurance-subsection{
	font-size: 12px !important;
}

.lb-insured-card {
    background: transparent !important;
	padding: 0 !important;
	border: none !important;
}

.lb-review-check input,
.lb-insured-card__header .lb-insured-self input{
	border-radius: 5px;
	width: 15px;
    height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid var(--orange);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.lb-review-check input[type=checkbox]:checked,
.lb-insured-card__header .lb-insured-self input[type=checkbox]:checked{
    background-image: url(/wp-content/themes/levbus/images/icons/check-2.svg);
    background-repeat: no-repeat;
    background-size: 15px 12px;
    background-position: center;
    background-color: var(--orange);
}

.lb-insurance-page__title {
	font-size: 28px !important;
}

.feature-wifi__box-item .feature-wifi__col:first-child strong{
	font-size: 14px !important;
}

.lb-age-box{
	border-radius: 5px;
}
.lb-insurance-register__selected{
	background: transparent !important;
}

.ride__item-right div:first-child,
.lb-acc-item,
.lb-age-box,
.lb-insurance-plan,
.lb-review-card{
	border-radius: 5px !important;
}

.lb-insurance-counter__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

@media(max-width: 768px) {
	.lb-insurance-form__field,
	.lb-insurance-form__field .lb-insurance-form__field input, 
	.lb-insurance-form__field .lb-insurance-form__field select{
		max-width: 100% !important;
		width: 100% !important;
	}
	.lb-insurance-form__field input, 
	.lb-insurance-form__field select{
		height: 36px !important;
		color: var(--text) !important;
	}
    .app-download__inner {
        flex-direction: column;
    }

    .app-download__left {
        margin: 0 0 30px 0;
    }

    .feature-wifi__inner {
        flex-direction: column-reverse;
    }

    .feature-wifi__left {
        margin: 30px 0 0 0;
    }

    .app-download__left,
    .app-download__right,
    .app-download__right,
    .feature-wifi__left {
        max-width: 100%;
    }

    .feature-wifi {
        background: none;
    }

    .app-download {
        padding: 190px 0 15px;
    }

    .app-download li {
        position: relative;
        font-size: 18px;
    }
}


@media(max-width: 1300px) {
    .cabinet__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 30px 0
    }

    .cabinet__menu img {
        margin: 0 10px 0 0;
        width: 30px;
        height: 20px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .cabinet__left {
        padding: 150px 15px 20px 15px;
        margin: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;
        max-width: 400px;
        width: 100%;
        height: 100vh;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .cabinet__left.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .cabinet__left-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: -100px 20px 50px auto;
        width: 40px;
        height: 40px
    }

    .cabinet__right {
        max-width: 100%;
        padding: 30px 15px
    }
}


@media(max-width: 768px) {

    .pst-gallery a {
        width: calc(100% - 20px);
    }

    .passengers .form>label,
    .passengers .form .form__group--md {
        width: calc(100% - 15px) !important;
    }

    .page-enter .form {
        padding: 30px 20px
    }

    .cabinet__col:nth-child(6) .btn {
        background-image: url(../images/icons/btn-bg11.svg) !important
    }

    .cabinet__info-item {
        -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;
        margin: 30px 0 0 0
    }

    .cabinet__info-col:nth-child(2) {
        margin: 0 auto 0
    }

    .cabinet__info-col {
        margin: 0 0 20px 0 !important;
        width: 100%;
        text-align: center;
    }

    .form__md .form__group {
        width: calc(100% - 15px)
    }
}

.dark-theme .ride__item-bonus:after {
    background-image: url("/wp-content/uploads/2025/09/info-1.svg");
}


/*Datepicker tomorrow*/
.filter__datepicker-box {
    position: relative;
}

.filter__quick-dates {
    position: absolute;
    bottom: -25px;
}

.filter__quick-dates .date-btn {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    margin-right: 10px;
    transition: all .5s;
}

.filter__quick-dates .date-btn:hover {
    text-decoration: none;
    transition: all .5s;
}

@media (max-width: 767px) {
    .filter__quick-dates {
        position: initial;
        margin: 5px 0;
    }
}


@media(max-width: 576px) {
    .cabinet__col {
        width: 100% !important;
        margin: 0 0 20px 0;
        text-align: center
    }

    .cabinet__col:nth-child(6) .btn {
        margin: 0 auto
    }
}

@media(max-width: 375px) {
    .form .btn {
        width: 100% !important
    }
}


@media(max-width: 1200px) {
    .dss-baner-crossborder .dss-baner__img {
        display: none;
    }

    .dss-baner-crossborder span:nth-child(2) {
        display: block;
    }

    .marquee {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .marquee__track {
        display: flex;
        white-space: nowrap;
        animation: marquee 20s linear infinite;
    }

    .marquee__track span {
        display: inline-block;
        padding-right: 2rem;
        font-size: 1rem;
        line-height: 1.4;
    }

    @keyframes marquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .marquee__track {
            animation: none;
        }
    }


    .header__box,
    .header__nav {
        margin: 0 0 0 auto
    }

    .header__nav li+li {
        margin: 0 0 0 30px
    }

    .header__logo {
        width: 157px
    }

    .filter__box {
        max-width: 100%;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .filter__col {
        width: 100%;
        margin: 0 0 30px 0;
        max-width: 100%
    }

    .filter__col:nth-child(3) {
        margin: -30px 0 35px 0
    }

    .filter__col:nth-child(4) {
        margin: -8px 0 10px 0
    }

    .filter__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .filter {
        margin: -15px 0 0 0
    }

    .filter__item {
        padding: 20px
    }

    .filter .swap-road {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: -10px 15px 0 auto
    }

    .filter .btn {
        margin: 10px 0 0 0;
        background-image: url("/wp-content/themes/levbus/images/icons/btn-bg-mob.svg");
        width: 290px
    }

    .filter__item>p {
        font-size: 14px;
        line-height: 17px
    }

    .filter__item>p a {
        margin: 10px 0 0 0;
        display: block
    }

    .search-road__bg {
        width: 49%
    }

    .faq dl {
        width: calc(100% - 15px)
    }

    .dss-order__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-order__left {
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .dss-order__right {
        max-width: 100%
    }
}


@media(max-width: 992px) {
	
    .ride__item-bonus {
        top: 0;
        position: absolute;
        right: 20px !important;
    }


    .ride__item-bottom .ride__item-seats {
        display: block;
    }

    .ride__item-price {
        position: relative;
        padding: 40px 0 5px !important;
    }

    .ride__item-bonus {
        position: absolute;
        bottom: auto !important;
        right: 0 !important;
    }

    .ride__item-bonus:after {
        top: 14px !important;
    }

    .ride__item-bonus {
        width: 100%;
    }

    .header__inner>.header__theme {
        order: -1;
    }

    .dark-theme .header.active,
    .dark-theme .header__box {
        background-color: #1a1a1a;
        color: #fff
    }

    .dark-theme .header__tel::after {
        background-image: url("/wp-content/themes/levbus/images/icons/tel-2.svg")
    }

    .dark-theme .languege__child::before {
        background-image: url("/wp-content/themes/levbus/images/icons/arrow-white.svg")
    }

    .dark-theme .header__menu-btn.active {
        color: var(--white)
    }

    .dark-theme .header__menu-btn.active span {
        background-color: var(--white)
    }

    .dark-theme .header__menu-btn.active::before {
        background-color: var(--white)
    }

    .dark-theme .header__menu-btn.active::after {
        background-color: var(--white)
    }

    .header__menu-btn.active {
        color: #191919
    }

    .header__menu-btn.active span {
        background-color: #191919
    }

    .header__menu-btn.active::before {
        /*         background-color: #191919 */
    }

    .header__menu-btn.active::after {
        /*         background-color: #191919 */
    }

    .header__theme {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin: 20px 0 0 0;
        background-color: #1a1a1a
    }

    .header.active {
        /*         background-color: #fff; */
        border-bottom: 1px solid #e5b93f
    }

    .header__box {
        margin: 0;
        position: fixed;
        top: 105px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 15px 150px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s;
        color: #000
    }

    .header__box.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header__nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header__tel {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 30px 0 25px
    }

    .header .social {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header .social li {
        width: 30px;
        height: 30px
    }

    .header .social li+li {
        margin: 0 0 0 15px !important
    }

    .languege__child>span img {
        width: 30px;
        height: 30px
    }

    .languege__child>span {
        width: 30px
    }

    .header .social li:nth-child(1),
    .header .social li:nth-child(2) {
        display: block
    }

    .header .languege {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 10px 0 0 0
    }

    .languege__child::before {
        background-image: url("/wp-content/themes/levbus/images/icons/arrow2.svg");
        right: -12px
    }

    .languege__dropdown-wrap {
        left: 0;
        right: auto;
        top: 42px
    }

    .header__menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 auto;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        outline: none;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        position: relative;
        padding: 0 30px 0 0
    }

    .header__menu-btn span {
        margin: 0 0 0 20px;
        display: block;
        width: 18px;
        height: 1px;
        border-radius: 50%;
        background-color: var(--white);
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }

    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        width: 18px;
        height: 1px;
        border-radius: 50%;
        background-color: var(--white);
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 0;
        width: 18px;
        height: 1px;
        border-radius: 50%;
        background-color: var(--white);
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn.active::after {
        bottom: 9px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header__menu-btn.active::before {
        top: 9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__menu-btn.active span {
        opacity: 0
    }

    .header__tel::after {
        background-image: url("/wp-content/themes/levbus/images/icons/telephone2.svg")
    }

    .header__box {
        margin: 0;
        width: 100%
    }

    .header__nav {
        width: 100%
    }

    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__nav li {
        margin: 0 !important;
        width: 100%
    }

    .header__nav a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 16px 0;
        border-bottom: 1px solid #e4e4e4
    }

    .header .social {
        margin: 10px 0
    }

    .header__inner {
        height: 55px
    }

    .intro h1 {
        font-size: 24px;
        line-height: 1.2
    }

    .intro p {
        font-size: 16px
    }

    .intro h1 {
        margin: 0 0 19px 0
    }

    .reserve__item {
        width: calc(50% - 20px);
        margin: 0 0 25px 0;
        padding: 0 !important
    }

    .reserve .reserve__item+.reserve__item {
        padding: 0 15px 0 0
    }

    .reserve__item::after {
        right: -25px !important
    }

    .excellence__item {
        margin: 0 0 65px 15px;
        width: calc(50% - 15px)
    }

    .title {
        font-size: 24px;
        line-height: 29px
    }

    .reserve__list {
        padding: 30px 20px
    }

    .excellence__item h3 {
        margin: 0 0 25px 0
    }

    .swiper-button-next {
        left: calc(50% + 55px)
    }

    .swiper-button-prev {
        left: calc(50% - 65px)
    }

    .search-road__box {
        width: 50%
    }

    .search-road p {
        font-size: 16px;
        line-height: 20px
    }

    .faq .title {
        text-align: center !important
    }

    .faq {
        padding: 20px 0 30px
    }

    .faq dt {
        font-size: 16px;
        padding: 20px 30px 20px 10px
    }

    .rent__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rent__btns {
        display: none
    }

    .rent__btns--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .rent__left {
        margin: 0 0 20px 0;
        padding: 40px 0 0 0;
        max-width: 100%;
        width: 100%
    }

    .rent__right {
        margin: 0 auto 0
    }

    .rent__left p {
        font-size: 16px;
        line-height: 20px
    }

    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 -20px
    }

    .footer__coll {
        width: calc(33.33333% - 20px) !important;
        margin: 0 0 25px 20px;
        max-width: 100% !important
    }

    .footer__coll:nth-child(1) {
        width: calc(100% - 20px) !important
    }

    .footer {
        padding: 30px 0 35px
    }

    .ride__item-right {
        display: none
    }

    .ride__item-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ride__mob-wrap {
        width: 100%;
        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: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .ride__mob-wrap .ride__item-price,
    .ride__mob-wrap a.btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .ride__insurance-mobile {
		display: flex !important;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        width: fit-content !important;
        margin: 8px 0 10px auto !important;
    }

    .ride__item-bottom .btn {
        margin: 0 0 15px auto
    }

    .ride__categories {
        max-width: 100%;
        margin: 0 0 10px 0
    }

    .ride__mob-wrap a.btn {
        background-image: url("/wp-content/themes/levbus/images/icons/btn-bg6-mob.svg");
        width: 290px;
        height: 46px;
        background-size: 100%
    }

    .ride .btn-road-show {
        background-image: url("/wp-content/themes/levbus/images/icons/btn-bg7-mob.svg") !important;
        width: 290px !important;
        height: 46px;
        background-size: 100%;
        margin: 0 0 0 auto !important
    }

    .dss-return__left {
        margin: 0 30px 0 0
    }

    .m-contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-contacts__left {
        margin: 0 0 45px 0
    }

    .m-contacts .title {
        margin: 0 0 40px 0
    }

    .m-contacts__right {
        padding: 30px 20px
    }

    .m-contacts__left::after {
        height: 184%;
        top: -20px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .map {
        padding: 25px 0 60px
    }

    .m-about .container>p {
        text-align: left !important
    }

    .blog__item {
        width: calc(50% - 15px)
    }

    .article__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 25px 0
    }

    .article__left {
        max-width: 100%;
        margin: 0 0 20px 0;
        padding: 0 10px
    }

    .article__right {
        max-width: 100%;
        padding: 0 10px
    }

    .article__right::after {
        left: 0;
        top: 0;
        bottom: -20px;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: 155%;
        width: calc(100vw - 30px);
        background-color: var(--decor-bg)
    }

    .article ol li {
        margin-bottom: 20px
    }

    .dss-order__item {
        padding: 20px
    }

    .dss-order__left-title {
        margin: 0 0 10px 0
    }

    .rent__btns {
        margin: 40px auto 0
    }

    .cabinet__col {
        width: 33.33333% !important;
        margin: 0 0 20px 0
    }

    .cabinet__col:nth-child(6) {
        width: 100% !important
    }

    .cabinet__col:nth-child(6) .btn {
        margin: 0 0 0 auto
    }

    .dss-enter__drop,
    .header__support-box {
        display: block;
        position: static;
    }

    .dss-enter__avatar {
        display: none;
    }

    .header__box {
        display: flex;
        flex-direction: column;
    }

    .header__support {
        order: 5;
    }

    .dss-enter__drop {
        background: transparent;
    }

    .dss-enter__drop,
    .header__support-box {
        padding: 0;
    }

    .dss-enter {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        margin: 0 0 30pxx 0;
        border-bottom: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
    }

    .dss-enter__link {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 20px 0;
        color: var(--text);
    }

    .header__support-box {
        width: 100%;
        background: transparent;
    }

    .header__support-item {
        display: none;
    }

    .header__support-box * {
        color: var(--text) !important;
    }

    .header__support-links {
        margin: 0 0 25px 0;
    }

    .header__box .header__theme {
        display: flex;
    }

    /* 	.header__inner > .header__theme{
            display: flex;
            order: 0;
            margin: 0 10px 0 auto;
        }
         */
    .header__logo {
        width: 100px !important;
    }

    .currency-switcher {
        margin: 0 10px 0 0;
    }

    .currency-switcher__child span::before {
        width: 11px;
        height: 10px;
    }

    .currency-switcher__child span {
        padding: 5px 15px 5px 10px !important;
    }

    .header__menu-btn {
        font-size: 0;
        margin: 0;
    }

    .header .languege {
        margin: 10px 0 30px 0;
    }




}

@media(max-width: 768px) {
    .btn-one,
    .btn-two {
        width: 50%;
    }
    .dss-baner__img:first-child {
        display: none;
    }

    .dss-baner strong {
        text-align: left;
        padding: 0 0 0 15px;
        font-size: 11px;
        line-height: 100%;
    }

    .dss-baner {
        height: auto;
        min-height: 50px;
    }

    .dss-send__left,
    .dss-send__right {
        width: 100%;
        margin: 0;
    }

    .dss-send__left {
        margin: 0 0 20px 0;
    }

    .dss-send__inner p {
        max-width: 310px;
        width: 100%;
        margin: 30px auto 0;
    }

    .fancybox-slide--html .fancybox-close-small {
        right: 5px;
        top: 5px;
        width: 30px;
        height: 30px
    }

    .fancybox-slide {
        padding: 30px 10px
    }

    .ride__box-right-item p,
    .ride__place {
        font-size: 12px
    }

    .bonus__slider {
        padding: 0 0 35px 0
    }

    .title {
        text-align: left !important
    }

    .intro {
        padding: 137px 0 15px
    }

    .reserve__item {
        width: calc(100% - 20px)
    }

    .excellence {
        padding: 80px 0 30px
    }

    .excellence__item {
        width: calc(100% - 15px)
    }

    .excellence__item:last-child {
        margin: 0 0 0 15px
    }

    .reserve__item:last-child {
        margin: 0
    }

    .flight__item {
        width: calc(100% - 15px);
        margin: 0 0 45px 15px
    }

    .flight__item:last-child {
        margin: 0 0 0 15px
    }

    .flight {
        padding: 30px 0 45px
    }

    .route .container>p {
        text-align: left;
        font-size: 16px;
        line-height: 20px
    }

    .route .title {
        margin: 0 0 20px 0
    }

    .flight .container>p {
        text-align: left;
        font-size: 16px;
        line-height: 20px
    }

    .flight__item {
        padding: 30px 20px
    }

    .reviews__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .route {
        padding: 35px 0 25px
    }

    .reviews {
        padding: 30px 0 30px
    }

    .reviews .title {
        margin: 0 0 10px 0
    }

    .reviews__top-box span {
        font-size: 24px
    }

    .reviews__top-box {
        margin: 10px 0 35px 0
    }

    .reviews__top-right a {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews__top {
        margin: 0 0 40px 0
    }

    .reviews .btn {
        margin: 40px auto 0
    }

    .btn {
        padding: 13px 30px;
        width: 330px;
        background-image: url("/wp-content/themes/levbus/images/icons/btn-bg-mob2.svg") !important
    }

    .search-road__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-road__bg {
        position: static
    }

    .search-road__box {
        padding: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        margin: 0 0 25px 0
    }

    .search-road__bg {
        width: 100%;
        height: 150px
    }

    .search-road .btn {
        position: absolute;
        bottom: -260px
    }

    .search-road {
        padding: 30px 0 95px
    }

    .bonus .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .bonus__left {
        max-width: 525px;
        width: 100%;
        height: 190px;
        margin: 0 15px 0 0
    }

    .bonus__right {
        position: relative
    }

    .bonus__slider {
        max-width: 525px;
        margin: 0 auto
    }

    .bonus__right h3 {
        position: absolute;
        padding: 30px 0 30px 40px;
        top: -271px;
        left: 45px;
        max-width: 525px;
        right: 0;
        background-color: #e5b93f;
        height: auto
    }

    .bonus__right h3::before {
        content: "";
        left: -1px;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50px;
        -webkit-clip-path: polygon(63% 1%, 0 0, 0 100%);
        clip-path: polygon(63% 1%, 0 0, 0 100%);
        background-color: #fff
    }

    .bonus__right h3::after {
        display: none
    }

    .bonus {
        padding: 80px 0 30px
    }

    .bonus__right {
        padding: 35px 40px 0 40px
    }

    .rent__left {
        padding: 0
    }

    .rent {
        padding: 30px 0 75px
    }

    .rent__btns {
        margin: 40px auto 0;
        -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
    }

    .rent__btns .btn+.btn {
        margin: 30px 0 0 0
    }

    .footer__coll {
        width: calc(50% - 20px) !important
    }

    .ride__item-top .ride__item-col {
        width: 50% !important;
        padding: 0 0 0 7px
    }

    .ride__item-top .ride__item-col:nth-child(1) {
        padding: 0 7px 0 0
    }

    .ride .ride__time::after {
        width: 200px
    }

    .ride__main-time {
        font-size: 24px
    }

    .ride__time-inner {
        font-size: 10px;
        padding: 0 5px;
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px)
    }

    .ride .title {
        margin: 0 0 37px 0;
        text-align: center !important;
    }

    .ride__item-top .ride__item-col span {
        font-size: 16px;
        min-height: auto
    }

    .ride__item-col .ride__transfer {
        display: none
    }

    .ride__item-top .ride__item-col p {
        margin: 0 0 10px 0
    }

    .ride__item-top .ride__item-col span {
        margin: 0
    }

    .ride__item-top {
        border: none
    }

    .ride__box-inner>.ride__box-right {
        padding: 0;
        margin: 40px 0 0 0
    }

    .ride__conveyor-text,
    .ride__road {
        font-size: 16px
    }

    .ride__conveyor {
        font-size: 14px
    }

    .ride__categories ul {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 10px 0;
        width: 100%
    }

    .ride .ride__categories--transfer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 10px 0
    }

    .ride__categories ul li:last-child {
        display: block;
        padding: 0
    }

    .ride__categories ul li:last-child::after {
        display: none
    }

    .ride__categories ul li:last-child .ride__transfer {
        max-width: 100%;
        margin: 0
    }

    .ride__categories ul svg {
        width: 20px;
        height: 20px
    }

    .ride__categories ul li+li::after {
        width: 8px;
        height: 8px
    }

    .ride__categories ul li+li {
        padding: 0 0 0 20px
    }

    .ride__item-bottom .btn {
        font-size: 16px
    }

    .dss-about__left .btn {
        display: none
    }

    .dss-about__inner>.btn {
        margin: 35px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .dss-about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dss-about__left {
        max-width: 100%;
        margin: 0 0 10px 0
    }

    .flight--two {
        padding: 245px 0 50px
    }

    .dss-about {
        padding: 20px 0 30px
    }

    .dss-rules {
        padding: 30px 0
    }

    .dss-rules__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .dss-rules::after {
        width: 100vw
    }

    .dss-rules .title {
        margin: 0 0 20px -45px
    }

    .dss-rules__right {
        margin: 0 0 20px 0
    }

    .dss-return__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dss-return .title {
        margin: 0 0 45px 0
    }

    .dss-return__left::after {
        height: 110%
    }

    .dss-return__right h3 {
        font-size: 24px
    }

    .dss-return__right {
        padding: 30px 20px
    }

    .dss-return__left {
        margin: 0 0 20px 0
    }

    .form .btn {
        width: 280px
    }

    .faq--three .title {
        font-size: 20px
    }

    .dss-return {
        padding: 0 0 40px
    }

    .dss-send__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-send__left .btn {
        display: none
    }

    .dss-send__right .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .dss-send .title+p {
        text-align: left;
        font-size: 16px
    }

    .dss-send__inner {
        padding: 30px 20px
    }

    .dss-send__inner textarea {
        height: 95px
    }

    .page-404 strong {
        font-size: 100px
    }

    .page-404 span {
        font-size: 24px
    }

    .page-404 p {
        font-size: 16px;
        margin: 0 0 40px 0
    }

    .page-404__box {
        -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
    }

    .page-404 .btn {
        margin: 0 0 30px 0
    }

    .blog__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog__top-right {
        margin: 0 0 0 auto
    }

    .blog__top {
        margin: 0 0 50px 0
    }

    .blog__item {
        width: calc(100% - 15px)
    }

    .blog__top-left p {
        font-size: 16px;
        margin: 0 0 30px 0
    }

    .blog {
        padding: 190px 0 80px
    }

    .blog__item {
        padding: 0 15px 30px 15px
    }

    .fancybox-content {
        padding: 30px 20px
    }

    .modal__title-form {
        font-size: 24px
    }

    .modal__top>p {
        font-size: 14px
    }

    .modal__top>p br {
        display: none
    }

    .modal__rate {
        margin: 0 0 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .modal__rate p {
        font-size: 16px;
        margin: 0 0 10px 0
    }

    .modal__title {
        font-size: 24px;
        margin: 0 0 20px 0
    }

    .modal__item-review {
        position: relative
    }

    .modal__item-review .reviews__left {
        position: absolute;
        top: 0;
        left: 0
    }

    .modal__item-review .reviews__right h4,
    .modal__item-review .reviews__right .reviews__right-box {
        padding: 0 0 0 60px
    }

    .modal__line span {
        font-size: 24px
    }

    .modal__line p {
        font-size: 14px
    }

    #modal-2 .form {
        margin: 30px 0 0 0
    }

    .dss-order__tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #e5b93f;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 0 30px 0
    }

    .dss-order__floor {
        display: none
    }

    .dss-order .dss-order__col-wrap+.dss-order__col-wrap {
        margin: 0
    }

    .tab__btn {
        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;
        padding: 15px 10px;
        width: 50%;
        font-size: 14px;
        font-weight: 500;
        background-color: rgba(0, 0, 0, 0);
        outline: none;
        border: none
    }

    .dss-order__col-wrap {
        display: none
    }

    .dss-order__col-wrap.active {
        display: block
    }

    .tab__btn.active {
        background-color: var(--orange)
    }

    .dss-order__box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn.btn--green {
        background-image: none !important
    }

    .form__group--md {
        width: calc(100% - 15px) !important;
        margin: 0 0 20px 15px
    }

    .dss-order .title {
        margin: 0 0 30px 0
    }

    .dss-order__item>p {
        padding: 0 0 0 40px
    }

    .dss-order__left-bot {
        border-top: none
    }

    .dss-order__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-order__info-col {
        margin: 0 0 10px 0
    }

    .dss-order__atention {
        font-size: 14px
    }

    .dss-order__info {
        margin: 0 0 15px 0
    }

    .dss-order__atention {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dss-order__right-price strong {
        font-size: 24px
    }

    .dss-order__right-price span {
        margin: 0 0 0 10px;
        line-height: 100%
    }

    .btn-order,
    .btn--green {
        max-width: 290px;
        width: 100% !important
    }

    .faq__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq .accordeon {
        width: calc(100% - 15px)
    }



    .cabinet__md,
    .cabinet__md-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cabinet__md-btn {
        margin: 20px 0 0 0
    }

    .cabinet__md-btn:last-child {
        color: #191919 !important
    }
}

@media(max-width: 576px) {
    .ride__item-bonus {
        position: absolute;
        right: 0 !important;
        top: 0;
        text-align: right;
        width: fit-content;
    }

    .ride__item-bonus:after {
        top: 4px !important;
    }

    .ride__item-bonus-info {
        width: 250px;
    }

    .ride__box-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ride__item-price {
        font-size: 24px
    }

    .ride__item-price span {
        font-size: 16px;
        margin: 0 0 0 5px
    }

    .ride__service p {
        display: none
    }

    .ride__service {
        margin: 0 0 20px 0
    }

    .ride__item-price {
        margin: 0 0 5px 0
    }

    .ride__service-img {
        width: 20px;
        height: 20px;
        margin: 0 7px 0 0
    }

    .ride__service-img svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .footer__title {
        position: relative
    }

    .footer__title::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        background-image: url("/wp-content/themes/levbus/images/icons/arrow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 18px;
        height: 18px;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .footer__title.active::before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .footer__coll {
        width: calc(100% - 20px) !important
    }

    .footer__coll .social {
        display: none
    }

    .footer-toggle {
        border-bottom: 1px solid #fff
    }

    .footer__bottom .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 40px 0
    }

    .footer__title {
        margin: 0 0 20px 0
    }

    .footer__bottom {
        margin: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__bottom img {
        width: 135px;
        margin: 0 0 40px 0
    }

    .footer__bottom p {
        text-align: left
    }

    .thanks strong {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .thanks strong img {
        width: 50px;
        height: 50px;
        margin: 0 0 20px 0
    }

    .thanks {
        padding: 135px 0 310px
    }

    .thanks strong {
        font-size: 24px
    }

    .thanks P {
        font-size: 16px
    }
}

@media(max-width: 359px) {
    .btn {
        width: 290px;
    }

}

.cabinet__bonus-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 40px 0;
}

.cabinet__bonus-strong {
    color: rgba(41, 167, 26, 1);
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 0 10px;
}

.cabinet__bonus-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}

.cabinet__bonus-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--orange);
}

.cabinet__bonus-line:last-child {
    border: none;
}

.cabinet__bonus-linecol:nth-child(1) {
    max-width: 160px;
    width: 100%;
    margin: 0 10px 0 0;
}

.cabinet__bonus-linecol:nth-child(2) {
    max-width: 230px;
    width: 100%;
    color: rgba(159, 159, 159, 1);
    margin: 0 10px 0 0;
}

.cabinet__bonus-linecol:nth-child(3) {
    max-width: 120px;
    width: 100%;
    text-align: right;
}

.cabinet__loyaltyterms {
    max-width: 895px;
    width: 100%;
    margin: 15px 0 0 auto;
}

.cabinet__bonus-plus {
    color: rgba(41, 167, 26, 1);
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

.cabinet__bonus-minus {
    color: rgba(141, 0, 0, 1);
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

.cabinet__loyaltyterms-item {
    background-color: var(--body-bg);
}

.cabinet__loyaltyterms-title {
    padding: 30px 60px 30px 30px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    cursor: pointer;
}

.cabinet__loyaltyterms-title::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid var(--text) !important;
    border-bottom: 2px solid var(--text) !important;
    width: 10px;
    height: 10px;
}

.cabinet__loyaltyterms-text {
    padding: 0 30px 30px 30px;
    display: none;
}

.cabinet__loyaltyterms-text p {
    margin: 0 0 15px 0;
}

.cabinet__loyaltyterms-text p:last-child {
    margin: 0;
}

.cabinet__loyaltyterms-item.active .cabinet__loyaltyterms-text {
    display: block;
}

.cabinet__loyaltyterms-item.active .cabinet__loyaltyterms-title::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.dss-order__right-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-column-gap: 10px;
    column-gap: 10px;
    border-bottom: 1px solid var(--orange);
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.border-none {
    padding: 0;
    margin: 0;
    border: none;
}

.dss-order__box-place {
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border: 1px solid var(--orange);
    border-radius: 5px;
}

.dss-order__bonus-info {
    color: #29A71A;
    position: absolute;
    top: 12px;
    right: 45px;
}
.dss-order__left {
    position: relative;
}
.btn--green.add-passenger {
    position: absolute;
    top: 0;
    right: 0;
    width: 165px !important;
    background-image: url(/wp-content/themes/levbus/images/icons/btn-bg5.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: transparent;
    color: #191919 !important;
}

.dss-order__box-place>strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    color: var(--orange);
    font-size: 16px;
    font-weight: 500;
}

.form__group-colmd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 15px);
    margin: 0 0 0 15px;
}

.form__group-colmd .form__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
}

.form__group-colmd .form__group:first-child {
    margin-left: 0 !important;
}

.form__group--lg {
    margin: 0 !important;
}

.form__group.form__group--lg {
    margin-bottom: 20px !important;
}

.form__group.form__group--lg .order-select {
    width: 100%;
    border: 1px solid #e5b93f;
    border-radius: 5px;
    padding: 10px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--text);
    background-color: var(--white)
}

.row-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row-col p {
    margin: 0 10px 0 0;
}

.form__bonus-text {
    max-width: calc(100% - 150px);
    margin: 0 10px 0 0;
}

.form__bonus-input {
    max-width: 140px;
}

.form .use-as-viber {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.use-as-viber+p {
    padding: 0 0 0 25px;
}

.form__group-colmd .use-as-viber {
    bottom: -3px;
}

.booking-insurance-offer,
.lb-insurance-plan{
	border-radius: 5px !important;
}

@media (max-width: 768px) {
    body .form__group-colmd .form__group.form__group--md {
        width: 100% !important;
    }

    .cabinet__bonus-line {
        margin: 0 0 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cabinet__bonus-linecol:nth-child(1),
    .cabinet__bonus-linecol:nth-child(2) {
        width: calc(50% - 10px);
        margin: 0 0 0 10px;
    }

    .cabinet__bonus-linecol:nth-child(3) {
        margin: 10px 0 0 10px;
        max-width: 100%;
        width: 100%;
    }

    .cabinet__bonus-info {
        font-size: 16px;
    }

    .cabinet__loyaltyterms-title {
        padding: 30px 40px 30px 15px;
    }

    .cabinet__loyaltyterms-title::after {
        right: 15px;
    }

    .cabinet__loyaltyterms-text {
        padding: 0 15px 30px 15px;
    }

    .dss-order__box-place .form__group-colmd {
        width: calc(100% - 15px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .dss-order__box-place .form__group {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    .dss-order__box-place .form__box {
        margin: 20px 0 0 0;
    }
}
