@import url(scss/system/system.css);

#airportsPage {
    width: 1280px;
    margin: 0 auto;
    top: 0;
    font-weight: 400;
    color: #393939;
}

.airportsImageMain {
    display: block;
}

.airportsImageMain.mobile {
    display: none;
}

.airportsImageMain, .airportsImageMain img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1280px;
    height: 644px;
}

.airportsMainBlock {
    margin: 0 0 0 104px;
    padding-top: 120px;
}

.airportsMainBlockTitle {
    font-size: 36px;
    line-height: 50px;
}

.airportsMainBlockCallToAction {
    margin-top: 24px;
    width: 409px;
    font-size: 20px;
    line-height: 32px;
}

.airportsMainDownloadButton {
    width: 215px;
    height: 56px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 20px 0 20px 24px;
    color: #ffffff;
    background: #393939;
    line-height: 16px;
}

.airportsContent {
    margin-top: 360px;
}

.airportsContentTop {
    width: 800px;
    margin: 120px 0 0 240px;
    font-size: 20px;
    line-height: 32px;
}

.airportsContentHowItWorkTitle {
    width: 319px;
    margin: 120px 0 0 481px;
    font-size: 36px;
    line-height: 50px;
}

.airportsContentHowItWorkItems {
    margin-top: 80px;
}

.airportsContentHowItWorkItems img {
    width: 192px;
    margin: -12px 0 0 -16px;
}

.airportsContentHowItWorkItems.mobile {
    display: none;
}

.airportsContentHowItWorkItems span {
    display: block;
    width: 312px;
    margin: 55px 0 0 32px;
    font-size: 20px;
    line-height: 32px;
}

.airportsContentHowItWorkItem1 {
    display: flex;
    margin: 0 0 0 132px;
}

.airportsContentHowItWorkItem2 {
    display: flex;
    margin: 50px 0 0 656px;
}

.airportsContentHowItWorkItem3 {
    display: flex;
    margin: 50px 0 0 132px;
}

.airportsContentHowItWorkItem4 {
    display: flex;
    margin: 50px 0 188px 656px;
}

.airportsFooter {
    width: 100%;
    height: 443px;
    font-weight: 400;
}

.airportsFooterWrapper {
    width: 1280px;
    margin: 0 auto;
}

.airportsFooterDark {
    height: 443px;
    background: #393939;
}

.airportsIphone {
    margin: -265px 0 0 111px;
}

.airportsFooterText {
    position: absolute;
    width: 415px;
    top: 139px;
    left: 552px;
    font-size: 32px;
    line-height: 45px;
    color: #FFFDF8;
}

.airportsFooterAppstoreDownloadLink {
    position: absolute;
    top: 224px;
    left: 552px;
}

.airportsFooterAppstoreDownloadButton {
    width: 230px;
    height: 80px;
    border: 1px solid rgba(255, 253, 248, .4);
    border-radius: 8px;
    color: #FFFDF8;
    background: #393939;
}

.airportsFooterAppstoreDownloadButton img {
    position: absolute;
    top: 23px;
    left: 44px;
}

