/* Modern CSS Reset */
/* === HARD RESET CSS === */

/* Reset all margins, paddings, borders */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* Remove default font styling */
html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    background: #FBFBFB;
    color: #1D1D1B;
    font-family: "Open Sans", sans-serif;
}

body {
    overflow-x: hidden;
}

path,
line,
rect {
    shape-rendering: geometricPrecision;
}


body.page-template-about {
    background: #F5F5F5;
}

/* Remove all default list styles */
ol,
ul {
    list-style: none;
}

/* Remove quote styles */
blockquote,
q {
    quotes: none;
}

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

/* Remove default table spacing */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Remove default link styles */
a {
    text-decoration: none;
    color: inherit;
    color: #ff3c00;
}

/* Remove outline and inherit font for form elements */
input,
textarea,
select,
button {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    appearance: none;
}

/* Images, media: responsive by default */
img,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Buttons should have pointer */
button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

/* Remove all headings default spacing */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

/* Remove strong/em default styles */
em,
i,
strong,
b {
    font-style: normal;
    font-weight: normal;
}

a.button {
    border: 1px solid #30AC62;
    border-radius: 15px;
    padding: 20px 30px;
    background: none;
    color: #30AC62;
    font-weight: 600;
    display: flex;
    transition: all .25s ease;
}

a.button.green {
    color: #fff;
    background: #30AC62;
}

a.button.green:hover {
    background: #1E9B55;
}

a.button:hover {
    background: #30AC62;
    color: #fff;
}

a.button svg {
    opacity: 0;
    transform: translateX(20px);
    margin-left: 5px;
    transition: opacity .25s ease, transform .25s ease;
}

a.button:hover svg {
    margin-left: 5px;
    opacity: 1;
    transform: translateX(12px);
}

#site-header a.button {
    width: 194px;
    position: relative;
}

.lang-ro #site-header a.button {
	width: 224px;
}

.button-switch {
	display: flex;
}

.button-switch .toggle {
	background: none!important;
}

#site-header a.button svg {
    position: absolute;
}

#site-header a.button:hover {
    padding-left: 16px;
}

#site-header a.button:hover svg {
    position: absolute;
    right: 30px;
}

#site-header {
    width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px;
    left: 0;
    z-index: 999;
}

#site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EDF5F0;
    opacity: 1;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 25px;
    max-width: 1392px;
    width: 100%;
    margin: auto;
    padding: 16px;
    background: #fff;
    transition: background-color .25s ease, backdrop-filter .25s ease, box-shadow .25s ease;
}

#site-header.is-scrolled .header-inner {
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mobile-buttons-holder {
    display: none;
}

.top-mobile-nav {
    display: none;
}

.header-inner .primary-menu-wrapper ul {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.header-inner .primary-menu-wrapper ul li {
    margin: 0 15px;
}

.header-inner .primary-menu-wrapper ul li a {
    color: #1D1D1B;
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-weight: 600;
}

.header-inner .primary-menu-wrapper ul li a:hover {
    color: #30AC62;
}


/*Home*/
.hero {
    width: calc(100% - 124px);
    margin: 140px auto 0;
    border-radius: 40px;
}

.hero-inner {
    max-width: 1392px;
    position: relative;
    display: flex;
    margin: auto;
}

.hero .hero-image {
    max-width: 71.5%;
    margin-left: auto;
    margin-right: -14%;
}

.hero .hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    max-width: 1392px;
    display: block;
}

.middle-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 282px;
    height: 132px;
    display: block;
    background: url('../images/bleed.svg') no-repeat center;
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
}

.hero .hero-content .hero-text {
    max-width: 544px;
    font-size: 22px;
    line-height: 32px;
}

.hero .hero-content .hero-text strong {
    font-weight: bold;
}

.hero .hero-content a.button {
    font-size: 16px;
    line-height: 16px;
    padding-left: 50px;
    padding-right: 50px;
    align-items: center;
}

.hero .hero-content a.button {
    position: relative;
}

.hero .hero-content a.button svg {
    position: absolute;
}

.hero .hero-content a.button:hover {
    padding-left: 40px;
    padding-right: 60px;
}

.hero .hero-content a.button:hover svg {
    position: absolute;
    right: 50px;
}

