html,
body {
    height: 100%
}

.boticket-carrier-rating {
    gap: 4px;
    margin-left: 24px;
    white-space: nowrap
}

.boticket-carrier-rating p {
    margin: 0
}

.boticket-carrier-rating b {
    color: #ffd400;
    font-size: 15px;
    line-height: 1
}

.boticket-carrier-reviews-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px
}

.boticket-carrier-review-card {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e3e6eb;
    border-radius: 8px;
    background: #fff
}

.boticket-carrier-review-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px
}

.boticket-carrier-review-head strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 18px
}

.boticket-carrier-review-route,
.boticket-carrier-review-card time {
    display: block;
    margin-top: 3px;
    color: #92929d;
    font-size: 11px;
    line-height: 15px
}

.boticket-carrier-review-stars {
    margin-top: 10px;
    color: #ffd400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0
}

.boticket-carrier-review-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 17px;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7
}

.boticket-carrier-reviews-actions {
    display: flex;
    margin-top: 18px
}

.boticket-carrier-reviews-empty {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 28px;
    border: 1px dashed #cfd5df;
    border-radius: 8px;
    background: #f8f9fa;
    text-align: center
}

.boticket-carrier-reviews-empty strong {
    color: #151527;
    font-size: 17px
}

.boticket-carrier-reviews-empty span {
    margin-top: 7px;
    color: #7d8390;
    font-size: 13px
}

@media (max-width: 1200px) {
    .boticket-carrier-reviews-list {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (max-width: 767px) {
    .boticket-carrier-rating {
        margin-left: 0
    }

    .boticket-carrier-reviews-list {
        grid-template-columns: 1fr
    }

    .boticket-carrier-reviews-actions {
        justify-content: flex-start
    }
}

.dss-booking .passenger-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.dss-booking .dss-order__box-header,
.dss-booking .dss-booking__box-header {
    margin-bottom: 14px;
}

.dss-booking .passengers .passenger + .passenger {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #ebebf0;
}

.dss-booking .bonus-earn-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #eef3f6;
    color: #007bd6;
    white-space: nowrap;
}

.dss-booking .bonus-earn-badge .bonus-coin-icon,
.dss-booking .bonus-redemption-title .bonus-coin-icon {
    display: none;
}

.dss-booking .bonus-earn-badge__value {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    margin: 0;
    color: #007bd6;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.dss-booking .bonus-earn-badge__sub {
    color: #007bd6;
    font-size: 12px;
    line-height: 1;
    opacity: .72;
}

.dss-booking .bonus-coin-icon {
    display: block;
    flex: 0 0 auto;
}

.dss-booking .bonus-redemption {
    grid-column: 1 / -1;
    width: 100%;
}

.dss-booking .bonus-redemption-divider {
    height: 1px;
    margin: 24px 0 18px;
    background: #ebebf0;
}

.dss-booking .bonus-redemption-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.dss-booking .bonus-redemption-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #007bd6;
    font-size: 15px;
    font-weight: 700;
}

.dss-booking .bonus-redemption-toggle {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.dss-booking .bonus-redemption-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dss-booking .bonus-redemption-toggle__track {
    position: relative;
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #dde0e8;
    transition: background .2s ease;
}

.dss-booking .bonus-redemption-toggle__thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
}

.dss-booking .bonus-redemption-toggle input:checked + .bonus-redemption-toggle__track,
.dss-booking .bonus-redemption-toggle.is-active .bonus-redemption-toggle__track {
    background: #007bd6;
}

.dss-booking .bonus-redemption-toggle input:checked + .bonus-redemption-toggle__track .bonus-redemption-toggle__thumb,
.dss-booking .bonus-redemption-toggle.is-active .bonus-redemption-toggle__thumb {
    transform: translateX(20px);
}

.dss-booking .bonus-redemption-body {
    margin-top: 16px;
}

.dss-booking .bonus-redemption-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.dss-booking .bonus-redemption-card {
    min-width: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #eef3f6;
}

.dss-booking .bonus-redemption-card__label {
    display: block;
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.25;
}

.dss-booking .bonus-redemption-card strong {
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: #1a1a2e;
    font-size: 22px;
    line-height: 1.1;
}

.dss-booking .bonus-redemption-card small {
    color: #8b95a1;
    font-size: 12px;
    font-weight: 400;
}

.dss-booking .bonus-redemption-card--accent .bonus-redemption-card__label,
.dss-booking .bonus-redemption-card--accent strong,
.dss-booking .bonus-redemption-card--accent small {
    color: #007bd6;
}

.dss-booking .bonus-redemption-input {
    position: relative;
    display: block;
}

.dss-booking .bonus-redemption-input span {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    max-width: 145px;
    transform: translateY(-50%);
    color: #8b95a1;
    font-size: 13px;
    line-height: 1.2;
    pointer-events: none;
}

.dss-booking .bonus-redemption-input input {
    width: 100%;
    height: 52px;
    padding: 0 72px 0 152px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    background: #f5f5f7;
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 700;
}

.dss-booking .bonus-redemption-input input:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 214, .22);
}

.dss-booking .bonus-input-max {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #8b95a1;
    font-size: 13px;
    font-style: normal;
    pointer-events: none;
}

.dss-booking .bonus-redemption-success {
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #eef3f6;
    color: #007bd6;
    font-size: 13px;
    line-height: 1.3;
}

.dss-booking .bonus-redemption--guest .bonus-redemption-header {
    margin-bottom: 12px;
}

.dss-booking .bonus-guest-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #eef3f6;
}

.dss-booking .bonus-guest-card__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    color: #1a1a2e;
    font-size: 14px;
    line-height: 1.3;
}

.dss-booking .bonus-guest-card__text strong {
    color: #007bd6;
    font-size: 15px;
    font-weight: 700;
}

.dss-booking .bonus-guest-card__text span {
    color: #6b7280;
}

.dss-booking .bonus-guest-card__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.dss-booking .bonus-guest-card__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid rgba(0, 123, 214, .18);
    border-radius: 999px;
    background: #fff;
    color: #007bd6;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.dss-booking .bonus-guest-card__actions a:hover {
    border-color: #007bd6;
}

@media screen and (max-width: 767px) {
    .dss-booking .dss-order__box-header,
    .dss-booking .dss-booking__box-header {
        gap: 12px;
        margin-bottom: 14px;
    }

    .dss-booking .passenger-header-actions {
        gap: 8px;
    }

    .dss-booking .passengers .passenger + .passenger {
        margin-top: 24px;
        padding-top: 20px;
    }

    .dss-booking .bonus-earn-badge {
        padding: 5px 9px;
    }

    .dss-booking .bonus-earn-badge__sub {
        display: none;
    }

    .dss-booking .bonus-redemption-stats {
        grid-template-columns: 1fr;
    }

    .dss-booking .bonus-redemption-input span {
        position: static;
        display: block;
        max-width: none;
        margin-bottom: 6px;
        transform: none;
    }

    .dss-booking .bonus-redemption-input input {
        padding-left: 14px;
    }

    .dss-booking .bonus-guest-card {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .dss-booking .bonus-guest-card__actions {
        flex-wrap: wrap;
    }
}

/* Contact Form 7 adapter for design forms */
.cf7-design-form p {
    margin: 0;
}

.cf7-design-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cf7-design-form .wpcf7-spinner {
    display: none;
}

.cf7-design-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
}

.cf7-design-form .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.form-wrap .wpcf7 form .wpcf7-response-output,
.form-wrap .wpcf7 form.sent .wpcf7-response-output,
.form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.form-wrap .wpcf7 form.failed .wpcf7-response-output {
    border: 0 !important;
}

.cf7-design-form input[type="submit"],
.cf7-design-form button[type="submit"] {
    cursor: pointer;
}

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
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

p:last-child {
    margin: 0
}

:root {
    --white: #fff;
    --text: #151527;
    --border: #efefef;
    --grey: #F5F5F5
}

body {
    line-height: 120%;
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    font-family: "Wix Madefor Display", sans-serif;
    background-color: var(--white);
    line-height: 130%;
    overflow-x: hidden;
    letter-spacing: -0.3px
}

.wrapper {
    margin: 35px 0 0 0;
    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%;
    overflow: hidden
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

.languege {
    width: 68px;
    border: 1px solid var(--border);
    border-radius: 50px;
    margin: 0 15px 0 auto
}

.languege__child {
    position: relative;
    height: 45px;
    padding: 10px;
    cursor: pointer
}

.languege__child::before {
    display: none
}

.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: 100%
}

.languege__child>span img {
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px
}

.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: #007bd6
}

