html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

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

::-webkit-scrollbar {
    display: none;
}

#logo {
    position: absolute;
    top: 40px;
    left: 28px
}

#menu_list {
    position: absolute;
    left: 28px;
    top: 99px;
}

#menu_list a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    line-height: 33px;
    font-size: 24px;
    text-decoration: none;
    margin: 16px 0 10px 0px;
}

#menu_list img.menu_divider {
    margin: 10px 0 10px 0px;
}

#bottom_menu {
    position: absolute;
    left: 28px;
    bottom: 68px;
}

#bottom_menu a {
    color: #ffffff;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    line-height: 20px;
    font-size: 16px;
    text-decoration: none;
}

#login {
    position: absolute;
    bottom: 68px;
    left: 28px;
    color: #7f7f7f;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    line-height: 25px;
    font-size: 18px;
}

#language_switch {
    position: absolute;
    bottom: 100px;
    left: 28px;
    color: #7f7f7f;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    line-height: 25px;
    font-size: 18px;
}

#language_switch a {
    color: #7f7f7f;
    text-decoration: none
}

#language_switch a.current {
    color: #ffffff;
    text-decoration: none
}

#copyrights {
    position: absolute;
    bottom: 40px;
    left: 28px;
    color: #7f7f7f;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    line-height: 16px;
    font-size: 12px;
}

#close_page_button {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9910;
    color: #ffffff;
}

#close_page_button2 {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9915;
    color: #ffffff;
    opacity: 0;
}

#authors_back {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9915;
    color: #ffffff;
}

#live_back {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9915;
    color: #ffffff;
}

#contacts_back {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9915;
    color: #ffffff;
}

#page_container {
    display: none;
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9900;
}

#page {
    position: absolute;
    background-color: #000000;
    margin: 0px 0px 20px 0px;
    border-radius: 16px;
    z-index: 9910;
    opacity: 0;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    line-height: 24px;
    font-size: 18px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0px;
}

#page_content {
    margin: 0 20px 0 20px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
}

#page_content h1 {
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    line-height: 31px;
    font-size: 28px;
    margin: 16px 0 16px 0;
    padding: 0px;
}

#page_content p {
    margin: 8px 0px 0px 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
}

#page_content h2.author_page_subname {
    margin: 8px 0px 0px 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
}

#page_content h1.author_page_name {
    margin: 16px 0px 0px 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
}

#author_page_pic {
    background-size: 332px 332px;
    border-radius: 8px;
    margin-top: 64px;
    position: relative;
    overflow: hidden;
}

#page_content p.author_link {
    margin: 8px 0 0 0;
    padding: 0;
}

#page_content p.author_link a {
    text-decoration: none;
    color: #FF7A7A;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

#page_content p.tg_bot_link {
    margin: 16px 0 8px 0;
    padding: 0;
}

#booking_iframe_container {
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px;
}

#booking_iframe {
    overflow-y: scroll;
}
#page_content h2.live_page_subname {
    text-align: left;
    margin: 16px auto 0px auto;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    letter-spacing: 2px;
}

#page_content h2.live_page_subname img {
    vertical-align: bottom;
    margin-right: 7px;
}

#page_content h1.live_page_name {
    text-align: left;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: #ffffff;
}

#live_page_pic {
    background-size: cover;
    border-radius: 4px;
    margin: 70px auto 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 212px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

#live_page_icon {
    width: 48px;
    height: 48px;
    background-size: cover;
    right: 10px;
    top: 10px;
    position: absolute;
    background-repeat: no-repeat;
    border-radius: 16px;
}

#page_content div.live_page_text p {
    text-align: left;
    margin: 8px 0px 0px 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
}

#page_content div.live_page_text p a {

    color: #FF7A7A ;
}

#page_content div.live_page_text {
    margin: 12px auto 0px auto;
}

#page_content div.live_page_conditions {
    margin: 6px auto 0 auto;
}

#page_content div.live_page_conditions p {
    text-align: left;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #828282;
}

#page_content div.live_page_price {
    margin: 18px auto 8px auto;
}

#page_content div.live_page_price p {
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
}

#live_page_book_button {
    margin: 16px 0 0 0;
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 16px;
    text-align: center;
    height: 48px;
    width: 157px;
    cursor: pointer;
}

#live_page_book_button a {
    text-decoration: none;
    color: #000000;
}

.author_listing {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 16px 30px 16px 0;
   /* height: 48px;*/
    border-bottom: 1px solid #333333;
    background-image: url('/images/arrow_right.svg');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    cursor: pointer !important;
    display:flex;
    gap:8px;
    align-items: center;
}