.hero .hero-content h1 {
    font-size: 52px;
    line-height: 71px;
    font-weight: bold;
    letter-spacing: -2.73px;
    margin-bottom: 10px;
}

.lang-ro .hero .hero-content h1 {
	font-size: 50px;
	line-height: 68px;
}

.hero .hero-content h2 {
    font-size: 29px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 12px;
}

.hero .hero-content p {
    margin-bottom: 60px;
}

.hero .hero-content p:last-of-type {
    margin-bottom: 0;
}

.hero .hero-content a {
    display: flex;
    max-width: fit-content;
}

.hero .hero-content ul {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    padding-top: 22px;
}

.hero .hero-content ul li {
    margin-right: 15px;
    background: url('../images/check.svg') no-repeat center left;
    padding-left: 30px;
    font-weight: 600;
}

.hero .hero-content ul li:last-child {
    background: url('../images/trust_pilot.svg') no-repeat center left;
}

.lang-ro .hero .hero-content ul li {
	background-position: top left;
}

.hero .hero-content h1 strong {
    font-size: 91px;
    line-height: 91px;
    display: block;
    font-weight: bold;
    position: relative;
}

.hero .hero-content h1 strong:after {
    content: "";
    width: 100%;
    height: 14px;
    border-radius: 7px;
    background: #30AC62;
    position: absolute;
    z-index: -1;
    bottom: -6px;
    left: 0;
}

.flights-problem {
    width: 100%;
    padding: 100px 0;
    background: url('../images/bg_testimonial.png') no-repeat center left;
    background-size: auto 100%;
    margin: 66px 0 113px;
}

.flights-problem-top {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto 100px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.flights-problem-top img {
    margin-bottom: 40px;
    display: inline-block;
}

.flights-problem-top h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    max-width: 465px;
    margin-bottom: 20px;
    letter-spacing: -1.2px;
    margin-left: auto;
    margin-right: auto;
}

.lang-ro .flights-problem-top h3 {
	max-width: 600px;
}

.testimonials {
    width: 100%;
    padding: 100px 0;
    background: url('../images/bg_testimonial.png') no-repeat center left;
    background-size: auto 100%;
    margin: 66px 0 13px;
}

.testimonials-inner {
    max-width: 1360px;
    margin: auto;
}

.testimonials-inner .testimonials-stars {
    margin-bottom: 71px;
}

.testimonials-inner .testimonials-stars ul {
    display: flex;
    justify-content: flex-start;
}

.testimonials-inner .testimonials-stars ul li {
    background: url('../images/bg_star.png') no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    margin-right: 3px;
}

.testimonials-inner h4 {
    max-width: fit-content;
    background: #fff url('../images/bg_testimonial_title.png') no-repeat center left 20px;
    background-size: 22px 17px;
    letter-spacing: 2.4px;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 20px;
    border-radius: 29px;
    padding-left: 50px;
    font-weight: bold;
}

.testimonials-inner h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin: 40px 0 100px;
    letter-spacing: -1.2px;
}

.testimonials-inner ul {
    display: flex;
    justify-content: space-between;
}

.testimonials-inner ul li {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EDF5F0;
    border-radius: 20px;
    padding: 40px;
    max-width: 440px;
}

.testimonials-inner ul li h3 {
    font-weight: 600;
    letter-spacing: -0.72px;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px;
}

.testimonials-inner ul li p {
    color: #7E7E7E;
}

.flight-delayed {
    width: 100%;
    margin: 150px 0;
}

.flight-delayed-inner {
    max-width: 1360px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.flight-delayed-left,
.flight-delayed-right {
    max-width: 670px;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EDF5F0;
    border-radius: 40px;
}

.flight-delayed-left {
    padding: 50px;
    font-size: 20px;
    line-height: 30px;
}

.flight-delayed-left .delayed-icon {
    margin-bottom: 40px;
}

.flight-delayed-left h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -1.2px;
}

.flight-delayed-left strong {
    font-weight: bold;
}

.flight-delayed-left p {
    margin-bottom: 110px;
}

.flight-delayed-left .note {
    font-size: 16px;
    line-height: 22px;
    color: #7E7E7E;
    padding-top: 20px;
}

