@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;src:url(/fonts/Ubuntu/Ubuntu-Light.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;src:url(/fonts/Ubuntu/Ubuntu-Regular.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;src:url(/fonts/Ubuntu/Ubuntu-Medium.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:url(/fonts/Ubuntu/Ubuntu-Bold.ttf) format("truetype")}html,body{height:100%;margin:0;padding:0}body{font-family:Ubuntu;background:var(--color-change-standart-white)}#root{min-height:100vh}.App,.modal-provider,.page-layout,.layout-wrapper{height:100%;min-height:100vh;display:flex;flex-direction:column}.outlet-container{flex:1;height:100%}.full-height{height:100%;min-height:100vh}.flex-column{display:flex;flex-direction:column}.flex-grow{flex:1}.layout-container{height:100%;min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box;font-family:Ubuntu}.react-modal-hook{position:fixed;display:grid;place-items:center;height:100vh;width:100vw;margin-left:auto;margin-right:auto;animation:fade-in .5s;overflow:auto;margin-bottom:20px}.modal-content{z-index:6}a{text-decoration:none}.ReactModal__Html--open,.ReactModal__Body--open{overflow:hidden}:root{--white: #f8f8f9;--black: #272633;--gray: #717171;--dark-blue: #09448e;--green: rgb(78, 183, 216);--main-gradient: linear-gradient(133.59deg, rgb(146, 203, 221) 0%, rgba(8, 158, 206, .8) 69.286%);--main-gradient--no--opacity: linear-gradient(133.59deg, rgb(146, 203, 221) 0%, rgba(8, 158, 206, .8) 69.286%);--red: #eb5757;--color-text: white;--color-button: rgb(78, 183, 216);--color-button-hover: rgb(109, 197, 229)}body::-webkit-scrollbar{width:2px;background:var(--white)}body::-webkit-scrollbar-track{background:var(--green)}body::-webkit-scrollbar-thumb{background:var(--white)}body::-webkit-scrollbar-thumb:hover{background:var(--color-button-hover)}.ReactModal__Overlay{z-index:4}html[data-theme=light]{--change--layout: -1;--color-change-standart-white: #f1f1f1;--color-change-standart-black: #272633}html[data-theme=dark]{--change--layout: 0;--color-change-standart-white: #272633;--color-change-standart-black: #f8f8f9}.GetAvatar{margin-right:5px;position:relative;float:left;border-radius:50px;object-fit:cover;height:90px;width:90px}.GetAvatar.online:after{content:"";position:absolute;right:20%;bottom:10%;width:10px;height:10px;background-color:green;border-radius:50%}@media screen and (max-width: 900px){.GetAvatar{height:70px;width:70px}}@media screen and (max-width: 700px){.GetAvatar{height:60px;width:60px}}.Logout{cursor:pointer;gap:8px;display:flex;align-items:center}@media (max-width: 576px){.Logout{gap:5px;font-size:15px}}.sidebar{position:fixed;padding-left:45px;top:-5px;left:-5px;bottom:0;width:200px;background-color:#272633;box-shadow:2px 0 4px #0003;transition:transform .3s ease-in-out;transform:translate(-800%);z-index:999;width:250px}.sideBar__avatarUser{width:25px;height:25px;border-radius:25px;margin-right:10px}.sidebar__wrapper{display:flex;flex-direction:column}.sidebar__closeSvg{margin-top:30px;background:none;border:none;cursor:pointer;transition:stroke .3s ease}.sidebar__closeSvg:hover{stroke:#999}.sidebar__closeSvg:active{stroke:#666}.sidebar__hideClick{display:flex;align-items:center;justify-content:center;width:80%;height:80px;margin-bottom:30px}.sidebar__close{position:fixed;top:0;left:250px;width:80vw;height:100vh}.sidebar.open{transform:translate(0)}.sidebar__content{color:#fff;background:#272633;display:flex;flex-direction:column;align-items:center;list-style-type:none;justify-content:space-between;width:178px;min-height:178px;padding:0;font-weight:600;font-size:14px;line-height:20px}.sidebar__icon{max-height:18px;max-width:18px;margin-right:10px}.sideBar__user{color:#fff;margin-bottom:10px;margin-top:30px;background-color:var(--green);padding:8px 34px;border-radius:8px;width:100%;min-height:40px;display:flex;align-items:center;font-size:14px;line-height:20px}.sideBar__user.active{background:var(--main-gradient)}.sideBar__li{display:flex;padding:5px 20px;align-items:center;width:100%;height:40px;border-radius:8px;color:#fff;cursor:pointer;text-decoration:none}.sideBar__li a,.sideBar__li a:hover,.sideBar__li a:visited,.sideBar__li a:active{color:inherit;text-decoration:none}.sideBar__li.mobile a{color:inherit;text-decoration:none;width:100%;height:100%;display:flex;align-items:center}.sideBar__li.mobile a:hover,.sideBar__li.mobile a:visited,.sideBar__li.mobile a:active{color:inherit;text-decoration:none}.sideBar__logout{margin-top:20px;display:none;padding:5px 25px;align-items:center;justify-content:space-around;width:100%;height:40px;border-radius:8px;color:#fff;cursor:pointer;background:var(--gray)}.sideBar__li.active{background:var(--main-gradient)}.sideBar__li.docta{background-color:#ed5b5b}.sideBar__community{margin-top:20px;display:flex;padding:5px 20px;align-items:center;width:100%;height:40px;border-radius:8px;color:#fff;cursor:pointer;text-decoration:none;gap:10px;background-color:#149772}.sideBar__logo{width:20px;height:20px}@media (min-width: 2000px) and (max-width: 2600px){.sidebar__close{width:70vw}}@media screen and (max-width: 770px){.sideBar__logout{margin-top:30px;display:flex;margin-bottom:10px}.sidebar{display:flex}.sideBar__li{margin-top:10px;margin-bottom:10px}.sideBar__user{margin-top:20px}.sidebar__content{font-size:12px;line-height:15px}}.header{position:relative;height:80px;background:var(--main-gradient);padding:20px 100px;display:flex;justify-content:space-between;align-items:center;z-index:1}.plug_alert{z-index:10;width:100%;text-align:center;position:fixed;bottom:0;background:var(--main-gradient);color:#fff}.header_buttonSideMenu{margin-right:30px}.header_burger{margin-right:20px;cursor:pointer;display:none}.header__pointer{cursor:pointer;color:inherit;text-decoration:none}.header__pointer:hover,.header__pointer:visited,.header__pointer:active{color:inherit;text-decoration:none}.header_block{font-family:Fira Sans;font-weight:700;font-size:20px;color:#fff;display:flex;align-items:center;gap:10px}.header__wrapperAuth{display:flex;gap:20px}.header__switcherWrapper{display:flex;justify-content:center;align-items:center;margin-left:5px}@media (max-width: 992px){.header{padding:0 50px}.header__wrapperAuth{gap:5px}}@media (max-width: 770px){.header_burger{display:block!important}.header_wrapperButton{display:none}.header{padding:0 10px}.header__wrapperAuth{display:none}}@media (max-width: 576px){.header_block{gap:2px;margin-right:0}.header_burger{margin-right:0}}.react-switch-checkbox{height:0;width:0;visibility:hidden}.react-switch-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:65px;height:34px;background:#f8f8f9;box-shadow:inset 0 1px 4px #00000040;border-radius:100px;position:relative;transition:background-color .5s}.react-switch-label .react-switch-button{content:"";position:absolute;top:2px;left:2px;width:30px;height:30px;border-radius:45px;transition:.3s;background-color:var(--green);background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='16'%20height='16'%20transform='translate(1%201)'%20/%3e%3cpath%20d='M5.42855%209.01068C5.41059%2010.6695%205.69471%2011.451%206.10788%2011.8642C6.52422%2012.2805%207.31887%2012.5713%209.00003%2012.5713C10.6808%2012.5713%2011.4645%2012.2806%2011.876%2011.8665C12.2889%2011.4508%2012.5715%2010.6654%2012.5715%208.99986C12.5715%207.33431%2012.2889%206.54889%2011.876%206.13323C11.4645%205.71911%2010.6808%205.42843%209.00003%205.42843C7.31964%205.42843%206.54686%205.71901%206.14032%206.1309C5.72754%206.54911%205.44665%207.33835%205.42855%209.01068Z'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9%201.57129V2.71415'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M9%2015.2861V16.429'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.4277%209L15.2849%209'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M2.71484%209L1.57199%209'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M3.28516%203.28613L4.09328%204.09425'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M3.28516%2014.9512L4.09328%2014.143'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M14.9512%203.28613L14.143%204.09425'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M14.9512%2014.9512L14.143%2014.1431'%20stroke='%23F8F8F9'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat}.react-switch-checkbox:checked+.react-switch-label .react-switch-button{left:calc(100% - 2px);transform:translate(-100%);background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.809%202.5C9.77947%203.08573%208.92411%203.93455%208.3305%204.95954C7.73688%205.98453%207.42633%207.14886%207.43065%208.33333C7.43065%2012.015%2010.3657%2015%2013.9857%2015C14.9406%2015%2015.849%2014.7917%2016.6673%2014.4183C15.3257%2016.2867%2013.1565%2017.5%2010.7082%2017.5C6.63565%2017.5%203.33398%2014.1417%203.33398%2010C3.33398%205.85833%206.63565%202.5%2010.7082%202.5H10.8082H10.809Z'%20fill='%23272633'/%3e%3c/svg%3e") no-repeat;background-position:center;background-color:var(--green)}.react-switch-label:active .react-switch-button{width:60px}.community-telemedicine-switch-checkbox{height:0;width:0;visibility:hidden}.community-telemedicine-switch-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:200px;height:40px;background:#f8f8f9;box-shadow:inset 0 1px 4px #00000040;border-radius:100px;position:relative;transition:background-color .5s;padding:0;color:#fff}.community-telemedicine-switch-label .community-telemedicine-switch-button{content:"";position:absolute;top:2px;left:2px;width:98px;height:36px;border-radius:45px;transition:.3s;background-color:var(--green);z-index:1}.community-telemedicine-switch-checkbox:checked+.community-telemedicine-switch-label .community-telemedicine-switch-button{left:calc(100% - 100px);transform:translate(0)}.community-telemedicine-switch-text{font-weight:600;font-size:12px;color:#333;z-index:2;position:absolute;text-align:center;transition:color .3s;display:flex;align-items:center;justify-content:center;height:100%;width:50%}.community-telemedicine-switch-text.community{color:#333;left:0;top:0}.community-telemedicine-switch-text.telemedicine{color:#333;right:0;top:0}.community-telemedicine-switch-checkbox:checked+.community-telemedicine-switch-label .community-telemedicine-switch-text.community{color:#333}.community-telemedicine-switch-checkbox:checked+.community-telemedicine-switch-label .community-telemedicine-switch-text.telemedicine{color:#333}.community-telemedicine-switch-checkbox:not(:checked)+.community-telemedicine-switch-label .community-telemedicine-switch-text.community{color:#fff}.community-telemedicine-switch-checkbox:checked+.community-telemedicine-switch-label .community-telemedicine-switch-text.telemedicine{color:#fff}.community-telemedicine-switch-label:active .community-telemedicine-switch-button{width:100px}@media (max-width: 770px){.community-telemedicine-switch-label{display:none}}.ErrorModal__wrapper{left:20%;right:20%;position:absolute;margin-top:20px}.ErrorModal__wrapperClick{width:100%;height:150px}.ErrorModal__content{display:flex;gap:20px;background-color:var(--white);padding:20px 30px;border-radius:20px}.ErrorModal__wrapperText{display:flex;flex-direction:column;gap:20px}.ErrorModal__title{font-weight:700;font-size:26px;color:var(--red)}.ErrorModal__close{margin-left:auto;stroke:#000;background:none;border:none;cursor:pointer;transition:stroke .3s ease}.ErrorModal__close:hover{stroke:#999}.ErrorModal__close:active{stroke:#666}.ErrorModal__wrapper{animation-name:slideFromTop;animation-duration:.5s;animation-timing-function:ease-in-out}@keyframes slideFromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 800px){.ErrorModal__title{font-size:16px}}.button{position:relative;border:none;font-size:18px;line-height:24px;color:var(--color-text);display:flex;justify-content:center;width:100%;height:50px;font-weight:400;line-height:130%;letter-spacing:6%;align-items:center;box-shadow:0 36px 47px #00000026;background:var(--color-button);padding:8px 22px;cursor:pointer;border-radius:40px}.button.red{background:#ed5b5b}.button.white{background:var(--white);color:var(--green)}.button.white:hover{background:var(--green);color:#000}.button.red:hover{background:#a73333}.button.green{background:var(--grenn)}.button:hover{background:var(--color-button-hover)}.button:disabled{cursor:auto;background:#777683}@media screen and (max-width: 1020px){.button{font-size:15px;padding:8px 20px}}@media screen and (max-width: 765px){.button{font-size:14px;padding:8px 20px}}@media screen and (max-width: 530px){.button{font-size:12px;padding:8px;line-height:16px}}@media screen and (max-width: 350px){.button{font-size:12px;padding:8px 4px}}.footer{color:#fff;padding:5%;display:flex;flex-direction:column;background:linear-gradient(to bottom,#27263303,#4c4c5359,#ffffffc8);box-sizing:unset;margin-top:20px}.footer__contacts{color:#fff;font-size:12px;margin-bottom:10px}.footer_Content{display:flex;justify-content:space-between;margin-bottom:20px}.footer__logo{display:flex;width:169px;height:55px;align-items:center;font-weight:700;font-size:20px}.footer__logo span{margin-left:10px}.footer__TechBlock{display:flex;flex-direction:column;text-align:center;justify-content:space-around}.footer__Copyright{margin-top:10px;display:flex;align-items:flex-start;flex-direction:column;gap:5px}.footer__Copyright a{color:#fff;font-size:10px}.footer__text{font-size:20px;letter-spacing:.08em}.footer__svg{margin-top:2px;margin-right:10px}.footer__Partners{margin-top:10px;display:flex;justify-content:space-between}.footer__Partners img{width:auto;height:35px}.footer__Partners svg{width:55px;height:auto}@media (max-width: 765px){.footer__Copyright{margin-top:10px;font-size:10px;text-align:center;gap:20px}.footer__text{font-size:14px}.footer__Partners{margin-top:10px;flex-wrap:wrap;justify-content:center;gap:20px}.footer{justify-content:center;gap:10px;padding-bottom:120px}}@media (max-width: 475px){.footer_Content{flex-direction:column;gap:20px}.footer__TechBlock{margin-left:auto;margin-right:auto;gap:10px}}@media screen and (max-width: 250px){.footer__TechBlock{width:80%}}.CheackBlock{display:flex;text-shadow:none;background:var(--green);padding:4px;border-radius:5px;color:var(--white)}.custom-checkbox{position:absolute;z-index:-1;opacity:0}.custom-checkbox+label{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none}.custom-checkbox+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border:1px solid var(--white);border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox:checked+label:before{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='10'%20viewBox='0%200%2014%2010'%20fill='%20%23F8F8F9'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.95827%209.64575C4.84716%209.64575%204.74299%209.62825%204.64577%209.59325C4.54855%209.55881%204.45827%209.49992%204.37494%209.41658L0.791606%205.83325C0.638829%205.68047%200.565773%205.48242%200.57244%205.23908C0.579662%204.99631%200.659662%204.79853%200.812439%204.64575C0.965217%204.49297%201.15966%204.41659%201.39577%204.41659C1.63188%204.41659%201.82633%204.49297%201.97911%204.64575L4.95827%207.62492L12.0208%200.562419C12.1736%200.409641%2012.3716%200.333252%2012.6149%200.333252C12.8577%200.333252%2013.0555%200.409641%2013.2083%200.562419C13.3611%200.715196%2013.4374%200.912974%2013.4374%201.15575C13.4374%201.39909%2013.3611%201.59714%2013.2083%201.74992L5.54161%209.41658C5.45827%209.49992%205.36799%209.55881%205.27077%209.59325C5.17355%209.62825%205.06938%209.64575%204.95827%209.64575Z'%20/%3e%3c/svg%3e");background-size:70%}@media (max-width: 1200px){.CheackBlock{font-size:13px}}@media (max-width: 450px){.CheackBlock{font-size:13px}}.ContactUs{position:relative;background:var(--main-gradient--no--opacity);width:80vw;border-radius:40px;display:flex;flex-direction:column;align-items:center;padding:50px 20px;color:#fff}.ContactUs__error{background-color:#fff;color:var(--red);padding:10px}.ContactUs__title{font-size:40px}.ContactUs__button{right:50px;top:50px;position:absolute;background:none;border:none;cursor:pointer;transition:stroke .3s ease}.ContactUs__button:hover{stroke:#999}.ContactUs__button:active{stroke:#666}.ContactUs__text{width:88%;display:flex;gap:30px}.ContactUs__ffl{width:88%}.ContactUs__wrapper{gap:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.ContactUs__wrapperSpan{display:flex;flex-direction:column;align-items:center;gap:20px}@media (max-width: 650px){.ContactUs{overflow-y:auto;width:98vw;padding:25px;font-size:14px;margin-bottom:40px}.ContactUs__wrapper{gap:20px}.ContactUs__title{font-size:30px}.ContactUs__text{gap:5px;flex-direction:column}.ContactUs__button{right:20px;top:20px}.ContactUs__wrapperSpan{gap:2px}}._wrapper_g741u_1{width:100%;display:flex;flex-direction:column;gap:6px;margin-bottom:20px;height:75px}._input_g741u_10{border:1px solid #d0d5dd;background:#fff;padding:12px 16px;box-shadow:0 1px 2px #1018280d;border-radius:8px;font-size:16px;line-height:24px;text-shadow:none}._red_g741u_21{border:2px solid var(--red)}._white_g741u_25{color:#fff}._title_g741u_29{text-shadow:0px 2px 3px rgba(0,0,0,.25);font-size:18px;line-height:20px}._input_g741u_10::placeholder{color:#667085}@media (max-width: 938px){._title_g741u_29{font-size:15px}._wrapper_g741u_1{margin-bottom:6px}}._input_1s4y3_1{height:60%;width:100%;background:#fff;border:1px solid #d0d5dd;padding:12px 16px 20px 20px;box-shadow:0 1px 2px #1018280d;border-radius:8px;margin-bottom:20px;resize:none;margin-top:8px;font-weight:400;font-size:16px;line-height:24px;text-shadow:none}._wrapper_1s4y3_18{margin-bottom:10px}._input_1s4y3_1::placeholder{color:#667085;font-family:Fira Sans,sans-serif}._title_1s4y3_27{font-size:18px;line-height:20px;margin-bottom:8px}@media (max-width: 768px){._title_1s4y3_27{font-size:15px}}._Modal_v5rnk_1{width:100%;height:150px}._wrapper_v5rnk_5{width:80vw;margin-right:40%;margin-left:10%;position:absolute;margin-top:20px}._wrapperContent_v5rnk_13{display:flex;gap:20px;background-color:var(--white);padding:20px 30px;border-radius:20px}._succses_v5rnk_20{max-height:60px;width:20%;max-width:60px;min-height:40px}._wrapperTitle_v5rnk_26{display:flex;flex-direction:column;gap:20px}._title_v5rnk_32{font-weight:700;font-size:24px;color:var(--green)}@media (max-width: 800px){._title_v5rnk_32{font-size:16px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Loader{margin:50%;animation:spin 1s linear infinite!important}.Layout{margin:30px 5% 5%;position:relative;border-radius:25px}.LayoutUser{width:100%;top:1px;min-height:600px;padding:30px 80px 5%;height:100%;color:#fff;border-radius:20px;z-index:1}.Layout__svg{border-radius:25px;background:var(--main-gradient)}.LayoutUser *{animation:fade-in .1s}@media (max-width: 1020px){.LayoutUser{padding:60px 30px}}@media (max-width: 768px){.LayoutUser{padding:40px 15px}.Layout{margin:3%}}@media (max-width: 600px){.Layout__svg{width:97.07vw;border-radius:20px}.LayoutUser{padding:20px 10px}.Layout{margin:1.5% 1.5% 5%}.layoutNavigation{margin-top:5px}.layoutNavigation div{font-size:12px}.layoutNavigation{margin-right:13px;margin-left:10px}}@media (max-width: 500px){.LayoutUser{padding:20px 10px}.layoutNavigation div{font-size:11px}}@media (max-width: 400px){.LayoutUser{padding:10px 8px}.layoutNavigation div{font-size:9px}.layoutNavigation{margin-right:8px;margin-left:5px}}.TabNavigation{display:flex;margin:30px 23px -30px 20px;padding-left:7%;padding-right:5%}.TabNavigation a{padding-left:5px;padding-right:5px;font-style:normal;font-weight:600;font-size:14px;cursor:pointer;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;width:200px;height:50px;background:var(--dark-blue);border-radius:16px 16px 0 0}.TabNavigation a:hover{background:var(--green)}.TabNavigation a.active{border:none;background:var(--green);margin:0}.TabNavigation__dropDoun{display:none}@media (max-width: 768px){.TabNavigation a{font-size:13px}.TabNavigation{margin-bottom:-23px;margin-right:16px;margin-left:15px}.TabNavigation{display:none}.TabNavigation__dropDoun{display:block}}@media (max-width: 620px){.TabNavigation{margin-bottom:-20px}}@media (max-width: 600px){.TabNavigation{margin-bottom:-10px}}@media (max-width: 430px){.TabNavigation a{font-size:10px}.TabNavigation{margin-bottom:-5px}}.DropDounNav{margin-top:20px;height:60px;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center}.DropDounNav__select{background:var(--main-gradient);height:60px;width:80%;border-radius:16px;display:flex;align-items:center;justify-content:space-between;padding:20px;color:#fff}.DropDounNav__wrapper{width:75%;position:absolute;top:60px;z-index:3;display:flex;flex-direction:column;background:var(--green);animation-name:fly-in-animation;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes fly-in-animation{0%{transform:translateY(-10%);opacity:0}to{transform:translateY(0);opacity:1}}.DropBlock__button{color:#fff;padding:10px;background:var(--main-gradient)}.DropBlock__button.active,.DropBlock__button:hover{background:var(--green)}.SidePanel{width:25vw;background:#f1f1f1;display:flex;flex-direction:column;align-items:center;min-height:940px}.SidePanel__logo{margin-top:45px;display:flex;align-items:center;font-weight:700;font-size:20px}.SidePanel__logoText{text-shadow:none;margin-left:10px}.SidePanel__logoSvg{fill:var(--black);stroke:var(--black)}.SidePanel__Ul{margin-top:30px;width:70%;list-style:none;display:flex;flex-direction:column}.SidePanel__link{display:flex;align-items:center;color:#000;font-size:1rem;margin-bottom:10px;border-radius:10px;padding:12px 10px}.SidePanel__link.active{background:var(--main-gradient);color:#fff}.SidePanel__link.active .SidePanel__svgLink{fill:#fff;stroke:#fff}.SidePanel__svgLink{margin-right:10px}.LayoutAdminPanel{background:var(--main-gradient);padding:40px;width:100%;color:#fff}.LayoutAdminPanel *{animation:fade-in .3s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.doc__wrapper{padding:5vw 30vw;background:var(--main-gradient);color:#fff}.doc__wrapper.contacts{height:100vh}@media (max-width: 1000px){.doc__wrapper{padding:5vw 10vw}}p.p1{margin:0;font:12px Times New Roman}p.p2{margin:0;font:12px Times;min-height:14px}p.p3{margin:0;font:12px Times New Roman;color:#15c}p.p4{margin:14.4px 0;font:12px Times New Roman}p.p5{margin:0;font:14px Times New Roman}p.p6{margin:1.2px 0 0;font:12px Times New Roman;color:#15c}p.p7{margin:12px 0;font:12px Times New Roman}li.li4{margin:14.4px 0;font:12px Times New Roman}span.s1{text-decoration:underline;color:#15c}span.s3{text-decoration:underline}table.t1{border-collapse:collapse}td.td1{border-style:solid;border-width:1px 1px 1px 1px;border-color:#bfbfbf #bfbfbf #bfbfbf #bfbfbf;padding:0 5px}ul.ul1{list-style-type:disc}.TitlePages{font-weight:700;font-size:40px;letter-spacing:.08em;line-height:130%;text-shadow:0px 2px 3px rgba(0,0,0,.25)}@media (max-width: 860px){.TitlePages{font-size:30px}}@media (max-width: 620px){.TitlePages{font-size:25px}}@media (max-width: 420px){.TitlePages{font-size:18px}}._wrapper_1irj3_1{max-height:1800px;border-radius:5px;overflow-y:auto}._wrapper_1irj3_1::-webkit-scrollbar{width:2px;background:var(--green)}._wrapper_1irj3_1::-webkit-scrollbar-track{background:var(--white)}._wrapper_1irj3_1::-webkit-scrollbar-thumb{background:var(--green)}._wrapper_1irj3_1::-webkit-scrollbar-thumb:hover{background:var(--color-button-hover)}._wrapper_1f8rp_1{margin-top:10px;background-color:#fff;color:#000;padding:20px;display:flex;width:100%;border-radius:5px;gap:10px}._mainblock_1f8rp_12{width:100%;display:flex;flex-direction:column;gap:20px}._text_1f8rp_19{margin-right:auto;margin-left:auto;max-width:300px}._date_1f8rp_25{color:var(--gray)}._name_1f8rp_29{color:var(--green)}._info_1f8rp_33{width:100%;display:flex;justify-content:space-between}._wrapper_dcita_1{position:relative;width:70%;margin-right:auto;margin-left:auto;margin-top:40px;display:flex;gap:40px;flex-direction:column;background:var(--main-gradient--no--opacity);padding:20px;border-radius:15px;color:#fff}._text_dcita_16{line-height:24px;white-space:pre-wrap;word-wrap:break-word;background:#fff;padding:20px;border-radius:10px;color:#000}._closeButton_dcita_26{position:absolute;right:25px;top:25px}@media (max-width: 800px){._wrapper_dcita_1{width:95%}}