.dss-stick {
    margin: 0 0 15px 0;
    padding: 9px 15px;
    border-radius: 50px;
    border: 1px solid #ddd;
    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: 14px;
    font-weight: 500;
    line-height: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dss-title {
    margin: 0 0 40px 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%
}

.breadcrumb {
    margin: 30px 0 0 0
}

.breadcrumb ul {
    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
}

.breadcrumb li {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px
}

.breadcrumb a {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #939393
}

.breadcrumb li+li {
    padding: 0 0 0 13px;
    margin: 0 0 0 3px
}

.breadcrumb li+li::after {
    content: ">";
    position: absolute;
    left: 0;
    top: 2px;
    border: none;
    margin: 0;
    padding: 0;
    color: #939393
}

.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;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20.5px 25px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    text-align: center
}

.btn svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn img,
.btn svg {
    margin: 0 10px 0 0
}

.btn--blue {
    background-color: #007bd6;
    color: #fff
}

.btn--blue:hover {
    border-color: #007bd6;
    background-color: #fff;
    color: #007bd6
}

.btn--blue:hover svg path {
    stroke: #007bd6
}

.btn--transparent {
    border-color: #007bd6;
    background-color: rgba(0, 0, 0, 0);
    color: #007bd6
}

.btn--transparent:hover {
    background-color: #007bd6;
    color: #fff
}

.btn--transparent:hover svg path {
    stroke: #fff
}

.btn--white {
    background-color: #fff;
    color: #007bd6
}

.btn--white:hover {
    background-color: #007bd6;
    color: #fff;
    border-color: #fff
}

.btn--white:hover svg path {
    stroke: #fff
}

.btn--white-border {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff
}

.btn--white-border:hover {
    background-color: #fff;
    color: #007bd6
}

.btn--white-border:hover svg path {
    stroke: #fff
}

.btn--arrow {
    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: 50px;
    background-color: #fff;
    padding: 10px;
    color: #151527;
    font-size: 16px;
    font-weight: 500;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn--arrow span {
    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;
    margin: 0 0 0 10px;
    background-color: #007bd6;
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.btn--arrow img {
    margin: 0
}

.btn--arrow--blue {
    background-color: #007bd6;
    color: #fff
}

.btn--arrow--blue span {
    background-color: #fff
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 999;
    background-color: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.site-main--default-page {
    padding-top: 92px
}

.header__logo {
    width: 135px
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__lc {
    margin: 0 15px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 50px;
    height: 45px;
    font-weight: 500
}

.header__lc img {
    margin: 0 5px 0 0
}

.header__contacts {
    margin: 0 15px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 50px;
    height: 45px;
    font-weight: 500;
    background-color: var(--border)
}

.header__contacts span {
    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;
    margin: 0 0 0 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.header__support {
    position: relative
}

.header__support:hover .header__support-box {
    display: block
}

.header__support-item {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 50px;
    height: 45px;
    font-weight: 500;
    background-color: var(--text);
    color: var(--white)
}

.header__support-item span {
    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;
    margin: 0 0 0 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.header__support-box {
    display: none;
    padding: 15px;
    position: absolute;
    top: 45px;
    right: 0;
    width: 210px;
    border-radius: 20px;
    background: var(--text);
    color: var(--white)
}

.header__support-title {
    margin: 0 0 20px 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.header__support-links {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0
}

.header__support-links span {
    position: absolute;
    top: 0;
    left: 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;
    background-color: var(--white);
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.header__support-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5px 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.header__support-links a:hover {
    text-decoration: underline
}

.header__menu-btn {
    display: none
}

.header.sticky {
    top: 0
}

.intro {
    margin: 10px 0 40px 0
}

.intro__inner {
    padding: 145px 20px 20px 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.intro__title {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    text-align: center
}

.intro__info {
    margin: 0 0 100px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-align: center
}

.filter__inner {
    padding: 20px;
    border-radius: 15px;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.filter__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 10px 0 -10px;
    width: calc(100% - 265px)
}

.filter__col {
    position: relative;
    margin: 0 0 0 10px;
    width: calc(33.33333% - 10px)
}

.filter__col>span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #92929d;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    margin: 0 0 10px 0
}

.filter__col:nth-child(1)::after,
.filter__col:nth-child(2)::after,
.filter__col:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px
}

.filter__col:nth-child(1):after {
    background-image: url("../images/icons/mark.svg")
}

.filter__col:nth-child(2):after {
    background-image: url("../images/icons/mark.svg")
}

.filter__col:nth-child(3):after {
    background-image: url("../images/icons/data.svg")
}

.filter .btn {
    width: 255px
}

.filter .swap {
    position: absolute;
    right: -21px;
    bottom: 13px;
    z-index: 1;
    width: 35px;
    height: 35px;
    border: 1px solid var(--border);
    background-color: var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.filter .swap:hover {
    background-color: var(--border)
}

.filter .swap img {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

.filter__datapicker {
    position: relative
}

.filter__datapicker input {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 10px;
    height: 60px;
    font-weight: 500 !important;
    padding: 10px 40px;
    cursor: pointer
}

.filter__datapicker::after {
    content: "";
    right: 20px;
    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: 8px;
    height: 8px;
    margin: 0;
    padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    line-height: 120%;
    line-height: 38px !important;
    padding: 10px 40px !important;
}

.select,
.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single {
    width: 100%;
    border: 1px solid var(--border) !important;
    border-radius: 10px !important;
    height: 60px !important;
}

.selection {
    width: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 55% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(45deg) !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    border: none;
    border-right: 2px solid var(--text) !important;
    border-bottom: 2px solid var(--text) !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0;
    padding: 0
}

.exxelence {
    padding: 40px 0 50px
}

.exxelence__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -15px
}

.exxelence__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    width: calc(25% - 15px);
    margin: 0 0 15px 15px;
    border-radius: 20px;
    background: #f5f5f5
}

.exxelence__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 105px 0
}

.exxelence__img {
    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: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #007bd6;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 10px
}

.exxelence__title {
    margin: 0 0 15px 0;
    color: var(--text);
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.exxelence__text {
    font-size: 16px;
    font-weight: 500
}

.exxelence__slider {
    display: none
}

.exxelence__slider .exxelence__item {
    margin: 0;
    width: 100%
}

.dss-line {
    padding: 15px 15px 15px 30px;
    border-radius: 100px;
    background: #007bd6;
    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;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.dss-line br {
    display: none
}

.dss-line .btn {
    background-color: #fff
}

.dss-line .btn--arrow {
    margin: 0 0 0 10px;
    word-break: keep-all;
    white-space: nowrap
}

.dss-line__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-line__box img {
    margin: 0 10px 0 0
}

.dss-road {
    padding: 50px 0 35px
}

.dss-road .dss-title {
    max-width: 680px
}

.dss-road__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.dss-road__item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 15px;
    width: calc(50% - 15px);
    border-radius: 20px;
    background: var(--grey)
}

.dss-road__img {
    border-radius: 15px;
    overflow: hidden;
    width: 82px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0
}

.dss-road__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-road__md {
    margin: 0 15px 0 0
}

.dss-road__md-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700
}

.dss-road__md-top span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 0 0
}

.dss-road__md-top span:last-child {
    margin: 0 0 0 10px
}

.dss-road .btn {
    margin: 0 0 0 auto
}

.dss-review {
    padding: 50px 0
}

.dss-review__inner {
    position: relative;
    padding: 50px;
    border-radius: 30px;
    background: var(--grey);
    margin: 0 0 20px 0;
    overflow: hidden
}

.dss-review__inner::after,
.dss-review__inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
    background-color: var(--grey);
    z-index: 10
}

.dss-review__inner::after {
    right: 0
}

.dss-review__inner::before {
    left: 0
}

.dss-review__slider {
    position: relative
}

.dss-review .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dss-review__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    background: var(--white);
    height: auto
}

.dss-review__top {
    margin: 0 0 30px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.dss-review__name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0
}

.dss-review__road {
    font-size: 14px
}

.dss-review__date {
    font-size: 14px
}

.dss-review__rate {
    width: 80px;
    margin: 0 0 15px 0
}

.dss-review__rate img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-pagination {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    top: -65px;
    width: 45px;
    height: 45px;
    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: 1px solid #007bd6;
    border-radius: 50%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.swiper-button-next svg,
.swiper-button-next img,
.swiper-button-prev svg,
.swiper-button-prev img {
    width: 20px;
    height: 20px
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #007bd6
}

.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
    stroke: #fff
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev {
    left: auto;
    right: 65px
}

.dss-faq {
    padding: 100px 0 50px
}

.dss-faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-faq__left {
    margin: 0 20px 0 0
}

.dss-faq__right {
    max-width: 1000px;
    width: 100%
}

.dss-faq__info {
    max-width: 385px;
    margin: 40px 0 20px
}

.accordeon dl {
    margin: 0 0 5px 0;
    border-radius: 20px;
    background: var(--grey);
    padding: 25px 20px 25px 20px
}

.accordeon dt {
    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;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.accordeon dt span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 10px;
    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;
    margin: 0 0 0 10px;
    background-color: #007bd6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.accordeon dt span svg {
    width: 15px;
    height: 15px
}

.accordeon dt.active span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 1px solid #007bd6;
    background-color: rgba(0, 0, 0, 0)
}

.accordeon dt.active svg path {
    stroke: #007bd6
}

.accordeon dd {
    margin: 10px 0 0 0
}

.dss-partners {
    padding: 100px 0 50px
}

.wrap {
    max-width: 100%;
    margin: 0 0 15px 0;
    height: 100px
}

.wrap .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%
}

.wrap .p-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 .p-item {
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 7.5px 0;
    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
}

.wrap .p-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.wrap .marquee {
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite
}

.wrap--twoo .marquee {
    -webkit-animation: scroll 70s linear infinite;
    animation: scroll 70s linear infinite
}

.wrap--twoo {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrap--twoo .p-item {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrap--three .marquee {
    -webkit-animation: scroll 80s linear infinite;
    animation: scroll 80s 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))
    }
}

.dss-input {
    margin: 50px 0 20px
}

.dss-input__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px
}