.flight-delayed-left .button {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

.flight-delayed-left .button svg {
    position: absolute;
    right: 30px;
}

.flight-delayed-right {
    display: flex;
    /*     background: url('../images/bg_delayed_two.svg') no-repeat top left; */
}

.flight-delayed-right-inner {
    display: flex;
    width: 100%;
    border-radius: 40px;
    height: 100%;
    background: url('../images/cloud_delayed.svg') no-repeat bottom -370% right 170%;
}

.flight-delayed-right img {
    margin: -70px -40px 0 auto;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1360px;
    margin: auto;
    overflow: hidden;
}

.slider-container {
    display: flex;
    transition: transform 0.4s ease;
    align-items: center;
}

.slider-container {
    touch-action: pan-y;
    cursor: grab;
}

.slider-container.is-dragging {
    cursor: grabbing;
    user-select: none;
}


.slide {
    flex: 0 0 400px;
    margin-right: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EDF5F0;
    border-radius: 20px;
    padding: 20px;
    max-width: 400px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.slide:last-child {
    margin-right: 0;
}

.slide-content {
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide-content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    max-width: 233px;
}

.slide-content h3 p {
    margin: 0;
}

.slide-content h3 strong {
    font-weight: bold;
}

.slide-content p {
    margin-bottom: 33px;
}


.flight-icon {
    width: 107px;
    height: 107px;
    background: #E9F7EE 0% 0% no-repeat padding-box;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.flight-icon img {
    width: 43px;
    height: 43px;
}

.slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: none;
    height: 50px;
}

.slider-wrapper:hover .slider-arrows {
    display: block;
}

.slider-arrow {
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.slider-arrow svg {
    width: 50px;
    height: 50px;
}

.slider-wrapper:hover .slider-arrow {
    display: block;
}

.slider-arrow.prev {
    left: 0px;
}

.slider-arrow.next {
    right: 0px;
}

.slider-pagination {
    display: flex;
    margin-top: 48px;
    align-items: center;
    justify-content: center;
}

.slider-pagination .dot {
    width: 130px;
    height: 5px;
    background: #212F3D 0% 0% no-repeat padding-box;
    border-radius: 3px;
    margin: 0 5px;
    opacity: 0.2;
}

.how-it-works {
    width: 100%;
}

.how-it-works-inner {
    width: 100%;
    max-width: 1360px;
    margin: auto;
}

.how-central-block {
    width: 100%;
    background: url('../images/bg_delayed_two.svg') no-repeat center;
    background-size: cover;
    display: flex;
    border-radius: 40px;
}

.how-right,
.how-left {
    width: 100%;
    max-width: 50%;
    padding: 100px 0 0;
}

.how-right .how-right-inner {
    display: flex;
    width: 100%;
    background: url('../images/bg_clud_left.svg') no-repeat left -150px bottom -150px;
}

.how-right img {
    margin-left: -50px;
}

.how-left {
    padding: 115px 115px 50px 125px;
    position: relative;
}

.how-left .top {
    position: relative;
}

.how-left .top:before {
    content: "";
    width: 3px;
    height: 62%;
    position: absolute;
    top: 20px;
    left: -54px;
    background: #fff;
}

.how-left .top ul:before {
    content: "";
    width: 3px;
    height: 20%;
    position: absolute;
    top: 20px;
    left: -54px;
    background: #30AC62;
}

.how-left .top ul li {
    background: #FFFFFF;
    border: 1px solid #EDF5F0;
    border-radius: 20px;
    padding: 17px 18px 19px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.how-left .top ul li:before {
    content: "";
    position: absolute;
    left: -86px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 8px solid #EDF5F0;
    background: #fff;
    top: 50%;
    transform: translateY(-66%);
}

.how-left .top ul li:first-child:before {
    background: #30AC62 url('../images/icon_one.svg') no-repeat center;
    border-color: #D5EEDF;
    transform: translateY(-50%);
}

.how-left .top ul li:nth-child(2n):before {
    width: 50px;
    height: 50px;
    border: none;
    margin: 8px;
    background: #fff url('../images/icon_two.svg') no-repeat center;
}

.how-left .top ul li:last-child:before {
    width: 50px;
    height: 50px;
    border: none;
    margin: 8px;
    background: #fff url('../images/icon_three.svg') no-repeat center;
}

.how-left .bottom {
    padding-top: 20px;
}

.how-left .bottom ul {
    display: flex;
    justify-content: space-between;
}

.how-left .bottom ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 30px;
    background: url(../images/check.svg) no-repeat center left;
}

.how-left .button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.how-left .button svg {
    position: absolute;
    right: 30px;
}

.how-top-block {
    text-align: center;
    max-width: 500px;
    margin: auto;
}

.how-top-block h4 {
    max-width: fit-content;
    background: #fff;
    background-size: 22px 17px;
    letter-spacing: 2.4px;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 20px;
    border-radius: 29px;
    font-weight: bold;
    margin: auto;
}

.how-top-block h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin: 40px 0 100px;
    letter-spacing: -1.2px;
}

#site-footer {
    background: url('../images/bg_footer.png');
    padding: 86px 0 57px;
}

