@font-face {
    font-family: Ethnocentric;
    font-style: normal;
    font-weight: 400;
    src: url(/build/assets/ttf/Ethnocentric.CH4SlHVX.ttf) format("truetype");
}
@media screen and (max-width: 1140px) {
    .selected-service {
        width: 100%;
    }
    .error-message-mobile {
        align-items: center;
        background-color: #fff;
        border: 1px solid red;
        box-shadow: 0 2px 4px #0009;
        color: red;
        display: flex;
        font-size: 0.85rem;
        font-weight: 400;
        height: 40px;
        justify-content: center;
        line-height: 1.2;
        max-width: 100%;
        opacity: 80%;
        padding: 2px 4px;
        position: absolute;
        right: 0;
        white-space: normal;
        width: 40%;
        z-index: 9999;
    }
    @media screen and (max-width: 520px) {
        .error-message-mobile {
            font-size: 10px;
            width: 40%;
        }
    }
    .error-message {
        display: none;
    }
    .header {
        left: 0;
        padding: 14px 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .header__container {
        align-items: center;
        display: flex;
    }
    .logo {
        display: block;
        height: 47px;
        margin-right: 48px;
        width: 223px;
        z-index: 999;
    }
    .mobile-menu__button {
        align-items: center;
        background: var(--white-color);
        border: 1px solid var(--neutrals-20);
        border-radius: 50%;
        display: flex;
        height: 36px;
        justify-content: center;
        margin-left: auto;
        position: relative;
        transition: var(--transition);
        width: 36px;
        z-index: 999;
    }
    .mobile-menu__button:hover {
        background-color: var(--accents-blue);
    }
    .mobile-menu__button .mobile-menu__button__icon-close-menu {
        display: none;
    }
    .mobile-menu__button.is-open .mobile-menu__button__icon-close-menu {
        display: block;
    }
    .mobile-menu__button.is-open .mobile-menu__button__icon-menu {
        display: none;
    }
    .mobile-menu {
        align-items: start;
        background-color: var(--white-color);
        display: none;
        flex-direction: column;
        height: 100%;
        justify-content: start;
        left: 0;
        padding: 14px 32px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 500;
    }
    .mobile-menu.is-open {
        display: flex;
        gap: 32px;
    }
    .navigation {
        margin-bottom: 60px;
    }
    .navigation__list {
        align-items: start;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .navigation__list-item.active {
        position: relative;
    }
    .navigation__list-item.active > a {
        color: var(--brands-primary);
    }
    .navigation__list-item.active:after {
        background-color: var(--brands-primary);
        bottom: -5px;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .navigation__list-item:not(.active):hover > a {
        color: var(--accent-hover-color);
    }
    .navigation__list-link {
        color: var(--neutrals-80);
        font-size: 16px;
        font-weight: 600;
        line-height: 160%;
        transition: var(--transition);
    }
    .header__profile-wrapper {
        align-items: center;
        display: flex;
        margin-top: 0;
    }
    .header__create-profile-link {
        color: var(--brands-primary);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.6;
        margin-right: 32px;
        transition: var(--transition);
    }
    .header__create-profile-link:hover {
        color: var(--accent-hover-color);
    }
    .header__button {
        background-color: var(--brands-primary);
        border: none;
        color: var(--white-color);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.6;
        padding: 12px 24px;
        position: relative;
        transition: var(--transition);
    }
    .header__button:before {
        background-color: var(--neutrals-20);
        content: "";
        height: 100%;
        left: -16px;
        position: absolute;
        top: 0;
        width: 1px;
    }
    .header__button:hover {
        background-color: var(--accent-hover-color);
    }
    .hero {
        background-color: var(--bg-light-gray);
        padding: 108px 0 10px;
        position: relative;
    }
    .hero:after {
        background: linear-gradient(180deg, #fff0, #fff 74.5%);
        bottom: 0;
        content: "";
        height: 107px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .hero-title {
        margin-bottom: 76px;
        text-align: center;
    }
    .hero-title .hero-title--sprinters {
        color: var(--brands-primary);
        font-family: Ethnocentric, sans-serif;
        font-size: 40px;
        font-weight: 100;
        line-height: 1.1;
    }
}
@media screen and (max-width: 1140px) {
    .hero-title .hero-title--carriers {
        color: var(--neutrals-100);
        font-family: Play, sans-serif;
        font-size: 28px;
        line-height: 1.1;
    }
    @media screen and (min-width: 567px) {
        .hero-title .hero-title--carriers {
            font-size: 35px;
        }
    }
    .hero-title .hero-title--europe {
        color: var(--brands-primary);
        font-family: Play, sans-serif;
        font-size: 34px;
        line-height: 1.3;
    }
    .hero__subtitle {
        color: var(--neutrals-80);
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 32px;
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
        opacity: 0.7;
        text-align: center;
    }
    .hero-trip {
        align-items: start;
        background-color: var(--white-color);
        box-shadow: var(--shadow-1);
        display: inline-flex;
        flex-direction: column;
        gap: 12px;
        margin: 0 auto 16px;
        padding: 16px;
        position: relative;
        width: 100%;
        z-index: 20;
    }
    .hero-trip__selecwrapper {
        border-bottom: 1px solid var(--neutrals-20);
        position: relative;
        width: 100%;
    }
    .hero-trip__selecwrapper > img {
        max-height: 40px;
        max-width: 24px;
    }
    .hero-trip__selecwrapper > img:nth-child(2) {
        max-height: 52px;
        max-width: 20px;
    }
    .hero-trip__select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: var(--white-color);
        border: transparent !important;
        color: var(--neutrals-100);
        cursor: pointer;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6;
        padding: 4px 20px 4px 0;
        width: 100%;
    }
    .hero-trip__selecwrapper:after {
        background: url(/build/assets/svg/arrow-down.BBlC2GUW.svg) no-repeat 50%;
        background-size: contain;
        content: "";
        height: 16px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
    }
    .date-picker-container {
        align-items: center;
        border-bottom: 1px solid #d1d1d1;
        cursor: pointer;
        display: flex;
        gap: 8px;
        padding-bottom: 4px;
        padding-top: 4px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .date-picker-container,
    .date-placeholder {
        color: var(--neutrals-100);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6;
    }
    .date-placeholder {
        flex-grow: 1;
    }
    .dropdown-arrow {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .dropdown-arrow > img {
        height: 16px;
        width: 16px;
    }
    .flatpickr-input-custom {
        border: 0;
        bottom: 0;
        height: 1px;
        line-height: 1.6;
        margin: -1px;
        padding: 0;
        position: absolute;
        width: 1px;
        clip: rect(0 0 0 0);
        overflow: hidden;
    }
    .hero-trip__button {
        background-color: var(--brands-primary);
        border: none;
        border-radius: 8px;
        color: var(--white-color);
        font-size: 18px;
        font-weight: 600;
        line-height: 1.6;
        padding: 14px 27px;
        text-align: center;
        transition: var(--transition);
        width: 100%;
    }
    .hero-trip__button:hover {
        background-color: var(--accent-hover-color);
    }
    .hero__popular-ways {
        color: var(--neutrals-80);
        display: block;
        font-size: 16px;
        line-height: 1.6;
        position: relative;
        z-index: 10;
    }
    .hero__img-container {
        display: none;
    }
    @media screen and (min-width: 900px) {
        .hero__img-container {
            display: block;
            height: 398px;
            left: 53%;
            position: absolute;
            top: 50px;
            width: 405px;
            z-index: 50;
        }
    }
    .hero__img-container > img {
        display: none;
    }
    @media screen and (min-width: 900px) {
        .hero__img-container > img {
            display: block;
            height: 398px;
            width: 405px;
        }
    }
    .hero__bg-wrapper {
        bottom: 0;
        height: 370px;
        position: absolute;
        right: 0;
        top: 52%;
        width: 100%;
    }
    .hero__bg {
        height: 409px;
        width: 100%;
    }
    .hero__tringle {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .flags {
        padding: 0 0 64px 0;
    }
    .flags__wrapper {
        background-color: var(--neutrals-10i);
        box-shadow: var(--drop-shadow-400);
        padding: 20hero-trippx 0;
    }
    .flags__title {
        color: var(--second-black-color);
        font-size: 18px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 32px;
        opacity: 0.5;
    }
    .flags .carousel-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }
    .flags .swiper-container {
        box-sizing: border-box;
        height: 48px;
        width: 100%;
    }
    .flags .swiper-wrapper {
        align-items: center;
        display: flex;
        transition-timing-function: linear !important;
    }
    .flags .swiper-slide {
        background-position: 50%;
        background-size: cover;
        border: 2px solid var(--brands-primary);
        flex-shrink: 0;
        height: 48px;
        width: 72px;
    }
    .flags .swiper-bottom {
        direction: rtl;
    }
    .flags .swiper-bottom .swiper-slide {
        direction: ltr;
    }
    .statistics {
        padding: 0;
        position: relative;
    }
    .statistics .container {
        padding: 0;
    }
    .statistics__content-wrapper {
        background-color: var(--brands-primary);
        padding: 88px 0 40px !important;
        position: relative;
    }
    .statistics__title {
        font-size: 32px;
        font-weight: 800;
        line-height: 1.1;
    }
    .statistics__subtitle,
    .statistics__title {
        color: var(--white-color);
        margin-bottom: 16px;
        text-align: center;
    }
    .statistics__subtitle {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
    }
    .statistics__view-statistics-link {
        background-color: var(--white-color);
        border-radius: 8px;
        color: var(--brands-primary);
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.6;
        margin: 0 auto 48px;
        padding: 12px 24px;
        transition: var(--transition);
        width: -moz-fit-content;
        width: fit-content;
    }
    .statistics__view-statistics-link:hover {
        background-color: var(--accent-hover-color);
        color: var(--white-color);
    }
    .statistics__img-bus--mobile {
        display: block;
        height: auto;
        width: 100%;
    }
    .statistics__img-bus {
        display: none;
    }
    .statistics__rectangle-top {
        border-right: 124px solid transparent;
        border-top: 62px solid var(--white-color);
        height: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 0;
    }
    .statistics__rectangle-bottom {
        border-bottom: 92px solid var(--white-color);
        border-left: 192px solid transparent;
        bottom: 0;
        height: 0;
        position: absolute;
        right: 0;
        width: 0;
    }
}
@media screen and (max-width: 768px) {
    .benefits {
        padding: 40px 0;
    }
    .benefits__title {
        color: var(--black-color);
        font-size: 32px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 24px;
    }
    .benefits__title span {
        color: var(--accents-blue);
    }
    .benefits__list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .benefits__list-item {
        border: 1px solid var(--neutrals-20);
        border-radius: 8px;
        box-shadow: var(--drop-shadow-400);
        max-width: 100%;
        padding: 16px;
        width: 100%;
    }
    .benefits__list-item-wrapper {
        align-items: flex-start;
        display: flex;
        gap: 32px;
        margin-bottom: 0;
    }
    .benefits__list-item-wrapper > img {
        height: 40px;
        width: 40px;
    }
    .benefits__list-item-title {
        color: var(---neutrals-100);
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2;
    }
    .benefits__list-item-text {
        color: var(--neutrals-60);
        font-size: 16px;
        line-height: 1.6;
        margin-left: 72px;
    }
}
@media screen and (max-width: 1023px) {
    .benefits {
        padding: 40px 0;
    }
    .benefits__title {
        font-size: 32px;
    }
    .how-it-works {
        padding: 40px 0;
        position: relative;
        width: 100%;
    }
    .how-it-works__title {
        color: #000;
        font-size: 32px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 24px;
        text-align: left;
    }
    .how-it-works__title span {
        color: var(--light-blue);
    }
    .how-it-works__carousel {
        height: 422px !important;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .how-it-works .swiper-wrapper {
        align-items: center;
        display: flex;
        margin: 0;
        transition-timing-function: linear !important;
        width: 100%;
    }
    .swiper-slide.how-it-works__slide {
        background-repeat: no-repeat;
        background-size: contain;
        height: 422px !important;
        transition:
            width 0.3s ease,
            height 0.3s ease;
        width: 220px !important;
    }
    .how-it-works__button {
        align-items: center;
        background-color: #00000080;
        background-color: var(--brands-primary);
        border-radius: 50%;
        color: #fff;
        display: flex;
        height: 40px;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: var(--transition);
        width: 40px;
        z-index: 10;
    }
    .how-it-works__button:after {
        content: "" !important;
    }
    .how-it-works__button > img {
        height: 20px;
        width: 20px;
    }
    .how-it-works__button:hover {
        background-color: var(--accents-blue);
    }
    .how-it-works__button.swiper-button-next,
    .how-it-works__button.swiper-button-prev {
        display: none;
    }
    .how-it-works__carousel-side-effect {
        bottom: 0;
        position: absolute;
        top: 0;
        width: 120px;
        z-index: 5;
    }
    .how-it-works__carousel-side-effect.left {
        background: linear-gradient(270deg, #fff0, #fff 74.5%);
        left: 0;
    }
    .how-it-works__carousel-side-effect.right {
        background: linear-gradient(90deg, #fff0, #fff 74.5%);
        right: 0;
    }
    .reviews {
        background: var(--bg-light-gray) url();
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        padding: 72px 0 42px;
        position: relative;
    }
    .reviews__container {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }
    .reviews__wrapper-content {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .reviews__title {
        color: var(--neutrals-100);
        font-size: 32px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 22px;
    }
    .reviews__title span {
        color: var(--accents-blue);
    }
    .reviews__subtitle {
        display: none;
    }
    .reviews__link-button {
        background-color: var(--brands-primary);
        border-radius: 6px;
        color: var(--white-color);
        display: inline-block;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        padding: 12px 28px;
        transition: var(--transition);
    }
    .reviews__link-button:hover {
        background-color: var(--accent-hover-color);
    }
    .slider {
        margin-left: -10px;
        overflow: hidden;
        padding: 10px;
        position: relative;
        width: calc(100% + 20px);
    }
    .slides-container {
        display: flex;
        gap: 32px;
        margin-bottom: 42px;
        transition: transform 0.5s ease;
        will-change: transform;
    }
    .slide {
        background-color: var(--white-color);
        border-radius: 10px;
        box-shadow: 0 4px 16px #25324b26;
        box-sizing: border-box;
        height: 444px;
        min-width: 343px;
        padding: 30px 20px;
        position: relative;
        text-align: center;
        width: 343px;
    }
    .slide:last-of-type {
        margin-right: 0;
    }
    @media screen and (max-width: 365px) {
        .slide {
            min-width: 333px;
            width: 333px;
        }
    }
    .slide__wrapper-data {
        align-items: center;
        display: flex;
        gap: 22px;
        margin-bottom: 22px;
    }
    .slide__avatar {
        border-radius: 50%;
        height: 72px;
        width: 72px;
    }
    .slide__name {
        color: var(--neutrals-100);
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 8px;
    }
    .slide__name,
    .slide__route {
        font-family: Roboto;
        text-align: start;
    }
    .slide__route {
        color: var(--brands-primary);
        font-weight: 500;
    }
    .slide__date {
        color: var(--neutrals-60);
        font-family: Roboto;
        text-align: start;
    }
    .slide__text {
        color: var(--neutrals-100);
        font-size: 16px;
        line-height: 1.6;
        text-align: start;
    }
    .rating {
        bottom: 20px;
        height: 17px;
        left: 30px;
        position: absolute;
        text-align: start;
    }
    .rating img {
        height: 17px;
        width: 95px;
    }
    .slides-container__buttons-wrapper {
        display: none;
    }
    .nav-arrow {
        align-items: center;
        background-color: var(--brands-primary);
        border: none;
        border-radius: 8px;
        bottom: 0;
        color: var(--white-color);
        cursor: pointer;
        display: flex;
        justify-content: center;
        padding: 10px;
        position: absolute;
        transition: var(--transition);
    }
    .nav-arrow:hover {
        background-color: var(--accents-blue);
    }
    .nav-arrow.prev {
        left: 0;
    }
    .nav-arrow.next {
        right: 0;
    }
    .nav-arrow img {
        height: 20px;
        width: 20px;
    }
    .dot {
        background-color: var(--neutrals-20);
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 12px;
        width: 12px;
    }
    .dot.active {
        background-color: var(--brands-primary);
    }
    .reviews__tringle {
        border-right: 124px solid transparent;
        border-top: 44px solid var(--white-color);
        height: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 0;
    }
    .footer {
        background-color: var(--bg-dark);
        padding: 40px 0;
    }
    .footer__wrapper-main-comtent {
        display: block;
        margin-bottom: 50px;
    }
    .footer__subtitle {
        margin-bottom: 24px;
        margin-top: 32px;
        max-width: 270px;
    }
    .footer-text {
        color: var(--neutrals-20);
        font-size: 16px;
        line-height: 1.6;
    }
    .footer-text-bold {
        color: var(--white-color);
        font-size: 18px;
        font-weight: 600;
        line-height: 1.6;
    }
}
@media screen and (max-width: 1023px) {
    .footer__nav-wrapper {
        display: flex;
        gap: 0;
        justify-content: space-between;
    }
    @media screen and (max-width: 767.9px) {
        .footer__nav-wrapper {
            flex-wrap: wrap;
            gap: 40px;
        }
    }
    .footer__nav {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    @media screen and (max-width: 400px) {
        .footer__nav {
            max-width: 150px;
        }
    }
    .footer__nav-item > a {
        transition: var(--transition);
    }
    .footer__nav-item:hover > a {
        color: var(--accents-blue);
    }
    .footer__contact-box {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    @media screen and (max-width: 767.9px) {
        .footer__contact-box {
            width: 100%;
        }
    }
    @media screen and (max-width: 767.9px) {
        .footter__contacts {
            margin: 0 auto;
        }
    }
    .footer__email,
    .footer__phone {
        align-items: center;
        display: flex;
        gap: 12px;
    }
    .footer__email img,
    .footer__phone img {
        height: 20px;
        width: 20px;
    }
    .footer__email span,
    .footer__phone span {
        color: var(--neutrals-40);
        line-height: 1.6;
        transition: var(--transition);
    }
    .footer__email:hover > span,
    .footer__phone:hover > span {
        color: var(--accents-blue);
    }
    .footer__down_wrapper {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: center;
        position: relative;
    }
    .footer__down_wrapper:before {
        background-color: var(--neutrals-60);
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: -24px;
        width: 100%;
    }
    .footer__rights {
        color: var(--neutrals-60);
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        text-align: center;
    }
    @media screen and (max-width: 600px) {
        .footer__rights {
            max-width: 200px;
        }
    }
    .footer__social-media {
        align-items: center;
        display: flex;
        gap: 24px;
    }
    .footer__social-media-item {
        align-items: center;
        background-color: var(--neutrals-80);
        border-radius: 50%;
        display: flex;
        height: 32px;
        justify-content: center;
        transition: var(--transition);
        width: 32px;
    }
    .footer__social-media-item > img {
        height: 14px;
        width: 14px;
    }
    .footer__social-media-item:hover {
        background-color: var(--accents-blue);
    }
}
@media screen and (max-width: 767px) {
    .mobile-menu {
        padding: 14px 16px !important;
    }
}
.mobile-menu .logo {
    display: none;
}
@media screen and (max-width: 1140px) {
    .mobile-menu .logo {
        display: block;
    }
}
