*,
*::after,
*::before {
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    /* height: 100%; */
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    position: relative;
    height: 100%;
}

.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    overflow: auto;
}

body {
    font-family: Geologica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: var(--typography-primary);
    background-color: #fff;
}

a {
    color: var(--typography-accent);
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    -webkit-text-decoration-skip: objects;
}


a:hover {
    color: var(--btn-hover-bg-secondary);
    text-decoration: underline;
}

a:active {
    color: #8c5600;
}

ol,
ul {
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

s,
strike {
    text-decoration: line-through;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

blockquote,
q {
    margin: 0;
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

mark {
    color: #000;
    background: #ff0;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    height: 0;
    display: none;
}

img {
    border: 0;
}

figure {
    margin: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    color: var(--typography-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
optgroup::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--input-placeholder-default);
}

button::-moz-placeholder,
input::-moz-placeholder,
optgroup::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
optgroup:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

button::-ms-input-placeholder,
input::-ms-input-placeholder,
optgroup::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

legend {
    border: 0;
    padding: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}


input[type=checkbox],
input[type=radio] {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.cookie-policy {
    display: none;
}

.cookie-policy .wrapper {
    max-width: 1632px;
}

.cookie-policy__container {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 16px;
    background-color: var(--theme-base-primary--darken);
    color: var(--typography-primary--lighten);
}


@media screen and (max-width:768px) {
    .cookie-policy__container {
        flex-direction: column;
        align-items: start;
        font-size: 14px;
        line-height: 16px;
    }
}

@media print {
    .cookie-policy {
        display: none !important;
    }
}

.wrapper {
    margin: 0 auto;
    padding: 0 16px;
    min-width: 270px;
    max-width: 1440px;
}


.hidden {
    display: none !important;
}

.clr:after,
.clr:before {
    clear: both;
    content: '';
    display: block;
    line-height: 0;
}

.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.container>.content {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    top: -10px;
    padding-top: 10px;
}

main {
    position: relative;
}

@media screen and (max-width:1200px) {
    main {
        padding-bottom: 65px;
        overflow: hidden;
    }

    .home main {
        padding-bottom: 40px;
        overflow: visible;
    }
}

@media screen and (max-width:760px) {
    main {
        padding-bottom: 0;
    }
}

main .main-content {
    position: absolute;
    top: 54px;
    right: 0;
    left: 0;
}

@media screen and (max-width:1200px) {
    main .main-content {
        position: relative;
        top: auto;
    }
}

@media screen and (max-width:1200px) {
    main .main-img {
        position: absolute;
        top: -60px;
        right: 0;
        z-index: -1;
        background-color: #000;
    }
}

@media screen and (max-width:760px) {
    main .main-img {
        top: 0;
    }
}

main .main-img img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width:1200px) {
    main .main-img img {
        max-width: none;
        max-height: 450px;
        opacity: .8;
    }
}

@media screen and (max-width:760px) {
    main .main-img img {
        max-height: 290px;
        opacity: .75;
    }
}

@media screen and (max-width:520px) {
    main .main-img img {
        max-height: 430px;
    }
}

/* .btn {
    padding: 9px 40px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    background-color: #f29400;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 6px rgba(4, 8, 12, .25);
    box-shadow: 3px 3px 6px rgba(4, 8, 12, .25);
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bf7500;
} */

.banner {
    position: relative;
    padding-top: 88px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner__logo {
    display: flex;
}

.banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-bg-overlay);
}

.banner__container {
    padding: 70px 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.banner-content__title {
    color: var(--typography-primary--lighten);
}

.banner-content__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: var(--typography-primary--lighten);
}

.banner-content__row {
    display: flex;
    gap: 8px 16px;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--typography-primary--lighten);
    text-align: center;
}

.banner-content__row .h4 {
    width: 100%;
}

.banner-content__row a {
    color: var(--typography-accent--lighten);
    text-decoration: underline;
    transition: color .3s ease-in-out;
}

.banner-content__row a:hover {
    color: var(--btn-hover-bg-secondary);
}



@media screen and (max-width:768px) {
    .banner {
        padding-bottom: 32px;
    }

    .nav {
        display: none;
    }

    .banner__content {
        display: none;
    }

    .banner__logo {
        display: none;
    }

    .banner__container {
        padding: 0;
        padding-top: 8px;
    }
}

.footer {
    z-index: 10;
}

.footer__container {
    padding: 32px 0;
    border-radius: 24px 24px 0 0;
    background-color: var(--theme-base-primary);
}

.footer__container .wrapper {
    display: flex;
    gap: 32px;
}

.footer__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.footer .nav {
    margin: 0;
    width: 100%;
}

.footer .nav__item {
    flex: 1 1 0;
}


.footer-socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-socials__link.btn {
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid var(--theme-icon-secondary);
}

.footer-socials__link .icon {
    color: var(--theme-icon-secondary);
}

.footer-policy {
    padding: 10px 0;
    background-color: var(--theme-base-primary--darken);
}

.footer-policy__container {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-policy__link {
    font-size: 14px;
    line-height: 16px;
    color: var(--typography-primary--lighten);
    text-decoration: underline;
}

.footer-policy .coffee {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    font-size: 14px;
    line-height: 16px;
    color: var(--typography-primary--lighten);
}

@media (max-width: 1024px) {
    .footer .nav__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__container .wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:768px) {
    .footer {
        display: none;
    }

    .footer .nav {
        display: flex;
    }

    .footer .nav__list {
        width: 100%;
    }

    .footer-policy__container {
        flex-direction: column;
        gap: 8px;
    }

    .footer-policy .coffee {
        margin: 0;
    }

    .footer-policy {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .footer__container {
        padding: 16px 0;
    }
}


@media screen and (max-width:830px) {
    .nav-row__account {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 155px;
    }
}

.nav-row__account a {
    display: inline-block;
    vertical-align: middle;
    color: #c6c6c6;
    font-size: 14px;
    text-decoration: none;
}

@media screen and (max-width:1000px) {
    .nav-row__account a {
        font-size: 12px;
    }
}

.nav-row__account a.reg-link {
    text-decoration: underline;
}

@media screen and (max-width:1000px) {
    .nav-row__account a.reg-link {
        margin-right: 15px;
    }
}

@media screen and (max-width:760px) {
    .nav-row__account a.reg-link {
        margin-right: 5px;
    }
}

@media screen and (max-width:650px) {
    .nav-row__account a.reg-link {
        margin-right: 20px;
    }
}

.nav-row__account a.reg-link:hover {
    text-decoration: none;
}

.nav-row__account a.login-link:before {
    content: '';
    margin-top: -3px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -23px -34px;
    width: 14px;
    height: 18px;
}

@media screen and (max-width:830px) {
    .nav-row__account a.login-link:before {
        margin-right: 5px;
    }
}

.nav-row__account a.login-link:hover {
    text-decoration: underline;
}


.header-right {
    float: right;
    padding-top: 40px;
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:1200px) {
    .header-right {
        padding-top: 20px;
        padding-left: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width:1000px) {
    .header-right {
        width: -webkit-calc(100% - 290px);
        width: calc(100% - 290px);
    }
}

@media screen and (max-width:900px) {
    .header-right {
        font-size: 14px;
    }
}

@media screen and (min-width:761px) and (max-width:830px) {
    .header-right {
        padding-top: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:760px) {
    .header-right {
        float: none;
        padding-top: 10px;
        padding-left: 0;
        width: auto;
    }
}

@media screen and (max-width:520px) {
    .header-right {
        margin: 0 -10px;
        display: block;
    }
}

@media screen and (min-width:761px) and (max-width:830px) {
    .header-right__column {
        margin-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-right__column:first-child {
        width: 155px;
    }

    .header-right__column:nth-child(2) {
        padding-left: 15px;
        width: -webkit-calc(100% - 155px);
        width: calc(100% - 155px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-right__column:nth-child(3) {
        width: 100%;
    }
}

@media screen and (max-width:520px) {
    .header-right__column {
        margin-top: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width:480px) {

    .footer .header-right__column:nth-child(2),
    .footer .header-right__column:nth-child(3) {
        display: none;
    }
}

.header-right .vision-link {
    margin-bottom: 45px;
}

@media screen and (max-width:1000px) {
    .header-right .vision-link {
        margin-bottom: 25px;
    }
}

@media screen and (max-width:830px) {
    .header-right .vision-link {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:520px) {
    .header-right .vision-link {
        margin-right: 10px;
        margin-bottom: 0;
        line-height: 40px;
    }
}

.header-right .vision-link a {
    color: #e2e2e2;
    font-size: 14px;
    text-decoration: underline;
}

@media screen and (max-width:900px) {
    .header-right .vision-link a {
        font-size: 12px;
    }
}

.header-right .vision-link a:hover {
    text-decoration: none;
}

@media screen and (max-width:1200px) {
    .header-right .get-call .btn {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width:375px) {
    .header-right .get-call .btn {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.header-right .phone {
    position: relative;
    padding-left: 25px;
}

@media screen and (max-width:900px) {
    .header-right .phone {
        padding-left: 20px;
    }
}

.header-right .phone a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.header-right .phone a:hover {
    text-decoration: underline;
}

.header-right .phone-global {
    position: relative;
    margin-bottom: 10px;
}

@media screen and (max-width:520px) {
    .header-right .phone-global {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:375px) {
    .header-right .phone-global {
        margin-right: 0;
    }
}

.header-right .phone-global:before {
    content: '\f098';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    font-family: FontAwesome;
}

.header-right .phone-global span {
    margin-top: 5px;
    display: block;
    max-width: 140px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.04em;
}

@media screen and (max-width:900px) {
    .header-right .phone-global span {
        margin-top: 0;
        font-size: 12px;
        line-height: 12px;
    }
}

.header-right .phone-mobile {
    position: relative;
}

.header-right .phone-mobile:before {
    content: '\f10b';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    font-size: 28px;
    font-family: FontAwesome;
}

.header-right .email {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

@media screen and (max-width:900px) {
    .header-right .email {
        padding-left: 20px;
    }
}

@media screen and (max-width:520px) {
    .header-right .email {
        margin-bottom: 0;
    }
}

.header-right .email:before {
    content: '\f199';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    font-family: FontAwesome;
}

.header-right .email a {
    color: #fff;
    text-decoration: none;
}

.header-right .email a:hover {
    text-decoration: underline;
}

.header-right .time {
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
    color: #fff;
}

@media screen and (max-width:900px) {
    .header-right .time {
        padding-left: 20px;
    }
}

@media screen and (max-width:520px) {
    .header-right .time {
        margin: 0 10px;
    }
}

.header-right .time:before {
    content: '\f017';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    font-family: FontAwesome;
}

.header-right .time span {
    display: block;
}

.header-right .time span+span {
    font-size: 14px;
    letter-spacing: -.04em;
}

@media screen and (max-width:900px) {
    .header-right .time span+span {
        font-size: 12px;
        line-height: 12px;
    }
}

.header-right .social a {
    color: #fff;
}

.header-right .social a.vk:before {
    content: '\f189';
    margin-right: 8px;
    display: inline-block;
    color: #fff;
    font-family: FontAwesome;
}

@media screen and (max-width:900px) {
    .header-right .social a.vk:before {
        margin-right: 6px;
    }
}


.counters {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}


.search-form {
    position: relative;
    padding: 16px 0;
    background-color: var(--theme-bg-primary);
    border-bottom: 2px solid var(--theme-border-secondary);
    z-index: 1;
    border-radius: 24px 24px 0 0;
}


.text-page-form .search-form {
    padding-bottom: 32px;
    border-radius: 0;
    background-color: transparent;
}


.search-form__row {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
}


.search-form__label label {
    display: block;
    margin: 0;
}


.search-form__title {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--input-label-primary--lighten);
}


.search-form__label input {
    display: block;
    width: 100%;
}


.search-form__label .example {
    margin-top: 5px;
    color: #919191;
    font-size: 14px;
    line-height: 24px;
}

.search-form__label .example a {
    margin-right: 4px;
    color: #919191;
    text-decoration: underline;
}

.search-form__label .example a:hover {
    text-decoration: none;
}


.search-form__button button {
    padding: 9px 16px;
    justify-content: center;
    width: 100%;
    border: 0;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.buses .license {
    padding-bottom: 70px;
}

@media screen and (max-width:1024px) {
    .buses .license {
        padding-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .search-form {
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .search-form__row {
        padding: 24px;
        grid-template-columns: repeat(2, 1fr);
        border-radius: 16px;
        background-color: var(--theme-base-neutral--lighten);
    }

    .search-form__title {
        color: var(--input-label-primary);
    }

    .text-page-form .search-form {
        padding: 16px 0;
    }

    .text-page-form .search-form__row {
        padding: 0;
    }
}

@media screen and (max-width:576px) {
    .search-form__row {
        grid-template-columns: 1fr;
    }
}


.license-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:650px) {
    .license-item {
        display: block;
    }
}

.license-item__img {
    width: 295px;
}

.license-item__img img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width:760px) {
    .license-item__img {
        width: 240px;
    }
}

@media screen and (max-width:650px) {
    .license-item__img {
        width: auto;
    }

    .license-item__img img {
        margin: 0 auto;
        max-width: 280px;
    }
}

.license-item__info {
    padding-left: 65px;
    width: -webkit-calc(100% - 295px);
    width: calc(100% - 295px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
    .license-item__info {
        padding-left: 15px;
    }
}

@media screen and (max-width:760px) {
    .license-item__info {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
    }
}

@media screen and (max-width:650px) {
    .license-item__info {
        padding-left: 0;
        width: auto;
        text-align: center;
    }
}

.license-item__info .title {
    margin-bottom: 20px;
    max-width: 530px;
    color: #568799;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

@media screen and (max-width:830px) {
    .license-item__info .title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width:650px) {
    .license-item__info .title {
        max-width: 100%;
    }
}

.license-item__info .story {
    font-size: 18px;
    line-height: 30px;
}

.license-item__info .story b {
    font-weight: 500;
}

@media screen and (max-width:830px) {
    .license-item__info .story {
        font-size: 14px;
        line-height: 22px;
    }
}

.features {
    padding: 230px 0 140px;
    background-color: #fff;
    background-image: url(../images/main-features-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width:1024px) {
    .features {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width:480px) {
    .features {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.features-icons {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:1024px) {
    .features-icons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:760px) {
    .features-icons {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media screen and (max-width:480px) {
    .features-icons {
        margin-right: 0;
        margin-left: 0;
        display: block;
    }
}

.features-icons__item {
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
    .features-icons__item {
        margin: 15px 0;
        width: 50%;
    }
}

@media screen and (max-width:760px) {
    .features-icons__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width:480px) {
    .features-icons__item {
        padding-right: 0;
        padding-left: 0;
        width: auto;
    }
}

.features-icons__item .icon {
    margin: 0 auto;
    width: 210px;
    height: 210px;
    line-height: 210px;
    text-align: center;
    background-color: #fff;
    border: 2px dashed #f29400;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (max-width:650px) {
    .features-icons__item .icon {
        width: 140px;
        height: 140px;
        line-height: 140px;
    }
}

@media screen and (max-width:480px) {
    .features-icons__item .icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

.features-icons__item .icon img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:650px) {
    .features-icons__item .icon img {
        max-width: 100px;
        max-height: 70px;
    }
}

@media screen and (max-width:650px) {
    .features-icons__item .icon img {
        max-width: 70px;
        max-height: 50px;
    }
}

.features-icons__item .title {
    margin: 25px 0 15px;
    color: #568799;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

@media screen and (max-width:650px) {
    .features-icons__item .title {
        margin: 10px 0 5px;
    }
}

.features-icons__item .story {
    color: #585858;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

@media screen and (max-width:650px) {
    .features-icons__item .story {
        line-height: 18px;
    }
}


@media screen and (max-width:1024px) {
    .our-buses {
        padding: 40px 0;
    }
}

.our-buses {
    overflow: hidden;
}

.our-buses .wrapper {
    padding: 0 98px;
}

.our-buses__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.our-buses__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0px -2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}


.our-buses__carousel .carousel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.our-buses__carousel .carousel:not(.slick-initialized) {
    display: none;
}

.our-buses__carousel .carousel-item {
    position: relative;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}

.our-buses__carousel .slick-initialized .slick-slide {
    display: flex;
}

.our-buses__carousel .slick-track {
    display: flex;
    align-items: stretch;
}

@media screen and (max-width:1400px) {
    .our-buses__carousel .carousel-item {
        padding: 0 8px;
    }
}

.our-buses__carousel .carousel-item .photo {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.our-buses__carousel .carousel-item .photo img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    aspect-ratio: 4/3;
}

.our-buses__carousel .carousel-item .photo:after {
    content: '';
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    z-index: -1;
    height: 263px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.our-buses__carousel .carousel-item .info {
    margin: 0;
    gap: 16px;
}


.our-buses__carousel .carousel-item .info-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.our-buses__carousel .carousel-item .info-list__item {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.our-buses__carousel .carousel-item .info-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.our-buses__carousel .carousel-item .info-features__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.our-buses__carousel .carousel-item .info-features__item .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--theme-icon-secondary);
}

.our-buses__carousel .carousel-item .info-features ul li:first-child {
    margin-top: 0;
}

.our-buses__carousel .carousel-item .info-features ul li span {
    display: inline-block;
    vertical-align: middle;
}

.our-buses__carousel .carousel-item .info-features ul li span.icon {
    width: 25px;
}

.our-buses__carousel .carousel-item .info-features ul li span.icon img {
    display: block;
    max-width: 100%;
}

.our-buses__carousel .carousel-item .info-features ul li span:not(.icon) {
    padding-left: 15px;
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    color: #585858;
    font-size: 14px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.our-buses__carousel .carousel .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 64px;
    height: 64px;
    background: 0 0;
    border: 0;
}


.our-buses__carousel .carousel .slick-arrow span {
    display: block;
    width: 64px;
    height: 64px;
    background-image: url(../images/icons/arrow-small.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.our-buses__carousel .carousel .slick-arrow.slick-prev {
    left: -92px;
}

.our-buses__carousel .carousel .slick-arrow.slick-prev span {
    transform: rotate(180deg);
}

.our-buses__carousel .carousel .slick-arrow.slick-next {
    right: -92px;
}

.directions__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 768px) {

    .our-buses__carousel .carousel .slick-arrow {
        display: none !important;
    }


    .our-buses .wrapper {
        padding: 0 16px;
    }

    .our-buses__container,
    .our-buses__carousel .carousel,
    .directions__container {
        gap: 24px;
    }

    .our-buses__card {
        padding: 16px;
        width: 100%;
    }

    .our-buses__carousel {
        margin: 0 -16px;
    }

    .our-buses__carousel .slick-list {
        padding-bottom: 4px !important;
    }

    .our-buses__carousel .carousel-item .info-features__item {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 576px) {
    .our-buses .wrapper {
        padding: 0 16px;
    }

    .our-buses__carousel .carousel .slick-arrow.slick-prev {
        left: 0;
    }

    .our-buses__carousel .carousel .slick-arrow.slick-next {
        right: -0;
    }
}

@media screen and (max-width:1024px) {
    .directions {
        padding-top: 40px;
    }
}

.directions+.news {
    padding: 50px 0 100px;
}

@media screen and (max-width:1024px) {
    .directions+.news {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}

.directions-heading {
    margin-bottom: 80px;
    color: #045674;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: Comfortaa, 'Comic Sans MS', cursive;
}

@media screen and (max-width:1024px) {
    .directions-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:830px) {
    .directions-heading {
        font-size: 24px;
    }
}

@media screen and (max-width:760px) {
    .directions-heading {
        font-size: 20px;
    }
}

.directions-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}


@media screen and (max-width:1024px) {
    .directions-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media screen and (max-width:768px) {
    .directions-list {
        grid-template-columns: 1fr;
    }
}

.directions-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.directions-list__item .content {
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    background-color: var(--theme-base-neutral--lighten);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 0px -2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width:1024px) {
    .directions-list__item .title {
        font-size: 18px;
        line-height: 28px;
    }
}

.directions-list__item .title span {
    font-family: 'Minion Pro', serif;
}

.directions-list__item .img {
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.directions-list__item .img img {
    display: block;
    max-width: 100%;
}


.news {
    padding-bottom: 55px;
}

.news-heading {
    margin-bottom: 35px;
    color: #045674;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: Comfortaa, 'Comic Sans MS', cursive;
}

@media screen and (max-width:1024px) {
    .news-heading {
        margin-bottom: 0;
    }
}

@media screen and (max-width:830px) {
    .news-heading {
        font-size: 24px;
    }
}

@media screen and (max-width:760px) {
    .news-heading {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-list__item {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.news-list__item .btn {
    padding: 12px;
    margin-left: auto;
}

.news-list__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.news-list__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: var(--typography-primary);
}

.news-list__story {
    font-size: 14px;
    line-height: 18px;
    color: var(--typography-secondary);
}


.news-list__item:last-child {
    border-bottom: 0;
}

.news-list__item .img {
    width: 195px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.news-list__item .img img {
    display: block;
    max-width: 100%;
}

.news-list__item .info {
    padding-left: 50px;
    width: -webkit-calc(100% - 195px);
    width: calc(100% - 195px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.news-list__item .info-date {
    margin: 25px 0 20px;
}

.news-list__item .info-date span {
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    line-height: 25px;
    background-color: #f39d15;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.news-full .title {
    max-width: 690px;
    color: #568799;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

@media screen and (max-width:830px) {
    .news-full .title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media screen and (max-width:760px) {
    .news-full .title {
        font-size: 20px;
        line-height: 22px;
    }
}

.news-full .date {
    margin: 25px 0 40px;
}

.news-full .date span {
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    line-height: 25px;
    background-color: #f39d15;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width:760px) {
    .news-full .story {
        font-size: 14px;
        line-height: normal;
    }
}

.news-full .story img {
    display: block;
    max-width: 100%;
}

.news-full .story strong {
    font-weight: 500;
}

.news-full .story q {
    position: relative;
    padding-left: 70px;
    display: block;
    max-width: 700px;
    color: #045674;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-align: right;
}

@media screen and (max-width:760px) {
    .news-full .story q {
        padding-left: 50px;
        font-size: 16px;
    }
}

.news-full .story q:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 38px;
    height: 29px;
}

.news-full .story blockquote {
    padding-left: 15px;
    max-width: 745px;
    color: #045674;
    font-weight: 700;
    line-height: 30px;
    font-style: italic;
    border-left: 9px solid #ffc700;
}

@media screen and (max-width:760px) {
    .news-full .story blockquote {
        line-height: normal;
    }
}

.news-full .story ul {
    margin: 20px 0 20px 35px;
}

.news-full .story ul li {
    list-style: disc;
}

.news-full .story ul.gallery {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width:760px) {
    .news-full .story ul.gallery {
        margin: 0 -10px;
    }
}

.news-full .story ul.gallery li {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 33.33333333%;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:760px) {
    .news-full .story ul.gallery li {
        padding: 0 10px;
    }
}

@media screen and (max-width:520px) {
    .news-full .story ul.gallery li {
        width: 50%;
    }
}

.news-full .story ul.gallery li img {
    display: block;
    max-width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.news-full .story ol {
    margin: 20px 0 20px 35px;
}

.news-full .story ol li {
    list-style: decimal;
}

.buses,
.page {
    padding-top: 40px;
    padding-bottom: 64px;

}

.buses__form {
    margin: 0 auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px -2px 4px -1px #0000000F, 0px 4px 6px -1px #0000001A;

}

.buses__form .form {
    max-width: 100%;
}

.buses__form .checkbox {
    margin-bottom: 16px;
}

.buses__container,
.page__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.buses-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

.buses-sort__select {
    position: relative;
    min-width: 260px;
}

.buses-sort__select .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: var(--theme-base-secondary);
}

.buses-sort__select .cs-placeholder {
    padding: 8px 16px;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid var(--input-border-default);
    color: var(--input-placeholder-default);
    cursor: pointer;
}


@media screen and (max-width:760px) {
    .buses-sort {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.buses-sort__select .cs-select {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.buses-sort__select .cs-select:focus {
    outline: 0;
}


.buses-sort__select .cs-select .cs-options {
    padding: 14px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 8px;
    display: none;
    border-radius: 16px;
    background-color: var(--theme-bg-neutral--lighten);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.buses-sort__select .cs-select .cs-options ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.buses-sort__select .cs-select .cs-options ul li {
    font-size: 16px;
    line-height: 24px;
}

.buses-sort__select .cs-select .cs-options ul li span {
    padding: 2px 2px 2px 10px;
    display: block;
    cursor: pointer;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    border-radius: 8px;
}

.buses-sort__select .cs-select .cs-options ul li span:hover,
.buses-sort__select .cs-select .cs-options ul li.cs-selected span {
    background-color: rgba(243, 243, 243, 1);
}

@media screen and (max-width:760px) {
    .buses-sort__select .cs-select .cs-options ul li span {
        padding-left: 10px;
        font-size: 14px;
        line-height: 20px;
    }
}


.buses-sort__select .cs-select.cs-active .cs-options {
    display: block;
}

.buses-sort__select .cs-select select {
    display: none;
}




.buses-sort__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--input-border-default);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.buses-sort__search .icon {
    width: 18px;
    height: 18px;
    color: var(--typography-accent);
}

@media (max-width: 1024px) {
    .buses-sort__select {
        min-width: 200px;
    }
}


@media screen and (max-width:768px) {

    .buses-sort__search,
    .buses-sort__select {
        width: 100%;
    }

    .news-list__info {
        gap: 4px;
    }

    .buses-sort .btn {
        width: 100%;
    }
}

.buses-sort__search button {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    text-align: center;
    background: 0 0;
    border: 0;
}

.buses-sort__search button span {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -112px 0;
    width: 23px;
    height: 22px;
}

.buses-sort__search label {
    padding-left: 42px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.buses-sort__search label input {
    padding-left: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.buses-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}



.buses-list__block {
    padding: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    border-radius: 24px;
    box-shadow: 0px -2px 4px -1px #0000000F, 0px 4px 6px -1px #0000001A;
}

.buses-list__block .info {
    margin: 0;
}

.info__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.info__top .h4 {
    text-align: left;
}

.info__top .btn {
    min-width: 200px;
}

.buses-list__block .photos {
    /* display: grid;
    grid-template-columns: 130px 1fr; */
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
    min-width: 0;
}

.buses-list__block .photos-main {
    min-width: 0;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .buses-list {
        margin-bottom: 40px;
    }

    .buses-list__block {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .info__top {
        gap: 16px;
    }

    .buses-list {
        gap: 24px;
    }

}

@media (max-width: 768px) {
    .buses-list__block {
        padding: 16px;
        border-radius: 16px;
    }

    .buses-list__block .photos {
        flex-direction: column;
        gap: 8px;
    }

    .buses__container,
    .page__container {
        gap: 24px;
    }

    .page {
        padding: 24px 0;
    }
}



.buses-list__block .photos-main__item {
    height: 330px;
    line-height: 330px;
    text-align: center;
}

.buses-list__block .photos-main__item a {
    display: block;
    height: 100%;
    text-align: left;
}


.buses-list__block .photos-main__item img {
    display: inline-block;
    max-width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 16px;
}


.buses-list__block .photos-thumbs {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    grid-row: 1;
    grid-column: 1;
    max-height: max-content;
    width: 130px;
}

.buses-list__block .photos-thumbs::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 86.8%, #FFFFFF 100%),
        linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 10.95%);
}

/* .buses-list__block .photos-thumbs .slick-track {
    display: flex;
    flex-direction: column;
    gap: 8px;
} */

.buses-list__block .photos-thumbs__item {
    flex-shrink: 0;
}

.buses-list__block .photos-thumbs__item span {
    display: block;
    height: 96px;
    line-height: 96px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.icons-list .icon {
    width: 24px;
    height: 24px;
    color: var(--theme-icon-secondary);
}

@media screen and (max-width:480px) {
    .buses-list__block .photos-thumbs__item span {
        height: 90px;
        line-height: 90px;
    }
}

.buses-list__block .photos-thumbs__item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 130px;
    border-radius: 8px;
}



.buses-list__block .photos-thumbs .slick-arrow {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: 0 0;
    border: 0;
    transform: translateX(-50%);
    z-index: 2;
}


.buses-list__block .photos-thumbs .slick-arrow .icon {
    display: block;
    width: 16px;
    height: 16px;
    color: var(--btn-default-icon-primary--darken);
}

.buses-list__block .photos-thumbs .slick-prev.slick-arrow .icon {
    transform: rotate(180deg);
}

.buses-list__block .photos-thumbs .slick-arrow.slick-prev {
    top: 0;
}


.buses-list__block .photos-thumbs .slick-arrow.slick-next {
    bottom: 0;
}


@media screen and (max-width:650px) {
    .buses-list__block .info-title {
        display: none;
    }
}

.buses-list__block .info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:900px) {
    .buses-list__block .info-row {
        display: block;
    }
}

.buses-list__block .info-row__left {
    padding-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:900px) {
    .buses-list__block .info-row__left {
        padding-right: 0;
        width: auto;
    }
}

.buses-list__block .info-row__left ul:not(.bordered) {
    margin-bottom: 25px;
}

.buses-list__block .info-row__left ul:not(.bordered) li {
    font-weight: 700;
}

@media screen and (max-width:900px) {
    .buses-list__block .info-row__left ul:not(.bordered) li {
        font-size: 14px;
        line-height: normal;
    }
}

.buses-list__block .info-row__left ul.bordered {
    padding-left: 35px;
    border-left: 4px solid var(--theme-bg-primary);
}

@media screen and (max-width:900px) {
    .buses-list__block .info-row__left ul.bordered {
        padding-left: 15px;
        font-size: 14px;
    }
}

@media screen and (max-width:650px) {
    .buses-list__block .info-row__left ul.bordered {
        padding-left: 0;
        border-left: 0;
    }
}

.buses-list__block .info-row__left ul.bordered li {
    padding: 8px 0;
    color: #585858;
    line-height: 1;
}

@media screen and (max-width:900px) {
    .buses-list__block .info-row__left ul.bordered li {
        padding: 5px 0;
    }
}

.buses-list__block .info-row__left ul.bordered li:first-child {
    padding-top: 0;
}

.buses-list__block .info-row__left ul.bordered li:last-child {
    padding-bottom: 0;
}

.buses-list__block .info-row__right {
    width: 40px;
}

@media screen and (max-width:900px) {
    .buses-list__block .info-row__right {
        margin-top: 15px;
        width: auto;
    }
}

@media screen and (max-width:900px) {
    .buses-list__block .info-row__right ul {
        margin-left: -10px;
        font-size: 0;
    }
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
}

.list-grid__item {
    display: flex;
    gap: 8px;
}

.list-grid__item .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--theme-icon-secondary);
}

.flights-heading {
    padding: 8px 16px;
    margin: 0 auto;
    max-width: 1005px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;

}

.order .flights-heading {
    margin: 0 0 0 165px;
    max-width: 100%;
}


@media screen and (max-width:980px) {
    .order .flights-heading {
        margin-left: 0;
    }
}

.flights-heading .flights-heading__text {
    display: block;
}

.flights-heading .flights-heading__text .icon {
    width: 24px;
    height: 24px;
    color: var(--theme-icon-secondary);
}

.flights-heading span.arrow {
    color: #f29400;
}

.flights-heading .flights-heading__text.date {
    width: 100%;
    order: -1;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: var(--typography-secondary);
}


.order .flights-list {
    margin: 0 0 0 165px;
    max-width: 880px;
}

@media screen and (max-width:980px) {
    .order .flights-list {
        margin-left: 0;
    }
}

.flights-list__item {
    padding: 45px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #c1c1c1;
}


.flights-list__item:last-child {
    border-bottom-color: transparent;
}


.flights-list__item .info {
    width: 180px;
    text-align: right;
}

.flights-list__item .direction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 655px;
}

.flights-list__item .info .flights-item__price {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.05em;
    color: #777;
}

.flights-list__item {
    position: relative;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.flights-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flights-list__item .info {
    margin: 0;
    width: 100%;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
}



.flights-list__btn--mob.btn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flights-item__count {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: var(--typography-secondary);
}

.flights-list__item .info .flights-item__price {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color: var(--typography-accent);
}

.flights-list__item .direction {
    width: 100%;
}


.flights-mob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}

.flights-list__item .direction {
    display: none;
}

.flights-mob__container {
    display: none;
}

.flights-mob__top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
    width: 100%;
}

.flights-mob__date {
    padding: 2px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
    color: var(--typography-tertiary);
    background-color: var(--theme-base-secondary);
}

.flights-mob__duration {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: var(--typography-secondary);
}

.flights-mob__places {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.flights-mob__places .icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--theme-icon-secondary);
}

.flights-mob__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.flights-mob__time.h3 {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
}


.flights-pc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--typography-neutral);
}

.flights-pc__items {
    display: flex;
    gap: 24px;
}

.flights-pc__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flights-pc__date {
    display: flex;
    gap: 8px;
    font-size: 14px;
    line-height: 18px;
    color: var(--typography-secondary);
}

.flights-pc__date .h3 {
    color: var(--typography-primary);
}

.flights-search .flights-pc {
    padding-right: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    border: none;
    width: 100%;
}

.flights-search .flights-pc__item {
    gap: 8px;
}

.flights-search .flights-mob {
    display: none;
}

.flights-search .flights-list__item .info {
    padding-left: 32px;
    width: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 280px;
    border-left: 1px solid var(--typography-accent);
}

.flights-search .flights-item__price {
    order: -1;
}

.flights-search .flights-list__item {
    flex-direction: row;
}

.flights-item__btn {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .buses-list__block .info-title {
        font-size: 24px;
        line-height: normal;
    }

    .buses-list__block .photos-main__item {
        height: auto;
        line-height: 100%;
    }

    .flights-search .flights-list__item .info {
        padding-left: 24px;
        min-width: 240px;
    }
}

@media (max-width: 768px) {

    .buses-list__block .photos-thumbs {
        width: 100%;
    }

    .buses-list__block .photos-thumbs__item span {
        margin: 0 4px;
        height: auto;
        line-height: 100%;
    }

    .buses-list__block .photos-thumbs .slick-arrow.slick-prev,
    .buses-list__block .photos-thumbs .slick-arrow.slick-next {
        top: 50%;
        transform: translateY(-50%);
    }

    .buses-list__block .photos-thumbs .slick-arrow.slick-prev {
        left: 0;

    }

    .buses-list__block .photos-thumbs .slick-arrow.slick-prev .icon {
        transform: rotate(90deg);
    }

    .buses-list__block .photos-thumbs .slick-arrow.slick-next {
        right: 0;
        left: auto;
    }

    .buses-list__block .photos-thumbs::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 86.8%, #FFFFFF 100%),
            linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 10.95%);
    }

    .buses-list__block .photos-thumbs .slick-arrow .icon {
        transform: rotate(-90deg);
    }

    .buses-list__block .photos-main__item img {
        width: 100%;
    }

    .flights-heading {
        gap: 16px;
        justify-content: center;
        width: 100%;
        border-radius: 16px;
        background-color: var(--theme-bg-primary);
    }

    .flights-heading .flights-heading__text {
        margin: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-transform: none;
        color: var(--typography-primary--lighten);
    }

    .flights-heading .flights-heading__text.date {
        display: none;
    }

    .list-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .flights-mob__container {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }

    .flights-mob {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .flights-pc {
        display: none;
    }

    .flights-mob__bottom {
        flex-direction: column;
    }

    .passenger__list {
        order: inherit;
    }

    .flights-search .flights-pc {
        display: none;
    }

    .flights-search .flights-mob {
        display: flex;
    }

    .flights-item__btn.btn {
        display: none;
    }

    .flights-list__btn--mob.btn {
        display: block;
    }

    .flights-list__item {
        padding: 16px;
    }

    .flights-search .flights-list__item {
        flex-direction: column;
    }


    .flights-search .flights-list__item .info {
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        border: none;
    }

}


@media screen and (max-width:980px) {
    .flights-list__item .direction {
        font-size: 14px;
    }
}

@media screen and (max-width:900px) {
    .flights-list__item .direction {
        margin-bottom: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
    }
}


.order .flights-list__item .direction {
    padding-right: 60px;
    width: 685px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:980px) {
    .order .flights-list__item .direction {
        padding-right: 10px;
    }
}

@media screen and (max-width:900px) {
    .order .flights-list__item .direction {
        padding-right: 0;
        width: auto;
    }
}

.flights-list__item .direction .duration {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: -5px 30px 0;
    padding-bottom: 12px;
    min-width: 80px;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background-image: url(../images/duration-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

@media screen and (max-width:580px) {
    .flights-list__item .direction .duration {
        margin: 20px 0;
        max-width: 80px;
    }
}

.flights-list__item .direction .from,
.flights-list__item .direction .to {
    min-width: 185px;
}

.flights-list__item .direction .from .date,
.flights-list__item .direction .from .time,
.flights-list__item .direction .to .date,
.flights-list__item .direction .to .time {
    display: inline-block;
    vertical-align: middle;
}

.flights-list__item .direction .from .time,
.flights-list__item .direction .to .time {
    color: #045674;
    font-size: 30px;
    line-height: 1;
    font-family: Comfortaa, 'Comic Sans MS', cursive;
}

.flights-list__item .direction .from .date,
.flights-list__item .direction .to .date {
    margin-top: -5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--typography-secondary);
}

.flights-list__item .direction .from-text,
.flights-list__item .direction .to-text {
    margin-top: 15px;
}

@media screen and (max-width:580px) {

    .flights-list__item .direction .from-text,
    .flights-list__item .direction .to-text {
        margin-top: 0;
    }
}

.flights-list__item .direction .from-text>span,
.flights-list__item .direction .to-text>span {
    margin-bottom: 10px;
    display: block;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 24px;
}

.flights-list__item .direction .from-text>span i,
.flights-list__item .direction .to-text>span i {
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 24px;
}

.flights-list__item .direction .from-text p,
.flights-list__item .direction .to-text p {
    line-height: normal;
}

.flights-list__item .passenger {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
}

@media screen and (max-width:980px) {
    .flights-list__item .passenger {
        padding-left: 10px;
        width: 160px;
    }
}

@media screen and (max-width:900px) {
    .flights-list__item .passenger {
        padding-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
    }
}

.order .flights-list__item .passenger {
    width: 195px;
}

@media screen and (max-width:900px) {
    .order .flights-list__item .passenger {
        width: auto;
    }
}

.flights-list__item .passenger>span {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 24px;
}

.flights-list__item .passenger>span i {
    margin-top: -5px;
    margin-right: 8px;
    vertical-align: middle;
    color: #9e9e9e;
    font-size: 24px;
}

@media screen and (max-width:480px) {
    .flights-list__item .passenger>span i {
        display: block;
        text-align: center;
    }
}

.flights-list__item .passenger .amount {
    margin-top: 10px;
    line-height: 20px;
}

@media screen and (max-width:900px) {
    .flights-list__item .passenger .amount {
        margin-top: 0;
        margin-left: 20px;
    }
}

.flights-list__item .passenger .amount-num {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

@media screen and (max-width:480px) {
    .flights-list__item .passenger .amount-num {
        display: block;
    }
}

.flights-list__item .passenger .amount-num span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 25px;
    cursor: pointer;
}

.flights-list__item .passenger .amount-num span:after,
.flights-list__item .passenger .amount-num span:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    background-color: #f29400;
}

.flights-list__item .passenger .amount-num span.minus:before {
    display: none;
}

.flights-list__item .passenger .amount-num span.minus:after {
    left: 0;
    margin-top: -1px;
    width: 12px;
    height: 2px;
}

.flights-list__item .passenger .amount-num span.plus:before {
    right: 5px;
    margin-top: -6px;
    width: 2px;
    height: 12px;
}

.flights-list__item .passenger .amount-num span.plus:after {
    right: 0;
    margin-top: -1px;
    width: 12px;
    height: 2px;
}

.flights-list__item .passenger .amount-num input {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #f29400;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flights-list__item .passenger .amount>span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.flights-pc__places {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width:980px) {
    .flights-list__item .passenger .amount>span {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    .flights-list__item .passenger .amount>span {
        margin-left: 0;
        display: block;
        text-align: center;
    }
}

.account {
    padding-bottom: 100px;
    height: 100%;
}

.account .wrapper {
    height: 100%;
}

.account__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
}

.account-user {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.account-user__photo img {
    display: block;
    max-width: 130px;
    max-height: 120px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.account-user__info .info-data li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-user__info .info-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-user__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-auth {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: auto;
    padding: 24px;
    max-width: 480px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px -2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.account-auth>.reg-link {
    margin: 0;
}

.account-auth__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.account-auth input {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .account {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .account-user {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:580px) {
    .account-user__info .info-data li {
        font-size: 14px;
        line-height: 30px;
    }
}


.account-user__info .info-data li span:first-child {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    width: 165px;
    color: var(--typography-secondary);
    text-align: right;
}

@media screen and (max-width:580px) {
    .account-user__info .info-data li span:first-child {
        margin-right: 10px;
        width: auto;
        text-align: left;
    }
}


.account-user__info .info-button .btn {
    color: #000;
    background-color: #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.account-user__info .info-button .btn:hover {
    background-color: #cbcbcb;
}

.account-bonus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}


.account-bonus span {
    margin-left: 10px;
    color: #000;
    line-height: 1;
}

.account-bonus span:first-child {
    margin-left: 0;
    color: #f29400;
    font-size: 48px;
    font-weight: 500;
}

.account-history {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.account-history__list {
    overflow: auto;
}

.account-history__list table {
    margin: 0 auto;
}

.account-user__info .info-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

@media screen and (max-width:768px) {
    .account-user__info .info-button {
        gap: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .account-history,
    .account__container {
        gap: 24px;
    }
}

.account-history .heading {
    margin-bottom: 25px;
    color: #045674;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-family: Comfortaa, 'Comic Sans MS', cursive;
}

@media screen and (max-width:650px) {
    .account-history .heading {
        margin-bottom: 0;
    }
}


.account-history__list .item {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px dashed #c1c1c1;
}

.account-history__list .item-date {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2px 10px 4px;
    color: #f29400;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #f29400;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width:580px) {
    .account-history__list .item-date {
        margin-bottom: 20px;
        text-align: center;
    }
}

.account-history__list .item-direction {
    padding-left: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.account-history__list .item-direction .from,
.account-history__list .item-direction .to {
    margin-top: -3px;
    min-width: 165px;
    line-height: normal;
}

@media screen and (max-width:580px) {

    .account-history__list .item-direction .from,
    .account-history__list .item-direction .to {
        min-width: 140px;
    }
}

.account-history__list .item-direction .arrow {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 3px 40px 0;
    width: 80px;
    height: 12px;
    background-image: url(../images/duration-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

@media screen and (max-width:768px) {
    .account-history__list .item {
        display: block;
        padding-top: 0;
    }

    .account-history__list table,
    .account-history__list tbody,
    .account-history__list tr,
    .account-history__list td {
        display: block;
    }

    .account-history__list tbody {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .account-history__list tr {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        border-radius: 16px;
        box-shadow: 0px -2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);

    }

    .account-history__list tr:first-child {
        display: none;
    }

    .account-history__list .item {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .account-history__list .item-direction {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        gap: 16px;
        font-size: 14px;
    }

    .account-history__list .item-direction .arrow {
        margin: 0;
    }
}

@media screen and (max-width:650px) {
    .account-history__list .item-direction .arrow {
        width: 68px;
    }
}

.account-history .button {
    margin-top: 35px;
    max-width: 750px;
    text-align: right;
}

@media screen and (max-width:900px) {
    .account-history .button {
        max-width: 100%;
    }
}

@media screen and (max-width:480px) {
    .account-history .button .btn {
        font-size: 14px;
    }
}

.order {
    padding-bottom: 100px;
}



.order-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.order-form .form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.order-form .form label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    flex: 1 1 0;
}

.order-form .form input,
.order-form .form textarea {
    margin: 0;
}

.form__subtitle {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.order-form .form label:last-child {
    margin-bottom: 0;
    width: 100%;
    flex: none;
}

.order-form .form label span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

@media screen and (max-width:900px) {
    .order-form .form label span {
        padding-right: 15px;
        width: 130px;
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .order {
        padding-bottom: 30px;
    }
}





.order-form .form label textarea {
    height: auto;
    min-height: 175px;
    resize: vertical;
}

.order-form .info {
    margin: 0;
    padding: 24px;
    padding-left: 96px;
    border-radius: 16px;
    background-color: rgba(238, 242, 249, 1);
    background-image: url(../images/alert.svg);
    background-repeat: no-repeat;
    background-position: 24px center;
}

.modal-passenger.modal {
    max-width: 820px;
}

.modal-passenger__title {
    text-align: left;
}

.modal-passenger__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}


.modal-passenger__form label {
    margin: 0;
    width: 100%;
}

.modal-passenger__form label input {
    width: 100%;
}


.modal-passenger__form~.btn {
    margin: 0;
    margin-left: auto;
}

.modal-passenger form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (max-width:768px) {
    .order-form .form label span {
        margin-bottom: 4px;
        padding-right: 0;
        display: block;
        width: auto;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }

    .order-form .form {
        flex-direction: column;
    }

    .order-form .form label input,
    .order-form .form label textarea {
        display: block;
        width: 100%;
    }

    .order .wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .order .flights-list__item {
        gap: 24px;
    }

    .order .flights-list__item>.btn {
        width: 100%;
    }

    .order-form {
        gap: 24px;
    }

    .order-form .info {
        padding: 16px;
        padding-left: 80px;
    }

    .modal-passenger__form {
        grid-template-columns: 1fr;
    }

    .modal-passenger__form~.btn {
        margin: 0;
        width: 100%;
    }
}


@media screen and (max-width:576px) {
    .order-form .info {
        padding: 16px;
        padding-top: 80px;
        background-position: center 24px;
    }
}

@media screen and (max-width:480px) {
    .order-form .info {
        margin-left: 0;
    }
}

.order-total {
    padding: 30px 70px;
    max-width: 1045px;
    background-color: #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.passenger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px 24px;
    flex-wrap: wrap;
}

.passenger__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 1;
    width: 100%;
}

.passenger__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.passenger__name {
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
}

.passenger__btn {
    padding: 0;
}

.passenger__btn .icon {
    width: 24px;
    height: 24px;
}

.passenger__btn--delete .icon {
    color: var(--theme-icon-primary--lighten);
}

.passenger__btn--edit .icon {
    color: var(--theme-icon-secondary);
}


.flights__total {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--theme-border-neutral);
}

.flights-mob__row {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.flights-mob__text {
    color: var(--typography-secondary);
}

.flights-mob__text--big {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--typography-primary);
}

.flights-mob__text--orange {
    color: var(--typography-accent);
}

.checkbox span {
    padding-left: 32px;
    position: relative;
    line-height: 24px;
}

.checkbox span a {
    color: inherit;
    text-decoration: underline;
}

.checkbox {
    min-height: 24px;
    font-size: 12px;
    line-height: 16px;

}

.checkbox label {
    position: relative;
    margin: 0;
    display: flex;
    cursor: pointer;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.checkbox span::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid var(--theme-icon-primary);
}

.checkbox span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    opacity: 0;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0;
}

.checkbox input:checked~span:after {
    background-image: url(../images/checkbox.svg);
    opacity: 1;
}

@media screen and (max-width:980px) {
    .order-total {
        padding: 20px;
    }
}

@media screen and (max-width:768px) {

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    .order-total {
        display: none;
    }

    .flights-list__item .passenger {
        display: none;
    }

    .passenger {
        flex-direction: column;
        gap: 24px;
    }

    .order .flights-mob {
        width: 100%;
    }


    .flights-list__item>.btn {
        display: flex;
    }



    .passenger__btn--add {
        width: 100%;
    }

    .flights-mob__text {
        font-size: 14px;
        line-height: 18px;
    }

    .flights-mob__text--big {
        font-size: 18px;
        line-height: 28px;
    }

    .passenger__name {
        font-size: 14px;
        line-height: 18px;
    }

    .checkbox span {
        line-height: 18px;
    }
}


.order-total .price {
    color: #000;
    text-align: right;
}

.order-total .price>span {
    margin-bottom: -3px;
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #045674;
    font-size: 30px;
    font-family: Comfortaa, 'Comic Sans MS', cursive;
}

.order-total .price>span span {
    margin-left: 0;
    font-size: 20px;
    font-family: Ubuntu, Arial, sans-serif;
}

.order-total .price-total {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 390px;
}

@media screen and (max-width:830px) {
    .order-total .price-total {
        width: 100%;
    }
}

.order-total .price-total .val {
    text-align: right;
}

.order-total .price-total .val>span {
    margin-bottom: -3px;
    margin-left: 30px;
    display: inline-block;
    color: #045674;
    font-size: 30px;
    font-weight: 700;
    font-family: Comfortaa, 'Comic Sans MS', cursive;
}

.order-total .price-total .val>span span {
    margin-left: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: Ubuntu, Arial, sans-serif;
}

.order-total .price-total__row {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width:480px) {
    .order-total .price-total__row {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.order-total .price-total__row .payment {
    font-size: 0;
}

.order-total .price-total__row .payment li {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.order-total .price-total__row .payment li:first-child {
    margin-left: 0;
}

.order-total .price-total__row .payment li img {
    display: block;
}

.order-total .price-total__row .button {
    margin-left: 30px;
}

@media screen and (max-width:480px) {
    .order-total .price-total__row .button {
        margin-top: 15px;
        margin-left: 0;
    }
}

.order-total .price-total__row .button .btn {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order-total .bonus {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width:760px) {
    .order-total .bonus {
        margin-top: 20px;
        display: block;
        text-align: right;
    }
}

.order-total .bonus>span {
    color: #000;
}

@media screen and (max-width:375px) {
    .order-total .bonus>span {
        text-align: center;
    }
}

.order-total .bonus-form {
    margin-left: 95px;
    font-size: 0;
}

@media screen and (max-width:760px) {
    .order-total .bonus-form {
        margin-top: 10px;
        margin-left: 0;
    }
}

.order-total .bonus-form input {
    padding: 0 25px 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 42px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:375px) {
    .order-total .bonus-form input {
        padding: 0 15px;
        display: block;
        width: 100%;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.order-total .bonus-form button {
    vertical-align: top;
    margin-left: -10px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width:375px) {
    .order-total .bonus-form button {
        margin-top: -1px;
        margin-left: 0;
        width: 100%;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }
}

.order-total__row {
    margin-top: 35px;
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px dashed #c1c1c1;
}

@media screen and (max-width:830px) {
    .order-total__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.order-total__row .checkbox {
    padding-right: 10px;
}

@media screen and (max-width:830px) {
    .order-total__row .checkbox {
        margin-top: 20px;
    }
}

.order-total__row .checkbox label {
    display: block;
    cursor: pointer;
}

.order-total__row .checkbox label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.order-total__row .checkbox label input:checked+span:before {
    background-image: url(../images/rules-check.png);
    background-repeat: no-repeat;
    background-position: center;
}

.order-total__row .checkbox label span {
    position: relative;
    padding-left: 45px;
    display: block;
    color: #525252;
    font-size: 14px;
    line-height: normal;
}

@media screen and (max-width:480px) {
    .order-total__row .checkbox label span {
        padding-left: 30px;
        font-size: 12px;
    }
}

.order-total__row .checkbox label span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border: 1px solid #f29400;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width:480px) {
    .order-total__row .checkbox label span:before {
        width: 18px;
        height: 18px;
    }
}

@media print {
    @ page {
        margin: 1cm;
    }

    body {
        background-color: #fff;
    }
}

.bvi-body .logotype__image {
    display: flex;
}

.bvi-body main+.page-title {
    padding-top: 35px;
}

.logotype__image img.logotype__image-special {
    visibility: hidden;
    display: none;
    height: 0;
    width: 0;
}

.bvi-body .footer .logotype__image img:first-child {
    visibility: hidden;
    display: none;
    height: 0;
    width: 0;
}

.bvi-body .footer img {
    display: none;
    visibility: hidden;
}

.bvi-body .footer img.logotype__image-special {
    display: block;
    visibility: visible;
    height: auto;
    width: auto;
}

.bvi-body .directions-list__item .content {
    border: 1px solid black;
    border-radius: 10px;
}

.bvi-body .nav-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
}

.bvi-body .nav-row ul {
    justify-content: center;
}

.bvi-body .nav-row__account {
    padding: 0;
}

.bvi-body .nav-row__links {
    width: auto;
}

.bvi-body .nav-row__links ul {
    flex-wrap: wrap;
    row-gap: 16px;
}

.bvi-body .clr .header-right {
    flex-direction: column;
    padding-left: 0;
    max-width: 400px;
}

.bvi-body .clr .header-right .get-call {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.bvi-body .clr {
    display: flex;
    flex-wrap: nowrap;
}

.bvi-body .clr .logotype {
    width: auto;
}

.bvi-body .clr .logotype a {
    align-items: center;
}

.bvi-body .clr .header-right a,
.bvi-body .clr .header-right span {
    padding-left: 10px;
}

.bvi-body .clr .header-right a.vk::before {
    display: none;
}

.bvi-body .social {
    padding-left: 25px;
}

.bvi-body .header-right .phone-global span {
    max-width: none;
}

.bvi-body .directions {
    padding-top: 10px;
}

.bvi-body .news-list {
    padding-top: 32px;
}

.bvi-body .news-list__item {
    justify-content: center;
    padding: 0;
}

.bvi-body .news-list__item .img {
    display: none;
}

.bvi-body .news-list__item .info {
    width: auto;
}

.bvi-body .coffee a {
    max-width: none;
}


.ui-widget.ui-widget-content {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: clip;
}

.carousel .slick-list {
    padding-bottom: 4px;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
}

.slick-dots__item {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--theme-icon-neutral);
    cursor: pointer;
}

.slick-active .slick-dots__item {
    background-color: var(--theme-icon-secondary);
}

.breadcrumbs {
    margin-top: 16px;
    padding: 8px 12px;
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumbs__arrow .icon {
    width: 16px;
    height: 16px;
    color: var(--typography-secondary);
}

.breadcrumbs__item {
    font-size: 14px;
    line-height: 18px;
}

.breadcrumbs__link {
    color: var(--typography-secondary);
}

.preloader {
    z-index: 9;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--theme-base-neutral--lighten);
    opacity: 0;
    overflow: hidden;
}

.preloader__text {
    display: none;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: var(--typography-secondary);
}

.preloader__text.active {
    display: block;
}

/* body {
    overflow: hidden;
} */

.preload-loaded {
    overflow: auto;
}

.preload-active .preloader {
    transition: 0.2s opacity;
    opacity: 1;
}

.preload-loaded .preloader {
    display: none;
}

.about-page {
    gap: 72px;
}

.image-text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 64px;
}

.image-text.reverse .image-text__content {
    margin-left: 0;
    grid-column: 2;
    grid-row: 1;
}

.image-text.reverse .image-text__picture {
    grid-row: 1;
    grid-column: 1;
}

.image-text__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    margin-left: auto;
    max-width: 656px;
}

h3.image-text__title {
    text-align: left;
}

.image-text__img {
    border-radius: 16px 0 0 16px;
}

.image-text.reverse .image-text__img {
    border-radius: 0 16px 16px 0;
}

.image-text__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.cols-block .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cols-block__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.cols-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: calc((100% - 40px * 2) / 3);
    text-align: center;
}

.cols-item__title {
    color: var(--typography-accent);
}

.advantages-block__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 42px;
}

.advantages-item {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: calc((100% - 42px) / 2);
    border-radius: 16px;
    background-color: var(--theme-bg-blue--lighten);
}

.advantages-item__top {
    display: flex;
    gap: 32px;
    align-items: center;
}

h3.advantages-item__title {
    text-align: left;
}

.advantages-item__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.advantages-item:nth-child(2),
.advantages-item:nth-child(3) {
    background-color: var(--theme-base-neutral--lighten);
    box-shadow: 0px -2px 4px -1px #0000000F, 0px 4px 6px -1px #0000001A;
}

.docs-block .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.docs-block__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.docs-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background-color: var(--theme-bg-neutral--lighten);
    box-shadow: 0px 1px 2px 0px #0000000F, 0px 0px 3px 0px #0000001A;

}

.docs-item:hover {
    text-decoration: none;
}

.docs-item__name {
    margin-right: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--typography-primary);
}

.docs-item .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--theme-icon-primary);
}

@media (max-width: 1200px) {
    .bvi-body .nav-row__account {
        flex-direction: row;
    }
}

@media (max-width: 1024px) {
    .bvi-body .clr {
        flex-direction: column;
        align-items: center;
    }

    .bvi-body .directions-list {
        flex-direction: column;
    }

    .bvi-body .directions-list__item {
        width: 100%;
    }

    .bvi-body .directions-list__item .title {
        text-align: center;
    }

    .image-text {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .image-text__img,
    .image-text.reverse .image-text__img {
        border-radius: 0;
    }

    .image-text.reverse .image-text__content {
        grid-row: 1;
        grid-column: 1;
    }

    .image-text__content {
        padding: 0 16px;
        max-width: 100%;
        margin: 0;
    }

    .image-text.reverse .image-text__picture {
        grid-row: 2;
    }

    .cols-block__container,
    .advantages-block__container {
        gap: 24px;
    }

    .cols-item {
        width: calc((100% - 24px) / 2);
    }

    .advantages-item {
        width: 100%;
    }

    .about-page {
        gap: 40px;
    }

}

@media (max-width: 830px) {
    .bvi-body .nav-row {
        justify-content: space-between;
        width: auto;
    }

    .bvi-body .nav-row__account {
        width: auto;
    }

    .bvi-body .clr .logotype {
        justify-content: start;
        margin: 16px 0;
    }

    .bvi-body .clr .header-right__column {
        flex-direction: column;
        width: auto;
    }

    .bvi-body .clr .logotype a {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .cols-item {
        width: 100%;
    }

    .about-page,
    .docs-block .wrapper,
    .cols-block .wrapper {
        gap: 24px;
    }

    .advantages-item__top img {
        width: 48px;
        height: 48px;
    }

    .advantages-item {
        padding: 16px;
        gap: 16px;
    }

    .advantages-item__title {
        font-size: 18px;
        line-height: 28px;
    }

    .advantages-item__top {
        gap: 16px;
    }

}