html, body{
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: #111518;
    padding-bottom: 50px; /* Отступ для навигационной панели */
    height: calc(100vh - 50px); 
}

.t_small{
    font-size: 12px;
    font-family: roboto, arial, helvetica;
    display: inline-block;
}
#radf{
    color: #ffffff;
    padding: 5px;
}
.t_mid {
    font-size: 25px;
    font-family: roboto, arial, helvetica;
}
.t_large {
    font-size: 38px;
    font-family: roboto, arial, helvetica;
}
.t_bold {
    font-weight: bold;
}

.pointed{
    cursor: pointer;
}
.animated{
    transition: all 1s ease;
}

.navbar {
    display: flex;
    justify-content: space-around;
    background-color: #092033;
    padding: 13px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999; 
}
.navbar a {
    color: white;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 7px;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-family: roboto, arial, helvetica;
    transition: background-color 0.5s;
}
.navbar a:hover {
    background-color: #b900fd;
}

.main_body{
    background: url(/img/bg_norm.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.main_subwrapper{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.starship{
    /*width: 100%;*/
    color: #c375e0;
    padding: 25px;
    padding-top: 19px;
    /*margin: 40px;*/
    background: #111518;
    /*border-radius: 500px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*box-shadow: 30px -18px 50px -30px #3079b1 inset, -30px -18px 50px -30px #3079b1 inset, 0px -45px 40px -38px #ffffff inset;*/
}
.logo_place_starship{
    width: 280px;
    background: url(/img/RF-loGO_V3_moving_stars-712-200.jpg) left no-repeat;
    background-size: contain;
    padding: 20px;
    /*margin: -23px;*/
    margin-top: -23px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 55px;
}
.title_box{
    color: #ffffff;
    padding: 18px;
    padding-top: 8px;
    border: 1px solid #b900fd;
    border-radius: 10px;
    display: flex; 
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    
}
.title_box:hover {
    background: #b900fd;
    box-shadow: 0px 0px 20px 0px #000000a6 inset;
    border: 1px solid #320044;
}
#time_box{
    margin-bottom: 0px;
}
.title_box > a > p{
    margin: 0;
    padding-bottom: 5px;
}
.title_box > a > p:last-child {
    margin: 0;
    padding-bottom: 10px;
}

.title_image{
    width: 120px;
    height: 120px;
    background: url(/img/RF-loGO_V3_moving_stars-712-200.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5px;
}
.kbps_selector{
    width: fit-content;
    /*padding: 0px 10px;*/
    background: none;
    color: #ffffff;
    margin: 7px;
    stroke: #ffffff;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 5px;  
    margin-top: 15px;
    cursor: pointer;
}
.kbps_selector svg{
    width: 15px;
    height: 15px;
    stroke-width: 2px;
    padding-left: 10px;
}
.kbps_selector:hover{
    background: #b900fd;
}
.kbps_selector:focus{
    background: #b900fd;
}
#kbpssel{
    margin: 0px;
    margin-right: -5px;
    margin-left: -6px;}
.main_button{
    width: 115px;
    height: 110px;
    border-radius: 400px;
    background: #111518;
    border: none;
    /*box-shadow: 0px -50px 50px -40px #325a78 inset, 0px 7px 20px 2px #005aff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 47px; 
}
.main_button svg{
    fill: #fff;
    width: 50px;
    height: auto;
    margin-left: 15px;
}
.main_button > div{
    border: 2px solid #fff;
    width: 90px;
    height: 90px;
    border-radius: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_button:hover{
    box-shadow: 0px -50px 50px -40px #325a78 inset,
        0px 5px 19px 0px #ffffff,
        0px 7px 30px 15px #005aff;
}

.left_part, .right_part{width: 50%;}
.left_part{
    display: flex;
    align-items: center;
    padding-left: 150px;
}
.right_part{
    padding-right: 150px;
}
.center_part{
    margin: 0 80px;
}
.logo_place{
    background: url(/img/RF-loGO_V3_moving_stars-712-200.jpg) left no-repeat;
    background-size: contain;
    width: 200px;
    height: 100px;
    margin-bottom: 5px;
}
.about_place{
    color: #ffffff;
}
.about_place > p:first-child{
    margin: 0;
    margin-bottom: 30px;
}
.about_place>p:last-child {
    line-height: 1.5;
}
.about_place>p:last-child > br {
    margin-bottom: 10px;
    display: block;
    content: "";
}
.menu_alt{display: none;}
.menu_line,
.menu_line_alt{
    font-size: 12px;
    font-family: roboto, arial, helvetica;
    color: #ffffff;
    display: flex;
    justify-content: space-between;   
}
.menu_line > p, 
.menu_line_alt > p{
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 7px;
    cursor: pointer;
    margin: 0;
    margin-top: 20px;
    height: 15px;
    width: 60px;
    text-align: center;
    line-height: 13px;
    box-shadow: 30px -18px 50px -30px #134f7d inset, -30px -18px 50px -30px #111518 inset, 0px -45px 40px -38px #817c9f inset;  
}
.menu_line>p:hover,
.menu_line_alt>p:hover{
    background: #ffffff;
    color: #111518;
}
.menu_line_alt{
    width: 0;
    height: 0;
    overflow: hidden;
    margin-right: 20px; 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.menu_but > svg{
    width: 15px;
    height: 15px;
    stroke-width: 3px;
    stroke: #ffffff;
}
#mb_img_1{
    display: none;
}
.menu_but{
    width: fit-content;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 7px; 
    margin-top: 20px;   
}

.alltime_but{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 6px; */
    border: 1px solid #ffffff;
    border-radius: 7px;
}
.alltime_but > svg{
    width: 22px;
    height: 15px;
    stroke-width: 0px;
    fill: #ffffff;
}
.menu_but:hover,
.alltime_but:hover{
    background: #ffffff;    
}
.menu_but:hover > svg{
    stroke: #111518;
}
.alltime_but:hover>svg {
    fill: #111518;
}
#date{
    font-size: 15px;
    font-family: roboto, arial, helvetica;
    color: #ffffff;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time_box_text{
    font-size: 15px;
    font-family: roboto, arial, helvetica;
    color: #ffffff;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timeline{
    position: sticky;
}
.timelist{
    font-size: 12px;
    font-family: roboto, arial, helvetica;
    color: #ffffff;
    padding-top: 20px;
}
.timelist > table {
    border-spacing: 0;
    border-collapse: collapse;
	overflow: scroll;
}
.timelist > table td{
    padding: 0 20px 15px 0;
}
.timeborder{
    border-bottom: 1px solid #ffffff;
    position: relative;
    /* margin-left: -172px; */
}
.onlyphone {
    display: none;
}
#pagewiever{
    position: absolute;
    transform: scale(1);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	overflow: auto;
}
#bookwiever{
    position: absolute;
    transform: scale(1);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
	overflow: auto;
}
#bookwiever{transform: scale(0.1);}
#pw_name{
    font-size: 23px;
    font-family: roboto, arial, helvetica;
    color: #ffffff;
    
}
#pagewiever > div:first-child{
    display: flex;
    align-items: center;
    justify-content: center;;
    padding: 30px 80px;    
}
#pw_content{
    width: 50%;
    padding: 30px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-family: roboto, arial, helvetica;
    color: #ffffff;
}
.pw_back_but {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 7px;
    margin-left: 50px;
}
.pw_back_but>svg {
    width: 15px;
    height: 15px;
    stroke-width: 3px;
    stroke: #ffffff;
}
.pw_back_but:hover {
    background: #ffffff;
}
.pw_back_but:hover>svg {
    stroke: #111518;
}