.dss-input__left {
    margin: 0 20px 0 0
}

.dss-input__left * {
    color: #fff
}

.form-wrap {
    border-radius: 20px;
    background: #007bd6;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    color: #fff
}

.form-wrap__title {
    margin: 0 0 20px 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 110%
}

.form-wrap__info {
    margin: 0 0 40px 0;
    font-size: 16px;
    font-weight: 500
}

.form-wrap__subtitle {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700
}

.form-wrap__subtitle br {
    display: none
}

.form__group {
    width: 100%;
    margin: 0 0 10px 0
}

.form__group input,
.form__group select {
    height: 62px;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background: #118ce8;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: none;
    color: #fff
}

.form__group input::-webkit-input-placeholder,
.form__group select::-webkit-input-placeholder {
    color: #fff
}

.form__group input::-moz-placeholder,
.form__group select::-moz-placeholder {
    color: #fff
}

.form__group input:-ms-input-placeholder,
.form__group select:-ms-input-placeholder {
    color: #fff
}

.form__group input::-ms-input-placeholder,
.form__group select::-ms-input-placeholder {
    color: #fff
}

.form__group input::placeholder,
.form__group select::placeholder {
    color: #fff
}

.form textarea {
    resize: 0;
    height: 120px;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background: #118ce8;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: none;
    color: #fff
}

.form textarea::-webkit-input-placeholder {
    color: #fff
}

.form textarea::-moz-placeholder {
    color: #fff
}

.form textarea:-ms-input-placeholder {
    color: #fff
}

.form textarea::-ms-input-placeholder {
    color: #fff
}

.form textarea::placeholder {
    color: #fff
}

.form .btn {
    width: 100%;
    font-weight: 700
}

.form__rate-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.form__rate {
    border-radius: 10px;
    background: #118ce8;
    padding: 15px;
    width: calc(50% - 10px);
    margin: 0 0 10px 10px
}

.form__rate span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 40px
}

.stickers li {
    padding: 5px 15px;
    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;
    margin: 0 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    border-radius: 6px 6px 0 0
}

.stickers__blue {
    background-color: #007bd6
}

.stickers__orange {
    background-color: #ff9505
}

.stickers__green {
    background-color: #bcbe09
}

.ride {
    padding: 65px 0 40px
}

.ride__title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px 0
}

.ride__title-box .dss-title {
    margin: 0 20px 0 0;
    font-size: 40px
}

.ride__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ride__filter-btn {
    padding: 10px 11px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #92929d;
    border-radius: 49px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    margin: 0 0 0 10px;
    color: #92929d
}

.ride__filter-btn svg {
    margin: 0 0 0 10px
}

.ride__filter-btn.active {
    color: #007bd6;
    border-color: #007bd6
}

.ride__filter-btn.active svg path,
.ride__filter-btn.active svg rect {
    stroke: #007bd6
}

.ride__item-wrap {
    margin: 0 0 30px 0
}

.ride__item {
    border: 1px solid #ddd;
    border-radius: 20px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.ride__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ride__item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    width: 100%;
    padding: 20px 30px;
    border-right: 1px solid #ddd;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.ride__item-col:nth-child(1) {
    max-width: 625px;
    width: 100%
}

.ride__main-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ride__main-time span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    word-break: keep-all;
    white-space: nowrap;
    background-color: var(--white);
    position: relative;
    z-index: 5
}

.ride__main-time span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    padding: 0 10px 0 0
}

.ride__main-time span:nth-child(2) {
    color: #007bd6;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    border-radius: 3px;
    background: #eef3f6
}

.ride__time {
    font-weight: 500;
    text-align: center;
    width: 100%;
    position: relative
}

.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: #ddd;
    width: 340px;
    height: 1px
}

.ride__time-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background-color: var(--white);
    white-space: nowrap
}

.ride__time-inner img {
    margin: 0 10px 0 0
}

.ride__city {
    font-size: 20px;
    font-weight: 700;
    padding: 3px 0 5px
}

.ride__adress {
    color: #92929d;
    font-size: 14px;
    font-weight: 500;
    max-width: 315px;
    line-height: 18px;
    margin: 0 15px 0 0
}

.ride__item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 40px;
    max-width: 340px;
    width: 100%
}

.ride__item-right .btn {
    width: 100%
}

.ride__item-right .btn span {
    display: none
}

.ride__item-price {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px 0
}

.ride__item-bottom {
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 0 0 20px 20px;
    width: calc(100% + 2px);
    margin: 0 0 -1px -1px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.ride__btm-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 625px;
    width: 100%
}

.ride__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    max-width: 290px;
    width: 100%
}

.ride__categories p {
    margin: 0 3px 0 0
}

.ride__rate {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ride__rate span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 3px;
    font-weight: 700;
    color: #007bd6
}

.ride__rate img {
    margin: -2px 0 0 0
}

.ride__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ride__service-img {
    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
}

.ride .btn-road-show {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007bd6;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 auto;
    cursor: pointer;
    padding: 0 20px 0 10px;
    position: relative
}

.ride .btn-road-show::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/arrow-road-show.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.ride .btn-road-show svg {
    margin: 0 0 0 5px
}

.ride .btn-road-show.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.ride__box {
    padding: 20px;
    display: none
}

.ride__review-show {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007bd6;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 auto;
    cursor: pointer;
    padding: 0 20px 0 10px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.ride__review-show::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/icons/arrow-road-show.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.ride__tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0
}

.ride__tab-btn {
    margin: 0 10px 10px 0;
    color: #92929d;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 70px;
    background: #efefef;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.ride__tab-btn.active {
    background-color: #007bd6;
    color: #fff
}

.ride .dss-review__item {
    padding: 15px;
    width: calc(20% - 15px);
    border: 1px solid #efefef;
    border-radius: 20px;
    margin: 0 0 15px 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.ride__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px -15px
}

.ride .dss-review__name {
    font-size: 14px
}

.ride .dss-review__road,
.ride .dss-review__date {
    color: #92929d
}

.ride .dss-review__top {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.ride .dss-review__top {
    margin: 0 0 10px 0
}

.ride .dss-review__text {
    font-size: 14px;
    line-height: 18px
}

.ride .dss-review__rate {
    width: 80px;
    margin: 0
}

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

.ride__info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 920px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ride__info-col {
    margin: 0 10px 0 0
}

.ride__info-col:nth-child(1) {
    max-width: 280px;
    width: 100%
}

.ride__info-col:nth-child(2) {
    max-width: 150px;
    width: 100%
}

.ride__info-col:nth-child(3) {
    max-width: 300px;
    width: 100%
}

.ride__info-title {
    margin: 0 0 15px 0;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 500
}

.ride__info-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5px 0
}

.ride__info-line strong {
    font-size: 14px;
    font-weight: 700;
    padding-right: 5px
}

.ride__info-line span {
    font-size: 14px;
    font-weight: 500
}

.ride__info-line img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 8px 0 0
}

.ridedf {
    padding: 5px 10px;
    color: #007bd6;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    background: #eef3f6;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.ride__info-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0
}

.ride__info-service img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ride__info-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px 0
}

.ride__info-subtitle img {
    margin: 0 5px 0 0
}

.ride__info-text {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 500
}

.ride__info-right {
    width: 265px
}

.ride__info-slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 45px
}

.ride .swiper-button-next,
.ride .swiper-button-prev {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: auto;
    bottom: 10px;
    width: 25px;
    height: 25px;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ride .swiper-button-next svg,
.ride .swiper-button-prev svg {
    width: 13px;
    height: 8px
}

.ride .swiper-button-next {
    left: calc(50% + 10px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ride .swiper-button-prev {
    left: calc(50% - 10px)
}

.ride .swiper-slide {
    border-radius: 15px;
    overflow: hidden
}

.ride__slider-item {
    position: relative;
    height: 180px
}

.ride__slider-item a {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    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;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, .7);
    border-radius: 50%
}

.ride__slider-item>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ride__box-wrap {
    position: relative
}

.ride__box-wrap::after {
    content: "";
    position: absolute;
    left: 75px;
    top: 0;
    height: 100%;
    width: 1px;
    background-image: url("../images/icons/line.svg");
    background-repeat: repeat;
    background-size: contain;
    background-position: center
}

.ride__box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.ride__box-item:last-child .ride__box-info::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #007bd6;
    z-index: 3
}

.ride__box-item:last-child .ride__box-right {
    position: relative
}

.ride__box-item:last-child .ride__box-right::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: var(--white);
    height: calc(100% - 18px);
    bottom: 0;
    left: -1px;
    z-index: 10
}

