@font-face {
    font-family: 'Raleway-Regular';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Raleway-Regular.eot);
    src: url(../fonts/Raleway-Regular.ttf) format('truetype'), url(../fonts/Raleway-Regular.woff) format('woff'), url(../fonts/Raleway-Regular.woff2) format('woff2')
}

@font-face {
    font-family: 'Raleway-Medium';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Raleway-Medium.eot);
    src: url(../fonts/Raleway-Medium.ttf) format('truetype'), url(../fonts/Raleway-Medium.woff) format('woff'), url(../fonts/Raleway-Medium.woff2) format('woff2')
}

@font-face {
    font-family: 'Raleway-Bold';
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Raleway-Bold.eot);
    src: url(../fonts/Raleway-Bold.ttf) format('truetype'), url(../fonts/Raleway-Bold.woff) format('woff'), url(../fonts/Raleway-Bold.woff2) format('woff2')
}

@font-face {
    font-family: 'Raleway-ExtraBold';
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/Raleway-ExtraBold.eot);
    src: url(../fonts/Raleway-ExtraBold.ttf) format('truetype'), url(../fonts/Raleway-ExtraBold.woff) format('woff'), url(../fonts/Raleway-ExtraBold.woff2) format('woff2')
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-light-webfont.woff2') format('woff2'),
    url('../fonts/raleway-light-webfont.woff') format('woff'),
    url('../fonts/raleway-light-webfont.ttf') format('truetype'),
    url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'Raleway-Thin';
    src: url('../fonts/raleway-thin-webfont.eot');
    src: url('../fonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-thin-webfont.woff2') format('woff2'),
    url('../fonts/raleway-thin-webfont.woff') format('woff'),
    url('../fonts/raleway-thin-webfont.ttf') format('truetype'),
    url('../fonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: 200;
    font-style: normal;

}

body,
html {
    overflow: hidden;
    height: 100%
}

html {
    font-family: 'Raleway-Regular', arial, sans-serif;
    font-size: 100%;
    cursor: default
}

.wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.content,
.logos__block {
    display: flex;
    align-items: center;
    justify-content: center
}

.content {
    position: relative;
    z-index: 0;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    margin: 0 auto
}

.logos__block {
    padding-top: 16px;
    padding-bottom: 30px
}

.all__logo {
    margin-right: 24px
}

.button__container {
    text-align: center;
}

.main__logo {
    margin-right: 30px
}

.partner__logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.partner__logo .logo__item:first-child {
    margin-right: 20px;
}

.preview__screen .preview__head {
    font-family: 'Raleway-Bold', arial, sans-serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.24;
    max-width: 800px;
    padding-bottom: 31px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff
}

.preview__screen .preview__body {
    font-family: 'Raleway-Light', arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 45px;
    margin: 0 auto;
    color: #fff;
}

.preview__screen .preview__btn {
    font-family: 'Raleway-Medium', arial, sans-serif;
    font-size: 18px;
    display: flex;
    width: 246px;
    height: 48px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    text-decoration: none!important;
    color: #000!important;
    border-radius: 5px;
    background-color: #ffd41e;
    justify-content: center;
    align-items: center
}

.preview__screen .preview__btn:hover {
    transition: all .3s linear;
    background-color: #ffc901
}

.rules {
    width: 100%;
    height: 24px;
    text-align: center;
}

.preview__screen .rules {
    margin-top: 30px
}
.preview__screen .rules__item {
    display: inline-block;
    font-family: 'Raleway-Regular', arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;

    letter-spacing: normal;
    color: #fff;
}
.preview__screen .rules__item:first-child {
    margin-right: 20px;
}

.preview__screen .preview__banner {
    padding-top: 50px;
    padding-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .preview__screen .preview__banner {
        padding-top: 50px;
    }

    /*.logos__block {*/
        /*padding-bottom: 100px*/
    /*}*/
}

@media screen and (max-width: 500px) {
    .preview__screen .preview__banner {
        display: none;
    }

    .content {
        justify-content: flex-start;
    }

    .logos__block {
        justify-content: space-between;
        align-self: stretch;
        padding: 16px 16px 80px 16px;
    }

    .main__logo {
        margin-right: 10px;
    }
    .partner__logo .logo__item:first-child {
        margin-right: 10px;
    }
}


.preview__screen {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    align-items: center
}

