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;
}

body {
    font-family: "Inter", serif;
    font-weight: 400;
    font-optical-sizing: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-weight: 500;
}

.txt-normal {
    font-weight: 500;
}

.txt-14 {
    font-size: 14px;
}

.txt-16 {
    font-size: 16px
}

section {
    display: flex;
    flex: 1;
}

.grid-container {
    display: flex;
    flex: 1;
    position: relative;
}

.tiny {
    font-size: 15px;
}

.native-layout #menu-toggle {
    height: 76px;
}

#menu-toggle {
    height: 136px;
    background: #b30508;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

#menu-toggle .logo {
    margin: 30px 0 0 0;
}

#menu-toggle .menu-tabs {
    display: flex;
}

#menu-toggle .menu-tabs .tab {
    display: flex;
    height: 56px;
    width: 142px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background: #990407;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#menu-toggle .menu-tabs a {
    position: relative;
}

#menu-toggle .menu-tabs a .ribbon {
    position: absolute;
    right: 0;
    top: 0;
}

.tabLink {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    opacity: 0.6;
}

.tab:hover .tabLink, .tab.active .tabLink {
    opacity: 1;
}

#menu-toggle .menu-tabs .tab.active {
    background: #ea060a;
    box-shadow: 0 0 15px 0 rgba(66, 0, 0, 0.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.games #menu-toggle .menu-tabs .tab.active {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

#menu-toggle .menu-tabs .tab:first-child {
    margin-right: 14px;
}

.menu-ico {
    display: none;
}

#head {
    background: #ea060a;
    background-position-y: 60px;
    box-shadow: 0 -3px 8px -3px rgba(66, 0, 0, 0.15);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.games #head {
    box-shadow: 0 -3px 8px -3px rgba(0, 0, 0, 0.15);
}

.header-content {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logo {
    margin: 40px 0 30px 0;
    text-align: center;
}

.header-content,
.header-content-text {
    position: relative
}

.header-content-text {
    color: #fff;
}

.header-content-text.hct-padded {
    padding-top: 60px;
}

.header-content-text .cta-1 {
    opacity: 0.7;
    text-transform: uppercase;
}

.header-content-text h1 {
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: normal;
}

.header-content-text .cta-2 {
    letter-spacing: normal;
}

.social .header-text-cta {
    margin-top: 0;
}

.header-text-cta .download-buttons {
    position: relative;
}

.header-text-cta .download-buttons .dl-btn-placeholder,
.download .download-buttons .dl-btn-placeholder {
    display: inline-block;
    max-width: 160px;
}

.header-text-cta .download-buttons .version,
.download .download-buttons .version,
.download-android .version {
    font-size: 9px;
    line-height: 10px;
    margin-top: 4px;
    text-align: center;
    opacity: 0.9;
}

.description {
    color: #bfbfbf;
    text-align: center;
    font-weight: 500;
    justify-content: center;
    display: flex;

}

.alternative-download-notification {
    opacity: 0.9;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-size: 9px;
    line-height: 14px;
    color: #ffffff;
    margin: 2px 0 20px 0;
}

.alternative-download-notification.dark {
    color: #000000;
}

.alternative-download-notification a {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.alternative-download-notification.dark a {
    color: #000000;
}

.description .highlight {
    color: #ea060a;
    font-weight: 500;
    letter-spacing: normal;
}

.red-divider {
    width: 60px;
    height: 3px;
    background: #df3d24;
}


.app-features {
    margin-top: 60px;
    position: relative;
}

.app-features h2 {
    margin-bottom: 15px;
}

.app-features .title {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
}

.feature-item {
    border-radius: 8px;
    background-color: #f2f2f2;
}

.feature-description h2 {
    font-weight: 500;
    color: #262424;
    text-transform: none;
}

.feature-description p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #262424;
}

#content .grid-container {
    flex-direction: column;
}

