@font-face {
    font-family: 'NotoSansBold';
    src: url('localFonts/NotoSansBold.woff2') format('woff2'), url('localFonts/NotoSansBold.woff') format('woff'), url('localFonts/NotoSansBold.ttf') format('ttf');
}
@font-face {
    font-family: 'YandoSansCondensed-Black';
    src: url('localFonts/YandoSansCondensed-Black.woff2') format('woff2'), url('localFonts/YandoSansCondensed-Black.woff') format('woff'), url('localFonts/YandoSansCondensed-Black.ttf') format('ttf');
}
*:focus {
    box-shadow: none !important;
}
html {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(270deg, #000000 0%, #2e343d 100%);
    background-image: linear-gradient(180deg, #000000 0%, #2e343d 100%);
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

main {
    width: 100%;
    height: 100%;
}
.contentWrapped {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
.titleRegisterHome {
    z-index: 1;
    height: 55px;
    font-family: "YandoSansCondensed-Black";
    font-weight: var(--bold-font-yando);
    letter-spacing: var(--letter-spacing-yando);
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    line-height: normal;
    padding: 4px 15px 0px 15px;
    margin-top: 30px;
}
.divLogoYando {
    height: 70px;
}
.logo-home-yando-register {
    display: block;
    position: absolute;
    top: 10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    margin-bottom: auto;
    pointer-events: all;
}
.divMobileIntroHome {
    width: 100%;
    height: calc(100% - 300px);
    background-image: url('images/overlay_home_bg.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100vw 110vh;
}
#mapIntro {
    width: 100%;
    height: 100%;
}
.divTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "DefaultBoldFont", "NotoSansBold";
    font-weight: var(--bold-font);
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 30px;
    margin: 40px auto 10px auto;
    direction: ltr;
    pointer-events: all;
}
html[lang="ar"] .divTxt,
html[lang="he"] .divTxt {
    direction: rtl;
}
.logoYando {
    display: block;
    width: 170px;
    height: 170px;
    -webkit-filter: drop-shadow(0px 4px 6px #00000050);
    filter: drop-shadow(0px 4px 6px #00000050);
}
.divBtnStoreApp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-height: 75px;
    margin-bottom: auto;
}
.storeImg {
    display: block;
    width: 150px;
    height: 48px;
    border-radius: 8px;
    margin: 40px auto;
    pointer-events: none;
}
.worldImg {
    display: block;
    height: auto;
    width: 100%;
    max-width: 280px;
    margin: auto auto 0px auto;
    pointer-events: none;
}
.divLogoYandoWrapped {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0;
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 20px;
    padding: 0;
    margin: 5px auto 0 auto;
    -webkit-filter: drop-shadow(1px 2px 6px #00000040);
    filter: drop-shadow(1px 2px 6px #00000040);
    cursor: pointer;
    pointer-events: none;
}
.bottom-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #000000;
    pointer-events: none;
}
.bottom-page .imgBottomPage {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.bottom-page .imgBubblePage {
    position: absolute;
    bottom: 240px;
    width: 90%;
    max-width: 680px;
    height: auto;
    pointer-events: none;
}
.bottom-page .content {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 300px;
    width: 100%;
    color: #000000;
    background: #ffffff;
}
.bottom-page .left,
.bottom-page .right{
    display: none;
    position: relative;
}
.bottom-page .center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.bottom-page .center .title {
    font-family: "YandoSansCondensed-Black", "DefaultBoldFont";
    font-weight: var(--bold-font-yando);
    letter-spacing: var(--letter-spacing-yando);
    font-size: 35px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0px 10px;
    margin-top: auto;
    margin-bottom: 20px;
    direction: ltr;
    pointer-events: all;
}
.bottom-page .content a {
    pointer-events: all;
}

.maplibregl-canvas-container {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    will-change: transform;
    transform-origin: center;
    transition: transform 0.7s ease;
}
.maplibregl-marker {
    z-index: 1;
}
.maplibregl-marker {
    pointer-events: none !important;
}
.maplibregl-marker.pinDtm, .maplibregl-marker.pinHub, .maplibregl-marker.pinPosts, .maplibregl-marker.pinPoll, .maplibregl-marker.pinPublicEvents, .maplibregl-marker.pinPrivateEvents, .maplibregl-marker.pinNewUsers, .maplibregl-marker.pinUsers, .maplibregl-marker.pinVoice, .maplibregl-marker.pinPoi, .maplibregl-marker.pinPublicActivity, .maplibregl-marker.pinBoostedUsers, .maplibregl-marker.pinHotSpot {
    top: -30px;
}
.divIcoPublicEventsMap, .divIcoCreatePoll, .divIcoCreateHotSpot, .divIcoCreateDate, .divIcoCreateStory, .divIcoPostMap, .divIcoHotSpotMap, .divIcoDateMap, .divIcoOpenDate, .divIcoCreatePoi, .divIcoCreateVoice {
    position: relative;
    display: flex;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: 70px;
    background-repeat: no-repeat;
    opacity: 1;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 1 !important;
}
.divIcoUsersMap, .divIcoNewUsersMap, .divIcoBoostedUsersMap, .divIcoHotSpotMap, .divIcoPublicActivityMap {
    width: 66px;
    height: 66px;
}

.pinIcoUsers {
    position: absolute;
    width: 65px;
    height: 67px;
    background-image: url(images/map_user_clust.webp);
    background-position: center;
    background-size: 70px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0px;
}
.divIcoUsersMap .pinIcoUsers, .divIcoNewUsersMap .pinIcoNewUsers {
    width: 71px;
    height: 73px;
    background-size: 78px;
    border-radius: 80px;
}
.pinIcoPost {
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(images/pinPost.webp);
    background-position: center;
    background-size: 70px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0px;
}
.pinIcoUsers .imgUser {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 0;
    z-index: 0;
    top: 9px;
    left: 9px;
    width: calc(100% - 21px);
    height: calc(100% - 24px);
    background-color: #ff2296;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 18px;
    border: solid 1px #000000;
}
.pinUsers.pinCustomMap .imgUser {
    background-color: #000000;
}
.divIcoUsersMap .pinIcoUsers .imgUser, .divIcoBoostedUsersMap .pinIcoBoostedUsers .imgUser, .divIcoNewUsersMap .pinIcoNewUsers .imgUser {
    border-radius: 22px;
}
#mapIntro #pinPosts12 .pinIcoPost {
    background-image: url(images/map_date_unclust.webp);
}
.divIcoPublicEventsMap .pinIcoPublicEvents .imgUser,
.divIcoPrivateEventsMap .pinIcoPrivateEvents .imgUser {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}

.divIcoPublicEventsMap {
    position: relative;
    display: flex;
    justify-content: center;
    width: 70px;
    height: 70px;
    opacity: 1;
    transform-origin: bottom;
    cursor: pointer;
}
.divIcoPublicEventsMap._c .pinIcoPublicEvents {
    background-image: url(images/map_event_clust.webp);
}
.divIcoPublicEventsMap .pinIcoPublicEvents {
    position: absolute;
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: 70px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0px;
}
.divIcoPublicEventsMap .pinIcoPublicEvents .imgUser {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.pinIcoPost .imgUser {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 21px);
    background-image: url(images/ico_story_grey.webp);
    background-color: #272a2c;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 6px;
    border: solid 1px #000000;
}
.pinPosts .divIcoPostMap .pinIcoPost .imgUser {
    top: 3px;
    left: 14px;
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    background-size: 45px;
}
.divIcoDtmMap .dtmCount, .divIcoPostMap .postsCount, .divIcoPollMap .postsCount, .divIcoPublicEventsMap .postsCount, .divIcoPrivateEventsMap .postsCount, .divIcoNewUsersMap .newUsersCount, .divIcoUsersMap .usersCount, .divIcoPublicActivityMap .publicActivityCount, .divIcoHotSpotMap .postsCount, .divIcoBoostedUsersMap .boostedUsersCount, .divIcoTrendMap .postsCount {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 3px;
    font-family: "DefaultBoldFont", "NotoSansBold";
    font-weight: var(--bold-font);
    font-size: 12px !important;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-shadow: #000 2px 0 0, #000 1.75517px .958851px 0, #000 1.0806px 1.68294px 0, #000 .141474px 1.99499px 0, #000 -.832294px 1.81859px 0, #000 -1.60229px 1.19694px 0, #000 -1.97998px .28224px 0, #000 -1.87291px -.701566px 0, #000 -1.30729px -1.5136px 0, #000 -.421592px -1.95506px 0, #000 .567324px -1.91785px 0, #000 1.41734px -1.41108px 0, #000 1.92034px -.558831px 0;
    white-space: nowrap;
    background: #000000;
    border: solid 1px #000000;
    border-radius: 25px;
    padding: 4px 6px;
    margin-top: auto;
}
.divIcoPostMap .postsCount, .divIcoNewUsersMap .newUsersCount, .divIcoUsersMap .usersCount, .divIcoPublicActivityMap .publicActivityCount, .divIcoBoostedUsersMap .boostedUsersCount, .divIcoTrendMap .postsCount {
    top: -4px;
    line-height: 11px;
    background: #000000;
    border: solid 1px #000000;
    padding: 4px 6px;
}
.divIcoNewUsersMap .newUsersCount, .divIcoUsersMap .usersCount {
    top: 4px;
}
.pinPosts .divIcoPostMap .pinIcoPost {
    background-size: 76px;
    border-radius: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


#mapIntro #pinPoll2 {
    -webkit-transform: scale(1.2) rotateZ(-10deg);
    transform: scale(1.2) rotateZ(-10deg);
}
#mapIntro .pinUsers.id_8 {
    -webkit-transform: scale(1.2) rotateZ(10deg);
    transform: scale(1.2) rotateZ(10deg);
}
#mapIntro #pinPublicEvents1 {
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    transform: scale(1.2) rotateZ(-5deg);
}
#mapIntro #pinPosts11 {
    -webkit-transform: scale(1.2) rotateZ(7deg);
    transform: scale(1.2) rotateZ(7deg);
}
#mapIntro #pinPosts5 {
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    transform: scale(1.2) rotateZ(-5deg);
}
#mapIntro .pinUsers.id_8 {
    -webkit-transform: scale(1.2) rotateZ(7deg);
    transform: scale(1.2) rotateZ(7deg);
}
#mapIntro .pinUsers.id_20 {
    -webkit-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
}
#mapIntro #pinPosts12 {
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    transform: scale(1.2) rotateZ(-5deg);
}
#mapIntro .divIcoCreateDate {
    background-image: none !important;
}
#mapIntro #pinPosts12 .pinIcoPost {
    background-image: url(images/map_date_unclust.webp);
}
#mapIntro #pinPosts6 .pinIcoPost {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