#bookwiever > div{
    font-size: 12px;
    font-family: roboto, arial, helvetica;
    color: #ffffff;
    width: 600px;
    padding: 50px;
    border: 1px solid #ffffff;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
	overflow: auto;
	
}
#bw_name{font-size: 25px;
		}
#bw_name_art{font-size: 25px;
}


#bookwiever > div > div{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#bookwiever>div>div:first-child {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.bw_cont{
    align-items: flex-start;
    margin-bottom: 20px;
}
#bw_image{
    width: 200px;
    height: 200px;
    min-width: 200px;
    border-radius: 7PX;
    background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
}
#bw_text{
    padding-left: 20px;
}
.bw_nav > a{
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 7px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 20px 0 0;
}
.bw_nav > a:hover {
    background: #ffffff;
    color: #111518;
}



@media (orientation:landscape) and (max-width: 1440px) {
	.main_body{
        overflow: auto;
    }
    .left_part{
        padding-left: 50px;
    }
    .right_part{
        padding-right: 50px;
    }
    .center_part{
        margin: 10px;
    }
    /*.starship{
        flex-direction: row;
    }*/
    .logo_place_starship{
        width: 290px;
        background: url(/img/RF-loGO_V3_moving_stars-712-200.jpg) left no-repeat;
        background-size: contain;
        padding: 20px;
        /*margin: -23px;*/
        margin-top: -23px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        height: 55px;
    }
}

