.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.gritx-toast{display:flex}.gritx-toast__message{color:#000;display:flex;flex-direction:column;padding:8px;width:100%}.gritx-toast__description{font-size:14px;padding-right:20px}.gritx-toast__icon{background-color:#fc767d;padding:0 6px;z-index:1}.gritx-toast__title{font-size:14px;font-weight:700;padding-right:20px}.gritx-toast__button{background:#0000;border:none;color:#000;cursor:pointer;font-size:14px;font-weight:700;margin:14px 0 0;padding:0;text-align:right}.Toastify__toast{background-color:#f2f2f2;border-radius:0;box-shadow:none;margin:8px 0;padding:0}.Toastify__toast-body{margin:0;padding:0}.Toastify__toast{outline:1px solid #d2d2d2;outline-offset:-1px}.Toastify__close-button{color:#000;opacity:.2;padding:4px 4px 0 0;position:absolute;right:0;top:0}.Toastify__close-button>svg{height:20px;width:20px}.loader{height:100%}.loader--nested{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff3;z-index:1}.loader--nested,.loader--nested .box{height:100%;position:absolute;width:100%}.loader--nested .box,.loader--nested .loader__wrapper{left:50%;top:50%;transform:translate(-50%,-50%)}.loader--nested .loader__wrapper{position:relative}.loader__wrapper{height:100%;max-height:150px;max-width:150px;width:100%}.loader .box{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.loader .spinner{animation:l23 1s steps(12) infinite;aspect-ratio:1;background:linear-gradient(0deg,#80808080 30%,#0000 0 70%,grey 0) 50%/8% 100%,linear-gradient(90deg,#80808040 30%,#0000 0 70%,#808080bf 0) 50%/100% 8%;background-repeat:no-repeat;display:grid;width:100px}.loader .spinner:after,.loader .spinner:before{background:inherit;content:"";grid-area:1/1;opacity:.915;transform:rotate(30deg)}.loader .spinner:after{opacity:.83;transform:rotate(60deg)}@keyframes l23{to{transform:rotate(1turn)}}.callback{position:relative}.callback__loader{margin:auto;max-width:150px}.modal-privacy-terms .modal__close-btn{background:none;border:none;cursor:pointer;float:right;font-size:25px;font-weight:300;line-height:19px;margin-right:20px;margin-top:20px;padding:0}@media only screen and (min-width:640px){.modal-privacy-terms .modal__close-btn{font-size:35px;line-height:23px;margin-right:40px;margin-top:40px}}@media only screen and (min-width:980px){.modal-privacy-terms .modal__close-btn{font-size:45px;line-height:34px;margin-right:70px;margin-top:70px}}.modal__overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#02020280;display:flex;height:100vh;padding:15px;position:fixed;top:0;width:100%;z-index:25}@media only screen and (min-width:640px){.modal__overlay{padding:25px}}@media only screen and (min-width:980px){.modal__overlay{padding:50px}}.modal__window{background-color:#f2f2f2;display:flex;flex:1 1 auto;flex-direction:column;height:calc(100vh - 30px);width:100%}@media only screen and (min-width:640px){.modal__window{height:calc(100vh - 50px)}}@media only screen and (min-width:980px){.modal__window{height:calc(100vh - 100px)}}.modal__body{flex:1 1 auto;overflow:auto}@keyframes breathIn{0%{transform:scale(1)}to{transform:scale(2)}}@keyframes breathOut{0%{transform:scale(2)}to{transform:scale(1)}}@keyframes holdIn{0%{transform:scale(2)}to{transform:scale(2)}}@keyframes holdOut{0%{transform:scale(1)}to{transform:scale(1)}}.meditation__open-button{display:block;line-height:normal;margin:0 auto 20px;width:60%}.meditation__modal{background-repeat:no-repeat;background-size:cover;height:100%}.meditation__modal .modal__header{display:flex;height:50px;justify-content:flex-end}.meditation__modal .modal__close-btn{background-color:#0000;border:1px solid #000;cursor:pointer;font-size:24px;width:50px}.meditation__modal .modal__body{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.meditation__circle{position:relative}.meditation__circle circle{fill:#0000;stroke:#ffd569;stroke-width:5;transform:rotate(-90)}.meditation__circle circle:nth-child(2n){fill:#0000;stroke:#8dd2a3;stroke-width:5}.meditation__step{animation-delay:0s;animation-fill-mode:forwards;animation-timing-function:linear;color:#f2f2f2;font-weight:700;position:absolute;text-align:center;text-transform:uppercase;top:45%;width:300px}.meditation__description{height:200px;min-width:200px}.meditation__text{color:#fff;display:none;font-size:24px;margin-bottom:10px;text-transform:capitalize}.meditation__text--show{display:block}.meditation__last-message{display:none}.meditation__last-message--show{display:block}.journal__buttons .gritx-btn,.journal__page-controls .gritx-btn{height:62px;margin-bottom:20px}@media only screen and (min-width:640px){.journal__buttons,.journal__page-controls{align-items:center;display:flex;justify-content:center}.journal__buttons .gritx-btn,.journal__page-controls .gritx-btn{max-width:245px;width:48%}.journal__buttons .gritx-btn:first-child,.journal__page-controls .gritx-btn:first-child{margin-right:20px}}.journal__page-controls{justify-content:space-between;margin:0 20px 20px}@media only screen and (min-width:640px){.journal__page-controls{margin:0 30px 20px}}@media only screen and (min-width:1366px){.journal__page-controls{margin:0 50px 20px}}.journal__page-controls--first-page{justify-content:flex-end}.journal__page-controls .hide-button{display:none}.journal__buttons--last-entry .gritx-btn:first-child{margin-right:0}.journal__page{margin:0 20px 20px}@media only screen and (min-width:640px){.journal__page{margin:0 30px 20px}}@media only screen and (min-width:1366px){.journal__page{margin:0 50px 20px}}.journal__page-number{font-size:18px;font-weight:700;margin-top:20px;text-transform:capitalize}@media only screen and (min-width:640px){.journal__page-number{font-size:24px}}.journal__question{font-size:18px;font-style:italic}@media only screen and (min-width:640px){.journal__question{font-size:24px}}.journal__question--preview p{color:#c7c7c7;font-size:18px;font-style:italic}@media only screen and (min-width:640px){.journal__question--preview p{font-size:24px}}.journal__answer{background:repeating-linear-gradient(180deg,#0000,#0000 1.15em,#d2d2d2 1.2em) local;border:none;font-size:18px;line-height:1.2em;margin-top:30px;resize:vertical;width:100%}.journal__answer::placeholder{font-style:italic}.journal__answer--preview{color:#303030;font-size:18px;font-weight:700;word-break:break-word}@media only screen and (min-width:640px){.journal__answer--preview{font-size:24px}}.interview__buttons .gritx-btn{height:62px;margin-bottom:20px}@media only screen and (min-width:640px){.interview__buttons{align-items:center;display:flex;justify-content:center}.interview__buttons .gritx-btn{max-width:245px;width:48%}}.interview__buttons--last-entry .gritx-btn:first-child{margin-right:0}.interview__page{background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 20px 20px;position:relative;width:100%}@media only screen and (min-width:640px){.interview__page{margin:0 30px 20px}}@media only screen and (min-width:1366px){.interview__page{margin:0 50px 20px}}.interview__page-number{font-size:18px;font-weight:700;margin-top:20px;text-transform:capitalize}@media only screen and (min-width:640px){.interview__page-number{font-size:24px}}.interview__page .overlay{margin:0 auto;max-width:80%}@media only screen and (min-width:1366px){.interview__page .overlay{max-width:1000px}}.interview__loader{min-height:200px;position:relative}@keyframes buttonFade{0%{background-color:#f2f2f2}to{background-color:#fc767d}}.article{margin-top:11px}@media only screen and (min-width:1366px){.article{margin-top:25px}}.article__header{margin-bottom:20px}.article__title{background-color:#f2f2f2;display:flex;justify-content:space-between;padding:10px}.article__close-button{background-color:#0000;border:none;cursor:pointer;font-size:18px;width:45px}@media only screen and (min-width:1366px){.article__close-button{font-size:24px}}.article__heading{font-size:18px;margin:0}@media only screen and (min-width:640px){.article__heading{font-size:24px;padding:10px 20px}}@media only screen and (min-width:1366px){.article__heading{font-size:36px;padding:10px 40px}}.article__props{align-items:center;border-bottom:1px solid #f2f2f2;display:flex;justify-content:space-between;margin:0 20px;padding:15px 0}@media only screen and (min-width:640px){.article__props{margin:0 30px}}@media only screen and (min-width:1366px){.article__props{margin:0 50px}}.article__information{align-items:center;display:flex}.article__page-number{font-size:18px;font-weight:700;text-transform:capitalize}@media only screen and (min-width:640px){.article__page-number{font-size:24px}}.article__icon{height:30px;margin-right:20px;width:30px}.article__icon-img{fill:#fc767d;height:100%}.article__icon--reading-time{background-position:50%;background-repeat:no-repeat;background-size:contain;height:35px;width:35px}.article__actions{align-items:center;display:flex}.article__actions .gritx-btn{font-size:18px;line-height:30px;min-height:30px;min-width:180px}.article__button-icon{background-color:#0000;border:none;cursor:pointer}.article__button-icon:hover{background-color:#f5f5f5}.article__body{padding:10px}@media only screen and (min-width:640px){.article__body{padding:20px}}@media only screen and (min-width:1366px){.article__body{padding:20px 50px}}.article__description{font-size:16px;font-style:italic;margin-bottom:10px}@media only screen and (min-width:980px){.article__description{font-size:1.2vw}}@media only screen and (min-width:1920px){.article__description{font-size:20px}}.article__image-wrapper{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;margin:0 auto 10px;max-width:80%;text-align:center}@media only screen and (min-width:640px){.article__image-wrapper{height:400px}}@media only screen and (min-width:1366px){.article__image-wrapper{height:500px}}@media only screen and (min-width:1920px){.article__image-wrapper{height:600px}}.article__image{max-height:100%;max-width:100%}.article__content{font-size:16px}@media only screen and (min-width:980px){.article__content{font-size:1.2vw}}@media only screen and (min-width:1920px){.article__content{font-size:20px}}.article__content li,.article__content p{margin-bottom:10px}.article__content img{max-width:100%}.favorite{background-color:#0000;border:none;cursor:pointer;padding:0}.favorite:focus{outline:none}.favorite:disabled .favorite__image{fill:#d2d2d2}.favorite__icon{height:34px;width:34px}@media only screen and (min-width:1366px){.favorite__icon{height:36px;width:36px}}.favorite__big-icon{height:82px;width:82px}.favorite__image{fill:#fc767d;height:100%;max-height:100%;max-width:100%}.material.gritx-btn{line-height:16px;min-height:20px;width:100%}.material--inactive.gritx-btn{font-size:13px;height:100%}@media only screen and (min-width:1366px){.material--inactive.gritx-btn{font-size:16px}}.material--active.gritx-btn{bottom:0;font-size:16px;font-weight:700;height:20%;position:absolute}.material--active.gritx-btn:hover{color:#fff}@media only screen and (min-width:1366px){.material--active.gritx-btn{font-size:21px}}.article-area{display:flex;justify-content:center}.article-area__card-place{height:238px;margin:11px 0;position:relative;width:310px}@media only screen and (min-width:1366px){.article-area__card-place{height:302px;margin:25px 0;width:400px}}@media only screen and (min-width:1580px){.article-area__card-place{width:416px}}.article-area__card{background:none;border:1px solid #d2d2d2;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:0;width:100%}.article-area__card:focus{outline:none}.article-area__active-card{background-color:#e9f5eb;height:100%;margin-top:1px;position:relative}.article-area__active-card,.article-area__title{align-items:center;display:flex;justify-content:center;width:100%}.article-area__title{background-color:#f2f2f2;color:#000;font-size:19px;font-weight:700;height:59px;overflow:hidden;text-align:center}@media only screen and (min-width:1366px){.article-area__title{font-size:24px;height:75px}}.article-area__image{max-height:100%;max-width:100%}.article-area__content{display:flex;flex-direction:row;height:177px;width:100%}@media only screen and (min-width:1366px){.article-area__content{height:224px}}.article-area__card-picture{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;width:50%}.article-area__information{border-left:1px solid #d2d2d2;height:100%;width:50%}.article-area__description{color:#303030;font-size:14px;height:55%;overflow:hidden;padding:15px 5px 10px;text-align:left;white-space:pre-wrap}@media only screen and (min-width:1366px){.article-area__description{font-size:18px;padding:18px 13px}}.article-area__category{align-items:center;background-color:#f2f2f2;color:#676666;font-size:11px;font-style:italic;height:25%;overflow:hidden;padding:5px;text-align:left;white-space:pre-wrap;width:100%}@media only screen and (min-width:1580px){.article-area__category{font-size:14px;padding:6px 11px 5px}}.article-area__bottom{bottom:0;display:flex;flex-direction:row;height:15%;position:absolute;right:0;width:50%}.article-area__pro-bottom{width:100%}.article-area__disabled-bottom{pointer-events:none}.article-area__add-btn{width:50%}.article-area__addition{display:flex;flex-direction:row;height:94%;margin-top:1px;padding:0;width:100%}.article-area__addition-item{border-right:3px solid #f2f2f2;display:flex;height:100%;justify-content:center;list-style:none;padding:1px 0;width:33%}@media only screen and (min-width:1366px){.article-area__addition-item{padding:4px 0}}.article-area__addition-like{align-items:center;border-right:0;display:flex;padding:0}.article-area__pro-addition{width:50%}.article-area__item-img{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:40px}@media only screen and (min-width:1366px){.article-area__item-img{width:45px}}@media only screen and (min-width:1580px){.article-area__item-img{width:207px}}.article-area__check-img{fill:#fc767d;height:122px;width:122px}.not-found{align-items:center;display:flex;flex-direction:column;padding:0 6px;width:100%}.not-found__text{font-size:22px;margin-bottom:40px;text-align:center;text-transform:none}@media only screen and (min-width:640px){.not-found__text{font-size:28px}}.not-found__image{margin-bottom:40px;max-height:200px}@media only screen and (min-width:640px){.not-found__image{max-height:300px}}.error-page{display:flex;flex-wrap:wrap;font-size:48px;padding:20px 3%}.default-signIn-btn{align-items:center;background:#ef7f1c;border:none;display:flex;font-size:30px;font-weight:700;height:100px;justify-content:center;position:relative;transition:all .3s ease;width:260px}@media only screen and (max-width:640px){.default-signIn-btn{height:50px}}.default-signIn-btn:hover{color:#8a8a8a;cursor:pointer}.default-signIn-btn:focus{color:#fff}.default-signIn-btn .signIn-btn-image{height:60px;margin-right:15px;width:54px}@media only screen and (max-width:640px){.default-signIn-btn .signIn-btn-image{height:30px;width:27px}}.default-auth-user{width:180px}@media only screen and (min-width:640px){.default-auth-user{width:200px}}@media only screen and (min-width:1366px){.default-auth-user{width:224px}}.default-auth-user{align-items:center;background:#ef7f1c;border:none;display:flex;font-size:30px;font-weight:700;height:100px;justify-content:center;position:relative;transition:all .3s ease}@media only screen and (max-width:640px){.default-auth-user{height:50px}}.default-auth-user .signIn-btn-image{height:60px;margin-right:15px;width:54px}@media only screen and (max-width:640px){.default-auth-user .signIn-btn-image{height:30px;width:27px}}.default-auth-user__name{text-transform:uppercase}.default-auth-user:hover{color:#fff;cursor:pointer}.default-auth-user:focus{color:#fff}.nav__desktop{display:none}.nav__mobile{display:flex;flex-direction:column;width:100%}.nav__link{color:#000;text-decoration:none}.nav__item{background:#0000;border:none;border-bottom:2px solid #6a6f4e;height:50px;padding:10px 0}@media only screen and (min-width:980px){.nav__item{border-bottom:0}}.nav__item-text{font-size:18px;line-height:1.85}@media only screen and (min-width:1366px){.nav__item-text{font-size:22px;line-height:1.5}}@media only screen and (min-width:1580px){.nav__item-text{font-size:24px;line-height:normal}}.nav__item-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center}.nav__img{height:auto;width:30px}.nav__img-wrapper{height:auto;margin-right:10px}.menu-auth{align-items:center;background:#f5f5f5;display:flex;flex-direction:column;height:100vh;max-height:calc(100vh - 100px);opacity:1;overflow:auto;position:absolute;right:0;top:0;width:100%}.menu-auth__name{text-transform:uppercase}.menu-auth--opened{position:relative}.menu-auth--hidden{height:0;opacity:0;visibility:hidden}.menu-auth__items{margin:0;padding:0;transition:all .3s ease}.menu-auth__item,.menu-auth__items{list-style:none;min-height:50px;width:100%}.menu-auth__item{border-bottom:2px solid #5e5870}.menu-auth__item:last-of-type{border-bottom:0}.menu-auth__btn{align-items:center;background:#0000;border:none;color:#000;display:flex;flex-direction:column;font-size:20px;justify-content:center;padding:10px 0;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}@media only screen and (min-width:640px){.menu-auth__btn{align-items:flex-start;padding:10px 15px}}.menu-auth__btn:hover{color:#8a8a8a;cursor:pointer}.menu-auth__text{font-size:14px;max-width:210px;text-align:center}@media only screen and (min-width:640px){.menu-auth__text{text-align:left}}.language{display:block;height:50px;overflow:hidden;position:relative}.language--open{height:auto}.language__title{align-items:center;background:#6a6f4e;border:none;box-sizing:border-box;color:#303030;display:flex;font-size:20px;height:25px;justify-content:flex-end;padding:25px;text-transform:uppercase;transition:all .3s ease;width:100%}.language__title:first-child{background:#0000;margin-bottom:2px}.language__title:hover{color:#8a8a8a;cursor:pointer;text-decoration:underline}.header{background-color:#f5f5f5;height:100px;left:0;position:fixed;right:0;top:0;width:100%;z-index:15}@media only screen and (max-width:640px){.header{height:50px}}.header__left,.header__wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.header__wrapper{box-sizing:border-box;height:100px;padding:20px 0;position:relative}@media only screen and (max-width:640px){.header__wrapper{height:50px}}.header__logo{background-color:#0000;border:none;cursor:pointer;height:59px;padding:0 5px;width:130px}@media only screen and (max-width:640px){.header__logo{height:59px}}@media only screen and (min-width:640px){.header__logo{height:110px}}.header__logo-image{height:100%}.header-button{display:none}.header__language{align-items:flex-end;background:#f5f5f5;color:#000;display:flex;flex:1 1 auto;font-size:20px;height:-webkit-fit-content;height:fit-content;justify-content:flex-start;overflow:hidden;text-transform:uppercase}.header__language-wrapper{left:105px;position:absolute;top:30px;width:200px;z-index:1}.header__language-item{height:auto;margin-left:150px;margin-top:10px;width:30px;z-index:12}@media only screen and (max-width:640px){.header__language-item{height:30px;width:27px}}.header__language-item-icon{height:auto;width:100%}.header__menu{background:#f5f5f5;height:100vh;opacity:1;position:relative}.header__menu,.header__menu--hidden{transition:opacity .25s ease,height .3s ease}.header__menu--hidden{height:0;opacity:0;visibility:hidden}.menu{height:calc(100vh - 100px);margin:0 auto;overflow:auto;padding:30px 0}.menu__content{align-items:center;display:flex;flex-direction:column;justify-content:center}.menu__content-button{width:50%}@media only screen and (min-width:640px){.menu__content-button{width:30%}}.menu__content-link{color:#303030;display:block;font-size:24px;font-weight:700;margin:32px 0;text-align:center;text-decoration:none}.menu__content-link:hover{color:#fff}.menu__store{width:50%}@media only screen and (min-width:640px){.menu__store{width:30%}}.menu__store-img{width:100%}.menu__button{align-items:center;background-color:#ef7f1c;border:none;display:flex;font-size:24px;font-weight:700;justify-content:center;margin-top:30px;padding:10px;width:50%}@media only screen and (min-width:640px){.menu__button{width:30%}}.menu__button:hover{color:#fff}.menu__button-image{height:40px;margin-right:20px;width:40px}.burger__item{background:#0000;border:none;color:#000;height:auto;padding:0 20px;width:80px}.burger__image{height:auto;width:100%}@media only screen and (min-width:640px){.burger__item{padding:0 50px;width:150px}.menu-auth{background:#f5f5f5;height:auto;opacity:1;position:absolute;right:0;top:0;width:200px}}@media only screen and (min-width:640px)and (min-width:1366px){.menu-auth{width:224px}}@media only screen and (min-width:640px){.nav,.nav__desktop{display:none}.nav__mobile{display:flex}.nav__item-wrapper{justify-content:flex-start;padding:0 7px}}@media only screen and (min-width:640px)and (min-width:1366px){.nav__item-wrapper{padding:0 20px}}@media only screen and (min-width:640px){.language__title{font-size:26.5px}.header__language-item{height:57px;margin-left:130px;margin-top:16px;width:59px}}@media only screen and (min-width:640px)and (min-width:1366px){.header__language-item{margin-left:150px}}@media only screen and (min-width:640px){.header__language-wrapper{left:280px;top:45px}.header__logo{height:110px;margin:0 25px}}@media only screen and (min-width:1366px){.burger__item{display:none}.default-authUser{display:flex}.header-button{align-items:center;display:flex;justify-content:center}.menu,.nav{display:none}.nav__desktop{align-items:center;display:flex;flex-direction:row;justify-content:center}.nav__mobile{display:none}.nav__item{padding:0;position:relative}.nav__item-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.nav__item:before{background:#5e5870;content:"";display:block;height:48px;left:0;margin-left:0;position:absolute;top:40%;width:2px}.nav__item-text{font-weight:700;text-transform:uppercase;white-space:nowrap}.nav__link{align-items:center;border-bottom:6px solid #0000;box-sizing:border-box;color:#000;display:flex;flex-direction:column;justify-content:center;margin-left:2px;text-decoration:none}.nav__link:hover .nav__item-text{color:#8a8a8a;transition:all .3s ease}.nav__link-active{border-bottom-color:#5e5870}.nav__link-active .nav__img{display:block}.nav__img{display:none;max-height:100%;transition:all .3s ease;width:100%}.nav__img-wrapper{height:36px;width:53px}.menu-auth__item:first-of-type:before{display:none}}.additional-information-color{background-color:#020202}.additional-information{display:flex;flex-direction:column;flex-wrap:wrap;font-size:10px;height:90px;padding:0 3%;width:100%}@media only screen and (min-width:640px){.additional-information{flex-direction:row;font-size:13px;height:50px;justify-content:space-between}}@media only screen and (min-width:980px){.additional-information{font-size:20px;height:100px}}@media only screen and (min-width:1366px){.additional-information{font-size:24px}}.additional-information__copyright{color:#e9f5eb;margin-top:23px}@media only screen and (min-width:640px){.additional-information__copyright{margin-top:20px}}@media only screen and (min-width:980px){.additional-information__copyright{margin-top:35px}}.additional-information__privacy-terms{color:#e9f5eb;display:flex;margin-top:10px}@media only screen and (min-width:640px){.additional-information__privacy-terms{margin-top:20px}}@media only screen and (min-width:980px){.additional-information__privacy-terms{margin-top:35px}}.additional-information__button{background:none;border:none;color:#e9f5eb;cursor:pointer;margin-bottom:auto;margin-top:0;padding:0;text-decoration:underline}.additional-information__button:hover{color:#a4c7dd}.additional-information__separator{margin-left:.5em;margin-right:.5em}.layout{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.layout .gritx-btn{color:#fff}.layout .gritx-btn:hover:not(:disabled){color:#aca7ba;transition:color .3s}.layout .gritx-btn:disabled{background-color:#f2f2f2}.layout .gritx-btn.gritx-btn-primary{background-color:#5e5870;color:#fff}.layout .gritx-btn.gritx-btn-primary:active{background:#504b5f}.layout .gritx-btn.gritx-btn-primary:disabled{background-color:#f2f2f2;color:#d2d2d2}.layout .gritx-btn.gritx-btn-secondary{background-color:#ef7f1c;color:#fff}.layout .gritx-btn.gritx-btn-secondary:hover:not(:disabled){color:#000}.layout .gritx-btn.gritx-btn-secondary:active{background-color:#dd7010}.layout .gritx-btn.gritx-btn-secondary:disabled{background-color:#f2f2f2}.layout .gritx-btn.gritx-btn-outline{background-color:#fff;color:#000}.layout .gritx-btn.gritx-btn-outline:hover:not(:disabled){background-color:#fff;color:#8a8a8a}.layout .gritx-btn.gritx-btn-outline:disabled{background-color:#f2f2f2}.layout .bot-chat__toolbar{background-color:#fff}.layout .chat-message__message-right .chat-message__message-value{background:#fff;border:1px solid #6a6f4e;color:#000}.layout .chat-message__message-right .chat-message__message-value:before{border-left-color:#fff}.layout .chat-message__message-left .chat-message__message-value{background:#ef7f1c;color:#fff}.layout .chat-message__message-left .chat-message__message-value:before{border-right-color:#ef7f1c}.layout .d-checkbox [type=checkbox]{display:none}.layout .d-checkbox [type=checkbox]+label:after{background-color:#5e5870}.container{margin:0 auto;max-width:1920px}.container__wrapper{display:flex;justify-content:space-between;width:100%}.main{flex:1 1 auto;margin-top:100px;overflow-x:hidden}@media only screen and (min-width:640px){.main{margin-top:50px;padding-top:25px}}@media only screen and (min-width:980px){.main{padding-top:50px}}@media only screen and (max-width:640px){.main{margin-top:70px}}.stop-scrolling{height:100%;overflow:hidden}.modal__footer .gritx-btn:hover:not(:disabled){color:#aca7ba;transition:color .3s}.modal__footer .gritx-btn:disabled{background-color:#f2f2f2}.modal__footer .gritx-btn.gritx-btn-primary{background-color:#5e5870;color:#fff}.modal__footer .gritx-btn.gritx-btn-primary:active{background:#504b5f}.modal__footer .gritx-btn.gritx-btn-primary:disabled{background-color:#f2f2f2;color:#d2d2d2}.modal__footer .gritx-btn.gritx-btn-secondary{background-color:#ef7f1c;color:#fff}.modal__footer .gritx-btn.gritx-btn-secondary:hover:not(:disabled){color:#000}.modal__footer .gritx-btn.gritx-btn-secondary:active{background-color:#dd7010}.modal__footer .gritx-btn.gritx-btn-secondary:disabled{background-color:#f2f2f2}.modal__footer .gritx-btn.gritx-btn-outline{background-color:#fff;color:#000}.modal__footer .gritx-btn.gritx-btn-outline:hover:not(:disabled){background-color:#fff;color:#8a8a8a}.modal__footer .gritx-btn.gritx-btn-outline:disabled{background-color:#f2f2f2}.input{display:flex;flex-direction:column;font-size:16px}@media only screen and (min-width:980px){.input{font-size:1.2vw}}@media only screen and (min-width:1920px){.input{font-size:20px}}.input input:focus{outline:none}.input{min-height:6.5em}.input__label{display:flex;flex-direction:column}.input__label-text{margin-bottom:10px}.input__required{color:#f8454e}.input__field{border:1px solid #000;line-height:1.5;padding:10px}.input__field--error{border:1px solid #f8454e}.input__error{color:#f8454e;display:block;font-size:16px}.avatars{background:#0000;border:none;flex-direction:column;justify-content:center;margin:17px;position:relative}.avatars,.avatars__content{align-items:center;display:flex;width:100%}.avatars__content{flex-wrap:wrap}.avatars__item{align-items:flex-end;background:#0000;border:1px solid #d2d2d2;border-radius:50%;display:flex;height:163px;justify-content:center;overflow:hidden;padding:10px 0 0;width:163px}.avatars__img{height:100%;max-height:140px;max-width:140px;width:100%}.avatars__btn{background:#e9f5eb;border:1px solid #d2d2d2;border-radius:50%;bottom:-10px;height:44px;position:absolute;right:15px;width:44px}.avatars__btn:hover{cursor:pointer}.avatars__btn-icon{fill:#8dd2a3}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.phone{height:110px}.phone__label{color:#000;font-size:24px}.phone__message{font-size:20px}.phone__message--error{color:#f8454e}.phone .phone-input{border:1px solid #d2d2d2;margin-top:10px}.phone .phone-input--focus{border:1px solid #0000;box-shadow:none}.phone .phone-input--error{border:1px solid #f8454e}.phone .PhoneInputInput{border:none;box-sizing:border-box;font-size:22px;height:60px;line-height:1;margin:0;padding-left:70px;position:relative}@media only screen and (min-width:640px){.phone .PhoneInputInput{font-size:24px}}.phone .PhoneInputCountry{padding:15px 10px;position:absolute;z-index:10}.phone .PhoneInputCountryIcon{height:30px;width:40px}.phone .PhoneInputCountryIcon--border{background:#0000;box-shadow:none}.phone .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:none;outline:2px solid}.phone .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#676666;height:7px;transform:rotate(225deg);transition:all .3s ease;width:7px}.phone .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{border:2px solid;color:#676666}.phone .PhoneInputCountrySelectArrow{color:#676666;height:7px;opacity:1;transform:rotate(45deg);transition:all .3s ease;width:7px}.input-checkbox{display:flex;flex-direction:row}.input-checkbox__label{cursor:pointer}.input-checkbox__label,.input-checkbox__label-disabled{align-items:center;display:flex;font-size:20px;margin:14px 0;min-height:26px;padding-left:50px;position:relative}.input-checkbox__field{cursor:pointer}.input-checkbox__field,.input-checkbox__field-disabled{height:25px;margin-right:10px;width:25px}.input-checkbox [type=checkbox]{display:none}.input-checkbox [type=checkbox]+label:before{background-color:#fff;border:1px solid #d2d2d2;content:"";height:26px;left:0;position:absolute;top:0;width:26px}.input-checkbox [type=checkbox]+label:after{background-color:#5e5870;content:"✓";height:26px;left:1px;position:absolute;text-align:center;top:1px;transition:all .2s ease;width:26px}.input-checkbox [type=checkbox]:checked+label:before{background:#707070;transition-delay:.2s}.input-checkbox [type=checkbox]:not(:checked)+label:after{opacity:0;transform:scale(0)}.input-checkbox [type=checkbox]:checked+label:after{opacity:1;transform:scale(1)}.input-checkbox__error{color:#f8454e;display:block;font-size:16px}.main{overflow:hidden}.avatar{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-bottom:21px;width:100%}.avatar .avatars{height:163px;width:163px}.avatar__text{font-size:24px;font-weight:700;text-transform:uppercase}.avatar__text-bot{text-transform:none}.info{background:#f2f2f2;height:100%;margin:0 auto 46px;max-width:1120px;width:100%}.info__wrap{margin:0 auto;max-width:685px;width:100%}.info__language{align-items:flex-start;display:flex;flex-wrap:wrap;gap:5px;max-width:640px;padding:0 15px}@media only screen and (min-width:980px){.info__language{padding:45px 0 15px}}.info__language-btn{height:60px;padding:0;width:150px}.info__content{display:flex;flex-direction:column;padding:0 15px}@media only screen and (min-width:980px){.info__content{padding:0}}.info__item{box-sizing:border-box;height:60px;line-height:1;margin-bottom:15px}.info__item,.info__item .input{font-size:16px}.info__item .input__label-text{color:#000;font-size:24px}.info__item .input__field{border:1px solid #d2d2d2;font-size:22px}@media only screen and (min-width:640px){.info__item .input__field{font-size:24px}}.info__item .input__field--error{border:1px solid #f8454e}.info__item .input__error{font-size:20px;padding:4px 0}.settings .loader__wrapper{margin:0 auto 40px}.settings__modal{align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 auto;max-height:60vh;max-width:1120px;overflow:auto;padding:20px;width:100%}.settings__modal .modal__header{display:none}.settings__modal .modal__body{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;padding:0 10px;position:relative}@media only screen and (min-width:640px){.settings__modal .modal__body .avatars{margin:0;padding:17px;width:50%}}@media only screen and (min-width:980px){.settings__modal .modal__body .avatars{width:33.3%}}.settings__modal .modal__body .avatars__item{cursor:pointer}.settings__title{color:#303030;font-size:38px}@media only screen and (min-width:640px){.settings__title{font-size:48px}}.settings__label{align-items:center;display:flex;font-weight:700;justify-content:flex-start;line-height:.75;margin:20px;text-transform:uppercase}@media only screen and (min-width:640px){.settings__label{margin:10px 0 42px 50px}}.settings__image{height:34px;margin-right:3px;width:33px}.settings__line{background-color:#f2f2f2;display:block;height:60px;margin-bottom:28px;position:relative;width:100%}.settings__line:before{right:99%}.settings__line:after,.settings__line:before{background-color:#f2f2f2;content:" ";height:100%;position:absolute;top:0;width:100vw}.settings__line:after{left:99%}.settings__avatars{align-items:center;display:flex;flex-direction:column;justify-content:space-around;margin:50px auto 0;max-width:1120px;width:100%}@media only screen and (min-width:640px){.settings__avatars{flex-direction:row}}.settings__save{align-items:flex-end;display:flex;height:60px;justify-content:flex-end;margin:60px 0}.settings__save-btn{max-width:187px;width:100%}.settings__log-out{margin:0 auto 70px;max-width:1120px;padding:0 15px;width:100%}@media only screen and (min-width:980px){.settings__log-out{padding:0}}.settings__log-out-btn{height:60px;width:100%}.logout{position:relative}.logout__loader{margin:auto;max-width:150px}.mobile-view{min-height:100vh}.mobile-view .apps{background-color:#e9f5eb;min-height:100vh;padding-top:60px}.mobile-view .apps,.mobile-view .apps-content{display:flex;flex-direction:column;justify-content:center}.mobile-view .apps-content{align-items:center}.mobile-view .apps-content-text{color:#fc767d;font-size:36px;font-weight:700;padding-bottom:20px;text-transform:uppercase}.mobile-view .apps__link{color:#000;display:block;font-size:24px;font-weight:700;text-align:center;width:160px}.mobile-view .apps__link:visited{color:#000}.mobile-view .apps__store{align-items:center;display:flex;flex-direction:column;justify-content:center}.mobile-view .apps__qr{align-items:center;display:flex;height:80px;justify-content:space-between;position:relative;width:160px}.mobile-view .apps__qr-logo{height:68px;width:57px}.mobile-view .apps__qr-code{height:69px;transition:all .3s;width:69px}.mobile-view .apps__qr-code:hover{cursor:pointer;position:absolute;right:0;transition:all .3s;width:100%}.mobile-view .apps__qr-code-image{height:auto;width:100%}.mobile-view .apps__qr-image{height:70px;width:70px}.mobile-view .apps__button{width:160px}.mobile-view .apps__button:hover{cursor:pointer}.mobile-view .apps__button-image{width:100%}.mobile-view .apps__button--link{margin:50px 0}.dialogues-card-section__list{display:flex;flex-wrap:wrap;padding:8px}@media only screen and (min-width:1366px){.dialogues-card-section__list{padding:25px}}.dialogues-card-section__item{list-style:none;padding:0;width:100%}@media only screen and (min-width:640px){.dialogues-card-section__item{width:50%}}@media only screen and (min-width:980px){.dialogues-card-section__item{width:33.3%}}@media only screen and (min-width:1732px){.dialogues-card-section__item{width:25%}}.dialogues-card-section__footer{height:100px;position:relative}.dialogues-card-section__button-load{background-color:#fff;border:1px solid #d2d2d2;cursor:pointer;display:block;font-size:17px;font-weight:700;height:43px;margin-bottom:16px;margin-left:auto;margin-right:auto;padding:0;width:300px}.dialogues-card-section__button-load:focus{outline:none}@media only screen and (min-width:640px){.dialogues-card-section__button-load{font-size:20px;height:48px;width:375px}}@media only screen and (min-width:980px){.dialogues-card-section__button-load{font-size:24px;height:60px;width:468px}}@media only screen and (min-width:1366px){.dialogues-card-section__button-load{margin-bottom:50px}}.dialogue-form__modal{height:auto;max-height:80%;min-height:40%;padding-bottom:10px}@media only screen and (min-width:980px){.dialogue-form__modal{margin:0 auto;max-width:970px}}@media only screen and (min-width:1580px){.dialogue-form__modal{max-height:970px}}.dialogue-form__modal .modal__header{display:flex;justify-content:flex-end;padding:10px}.dialogue-form__modal .modal__body{align-items:center;display:flex;flex-direction:column;padding:0 10px;position:relative}.dialogue-form__modal .modal__close-btn{background-color:#0000;border:none;cursor:pointer;font-size:24px;padding:.5em}.dialogue-form__modal .modal__close-btn:hover{background-color:#e3e3e3}.dialogue-form__container{max-width:700px;width:100%}.dialogue-form__title{text-align:center;white-space:pre-line}.dialogue-form__image{height:80%}.dialogue-form__image-wrapper{display:flex;height:300px;justify-content:center}.dialogue-form__footer{display:flex;justify-content:flex-end;margin:0 auto;max-width:690px;padding:10px}.dialogue-form__button.gritx-btn{font-size:16px}@media only screen and (min-width:980px){.dialogue-form__button.gritx-btn{font-size:1.2vw}}@media only screen and (min-width:1920px){.dialogue-form__button.gritx-btn{font-size:20px}}.dialogue-form__button.gritx-btn{line-height:1em;max-width:20%;min-height:3em;width:311px}.confirmation-form__modal{height:auto;max-height:80%;min-height:40%;padding-bottom:10px}@media only screen and (min-width:980px){.confirmation-form__modal{margin:0 auto;max-width:970px}}@media only screen and (min-width:1580px){.confirmation-form__modal{max-height:970px}}.confirmation-form__modal .modal__header{display:flex;justify-content:flex-end;padding:10px}.confirmation-form__modal .modal__body{align-items:center;display:flex;flex-direction:column;padding:0 10px;position:relative}.confirmation-form__modal .modal__close-btn{background-color:#0000;border:none;cursor:pointer;font-size:24px;padding:.5em}.confirmation-form__modal .modal__close-btn:hover{background-color:#e3e3e3}.confirmation-form__container{max-width:700px;width:100%}.confirmation-form__title{text-align:center;white-space:pre-line}.confirmation-form__image{height:80%}.confirmation-form__image-wrapper{display:flex;height:300px;justify-content:center}.confirmation-form__footer{display:flex;justify-content:flex-end;margin:0 auto;max-width:690px;padding:10px}.confirmation-form__button.gritx-btn{font-size:16px}@media only screen and (min-width:980px){.confirmation-form__button.gritx-btn{font-size:1.2vw}}@media only screen and (min-width:1920px){.confirmation-form__button.gritx-btn{font-size:20px}}.confirmation-form__button.gritx-btn{line-height:1em;min-height:3em;width:20%}.form-dialogue{max-height:80%}.form-dialogue__header{margin-bottom:10px}@media only screen and (min-width:980px){.form-dialogue__header{font-size:20px}}.form-dialogue__title{font-size:24px;margin:0 0 10px;text-align:center}@media only screen and (min-width:980px){.form-dialogue__title{font-size:2vw}}@media only screen and (min-width:1920px){.form-dialogue__title{font-size:36px}}.form-dialogue__subtitle{font-size:18px;font-weight:700;text-align:center}@media only screen and (min-width:980px){.form-dialogue__subtitle{font-size:1.5vw}}@media only screen and (min-width:1920px){.form-dialogue__subtitle{font-size:24px}}.form-dialogue__body{overflow:auto}.form-dialogue__preview{display:flex;flex-wrap:wrap;margin-bottom:20px}.form-dialogue__preview-wrapper{margin-bottom:20px;margin-right:20px;max-height:170px;position:relative}.dialogue-area{display:flex;justify-content:center}.dialogue-area__card-place{height:238px;margin:11px 0;position:relative;width:310px}@media only screen and (min-width:1366px){.dialogue-area__card-place{height:302px;margin:25px 0;width:400px}}@media only screen and (min-width:1580px){.dialogue-area__card-place{width:416px}}.dialogue-area__card{background:none;border:1px solid #d2d2d2;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:0;width:100%}.dialogue-area__card:focus{outline:none}.dialogue-area__active-card{background-color:#e9f5eb;height:100%;margin-top:1px;position:relative}.dialogue-area__active-card,.dialogue-area__title{align-items:center;display:flex;justify-content:center;width:100%}.dialogue-area__title{background-color:#f2f2f2;color:#000;font-size:19px;font-weight:700;height:59px;overflow:hidden;text-align:center}@media only screen and (min-width:1366px){.dialogue-area__title{font-size:24px;height:75px}}.dialogue-area__image{max-height:100%;max-width:100%}.dialogue-area__content{display:flex;flex-direction:row;height:177px;width:100%}@media only screen and (min-width:1366px){.dialogue-area__content{height:224px}}.dialogue-area__card-picture{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;width:50%}.dialogue-area__information{border-left:1px solid #d2d2d2;height:100%;width:50%}.dialogue-area__description{color:#303030;font-size:14px;height:55%;overflow:hidden;padding:15px 5px 10px;text-align:left;white-space:pre-wrap}@media only screen and (min-width:1366px){.dialogue-area__description{font-size:18px;padding:18px 13px}}.dialogue-area__category{align-items:center;background-color:#f2f2f2;color:#676666;font-size:11px;font-style:italic;height:25%;overflow:hidden;padding:5px;text-align:left;white-space:pre-wrap;width:100%}@media only screen and (min-width:1580px){.dialogue-area__category{font-size:14px;padding:6px 11px 5px}}.dialogue-area__bottom{bottom:0;display:flex;flex-direction:row;height:15%;position:absolute;right:0;width:100%}.dialogue-area__disabled-bottom{pointer-events:none}.dialogue-area__btn{width:50%}.dialogue-area__button{bottom:0;font-size:16px;font-weight:700;height:100%;line-height:16px;min-height:20px;width:100%}.dialogue-area__button:hover{color:#fff}@media only screen and (min-width:1366px){.dialogue-area__button{font-size:21px}}.dialogue-area__addition{display:flex;flex-direction:row;height:94%;margin-top:1px;padding:0;width:100%}.dialogue-area__addition-item{border-right:3px solid #f2f2f2;display:flex;height:100%;justify-content:center;list-style:none;padding:1px 0;width:33%}@media only screen and (min-width:1366px){.dialogue-area__addition-item{padding:4px 0}}.dialogue-area__addition-like{align-items:center;border-right:0;display:flex;padding:0}.dialogue-area__pro-addition{width:50%}.dialogue-area__item-img{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:40px}@media only screen and (min-width:1366px){.dialogue-area__item-img{width:45px}}@media only screen and (min-width:1580px){.dialogue-area__item-img{width:207px}}.dialogue-area__check-img{fill:#fc767d;height:122px;width:122px}.dialogues__header{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:center;padding:10px}@media only screen and (min-width:640px){.dialogues__header{flex-direction:row}}@media only screen and (min-width:980px){.dialogues__header{justify-content:flex-end;padding:0 50px}}.dialogues__header:before{background-color:#f2f2f2;content:" ";height:100%;position:absolute;right:100%;top:0;width:100vw}.dialogues__button.gritx-btn{border:1px solid #d2d2d2;font-size:16px;font-weight:700;height:60px;line-height:normal;margin-bottom:10px;width:245px}@media only screen and (min-width:980px){.dialogues__button.gritx-btn{margin-bottom:0}}@media only screen and (min-width:1366px){.dialogues__button.gritx-btn{font-size:24px}}.dialogues__button.gritx-btn-outline{background-color:#fff}.dialogues__title{color:#303030;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.dialogues__title{margin:0 0 44px 51px}}.dialogues__icon{height:33px;margin-right:6px;width:36px}.dialogues__image{margin-bottom:60px;max-height:200px}@media only screen and (min-width:640px){.dialogues__image{max-height:300px}}.dialogues .loader{display:flex;justify-content:center}.content{margin-bottom:40px}.content__wrapper{display:flex;flex-direction:column-reverse;min-height:150px;padding:0 10px}@media only screen and (min-width:980px){.content__wrapper{flex-direction:row;justify-content:space-between;padding:0 25px}.content__articles{width:48%}}.content__list{display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:980px){.content__list{justify-content:normal}}.content__list .article-area{margin-right:1%;width:290px}@media only screen and (min-width:640px){.content__list .article-area{min-width:200px;width:48%}}.content__list .article-area__card-place{width:100%}@media only screen and (min-width:980px){.content__view{width:48%}}.content__data{min-height:200px;position:relative}.content__footer{display:flex;justify-content:center;margin-top:40px}.content__footer .gritx-btn{color:#303030;line-height:60px;min-height:60px;width:40%}.content__back-to-top{background-color:#fff;position:fixed;right:0;top:50%;z-index:1}.content__back-to-top .gritx-btn{border:1px solid #bcc7c4}.content__library-button{display:block;margin:50px auto}@media only screen and (min-width:640px){.content__library-button{width:40%}}.content--no-article .content__articles{width:auto}@media only screen and (min-width:980px){.content--no-article .content__list .article-area{width:32%}}@media only screen and (min-width:1366px){.content--no-article .content__list .article-area{width:24%}}.content--no-items .content__view{width:100%}.input-radio{margin-left:20px}.input-radio__wrap{display:flex;flex-direction:row}.input-radio__label{align-items:center;cursor:pointer;display:flex;font-size:20px;margin:14px 0;min-height:26px;padding-left:50px;position:relative}@media only screen and (max-width:640px){.input-radio__label{font-size:18px}}.input-radio__label:first-child{padding-left:0}.input-radio__label-disabled{align-items:center;display:flex;font-size:20px;margin:14px 0;min-height:26px;padding-left:50px;position:relative}.input-radio__field{cursor:pointer}.input-radio__field,.input-radio__field-disabled{height:25px;margin-right:10px;width:25px}.input-radio [type=radio]{display:none}.input-radio [type=radio]+label:before{border:1px solid #707070;border-radius:100%;content:"";height:26px;left:0;position:absolute;top:0;width:26px}.input-radio [type=radio]+label:after{background-color:#5e5870;border-radius:100%;content:"";height:26px;left:1px;position:absolute;top:1px;transition:all .2s ease;width:26px}.input-radio [type=radio]:checked+label:before{background:#707070;transition-delay:.2s}.input-radio [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.input-radio [type=radio]:checked+label:after{opacity:1;transform:scale(1)}.trainings-card-section__list{display:flex;flex-wrap:wrap;padding:8px}@media only screen and (min-width:1366px){.trainings-card-section__list{padding:25px}}.trainings-card-section__item{list-style:none;padding:0;width:100%}@media only screen and (min-width:640px){.trainings-card-section__item{width:50%}}@media only screen and (min-width:980px){.trainings-card-section__item{width:33.3%}}@media only screen and (min-width:1732px){.trainings-card-section__item{width:25%}}.trainings-card-section__footer{height:100px;position:relative}.trainings-card-section__button-load{background-color:#fff;border:1px solid #d2d2d2;cursor:pointer;display:block;font-size:17px;font-weight:700;height:43px;margin-bottom:16px;margin-left:auto;margin-right:auto;padding:0;width:300px}.trainings-card-section__button-load:focus{outline:none}@media only screen and (min-width:640px){.trainings-card-section__button-load{font-size:20px;height:48px;width:375px}}@media only screen and (min-width:980px){.trainings-card-section__button-load{font-size:24px;height:60px;width:468px}}@media only screen and (min-width:1366px){.trainings-card-section__button-load{margin-bottom:50px}}.training-area{display:flex;justify-content:center;margin-bottom:20px}.training-area__card-place{width:310px}@media only screen and (min-width:1366px){.training-area__card-place{width:400px}}@media only screen and (min-width:1580px){.training-area__card-place{width:416px}}.training-area__card{background:none;border:1px solid #d2d2d2;display:flex;flex-direction:column;justify-content:space-between;padding:0;width:100%}.training-area__card:focus{outline:none}.training-area__title-percent{background-color:#f2f2f2;height:5px;width:100%}.training-area__title{background-color:#f2f2f2;color:#000;display:flex;justify-content:space-between;overflow:hidden;padding:5px;width:100%}@media only screen and (min-width:1366px){.training-area__title{min-height:75px}}.training-area__title__text{border:none;cursor:pointer;font-size:16px;font-weight:700;padding:5px;text-align:start}.training-area__title__text:hover{color:#707070}@media only screen and (min-width:1366px){.training-area__title__text{font-size:19px}}.training-area__title__date{font-size:16px;font-style:italic;font-weight:400;padding:5px}@media only screen and (min-width:1366px){.training-area__title__date{font-size:19px}}.training-area__title__percentage{font-size:16px;font-weight:400;padding:5px;width:80px}@media only screen and (min-width:1366px){.training-area__title__percentage{font-size:19px}}.training-area__title-wrapper{align-content:flex-start;display:flex;flex-direction:column}.training-area__bottom{bottom:0;display:flex;flex-direction:row;height:50px;right:0;width:100%}.training-area__btn{width:50%}.training-area__button{bottom:0;font-size:16px;font-weight:700;height:100%;line-height:16px;min-height:20px;width:100%}.training-area__button:hover{color:#fff}@media only screen and (min-width:1366px){.training-area__button{font-size:21px}}.input-date{display:flex;flex-direction:column;font-size:16px}@media only screen and (min-width:980px){.input-date{font-size:1.2vw}}@media only screen and (min-width:1920px){.input-date{font-size:20px}}.input-date{min-height:6.5em}.input-date__label{display:flex;flex-direction:column}.input-date__label-text{margin-bottom:10px}.input-date__required{color:#f8454e}.input-date__field{background-color:#fff;border:1px solid #000;border-radius:0!important}.input-date__field--error{border:1px solid #f8454e}.input-date__field input{border-radius:0;color:#000;font-family:Open Sans,sans-serif;font-size:20px;line-height:1.5;padding:10px}.input-date__field fieldset{border:none}.input-date__error{color:#f8454e;display:block;font-size:16px}.input-time{display:flex;flex-direction:column;font-size:16px}@media only screen and (min-width:980px){.input-time{font-size:1.2vw}}@media only screen and (min-width:1920px){.input-time{font-size:20px}}.input-time{min-height:6.5em}.input-time__label{display:flex;flex-direction:column}.input-time__label-text{margin-bottom:10px}.input-time__required{color:#f8454e}.input-time__field{background-color:#fff;border:1px solid #000;border-radius:0!important}.input-time__field--error{border:1px solid #f8454e}.input-time__field input{border-radius:0;color:#000;font-family:Open Sans,sans-serif;font-size:20px;line-height:1.5;padding:10px}.input-time__field fieldset{border:none}.input-time__error{color:#f8454e;display:block;font-size:16px}.training-form__modal{height:auto;max-height:80%;min-height:40%;padding-bottom:10px}@media only screen and (min-width:980px){.training-form__modal{margin:0 auto;max-width:970px}}@media only screen and (min-width:1580px){.training-form__modal{max-height:970px}}.training-form__modal .modal__header{display:flex;justify-content:flex-end;padding:10px}.training-form__modal .modal__body{align-items:center;display:flex;flex-direction:column;padding:0 10px;position:relative}.training-form__modal .modal__close-btn{background-color:#0000;border:none;cursor:pointer;font-size:24px;padding:.5em}.training-form__modal .modal__close-btn:hover{background-color:#e3e3e3}.training-form__container{max-width:700px;width:100%}.training-form__title{text-align:center;white-space:pre-line}.training-form__image{height:80%}.training-form__image-wrapper{display:flex;height:300px;justify-content:center}.training-form__footer{display:flex;justify-content:flex-end;margin:0 auto;max-width:690px;padding:10px}.training-form__button.gritx-btn{font-size:16px}@media only screen and (min-width:980px){.training-form__button.gritx-btn{font-size:1.2vw}}@media only screen and (min-width:1920px){.training-form__button.gritx-btn{font-size:20px}}.training-form__button.gritx-btn{line-height:1em;max-width:20%;min-height:3em;width:311px}.form-training{max-height:80%}.form-training__header{margin-bottom:10px}@media only screen and (min-width:980px){.form-training__header{font-size:20px}}.form-training__title{font-size:24px;margin:0 0 10px;text-align:center}@media only screen and (min-width:980px){.form-training__title{font-size:2vw}}@media only screen and (min-width:1920px){.form-training__title{font-size:36px}}.form-training__subtitle{font-size:18px;font-weight:700;text-align:center}@media only screen and (min-width:980px){.form-training__subtitle{font-size:1.5vw}}@media only screen and (min-width:1920px){.form-training__subtitle{font-size:24px}}.form-training__body{overflow:auto}.form-training__preview{display:flex;flex-wrap:wrap;margin-bottom:20px}.form-training__preview-wrapper{margin-bottom:20px;margin-right:20px;max-height:170px;position:relative}.trainings__header{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:space-between;margin-top:0;padding:10px}@media only screen and (min-width:640px){.trainings__header{flex-direction:row}}@media only screen and (min-width:980px){.trainings__header{justify-content:space-between;padding:0 50px}}.trainings__header:before{background-color:#f2f2f2;content:" ";height:100%;position:absolute;right:100%;top:0;width:100vw}.trainings__header-sort fieldset{border:none;display:flex;flex-direction:row;justify-content:space-between}.trainings__header-sort fieldset label{color:#000;font-size:20px;padding:10px}.trainings__button.gritx-btn{border:1px solid #d2d2d2;font-size:16px;font-weight:700;height:60px;line-height:normal;margin-bottom:10px;width:245px}@media only screen and (min-width:980px){.trainings__button.gritx-btn{margin-bottom:0}}@media only screen and (min-width:1366px){.trainings__button.gritx-btn{font-size:24px}}.trainings__button.gritx-btn-outline{background-color:#fff}.trainings__title{color:#303030;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.trainings__title{margin:30px 0 44px 51px}}.trainings__icon{height:40px;margin-right:6px}.trainings__image{margin-bottom:60px;max-height:200px}@media only screen and (min-width:640px){.trainings__image{max-height:300px}}.trainings .loader{display:flex;justify-content:center}.xpedition-item__header{align-items:center;background-color:#f2f2f2;display:flex;height:60px;margin-bottom:20px}.xpedition-item__title{font-size:30px;margin:0 0 0 20px;padding:0;text-transform:capitalize}.xpedition-item__body{border-bottom:1px solid #303030;padding-bottom:20px}@media only screen and (min-width:640px){.xpedition-item__body{display:flex}}.xpedition-item__image{width:100%}.xpedition-item__image-wrapper{max-width:20%}.xpedition-item__description{flex:1 1 auto;padding:20px}@media only screen and (min-width:640px){.xpedition-item__description{padding:0 20px}}.xpedition-item__button{align-items:center;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:20px;width:100%}.xpedition-item__button:hover{color:#c7c7c7;transition:color .3s}.xpedition-item__button-percent{display:block;font-size:48px;font-weight:700;margin-top:50px}.xpedition-item__button-label{font-size:20px;font-weight:700;text-transform:capitalize}.xpedition-item__button-wrapper{min-width:25%}.xpedition-item__button--remove{margin-top:10px;width:100%}.xpedition-list__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 41px 100px}@media only screen and (max-width:640px){.xpedition-list__wrapper{padding:0}}@media only screen and (min-width:1366px){.xpedition-list__wrapper{flex-wrap:nowrap}}.xpedition-list__chat{margin:5px 15px 20px;position:relative;width:100%}@media only screen and (max-width:640px){.xpedition-list__chat{margin:0}}@media only screen and (min-width:1366px){.xpedition-list__chat{width:50%}}@media only screen and (max-width:640px){.xpedition-list__chat{display:none}}.xpedition-list__chat-toolbar{align-items:center;background-color:#f2f2f2;display:flex;height:60px;padding:0 20px}.xpedition-list__bot-avatar{fill:#fc767d;height:38px;width:40px}.xpedition-list__list{margin:5px 15px 20px;position:relative;width:100%}@media only screen and (max-width:640px){.xpedition-list__list{margin:0}}@media only screen and (min-width:1366px){.xpedition-list__list{width:50%}}.xpedition-list__chat-wrapper{height:440px;margin-bottom:18px;padding-bottom:10px}@media only screen and (min-width:640px){.xpedition-list__chat-wrapper{height:500px}}.xpedition-list__start-message{align-items:center;display:flex;flex-direction:column;font-size:36px;font-weight:700;height:100%;justify-content:center;text-align:center}.bot-chat .article{margin-top:0}.bot-chat .article__heading{font-size:35px;padding:0 40px}.training{min-height:400px;position:relative}.training__title{align-items:center;color:#303030;display:flex;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.training__title{margin:0 0 44px 51px}}@media only screen and (max-width:640px){.training__title-dialogue-name{display:none}}.training__icon{height:40px;margin-right:6px;margin-top:50px}.training .breadcrumbs{color:#303030;font-size:24px;margin:0;padding:30px 10px 0}@media only screen and (min-width:980px){.training .breadcrumbs{font-size:2.5vw;padding:30px 10px 0}}@media only screen and (min-width:1920px){.training .breadcrumbs{font-size:48px}}.training .breadcrumbs__previous{color:#303030;font-weight:700;text-transform:uppercase}.training .breadcrumbs__previous:visited{color:#303030}.training .breadcrumbs__previous:hover{color:#5e5870}.access-denied-page{display:flex;flex-wrap:wrap;font-size:48px;padding:20px 3%}.dialogue__header{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:center;padding:10px}@media only screen and (min-width:640px){.dialogue__header{flex-direction:row}}@media only screen and (min-width:980px){.dialogue__header{justify-content:flex-end;padding:0 50px}}.dialogue__header:before{background-color:#f2f2f2;content:" ";height:100%;position:absolute;right:100%;top:0;width:100vw}.dialogue__button.gritx-btn{border:1px solid #d2d2d2;font-size:16px;font-weight:700;height:60px;line-height:normal;margin-bottom:10px;width:245px}@media only screen and (min-width:980px){.dialogue__button.gritx-btn{margin-bottom:0}}@media only screen and (min-width:1366px){.dialogue__button.gritx-btn{font-size:24px}}.dialogue__button.gritx-btn-outline{background-color:#fff}.dialogue__title{color:#303030;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.dialogue__title{margin:0 0 44px 51px}}.dialogue__icon{height:33px;margin-right:6px;width:36px}.dialogue__image{margin-bottom:60px;max-height:200px}@media only screen and (min-width:640px){.dialogue__image{max-height:300px}}.dialogue .loader{display:flex;justify-content:center}.breadcrumbs{color:#303030;font-size:24px;margin:0 0 44px 51px;padding:0 10px}@media only screen and (min-width:980px){.breadcrumbs{font-size:2.5vw;padding:0 25px}}@media only screen and (min-width:1920px){.breadcrumbs{font-size:48px}}.breadcrumbs__previous{color:#303030;font-weight:700;text-transform:uppercase}.breadcrumbs__previous:visited{color:#303030}.breadcrumbs__previous:hover{color:#8dd2a3}.participants__header{margin-bottom:20px}.participants__list{display:flex;flex-wrap:wrap;padding:8px}.participants__item{background:none;border:1px solid #d2d2d2;list-style:none;margin:5px;padding:5px}.participants__title{background-color:#f2f2f2;display:flex;height:60px;justify-content:right;padding:10px}.participants__button.gritx-btn{font-weight:500;line-height:38px;margin:0 5px;min-height:40px;width:140px}.participants .loader__wrapper{margin:0 auto 40px}.participants__modal{align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 auto;max-height:60vh;max-width:1120px;overflow:auto;padding:20px;width:100%}.participants__modal .modal__header{display:none}.participants__modal .modal__body{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;padding:0 10px;position:relative}@media only screen and (min-width:640px){.participants__modal .modal__body .bots{margin:0;padding:17px;width:50%}}@media only screen and (min-width:980px){.participants__modal .modal__body .bots{width:33.3%}}.participants__modal .modal__body .bots__item{cursor:pointer}.participant-card{display:flex;padding:5px}.participant-card__avatar{margin:5px}.participant-card__name{font-size:24px;padding:10px;text-align:center}.participant-card__image{fill:#fc767d;height:38px;width:40px}.participant-card__btn{background:none;border:none;cursor:pointer;font-size:24px;font-weight:700}.participant-card__btn:hover{background-color:#e3e3e3}.bots{background:#0000;border:none;flex-direction:column;justify-content:center;margin:17px;position:relative}.bots,.bots__content{align-items:center;display:flex}.bots__content{flex-wrap:wrap;width:100%}.bots__avatars{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:640px){.bots__avatars{border:none;margin:0;padding:17px;width:50%}}@media only screen and (min-width:980px){.bots__avatars{width:33.3%}}.bots__avatars__item{cursor:pointer}.bots__name{align-items:center;display:flex;flex-direction:column;font-size:18px;font-weight:bolder;padding-top:10px}.bots__item{align-items:flex-end;background:#0000;border:none;display:flex;height:163px;justify-content:center;overflow:hidden;padding:10px 0 0;width:163px}.bots__img{height:100%;max-height:140px;max-width:140px;width:100%}.bots__btn{background:#e9f5eb;border:none;bottom:-10px;height:44px;position:absolute;right:15px;width:44px}.bots__btn:hover{cursor:pointer}.bots__btn-icon{fill:#8dd2a3}.users__content{background-color:#fff;border:1px solid #d2d2d2;display:flex;flex:1.3 1;font-size:24px;height:61px;margin:5px 0;min-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users__input{border:none;padding:10px 36px;width:100%}.users__add-btn{border:1px solid #d2d2d2;font-size:24px;width:70px}.users__add-btn:hover{cursor:pointer}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.dialogue-window{padding-top:5px}.dialogue-window__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (min-width:640px){.dialogue-window__wrapper{padding:0 41px 100px}}@media only screen and (min-width:1366px){.dialogue-window__wrapper{flex-wrap:nowrap}}.dialogue-window__content,.dialogue-window__participants,.dialogue-window__window{margin:5px 15px 20px;position:relative;width:50%}.dialogue-window__content .participants,.dialogue-window__participants .participants,.dialogue-window__window .participants{margin-top:0}.dialogue-window__content .participants__heading,.dialogue-window__participants .participants__heading,.dialogue-window__window .participants__heading{font-size:35px;padding:0 40px}.dialogue-window .article{margin-top:0}@media only screen and (min-width:1366px){.dialogue-window .article{margin-top:0}}.dialogue-chat__help-btn{margin-left:5px;width:117px!important}.dialogue-chat__video-btn{margin-left:5px;width:200px!important}.video_loader{height:100%;position:absolute;width:100%}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*{box-sizing:border-box;scroll-behavior:smooth}p{line-height:normal;margin:0}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{font-family:Open Sans,sans-serif}
/*# sourceMappingURL=main.a449218e.css.map*/