#overlay_leftmenu {position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color: rgb(0 0 0 / 63%);z-index: 4;display:none;}
#overlay {position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color: #000000b8;z-index: 10;display:none;}

.book-wrap h2{margin: 0px 44px 0 0;font-size: 24px;font-family: 'e-UkraineHead', sans-serif;font-weight:700;padding: 0;line-height: 1.3;}
.book-wrap p {margin-top: 22px;line-height: 1.6;font-size: 16px;font-family: 'e-Ukraine', sans-serif;font-weight:300;padding: 0;}
.book-wrap p strong {font-family: 'e-Ukraine', sans-serif;font-weight:700;}
#audio audio:focus {outline: none;box-shadow: none;}
.music_source {margin: 32px 0 0 0;}
.music_source figcaption {font-family: 'e-Ukraine',sans-serif;font-weight:300;font-size: 16px;margin: 12px 0 0 12px;}
.music_source audio {display: block;width: 100%;}

.title-text-boss{transition: transform 0.5s ease-in-out;position: fixed;z-index: 1;top:0;left:0;right:0;width: 100%;min-height: 50px;background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0.4));}
.title-text-boss .wrap {margin: 30px 44px 32px 0;text-align: right;transition: margin 0.5s ease-out;width: auto;}
#title_text {font-size: 20px;color: #fff;font-family: 'e-Ukraine', sans-serif;font-weight: 700;text-shadow: 1px 1px 0px #000000a6;line-height: 1.5;text-align: center;}