.author_listing:last-child {
    border-bottom: 0px
}

.author_listing_pic {
    width: 48px;
    height: 48px;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0px 0 0 0px;
    float: left;
    border-radius: 24px;
    cursor: pointer !important;
}

.author_listing_name {
    float: left;
    margin: 0px 0px 0 8px;
    padding: 3px 0 0 0px;
    user-select: none;
    cursor: pointer !important;
}

.author_listing_name span.listing_name {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    cursor: pointer !important;
}

.author_listing_name span.listing_subname {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
    cursor: pointer !important;
}

.live_listing {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 16px 0 16px 0;
    height: 48px;
    border-bottom: 1px solid #333333;
    background-image: url('/images/arrow_right.svg');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    cursor: pointer !important;
}

.live_listing:last-child {
    border-bottom: 0px
}

.live_listing_pic {
    width: 48px;
    height: 48px;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0;
    float: left;
    border-radius: 16px;
    cursor: pointer !important;
    background-color: #ffffff;
}

.live_listing_name {
    float: left;
    margin: 0px 0px 0 8px;
    padding: 3px 0 0 0px;
    user-select: none;
    cursor: pointer !important
}

.live_listing_name span.listing_name_live {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    cursor: pointer !important;
}

.live_listing_name span.listing_subname_live {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
    cursor: pointer !important;
}

.contact_item {
    margin-bottom: 20px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding-left: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.contact_item a {
    color: #ffffff;
    text-decoration: none;
}

.donate {
    margin-bottom: 20px;
    height: 48px;
    width: 191px;
    line-height: 48px;
    color: #ffffff;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 16px;
    background-color: #222222;
    cursor: pointer !important;
}

.bank_details_link {
    cursor: pointer !important;
    margin: 30px 20px 0 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 40px;
    color: #777777;
}

.routes_list {
    border-bottom: 1px solid #333333;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
    cursor: pointer !important;
}

.routes_list:last-child {
    border-bottom: none;
}

.routes_list_pic {
    width: 100%;
    border-radius: 4px;
    height: 212px;
    background-position: 50% 50%;
    background-size: cover;
    margin: 16px 0 16px 0;
    cursor: pointer !important;
}

.routes_list_subtitle_container {
    margin: 20px 0 0 20px;
    width: 77%;
    position: relative;
    overflow: hidden;
    height: 16px;
}

.routes_list_icon {
    float: left;
    margin-right: 8px;
    cursor: pointer !important;
}

.routes_list_subtitle {
    font-family: Manrope, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1EB3E6;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer !important;
}

.routes_list_title {
    margin: 8px 0px 0 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer !important;
}

.routes_list p {
    margin: 8px 0px 0 0px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    cursor: pointer !important;
}

.routes_list_authors {
    clear: both;
    margin: 20px 0 24px 0;
    cursor: pointer !important;
}

.routes_list_author {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0px;
    height: 48px;
    cursor: pointer !important;
}

.routes_list_author_pic {
    width: 48px;
    height: 48px;
    background-position: 50% 50%;
    background-size: contain;
    margin: 0px 0 0 0px;
    float: left;
    border-radius: 24px;
    cursor: pointer !important;
}

.routes_list_author_name {
    float: left;
    margin: 0px 0px 0 10px;
    padding: 3px 0 0 0px;
    cursor: pointer !important;
}

.routes_list_author_name span.routes_list_name {
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    cursor: pointer !important;
}

.routes_list_author_name span.routes_list_subname {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #777777;
    cursor: pointer !important;
}

#info_pic {
    width: 200px;
    height: 200px;
    background-size: cover;
    margin: 0 auto 0 auto;
    border-radius: 0px;
    box-shadow: inset 0px 0px 30px 30px #000000;
}

.info_title {
    color: #ffffff;
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    width: 100%;
    margin: 28px 0 0 0;
}

.info_text {
    width: 100%;
    text-align: center;
    margin: 8px auto 0 auto;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    height: 66px;
    overflow: hidden;
}

.info_button {
    margin: 24px auto 0 auto;
    text-align: center;
    height: 48px;
    cursor: pointer !important;
}

