﻿html,
body {
    width: 100%;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    position: fixed;
}

/* NAVBAR SECTION */

.navbar {
    position: fixed;
    z-index: 777;
    top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; /* space-between */
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #000000;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: bold; */
}


/* @media screen and (max-width: 340px) {
    .navbar {
        font-size: 16px;
    }
}


@media screen and (max-width: 315px) {
    .navbar {
        font-size: 12px;
    }
} */

.navbar_left_button,
.navbar_right_button {
    background-color: transparent;
    width: 75px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    /*padding-top: 4px;*/
}

.navbar_left_button {
    justify-content: flex-start;
}

.navbar_right_button {
    justify-content: flex-end;
}

.back_button,
.transparent_button {
    width: 25px;
    height: 25px;
}

.navbar_left_button {
    padding-left: 10px;
    /*padding-left: 5px;*/
}

.navbar_right_button {
    padding-right: 10px;
    /*padding-right: 5px;*/
}

.back_button {
    opacity: 1; /*should be zero*/
    position: relative;
    /*left: 20px;*/
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* SCREEN SECTION */

.screen {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}


.screen1 {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.screen_welcome {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 100vh;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.screen_location {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.screen_promotion {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.screen_cabinet {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.yamap_container {
    width: 100%;
    height: 400px;
}

#map {
    width: 100% !important;
    height: 50vh !important;
}

.location_podpis {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.welcome_container,
.cabinetscreen_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.welcome_text,
.cabinetscreen_text {
    width: 260px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.cabinet_button_area {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.welcome_button,
.cabinet_button,
.cabinet_cancel_button {
    width: 100px;
    height: 40px;
    border: 2px solid #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 20px;
}

.cabinet_button {
    width: 120px;
    margin-left: 20px;
}


.location_container,
.cabinet_container {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.location,
.cabinet {
    width: 160px;
    height: 80px;
    border: 2px solid #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    background: #ffffff url('/img/kichka_yamap2.png');
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 15px;
    margin-right: 15px;
    flex-shrink: 0;
    background-size: cover;
}

.location {
    background: #ffffff url('/img/kichka_yamap2.png');
    background-size: cover;
}

.cabinet {
    background: #ffffff url('/img/kichka_cabinet.png');
    background-size: cover;
}

.location_text {
    margin-bottom: 20px;
}

.promotion_text {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    font-size: 10px;
}

.screen_muzshkoy {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.screen_zhenskiy {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.screen_appointment {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 555;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.screen_uni_screen_and_faculties {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.screen_faculty_screen_and_programs {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.saved_screen {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
}

.screen2 {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
}

.saved_screen_uni_screen_and_faculties {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 112;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}



.saved_screen_faculty_screen_and_programs {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 114;
    left: 100vw;
    top: 0;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.my_scores_screen {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
}

.about_info_screen {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
}

.screen3 {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
}

.screen4 {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
}

.screen5 {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
}


.city_screen {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 555;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.city_screen_list_start {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 180px;
}

.city_screen_first_city_block {
    width: 80%;
    border: 1px solid black;
    border-radius: 10px 10px 0 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.city_screen_city_block {
    width: 80%;
    border: 1px solid black;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    font-size: 18px;
}

.city_screen_last_city_block {
    width: 80%;
    border: 1px solid black;
    border-radius: 0 0 10px 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    font-size: 18px;
}

.city_screen_smiley {
    font-size: 150px;
}

.city_screen_information_note_text {
    text-align: justify;
}

.screen2,
.screen3,
.screen4,
.screen5 {
    display: none;
}

.screen_main_active_switched {
    display: block;
}

.tabbar {
    position: fixed;
    z-index: 777;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    height: 66px;
    display: flex;
    flex-direction: row;
}

.tabunit {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-top: 2px;
}

.tabimg {
    width: 32px;
    height: 32px;
}

#tabbar_tab3 {
    width: 25%;
}

.tabbar_unselected {
    color: #646464;
}

.whiteship_navbar_logo {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    /* border-radius: 5px; */
}

.navbar_main_center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}



.shadow-5 {
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
}

.box-shadow-5 {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.shadow-shorter {
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}

.shadow-soft-smooth {
    box-shadow: 0px 10px 20px #d9d9d9, 0px 10px 20px #ffffff;
}

.shadow-soft-smooth-small {
    box-shadow: 0px 5px 10px #d9d9d9, 0px 5px 10px #ffffff;
}


a.tabunit.tabbar_unselected,
a.tabunit.tabbar_unselected:hover,
a.tabunit.tabbar_unselected:active,
a.tabunit.tabbar_unselected:visited,
a.tabunit.tabbar_unselected:focus {
    text-decoration: none !important;
    color: #646464 !important;
}

a.tabunit,
a.tabunit:hover,
a.tabunit:active,
a.tabunit:visited,
a.tabunit:focus {
    text-decoration: none !important;
    color: #000000 !important;
}