.chat{background:#000000e6;border:1px solid #e9204f;border-radius:.3rem .3rem 0 0;bottom:0;display:flex;flex-direction:column;height:500px;max-width:360px;position:fixed;right:0;transition:all .3s ease;width:100%;z-index:1}@media (max-width:1500px){.chat{max-width:320px}}@media (max-width:360px){.chat{max-width:90%}}.chat__hidden{background:radial-gradient(50% 50% at 50% 50%,#2f3439 0,#1f242b);border:1px solid #272c32;border-radius:.5rem .5rem 0 0;color:#fff;cursor:pointer;font-size:12px;letter-spacing:.1rem;margin-top:-350px;padding:0 2rem 2rem;position:fixed;right:-371px;text-transform:uppercase;top:50%;transform:rotate(-90deg);transition:all .3s ease;z-index:10}@media (max-width:1500px){.chat__hidden{margin-top:-330px;right:-360px}}@media (max-width:360px){.chat__hidden{right:-36rem}}@media (min-width:769px){.chat__hidden:hover{right:-360px}}.chat__hidden .chat-close{top:.7rem;transform:rotate(-90deg)}.chat__hidden .chat-header{padding-top:13px}.chat-hide{background:radial-gradient(50% 50% at 50% 50%,#2f3439 0,#1f242b);border:1px solid #272c32;border-radius:.5rem .5rem 0 0;color:#fff;cursor:pointer;font-size:12px;letter-spacing:.1rem;padding:1.3rem 2rem 2rem;position:fixed;right:-165px;text-transform:uppercase;top:50%;transform:rotate(-90deg);transition:all .3s ease;z-index:10}.chat-hide:hover{background:#2f3439}.chat-hide svg{fill:#3b4042;left:-1rem;position:relative;transform:rotate(-90deg)}.chat-r{background:#111217;border:1px solid #14161b;margin:-2rem 0 0;position:relative}@media (max-width:1600px){.chat-r{bottom:0;margin:0;position:fixed;right:-35rem;top:0;z-index:23}}.chat-header{align-items:center;display:flex;justify-content:space-between;padding:2rem 2rem 2rem 50px;position:relative}@media (max-width:1600px){.chat-header{padding-bottom:0;padding-right:5rem}.chat-header .chat-free{display:none}}@media (max-width:767px){.chat-header{padding-left:4rem;padding-right:2rem}.chat-header .chat-free{display:block;left:0;margin:0;position:absolute;right:0;top:0}}@media (max-width:620px){.chat-header{padding-left:5rem}}.chat-title{color:#fff;font-size:18px;text-transform:uppercase}.chat-title .status{background:#00ec9d;border-radius:50%;display:inline-block;height:.5rem;margin-left:.5rem;padding-top:.5rem;vertical-align:top;width:.5rem}.chat .specification{align-items:center;color:#3b4042;display:inline-flex;font-size:1.2rem;text-transform:uppercase}.chat .specification svg{fill:#3b4042;height:1.9rem;margin-right:1rem;width:2rem}.chat .specification:hover{color:#fff}.chat .specification:hover svg{fill:#fff!important}.chat-close{align-items:center;background:#f43461;border:1px solid #e9204f;border-radius:5px;cursor:pointer;display:inline-flex;height:40px;justify-content:center;left:-1rem;position:absolute;top:1.5rem;width:40px}@media (max-width:767px){.chat-close{display:inline-flex;left:-1rem}}.chat-close svg{fill:#fff;height:.9rem;width:1.5rem}.chat-close:hover{background:#2a2e37}.chat-close:hover svg{fill:#fff}.chat-close-close{display:none;position:absolute;right:2rem;top:2rem}@media (max-width:1600px){.chat-close-close{display:block}}.chat-close-close svg{height:1.4rem;width:1.4rem}.chat-cont{flex:1 1 auto;max-height:calc(100vh - 29.5rem);overflow:auto}@media (max-width:1600px){.chat-cont{margin-top:15px;max-height:calc(100vh - 12.5rem)}}.chat-item{background:#f43461;border-radius:1rem;color:#fff;display:flex;font-size:12px;margin-bottom:1rem;max-width:32rem;padding:15px 20px;width:calc(100% - 5rem)}@media (max-width:767px){.chat-item{max-width:100%}}.chat-item__me{background:#ffffffe6;color:#101010;margin-left:auto}.chat-item.offline .chat-item-photo:before{background:linear-gradient(180deg,#d70f0f,#b31616);box-shadow:0 0 10px #00ba7c33}.chat-item-photo{display:block;max-width:4.8rem;min-width:4.8rem;position:relative}.chat-item-photo+.chat-right{margin-left:1rem}.chat-item-photo:before{background:linear-gradient(180deg,#0fa,#00c885);border-radius:50%;bottom:.3rem;box-shadow:0 0 10px #00ba7c33;content:"";height:.8rem;position:absolute;right:.3rem;width:.8rem;z-index:1}.chat-item-photo:after{background:#111217;border-radius:10px 0 0;bottom:-.3rem;content:"";height:2rem;position:absolute;right:-.3rem;width:2rem}.chat-item-header{display:flex;font-size:1.2rem;justify-content:space-between;padding-bottom:.5rem;width:100%}.chat-item-name{color:#fff;max-width:calc(100% - 6rem);overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.chat-item-time{color:#3b4042}.chat-item-desc{font-size:16px;line-height:1.5}.chat-right{flex:1 1 auto;max-width:100%}.chat-bottom{padding-bottom:2rem;padding-top:2rem}.chat-form__inner{display:flex;justify-content:space-between;position:relative}.chat-form{padding:0 0 0 1.5rem;position:relative}.chat-form .field-wrapper{display:block;margin-right:4.5rem;width:calc(100% - 5rem)}.chat-form .field-wrapper .field-textarea{background:#21252c;border:none;border-radius:.5rem;color:#fff;font-size:1.4rem;font-weight:500;height:4rem;padding:1rem;width:100%}.chat-form .field-wrapper .field-textarea:-moz-placeholder,.chat-form .field-wrapper .field-textarea:-ms-input-placeholder,.chat-form .field-wrapper .field-textarea:-webkit-input-placeholder,.chat-form .field-wrapper .field-textarea::-moz-placeholder,.chat-form .field-wrapper .field-textarea::-ms-input-placeholder,.chat-form .field-wrapper .field-textarea::-webkit-input-placeholder,.chat-form .field-wrapper .field-textarea::placeholder,.chat-form .field-wrapper .field-textarea:placeholder{color:#fff;opacity:1}.chat-form-stats{color:#ebeffd33;font-size:1.2rem;position:absolute;right:1.5rem;text-align:center;top:2rem;width:4.8rem}.chat .btn{border-radius:.5rem;bottom:0;cursor:pointer;height:4rem;padding:0;position:absolute;right:1rem;width:4rem}.chat .btn:hover svg{fill:#fff}.chat .btn svg{cursor:pointer;fill:#fff;height:2.1rem;left:calc(50% - 1.2rem);position:absolute;top:calc(50% - 1rem);width:2.5rem}.chat .btn.--pink{background:#e9204f;color:#fff}.chat .btn.--disabled{background:#bcbcbc;cursor:default}.chat .btn.--disabled svg{cursor:default;fill:#fff}.chat-free{background:linear-gradient(90deg,#ff4a00,#ff6800);bottom:0;height:6rem;left:0;position:absolute;width:100%;z-index:5}@media (max-width:767px){.chat-free{margin:0 -2rem;position:relative;top:0;width:auto}}.chat-free__cont{background-size:4.7rem auto;display:flex;flex-direction:column;height:6rem;justify-content:center;padding-left:7rem;position:relative;z-index:1}.chat-free__title{color:#ffd66d;font-size:1.2rem;padding-bottom:.2rem;padding-top:2 rem;text-transform:uppercase}.chat-free__timer{color:#fff;font-size:1.7rem;text-shadow:0 0 12px hsla(0,0%,100%,.7)}.chat-free__arrow{background:#ffb36d66;border-radius:.5rem;height:4rem;position:absolute;right:2rem;top:calc(50% - 2rem);width:4rem}.chat-free__arrow:hover{background:#ffb36d}.chat-free__arrow svg{fill:#fff;height:.8rem;width:1.3rem}@media (max-width:1600px){.chat-free__arrow svg{transform:rotate(-90deg)}}@media (max-width:767px){.chat-free__arrow svg{transform:rotate(0)}}#noTrespassingOuterBarG{background-color:linear-gradient(90deg,#ff4a00,#ff6800);height:6rem;left:0;overflow:hidden;position:absolute;top:0;width:100%}.noTrespassingBarLineG{background-color:#fe6910;float:left;height:24rem;margin-right:4rem;margin-top:-5rem;transform:rotate(45deg);width:2rem}.noTrespassingAnimationG{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:noTrespassingAnimationG;animation-timing-function:linear;width:150%}@keyframes noTrespassingAnimationG{0%{margin-left:-7rem}to{margin-left:-13.1rem}}.float-chat__open .chat-r{right:0}@media (max-width:767px){.float-chat__open .chat-r{max-width:100%;width:100%}}@media (max-width:1600px){.float-chat__open .chat-r:after{background:#191b21;content:"";height:100%;left:0;opacity:.8;position:fixed;right:0;top:0;z-index:-1}}@media (max-width:767px){.float-chat__open .chat-r:after{display:none}}.free-skin__open .free-skin-info{max-height:calc(100vh - 22.5rem);opacity:1;right:0;z-index:11}@media (max-width:1600px){.free-skin__open .free-skin-info{bottom:0;max-height:100vh;right:auto;top:auto}.free-skin__open .free-skin-info:after{background:#191b21;content:"";height:100%;left:0;opacity:.8;position:fixed;right:0;top:0;z-index:-1}}@media (max-width:1600px) and (max-width:767px){.free-skin__open .free-skin-info:after{display:none}}@media (max-width:767px){.free-skin__open .free-skin-info{left:0;top:6rem;width:100%;z-index:24}}.free-skin__open .chat-free__arrow svg{transform:rotate(90deg)}@media (max-width:767px){.free-skin__open .chat-free__arrow svg{transform:rotate(180deg)}}.free-skin-info{background-size:contain;bottom:0;opacity:0;overflow:hidden;padding-top:2.7rem;position:fixed;right:-35rem;top:23rem;transition:all .3s ease;width:32rem;z-index:2}@media (max-width:1600px){.free-skin-info{bottom:100vh;height:100vh;left:33rem;max-height:90vh;top:auto}}@media (max-width:1600px) and (max-width:767px){.free-skin-info{bottom:0;left:-40rem;max-height:100vh;top:6rem}}.free-skin-close{display:none;z-index:2}@media (max-width:1600px){.free-skin-close{display:block;position:absolute;right:2rem;top:2rem}.free-skin-close svg{height:1.4rem;width:1.4rem}}@media (max-width:767px){.free-skin-close{display:none}}.free-skin-content{bottom:0;left:0;overflow:auto;position:absolute;top:0;width:100%}.free-skin-prize{padding-bottom:4rem}.free-skin-img{background-size:contain;margin:0 auto;padding:0;position:relative;text-align:center}.free-skin-img:after{box-shadow:0 0 7rem 7rem #d6a35280;content:"";left:50%;position:absolute;top:50%}.free-skin-img img{max-width:50%;position:relative;z-index:1}.free-skin-name{color:#fff;font-size:1.6rem;padding-bottom:.5rem;text-align:center}.free-skin-case{color:#747a7c;font-size:1.2rem}.free-skin-case,.free-skin-text{text-align:center}.free-skin-text h3{color:#fff;font-size:1.4rem;margin:0;padding:0 0 1rem;text-align:center;text-transform:uppercase}.free-skin-text .text{color:#747a7c;font-size:1.4rem;line-height:1.5;padding:0 2rem 2.5rem}.free-skin-text ul.list-ico{color:#fff;font-size:1.4rem;list-style:none;margin:0;padding:0}.free-skin-text ul.list-ico li{margin-bottom:2rem}.free-skin-text ul.list-ico img{height:1.8rem;margin:0 1rem 0 0;vertical-align:middle;width:1.8rem}.users-win{border-top:1px solid #212126;padding-top:3rem}.users-win .title{color:#747a7c;font-size:12px;padding-bottom:.8rem;text-align:center;text-transform:uppercase}.users-win .user{align-items:center;display:flex;justify-content:space-between;padding:2rem}.users-win .ava{height:4.8rem;margin-right:1rem;max-width:4.8rem;position:relative;width:4.8rem}.users-win .ava span{border-radius:50%;display:block;height:4.8rem;overflow:hidden;width:4.8rem}.users-win .ava:after{background-size:contain;content:"";height:6rem;left:-.6rem;position:absolute;top:-.1rem;width:6rem}.users-win .right{flex:1 1 auto;font-size:1.4rem;padding:0 1rem}.users-win .name{color:#fff;padding-bottom:.5 rem}.users-win .time{color:#747a7c}.users-win .time svg{height:1.9rem;margin-right:.5rem;vertical-align:middle;width:1.9rem}.users-win .inventar-item{background-color:unset!important;background-size:80%;height:7rem;max-width:7rem;padding:0;width:7rem}.users-win .inventar-item:after{box-shadow:0 0 2rem 2rem #184bff66}.users-win .inventar-item span{position:relative;z-index:1}
