.header {
    left: 0;
    padding: 14px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.hero {
    background-color: var(--bg-light-gray);
    padding: 160px 0 60px;
    position: relative;
}
.hero:after {
    background: linear-gradient(180deg, #fff0, #fff 74.5%);
    content: "";
    height: 135px;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
}
.hero-title {
    margin-bottom: 76px;
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 900px) {
    .hero-title {
        text-align: start !important;
    }
}
.hero-title .hero-title--sprinters {
    color: var(--brands-primary);
    font-family: Ethnocentric, sans-serif;
    font-size: 58px;
    font-weight: 100;
    line-height: 1.1;
}
.hero-title .hero-title--carriers {
    color: var(--neutrals-100);
    font-family: Play, sans-serif;
    font-size: 25px;
    line-height: 1.3;
}
.hero-title .hero-title--europe {
    color: var(--brands-primary);
    font-family: Play, sans-serif;
    font-size: 25px;
    line-height: 1.3;
}
.hero__subtitle {
    color: var(--neutrals-80);
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 200px;
    max-width: 360px;
    opacity: 0.7;
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 900px) {
    .hero__subtitle {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: start !important;
    }
}
.hero-trip {
    align-items: center;
    background-color: var(--white-color);
    box-shadow: var(--shadow-1);
    display: flex;
    gap: 32px;
    margin: 0 auto;
    padding: 16px 72px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    z-index: 200;
}
.hero-trip__selecwrapper {
    border-bottom: 1px solid var(--neutrals-20);
    display: flex;
    gap: 8px;
    position: relative;
}
.select-type {
    gap: 4px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
}
.hero-trip__selecwrapper.input-error {
    border-color: red;
    outline: none;
}
.hero-trip__selecwrapper.without-arrow {
    margin-left: -5px;
}
.hero-trip__selecwrapper.input-error .hero-trip__select {
    border-color: red;
}
.error-message-mobile {
    display: none;
}
.error-message {
    background-color: #fff;
    border: 1px solid red;
    box-shadow: 0 2px 4px #0009;
    color: red;
    font-size: 0.85rem;
    font-weight: 400;
    left: 0;
    line-height: 1.2;
    max-width: 100%;
    opacity: 80%;
    padding: 2px 4px;
    position: absolute;
    top: calc(100% - 85px);
    white-space: normal;
    z-index: 9999;
}
.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;
    overflow: visible !important;
    padding: 4px 20px 4px 0;
    width: 190px;
}
.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;
}
.no-border {
    border: none !important;
}
.hero-trip::first-child {
    background-color: red;
}
.date-picker-container {
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    display: flex;
    min-width: 170px;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    text-align: center;
}
.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;
    margin-left: auto;
    padding: 14px 27px;
    text-align: center;
    transition: var(--transition);
    width: 209px;
}
.hero-trip__button:hover {
    background-color: var(--accent-hover-color);
}
.hero__popular-ways {
    display: none;
}
.hero__img-container {
    height: 588px;
    left: 53%;
    position: absolute;
    top: 100px;
    width: 595px;
    z-index: 50;
}
@media screen and (max-width: 1300px) {
    .hero__img-container {
        height: 543px;
        width: 540px;
    }
}
.hero__img-container > img {
    height: 488px;
    width: 495px;
}
@media screen and (max-width: 1300px) {
    .hero__img-container > img {
        height: 543px;
        width: 540px;
    }
}
.hero__bg-wrapper {
    height: 810px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 860px;
    z-index: 0;
}
.hero__bg {
    background: url(/build/assets/svg/hero-section-bg.C3fZQhZ6.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 871px;
    width: 860px;
}
.hero__tringle {
    border-bottom: 210px solid var(--white-color);
    border-left: 400px solid transparent;
    bottom: 0;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.flags {
    padding: 0 0 64px 0;
}
.flags__wrapper {
    background-color: var(--neutrals-10i);
    box-shadow: var(--drop-shadow-400);
    padding: 48px 0;
}
.flags__title {
    color: #25324b;
    font-family: Play, serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 32px;
    opacity: 0.5;
    text-align: center;
}
.selected-service {
    color: var(--neutrals-100);
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    padding: 4px 0;
    width: 100%;
}
.dropdown-service {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
}
.dropdown-option {
    align-items: center;
    color: var(--neutrals-100);
    cursor: pointer;
    display: flex;
    font-family: Rubik, serif;
    font-size: 19px;
    font-weight: 400;
    gap: 8px;
    justify-content: start;
    padding: 12px;
}
.dropdown-option img {
    height: 24px;
    width: 24px;
}
.dropdown-option-selected {
    background-color: #e9ebfd;
}
.flags .carousel-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 2000px) {
    .flags .carousel-container {
        width: 1440px;
    }
}
.flags .swiper-container {
    box-sizing: border-box;
    height: 72px;
    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: 72px;
    width: 102px;
    border-radius: 8px;
}
.flags .swiper-bottom {
    direction: rtl;
}
.flags .swiper-bottom .swiper-slide {
    direction: ltr;
}
.statistics {
    overflow: hidden;
    padding: 72px 0;
    position: relative;
}
.statistics__content-wrapper {
    background-color: var(--brands-primary);
    padding: 92px 100px 39px;
    position: relative;
}
.statistics__title {
    color: var(--white-color);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}
.statistics__subtitle {
    color: var(--white-color);
    flex-wrap: wrap;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
    .statistics__left_side {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 35%;
    }
}
.statistics__view-statistics-link {
    background-color: var(--white-color);
    border-radius: 8px;
    color: var(--brands-primary);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    padding: 12px 24px;
    transition: var(--transition);
}
.statistics__view-statistics-link:hover {
    background-color: var(--accent-hover-color);
    color: var(--white-color);
}
.statistics__img-bus--mobile {
    display: none;
}
.statistics__img-bus {
    height: 528px;
    left: 31%;
    position: absolute;
    top: -20%;
    width: 943px;
    z-index: 50;
}
@media screen and (max-width: 1100px) {
    .statistics__img-bus {
        width: 920px;
    }
}
.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;
}
.benefits {
    padding: 72px 0;
}
.benefits__title {
    color: var(--black-color);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 48px;
}
.benefits__title span {
    color: var(--accents-blue);
}
.benefits__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.benefits__list-item {
    border: 1px solid var(--neutrals-20);
    border-radius: 8px;
    box-shadow: var(--drop-shadow-400);
    max-width: calc(25% - 32px);
    min-width: 274px;
    padding: 30px 20px;
}
.benefits__list-item-wrapper {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.benefits__list-item-wrapper > img {
    height: 50px;
    width: 50px;
}
.benefits__list-item-title {
    color: var(---neutrals-100);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
}
.benefits__list-item-text {
    color: var(--neutrals-60);
    font-size: 18px;
    line-height: 1.6;
}
.how-it-works {
    padding: 72px 0;
    position: relative;
    width: 100%;
}
.how-it-works__title {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 48px;
    text-align: left;
}
#swap-locations {
    border-bottom: 1px solid #fff !important;
    cursor: pointer;
    margin-left: -60px;
    margin-right: -25px;
    position: relative;
}
@media screen and (max-width: 1140px) {
    #swap-locations {
        align-items: end;
        background: none;
        cursor: pointer;
        display: flex;
        height: 35px;
        justify-content: end;
        pointer-events: auto;
        position: absolute;
        right: 40px;
        top: 10px;
        width: 35px;
    }
    #swap-locations:hover svg {
        stroke: var(--neutrals-80);
    }
}
.how-it-works__title span {
    color: var(--light-blue);
}
.how-it-works__carousel {
    height: 566px !important;
    margin: 0 auto;
    max-width: 1272px;
    overflow: hidden;
}
.how-it-works .swiper-wrapper {
    align-items: center;
    display: flex;
    margin: 0;
}
.swiper-slide.how-it-works__slide {
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 14px !important;
    transition:
        width 0.3s ease,
        height 0.3s ease;
}
.swiper-slide-active.how-it-works__slide {
    height: 566px !important;
    width: 300px !important;
}
.swiper-slide-next.how-it-works__slide,
.swiper-slide-prev.how-it-works__slide {
    height: 422px;
    width: 222px !important;
}
.swiper-slide.how-it-works__slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
    height: 422px;
    width: 220px;
}
.how-it-works__button {
    align-items: center;
    background-color: var(--brands-primary);
    border-radius: 8px;
    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-prev {
    left: 20px;
}
.how-it-works__button.swiper-button-next {
    right: 20px;
}
.how-it-works__carousel-side-effect {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 224px;
    z-index: 5;
}
.how-it-works__carousel-side-effect.left {
    background: linear-gradient(270deg, #fff0, #fff 74.5%);
    left: -10px;
}
.how-it-works__carousel-side-effect.right {
    background: linear-gradient(90deg, #fff0, #fff 74.5%);
    right: -10px;
}
.reviews {
    background: var(--bg-light-gray) url(/build/assets/svg/review-bg.BNgj86A8.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 72px 0 42px;
    position: relative;
}
.reviews__container {
    display: flex;
    gap: 22px;
    justify-content: space-between;
}
.reviews__wrapper-content {
    width: 422px;
}
.reviews__title {
    color: var(--neutrals-100);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 22px;
}
.reviews__title span {
    color: var(--accents-blue);
}
.reviews__subtitle {
    color: var(--neutrals-100);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 42px;
}
.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 {
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 768px;
}
.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: 353px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    width: 353px;
}
.slide:last-of-type {
    margin-right: 0;
}
.slide__wrapper-data {
    align-items: center;
    display: flex;
    gap: 22px;
    margin-bottom: 22px;
}
.slide__avatar {
    border-radius: 50%;
    height: 72px;
    width: 72px;
}
.slide__avatar.reviewer-1 {
    background: url(/build/assets/webp/reviewer-woman.CICGxFrL.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide__avatar.reviewer-2 {
    background: url(/build/assets/webp/reviewer-2.DXT80Pd2.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide__avatar.reviewer-3 {
    background: url(/build/assets/webp/reviewer-woman-2.uqEQHFPB.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide__avatar.reviewer-4 {
    background: url(/build/assets/webp/reviewer-men.Cqcyl-RK.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide__avatar.reviewer-5 {
    background: url(/build/assets/webp/reviewer-woman-3.B6NiA5j5.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide__avatar.reviewer-6 {
    background: url(/build/assets/webp/reviewer-woman-4.BcAuSluG.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide__avatar.reviewer-7 {
    background: url(/build/assets/webp/reviewer-men-2.CvZJXEjv.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide__avatar.reviewer-8 {
    background: url(/build/assets/webp/reviewer-woman-5.ClQm7eSa.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.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: block;
}
.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;
}