#mapIntro .pinUsers.id_15,
#mapIntro .pinUsers.id_17,
#mapIntro .pinUsers.id_22,
#mapIntro .pinUsers.id_23 {
    width: 90px!important;
    height: 66px!important;
}
#mapIntro .pinUsers.id_15,
#mapIntro .pinUsers.id_17 {
    z-index: 10;
}
#mapIntro .pinUsers.id_15 .lastConnection,
#mapIntro .pinUsers.id_17 .lastConnection,
#mapIntro .pinUsers.id_22 .lastConnection,
#mapIntro .pinUsers.id_23 .lastConnection {
    display: none !important;
}
#mapIntro .pinUsers.id_15 .pinIcoUsers,
#mapIntro .pinUsers.id_17 .pinIcoUsers,
#mapIntro .pinUsers.id_22 .pinIcoUsers,
#mapIntro .pinUsers.id_23 .pinIcoUsers {
    width: 90px!important;
    height: 66px!important;
    background: none !important;
}
#mapIntro .pinUsers.id_15 .pinIcoUsers,
#mapIntro .pinUsers.id_17 .pinIcoUsers,
#mapIntro .pinUsers.id_22 .pinIcoUsers,
#mapIntro .pinUsers.id_23 .pinIcoUsers {
    -webkit-transform: scale(2);
    transform: scale(2);
}
#mapIntro .pinUsers.id_15 .imgUser,
#mapIntro .pinUsers.id_17 .imgUser,
#mapIntro .pinUsers.id_22 .imgUser,
#mapIntro .pinUsers.id_23 .imgUser {
    background-color: transparent !important;
    border: 0 !important;
    background-size: contain;
    border-radius: 0px;
}
#mapIntro .pinUsers.id_15 .imgUser {
    background-image: url(images/map_couple_3.webp) !important;
}
#mapIntro .pinUsers.id_17 .imgUser {
    background-image: url(images/map_couple_4.webp) !important;
}
#mapIntro .pinUsers.id_22 .imgUser {
    background-image: url(images/map_couple_2.webp) !important;
}
#mapIntro .pinUsers.id_23 .imgUser {
    background-image: url(images/map_couple_1.webp) !important;
}
#mapIntro .pinUsers.id_19 .pinIcoUsers {
    -webkit-transform: scale(1.2) rotateZ(7deg);
    transform: scale(1.2) rotateZ(7deg);
}
#mapIntro .pinUsers.id_19 .usersCount {
    top: 0px !important;
    right: -4px !important;
}

