body,html{font-family:Metal Mania,cursive;font-size:16px;height:100%;letter-spacing:.2rem;line-height:120%;margin:0}.App{background:url(/static/media/main_bg_black.e0aa1b17c6167fac26ea.png) no-repeat 50%/cover;height:100vh;text-align:center}.btn{background-color:#d6441b;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:inherit;font-size:25px;letter-spacing:.3rem;line-height:120%;padding:10px 30px;text-transform:uppercase;transition:all .3s linear}.btn:hover{background-color:#f35c33}.arrow-down{display:none;left:50%;margin:30px;position:absolute;top:-75px;-webkit-transform:translateX(-30px);transform:translateX(-30px)}.arrow-down span{-webkit-animation:arrow-down 2s infinite;animation:arrow-down 2s infinite;border-bottom:5px solid grey;border-right:5px solid grey;display:block;height:16px;margin:-16px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:16px}.arrow-down span:nth-child(2){-webkit-animation-delay:-.2s;animation-delay:-.2s}.arrow-down span:nth-child(3){-webkit-animation-delay:-.4s;animation-delay:-.4s}.player__content-taken-damage{-webkit-animation:damage-up 2s forwards;animation:damage-up 2s forwards}@-webkit-keyframes arrow-down{0%{opacity:0;-webkit-transform:rotate(45deg) translate(-20px,-20px);transform:rotate(45deg) translate(-20px,-20px)}50%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg) translate(20px,20px);transform:rotate(45deg) translate(20px,20px)}}@keyframes arrow-down{0%{opacity:0;-webkit-transform:rotate(45deg) translate(-20px,-20px);transform:rotate(45deg) translate(-20px,-20px)}50%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg) translate(20px,20px);transform:rotate(45deg) translate(20px,20px)}}@-webkit-keyframes damage-up{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:1}to{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes damage-up{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}50%{opacity:1}to{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.tool-tip{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;color:#b9b9b9;left:0;position:absolute;top:0;width:100%;z-index:100}.tool-tip-bottom{margin-top:10px;top:110%}.tool-tip-right{left:40%;top:-50%;width:auto}.tool-tip-top{font-size:18px;left:50%;top:-50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto}.create-character__info{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;padding:15px 10px 0}@media (max-height:919.9px){.create-character__info{height:458px}}.create-character__info-title{border-bottom:thin solid #4a4848;font-size:21px;line-height:120%;margin:0 0 30px;padding-bottom:7px;text-transform:uppercase}@media (max-height:919.9px){.create-character__info-wrapper{height:245px}}.create-character__info-descr{height:135px}.create-character__info-descr .descr__title{font-size:16px;font-weight:700;line-height:120%}@media (max-height:919.9px){.create-character__info-descr{cursor:pointer;height:auto}.create-character__info-descr .arrow{border:solid #b9b9b9;border-width:0 3px 3px 0;display:inline-block;padding:3px;transition:all .2s linear}.create-character__info-descr .arrow.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.create-character__info-descr .descr__text{display:none}.create-character__info-descr._desc-spoiler-open .descr__text{display:block}.create-character__info-descr._desc-spoiler-open .arrow.down{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}}.create-character__info .stats__title{font-size:16px;font-weight:700;line-height:120%}.create-character__info .stats__lists{padding:0 0 0 35px}.create-character__info .stats__elem{cursor:pointer;position:relative;text-align:left}.create-character__info .stats__elem:not(:last-child){margin-bottom:3px}@media (max-height:919.9px){.create-character__info .stats{cursor:pointer}.create-character__info .stats__lists{display:none}.create-character__info .stats._stats-spoiler-open .stats__lists{display:block}.create-character__info .stats .arrow{border:solid #b9b9b9;border-width:0 3px 3px 0;display:inline-block;padding:3px;transition:all .2s linear}.create-character__info .stats .arrow.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.create-character__info .stats._stats-spoiler-close .arrow.up{transform:rotate(45deg);-webkit-transform:rotate(45deg)}}.create-character__info .skills__title{font-size:16px;font-weight:700;line-height:120%}.create-character__info .skills__lists{align-items:center;display:flex;justify-content:space-evenly;padding:0}.create-character__info .skills__elem{border:2px solid #4a4848;cursor:pointer;display:flex;list-style:none;position:relative}.create-character__info .skills__elem img{height:64px;width:64px}.create-character__info .skills__elem:hover{border-color:rgba(214,67,27,.698)}.create-character{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;display:flex;height:100%;justify-content:center}.create-character__wrapper{color:#b9b9b9;width:1440px}.create-character__title{line-height:120%;margin:0 0 50px}@media (max-height:919.9px){.create-character__title{margin:0 0 25px}}.create-character__content{grid-gap:100px;display:grid;gap:100px;grid-template-columns:repeat(3,1fr);padding:0 50px;position:relative}.create-character__select{display:flex;flex-direction:column;gap:5px}.create-character__select-item{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;padding:15px 10px 100px}@media (max-height:919.9px){.create-character__select-item{padding:15px 10px 75px}}.create-character__select-title{border-bottom:thin solid #4a4848;font-size:21px;line-height:120%;margin:0 0 15px;padding-bottom:7px;text-transform:uppercase}.create-character__class,.create-character__race{align-items:center;display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.create-character__class-variable,.create-character__race-variable{border:2px solid #4a4848;cursor:pointer;height:64px;position:relative;width:64px}.create-character__class-variable img,.create-character__race-variable img{height:100%;left:0;position:absolute;top:0;width:100%}.create-character__class-variable._active,.create-character__race-variable._active{border:2px solid rgba(214,67,27,.698)}.create-character__bigimg{position:relative}.create-character__bigimg img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.create-character__form{align-items:center;display:flex;flex-direction:column;gap:50px;justify-content:center;margin-top:50px;position:relative}.create-character__form input{background-color:rgba(0,0,0,.171);border:1px solid #4a4848;border-left:none;border-radius:3px;border-right:none;color:#b9b9b9;font-family:inherit;font-size:20px;line-height:120%;outline:none;padding:10px 0;text-align:center;transition:all .2s ease;width:30%}.create-character__form input::-webkit-input-placeholder{color:#b9b9b9}.create-character__form input::placeholder{color:#b9b9b9}.create-character__form input:focus{border-color:rgba(214,67,27,.698)}.create-character__form-error{color:rgba(214,67,27,.698);position:absolute}@media (max-height:919.9px){.create-character__form{gap:25px;margin-top:25px}}.create-character__button{position:relative}.create-character__button:after{background-color:rgba(214,67,27,.698);bottom:50%;content:"";height:2px;left:0;position:absolute;width:100%;z-index:-1}.enemies{display:flex;gap:20px;justify-content:space-evenly;width:100%}.enemies__content{flex:0 1 25%;padding-bottom:30%;position:relative;width:100%}.enemies__content-img{-webkit-filter:drop-shadow(0 -2px 5px #fff);filter:drop-shadow(0 -2px 5px #fff);height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.enemies__content-img.enemies{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.enemies__content-img.isDead{top:20%}.enemies__content-img.isDead img{object-fit:contain}.enemies__content-hp{background-color:hsla(0,82%,74%,.795);bottom:-8%;position:absolute;right:0;width:100%}.enemies__content-hp span{background-color:rgba(255,0,0,.795);height:100%;left:0;max-width:100%;position:absolute}.enemies__content-hp p{color:#fff;font-size:11px;margin:0;position:relative;z-index:10}.enemies__content-taken-damage{color:red;font-size:30px;left:50%;line-height:120%;position:absolute;top:-10%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.enemies__content .arrow-down{display:none}.enemies__content:hover .arrow-down span{border-bottom:5px solid #f54818;border-right:5px solid #f54818}.player{display:flex;gap:20px;justify-content:space-evenly;width:100%}.player__content{flex:0 1 25%;padding-bottom:30%;position:relative;width:100%}.player__content-img{-webkit-filter:drop-shadow(0 -2px 5px #fff);filter:drop-shadow(0 -2px 5px #fff);height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.player__content-img.isDead{top:20%}.player__content-img.isDead img{object-fit:contain}.player__content-hp{background-color:hsla(0,82%,74%,.795);bottom:-8%;position:absolute;right:0;width:100%}.player__content-hp span{background-color:rgba(255,0,0,.795);height:100%;left:0;max-width:100%;position:absolute}.player__content-hp p{color:#fff;font-size:11px;margin:0;position:relative;z-index:10}.player__content-taken-damage{color:red;font-size:30px;left:50%;line-height:120%;position:absolute;top:-10%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.player__content .arrow-down{display:none}.player__content:hover .arrow-down span{border-bottom:5px solid #f54818;border-right:5px solid #f54818}.character-is-dead{align-items:center;background-color:hsla(0,0%,6%,.363);bottom:0;display:flex;font-family:Rubik Distressed,cursive;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:100}.character-is-dead p{color:red;font-family:Rubik Distressed,cursive;font-size:100px;line-height:120%;margin:0;text-transform:uppercase}.character-is-win{align-items:center;background-color:hsla(0,0%,6%,.363);bottom:0;display:flex;flex-direction:column;font-family:Rubik Distressed,cursive;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:100}.character-is-win p{color:#ffd000;font-family:Rubik Distressed,cursive;font-size:100px;line-height:120%;margin:0;text-transform:uppercase}.inventory{background-color:rgba(0,0,0,.8);bottom:0;box-sizing:border-box;height:100%;left:0;position:fixed;right:0;top:0}.inventory._character-window-open{left:50%;padding-left:25px}.inventory__wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.inventory__wrapper._character-window-open{align-items:flex-start}.inventory__container{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;color:#b9b9b9;height:390px;position:relative;width:320px}.inventory__header{border-bottom:thin solid #4a4848;line-height:120%;margin:0 10px;padding:5px 0;text-transform:uppercase}.inventory__close{border:2px solid #4a4848;cursor:pointer;height:20px;position:absolute;right:0;top:0;transition:all .1s ease;width:20px}.inventory__close:after,.inventory__close:before{background-color:#b9b9b9;content:" ";height:16px;left:9px;position:absolute;top:2px;transition:all .2s ease;width:2px}.inventory__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.inventory__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.inventory__close:hover{border-color:rgba(214,67,27,.698)}.inventory__close:hover:after,.inventory__close:hover:before{background-color:rgba(214,67,27,.698)}.inventory__body{padding:15px 20px}.inventory__body-items{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(5,1fr);margin:0;padding:0}.inventory__body-item{align-items:center;background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border:2px solid #4a4848;cursor:pointer;display:flex;height:48px;list-style:none;position:relative;scrollbar-width:none;transition:all .1s linear;width:48px}.inventory__body-item:hover{border-color:rgba(214,67,27,.698)}.inventory__body-item img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.inventory__body-item span{bottom:0;font-size:14px;line-height:120%;position:absolute;right:0}.inventory__footer{border-top:thin solid #4a4848;margin:0 10px;padding:5px 0}.character-window{align-items:center;background-color:rgba(0,0,0,.8);bottom:0;box-sizing:border-box;color:#b9b9b9;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0}.character-window._inventory-open{align-items:flex-end;padding-right:25px;right:50%}.character-window__wrapper{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;height:574px;position:relative;width:520px}.character-window__title{border-bottom:thin solid #4a4848;line-height:120%;margin:0 10px;padding:5px 0;text-transform:uppercase}.character-window__close{border:2px solid #4a4848;cursor:pointer;height:20px;position:absolute;right:0;top:0;transition:all .1s ease;width:20px}.character-window__close:after,.character-window__close:before{background-color:#b9b9b9;content:" ";height:16px;left:9px;position:absolute;top:2px;transition:all .2s ease;width:2px}.character-window__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.character-window__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.character-window__close:hover{border-color:rgba(214,67,27,.698)}.character-window__close:hover:after,.character-window__close:hover:before{background-color:rgba(214,67,27,.698)}.character-window__body{display:grid;grid-template-columns:70% 30%;padding:15px 15px 40px}.character-window .body__column:not(:last-child){border-right:2px solid #4a4848}.character-window .body__column-name{margin:0 0 10px}.character-window .body__column .equipment{display:grid;grid-template-columns:25% 50% 25%;min-height:310px}.character-window .body__column .equipment__slots{align-items:center;display:flex;flex-direction:column;gap:6px;margin:0;padding:6px 0}.character-window .body__column .equipment__slots.weapon{flex-direction:row;gap:15px;justify-content:center;min-height:80px;padding:0}.character-window .body__column .equipment__slot{border:2px solid #4a4848;height:48px;list-style:none;position:relative;width:48px}.character-window .body__column .equipment__slot img{height:100%;left:0;object-fit:contain;opacity:.3;position:absolute;top:0;width:100%}.character-window .body__column .equipment__slot img._isEquipped{opacity:1}.character-window .body__column .equipment__slot.weapon{height:64px;width:64px}.character-window .body__column .equipment__character-img{position:relative}.character-window .body__column .equipment__character-img img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.character-window .stats__lists{align-items:flex-start;display:flex;flex-direction:column;gap:15px;margin:0;padding:35px 15px}.character-window .stats__elem{list-style:none}.fight-scene__skills-panel{bottom:0;display:flex;gap:20px;height:auto;justify-content:center;left:50%;margin:0 auto;padding:0;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.fight-scene__skills-panel .skills__item{border:2px solid #b9b9b9;cursor:pointer;flex:0 1 4%;list-style:none;padding-bottom:4%;position:relative;transition:all .3 linear}.fight-scene__skills-panel .skills__item-cooldown{color:#fff;-webkit-filter:drop-shadow(0 -2px 5px rgba(214,67,27,.698));filter:drop-shadow(0 -2px 5px rgba(214,67,27,.698039));font-size:34px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fight-scene__skills-panel .skills__item:hover{border-color:rgba(214,67,27,.698)}.fight-scene__skills-panel img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.fight-scene{box-sizing:border-box}.fight-scene__wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fight-scene__main,.fight-scene__wrapper{height:100%;position:relative}.fight-scene__main-backimg{height:89vh;position:relative;width:100%}.fight-scene__main-backimg img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.fight-scene__main-backimg:after{background:linear-gradient(rgba(3,3,3,.1),#030303);bottom:0;content:"";height:50px;left:0;position:absolute;width:100%}.fight-scene__main-characters{bottom:13%;display:flex;gap:200px;justify-content:space-evenly;position:absolute;width:100%}.fight-scene__header-panel{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));display:flex;height:50px;left:0;position:absolute;top:0;width:100%;z-index:100}.fight-scene__header-panel .header-panel__character{cursor:pointer;height:48px;padding:0 30px;position:relative;width:48px}.fight-scene__header-panel .header-panel__character img{border-radius:50%;height:48px;left:50%;object-fit:contain;position:absolute;top:0;width:48px}.fight-scene__header-panel .header-panel__inventory{cursor:pointer;height:48px;padding:0 30px;position:relative;width:48px}.fight-scene__header-panel .header-panel__inventory img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.Main-scene{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100vh;width:100vw}.Main-scene,.Main-scene__modal{display:flex;justify-content:center}.Main-scene__modal{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;flex-direction:column;height:700px;max-width:1440px;padding:0 60px}.Main-scene__list{list-style-type:none;padding:0}.Main-scene__list .item__list{margin-bottom:50px;position:relative}.Main-scene__list .item__list-button{width:205px}.Locations{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%;justify-content:center}.Locations__title{color:#b9b9b9;margin:0 0 50px}.Locations__modal{grid-gap:30px;background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;display:grid;gap:30px;grid-template-columns:repeat(3,300px);grid-template-rows:repeat(2,200px);margin-bottom:50px;max-width:1440px;padding:40px;position:relative}.Locations__modal-item{border:2px solid #4a4848;box-shadow:-2px 10px 35px 1px rgba(0,0,0,.5);cursor:pointer;display:flex;height:200px;position:relative;width:300px}.Locations__modal-item:hover{border:2px solid rgba(214,67,27,.698)}.Locations__modal-item span{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));bottom:0;color:#b9b9b9;font-size:18px;left:50%;line-height:120%;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%);width:100%}.Locations__modal-item img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.exploration-scene,.exploration-scene__backimg{height:100%;position:relative}.exploration-scene__backimg{width:100%}.exploration-scene__backimg img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.exploration-scene ul{bottom:5%;display:flex;justify-content:space-around;list-style:none;padding:0;position:absolute;width:100vw;z-index:1}.exploration-scene ul li{display:inline}.arrow-hover{cursor:pointer;height:50px;margin:20px;position:relative;width:80px}.arrow-hover div{background-color:#b9b9b9;box-shadow:0 3px 5px rgba(0,0,0,.2);display:block;height:10px;left:0;position:relative;top:20px;width:90px}.arrow-hover div:after{top:-11px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.arrow-hover div:after,.arrow-hover div:before{background-color:#b9b9b9;content:"";height:10px;position:absolute;right:-8px;width:40px}.arrow-hover div:before{box-shadow:0 3px 5px rgba(0,0,0,.2);top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.arrow-hover:hover{-webkit-animation:arrow-hover-right 1s linear infinite;animation:arrow-hover-right 1s linear infinite}.arrow-hover:hover div,.arrow-hover:hover div:after,.arrow-hover:hover div:before{background-color:#d6431b}.arrow-hover.move-left{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.arrow-hover.move-left:hover{-webkit-animation:arrow-hover-left 1s linear infinite;animation:arrow-hover-left 1s linear infinite}.arrow-hover.move-forward{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.arrow-hover.move-forward:hover{-webkit-animation:arrow-hover-forward 1s linear infinite;animation:arrow-hover-forward 1s linear infinite}@-webkit-keyframes arrow-hover-right{0%{left:0}50%{left:10px}to{left:0}}@keyframes arrow-hover-right{0%{left:0}50%{left:10px}to{left:0}}@-webkit-keyframes arrow-hover-left{0%{right:0}50%{right:10px}to{right:0}}@keyframes arrow-hover-left{0%{right:0}50%{right:10px}to{right:0}}@-webkit-keyframes arrow-hover-forward{0%{bottom:0}50%{bottom:10px}to{bottom:0}}@keyframes arrow-hover-forward{0%{bottom:0}50%{bottom:10px}to{bottom:0}}.exploretion-is-complite{align-items:center;background-color:hsla(0,0%,6%,.363);bottom:0;display:flex;flex-direction:column;font-family:Rubik Distressed,cursive;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:100}.exploretion-is-complite p{color:#ffd000;font-family:Rubik Distressed,cursive;font-size:100px;line-height:120%;margin:0;text-transform:uppercase}.shop{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.shop__title{color:#b9b9b9;margin:0 0 50px}.shop__modal{align-items:center;background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;display:flex;height:500px;justify-content:space-evenly;position:relative;width:800px}.shop__modal p{color:#fff;font-size:21px;left:50%;line-height:120%;position:absolute;top:-15px;-webkit-transform:translate(-50%);transform:translate(-50%)}.shop__modal img{height:400px}.shop__modal-items{grid-gap:5px;color:#b9b9b9;display:grid;gap:5px;grid-template-columns:repeat(3,69px);margin-bottom:15px}.shop__modal-item{align-items:center;background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border:2px solid #4a4848;cursor:pointer;display:flex;height:67px;justify-content:center;list-style:none;position:relative;width:67px}.shop__modal-item img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.shop__modal-item span{bottom:0;color:inherit;font-size:20px;line-height:120%;position:absolute}.shop__modal-item:hover{border-color:rgba(214,67,27,.698)}.shop__modal-gold{color:#b9b9b9;margin-top:20px}.shop__btn{margin-top:50px}.chest-scene{position:relative}.chest-scene__bimg{height:100vh;position:relative}.chest-scene__bimg img{object-fit:cover}.chest-scene__bimg img,.chest-scene__wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.chest-scene__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.chest-scene__content{background:linear-gradient(rgba(3,3,3,.6),rgba(3,3,3,0));border-radius:5px 5px 0 0;height:500px;position:relative;width:500px}.chest-scene__cimg{height:100%;position:relative;width:100%}.chest-scene__cimg img{cursor:pointer;height:auto;left:50%;object-fit:cover;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:150px}.chest-scene__loot{align-items:center;color:#fff;display:flex;flex-direction:column;gap:150px;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%}.chest-scene__loot p{font-size:21px;line-height:120%}.chest-scene__loot-content{padding-bottom:20%;position:relative;width:100%}.chest-scene__loot-content img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.dialog-scene{position:relative}.dialog-scene__bimg{height:100vh;position:relative}.dialog-scene__bimg img{object-fit:cover}.dialog-scene__bimg img,.dialog-scene__wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.dialog-scene__wrapper{align-items:flex-end;background-color:rgba(0,0,0,.8);display:flex}.dialog-scene__content{align-items:center;display:flex;justify-content:center;margin-left:-10%;width:100%}.dialog-scene__content-dialog,.dialog-scene__content-npc{flex:0 1 40%}.dialog-scene__content-npc{flex:0 1 19%;padding-bottom:34%;position:relative}.dialog-scene__content-npc img{height:100%;object-fit:contain;position:absolute;right:0;top:0;width:100%}.dialog-scene__content .dialog__body{border:2px solid #4a4848;color:#b9b9b9;display:flex;flex-direction:column;height:200px}.dialog-scene__content .dialog__body-npc-name{border-bottom:thin solid #4a4848;line-height:120%;margin:0;padding:10px 34px;text-align:start}.dialog-scene__content .dialog__body-text{align-items:center;display:flex;flex:1 1 auto;font-size:18px;justify-content:center;line-height:120%;margin:0}
/*# sourceMappingURL=main.64d55536.css.map*/