#site-footer .logo {
    margin-bottom: 40px;
}

#site-footer .footer-top {
    margin-bottom: 134px;
}

#site-footer .footer-socials ul {
    display: flex;
}

#site-footer .footer-socials ul li {
    margin-right: 10px;
}

#site-footer .footer-socials ul li a {
    width: 36px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    border-radius: 100%;
}

#site-footer .footer-socials ul li a:hover {
    background: #fff;
}

#site-footer .section-inner {
    max-width: 1392px;
    width: 100%;
    margin: auto;
}

#site-footer .section-inner .boxes {
    display: flex;
    justify-content: space-between;
}

#site-footer .section-inner .boxes .box {
    width: 100%;
    max-width: 316px;
    font-size: 16px;
    line-height: 26px;
    color: #7E7E7E;
}

#site-footer .section-inner .boxes .box a {
    color: #7E7E7E;
}

#site-footer .section-inner .boxes .box a:hover {
    color: #1D1D1B;
}

#site-footer .section-inner .boxes .box strong {
    color: #1D1D1B;
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

#site-footer .section-inner .boxes .box p {
    margin-bottom: 21px;
}

#site-footer .section-inner .boxes .box p:last-child {
    margin-bottom: 0;
}

#site-footer .section-inner .boxes .box.box-four p {
    font-size: 14px;
    line-height: 24px;
}

.top-switcher {
	display: flex;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    color: #7E7E7E;
}

.footer-bottom-content a.to-top {
    border: 1px solid #EDF5F0;
    border-radius: 15px;
    padding: 17px;
}

.footer-bottom-content a.to-top:hover {
    background: #FBFBFB;
}

.mobile-top {
    display: none;
}

.primary-menu-wrapper a.button {
    display: none;
}

.hero .hero-content ul.mobile {
    display: none;
}

.hero .hero-content ul.desktop {
    display: flex;
}

#site-header .logo.mobile-logo {
    display: none;
}

.error-404 {
    height: 80dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-404 h1 {
    font-size: 150px;
    line-height: 150px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #30AC62;
}

.error-404 h2 {
    margin: 0 0 40px;
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
	text-align: center;
}

@media screen and (max-width: 1370px) and (min-width: 1023px) {
	.flight-delayed-right {
		order: 2!important;
	}
}

@media screen and (max-width: 1370px) and (min-width: 940px) {
    #site-header .logo.desktop-logo {
        display: none;
    }


    #site-header .logo.mobile-logo {
        display: flex;
    }

    .hero {
        width: calc(100% - 64px);
    }

    .flight-delayed,
    .how-it-works,
    .flights-problem-top {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .flight-delayed-left,
    .flight-delayed-right {
        max-width: 49%;
    }

    .testimonials-inner h4,
    .testimonials-inner h2 {
        margin-left: 20px;
    }

    .how-left .bottom ul {
        display: block;
    }

    .how-left .bottom ul li {
        display: inline-block;
        margin-bottom: 10px;
    }


    .how-top-block h4 {
        display: none;
    }

    .how-top-block h2 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 0;
        padding: 0 20px;
    }

    .how-central-block {
        background: none;
    }

    .how-right,
    .how-left {
        width: 100%;
        max-width: 100%;
        padding: 20px 20px;
    }

    .how-left {
        padding: 20px 20px 20px 100px;
    }

    .how-left .bottom {
        margin-left: -80px;
    }

    .how-left .bottom ul {
        display: block;
        text-align: center;
    }

    .how-left .button {
        margin-left: -80px;
    }

    .how-left .bottom ul li {
        display: inline-block;
        margin-bottom: 10px;
    }

    .how-right {
        padding: 100px 0 0;
        margin: 0 20px;
        width: calc(100% - 40px);
        background: url('../images/bg_delayed_two.svg') no-repeat left top;
        background-size: cover;
        border-radius: 30px;
    }

    .how-right .how-right-inner {
        border-radius: 30px;
        background: url('../images/bg_clud_left.svg') no-repeat left -1px bottom -50px;
        background-size: 100%;
    }

    .how-right img {
        margin-left: -10px;
    }

    .how-left .top ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .hero .hero-content ul.desktop {
        display: block;
    }

    .hero .hero-content ul.desktop li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 10px 0;
    }
}