.airportsFooterAppstoreDownloadButton span {
    position: absolute;
    top: 28px;
    left: 92px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.airportsFooterGooglePlayDownloadLink {
    position: absolute;
    top: 224px;
    left: 806px;
}

.airportsFooterGooglePlayDownloadButton {
    width: 230px;
    height: 80px;
    border: 1px solid rgba(255, 253, 248, .4);
    border-radius: 8px;
    color: #FFFDF8;
    background: #393939;
}

.airportsFooterGooglePlayDownloadButton img {
    position: absolute;
    top: 23px;
    left: 32px;
}

.airportsFooterGooglePlayDownloadButton span {
    position: absolute;
    top: 28px;
    left: 76px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.airportsFooterCopyright {
    position: absolute;
    top: 51px;
    right: 32px;
    font-size: 14px;
    line-height: 28px;
    color: #979797;
}

.airportsSketchCup {
    position: absolute;
    top: 593px;
    left: 136px;
}

.airportsSketchAirplane {
    position: absolute;
    top: 948px;
    left: 900px;
}

.airportsSketchDisposableCup {
    position: absolute;
    top: 1474px;
    left: 454px;
}

.airportsSketchGlasses {
    position: absolute;
    top: 1825px;
    left: 52px;
}

.airportsSketchCake {
    position: absolute;
    top: 1980px;
    left: 997px;
}

.airportsVisaPromo {
    position: absolute;
    top: -92px;
    right: 0;
    left: 468px;
    height: 92px;
    background: linear-gradient(90deg, rgba(253, 200, 0, 0.4) 0%, rgba(253, 200, 0, 0) 100%);
    /*opacity: 0.4;*/
    padding: 32px 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.airportsVisaPromoMobile {
    display: none;
}

.airportsVisaPromoImage {
    width: 72px;
    margin-right: 32px;
    flex-shrink: 0;
}

.airportsVisaPromoText {
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    color: #393939;
}


@media (max-width: 960px) {
    #airportsPage {
        width: 90vw;
        margin: 0 auto 0 5vw;
        font-weight: 400;
        color: #393939;
    }

    .airportsImageMain {
        display: none;
    }

    .airportsImageMain.mobile {
        display: block;
    }

    .airportsImageMain, .airportsImageMain img {
        position: relative;
        width: 100vw;
        height: auto;
    }

    .airportsMainBlock {
        margin: 32px 0 0 0;
        padding: 0;
    }

    .airportsMainBlockTitle {
        text-align: center;
        font-size: 27px;
        line-height: 39px;
    }

    .airportsMainBlockCallToAction {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }

    .airportsMainDownloadLink {
        width: 215px;
        background: #ffffff;
    }

    .airportsMainDownloadButton {
        margin: 32px auto 0;
    }

    .airportsContent {
        position: relative;
        top: 0;
        margin-top: 48px;
    }

    .airportsContentTop {
        width: 100%;
        margin: 0;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }

    .airportsContentHowItWorkTitle {
        width: 100%;
        margin: 48px 0 0 0;
        font-size: 28px;
        line-height: 39px;
        text-align: center;
    }

    .airportsContentHowItWorkItems {
        display: none;
    }

    .airportsContentHowItWorkItems.mobile {
        display: block;
        text-align: center;
        margin-top: 32px;
    }

    .airportsContentHowItWorkItems img {
        width: 120px;
        height: 116px;
        margin: -12px 0 0 -16px;
    }

    .airportsContentHowItWorkItems span {
        display: block;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 16px;
        font-size: 17px;
        line-height: 28px;
        text-align: left;
    }

    .airportsContentHowItWorkItem1 {
        margin: 0 0 0 0;
        align-items: center;
    }

    .airportsContentHowItWorkItem2 {
        margin: 32px 0 0 0;
        align-items: center;
    }

    .airportsContentHowItWorkItem3 {
        margin: 32px 0 0 0;
        align-items: center;
    }

    .airportsContentHowItWorkItem4 {
        margin: 32px 0 48px 0;
        align-items: center;
    }

    .airportsFooter {
        position: relative;
        top: 0;
        width: 100%;
        height: 358px;
    }

    .airportsFooterWrapper {
        width: 100%;
        margin: 0 auto;
    }

    .airportsFooterDark {
        height: 358px;
        background: #393939;
    }

    .airportsIphone {
        display: none;
        margin: 0;
    }

    .airportsFooterText {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        padding: 48px 16px 0;
        font-size: 28px;
        line-height: 39px;
        color: #FFFDF8;
        text-align: center;
    }

    .airportsFooterAppstoreDownloadLink {
        position: relative;
        top: 0;
        left: 0;
    }

    .airportsFooterAppstoreDownloadButton {
        margin: 32px auto 0;
        width: 230px;
        height: 64px;
        border: 1px solid rgba(255, 253, 248, .4);
        border-radius: 8px;
        color: #FFFDF8;
        background: #393939;
    }

    .airportsFooterAppstoreDownloadButton img {
        position: absolute;
        top: 15px;
        left: 44px;
    }

    .airportsFooterAppstoreDownloadButton span {
        position: absolute;
        top: 21px;
        left: 92px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .airportsFooterGooglePlayDownloadLink {
        position: relative;
        top: 0;
        left: 0;
    }

    .airportsFooterGooglePlayDownloadButton {
        margin: 24px auto 0;
        width: 230px;
        height: 64px;
        border: 1px solid rgba(255, 253, 248, .4);
        border-radius: 8px;
        color: #FFFDF8;
        background: #393939;
    }

    .airportsFooterGooglePlayDownloadButton img {
        position: absolute;
        top: 15px;
        left: 32px;
    }

    .airportsFooterGooglePlayDownloadButton span {
        position: absolute;
        top: 21px;
        left: 76px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .airportsFooterCopyright {
        position: relative;
        top: 51px;
        right: 0;
        font-size: 14px;
        line-height: 28px;
        color: #979797;
        text-align: center;
    }

    .airportsSketchCup {
        display: none;
        position: absolute;
        top: 320px;
        left: 0;
    }

    .airportsSketchAirplane {
        display: none;
        position: absolute;
        top: -11px;
        left: 50px;
    }

    .airportsSketchDisposableCup {
        display: none;
        position: absolute;
        top: 1474px;
        left: 0;
    }

    .airportsSketchGlasses {
        display: none;
        position: absolute;
        top: 1825px;
        left: 0;
    }

    .airportsSketchCake {
        display: none;
        position: absolute;
        top: 1980px;
        left: 0;
    }

    .airportsVisaPromo {
        display: none;
    }

    .airportsVisaPromoMobile {
        background: linear-gradient(90deg, rgba(253, 200, 0, 0.4) 0%, rgba(253, 200, 0, 0) 100%);
        padding: 24px 16px;
        display: flex;
    }

    .airportsVisaPromoImage {
        width: 60px;
        margin-right: 16px;
    }

    .airportsVisaPromoText {

    }
}