.ride .ride__info-wrap--twoo .ride__info-col:nth-child(1) {
    max-width: 100%
}

.ride__box-info {
    padding: 0 20px 0 0;
    max-width: 75px;
    width: 100%;
    position: relative
}

.ride__box-info::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 2px;
    border: 1px solid var(--text);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: var(--white);
    z-index: 2
}

.ride__box-item--active .ride__box-info::after {
    border-color: #007bd6;
    background-color: #007bd6;
    box-shadow: inset 0 0 0 3px var(--white)
}

.ride__box-item--active .ride__box-time,
.ride__box-item--active .ride__cityy {
    color: #007bd6
}

.ride__box-item--active .ride__place {
    color: var(--text)
}

.ride__box-time {
    font-size: 16px;
    font-weight: 700
}

.ride__date {
    color: #92929d;
    font-size: 12px;
    font-weight: 500
}

.ride__box-right {
    max-width: 170px;
    padding: 0 0 0 20px
}

.ride__cityy {
    font-size: 16px;
    font-weight: 700
}

.ride__place {
    color: #92929d;
    font-size: 12px;
    font-weight: 500
}

.ride__list li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 13px 0;
    font-size: 14px;
    font-weight: 500
}

.ride__list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 13.5px;
    height: 13.5px;
    background-image: url("../images/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.ride__list-error::after {
    background-image: url("../images/icons/error.svg") !important
}

.ride__item.open {
    border-color: #007bd6
}

.ride__item.open .ride__item-bottom,
.ride__item.open .ride__item-left {
    border-color: #007bd6
}

.step-list {
    margin: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 129px;
    padding: 20px 40px;
    background: #007bd6
}

.step-list li {
    position: relative;
    color: #eef3f6;
    font-size: 16px;
    font-weight: 700;
    padding: 0 65px 0 0;
    margin: 0 40px 0 0
}

.step-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 10px;
    background-image: url("../images/icons/arrow-list.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.step-list li a:hover {
    text-decoration: underline
}

.step-list li:last-child {
    padding: 0;
    margin: 0
}

.step-list li:last-child::after {
    display: none
}

.step-list .list-unclick {
    pointer-events: none;
    opacity: .7
}

.dss-booking {
    padding: 70px 0 85px
}

.ride__info-sticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #007bd6;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    background: #eef3f6;
    padding: 5px
}

.dss-booking__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-booking__left {
    max-width: 890px;
    width: 100%;
    margin: 0 30px 0 0
}

.dss-booking__left-item {
    margin: 0 0 30px 0;
    padding: 30px 20px;
    border: 1px solid #ddd;
    border-radius: 20px
}

.dss-booking__left-item:last-child {
    margin: 0
}

.dss-booking__left-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700
}

.dss-booking .dss-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.dss-booking .dss-box input,
.dss-booking .dss-box select {
    border: 1px solid rgba(0, 0, 0, 0)
}

.dss-booking .dss-box input:focus,
.dss-booking .dss-box select:focus {
    background-color: #fff;
    border: 1px solid #007bd6
}

.dss-booking .input-wrap {
    width: calc(100% - 10px);
    margin: 0 0 10px 10px
}

.dss-booking .input-wrap input,
.dss-booking .input-wrap .read-only {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: none
}

.dss-booking .input-wrap input::-webkit-input-placeholder,
.dss-booking .input-wrap .read-only::-webkit-input-placeholder {
    color: #92929d
}

.dss-booking .input-wrap input::-moz-placeholder,
.dss-booking .input-wrap .read-only::-moz-placeholder {
    color: #92929d
}

.dss-booking .input-wrap input:-ms-input-placeholder,
.dss-booking .input-wrap .read-only:-ms-input-placeholder {
    color: #92929d
}

.dss-booking .input-wrap input::-ms-input-placeholder,
.dss-booking .input-wrap .read-only::-ms-input-placeholder {
    color: #92929d
}

.dss-booking .input-wrap input::placeholder,
.dss-booking .input-wrap .read-only::placeholder {
    color: #92929d
}

.dss-booking .input-wrap .read-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-booking .input-wrap .read-only img {
    margin: 0 5px 0 0
}

.dss-booking .dss-md {
    width: calc(50% - 10px)
}

.dss-booking .select-wrap {
    position: relative;
    margin: 0 0 10px 10px
}

.dss-booking .select-wrap select {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: none
}

.dss-booking .select-wrap select::-webkit-input-placeholder {
    color: #92929d
}

.dss-booking .select-wrap select::-moz-placeholder {
    color: #92929d
}

.dss-booking .select-wrap select:-ms-input-placeholder {
    color: #92929d
}

.dss-booking .select-wrap select::-ms-input-placeholder {
    color: #92929d
}

.dss-booking .select-wrap select::placeholder {
    color: #92929d
}

.dss-booking .select-wrap select {
    cursor: pointer;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dss-booking .select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url(../images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px
}

.dss-booking .select-wrap select {
    color: #92929d
}

.dss-booking .select-wrap select:valid {
    color: var(--text)
}

.dss-booking__add-person {
    margin: 10px 0 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;
    height: 60px;
    border: 1px solid #007bd6;
    border-radius: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    color: #007bd6;
    font-size: 16px;
    font-weight: 500
}

.dss-booking__add-person img {
    margin: 0 5px 0 0
}

.dss-booking__subinfo {
    color: #007bd6;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 20px
}

.dss-booking__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0;
    border-radius: 10px;
    padding: 13px 15px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-booking__checkbox.active {
    background-color: #fff;
    border-color: #007bd6
}

.dss-booking__checkbox.active .dss-booking__box::after {
    opacity: 1
}

.dss-booking__box {
    position: relative;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--text)
}

.dss-booking__box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #007bd6;
    opacity: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-booking__checkbox-item p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%
}

.dss-booking__checkbox-item span {
    color: #92929d;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%
}

.dss-booking__right {
    max-width: 420px;
    width: 100%
}

.dss-booking__right .btn {
    width: 100%
}

.dss-booking__right .btn--transparent {
    margin: 15px 0 0 0
}

.dss-booking__right-item {
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    margin: 0 0 15px 0
}

.dss-booking__right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ddd
}

.dss-booking__right-title::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    background-image: url("../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-booking__right-title.active {
    border: none
}

.dss-booking__right-title.active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.dss-booking__right-wrap {
    padding: 20px 0 0 0;
    border-top: 1px solid #ddd
}

.dss-booking__right-item--route.is-collapsed .dss-booking__right-title.active {
    border-bottom: 1px solid #ddd
}

.dss-booking__right-item--route.is-collapsed .dss-booking__right-wrap {
    padding-top: 0;
    border-top: 0
}

.dss-booking__summary-actions {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd
}

.dss-booking__right-item--summary.is-collapsed .dss-booking__right-title.active {
    border-bottom: 1px solid #ddd
}

.dss-booking__right-item--summary.is-collapsed .dss-booking__summary-actions {
    margin-top: 0;
    border-top: 0
}

.booking-field-error {
    width: 100%;
    margin: 6px 0 0 0;
    color: #ff2f2f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25
}

.dss-booking .input-wrap.has-booking-error,
.dss-booking .select-wrap.has-booking-error {
    margin-bottom: 28px
}

.dss-booking input.is-invalid,
.dss-booking select.is-invalid {
    border-color: #ff2f2f !important
}

.dss-booking .ridedf {
    margin: 15px 0
}

.dss-booking .ride__info-free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.dss-booking .ride__info-free img {
    margin: 0 5px 0 0
}

.dss-booking .passenger-remove {
    border-radius: 100%;
}

.dss-booking__right-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-booking__line-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px 0
}

.dss-booking__line-box span:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700
}

.dss-booking__line-box span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #92929d;
    font-size: 16px;
    font-weight: 500
}

.dss-booking .dss-all-sum .dss-booking__right-cost {
    color: #007bd6;
    font-size: 20px;
    font-weight: 700
}

.dss-booking .ride__info-sticker {
    margin: 10px 0
}

.dss-booking__right-cost {
    font-size: 16px;
    font-weight: 700
}