@media screen and (max-width: 1366px) and (min-width: 940px) {
    #site-header .logo.desktop-logo {
        display: none;
    }

    #site-header .logo.mobile-logo {
        display: flex;
    }

    .middle-arrow {
        display: none;
    }

    .hero .hero-content h1 {
        font-size: 32px;
        line-height: 43px;
        letter-spacing: -0.96px;
    }

    .hero-inner {
        max-width: 95%;
        align-items: end;
    }

    .hero .hero-image {
        max-width: 60%;
        margin-right: 0;
    }

    .hero .hero-content h1 strong {
        font-size: 57px;
        line-height: 78px;
        letter-spacing: -1.71px;
        max-width: fit-content;
    }

    .hero .hero-content h1 strong:after {
        height: 10px;
        bottom: 4px;
    }

    .hero .hero-content .hero-text {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }

    .hero .hero-content p {
        margin-bottom: 30px;
    }

    .hero .hero-content h2 {
        font-size: 19px;
        line-height: 28px;
    }

    .hero .hero-content {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }

    .testimonials {
        padding-bottom: 0;
        background-position: right center;
    }

    .testimonials-inner {
        /*width: calc(100% - 40px);*/
    }

    .testimonials-inner ul {
        white-space: nowrap;
        overflow: auto;
    }

    .testimonials-inner ul li {
        max-width: calc(100% - 40px);
        margin-right: 20px;
        padding: 40px 30px;
    }

    .testimonials-inner ul li:first-child {
        margin-left: 20px;
    }

    .testimonials-inner ul li h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .testimonials-inner .testimonials-stars ul li:first-child {
        margin-left: 0;
    }

    .testimonial-author {
        font-size;
        16px;
    }

    .testimonial-figure {
        width: 35vw;
        white-space: normal;
    }

    .testimonials-inner h2 {
        font-size: 32px;
        line-height: 38px;
        margin: 0 20px 50px;
    }

    .testimonials-inner h4 {
        display: none;
    }

    .flight-delayed {
        margin: 88px auto 100px;
    }

    .flight-delayed-inner {
        width: 100%;
    }

    .flight-delayed-left,
    .flight-delayed-right {
        max-width: 49%;
        display: block;
    }

    .flight-delayed-left {
        order: 2;
        padding: 40px 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .flight-delayed-left h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .flight-delayed-left p {
        margin-bottom: 50px;
    }

    .flight-delayed-left .note {
        font-size: 14px;
        line-height: 19px;
    }

    .flight-delayed-right {
        order: 1;
        display: flex;
        align-items: end;
    }

    .flight-delayed-right-inner {
        background: url(../images/cloud_delayed.svg) no-repeat bottom -73px right -20px;
        background-size: 100%;
    }

    .flight-delayed-right img {
        margin: -40px -10px 0 auto;
    }

    #site-footer .section-inner {
        width: 95%;
    }

    .how-right {
        align-items: end;
        display: flex;
    }
}