@media (orientation:landscape) and (max-width: 1024px) {
	.main_body{
        overflow: auto;
    }
    .left_part {padding-left: 20px;}
    .right_part {padding-right: 20px;}
    .starship{margin: 20px;}
    .center_part {margin: 0;}
    /* .timeborder {margin-left: -72px;} */
    .menu_line{
        display: none;
    }
    .menu_alt{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .timeline{padding-right: 20px;}
    /*.starship{
        flex-direction: row;
    }*/
    .logo_place_starship{
        width: 290px;
        background: url(/img/RF-loGO_V3_moving_stars-712-200.jpg) left no-repeat;
        background-size: contain;
        padding: 20px;
        /*margin: -23px;*/
        margin-top: -23px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        height: 55px;
    }
}

@media (orientation:portrait){
    .main_body{
        overflow: scroll;
    }
    .main_subwrapper{
        flex-direction: column;
        align-items: center;
        /*justify-content: flex-start;*/
        width: auto;
        padding: 10px;
    }
    .left_part{
        display: block;
        width: 100%;
        padding: 0;
    }
    .logo_place{
        margin: 0;
        display: none;
    }
    .starship{
        /*width: 100%;*/
        color: #c375e0;
        padding: 35px;
        padding-top: 50px;
        /*margin: 40px;*/
        background: #111518;
        /*border-radius: 500px;*/
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logo_place_starship{
        width: 200px;
        background: url(/img/RF-loGO_V3_moving_stars-712-200.jpg) left no-repeat;
        background-size: contain;
        /*padding: 0;*/
        /*margin: -23px;*/
        margin-top: -23px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        height: 55px;
    }
    
    .about_place{
        display: none;
    }
    .center_part{
        margin: 0;
        width: auto;
    }
    .right_part{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .menu_line{
        display: none;
    }
    .menu_alt{
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 15px;
        padding-bottom: 15px;
        background: #11151800;
    }
    .timeline{
        display: none;    
    }
    .timeborder{
        margin: 0;
        position: inherit;
        margin-left: -10px;
    }
    #date,.timelist{
        padding-left: 50px;
    }
    .alltime_but{
        display: none;
    }
    .menu_but{
        margin-top: 20px;
        margin-right: 10px;
    }
    .onlyphone{
        display: block;
    }
    #pw_content{
        width: auto;
        padding: 10px;
    }

	#bookwiever>div{
        width: 80%;
        padding: 6%;
        overflow: auto;
    }
    .bw_cont{
        flex-direction: column;
        align-items: center;
    }
    #bw_text{
        padding-left: 0;
        padding-top: 20px;
    }
    .player {
        margin: 20px;
    }
    .progress {
        width: 100%;
        height: 10px;
        background: #eee;
        cursor: pointer;
    }
    .progress-bar {
        height: 100%;
        width: 0;
        background: #76c7c0;
    }

    
		
}
/* Стили для кнопки */
semicircle_button {
    width: 100px; /* Ширина кнопки */
    height: 50px; /* Высота кнопки (половина круга) */
    border-radius: 0 50px 50px 0; /* Скругление только справа */
    background-color: transparent; /* Прозрачный фон */
    border: none; /* Убираем границу */
    overflow: hidden; /* Скрываем всё, что выходит за пределы кнопки */
    padding: 0; /* Убираем отступы */
    cursor: pointer; /* Курсор в виде указателя */
}

/* Стили для контейнера иконок */
#semicircle_button div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Стили для иконок */
.icon_svg {
    width: 50%; /* Размер иконок */
    height: 50%;
}

 




 /* Контейнер для всего ползунка */
 .slider-container {
    position: relative;
    width: 200px;
    height: 200px;
}

/* Скрываем стандартный input range */
#speed-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Делаем невидимым */
    cursor: pointer; /* Курсор в виде указателя */
}

/* Стили для ползунка (кружка) */
#slider-handle {
    transition: all 0.1s ease; /* Плавное перемещение */
}