.dss-booking__right-info {
    padding: 15px 0;
    margin: 15px 0 0 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.dss-booking__right-info .btn {
    margin: 0 0 15px 0
}

.dss-booking__right-info p {
    color: #92929d;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px
}

.dss-booking__right-info p a {
    color: #007bd6;
    text-decoration: underline;
    text-underline-offset: 2px
}

.dss-booking__back {
    padding-top: 6px;
    display: block;
    width: 100%;
    text-align: center;
    color: #007bd6;
    font-size: 14px;
    font-weight: 700;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.dss-booking__show {
    margin: 10px 0 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;
    height: 60px;
    border: 1px solid #007bd6;
    border-radius: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    color: #007bd6;
    font-size: 16px;
    font-weight: 500
}

.dss-booking__show img {
    margin: 0 5px
}

.dss-order__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-order__floor {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center
}

.dss-order__col {
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 35px 30px;
    width: 340px
}

.dss-order__itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.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 10px 10px;
    height: 40px;
    overflow: hidden
}

.place-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.place-text {
    border: 2px solid #007bd6;
    border-radius: 7px;
    cursor: pointer
}

.place-itm span {
    color: #007bd6;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

.place-itm p {
    color: #007bd6;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    white-space: nowrap
}

.place-itm p .place-price-value {
    font-size: 11px;
    line-height: 12px
}

.place-itm p .place-price-currency {
    font-size: 9px;
    line-height: 10px;
    margin-left: 1px
}

.place-text.active {
    background-color: #007bd6
}

.place-text.active span,
.place-text.active p {
    color: #fff
}

.place-text.dss-busy,
.place-text.place-busy,
.place-itm.place-busy {
    border: 2px solid #a4a4a4;
    border-radius: 7px;
    background: #efefef;
    pointer-events: none
}

.place-text.dss-busy span,
.place-text.dss-busy p,
.place-text.place-busy span,
.place-text.place-busy p,
.place-itm.place-busy span,
.place-itm.place-busy p {
    color: #a4a4a4
}

.dss-order__tab {
    display: none
}

.dss-booking__status {
    margin: 30px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dss-booking__status-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px
}

.dss-booking__status-item img {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0
}

.dss-box {
    width: 100%
}

.dss-order__wrap,
.dss-order__box {
    width: 100%
}

.dss-order__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dss-order__col-wrap:nth-child(1) {
    margin: 0 50px 0 0
}

.dss-order__ord-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 57px;
    padding: 10px;
    background: #f5f5f5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px
}

.dss-order__ord-info>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 0 0;
    font-size: 16px;
    font-weight: 700
}

.dss-order__ord-info a {
    padding: 10px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background: #007bd6;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.dss-order__ord-info a span {
    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: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 0 0 10px
}

.dss-booking .order-show {
    display: none
}

.dss-booking__radio {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 14px 0 0;
    accent-color: #007bd6;
    cursor: pointer;
    flex-shrink: 0;
}

.payment-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 12px;
    border-radius: 10px;
    transition: 0.3s;
}

.payment-option:hover {
    border-color: #ccc;
}

.payment-option .dss-booking__box {
    display: none;
}

.payment-option .dss-booking__radio:checked + .dss-booking__box::after {
    content: none;
}

.payment-option:has(.dss-booking__radio:checked) {
    border-color: #007bd6;
    background: #f5f5f5;
}

.dss-booking__show.active img:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dss-section {
    padding: 60px 0
}

.dss-section .container>img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-section .dss-stick {
    margin: 0 0 60px 0
}

.dss-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-section__left {
    max-width: 410px;
    width: 100%;
    margin: 0 20px 0 0
}

.dss-section__left-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700
}

.dss-section__right {
    max-width: 620px;
    width: 100%
}

.page-exxelence {
    padding: 0 0 30px 0
}

.dss-input--page .form-wrap__subtitle {
    margin: 105px 0 20px 0
}

.dss-cooperation {
    padding: 55px 0 95px
}

.dss-cooperation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-cooperation__left {
    max-width: 665px;
    width: 100%;
    margin: 0 20px 0 0
}

.dss-cooperation .dss-title {
    margin: 0 0 20px 0
}

.dss-cooperation__title {
    font-size: 20px;
    font-weight: 700;
    max-width: 490px;
    margin: 0 0 15px 0
}

.dss-cooperation__join {
    color: #007bd6;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 40px 0
}

.dss-cooperation__text {
    max-width: 462px;
    margin: 0 0 40px 0
}

.dss-cooperation .exxelence__item {
    padding: 18px
}

.dss-cooperation .exxelence__wrap {
    margin: 0 0 77px 0
}

.dss-cooperation .exxelence__img {
    width: 28px;
    height: 28px
}

.dss-cooperation__right {
    max-width: 550px;
    width: 100%
}

.dss-cooperation .form-wrap {
    padding: 65px 40px
}

.dss-cooperation .form-wrap {
    max-width: 100%;
    width: 100%
}

.dss-cooperation .exxelence__item {
    width: calc(33.33333% - 15px)
}

.dss-contacts {
    padding: 40px 0 20px
}

.dss-contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    background: #007bd6;
    color: #fff;
    padding: 50px;
    margin: 0 0 20px 0
}

.dss-contacts .form-wrap {
    padding: 0
}

.dss-contacts__left {
    max-width: 566px;
    width: 100%;
    margin: 0 20px 0 0
}

.dss-contacts__box {
    max-width: 430px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dss-contacts__col {
    width: 50%;
    padding: 0 10px 0 0;
    margin: 0 0 25px 0
}

.dss-contacts__title {
    margin: 0 0 7px 0;
    font-size: 12px;
    font-weight: 500
}

.dss-contacts__title img {
    margin: 0 5px 0 0
}

.dss-contacts__link {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-contacts__link:hover {
    text-decoration: underline
}

.dss-contacts__info {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-contacts__right {
    max-width: 510px;
    width: 100%
}

.dss-contacts iframe {
    width: 100%;
    border-radius: 30px;
    height: 525px
}

.dss-thank {
    padding: 20px 0
}

.dss-thank__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 0 -15px
}

.dss-thank__left {
    width: calc(50% - 15px);
    margin: 0 0 0 15px;
    border-radius: 30px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px
}

.dss-thank__text {
    max-width: 350px;
    margin: 0 0 40px 0
}

.dss-thank__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-thank .btn {
    margin: 0 10px 10px 0
}

.dss-thank__right {
    height: 615px;
    width: calc(50% - 15px);
    margin: 0 0 0 15px;
    border-radius: 30px;
    overflow: hidden
}

.dss-thank__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-404 {
    padding: 140px 0 135px
}

.page-404__inner {
    max-width: 310px;
    margin: 0 auto;
    padding: 85px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/icons/page-404.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center
}

.page-404 p {
    margin: 0 0 50px 0;
    font-size: 16px;
    font-weight: 500
}

.page-404 strong {
    margin: 0 0 5px 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 100%
}

.dss-return {
    padding: 60px 0 0
}

.dss-return__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-return__left {
    max-width: 565px;
    margin: 0 20px 0 0
}

.dss-return__text {
    max-width: 480px
}

.dss-return__right {
    max-width: 660px;
    width: 100%
}

.dss-return .exxelence__item {
    width: calc(50% - 15px);
    padding: 20px
}

.dss-return .exxelence__img {
    width: 28px;
    height: 28px
}

.dss-return .exxelence__wrap {
    margin: 0 0 60px 0
}

.dss-return__atention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 20px;
    border-radius: 15px;
    background: #f5f5f5
}

.dss-return__atention img {
    margin: 3px 10px 0 0
}

.dss-return .exxelence__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.dss-cabinet {
    padding: 60px 0 100px
}

.dss-cabinet__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-cabinet__left {
    max-width: 325px;
    width: 100%;
    margin: 0 30px 0 0
}

.dss-cabinet__exit {
    display: none !important
}

.dss-cabinet__nav-list {
    width: 100%;
    border-radius: 20px;
    background: #f8f8f8;
    padding: 30px 20px
}

.dss-cabinet__nav-list li:not(.ss-cabinet__nav-title) a {
    width: 100%;
    padding: 20px 15px;
    border-radius: 15px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    font-weight: 500;
    color: #a0a0a0
}

.dss-cabinet__nav-list li:not(.ss-cabinet__nav-title) a:hover {
    background-color: var(--border);
    color: #151527
}

.dss-cabinet__nav-list li:not(.ss-cabinet__nav-title) a:hover svg path {
    fill: #151527
}

.dss-cabinet__nav-list li:not(.ss-cabinet__nav-title) svg {
    margin: 0 10px 0 0
}

.dss-cabinet__nav-list li:not(.ss-cabinet__nav-title) svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-cabinet__nav-list li:not(.ss-cabinet__nav-title).active a {
    background-color: #007bd6;
    color: #fff
}

.dss-cabinet__nav-list li:not(.ss-cabinet__nav-title).active a svg path {
    fill: #fff
}

.dss-cabinet__nav-list li:first-child {
    color: #007bd6;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0
}

.dss-cabinet__nav-list a,
.dss-cabinet__nav-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-cabinet__nav-img {
    margin: 0 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 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;
    background-color: #007bd6;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.dss-cabinet__nav-img svg {
    margin: 0 !important
}

.dss-cabinet__right {
    max-width: 985px;
    width: 100%
}

.dss-cabinet__right {
    max-width: 985px;
    width: 100%
}

.dss-cabinet__item {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 0 0 15px 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-cabinet__item-top {
    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-cabinet__item-col {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 0
}

.dss-cabinet__item-col img {
    margin: 0 5px 0 0
}

.dss-cabinet__item-col .btn {
    height: 62px
}

.dss-cabinet__item-col:last-child {
    padding: 0
}

.dss-cabinet .art-road {
    font-weight: 700;
    max-width: 130px;
    width: 100%
}

.dss-cabinet .dss-date {
    max-width: 100px;
    width: 100%
}

.dss-cabinet .ds-num {
    max-width: 110px;
    width: 100%
}

.dss-cabinet .dss-status {
    max-width: 155px;
    width: 100%;
    color: #b0b200;
    font-weight: 700
}

.dss-cabinet__nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-cabinet__item-mid {
    width: calc(100% + 42px);
    margin: 20px 0 -21px -21px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
    background: #f8f8f8;
    padding: 7px 30px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-cabinet__item.open {
    border-color: #007bd6
}

.dss-cabinet__item.open .dss-cabinet__item-mid {
    border-color: #007bd6
}

.dss-cabinet__item-bot {
    display: none
}

.dss-cabinet__show {
    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;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    padding: 0 20px 0 0;
    cursor: pointer
}

.dss-cabinet__show::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url("../images/icons/arrow-up.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-cabinet__show.active::after {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.dss-cabinet__item-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px 10px;
    display: none
}

.dss-cabinet__item-bot .ride__info-col {
    margin: 0;
    padding: 0 20px 0 0;
    max-width: none;
    width: 50%
}

.dss-cabinet .ride__info-line img {
    margin: 0 5px 0 0
}

.dss-cabinet__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-cabinet__top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px 0
}

.dss-cabinet__top-info .ride__info-sticker span {
    font-weight: 500;
    padding: 0 0 0 5px
}

.dss-cabinet__top-info .sticker-bonus {
    background-color: #efefef;
    color: var(--text)
}

.dss-cabinet .ds-bonus span {
    padding: 0 5px
}

.dss-cabinet__title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px
}

.dss-cabinet__subtitle {
    max-width: 520px;
    margin: 0 0 20px 0
}

.dss-cabinet__line {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 0 0 10px 0;
    border-radius: 10px;
    background: #f5f5f5
}

.dss-cabinet__line input {
    outline: none;
    border: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px !important
}

.dss-cabinet__line input::-webkit-input-placeholder {
    font-size: 14px !important
}

.dss-cabinet__line input::-moz-placeholder {
    font-size: 14px !important
}

.dss-cabinet__line input:-ms-input-placeholder {
    font-size: 14px !important
}

.dss-cabinet__line input::-ms-input-placeholder {
    font-size: 14px !important
}

.dss-cabinet__line input::placeholder {
    font-size: 14px !important
}

.dss-cabinet__line-chnge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #92929d;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.dss-cabinet__line-chnge img {
    margin: 0 0 0 10px
}

.dss-cabinet__right>.btn {
    margin: 50px auto 0;
    max-width: 310px;
    width: 100%
}

.p-review {
    padding: 60px 0
}

.p-review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 60px 0
}