.info_button a {
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 0 16px 0 16px;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.dot {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-width: 0px;
    cursor: pointer;
}

.number {
    display: none;
    text-align: center;
    color: white;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    line-height: 30px;
    font-size: 15px;
}

.point {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 4px;
    height: 4px;
    top: 0px;
    left: 0px;
    border-radius: 2px;
}

.dot_current {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-width: 0px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

.number_current {
    display: none;
    text-align: center;
    color: white;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    line-height: 30px;
    font-size: 18px;
}

.point_current {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 4px;
    height: 4px;
    top: 0px;
    left: 0px;
    border-radius: 2px;
}

.live {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    z-index: 1;
    background-size: 25px 25px;
    border-radius: 8px;
}

#map_buttons {
    width: 100%;
    height: 68px;
    position: absolute;
    overflow-x: scroll;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    white-space: nowrap;
    line-height: 48px;
    -webkit-overflow-scrolling: touch;
    display: flex;
}

#routes_button {
    width: 117px;
    height: 48px;
    background-color: black;
    color: #ffffff;
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 16px;
    display: inline-block;
    cursor: pointer !important;
    margin-right: 12px;
    flex: 0 0 auto;
}

#filter_button {
    width: 48px;
    height: 48px;
    background-color: black;
    border-radius: 16px;
    display: inline-block;
    cursor: pointer !important;
    margin-right: 12px;
    flex: 0 0 auto;
    background-image: url('/images/filter.svg');
}

.live_button {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    display: inline-block;
    background-color: white;
    border-radius: 16px;
    cursor: pointer !important;
    margin-right: 12px;
    background-size: 48px 48px;
}

.map_buttons_spacer {
    flex: 0 0 auto;
    width: 20px;
    height: 48px;
    display: inline-block;
    background-color: transparent;
    margin: 0px;
}

#location {
    display: none;
    position: absolute;
    overflow: hidden;
    background-color: black;
    color: white;
    opacity: 1;
    z-index: 3;
}

#location_close_button {
    display: block;
    width: 32px;
    height: 32px;
    top: 16px;
    right: 16px;
    position: absolute;
    opacity: .8;
    z-index: 9999;
}

#location_close_button img {
    width: 32px;
    height: 32px;
}

#location_player {
    position: absolute;
    width: 100%;
    height: 72px;
    bottom: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.9);
}

#menu_button {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9991;
    width: 48px;
    height: 48px;
}

#cities_button_container {
    width: 100%;
    display: flex;
    top: 20px;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

#cities_button {
    display: block;
    justify-content: space-between;
    height: 48px;
    background-color: #000;
    border-radius: 16px;
    color: #ffffff;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    cursor: pointer !important;
    text-decoration: none;
    padding: 0 16px 0 16px;
    pointer-events: initial;
}

#cities_list {
    display:none;
    z-index: 9991;
    position: absolute;
    top: 84px;
    background-color: #000;
    margin: 0 20px 0 20px;
    border-radius: 16px;
}

#cities_list a {
    display: flex;
    justify-content: space-between;
    padding: 16px 40px 16px 0;
    margin:0 16px 0 16px;
    color: #999;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-bottom:1px #333 solid;
}
#cities_list a.active {    color: #fff;
background-image: url('/images/active_city_mark.svg');
background-repeat: no-repeat;
background-position: 100% 50%;}

#menu {
    display: none;
    background-color: #000000;
    width: 298px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9992;
    min-height: 600px;
}

#shadow {
    display: none;
    z-index: 9800;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: black;
}

#shadow_cities {
    display: none;
    z-index: 9800;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: black;
}

#shadow_page {
    display: none;
    z-index: 9950;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: black;
}

#orient {
    display: none;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: black;
    background-image: url('/images/wrong_orientation.svg');
    background-position: 50% 57%;
    background-repeat: no-repeat;
}

#player {
    height: 48px;
    position: absolute;
    left: 16px;
    top: 12px;
}

#previous_location_button {
    width: 48px;
    height: 48px;
    float: left;
}

#previous_location_button img {
    width: 48px;
    height: 48px;
}

#play_track_button {
    position: relative;
    overflow: hidden;
    width: 92px;
    height: 48px;
    float: left;
    margin-left: 12px;
    background-size: 92px 48px;
}

.stopped {
    background-image: url('/images/stopped.svg')
}

.playing {
    background-image: url('/images/playing.svg')
}

#button {
    position: absolute;
    z-index: 500;
    width: 92px;
    height: 48px;
    top: 0;
    left: 0;
}

#button img {
    width: 92px;
    height: 48px;
}

#timer {
    position: absolute;
    z-index: 400;
    color: black;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    line-height: 48px;
    font-size: 15px;
    left: 0;
    top: 0;
    width: 92px;
    height: 48px;
    padding-left: 40px;
    text-align: left;
}

#next_location_button {
    width: 48px;
    height: 48px;
    float: left;
    margin-left: 12px;
}

#next_location_button img {
    width: 48px;
    height: 48px;
}

#play_nonstop_button {
    width: 48;
    height: 48px;
    position: absolute;
    right: 16px;
    top: 12px;
}