.preview__screen {
    display: flex;
    height: 100%;
    transition: all .5s ease-in-out;
    height: 100vh;
    background-image: url(https://static.onetwotrip.com/promo/sharjah/background_preview.jpg)
}

.ya-share2__icon {
    display: flex!important;
    width: 40px;
    height: 40px;
    border-radius: 50%!important
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    width: 50px;
    height: 50px;
    background: url(https://static.onetwotrip.com/images/promo/sharjah/icons/vk.png) 0 0 no-repeat!important;
    background-size: center!important
}

.ya-share2__item_service_facebook .ya-share2__icon {
    width: 50px;
    height: 50px;
    background: url(https://static.onetwotrip.com/images/promo/sharjah/icons/faceb.png) 0 0 no-repeat!important;
    background-size: center!important
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    width: 50px;
    height: 50px;
    background: url(https://static.onetwotrip.com/images/promo/sharjah/icons/odn.png) 0 0 no-repeat!important;
    background-size: center!important
}

.ya-share2__item_service_twitter .ya-share2__icon {
    width: 50px;
    height: 50px;
    background: url(https://static.onetwotrip.com/images/promo/sharjah/icons/tw.png) 0 0 no-repeat!important;
    background-size: center!important
}

.ya-share2__container_size_m .ya-share2__icon {
    width: 50px!important;
    height: 50px!important
}

.ya-share2__badge {

    border-radius: 50%!important
}


@media screen and (max-width:1024px) {
    .preview__screen .preview__head {
        width: 540px;
        height: auto;
    }
}

@media screen and (max-height:650px) {
    body,
    html {
        overflow: visible
    }
}

@media screen and (max-width:768px) {
    .preview__screen .preview__head {
        font-family: 'Raleway-Bold', arial, sans-serif;
        font-size: 34px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        width: 320px;
        height: auto;
        text-align: center;
        letter-spacing: normal;
        color: #fff
    }
    .preview__screen .preview__body {
        font-family: 'Raleway-Regular', arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.57;
        width: 295px;
        height: 88px
    }
    .preview__screen .preview__btn {
        font-size: 14px;
    }
    body,
    html {
        overflow: visible
    }
}

@media screen and (min-width:768px) {
    .preview__screen {
        height: 100vh
    }
}

@media (max-height:410px) {
    .wrap {
        padding: 16px 0;
    }
    .preview__screen {
        height: auto;
    }
}

.popup.popup--js-init {
    display: none;
    margin: 6.875rem auto 1.25rem auto;
    opacity: 0;
}

.popup.popup--js-active {
    display: block;
    z-index: 300;

    animation: popup 0.2s;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}


@keyframes popup {
    0%{
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }
    50%{
        opacity: 0.2;
        transform: translateX(-50%) translateY(-50%) scale(0.85);
    }
    60%{
        opacity: 0.5;
        transform: translateX(-50%) translateY(-50%) scale(0.89);
    }
    70%{
        opacity: 0.7;
        transform: translateX(-50%) translateY(-50%) scale(0.92);
    }
    80%{
        opacity: 0.8;
        transform: translateX(-50%) translateY(-50%) scale(0.96);
    }
    90%{
        opacity: 0.9;
        transform: translateX(-50%) translateY(-50%) scale(0.98);
    }
    100%{
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

@keyframes popup {
    0%{ opacity: 0; }
    50%{ opacity: 0.2; }
    60%{ opacity: 0.5; }
    70%{ opacity: 0.7; }
    80%{ opacity: 0.8; }
    90%{ opacity: 0.9; }
    100%{ opacity: 1; }
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.8);


    opacity: 0;
    transition: all 0.2s ease-in-out;

    font-family: 'Raleway-Regular', arial, sans-serif;
    background-color: white;
    border-radius: 0.9375rem;
    width: 540px;
    cursor: auto;
    z-index: 100;

    will-change: transform, opacity;
}


.popup__content {
    padding: 0px;
}

.popup__logo {
    height: 2.9375rem;
    width: 100%;
    margin: 0 auto 1.25rem -1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.popup__header {
    background-image: linear-gradient(262deg, #332783, #e2027e);
    font-size: 1.25rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1.25rem;
}

.popup__text {
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: black;
    padding-bottom: 1.25rem;
}

.popup__text--center {
    text-align: center;
}

.popup__text ul {
    padding: 1.25rem 0 0;
}

.popup__text ul > li {
    position: relative;
    font-size: 0.875rem;
    list-style-type: none;
    font-weight: 500;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 1.25rem;
}

.popup__text ul > li::before {
    content: '';
    position: absolute;
    top: 0.3125rem;
    left: -1rem;
    display: block;
    height: 0.375rem;
    width: 0.375rem;
    background-color: #de335e;
    border-radius: 5px;
}

.popup__copyrighted {
    font-size: 8px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.popup__copyrighted-img {
    padding-top: 10px;
    text-align: center;
}

.popup__copyrighted-img img {
    width: 50%;
}

.popup__background {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 36.875rem;
    width: 42.375rem;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.popup__items-wrp {
    position: relative;
    z-index: 2;
    max-width: 42.375rem;
    width: 100%;
    padding: 4.875rem 0 7.3125rem 2.5rem;
}

.popup__title {
    font-size: 3.75rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: center;
    color: white;
    padding: 4rem 0 1.375rem;
}

.popup__title span {
    font-size: 2.625rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(267deg, #332783, #e2027e);
}

.popup__rule {
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 0.25rem 0 2rem;
}

.popup__share-wrp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 14rem;
    -ms-flex-preferred-size: 14rem;
    flex-basis: 14rem;
    margin: 0 auto;
}

.popup__share {
    height: 2.8125rem;
    width: 2.8125rem;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 50%;
}

.popup__subtitle {
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffd41e;
    padding-bottom: 2.75rem;
}

.popup__button {
    position: absolute;
    bottom: 3.5rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: block;
    width: 13rem;
    height: 3rem;
    border-radius: 15px;
    background-color: #de335e;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.28);
    transition: background-color 0.3s ease-in-out;
    font-size: 0.875rem;
    line-height: 3rem;
    font-weight: 500;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 400;
}

.popup__button--hidden {
    opacity: 0;
    pointer-events: none;
}

.popup__button:hover {
    background-color: #c92750;
}


.popup__close {
    position: absolute;
    top: -0.875rem;
    right: -0.875rem;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #ffd41e;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
}

.popup__close svg {
    height: 0.75rem;
    width: 0.75rem;
}

.popup__close:hover {
    background-color: #c92750;
    background-color: #ffc901
}

.popup__icon-wrp {
    padding-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup__icon {
    height: 2.75rem;
    -ms-flex-preferred-size: calc(33.333333% - (0.875rem * 2));
    flex-basis: calc(33.333333% - (0.875rem * 2));
    max-width: calc(33.333333% - (0.875rem * 2));
    margin: 0 0.875rem 0.8125rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.popup__content-bottom {
    position: absolute;
    bottom: 3.1875rem;
    left: 7.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.popup__logo-ott {
    height: 3.25rem;
    width: 3.25rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 2.28125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup__flex-wrp {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup__link {
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2.5625rem;
}

.popup__link:hover {
    text-decoration: underline;
}

.popup--level-complete {
    max-width: 29.375rem;
    margin: 5.5rem auto 6.625rem auto;
    overflow: hidden;
}

.popup--start {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: transparent;
    margin: 0 !important;
    padding: 0;
}

.popup--start .popup__logo {
    height: 3.1875rem;
    width: 13.3125rem;
    margin: 0 auto;
}

.popup--start .popup__button {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 auto;
    font-size: 1.25rem;
    box-shadow: none;
    height: 3.25rem;
    line-height: 3.25rem;
}

.popup--end {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: transparent;
    margin: 0 !important;
    padding: 0;
}

.popup--end .popup__items-wrp {
    padding: 4.875rem 0 3.9375rem 2.1875rem;
}

.popup--end .popup__logo {
    height: 3.1875rem;
    width: 13.3125rem;
    margin: 0 auto;
}

.popup--end .popup__title {
    font-size: 2.625rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    padding: 1.875rem 0 1.75rem;
}

.popup--end .popup__subtitle {
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: white;
    padding-bottom: 0;
    max-width: 31.5625rem;
    margin: 0 auto;
}

.popup--animation {
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
    }

    to {
        top: 0;
    }
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popup--emirates .image-wrapper {
    position: relative;
    height: 210px;
    width: 100%;
    overflow: hidden;
    border-radius: 0.9375rem 0.9375rem 0 0;
}

.popup--emirates .image-wrapper img {
    position: absolute;
    top: -30%;
    height: auto;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .popup--emirates .image-wrapper img {
        top: 0;
    }
}

.popup--emirates .content-container {
    padding: 40px 35px 45px 35px;
    text-align: center;
}

.popup--emirates .content-container p {
    font-family: Raleway-Light, arial, sans-serif;
    padding-bottom: 20px;
}

.popup--emirates {
    width: 500px;
}

.popup--emirates .popup__close {
    top: -2em;
    right: -4em;
    background-color: transparent;
}

.popup--emirates .popup__close svg {
    width: 2rem;
    height: 2rem;
}
.popup--emirates .popup__close:hover  {
    background-color: transparent;
}



@media screen and (max-width: 600px) {
    .popup {
        top: 50%;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        transform: translateY(-50%) scale(1);

        border-radius: 0;
    }
    .popup--emirates {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
    }
    .popup.popup--emirates.popup--js-active {
        transform: scale(1);
    }
    .popup--emirates .image-wrapper {
        border-radius: 0;
    }
    .popup--emirates .content-container {
        top: 210px;
        padding: 40px 0px 0px 0px;
    }
    .popup--emirates .popup__close {
        top: 0.2em;
        right: 0.2em;
    }

    .popup.popup--js-active {
        transform: translateY(-50%) translateY(0) scale(1);
        animation: popup-adaptive 0.2s;
    }

    .popup__content {
        display: block;
        padding: 0;
    }
    .image-wrapper {
        position: relative;
        width: 100%;
        height: 160px;
        overflow: hidden;
        border-radius: 0;
    }

    .image-wrapper img.wide-image {
        top: 0;
    }
    .image-container {
        padding: 0;
    }
    .content-action {
        display: none;
    }
    .content-action--adaptive {
        display: block;
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px;
    }
    .content-container {
        position: absolute;
        top: 180px;
        bottom: 25px;
        left: 25px;
        right: 25px;
        display: flex;
        flex-direction: column;
    }
    .content-text {
        flex: 1;
        overflow-y: auto;
    }
    .action-button {
        width: 100%;
    }
    .popup__close {
        top: -1.2rem;
        right: 2px;
    }

}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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