.p-review .dss-title {
    max-width: 620px;
    margin: 0 20px 0 0
}

.p-review__top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.p-review__top-box img {
    display: block;
    width: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 0 15px 0
}

.p-review__top-box a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.p-review__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.p-review__item {
    padding: 20px;
    border-radius: 20px;
    width: calc(25% - 15px);
    margin: 0 0 10px 15px
}

.p-review__item:not(.p-review__item-global) {
    border: 1px solid #f5f5f5
}

.p-review__item:not(.p-review__item-global) p {
    margin: 0 10px 0 0
}

.p-review__item-global {
    background: #007bd6
}

.p-review__item-global p {
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.p-review__item-global span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.p-review__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px 0
}

.p-review__item-progres {
    height: 10px;
    border-radius: 55px;
    background: #eef3f6
}

.p-review .progres-line {
    width: 80%;
    border-radius: 38px;
    height: 100%;
    background: #007bd6
}

.dss-gallery {
    padding: 50px 0 100px
}

.dss-gallery__slider {
    position: relative
}

.dss-gallery__item {
    outline: none;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer
}

.dss-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.form-review {
    padding: 60px 0 100px
}

.form-review__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-review__left {
    max-width: 420px;
    width: 100%;
    margin: 0 20px 0 0
}

.form-review .form-wrap {
    max-width: 580px
}

.r-thank {
    padding: 135px 0 185px
}