#play_nonstop_button img {
    width: 48;
    height: 48px;
}

#another_route_button {
    display: none;
    width: 136;
    height: 48px;
    position: absolute;
    right: 16px;
    top: 12px;
}

#another_route_button img {
    width: 136;
    height: 48px;
}

#location_content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: left;
    padding-bottom: 68px;
}

#subtitle_container {
    margin: 20px 0 0 20px;
    width: 77%;
    position: relative;
    overflow: hidden;
    height: 16px;
}

#route_icon {
    position: absolute;
    top: 0;
    left: 0;
}

#subtitle {
    position: absolute;
    top: 0;
    left: 23px;
    font-family: Manrope, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1EB3E6;
    height: 16px;
    margin: 0;
    padding: 0;
}

#subtitle a {
    text-decoration: none;
}

#title {
    margin: 10px 20px 0 20px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
}

#adres {
    margin: 10px 20px 0 20px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #777777;
}

#text {
    margin: 10px 20px 0 20px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

#link {
    margin: 10px 20px 0 20px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;  
    display:none;
}

#link a {color:#ffffff; text-decoration:none;}
#link a:hover {text-decoration: underline;}

#credits {
    margin: 16px 20px 0 20px;
    padding: 0px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #777777;
}

#images {
    margin: 20px 20px 0 20px;
    /*position:relative;overflow:hidden;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image {
    width: 31%;
    background-size: 180%;
    background-position: 50% 50%;
    background-repat: no-repeat;
    margin: 0px;
    border-radius: 4px;
    border: 0px;
    background-color: #222222;
}

.image a {
    display: block;
    width: 100%;
    height: 100%;
}

.image_route {
    width: 100%;
    background-size: cover;
    height: 212px;
    background-position: 50% 50%;
    background-repat: no-repeat;
    margin: 0px;
    border-radius: 8px;
    border: 0px;
}

.image_route a {
    display: block;
    width: 100%;
    height: 100%;
}

.image_route a {
    width: 100%;
    height: 100%;
}

.tg_bot_button {
    margin: 16px 0 16px 0;
    padding: 0px 16px 0px 52px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background-image: url('/images/tg.svg');
    background-position: 16px 50%;
    background-repeat: no-repeat;
    height: 48px;
    background-color: #5794F7;
    color: #ffffff;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    text-align: left;
    border-radius: 16px;
    cursor: pointer !important;
}

#tg_button {
    margin-left: 20px;
    display: none;
}

#authors {
    clear: both;
    width: 100%;
    margin: 20px 0 0 0;
}

.author {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 20px;
    height: 48px;
    cursor: pointer !important;
}

.author_pic {
    width: 48px;
    height: 48px;
    background-position: 50% 50%;
    background-size: contain;
    margin: 0px 0 0 0px;
    float: left;
    border-radius: 24px;
    cursor: pointer !important;
}

.author_name {
    float: left;
    margin: 0px 0px 0 10px;
    padding: 3px 0 0 0px;
    cursor: pointer !important;
}

.author_name span.name {
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    cursor: pointer !important;
}

.author_name span.subname {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #777777;
    cursor: pointer !important;
}


.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
}

.fancybox-caption__body {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

.fancybox-infobar {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    padding: 5px 0 0 20px;
}

.fancybox__caption {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

.fancybox__thumbs {
    display: none;
}

.fancybox__container {z-index:9999}

.fancybox__counter {font-family: Manrope, sans-serif;}

#share_buttons {
    margin: 30px 0 20px 20px;
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 24px;
}

#share_buttons_page {
    margin: 0px 0 20px 0px;
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 24px;
    padding-bottom: 20px;
}

.share_link {
    color: black;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #000000;
    float: left;
    margin: 0 12px 0 0;
    text-decoration: none;
    background-position: 0 0;
    background-size: 24px 24px;
}

/*ALERTS*/
#alert {
    display: none;
    position: absolute;
    bottom: 25%;
    left: 15%;
    width: 70%;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    z-index: 999999;
    opacity: .9;
}

#alert_page {
    display: none;
    position: absolute;
    bottom: 0%;
    left: 15%;
    width: 70%;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    z-index: 999999;
    opacity: .9;
}

/*.alert_item {position:relative;overflow:hidden;padding:40px 25px 40px 25px;width:500px;margin:0;font-family: Manrope;font-weight:300;font-size:1em;text-align:center;line-height:1.7em;}
.alert_item h2 {padding:0;margin:0;font-family: 'Roboto', sans-serif;font-weight:400;font-size:1.2em;line-height:1.7em;}*/