@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:after,*:before{padding:0;margin:0;box-sizing:border-box}ul{list-style:none}:root{--header-height: 60px}@media (min-width: 520px){:root{--header-height: 80px}}::-webkit-scrollbar{width:10px;height:3px}::-webkit-scrollbar-thumb{background-color:#972a22}::-webkit-scrollbar-thumb:hover{background-color:#6d1e19}::-webkit-scrollbar-track{background-color:#000}html{font-family:Montserrat Alternates,sans-serif;color:#cfcfcf}body{background-color:#333}.wrapper{display:flex;flex-direction:column;gap:15px;width:calc(100vw - 30px);max-width:1300px;min-height:100vh;padding:calc(var(--header-height) + 15px) 0 15px;margin:0 auto}.wrapper--row{flex-direction:column}@media (min-width: 1024px){.wrapper--row{flex-direction:row}}.main{flex-grow:1;display:flex;flex-direction:column}.aside{flex-shrink:0}@media (min-width: 400px){.aside{flex-basis:340px}}.section{margin-bottom:15px;background-color:#161515;color:#cfcfcf}.section:nth-last-of-type(1){margin-bottom:0}.section--title{border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden}.section__title{padding:10px 10px 10px 15px;font-size:18px;color:#cfcfcf;background-color:#972a22}.section__content{padding:15px;white-space:pre-wrap}.section__content--no-padding{padding:0}.section__content--flex{display:flex}.section__content--center{display:flex;justify-content:center}.section__item{display:flex;flex-direction:column;align-items:center}.section__item-icon{font-size:40px;color:#cfcfcf}.section__item-text,.paragraph{color:#cfcfcf}.paragraph--indent{text-indent:25px}.paragraph--end{margin-bottom:15px}.img{user-select:none;display:block;object-fit:cover;object-position:center;width:100%}.img--radius{border-radius:10px}.img--fit{height:100%}.link{color:#972a22;text-decoration:none;width:fit-content;cursor:pointer}.link-block{display:block}.link:hover{text-decoration:underline}.btn{font-family:Montserrat Alternates,sans-serif;padding:8px 18px;border:none;border-radius:8px;background-color:#99e0f7;font-weight:600;cursor:pointer;transition:.2s}.btn:hover{background-color:#3ac3f0}.btn:disabled{color:#444;background-color:#6998a8;cursor:default}.btn--icon{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:18px}.strong{font-weight:700}.blur{filter:blur(3px)}.Toastify__toast-container--top-right{top:calc(var(--header-height) + 15px);right:15px}.Toastify__toast{padding:12px;border:3px solid #44130f;border-bottom:none;border-radius:8px;color:#972a22;font-family:Montserrat Alternates,sans-serif;font-size:14px;font-weight:700}.Toastify__toast-theme--dark{background:black}.Toastify__progress-bar{height:4px}.Toastify__close-button{color:#c1362b;font-size:bold}.Toastify__close-button>svg{width:20px;height:20px}.header{position:fixed;left:0;top:0;right:0;display:flex;gap:50px;height:var(--header-height);padding:15px;border-bottom:2px solid #972a22;background-color:#161515;z-index:1000;overflow-x:auto}@media (min-width: 1024px){.header{gap:150px}}.logo{display:flex;align-items:center;gap:15px}.logo__img{width:40px}@media (min-width: 520px){.logo__img{width:50px}}.logo__brand-name{color:#972a22}.logo__brand-name>span{color:#99e0f7}.nav{flex-grow:1}.nav__list{display:flex}.nav__link{display:block;width:max-content;padding:0 15px;line-height:30px;color:#eee;font-weight:700;transition:color .2s}.nav__link:hover{text-decoration:none;color:#99e0f7}.nav__link.active{color:#99e0f7}@media (min-width: 520px){.nav__link{line-height:50px}}.account-info{display:flex;align-items:center;gap:15px;width:350px}.account-info__icon{width:40px;height:40px;border-radius:50%;color:#972a22}@media (min-width: 520px){.account-info__icon{width:50px;height:50px}}.account-info__loading{flex-grow:1;display:flex;justify-content:center;align-items:center}.account-info__content{flex-grow:1;display:flex;justify-content:space-between;align-items:center;gap:8px}.account-info__id{font-size:14px}.account-info__settings-content{width:calc(100% - 22px);max-width:400px}.account-info__settings-form{position:relative;display:flex;flex-direction:column;align-items:center;gap:30px;width:100%;height:400px;padding:30px;border-radius:8px;background-color:#161515}.account-info__settings-close{position:absolute;right:15px;top:15px;padding:0;background-color:transparent;color:#972a22;font-size:24px}.account-info__settings-close:hover{background-color:transparent;color:#c1362b}.account-info__settings-title{margin-bottom:30px}.account-info__settings-submit{display:block;margin:auto 0 0}.loading--mini{position:relative;display:flex}.loading__layout{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0000008c;z-index:1000}.loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form__inp{width:100%;max-width:500px;padding:4px 8px;font-family:Montserrat Alternates,sans-serif;border:none;border-bottom:3px solid #972a22;outline:none;color:#cfcfcf;background-color:transparent;font-size:16px}.form__inp::placeholder{color:#6b6b6b}.form__inp-range{display:block;-webkit-appearance:none;max-width:none;height:30px;padding:0;border-bottom:none;margin-right:6px;background:transparent;outline:none;cursor:pointer;transition:.3s}.form__inp-range.hide{width:40px;margin-right:10px}.form__inp-range::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:8px;width:8px;border-radius:50%;background:#d65349;cursor:pointer;margin-top:-2px;transition:.2s}.form__inp-range:hover::-webkit-slider-thumb{height:10px;width:10px;margin-top:-3px}.form__inp-range::-moz-range-thumb{border:none;height:8px;width:8px;border-radius:50%;background:#d65349;cursor:pointer;transition:.2s}.form__inp-range:hover::-moz-range-thumb{height:10px;width:10px}.form__inp-range::-webkit-slider-runnable-track{width:100%;height:4px;background:#972a22;transition:.3s}.form__inp-range::-moz-range-track{width:100%;height:4px;background:#972a22;transition:.3s}.form__errors{position:relative;width:100%;max-width:390px;padding:10px 20px;border-radius:20px;background-color:#f2be00;color:#fff;font-size:14px;font-weight:700}.form__errors-icon{margin-top:-2px}.form__errors-icon-wrapper{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:40px;height:40px;padding:7px;border-radius:50%;background-color:#f2be00}.form__errors-list{position:relative}.player{width:100%;aspect-ratio:16/9;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#000}.player__controls{display:flex;flex-wrap:wrap;align-items:center;gap:0 10px}.player__controls-progress{flex-basis:100%}.player__controls-volume-bar{display:none}@media (min-width: 520px){.player__controls-volume-bar{display:block}}.player__controls-duration{flex-grow:1;font-family:Roboto Condensed,sans-serif}.popup-overlay{background-color:#0009}.get-room__title{margin-bottom:15px}.get-room__btn{display:block;padding:30px 60px;margin:50px auto;font-size:24px}.room-aside{position:sticky;top:calc(var(--header-height) + 15px);display:flex;flex-direction:column;height:calc(100vh - 30px - var(--header-height))}@media (min-width: 1024px){.room-aside{max-width:340px}}.room__share-link>.section__content{display:flex;justify-content:space-between;align-items:center}.room__share-link-text{width:calc(100% - 50px);color:#99e0f7;font-weight:700;word-wrap:break-word}.room__share-link-btn{flex-shrink:0}.room__video{width:100%;aspect-ratio:16/9}.room__video-form{display:flex;align-items:center;gap:6px;margin:15px 0}.room__video-form-icon{font-size:22px}.room__clients-list{display:flex;flex-wrap:wrap;gap:15px}.room__clients-item{display:flex;flex-direction:column;align-items:center;gap:10px;width:100px;aspect-ratio:9/14;padding:10px;border-radius:10px;background-color:#12b1e5}.room__clients-img{width:100%;aspect-ratio:1/1;border-radius:50%;border:3px solid #972a22}.room__clients-username{width:100%;color:#972a22;text-align:center;font-size:12px;font-weight:700;word-wrap:break-word}.room__chat{flex-grow:1;display:flex;flex-direction:column}.room__chat-content{height:calc(100% - 42px);display:flex;flex-direction:column}.room__chat-list{flex-grow:1;overflow-y:auto}.room__chat-panel{display:flex;gap:10px;padding-top:10px}.room__chat-inp{max-width:none}.room__chat-item{position:relative;width:100%;padding:5px}.room__chat-date{position:absolute;right:5px;top:12px;font-size:8px}.room__chat-username{display:inline-block;font-size:12px;margin:0 8px 0 0}.room__chat-text{display:inline-block;width:100%;flex-grow:1;font-size:11px;word-wrap:break-word}.home__image{width:100%;max-width:400px;margin:50px auto}