#mapIntro .lastConnection {
    display: none;
    position: absolute;
    top: 9px;
    right: 47px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    z-index: 2;
}
#mapIntro .lastConnection[data-lstc="1"] {
    display: block;
    background: #00ffc6;
    border: solid 1px #000000;
}
#mapIntro .lastConnection[data-lstc="2"] {
    display: block;
    background: #ffe504;
    border: solid 1px #000000;
}
#mapIntro .pinCustomMap.hidden {
    display: none !important;
}

#homePage:not(.onboarding) #titleRegisterHome {
    display: block;
    padding: 4px 15px 0px 15px;
}
.imgSticker {
    position: absolute;
    pointer-events: none;
}
.imgSticker.sticker1 {
    width: 90px;
    height: 90px;
    top: -130px;
    left: 35%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.imgSticker.sticker2 {
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    right: 40px;
    -webkit-transform: rotate(10deg) rotateX(180deg) rotateZ(-180deg);
    transform: rotate(10deg) rotateX(180deg) rotateZ(-180deg);
}
.imgSticker.sticker3 {
    width: 130px;
    height: 130px;
    top: -170px;
    left: 40%;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.imgSticker.sticker4 {
    width: 70px;
    height: 70px;
    bottom: -80px;
    right: 40%;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.imgSticker.sticker5 {
    width: 70px;
    height: 70px;
    bottom: -70px;
    right: 20%;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

@-webkit-keyframes bounceInDownPinHome {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-160px,0) scaleY(2)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    }

    75% {
        opacity: 1;
        -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    }

    90% {
        opacity: 1;
        -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@keyframes bounceInDownPinHome {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-100px,0) scaleY(2)
    }

    40% {
        opacity: 1;
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    55% {
        opacity: 1;
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    70% {
        opacity: 1;
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    80% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.bounceInDownPinHome {
    -webkit-animation-name: bounceInDownPinHome;
    animation-name: bounceInDownPinHome;
    animation-duration: 500ms;
}

.maplibregl-ctrl-bottom-right {
    position: fixed !important;
}

.footerHome.mobile {
    display: flex;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 0px 10px 0px 10px;
}
.footerHome.mobile .footerHomeMenu {
    flex-direction: column;
    width: 100%;
    padding: 6px 15px;
}
.footerHome.mobile .footerHomeMenu > div:first-child {
    margin-bottom: 5px;
}
.footerHome.mobile .footerHomeMenu > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footerHome.desktop {
    display: none;
}
.footerHome {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-family: "DefaultRegularFont", "NotoSansRegular";
    font-size: 12px;
    color: #ffffff;
    padding: 0px 20px 0px 26px;
}
.footerHomeMenu {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 10;
    background: #000000bd !important;
    border-radius: 20px;
    padding: 4px 8px;
}
.footerHomeMenu .separator {
    margin: 0px 5px;
}
html .footerHome .txt,
html .footerHome .contact {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    pointer-events: all;
}
.footerHomeMenu button.txt span {
    pointer-events: none;
}
.footerHomeMenu button.txt {
    font-family: "DefaultRegularFont", "NotoSansRegular";
    font-size: 12px;
    background: none;
    border: 0;
    padding: 0;
}




@media (max-width: 365px) {
    .worldImg {
        max-width: 240px;
    }
}
@media (max-width: 768px){
    #mapIntro {
        transform: scale(1.3) !important;
    }
    .pinCustomMap.id_7,
    .pinCustomMap.id_14,
    .pinCustomMap.id_13,
    .pinCustomMap.id_20,
    .pinCustomMap.id_1 {
        display: none !important;
    }
    .pinCustomMap.id_8,
    .pinCustomMap.id_11 {
        z-index: 2 !important;
    }
    .pinItemMap {
        /* transform: scale(0.8) !important; */
    }
    #mapIntro {
        padding-top: 30px;
    }
    .imgSticker.sticker2 {
        display: none;
    }
    .maplibregl-ctrl-bottom-right {
       display: none !important;
    }
    .divMobileIntroHome .divIcoUsersMap, 
    .divMobileIntroHome .divIcoNewUsersMap, 
    .divMobileIntroHome .divIcoBoostedUsersMap, 
    .divMobileIntroHome .divIcoHotSpotMap, 
    .divMobileIntroHome .divIcoPostMap, 
    .divMobileIntroHome .divIcoPublicActivityMap {
        -webkit-transform: scale(0.65) !important;
        transform: scale(0.65) !important;
    }
    .divLogoYando {
        margin-bottom: -10px;
    }
}

@media (max-width: 768px) and (max-height: 768px){
    .titleRegisterHome {
        display: none;
    }
    .bottom-page .center .title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .bottom-page .imgBubblePage {
        bottom: 212px;
        width: 85%;
        max-width: 340px;
    }
    .bottom-page .content {
        height: 160px;
        padding-bottom: 70px;
    }
    .divMobileIntroHome {
        height: calc(100% - 200px);
    }
    #mapIntro {
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    html[zoom="2"] .maplibregl-canvas-container {
        margin-top: -40px;
    }
    html[zoom="1.9"] .maplibregl-canvas-container {
        margin-top: -40px;
    }
    html[zoom="1.8"] .maplibregl-canvas-container {
        margin-top: -40px;
    }
    html[zoom="1.5"] .maplibregl-canvas-container {
        margin-top: -40px;
    }
    html[zoom="1.3"] .maplibregl-canvas-container {
        margin-top: -40px;
    }
    html[zoom="1"] .maplibregl-canvas-container {
        margin-top: 0px;
    }
    html[zoom="0.8"] .maplibregl-canvas-container {
        margin-top: 0px;
    }
    html[zoom="0.7"] .maplibregl-canvas-container {
        margin-top: 0px;
    }
    html[zoom="0.6"] .maplibregl-canvas-container {
        margin-top: 0px;
    }
    html[zoom="0.5"] .maplibregl-canvas-container {
        margin-top: 20px;
    }
    html[zoom="0.4"] .maplibregl-canvas-container {
        margin-top: 20px;
    }


    .bottom-page .content {
        height: 380px;
    }
    .divLogoYandoWrapped {
        top: 25px;
    }
    .footerHome.mobile {
        display: none;
    }
    .footerHome.desktop {
        display: flex;
    }
    .bottom-page .left,
    .bottom-page .right{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 30%;
    }
    .bottom-page .center {
        width: 40%;
    }
    .bottom-page .left .divTxt{
        text-align: left;
    }

    .bottom-page .right .divTxt{
        text-align: right;
    }
    .storeImg {
        width: 200px;
        height: 64px;
    }
    .worldImg {
        max-width: 420px;
    }
    .bottom-page .imgBubblePage {
        bottom: 320px;
        width: 680px;
    }
    .bottom-page .center .title {
        font-size: 80px;
        line-height: 70px;
    }


    html[zoom="1.3"] .imgBubblePage {
        bottom: 320px;
        width: 620px;
    }
    html[zoom="1.3"] .bottom-page .center .title {
        font-size: 70px;
        line-height: 70px;
    }


    html[zoom="1.1"] .imgBubblePage,
    html[zoom="0.8"] .imgBubblePage {
        bottom: 280px;
        width: 520px;
    }
    html[zoom="1.1"] .bottom-page .center .title,
    html[zoom="0.8"] .bottom-page .center .title {
        font-size: 60px;
        line-height: 60px;
    }
    html[zoom="1.1"] .divBtnStoreApp,
    html[zoom="0.8"] .divBtnStoreApp {
        padding-bottom: 40px;
    }
    html[zoom="1.1"] .divTxt,
    html[zoom="0.8"] .divTxt {
        font-size: 14px;
    }
    html[zoom="1.1"] .bottom-page .content,
    html[zoom="0.8"] .bottom-page .content {
        height: 320px;
    }
    html[zoom="1.1"] .divMobileIntroHome,
    html[zoom="0.8"] .divMobileIntroHome {
        height: calc(100% - 320px);
    }


    html[zoom="0.7"] .imgBubblePage {
        bottom: 260px;
        width: 470px;
    }
    html[zoom="0.7"] .bottom-page .center .title {
        font-size: 60px;
        line-height: 60px;
    }
    html[zoom="0.7"] .divBtnStoreApp {
        padding-bottom: 40px;
    }
    html[zoom="0.7"] .divTxt {
        font-size: 14px;
    }
    html[zoom="0.7"] .bottom-page .content {
        height: 300px;
    }
    html[zoom="0.7"] .divMobileIntroHome {
        height: calc(100% - 300px);
    }


    html[zoom="0.6"] .imgBubblePage {
        bottom: 225px;
        width: 380px;
    }
    html[zoom="0.6"] .bottom-page .center .title {
        font-size: 50px;
        line-height: 50px;
    }
    html[zoom="0.6"] .divBtnStoreApp {
        padding-bottom: 40px;
    }
    html[zoom="0.6"] .divTxt {
        font-size: 14px;
    }
    html[zoom="0.6"] .bottom-page .content {
        height: 260px;
    }
    html[zoom="0.6"] .divMobileIntroHome {
        height: calc(100% - 260px);
    }
    html[zoom="0.6"] .storeImg {
        width: 170px;
    }

    html[zoom="0.5"] .titleRegisterHome {
        display: none;
    }
    html[zoom="0.5"] .imgBubblePage {
        bottom: 205px;
        width: 310px;
    }
    html[zoom="0.5"] .bottom-page .center .title {
        font-size: 40px;
        line-height: 40px;
    }
    html[zoom="0.5"] .divBtnStoreApp {
        padding-bottom: 40px;
    }
    html[zoom="0.5"] .divTxt {
        font-size: 14px;
    }
    html[zoom="0.5"] .bottom-page .content {
        height: 230px;
    }
    html[zoom="0.5"] .divMobileIntroHome {
        height: calc(100% - 230px);
    }
    html[zoom="0.5"] .storeImg {
        width: 170px;
    }

    html[zoom="0.4"] .titleRegisterHome {
        display: none;
    }
    html[zoom="0.4"] .imgBubblePage {
        bottom: 205px;
        width: 310px;
    }
    html[zoom="0.4"] .bottom-page .center .title {
        font-size: 40px;
        line-height: 40px;
    }
    html[zoom="0.4"] .divBtnStoreApp {
        padding-bottom: 40px;
    }
    html[zoom="0.4"] .divTxt {
        font-size: 14px;
    }
    html[zoom="0.4"] .bottom-page .content {
        height: 230px;
    }
    html[zoom="0.4"] .divMobileIntroHome {
        height: calc(100% - 230px);
    }
    html[zoom="0.4"] .storeImg {
        width: 170px;
    }
}

@media (orientation: portrait) and (min-width: 992px) {
    
}

@media (orientation: landscape) and (min-width: 992px) and (max-width: 1400px) {
    
}

@media (max-width: 768px) and (max-height: 900px){
    .bottom-page .content {
        height: 250px;
    }
    .divBtnStoreApp .divAppStore,
    .divBtnStoreApp .divPlayStore{
        margin-bottom: 40px;
    }
    .bottom-page .imgBubblePage {
        bottom: 210px;
    }
    .bottom-page .center .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .divMobileIntroHome {
        height: calc(100% - 240px);
    }
}
@media (max-width: 768px) and (max-height: 800px){
    .divBtnStoreApp .divAppStore, .divBtnStoreApp .divPlayStore {
        margin-bottom: 0px;
    }
    .bottom-page .content {
        height: 160px;
        padding-bottom: 60px;
    }
    .bottom-page .center .title {
        margin-bottom: 0px;
    }
    .bottom-page .imgBubblePage {
        bottom: 200px;
    }
    .divMobileIntroHome {
        height: calc(100% - 200px);
    }
}
@media (max-width: 768px) and (max-height: 700px){
    .bottom-page .imgBubblePage {
        max-width: 290px;
    }
    .divMobileIntroHome {
        height: calc(100% - 180px);
    }
    #mapIntro {
        transform: scale(1.1) !important;
    }
}


.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: block;
}
.cookie-consent button {
    margin: 0 10px;
    padding: 5px 15px;
    cursor: pointer;
}
.cookie-consent.hidden {
    display: none;
}