:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff;--vc-icn-width: 1.2em;--vc-nav-width: 30px;--vc-nav-height: 30px;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-background: transparent;--vc-pgn-width: 12px;--vc-pgn-height: 4px;--vc-pgn-margin: 4px;--vc-pgn-border-radius: 0;--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-active-color: var(--vc-clr-primary)}.carousel__prev,.carousel__next{box-sizing:content-box;background:var(--vc-nav-background);border-radius:var(--vc-nav-border-radius);width:var(--vc-nav-width);height:var(--vc-nav-height);text-align:center;font-size:var(--vc-nav-height);padding:0;color:var(--vc-nav-color);display:flex;justify-content:center;align-items:center;position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__prev:hover,.carousel__next:hover{color:var(--vc-nav-color-hover)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}.carousel{position:relative;text-align:center;box-sizing:border-box;touch-action:pan-y;overscroll-behavior:none}.carousel.is-dragging{touch-action:none}.carousel *{box-sizing:border-box}.carousel__track{display:flex;padding:0!important;position:relative}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__icon{width:var(--vc-icn-width);height:var(--vc-icn-width);fill:currentColor}.carousel__pagination{display:flex;justify-content:center;list-style:none;line-height:0;margin:10px 0 0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding:var(--vc-pgn-margin);background:transparent}.carousel__pagination-button:after{display:block;content:"";width:var(--vc-pgn-width);height:var(--vc-pgn-height);border-radius:var(--vc-pgn-border-radius);background-color:var(--vc-pgn-background-color)}.carousel__pagination-button:hover:after,.carousel__pagination-button--active:after{background-color:var(--vc-pgn-active-color)}.carousel__slide{scroll-snap-stop:auto;flex-shrink:0;margin:0;position:relative;display:flex;justify-content:center;align-items:center;transform:translateZ(0)}.carousel{position:relative;width:100%;background-color:#0000001a}.carousel__item{position:relative;width:100%;box-sizing:border-box;background-position:0 0;background-repeat:no-repeat;background-size:cover;border:none}.carousel__item-text{position:absolute;box-sizing:border-box;background-color:var(--bg-main);color:var(--color-main);padding:24px;font-size:1.25vw;line-height:1.4;border-radius:24px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;text-align:justify}@media screen and (max-width: 1024px){.carousel__item-text{font-size:1.5vw}}.carousel-mobile{position:relative;width:100%;padding:16px 0 24px;z-index:1;background-color:#00000080}.carousel-mobile__item{margin:0;padding:8px 3%;color:#fff;z-index:1;font-size:16px}@media screen and (min-width: 1024px){.carousel-mobile__item{font-size:18px}}.carousel-mobile__wrap{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.carousel .carousel__prev,.carousel .carousel__next{--vc-nav-color: #fff;--vc-nav-color-hover: #fff;--vc-nav-width: 48px;--vc-nav-height: 48px}.carousel .carousel__prev:hover,.carousel .carousel__next:hover{background-color:#00000040}.carousel .carousel__pagination{position:absolute;left:0;width:100%;bottom:10px}.favorites{position:relative;width:100%;background-color:#e8f4f8;padding-top:24px}.favorites__wrap{position:relative;width:100%;max-width:var(--desktop);height:40vw;min-height:300px;max-height:576px;margin:0 auto}@media screen and (max-width: 1024px){.favorites__wrap{height:auto;max-height:1000px}}.favorites__title{position:relative;box-sizing:border-box;background-color:transparent;width:100%;height:36px;line-height:36px;text-align:center;font-size:24px;font-weight:700}.favorites__body{position:relative;box-sizing:border-box;background-color:transparent;width:100%;height:calc(100% - 72px);display:flex;flex-direction:row;justify-content:space-around;align-items:center}@media screen and (max-width: 1024px){.favorites__body{flex-direction:column;justify-content:flex-start;align-items:stretch}}.favorites__body-item{position:relative;box-sizing:border-box;width:25%;height:calc(100% - 24px);background-color:var(--bg-main);border-radius:24px;padding:24px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}@media screen and (max-width: 1024px){.favorites__body-item{width:90%;max-width:640px;margin:16px auto;flex-direction:row;justify-content:space-around;padding-top:36px}}@media screen and (max-width: 1024px){.favorites__body-item{padding-top:56px;border-radius:12px}}.favorites__body-item--title{position:relative;box-sizing:border-box;width:100%;height:20%;font-size:18px;font-weight:700;text-align:center}@media screen and (max-width: 1024px){.favorites__body-item--title{line-height:1;position:absolute;height:36px;top:0;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:16px;padding:0 8px}}@media screen and (max-width: 480px){.favorites__body-item--title{height:56px}}.favorites__body-item--icon{position:relative;box-sizing:border-box;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;width:15vw;min-width:80px;height:15vw;min-height:80px;border-radius:16px}.favorites__body-item--block{position:relative}.favorites__body-item--price-text{font-size:18px;font-weight:700;margin-bottom:8px;text-align:center}@media screen and (max-width: 1024px){.favorites__body-item--price-text{font-size:16px;line-height:1}}.favorites__body-item--price{font-size:18px;font-style:italic;margin-bottom:8px;text-align:center}@media screen and (max-width: 1024px){.favorites__body-item--price{font-size:16px;line-height:1}}.favorites__body-item a{font-size:18px;color:var(--select-color);text-align:center}@media screen and (max-width: 1024px){.favorites__body-item a{font-size:16px;line-height:1}}.about{position:relative;box-sizing:border-box;width:100%;padding:24px 32px}.about__wrap{position:relative;box-sizing:border-box;width:100%;max-width:var(--desktop);margin:0 auto}.about__title{font-size:24px;font-weight:700;text-align:center;margin-bottom:24px}.about__text{font-size:18px;text-indent:24px;line-height:1.3;text-align:justify;margin-bottom:16px}@media screen and (max-width: 480px){.about__text{font-size:16px}}.about-details__title{font-size:18px;font-weight:700;text-indent:24px;margin-bottom:16px}.about-details__text{margin-bottom:16px}.about-details__text-item{font-size:18px;line-height:1.3}@media screen and (max-width: 480px){.about-details__text-item{font-size:16px}}.about-docs__title{font-size:18px;font-weight:700;text-indent:24px;margin-bottom:16px}.about-docs__content{position:relative;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}@media screen and (max-width: 480px){.about-docs__content{flex-direction:column;justify-content:flex-start;align-items:center}}.about-docs__content-item{position:relative;box-sizing:border-box;width:20vw;height:28vw;cursor:pointer;margin-right:8px;background-repeat:no-repeat;background-position:0 0;background-size:cover}@media screen and (max-width: 480px){.about-docs__content-item{margin:12px auto;width:200px;height:280px}}.big-image__wrap{position:fixed;z-index:1000;top:0;bottom:0;left:0;right:0;background-color:#0006;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center}.big-image__img{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:0 0;background-size:cover;cursor:pointer}.big-image__close{position:absolute;top:10px;right:10px;font-size:36px;color:#fff;background-color:transparent;width:50px;height:50px;margin:0;padding:0;border:none;outline-width:0;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center}.big-image__close:hover{animation:rotate 1s infinite linear}.ltmap{position:relative;box-sizing:border-box;width:100%;padding:24px 0 0}.ltmap__title{font-size:24px;font-weight:700;text-align:center;margin-bottom:24px}.ltmap__content{position:relative;box-sizing:border-box;width:100%;height:560px}@media screen and (max-width: 480px){.ltmap__content{height:480px}}.ltmap__content-info{position:absolute;box-sizing:border-box;top:80px;right:40px;padding:40px 48px;background-color:#ffffffd9;border-radius:24px;z-index:50;transition:all .4s ease-in-out}@media screen and (max-width: 768px){.ltmap__content-info{border-radius:12px;padding:20px 24px}}@media screen and (max-width: 480px){.ltmap__content-info{top:40px;right:20px}}.ltmap__content-info__closed{padding:6px 12px!important;width:240px;height:auto;top:8px;right:60px;border-radius:8px!important;transition:all .4s ease-in-out}.ltmap__content-info__closed .ltmap__content-info-title{font-size:16px;height:auto}.ltmap__content-info__closed .ltmap__content-info-title button{font-size:14px}.ltmap__content-info-title{position:relative;box-sizing:border-box;width:100%;height:36px;font-size:24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.ltmap__content-info-title{font-size:18px}}.ltmap__content-info-title button{position:relative;border:none;outline-width:0;padding:0 1px;margin:0;background-color:transparent;font-size:18px;color:var(--select-color);border-bottom:1px solid var(--select-color);cursor:pointer}@media screen and (max-width: 768px){.ltmap__content-info-title button{font-size:16px}}.ltmap__content-infos{margin-top:24px;font-size:18px;line-height:1.4}@media screen and (max-width: 768px){.ltmap__content-infos{font-size:16px;margin-top:16px}}@media screen and (max-width: 480px){.ltmap__content-infos{max-width:240px}}.ltmap__content-infos-title{font-weight:700}.ltmap__content .ymap-container{width:100%;height:100%}.services{position:relative;box-sizing:border-box;width:100%;padding:24px 36px}@media screen and (max-width: 480px){.services{padding:24px 12px}}.services__block{width:100%;max-width:var(--desktop);margin:0 auto}.services__block-title{font-size:24px;font-weight:700;margin-bottom:24px}@media screen and (max-width: 480px){.services__block-title{font-size:18px}}.services__block-indent,.services__block-link{font-size:18px;text-indent:24px;line-height:1.4;text-align:justify;margin-bottom:24px}@media screen and (max-width: 480px){.services__block-indent,.services__block-link{font-size:16px;line-height:1.2}}.services__block-link a{color:var(--select-color);text-decoration:none;padding:0 2px 1px;border-bottom:1px solid var(--select-color)}.services__block-link a:active,.services__block-link a:focus{color:var(--select-color)}.services__block-table{position:relative;box-sizing:border-box;width:100%;margin-bottom:24px}.services__block-table table{width:100%;font-size:18px;border-collapse:collapse}@media screen and (max-width: 480px){.services__block-table table{font-size:15px}}.services__block-table table tr:last-child{border-bottom:1px solid var(--table-border-color)}.services__block-table table tr:nth-child(2n){background-color:#f1f1f1}.services__block-table table tr th{text-align:center;font-weight:700;padding:16px 0;border-top:1px solid var(--table-border-color);border-left:1px solid var(--table-border-color);background-color:transparent}@media screen and (max-width: 480px){.services__block-table table tr th{font-size:15px;padding:8px}}.services__block-table table tr th:first-child{width:70%}.services__block-table table tr th:last-child{width:30%;border-right:1px solid var(--table-border-color)}.services__block-table table tr td{padding:8px 0;border-top:1px solid var(--table-border-color);border-left:1px solid var(--table-border-color);background-color:transparent}@media screen and (max-width: 480px){.services__block-table table tr td{font-size:15px}}.services__block-table table tr td:first-child{width:70%;padding-left:16px}.services__block-table table tr td:last-child{width:30%;text-align:center;border-right:1px solid var(--table-border-color)}.team{position:relative;box-sizing:border-box;width:100%;padding-bottom:36px}@media screen and (max-width: 480px){.team{padding-bottom:8px}}.team__wrap{position:relative;box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.team__worker{position:relative;box-sizing:border-box;width:440px;height:730px;margin:16px 2%;background-color:#fff5e6;border-radius:16px;padding:24px 36px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}@media screen and (max-width: 768px){.team__worker{height:auto}}@media screen and (max-width: 480px){.team__worker{margin:16px 0 0;border-radius:0}}.team__worker-photo{position:relative;box-sizing:border-box;width:100%;border-radius:16px;margin-bottom:16px}.team__worker-name,.team__worker-qualification{position:relative;box-sizing:border-box;text-align:center;margin-bottom:16px}.team__worker-name{height:56px;font-size:24px;font-weight:700}.team__worker-qualification{height:42px;font-size:18px;font-weight:700;font-style:italic}.team__worker-openBtn{background-color:transparent;font-size:18px;color:var(--select-color);text-decoration:none;padding:0 1px 2px;border-left:none;border-right:none;border-top:none;border-bottom:1px solid var(--select-color);outline-width:0;cursor:pointer}@media screen and (max-width: 768px){.team__worker-openBtn{display:none}}.team__worker-openBtn:focus{outline-width:0}.selected__wrap{position:fixed;z-index:1000;top:0;bottom:0;left:0;right:0;background-color:#0006;cursor:pointer;display:flex}@media screen and (max-width: 480px){.selected__wrap{display:none}}.selected__worker{position:relative;box-sizing:border-box;width:85%;margin:auto;background-color:var(--bg-main);border-radius:24px;padding:24px 36px 36px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;text-rendering:geometricPrecision}@media screen and (max-width: 1024px){.selected__worker{height:95%;overflow-y:auto;border-radius:8px}}.selected__worker-name{text-align:center;font-size:24px;font-weight:700;margin-bottom:10px}.selected__worker-qualification{text-align:center;font-size:18px;font-weight:700;font-style:italic;margin-bottom:20px}.selected__worker-content{position:relative;box-sizing:border-box;height:calc(100% - 80px);display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.selected__worker-content-photo{position:relative;box-sizing:border-box;width:30%}.selected__worker-content-education{position:relative;width:65%}.selected__worker-content-education ul{margin:0 0 16px;padding:0;line-height:1.4}.selected__worker-content-education ul li{font-size:16px}.selected__worker-content-education-title{font-size:18px;font-weight:700}.media{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:20px}.media__content{position:relative;width:100%;max-width:1024px;background-color:#eee;margin-bottom:40px}.media__content:before{content:"";display:block;margin-top:56.25%}.media__video{position:absolute;top:0;left:0;width:100%;height:100%}.page-404{position:relative;width:100%;padding-top:5vh;display:flex;justify-content:center;align-items:center}.title-404{color:#a94442}:root{--bg-main: #fefefe;--color-main: rgba(0, 0, 0, .86);--bg-menu: #efefef;--select-color: #ff9800;--table-border-color: #90a4ae;--mobile: 480px;--mobile-xxl: 768px;--tablet: 1024px;--desktop: 1440px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Fira Sans,sans-serif;background-color:var(--bg-main)}#app{position:fixed;top:0;bottom:0;left:0;right:0;background-color:var(--bg-main);color:var(--color-main);font-size:24px;overflow-y:auto}.langs{position:relative}.langs__btn{position:relative;width:36px;height:24px;border:none;outline-width:0;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;border-radius:4px;background-color:transparent;transition:all .3s ease-in-out;background-position:center;transition:background .5s ease-in-out}.langs__btn:not([disabled]){cursor:pointer}.langs__btn:not([disabled]):hover{background:#eee radial-gradient(circle,transparent 1%,#eee 1%) center/15000%}.langs__btn:not([disabled]):active{opacity:1;background-color:var(--black-30, #b3b3b3);background-size:100%;transition:background 0s}.langs__btn:hover{background-color:#0000000d;box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.langs__btn-open .icon{transform:rotate(180deg);transform-origin:50% 45%}.langs__body{position:absolute;height:0;overflow:hidden;transition:height .2s ease-in-out}.langs__body-item{position:relative;display:flex;justify-content:center;align-items:center;width:36px;height:24px;cursor:pointer;font-size:14px;font-weight:500;border-radius:4px;background-color:transparent}.langs__body-item:hover{background-color:#0000000d;box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.langs__body--open{height:60px}.nav{position:relative;box-sizing:border-box;width:100%;height:96px;margin:0 auto;background-color:var(--bg-menu);padding:0 32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:50}@media screen and (min-width: 1440px){.nav{width:var(--desktop);padding:0}}.nav__logo{position:relative;box-sizing:border-box;height:96px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.nav__logo img{width:72px;height:72px;margin-right:24px}.nav__logo-text{font-size:16px;font-weight:700;line-height:1.4;color:var(--select-color)}.nav__menu{position:relative;box-sizing:border-box;height:96px;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch}.nav__menu-btn{display:none}.nav__menu-body{position:relative;box-sizing:border-box;height:96px;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch}.nav__menu-item{position:relative;box-sizing:border-box;height:96px;outline-width:0;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 10px;font-size:18px;color:var(--color-main);cursor:pointer;text-decoration:none;transition:all .2s ease-in-out}.nav__menu-item:hover{color:var(--select-color)}.nav__menu-item:after{content:"";position:absolute;height:3px;width:100%;left:0;bottom:0;background-color:transparent;transition:all .2s ease-in-out}.nav__menu-item--active{color:var(--select-color);outline-width:0}.nav__menu-item--active:after{background-color:var(--select-color)}.nav__lang{position:relative;box-sizing:border-box}@media screen and (max-width: 1024px){.nav__logo{margin-left:calc(50% - 120px)}.nav__menu{position:absolute;width:100%;height:auto;background-color:var(--bg-menu);top:96px;left:0;border-top:1px solid rgba(0,0,0,.05)}.nav__menu-btn{display:block;position:absolute;border:none;outline-width:0;background-color:transparent;padding:1px 8px;top:-72px;left:16px;cursor:pointer}.nav__menu-btn .icon{width:36px;height:36px;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.nav__menu-body{height:auto;display:block;width:100%;padding:0 16px;overflow:hidden}.nav__menu-item{height:0}.nav__menu-item--open{height:56px}}@media screen and (max-width: 480px){.nav__logo{margin-left:calc(50% - 100px)}.nav__logo img{width:56px;height:56px;margin-right:8px}.nav__logo-text{font-size:14px;font-weight:700;line-height:1.3;color:var(--select-color)}}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease-in-out}.fade-enter,.fade-leave-to{opacity:0}.footer{position:relative;box-sizing:border-box;width:100%;height:148px;padding:24px 32px;background-color:var(--color-main);display:flex;flex-direction:row;justify-content:space-between;align-items:stretch}.footer__data{position:relative;font-size:16px;color:#fff;line-height:1.2}.footer__social{position:relative;box-sizing:border-box;height:22px}.footer__social-item{position:relative;box-sizing:border-box;display:inline-block;height:22px}.footer__social-item img{display:inline-block;width:20px;height:20px}.footer__sitemap{position:relative;box-sizing:border-box;width:50%;max-width:400px;height:100%;margin:0;padding-left:0;padding-top:30px;font-size:16px;color:#fff;list-style-type:none;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.footer__sitemap-title{position:absolute;top:0}.footer__sitemap-item{position:relative;height:18px;cursor:pointer;color:rgba(var(--select-color),20%);border-bottom:1px solid rgba(var(--select-color) 20%);margin-bottom:8px}.footer__sitemap-item a{color:rgba(var(--select-color),20%);text-decoration:none}.footer__sitemap-item a:hover{color:var(--select-color)}.footer__info{position:absolute;box-sizing:border-box;width:100%;padding-right:32px;left:0;bottom:8px;font-size:14px;font-style:italic;color:#fff;text-align:right}@media screen and (max-width: 1024px){.footer{flex-direction:column;height:auto;padding:24px 12px}.footer__data{margin-bottom:16px}.footer__data div{display:inline-block;margin-right:8px}.footer__sitemap{width:100%;display:flex;flex-direction:row;margin-bottom:24px}.footer__sitemap-item{display:inline-block;margin-right:12px}.footer__info{text-align:center;margin:12px 0}}@media screen and (min-width: 1440px){.footer{padding:24px calc(50% - 720px)}.footer__sitemap{width:400px}}.field[data-v-0d79ba0b]{position:relative;width:100%;padding-bottom:20px}.field__label[data-v-0d79ba0b]{position:relative;font-style:italic;font-size:16px;color:#1a1a1adb;top:24px;transition:all .3s ease-in-out}.field__input[data-v-0d79ba0b]{resize:none;display:block;position:relative;box-sizing:border-box;width:100%;border-top:none;border-left:none;border-right:none;border-bottom:1px solid var(--table-border-color);outline-width:0;font-size:16px;background-color:transparent}.field__input[data-v-0d79ba0b]:focus{outline-width:0;border-bottom:1px solid var(--color-main)}.field__error[data-v-0d79ba0b]{position:absolute;font-size:14px;color:red;left:0;width:100%;bottom:0}.field--touched .field__label[data-v-0d79ba0b]{top:0}@keyframes rotate{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}.modal-mask{position:fixed;z-index:9000;top:0;left:0;right:0;bottom:0;background-color:#0006;transition:opacity .3s ease-in-out;display:flex}.modal-container{position:relative;box-sizing:border-box;width:80%;max-height:100%;margin:auto;background-color:var(--bg-main);border-radius:24px;padding:24px 36px;transition:all .3s ease-in-out}@media screen and (max-width: 1024px){.modal-container{border-radius:12px;overflow-y:auto}}@media screen and (max-width: 768px){.modal-container{width:95%}}@media screen and (max-width: 480px){.modal-container{width:100%;border-radius:0}}.modal-close{position:absolute;top:10px;right:10px;color:var(--color-main);background-color:transparent;width:40px;height:40px;margin:0;padding:0;border:none;outline-width:0;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20fill='%23000000'%20height='48'%20viewBox='0%200%2024%2024'%20width='48'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.modal-close:hover{animation:rotate 2s infinite linear}.feedback{position:relative;box-sizing:border-box;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.feedback__title{position:relative;box-sizing:border-box;width:100%;font-size:24px;font-weight:700;text-align:center;margin-bottom:36px}.feedback__sendBtn{position:relative;box-sizing:border-box;width:120px;height:40px;line-height:40px;background-color:var(--select-color);border-radius:4px;border:none;outline-width:0;font-size:16px;color:#fff;text-align:center;cursor:pointer;margin:32px 0}.feedback__sendBtn:hover:not([disabled]){background-color:#e68900}.feedback__sendBtn[disabled]{opacity:.3;cursor:default}.feedback__sendBtn:focus{outline-width:0}.toast{position:fixed;z-index:9999;top:-60px;right:48px;padding:16px 24px;border-radius:8px;border:1px solid transparent;font-size:16px;transition:top .3s ease-in-out}.toast-open{top:24px}.toast-warn{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.toast-success{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.toast-info{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.app{position:relative;width:100%;padding-top:96px}.app__menu{position:fixed;top:0;left:0;width:100%;background-color:var(--bg-menu);z-index:1000;box-shadow:0 0 1px 2px #0000000d}.app__body{position:relative;min-height:calc(100% - 148px)}@media screen and (max-width: 1024px){.app__body{min-height:calc(100% - 318px)}}