.download {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

.download .download-buttons {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#footer {
    background: #212121;
}

.footer-text {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(213, 213, 213, 0.9);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-text p {
    margin-bottom: 16px;
}

.footer-legal a {
    text-decoration: none;
}

.footer-legal a:not(:last-child) {
    margin-right: 22px;
}

.download-bg-line {
    position: absolute;
    transform: rotate(-10deg);
    width: 120%;
    height: 270px;
    z-index: -1;
}

.footer-legal img,
.footer-legal picture {
    height: 30px;
}

.description {
    margin-top: 45px;
}

.instruction-menu {
    display: flex;
    justify-content: center;
}

.version-switcher {
    display: flex;
    border: 3px solid #ea060a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    align-items: stretch;
    margin-bottom: 60px;
}

.version-switcher li {
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.version-switcher li.active {
    background: #ea060a;
    color: #fff;
}

.instructions {
    display: none;
    transition: all 0.2s;
}

.instructions.active {
    display: block;
}

.instructions .box {
    border-radius: 8px;
    background-color: #f2f2f2;
}

.instructions .box:not(:last-child) {
    margin-bottom: 30px;
}

.instruction-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.instruction-image img {
    width: 100%;
    max-width: 290px;
}

.android .header-content-text .download-buttons {
    margin: 45px 0 30px 0;
}

.android-instructions {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.android #content .grid-container {
    align-items: center;
}

section.download-android {
    display: flex;
    justify-content: center;
}

iframe#branch-banner-iframe {
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.5) !important;

}

.footer-links {
    margin-top: 60px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
    line-height: 1.4;
}

.footer-links a:hover {
    opacity: 1;
}

.feature-img img {
    height: auto;
}

.download-phone-cta img {
    width: auto;
}

.mobile-phone-cta {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-cta {
    z-index: 10;
}

.loader-placeholder {
    display: none;
    position: absolute;
    text-align: center;
    width: 150px;
    border-radius: 5px;
    background: #85a719;
    top: 3px;
    height: 48px;
    padding-top: 17px;
    box-sizing: border-box;
}

.loader-placeholder.ios-loader {
    background: #000;
}

.download-cta .loader-placeholder {
    display: block;
}

.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.header-content-text .cta-2 .user-profile {
    font-weight: 500;
}

.social-user {
    margin-bottom: 22px;
}

.social-user .profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.feature-item h2 {
    font-size: 20px;
    letter-spacing: 3.33px;
    text-align: center;
    color: rgba(45, 45, 45, 0.9);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.feature-item .profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px)
}

.feature-item .feature-bubbles {
    display: flex;
    margin-top: 60px;
}

.feature-item .feature-bubbles .bubble {
    flex: 1;
    text-align: center;
}

.feature-item .feature-bubbles .bubble .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.feature-item .feature-bubbles .bubble .description {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #262424;
    margin-top: 10px;
}

.cta-social .user-profile {
    font-weight: 500;
}

.bonus-bubble {
    border-radius: 32px;
    border: solid 1px #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.3;
    color: #212121;
    position: relative;
    text-align: center;
    padding: 42px 40px 30px 40px;
}

.raf .bonus-bubble {
    padding: 42px 40px 15px 40px;
}

.bonus-tc {
    margin-top: 15px;
    font-size: 11px;
    font-weight: 500;
}

.bonus-tc a {
    text-decoration: none;
    color: #d50002;
}

.download-now {
    display: flex;
    justify-content: center;
}

.download-title {
    font-size: 54px;
    font-weight: 300;
    letter-spacing: -0.57px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin: 20px 0 40px 0;
}

.download-inner {
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.download-inner .download-buttons .version {
    opacity: 0.6;
    font-size: 9px;
    line-height: 1.11;
    color: #3d3d3d;
    margin-top: 2px;
}

.download-inner .download-buttons {
    text-align: center;
}

.download-inner .download-buttons.social-dl {
    display: flex;
    justify-content: center;
}

.download-inner .download-buttons.social-dl .dl-btn-placeholder {
    width: 160px;
}

.feature-item.social-features {
    position: relative;
    display: block;
    padding: 40px;
    box-sizing: border-box;
}

.download-inner .download-buttons {
    position: relative;
}

.social .features-list .title {
    margin-top: 30px;
}

.profile-img-placeholder {
    border-radius: 50%;
    background: url('../img/img_user_avatar_default.svg') no-repeat;
    display: inline-block;
    background-size: cover !important;
}

.social-user .profile-img-placeholder {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.social-features .profile-img-placeholder {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}

.promo-banner {
    background-image: url("../img/euro_superclub_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 8px;
    color: white;
    font-family: Rubik;
    overflow: hidden;
    position: relative;
}

.promo-banner-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.promo-banner-cars {
    z-index: 1;
}

.promo-banner-cta {
    font-weight: 500;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* GAMES */
.games #menu-toggle {
    background: #1b1c20;
}

.games #menu-toggle .menu-tabs .tab {
    background: #121214;
    color: #a0a0a1;
}

.games #menu-toggle .menu-tabs .tab.active {
    background: #222329;
    color: #fff;
}

.games #menu-toggle .logo img {
    width: 140px;
}

.games #head {
    background: #222329;
    background-position-y: 60px;
}