.r-thank__inner {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.r-thank .dss-title {
    margin: 0 0 60px 0;
    text-align: center
}

.r-thank__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.r-thank .btn {
    max-width: 260px;
    width: 100%;
    margin: 0 5px
}

.modal {
    border-radius: 20px;
    background: #007bd6;
    padding: 40px;
    max-width: 500px;
    word-wrap: 100%;
    display: none
}

.modal__title {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%
}

.modal__text {
    margin: 0 0 60px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.modal .btn {
    width: 100%;
    margin: 20px 0 0 0
}

.fancybox-close-small svg path {
    fill: #fff
}

.footer {
    margin: 0 0 20px 0
}

.footer__inner {
    padding: 30px 100px;
    border-radius: 30px;
    background: var(--text);
    color: var(--white)
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 60px
}

.footer__top>img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.footer__logo {
    width: 170px;
    display: block
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__top-info {
    max-width: 195px;
    font-size: 16px;
    font-weight: 400
}

.footer a {
    font-weight: 500
}

.footer a:hover {
    text-decoration: underline
}

.footer li {
    margin: 0 0 10px 0
}

.footer__md {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__col:nth-child(5) {
    max-width: 160px;
    width: 100%
}

.footer__col:nth-child(5) p {
    margin: 0 0 15px 0;
    font-weight: 400
}

.footer__title {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 700
}

.footer__tel {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    font-weight: 400 !important
}

.footer__bot {
    margin: 40px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #fff;
    font-size: 12px;
    font-weight: 500
}

.footer__bot p {
    margin: 0
}

.footer__bot-inner {
    margin: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: #eef3f6
}

.swiper-pagination-bullet-active {
    background-color: #007bd6 !important
}

.soc-wrap .footer__title {
    display: none
}

.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.soc li+li {
    margin: 0 0 0 12px
}

@media(max-width: 1300px) {
    .dss-thank__left {
        padding: 40px 20px
    }
}

@media(max-width: 1200px) {
    .exxelence__item {
        padding: 20px
    }

    .exxelence__title {
        font-size: 18px
    }

    .exxelence__wrap {
        margin: 0 0 75px 0
    }

    .dss-road__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dss-road .btn {
        margin: 10px 0 0 0;
        width: 100%
    }

    .ride__box-item:last-child .ride__box-info::before {
        top: 5px;
        right: -5px
    }

    .dss-thank__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-thank__btns .btn {
        margin: 0 0 10px 0;
        width: 100%
    }

    .dss-cabinet__left {
        max-width: 265px
    }
}


.mob-menu,
.sup-box{
	display: none;
}

@media(max-width: 992px) {
	#wpadminbar{
		display: none !important;
	}


		.mob-menu,
		.sup-box{
		margin: 0;
		position: fixed;
		top: 60px;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		z-index: 99999;
		display: flex;
		padding: 15px 20px 40px;
		flex-direction: column;
		align-items: flex-start;
		transform: translateX(100%);
		overflow: auto;
		background-color: #fff;
		color: #002B4B;
		opacity: 0;
		transition: linear .4s;
	}

	.sup-box__top{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.sup-box__close{
		background-color: transparent;
		border: none;
		padding: 0;
	}

	.sup-box{
		top: 0;
		height: 100vh;
	}

	.mob-menu.open,
	.sup-box.open{
		transform: translateX(0);
		opacity: 1;
	}

	.mob-menu__top,
	.sup-box__md,
	.sup-box__bot{
		width: 100%;
		border-top: 1px solid #EFEFEF;
		padding: 30px 0;
	}

	.sup-box__md a{
        background-color: transparent;
        padding: 10px 0;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 18px;
        font-weight: 700;
        border: none;
	}

	.sup-box__top{
		padding: 0 0 20px 0;
	}

	.sup-box__bot .btn{
		width: 100%;
	}


	.mob-menu__top .mob-menu__suport-btn,
	.mob-menu__top a{
		background-color: transparent;
		padding: 10px 0;
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: 18px;
		font-weight: 700;
		border: none;
	}
	.mob-menu__mid,
	.mob-menu__bot{
		width: 100%;
		border-top: 1px solid #EFEFEF;
		padding: 30px 0;
	}

	.mob-menu__mid li{
		font-size: 16px;
		margin: 0 0 20px

	}
	.mob-menu__mid li:last-child{
		margin: 0;
	}

    .header {
        top: 0
    }

    .wrapper {
        margin: 55px 0 0 0
    }

    .header__menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 15px;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        outline: none;
        position: relative;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #efefef
    }

    .header__menu-btn span {
        display: block;
        width: 15px;
        height: 1px;
        background-color: #151527;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: calc(50% + 5px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 12px;
        height: 1px;
        border-radius: 50%;
        background-color: #151527;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 12px;
        height: 1px;
        border-radius: 50%;
        background-color: #151527;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }
.header__menu-btn.open::after {
    bottom: auto;
    top: 50%;
    left: 50%;
    right: auto;

    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header__menu-btn.open::before {
    top: 50%;
    left: 50%;
    right: auto;

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

    .header__menu-btn.open span {
        opacity: 0
    }

    .header__inner>.header__contacts,
    .header__inner>.header__lc {
        display: none
    }

    .header__support-item {
        font-size: 0;
        padding: 0;
        width: 45px;
        height: 45px;
        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
    }

    .header__support-item span {
        background-color: rgba(0, 0, 0, 0);
        margin: 0
    }

    .header__support-item svg {
        width: 25px;
        height: 25px
    }

    .header__support-item svg path {
        fill: #fff
    }

    .header__logo {
        width: 110px
    }

    .filter__box {
        margin: 0;
        width: 100%
    }

    .filter__col {
        margin: 0 0 10px 0;
        width: 100%
    }

    .filter .swap {
        bottom: -35px;
        right: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 42px;
        height: 42px
    }

    .select2-container--default .select2-selection--single,
    .filter__datapicker input {
        height: 50px
    }

    .filter__datapicker input {
        font-size: 14px !important;
        padding: 10px 40px 10px 30px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 30px;
        padding: 10px 40px 10px 30px
    }

    .filter__col>span:first-child {
        margin: 0 0 5px 0
    }

    .filter__col:nth-child(1)::after,
    .filter__col:nth-child(2)::after,
    .filter__col:nth-child(3)::after {
        left: 10px;
        bottom: 17px;
        width: 15px;
        height: 15px
    }

    .filter__col:nth-child(3)::after {
        bottom: 18px
    }

    .filter__datapicker::after {
        right: 15px;
        width: 6px;
        height: 6px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 6px;
        height: 6px
    }

    .filter .btn {
        width: 100%
    }

    .btn {
        height: 50px;
        font-size: 14px;
        font-weight: 500
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px
    }

    .exxelence__list {
        display: none
    }

    .exxelence__slider {
        display: block;
        position: relative;
        padding: 0 0 50px 0
    }

    .exxelence__slider .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .exxelence__slider .swiper-wrapper .swiper-slide {
        height: auto
    }

    .exxelence__slider .swiper-wrapper .exxelence__item {
        height: 100%
    }

    .swiper-pagination {
        display: block
    }

    .exxelence {
        padding: 20px 0 30px
    }

    .dss-title {
        margin: 0 0 35px 0;
        font-size: 42px
    }

    .exxelence__slider .swiper-pagination {
        margin: 0 0 10px 0 !important
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }

    .dss-road {
        padding: 30px 0 25px
    }

    .dss-road__img {
        border-radius: 10px
    }

    .dss-road__img {
        width: 50px;
        height: 50px
    }

    .dss-road__md-top {
        font-size: 16px
    }

    .dss-road__md-bot {
        font-size: 14px
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }

    .dss-review__slider .swiper-pagination {
        margin: 0 0 -45px 0
    }

    .dss-review__slider .swiper-pagination-bullet {
        background-color: #fff
    }

    .dss-review__inner {
        padding: 30px 10px 50px 10px;
        width: calc(100% + 20px);
        margin-left: -10px
    }

    .dss-review__inner::after,
    .dss-review__inner::before {
        display: none
    }

    .dss-review {
        padding: 35px 0
    }

    .dss-faq__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-input__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px 20px 20px
    }

    .form-wrap {
        max-width: 100%
    }

    .dss-input__left .dss-stick {
        margin: 0 0 60px 0
    }

    .dss-input__inner,
    .footer__inner {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px
    }

    .footer__inner {
        padding: 30px 20px
    }

    .footer__md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__col {
        width: calc(50% - 15px);
        margin: 0 0 20px 0
    }

    .footer__col:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        max-width: 100%;
        width: calc(100% - 15px)
    }

    .footer__col-inner,
    .soc-wrap {
        width: 50%
    }

    .soc-wrap .footer__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__inner {
        padding: 10px 20px
    }

    .footer__top>img {
        width: 90px;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .footer__top-info {
        font-size: 14px;
        max-width: 162px;
        margin: -15px 0 0 0
    }

    .footer__top {
        margin: 0 0 35px
    }

    .footer__inner {
        border-radius: 20px 20px 0 0
    }

    .footer {
        margin: 0
    }

    .footer .soc {
        margin: 10px 0 0 0
    }

    .ride__title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ride__title-box .dss-title {
        margin: 0 0 20px 0
    }

    .ride__item-right {
        max-width: 240px
    }

    .ride__time-inner {
        font-size: 12px
    }

    .ride__btm-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 200px
    }

    .ride__title-box .dss-title {
        font-size: 32px
    }

    .ride__info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ride__info-left {
        margin: 0 0 30px 0
    }

    .ride .dss-review__item {
        padding: 15px;
        width: calc(33.33333% - 15px)
    }

    .dss-booking__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-booking__left {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .dss-booking__left-item {
        margin: 0 0 20px 0
    }

    .step-list li {
        font-size: 12px;
        padding: 0 15px 0 0;
        margin: 0 5px 0 0;
        line-height: 14px
    }

    .step-list {
        padding: 14px 12px
    }

    .dss-booking {
        padding: 35px 0 50px
    }

    .dss-cooperation__right {
        max-width: 450px
    }

    .dss-cooperation__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-cooperation__left {
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .dss-cooperation__left * {
        max-width: 100%
    }

    .dss-cooperation .exxelence__item {
        width: 100%
    }

    .dss-cooperation__right {
        max-width: 100%
    }

    .dss-cooperation {
        padding: 35px 0 60px
    }

    .dss-cooperation__title {
        font-size: 18px
    }

    .dss-cooperation__join {
        font-size: 16px
    }

    .dss-cooperation__text {
        margin: 0 0 20px 0
    }

    .dss-cooperation .form-wrap {
        padding: 20px
    }

    .dss-contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-contacts__left {
        margin: 0 0 45px 0
    }

    .dss-contacts__right {
        max-width: 100%
    }

    .dss-return__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-return__left {
        max-width: 100%;
        margin: 0 0 40px 0
    }

    .dss-return__text {
        max-width: 100%
    }

    .dss-return__right {
        max-width: 100%
    }

    .dss-cabinet__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-cabinet__left {
        max-width: 1005%;
        margin: 0 0 30px 0
    }

    .ss-cabinet__nav-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .dss-cabinet__exit {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #efefef
    }

    .dss-cabinet__nav-list {
        background-color: rgba(0, 0, 0, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 -10px;
        padding: 0
    }

    .dss-cabinet__nav-list a:not(.ss-cabinet__nav-title) {
        background-color: #efefef
    }

    .dss-cabinet__nav-list li:first-child {
        padding: 10px;
        border: 1px solid #efefef;
        border-radius: 10px;
        font-size: 18px;
        height: 65px;
        margin: 0 0 20px 10px;
        width: 100%
    }

    .dss-cabinet__nav-list li {
        width: calc(50% - 10px);
        margin: 0 0 10px 10px
    }

    .dss-cabinet__nav-list li:last-child {
        display: none
    }

    .p-review__item {
        width: calc(50% - 15px)
    }

    .p-review__top {
        -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
    }

    .p-review .dss-title {
        margin: 0 0 30px 0
    }

    .p-review {
        padding: 30px 0
    }

    .form-review__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-review__left {
        margin: 0 0 30px 0
    }

    .form-review .form-wrap {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .site-main--default-page {
        padding-top: 116px
    }

    .dss-title {
        margin: 0 0 30px 0;
        font-size: 32px
    }

    .intro__title {
        margin: 0 0 10px 0;
        font-size: 32px
    }

    .intro__info {
        margin: 0 0 55px 0;
        font-size: 16px
    }

    .intro__inner {
        padding: 50px 10px 10px 10px
    }

    .filter__inner {
        padding: 15px
    }

    .dss-stick {
        padding: 8px 15px
    }

    .dss-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        line-height: 18px
    }

    .dss-line br {
        display: block
    }

    .dss-line .btn--arrow span {
        width: 32px;
        height: 32px
    }

    .dss-line__box {
        width: 100%;
        border-radius: 100px;
        background: #007bd6;
        padding: 12.5px 20px;
        min-height: 50px;
        font-size: 14px
    }

    .dss-line .btn--arrow {
        font-size: 14px;
        margin: 10px 0 0 0;
        padding: 12.5px 20px;
        min-height: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        background-color: #f5f5f5
    }

    .exxelence__wrap {
        margin: 0 0 55px 0
    }

    .dss-road__item {
        width: calc(100% - 15px);
        border-radius: 15px;
        margin: 0 0 10px 15px
    }

    .dss-review__item {
        padding: 20px
    }

    .dss-review__name {
        font-size: 18px
    }

    .dss-review .btn--arrow,
    .exxelence .btn--arrow {
        font-weight: 700
    }

    .dss-faq {
        padding: 20px 0 30px
    }

    .accordeon dt {
        font-size: 16px
    }

    .accordeon dl {
        padding: 20px 15px;
        border-radius: 15px
    }

    .dss-faq__info {
        max-width: 320px;
        margin: 25px 0 20px
    }

    .dss-faq__right>.btn--arrow {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .btn--arrow {
        height: 50px;
        padding: 10px 10px 10px 20px
    }

    .dss-partners {
        padding: 40px 0 30px
    }

    .dss-partners .wrap {
        height: 70px
    }

    .dss-input {
        margin: 25px 0 20px
    }

    .form-wrap {
        padding: 20px
    }

    .form-wrap__title {
        margin: 0 0 10px 0;
        font-size: 32px
    }

    .form-wrap__subtitle {
        margin: 0 0 20px 0;
        font-size: 16px
    }

    .form-wrap__subtitle br {
        display: block
    }

    .form__group input {
        height: 50px
    }

    .footer__title,
    .footer a {
        font-size: 14px
    }

    .footer__title {
        margin: 0 0 5px 0
    }

    .footer li {
        margin: 0 0 5px 0
    }

    .footer__bot {
        margin: 0;
        padding: 10px 0 0 0;
        border-top: 1px solid #fff;
        font-size: 12px;
        font-weight: 500
    }

    .footer__bot {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px
    }

    .footer__bot-inner {
        margin: 20px 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ride__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ride__item-price {
        display: none
    }

    .ride__item-right,
    .ride__item-left {
        max-width: 100%;
        padding: 15px
    }

    .ride__item-left {
        border: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden
    }

    .ride__item-right {
        border-top: 1px solid #ddd;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .ride__item.open .ride__item-right {
        border-color: #007bd6
    }

    .ride__service {
        display: none
    }

    .ride__filter-btn {
        margin: 0 10px 10px 0
    }

    .ride__main-time span:nth-child(1),
    .ride__city {
        font-size: 16px
    }

    .ride__adress {
        font-size: 12px;
        line-height: 15px
    }

    .ride__item-col:nth-child(1) {
        max-width: 100%;
        width: 60%;
        position: relative;
        background-color: var(--white)
    }

    .ride__item-col:nth-child(2) {
        max-width: 100%;
        width: 40%;
        position: relative;
        background-color: var(--white)
    }

    .ride__time-inner {
        font-size: 0
    }

    .ride__time-inner img {
        display: none
    }

    .ride__time-inner p {
        padding: 2px 5px;
        border-radius: 3px;
        background: #eef3f6;
        color: #007bd6;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px
    }

    .ride__main-time span:nth-child(2) {
        background-color: rgba(0, 0, 0, 0);
        color: var(--text);
        font-size: 10px;
        padding: 0
    }

    .ride__filter-btn {
        font-size: 14px
    }

    .stickers {
        margin: 0 0 0 20px
    }

    .stickers li {
        padding: 5px;
        font-size: 10px;
        line-height: 13px
    }

    .ride__item-right .btn {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px
    }

    .ride__item-right .btn > span {
        display: none
    }

    .ride__item-bottom {
        padding: 8px 15px
    }

    .ride__rate {
        font-size: 12px
    }

    .ride__box {
        padding: 20px 15px
    }

    .ride__info-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ride__info-col {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 20px 0 0;
        margin: 0 0 25px 0;
        text-align: left
    }

    .ride__info-right {
        max-width: 100%;
        width: 100%
    }

    .ride__slider-item {
        height: 250px
    }

    .ride .dss-review__item {
        width: calc(100% - 15px)
    }

    .ride {
        padding: 65px 0 10px
    }

    .dss-booking__left-item {
        padding: 20px
    }

    .dss-booking__left-title {
        font-size: 18px
    }

    .dss-booking .dss-box {
        margin: 0
    }

    .dss-booking .dss-md {
        width: 100%
    }

    .dss-booking .input-wrap,
    .dss-booking .input-wrap,
    .dss-booking .select-wrap {
        margin: 0 0 10px 0
    }

    .dss-booking .input-wrap input,
    .dss-booking .input-wrap .read-only,
    .dss-booking .select-wrap select {
        height: 50px;
        padding: 10px 15px
    }

    .dss-booking__add-person {
        height: 50px
    }

    .dss-booking__checkbox-item p {
        font-size: 14px
    }

    .dss-order__tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .dss-order__tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 15px 0
    }

    .dss-order__tab .tab__btn {
        padding: 10px 12px;
        margin: 0 5px;
        border-radius: 70px;
        background: #efefef;
        color: #92929d;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        border: none;
        height: 40px
    }

    .dss-order__tab .tab__btn.active {
        color: #fff;
        background-color: #007bd6
    }

    .dss-order__col-wrap {
        display: none;
        margin: 0 !important
    }

    .dss-order__col-wrap.active {
        display: block
    }

    .dss-section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-section__left {
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .dss-section {
        padding: 25px 0
    }

    .dss-section .dss-stick {
        margin: 0 0 30px 0
    }

    .dss-section__left-title {
        font-size: 18px
    }

    .dss-section .container>img {
        height: 300px;
        border-radius: 20px
    }

    .page-exxelence {
        padding: 0 0 20px 0
    }

    .dss-input--page .form-wrap__subtitle {
        margin: 50px 0 20px 0
    }

    .dss-contacts__col {
        width: 100%;
        padding: 0;
        margin: 0 0 25px 0
    }

    .dss-contacts__inner {
        padding: 30px 20px 20px 20px
    }

    .dss-contacts__col {
        margin: 0 0 10px 0
    }

    .dss-contacts__box .soc svg {
        width: 30px;
        height: 30px
    }

    .dss-contacts__box .soc li {
        margin: 0 18px 10px 0
    }

    .dss-thank__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-thank__left,
    .dss-thank__right {
        width: calc(100% - 15px);
        margin: 0 0 20px 15px
    }

    .dss-thank .dss-title br {
        display: none
    }

    .dss-thank__text {
        margin: 0 0 25px 0
    }

    .dss-thank__right {
        height: auto
    }

    .page-404 strong {
        font-size: 60px
    }

    .page-404 p {
        margin: 0 0 40px 0
    }

    .page-404__inner {
        background-image: none;
        padding: 0
    }

    .page-404 {
        padding: 190px 0 140px
    }

    .dss-return .exxelence__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dss-return .exxelence__item {
        width: calc(100% - 15px)
    }

    .dss-cabinet__item-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dss-cabinet .art-road {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0;
        margin: 0 0 10px 0
    }

    .dss-cabinet__item-col {
        max-width: none !important;
        width: 33.33333% !important;
        font-size: 14px !important
    }

    .dss-cabinet__item-col:last-child {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 0 0
    }

    .dss-cabinet__item-col:last-child .btn {
        width: 100%;
        height: 50px
    }

    .dss-cabinet__nav-list li:not(.ss-cabinet__nav-title) a {
        padding: 10px 4px;
        height: 50px;
        border-radius: 10px;
        font-size: 14px
    }

    .dss-cabinet__nav-img {
        width: 45px;
        height: 45px
    }

    .dss-cabinet {
        padding: 30px 0 45px
    }

    .dss-cabinet__item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-cabinet__item-row .ride__info-col {
        padding: 0;
        margin: 0 0 20px 0
    }

    .dss-cabinet__item-bot {
        padding: 40px 0 10px
    }

    .dss-cabinet__item-col.ds-bonus {
        width: 33.33333% !important;
        margin: 0 !important
    }

    .dss-cabinet__title {
        font-size: 16px;
        line-height: 20px
    }

    .p-review__item {
        width: calc(100% - 15px)
    }

    .dss-gallery__item {
        border-radius: 20px
    }

    .dss-gallery {
        padding: 30px 0 90px
    }

    .dss-gallery__slider .swiper-pagination {
        margin: 50px 0 -35px 0
    }

    .r-thank__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .r-thank__btns .btn {
        margin: 5px auto
    }

    .r-thank .dss-title {
        margin: 0 0 30px 0
    }

    .r-thank {
        padding: 120px 0
    }

    .form__rate {
        width: calc(100% - 10px)
    }
}