.navigation_scene {position: fixed;transition: all 0.5s ease-out;z-index: 1;bottom: 26px;left: calc(50% + 140px);transform: translateX(-50%);display: flex;align-items: center;}
.navigation_scene.center-position {left: 50%;transform: translateX(-50%);transition: all 0.5s ease-out;}
.navigation_scene .wrap {/* background-color: #5e5e5e8c; *//* border-radius: 30px; */display: flex;flex-direction: row;justify-content: space-between;align-items: center;/* min-height: 44px; *//* min-width: 90px; *//* padding: 4px 6px; */gap: 8px;}
.navigation_scene .icon {opacity: 1;border-radius: 34px;width: 44px;height: 44px;background-image: url(resources/menu-ico/shevron-bold-white.svg);background-repeat: no-repeat;background-size: 28px;background-position: 10px 50%;overflow: hidden;border-radius: 50%;background-color: #142760bf;}
.navigation_scene .icon.disabled  {opacity: 0.5;}

.navigation_scene .icon.enabled:hover {cursor:pointer;background-color: #1343D0;}
.touchevents .navigation_scene .icon.enabled:hover {background-color: #142760bf;}
#button_prev {transform: scaleX(-1);}

#tooltip-down-menu {position:absolute;left: -52px;bottom: 82px;background-color: #142760;height: 32px;display: none;align-items: center;justify-content: center;border-radius: 5px;z-index: 9;}
#tooltip-down-menu span {display:block;font-family: Helvetica;font-size: 13px;color: #fff;text-align: center;margin: 0 14px;white-space: nowrap;}
#tooltip-down-menu:before {content:'';display:block;position:absolute;top: 27px;left: 50%;transform: translateX(-50%);width: 10px;height: 10px;background-color: #142760;transform: translateX(-50%) rotate(45deg);}

.control_menu {position: fixed;transition: all 0.5s ease-out;z-index: 1;bottom: 26px;left: 280px;display: flex;align-items: center;}
.control_menu.center-position {left: 30px;transition: all 0.5s ease-out;}

.control_menu .button {width: 44px;height: 44px;background: #142760bf;border-radius: 50%;background-repeat: no-repeat;margin: 0 4px;}
.control_menu .button:hover {cursor:pointer;background-color: #1343D0;}
.touchevents .control_menu .button:hover {background-color: #142760bf;}
.control_menu .home {background-image: url(resources/menu-ico/home.svg);background-size: 22px;background-position: 50% 10px;}
.control_menu .fullscreen.on {background-image: url(resources/menu-ico/fullscreen-on.svg);background-size: 20px;background-position: 50% 50%;}
.control_menu .fullscreen.off {background-image: url(resources/menu-ico/fullscreen-off.svg);background-size: 20px;background-position: 50% 50%;}
.control_menu .zoom-in {background-image: url(resources/menu-ico/zoom-in.svg);background-size: 20px;background-position: 50% 50%;}
.control_menu .zoom-out {background-image: url(resources/menu-ico/zoom-out.svg);background-size: 20px;background-position: 50% 50%;}
.control_menu .audio.off {background-image: url(resources/menu-ico/sound-off.svg);background-size: 22px;background-position: 50% 50%;transform: rotate(180deg);}
.control_menu .audio.on {background-image: url(resources/menu-ico/sound-on.svg);background-size: 22px;background-position: 50% 50%;transform: rotate(180deg);}

.left-menu {position: fixed;top: 0;left: 0;height: 100%;z-index: 4;transition: transform 0.5s ease-out;box-shadow: 1px 0 7px 0 #0000006e;}
.left-menu.close {transform: translateX(-290px);transition: transform 0.5s ease-out;}
.left-menu.open {transform: translateX(0px);}
.left-menu-wrap {background: #142760;width: 246px;padding: 24px 4px 4px 0;overflow: hidden;height: 100%;}

.hide-left-menu {position:absolute;top: 18px;left: 230px;border-radius: 47px;box-shadow: 0px 0px 2px 0px #262626bf;width: 30px;height: 30px;cursor: pointer;background-color: #6175b1;background-image: url(resources/menu-ico/close-white.svg);background-size: 18px;background-position: 50% 50%;background-repeat: no-repeat;}
.hide-left-menu:hover {/* background-size: 22px; */background-color: #1343D0;}
.hide-left-menu .tooltip {position:absolute;top: 0px;left: 46px;background-color: #142760;min-width: 120px;min-height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 5px;visibility: hidden;}
.hide-left-menu .tooltip span {display:block;font-family: 'e-Ukraine-Light';font-family: Helvetica;font-size: 13px;color: #fff;text-align: center;}
.hide-left-menu .tooltip:before {content:'';display:block;position:absolute;top: 10px;left: -4px;width: 10px;height: 10px;background-color: #142760;transform: rotate(45deg);}

.hide-left-menu-mobver {display:none;position:absolute;top: 20px;left: 264px;border-radius: 50px;width: 36px;height: 36px;cursor: pointer;background-color: #1343d0;background-image: url(resources/menu-ico/close-white.svg);background-size: 22px;background-position: 50% 50%;background-repeat: no-repeat;}

.show-left-menu {z-index:2;transform: translateX(-280px);transition: transform 0.5s ease-in;position:absolute;top: 20px;left: 20px;border-radius: 47px;background-color: #142760bf;width: 52px;height: 52px;cursor: pointer;background-image: url(resources/menu-ico/me1.svg);background-size: 30px;background-position: 12px 50%;background-repeat: no-repeat;}
.show-left-menu:hover {background-color: #1343D0;box-shadow: 0 0 0 4px #ffffff5c;}
.show-left-menu.enabled {transform: translateX(0px);transition: transform 0.5s ease-out;}

.left-menu-title {color: #ffffff;margin: 0 14px 14px 16px;padding-bottom: 16px;border-bottom: 2px solid #fff;}
.left-menu-title .position{font-size: 16px;margin-bottom: 16px;line-height: 15px;font-weight: 700;font-family: 'e-Ukraine';}
.left-menu-title .name{font-size: 36px;line-height: 36px;font-family: 'ermilov';}
.left-menu-title span{display:block;}

.left-menu-wrap .scroll-container {overflow-y: auto;height: calc(100% - 170px);padding: 0 11px 20px 16px;}
.left-menu-wrap .scroll-container::-webkit-scrollbar {width: 2px;}
.left-menu-wrap .scroll-container::-webkit-scrollbar-thumb {background-color: #f3f3f380;border-radius: 9em;box-shadow: inset 1px 1px 10px #f3f3f380;display:none;}
.left-menu-wrap .scroll-container:hover::-webkit-scrollbar-thumb {display:block;}

.left-menu-wrap .links-menu {overflow: hidden;border-bottom: 1px solid #ffffff;margin-bottom: 22px;}
.left-menu-wrap .links-menu span:hover {cursor:pointer;color: #b3e5fc;}
.left-menu-wrap .links-menu span {display: inline-block;font-size: 12px;color:#fff;line-height: 1.4em;padding-bottom: 15px;text-decoration: none;padding-left: 6px;position: relative;font-family: 'e-Ukraine', sans-serif;font-weight: 300;}

.item_div {margin-top: 16px;color: #fff;border-radius: 8px;position: relative;overflow: hidden;}
.item_div.leave {cursor:pointer}
.item_div:after {content:'';display:block;position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;border-radius: 8px;z-index: 2;box-sizing: border-box;border: 4px solid transparent;}
.item_div.active::after{border: 3px solid #1343D0;}
.item_div.leave.item_div::after {border: 3px solid #1343D0;}
.item_div:hover.item_div.active::after {cursor:default;}

.item_div img {width: 100%;height: 132px;display: block;border-radius: 8px;}
.item_div .title {display:block;font-size: 17px;font-family: 'e-Ukraine', sans-serif;font-weight: 500;padding: 18px 10px 16px 16px;width: 100%;z-index: 2;position: absolute;bottom: 0;left: 0;right: 0;background: linear-gradient(#06060600, #06060673, #000000ad);border-radius: 0 0 8px 8px;}
.item_div .count {display: flex;position: absolute;top: 9px;right: 9px;width: 22px;height: 22px;border-radius: 20px;color: #fff;font-size: 11px;font-family: 'e-Ukraine-regular';align-items: center;justify-content: center;box-shadow: 0 0 0 1px #fff;z-index: 2;}
.item_div.active .count {background-color: #1976d2;}

.left-menu .checkin {position: absolute;top: 12px;right: 11px;width: 18px;height: 18px;background-color:#fff;border-radius: 12px;background-image: url(resources/menu-ico/check.svg);background-size: 14px;background-position: center;background-repeat: no-repeat;box-shadow: 1px 1px 3px #00000061;z-index: 4;cursor: default;}
.left-menu .glaz {position: absolute;top: 10px;right: 10px;width: 20px;height: 20px;background-color:#fff;border-radius: 18px;background-image: url(resources/menu-ico/user.svg);background-size: 12px;background-position: center;background-repeat: no-repeat;box-shadow: 1px 1px 3px #00000047;z-index: 4;cursor: default;}

.left-menu .powered-block {color: #cacaca;text-align: left;margin: 12px auto 0 auto;font-family: 'e-Ukraine', sans-serif;font-weight: 300;}
.left-menu .powered-block .border-top {width: 96%;margin: 22px auto 0;border-top: 2px dotted #9f9f9f;}
.left-menu .powered-block .border-bottom {width: 72%;margin: 0 auto 30px;border-top: 2px dotted #9f9f9f;}
.left-menu .powered-block .information {font-size: 12px;padding: 22px 6px 0;line-height: 1.7;}
.left-menu .powered-block .information a{color: #cacaca;}
.left-menu .powered-block .information a:hover{color: #90caf9;}
.left-menu .powered-block .developer {font-size: 12px;padding: 22px 6px 0;}
.left-menu .powered-block .developer a{color: #cacaca;font-size: 14px;}
.left-menu .powered-block .developer a:hover {text-decoration:underline;color: #fff;}
.left-menu .powered-block .feedback {font-size: 12px;padding: 22px 6px 0;line-height: 1.7;}
.left-menu .powered-block .feedback a{text-decoration: none;color: #fff;}
.left-menu .powered-block .feedback a:hover {text-decoration: underline;}
.left-menu .powered-block .copyright {font-size: 12px;padding: 18px 6px 0;line-height: 1.5;}
.left-menu .powered-block .warning {font-size: 12px;padding: 18px 6px 0;line-height: 1.6;}

.left-menu .powered-block .partner {
    margin-top: 32px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.left-menu .powered-block .partner img {}
.left-menu .powered-block .partner div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 204px;
}
.left-menu .powered-block .partner .lg_1 {
    background-color: #fff;
    padding: 16px;
}
.left-menu .powered-block .partner .lg_2 {
    background-color: #fff;
    padding: 16px;
    margin-top: 12px;
}
.left-menu .powered-block .partner .lg_3 {
    background-color: #fff;
    padding: 16px;
    margin-top: 12px;
}
.left-menu .powered-block .partner .lg_4 {
    background-color: #fff;
    padding: 10px 16px 16px 16px;
    margin-top: 12px;
}

.mobile-menu {display:none;position: fixed;left: 0;z-index: 3;}
.mobile-menu .button {border-radius: 50%;background-repeat: no-repeat;background-color: #142760bf;}
.mobile-menu .menu {background-image: url(resources/menu-ico/m4.svg);}

/*** 1030px  (!!!! for 1024) *******************/
@media screen and (max-width: 1030px) {
#tooltip-down-menu {opacity:0;}
}

/*** 1010px  (!!!! for 962) *******************/
@media screen and (max-width: 1010px) {
.title-text-boss{background-image: linear-gradient(0deg,rgba(0,0,0,0),rgb(0 0 0 / 49%));}

.left-menu-wrap {width: 282px; padding: 28px 4px 4px 4px;}
.left-menu {transform: translateX(-320px);box-shadow: none;}
.left-menu-wrap .scroll-container {height: calc(100% - 148px);padding: 0 11px 40px 16px;}
.left-menu.close {transform: translateX(-320px);}
.left-menu.open {transform: translateX(0px);}
.left-menu-title .name {/* font-size: 34px; *//* line-height: 36px; */}
.left-menu-title .position {/* margin-right: 20px; *//* font-size: 16px; *//* font-weight: 100; */}
.left-menu-wrap .links-menu .link {font-size: 13px;}
.show-left-menu, .hide-left-menu {display:none;}
.hide-left-menu-mobver {left: 264px;}
.item_div img {height: 150px;height: auto;aspect-ratio: 212/132;}
.item_div:hover.item_div:after {border: 2px solid transparent;}
.item_div:hover.item_div.active:after {border: 2px solid #fff;}
.left-menu .powered-block .information {font-size:13px;}
.left-menu .powered-block .feedback {font-size:13px;}
.left-menu .powered-block .warning {font-size:13px;}
.left-menu .powered-block .copyright {font-size:13px;}
.left-menu .powered-block .developer {font-size:13px;}
.left-menu .powered-block .developer a {font-size: 15px;}
.left-menu .powered-block .partner div {width: 230px;}

.navigation_scene {left: 50%;z-index: 3;}
.control_menu {left: 0;width: 100vw; display: flex; justify-content: space-between; padding: 0 32px;}
.control_menu .fullscreen, .control_menu .zoom-in, .control_menu .zoom-out {display:none;}
.control_menu.center-position {left: 0;}

.mobile-menu {display:block;top: 32px;left: 32px;}
.mobile-menu .button {width: 52px;height: 52px; box-shadow: 0 0 0 4px #ffffff2b;}
.mobile-menu .menu {background-size: 28px;background-position:50%;}



}

/*** 770px (!!!! for 768) *******************/
@media screen and (max-width: 770px) {
}

/*** 642px (!!!! for 640) *******************/
@media screen and (max-width: 642px) {
.title-text-boss .wrap {margin: 22px 32px 32px 26px;}
}

/*** 482px (!!!! for 480) *******************/
@media screen and (max-width: 482px) {
#title_text {font-size: 18px;text-shadow: none;}
.mobile-menu {top: 22px;left: 22px;}
.mobile-menu .button {width: 46px;height: 46px;background-size: 24px;}
.navigation_scene {bottom: 22px;}
.control_menu {bottom: 22px;padding: 0 22px;}
}

/* 440px */
@media screen and (max-width: 440px) {
#title_text {font-size: 16px;}
}

/*** 432px (!!!! for 424/428/430) *******************/
@media screen and (max-width: 432px) {
.title-text-boss .wrap {margin: 22px 22px 32px 20px;}
}

/*** 416px (!!!! for 412/414) *******************/
@media screen and (max-width: 416px) {
}

/*** 395px (!!!! for 390/393) *******************/
@media screen and (max-width: 395px) {
}

/*** 377px (!!!! for 375) ***********************/
@media screen and (max-width: 377px) {
.title-text-boss .wrap {margin: 20px 20px 32px 20px;}
.mobile-menu {top: 20px;left: 20px;}
.mobile-menu .button {width: 46px;height: 46px;background-size: 24px;}
.navigation_scene {bottom: 18px;}
.control_menu {bottom: 18px;padding: 0 18px;}
}

/*** 362px (!!!! for 360) ***********************/
@media screen and (max-width: 362px) {
.title-text-boss .wrap {margin: 18px 18px 32px 18px;}
}

/*** 343px (!!!! for 342) ***********************/
@media screen and (max-width: 343px) {
#title_text {font-size: 15px;}
}

/*** 324px (!!!! for 320) ***********************/
@media screen and (max-width: 324px) {
}