.games .description .highlight {
    color: #2f3036;
}

.dark-divider {
    background: #2e2f36;
    width: 60px;
    height: 3px;
}

.games .version-switcher {
    border: 3px solid #222329;
}

.games .version-switcher li.active {
    background: #222329;
}

.wrapper {
    margin: auto;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #e20808;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


@media screen and (max-width: 768px) {
    .mobile-phone-cta video {
        height: 524px;
    }

    .dl-btn-placeholder.mr10 {
        margin: 0 0 10px 0;
    }

    .download-inner .download-buttons.social-dl {
        display: block;
    }

    .download-inner .download-buttons.social-dl .dl-btn-placeholder {
        margin: auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .social .loader-placeholder {
        left: calc(50% - 75px);
    }

    .download-wide .download-button-group a:not(:last-child) {
        margin-right: 0;
    }

    .mobile-phone-cta img {
        width: 100%;
        max-width: 350px;
    }
}

@media screen and (min-width: 768px) {
    .games #menu-toggle .logo img {
        width: 257px;
    }

    .dl-btn-placeholder.mr10 {
        margin: 0 10px 0 0;
    }

    .promo-banner-cars {
        position: absolute;
        right: -200px;
        width: 60%;
        top: 150px;
    }

    .promo-banner-sub-cta {
        padding-right: 225px;
    }
}

@media screen and (min-width: 1280px) {
    .games .description p {
        width: 790px;
    }

    .promo-banner-cta-box {
        padding-right: 250px;
    }
}

/* mobile phones */

@media screen and (max-width: 375px) {
    ul.version-switcher br {
        display: none;
    }

    .version-switcher li {
        font-size: 18px;
    }

    .tiny {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .description p {
        width: 260px;
    }

    .feature-slider {
        width: 100%;
    }

    .feature-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .promo-banner {
        margin: 50px 15px 0 15px;
    }
}

@media screen and (min-width: 480px) {
    .wrapper {
        width: 440px;
    }
}

@media screen and (min-width: 481px) {
    .feature-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .promo-banner {
        margin: 50px auto 0 auto;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .feature-item {
        width: 440px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .feature-item.social-features {
        height: initial;
    }

    .features-list {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .promo-banner {
        width: 440px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .description {
        padding: 0 36px;
    }
}

@media screen and (max-width: 767px) {

    .features-list {
        /*padding: 0 16px;*/
    }

    .promo-banner {
        text-align: center;
    }

    .promo-banner-overlay {
        padding: 25px 20px 150px 20px;
    }

    .promo-banner-cars {
        position: absolute;
        bottom: 0;
        right: -200px;
        width: 560px;
    }

    #menu-toggle .logo {
        margin: 26px 0 0 0;
    }

    #menu-toggle .logo img,
    .android .logo img,
    .social .logo img,
    .raf .logo img {
        width: 140px;
    }

    .games #menu-toggle .logo {
        margin: 20px 0 0 0;
    }

    .bonus-info {
        margin-top: 60px;
        padding: 0 30px;
    }

    .bonus-bubble {
        font-size: 16px;
        text-align: center;
        position: relative;
        padding: 20px;
    }

    .bonus-bubble img {
        position: absolute;
        top: -40px;
        left: calc(50% - 40px)
    }

    .bonus-details {
        margin-top: 20px;
        box-sizing: border-box;
        line-height: 1.5;
        flex: 1;
    }

    .feature-item .profile {
        width: 60px;
        height: 60px;
        top: -30px;
        left: calc(50% - 30px);
    }

    .feature-item.social-features {
        padding: 30px 30px 60px 30px;
        box-sizing: border-box;
        width: 100%;
    }

    .feature-item .feature-bubbles {
        display: block;
    }

    .feature-item .feature-bubbles .bubble .description {
        font-size: 16px;
    }

    .feature-item .feature-bubbles .bubble:not(:last-child) {
        margin-bottom: 60px;
    }

    .download-inner {
        border-top: none;
        width: 290px;
    }

    .download-title {
        font-size: 32px;
        margin: 60px 0 30px 0;
    }

    .download-now {
        padding-bottom: 60px;
    }
}

/* Tablets */
@media screen and (max-width: 768px) {

    #menu-toggle .menu-tabs a .ribbon {
        width: 40px;
        height: 41px;
    }

    .header-content-text .download-buttons img:first-child {
        margin-bottom: 6px;
    }

    .download-bg-line {
        bottom: -120px;
        left: -10%;
    }

    .loader-placeholder {
        left: 70px;
    }

    .loader-placeholder.ios-loader {
        top: 99px;
    }

    .download-phone-cta {
        text-align: center;
        z-index: 200;
        bottom: -10px;
    }

    .mobile-phone-cta video {
        width: 260px;
        border-radius: 45px;
    }

    .mobile-phone-cta video.games {
        border-radius: 38px;
    }

    #footer {
        background-position-x: 105%;
    }

    .features-list {
        margin-top: 30px;
    }

    .feature-img {
        width: 100%;
        text-align: center;
    }

    .feature-img img {
        width: 240px;
    }

    .feature-item {
        padding: 0 20px 20px 20px;
    }

    .app-features .feature-description h2 {
        font-size: 26px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #262424;
        text-transform: none;
    }

    .feature-description p {
        font-size: 16px;
        line-height: 1.63;
        text-align: center;
    }

    .download .download-buttons {
        width: 260px;
        margin: auto;
        padding: 40px 0;
    }

    .version-switcher {
        flex: 1;
    }

    /* Android instructions */
    .android .header-content-text .download-buttons {
        margin: 30px 0;
    }

    .android-header-instructions p {
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .instructions .box {
        padding: 25px 25px 0 25px
    }

    .instruction-text {
        margin-bottom: 36px;
        text-align: center;
    }

    ul.version-switcher li {
        height: 142px;
    }

    .instruction-text h2 {
        font-size: 26px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #262424;
    }

    .instruction-text p {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #262424;
    }

    .download-android h2 {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: -0.2px;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
    }

    .download-android {
        padding: 60px 0 54px 0;
    }

    .download-android .download-buttons {
        text-align: center;
        margin-top: 30px;
    }

    .android .download-cta {
        width: 260px;
    }
}

@media screen and (max-width: 920px) {

    .android-instructions {
        width: 80vw;
    }
}

@media screen and (max-width: 1024px) {

    .download-phone-cta img {
        width: 100%;
        max-width: 440px;
        margin-bottom: -10px;
    }

    #head .grid-container {
        display: flex;
        flex-direction: column;
    }

    .header-content {
        display: flex;
        justify-content: center;
    }

    .header-content:after {
        position: absolute;
        content: " ";
        display: block;
        left: -5%;
        bottom: -75px;
        transform: rotate(-8deg);
        width: 110%;
        height: 200px;
        background-color: #fff;
        z-index: 0;
    }

    .header-content-text {
        text-align: center;
        width: 290px;
        z-index: 10;
    }

    .header-content-text .cta-1 {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 1.2px;
    }

    .header-content-text h1 {
        font-size: 34px;
        margin: 15px 0;
    }

    .header-content-text .cta-2, .header-content-text .cta-social {
        font-size: 16px;
        line-height: 1.5;
    }

    .header-content-text .download-buttons {
        margin: 45px 0;
    }

    .description {
        font-size: 20px;
        line-height: 1.4;
    }

    .app-features h2 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2.7px;
        text-align: center;
        color: rgba(45, 45, 45, 0.9);
    }

    .download {
        margin-top: 54px;
    }

    .download h2 {
        font-size: 32px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.3px;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        position: relative;
    }

    .footer-logos {
        margin-top: 30px;
        margin-bottom: 28px;
        width: 100%;
        text-align: center;
    }

    #footer {
        justify-content: center;
        flex-wrap: wrap;
    }

    .logo-wrap {
        margin-bottom: 26px;
    }

    .footer-text p {
        width: 260px;
    }

    .footer-links a:not(:last-child) {
        margin-bottom: 26px;
    }

    .footer-legal {
        margin-top: 36px;
        margin-bottom: 54px;
    }

    .android-header-instructions {
        margin-bottom: 210px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .download-phone-cta img {
       margin-top: 40px;
    }

    .bonus-info {
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }

    .promo-banner-cars {
        right: -150px;
    }

    .bonus-bubble {
        padding-right: 18px;
    }

    .loader-placeholder {
        left: 58px;
    }

    .loader-placeholder.ios-loader {
        left: 230px;
    }

    .header-content-text .download-buttons img:first-child {
        margin-bottom: 0;
    }

    .header-content-text h1 {
        font-size: 44px;
        letter-spacing: -0.4px;
    }

    .header-content-text {
        width: 450px
    }

    .header-content-text .cta-2, .header-content-text .cta-social {
        font-size: 22px;
        line-height: 1.36;
    }

    .feature-item, .description p, .download-inner {
        width: 708px;
    }

    .feature-img {
        width: initial;
    }

    #footer {
        background-position-x: 170%;
    }

    .download {
        padding-bottom: 0;
    }

    .mobile-phone-cta video.games {
        -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
        border-radius: 48px;
    }

    .download-bg-line {
        bottom: -60px;
        left: 165px;
        border-top-left-radius: 56px;
    }

    .download-bg:after {
        position: absolute;
        content: " ";
        display: block;
        left: 157px;
        bottom: -175px;
        width: 120%;
        height: 270px;
        z-index: -1;
        border-top-left-radius: 0;
    }

    .promo-banner {
        width: 708px;
        margin: 50px auto 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .instruction-text {
        padding: 0 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .feature-img img {
        width: 280px;
    }
}

@media screen and (min-width: 920px) and (max-width: 1280px) {
    .android-instructions {
        width: 788px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    #head .grid-container {
        width: 980px;
    }
}

@media screen and (max-width: 1279px) {

    .promo-banner-cta {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .promo-banner-sub-cta {
        font-size: 16px;
        line-height: 1.63;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .feature-item, .download-inner, .promo-banner {
        width: 788px;
    }
}

@media screen and (min-width: 768px) {

    .download-now {
        margin-top: 90px;
    }

    .download-button-group a:not(:last-child) {
        margin-right: 10px;
    }

    #menu-toggle .menu-tabs a .ribbon {
        width: 51px;
        height: 52px;
    }

    #menu-toggle .logo {
        margin-top: 50px;
    }

    .games #menu-toggle .logo {
        margin-top: 40px;
    }

    .menu-ico {
        display: block;
    }

    .download-inner {
        padding: 40px 40px 80px 40px;
    }

    #menu-toggle {
        height: 222px;
    }

    .native-layout #menu-toggle {
        height: 155px;
    }

    #menu-toggle .menu-tabs .tab {
        width: 342px;
        height: 66px;
    }

    .bonus-bubble {
        width: 550px;
        margin: auto;
    }

    .bonus-bubble img {
        position: absolute;
        top: -37px;
        left: calc(50% - 37px);
        z-index: 100;
    }


    .tabLink {
        font-size: 26px;
    }

    .menu-ico {
        margin-right: 10px;
    }

    .description {
        font-size: 32px;
        line-height: 1.44;
        padding: 0;
    }

    .description p {
        padding-bottom: 60px;
        border-bottom: 1px solid #e5e5e5;
    }

    .social .description p {
        border-bottom: none;
        padding: 0;
    }

    .mobile-phone-cta video {
        width: 320px;
        border-radius: 48px 48px 0 0;
    }

    .mobile-phone-cta video.games {
        border-radius: 48px 48px 0 0;
    }

    .features-list {
        margin-top: 60px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .feature-item {
        display: flex;
        align-items: center;
        flex-direction: row;
        height: 314px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        flex-wrap: initial;
        padding: 0;
    }

    .feature-item.social-features {
        height: initial;
    }

    .feature-description {
        padding: 0 30px;
    }

    .app-features .feature-description h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: normal;
        text-transform: none;
        text-align: left;
    }

    .feature-description p {
        font-size: 18px;
        line-height: 1.67;
        text-align: left;
    }

    .feature-item:nth-child(even) {
        padding-right: 30px;
    }

    .feature-item:nth-child(odd) .feature-description {
        order: -1;
    }

    .download .download-buttons {
        width: 100%;
    }

    .download {
        padding-bottom: 0;
    }

    .download-bg {
        height: 350px;
        position: relative;
        width: 708px;
    }

    .android-header-instructions p {
        font-size: 22px;
        line-height: 1.36;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .version-switcher {
        width: 600px;
    }

    .instructions .box {
        display: flex;
    }

    .instructions .box:first-child .instruction-image {
        order: -1;
    }

    .box > div {
        width: 50%;
    }

    .instruction-text {
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: center;
    }

    .instructions .box {
        padding: 30px 30px 0 30px;
    }

    .instruction-text h2 {
        font-size: 32px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.94;
        letter-spacing: normal;
        color: #262424;
        margin-bottom: 26px;
    }

    .instruction-text p {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #262424;
    }

    .download-android h2 {
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        margin-bottom: 60px;
    }

    .download-android {
        padding: 90px 0;
        margin: 0;
    }

    .android .download-cta {
        width: 100%;
    }

    .download-android .download-buttons {
        text-align: center;
    }

    ul.version-switcher li {
        height: 70px;
    }

    .instructions .box {
        height: 490px;
    }

    .instruction-image img {
        width: auto;
    }

    .promo-banner-overlay {
        padding: 44px 30px;
    }

    .wrapper {
        width: 708px;
    }
}