@media screen and (max-width: 940px) {
    #site-header .logo.desktop-logo {
        display: none;
    }

    .slider-arrows {
        display: none !important;
    }

    #site-header .logo.mobile-logo {
        display: flex;
    }

    .left-navigation .logo svg {
        width: 110px;
    }

    .header-footer-group .header-inner {
        padding: 18px;
        background: #fff;
    }

    .mobile-buttons-holder {
        display: flex;
		justify-content: center;
		align-items: center;
    }
	
	.mobile-buttons-holder .toggle {
		padding: 10px 15px!important;
		margin-right: 10px!important;
		background: none!important;
	}
	
	.mobile-buttons-holder .menu .item {
		font-size: 14px;
	}
	
	.mobile-buttons-holder .toggle em {
		font-size: 14px!important;
	}

    .mobile-buttons-holder .mobile-opener span {
        font-size: 10px;
        color: #fff;
        line-height: 10px;
    }
	
	.top-switcher {
		justify-content: flex-end;
	}

    .top-mobile-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 30px 0;
    }

    .primary-menu-wrapper {
        display: none;
        position: fixed;
        top: -21px;
        right: -21px;
        width: 100vw;
        height: 100dvh;
        z-index: 999;
        background: #fff url('../images/mobile_menu.svg') no-repeat top center;
        background-size: cover;
        transform: translateX(100%);
        transition: transform .3s ease;
        will-change: transform;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: none;
    }

    .primary-menu-wrapper .right-menu {
        display: block;
        position: absolute;
        bottom: 20px;
        max-width: 80vw;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    .primary-menu-wrapper .right-menu li.button a {
        background: #fff;
        color: #FF3C00 !important;
        padding: 13px !important;
    }

    .primary-menu-wrapper .right-menu li .top-mobile-nav {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid rgba(33, 33, 33, 0.1);
    }

    .top-mobile-nav a.logo {
        max-width: 130px;
    }

    /* 
    .primary-menu-wrapper.active {
        width: 100vw;
        background: #fff url('../images/mobile_menu.svg') no-repeat bottom center;
        background-size: cover;
        position: fixed;
        top: -21px;
        right: -21px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        z-index: 999;
		transform: translateX(0);
		pointer-events: auto;
    }
	 */

    .primary-menu-wrapper.active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        transform: translateX(0);
        pointer-events: auto;
    }

    .header-inner .primary-menu-wrapper ul {
        flex-direction: column;
        margin: 20px;
        font-size: 24px;
        line-height: 33px;
        text-align: left;
        align-items: start;
    }

    .header-inner .primary-menu-wrapper ul li {
        margin: 0 0 30px;
    }

    #site-header .primary-menu-wrapper a.button {
        display: block;
        margin: 0 20px 20px;
        text-align: center;
        width: 90%;
    }

    .header-inner .primary-menu-wrapper ul li a {
        font-size: 24px;
        line-height: 33px;
    }

    .hero {
        background: none !important;
    }

    .hero .hero-content h1,
    .lang-ro .hero .hero-content h1 {
        font-size: 32px;
        line-height: 43px;
        letter-spacing: -0.96px;
    }

    .hero .hero-content h1 strong {
        font-size: 57px;
        line-height: 78px;
        letter-spacing: -1.71px;
        max-width: fit-content;
    }

    .hero .hero-content h1 strong:after {
        height: 10px;
        bottom: 4px;
    }

    .hero .hero-content .hero-text {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }

    .hero .hero-content p {
        margin-bottom: 30px;
    }

    .hero .hero-content h2 {
        font-size: 19px;
        line-height: 28px;
    }

    .hero .hero-content {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }

    .hero-inner {
        flex-direction: column;
    }

    .hero .hero-image {
        display: none;
    }

    .middle-arrow {
        display: none;
    }

    .hero {
        width: calc(100% - 40px);
        margin: 110px auto 0;
        border-radius: 40px;
    }

    .hero .hero-content ul {
        display: block;
    }

    .hero .hero-content ul.mobile {
        display: block;
    }

    .hero .hero-content ul.mobile li {
        font-weight: 400;
        margin-right: 6px;
        padding-left: 25px;
        font-size: 14px;
    }

    .hero .hero-content ul.mobile li:last-child {
        background: url('../images/check.svg') no-repeat center left;
    }

    .hero .hero-content ul.desktop {
        display: none;
    }

    .hero .hero-content ul li {
        display: inline-block;
        margin-bottom: 10px;
    }

    .mobile-top {
        width: 100%;
        margin: 0 0 30px;
        display: block;
        border-radius: 30px;
    }

    .flights-problem {
        padding: 0 20px;
        background: url(../images/bg_testimonial.png) no-repeat top left;
        background-size: 200% auto;
        margin-bottom: 130px;
        margin-top: 150px;
    }

    .flights-problem-top {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
    }

    .flights-problem-top img {
        display: inline-block;
    }

    .flights-problem-top h3 {
        font-size: 32px;
        line-height: 38px;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-container {
        flex-direction: column;
    }

    .slide {
        flex: inherit;
        margin: 0 0 10px;
    }

    .flight-icon {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }

    .flight-icon svg {
        width: 32px;
        height: 32px;
    }

    .slide-content h3 {
        font-size: 18px;
        line-height: 28px;
        width: calc(100% - 90px);
    }

    .how-top-block h4 {
        display: none;
    }

    .how-top-block h2 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 0;
    }

    .how-central-block {
        flex-direction: column;
        background: none;
    }

    .how-right,
    .how-left {
        width: 100%;
        max-width: 100%;
        padding: 20px 20px;
    }

    .how-left {
        padding: 20px 20px 20px 100px;
    }

    .how-left .bottom {
        margin-left: -80px;
    }

    .how-left .bottom ul {
        display: block;
        text-align: center;
    }

    .how-left .button {
        margin-left: -80px;
    }

    .how-left .bottom ul li {
        display: inline-block;
        margin-bottom: 10px;
        padding-left: 25px;
        margin-right: 5px;
        font-size: 14px;
    }

    .how-right {
        padding: 100px 0 0;
        margin: 0 20px;
        width: calc(100% - 40px);
        background: url('../images/bg_delayed_two.svg') no-repeat left top;
        background-size: cover;
        border-radius: 30px;
    }

    .how-right .how-right-inner {
        border-radius: 30px;
        background: url('../images/bg_clud_left.svg') no-repeat left -1px bottom -50px;
        background-size: 100%;
    }

    .how-right img {
        margin-left: -10px;
    }

    .how-left .top ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonials {
        padding-bottom: 0;
        background-position: right center;
    }

    .testimonials-inner {
        /*width: calc(100% - 40px);*/
    }

    .testimonials-inner ul {
        white-space: nowrap;
        overflow: auto;
    }

    .testimonials-inner ul li {
        max-width: calc(100% - 40px);
        margin-right: 20px;
        padding: 40px 30px;
    }

    .testimonials-inner ul li:first-child {
        margin-left: 20px;
    }

    .testimonials-inner ul li h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .testimonials-inner .testimonials-stars ul li:first-child {
        margin-left: 0;
    }

    .testimonial-author {
        font-size;
        16px;
    }

    .testimonial-figure {
        width: 60vw;
        white-space: normal;
    }

    .testimonials-inner h2 {
        font-size: 32px;
        line-height: 38px;
        margin: 0 20px 50px;
    }

    .testimonials-inner h4 {
        display: none;
    }

    .flight-delayed {
        margin: 88px auto 100px;
        width: 100%;
    }

    .flight-delayed-inner {
        flex-direction: column;
        width: calc(100% - 40px);
        margin: auto;
    }

    .flight-delayed-left,
    .flight-delayed-right {
        max-width: 100%;
    }

    .flight-delayed-left {
        order: 2;
        padding: 40px 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .flight-delayed-left h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .flight-delayed-left p {
        margin-bottom: 50px;
    }

    .flight-delayed-left .note {
        font-size: 14px;
        line-height: 19px;
    }

    .flight-delayed-right {
        order: 1;
        margin-bottom: 20px;
        height: 84dvw;
    }

    .flight-delayed-right-inner {
        background: url(../images/cloud_delayed.svg) no-repeat bottom -73px right -20px;
        background-size: 100%;
    }

    .flight-delayed-right img {
        margin: -40px -10px 0 auto;
    }

    #site-header .button-switch {
        display: none;
    }

    #site-footer {
        padding: 50px 20px;
    }

    #site-footer .section-inner .boxes {
        flex-direction: column;
    }

    #site-footer .section-inner .boxes .box {
        margin-bottom: 30px;
    }

    #site-footer .footer-top {
        margin-bottom: 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        align-items: inherit;
    }

    .footer-bottom-content p {
        order: 2;
    }

    .footer-bottom-content a.to-top {
        max-width: fit-content;
        order: 1;
        margin-bottom: 30px;
    }
	
	.footer-bottom-content .toggle {
		margin-right: 20px!important;
	}
}