@media screen and (min-width: 920px) {

    .instruction-image {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {

    #head {
        margin-bottom: 15px;
    }

    .android-instructions {
        padding-top: 45px;
    }

    .mobile-phone-cta video {
        position: absolute;
        bottom: 56px;
    }

    .social .mobile-phone-cta video {
        bottom: 0;
    }

    .bonus-info {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .bonus-bubble img {
        margin-right: 12px;
    }

    #head {
        justify-content: center;
        height: 700px;
        overflow: hidden;
    }

    #head .grid-container {
        flex: none;
        flex-direction: column;
    }

    #head .grid-container:after {
        display: none;
    }

    .header-lg-curve {
        position: absolute;
        bottom: 45px;
    }

    .header-curve-placeholder {
        position: relative;
    }

    .loader-placeholder {
        left: 4px;
    }

    .loader-placeholder.ios-loader {
        left: 176px;
    }

    .header-curve-box {
        position: absolute;
        display: block;
        left: 0;
        transform: rotate(-4deg);
        width: 4000px;
        height: 280px;
        background-color: #fff;
        z-index: 100;
        top: -135px;
        outline: 1px solid transparent;
    }

    .header-left-curve {
        width: 623px;
        height: 839px;
        background: url('../img/header-curve.png') no-repeat;
        position: absolute;
        top: -833px;
        left: -619px;
    }

    .header-left-curve:before {
        content: '';
        display: block;
        background: #fff;
        height: 840px;
        width: 50vw;
        right: 350px;
        bottom: 0;
        position: absolute;
    }

    .header-left-curve:after {
        content: '';
        display: block;
        height: 150px;
        width: 100vw;
        background: #fff;
        right: 0;
        position: absolute;
        bottom: -148px;
    }

    .logo {
        margin-bottom: 50px;
    }

    .android .logo {
        margin: 50px 0 20px 0;
    }

    .games .logo {
        margin: 40px 0;
    }

    .header-content {
        flex: 1;
    }

    .header-content-text {
        overflow: hidden;
        height: 100%;
        flex: 1;
    }

    .header-content::after {
        display: none;
    }

    .header-content-text {
        display: flex;
        justify-content: flex-end;
    }

    .android .header-content-text {
        justify-content: center;
    }

    .header-content-text .mobile-phone-cta {
        order: -1;
    }

    .mobile-phone-cta img {
        height: 640px;
        position: absolute;
        bottom: 0;
    }

    .header-text-cta {
        width: 50%;
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-top: 40px;
    }

    .download-wide .header-text-cta {
        width: 570px;
    }

    .hct-padded .header-text-cta {
        margin-top: 70px
    }

    .android .header-text-cta {
        text-align: center;
    }

    .header-text-cta .cta-1 {
        font-size: 18px;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .header-text-cta .cta-2, .header-text-cta .cta-social {
        font-size: 22px;
        line-height: 1.36;
        margin-bottom: 30px;
    }

    .header-text-cta .cta-social {
        font-size: 30px;
    }

    .raf .header-text-cta .cta-social {
        font-size: 24px;
    }

    .header-text-cta .download-buttons {
        margin: 0;
    }

    .header-content-text h1 {
        font-size: 60px;
        letter-spacing: -0.5px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .games .header-content-text h1 {
        font-size: 52px;
        line-height: 54px;
    }

    .app-features .title h2 {
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 3.3px;
        text-align: center;
        text-transform: uppercase;
        color: rgba(45, 45, 45, 0.9);
    }

    #footer {
        flex-direction: column;
        align-items: center;
    }

    #footer > div {
        width: 980px;
    }

    .footer-links {
        display: flex;
        margin-top: 60px;
        justify-content: center;
    }

    .footer-links a:not(:last-child) {
        margin-right: 38px;
        margin-bottom: 0;
    }

    .footer-logos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 52px;
        margin-bottom: 28px;
    }

    .logo-wrap {
        margin-bottom: 0;
    }

    .logo-wrap:not(:last-child) {
        margin-right: 38px;
    }

    .footer-text {
        width: 980px;
    }

    .footer-text p {
        margin-bottom: 16px;
        width: 656px;
    }

    .footer-legal {
        width: 980px;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .download {
        flex-direction: row;
        height: 570px;
        margin-top: 0;
        align-items: stretch;
    }

    .description p {
        width: 788px;
    }

    .md-wrap {
        width: 788px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .download-phone-cta {
        bottom: initial;
        position: initial;
        margin-left: 0;
    }

    .download-phone-cta img {
        height: 656px;
    }

    .download h2 {
        font-size: 54px;
        font-weight: 300;
        letter-spacing: -0.6px;
    }

    .download-bg {
        position: absolute;
        margin-left: 148px;
    }

    .download-bg-line {
        bottom: -320px;
        left: 156px;
        border-top-left-radius: 128px;
        height: 650px;
        width: 400%;
    }

    .download-bg:after {
        position: absolute;
        content: " ";
        display: block;
        left: 141px;
        bottom: -290px;
        width: 100vw;
        height: 270px;
        z-index: -1;
        border-top-left-radius: 10px;
    }

    .download-cta {
        position: absolute;
        left: 0;
    }

    .download-android .download-cta {
        position: relative;
    }

    .download-phone-cta img {
        height: 400px;
        position: absolute;
        bottom: 0;
    }

    .android .header-text-cta {
        width: 716px;
    }

    .android-header-instructions {
        width: 684px;
        margin-top: 26px;
    }

    .download .download-buttons {
        text-align: left;
        margin-left: 4px;
    }

    .promo-banner-cta {
        font-size: 32px;
        line-height: 40px;
    }

    .promo-banner-sub-cta {
        font-size: 18px;
        line-height: 1.67;
    }

    .wrapper {
        width: 788px;
    }
}

@media screen and (min-width: 1280px) {
    #head .grid-container, .md-wrap, .android-instructions {
        width: 1044px
    }

    /*#head .grid-container.download-wide{*/
    /*    width: 1200px*/
    /*}*/
    .promo-banner-cars {
        position: absolute;
        right: -280px;
        width: 60%;
        top: 90px;
    }

    .feature-item {
        width: 1044px;
        height: 400px;
        padding: 0 40px;
    }

    .download-inner {
        width: 1044px;
    }

    .feature-img img {
        width: 360px;
    }

    .description p {
        width: 1000px;
    }

    #footer > div {
        width: 1260px;
    }

    .instruction-text {
        padding: 0 50px;
    }

    .promo-banner {
        width: 1044px;
        display: flex;
    }

    .promo-banner-cta {
        margin-bottom: 20px;
    }

    .promo-banner-sub-cta {
        padding-right: 200px;
    }

    .wrapper {
        width: 1044px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1024px) {
    .download-bg-line {
        border-top-left-radius: 56px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
    .download-bg-line {
        bottom: -130px;
        left: -150px;
    }

    .download-cta {
        top: 40%;
    }

    .download-bg:after {
        left: -165px;
        bottom: -95px;
    }
}
