.custom-loading{display:block;font-size:0;color:var(--main-color);position:absolute;top:50%;left:50%;translate:-50% -50%;width:32px;height:32px}.custom-loading-wrapper{position:relative}.custom-loading>div{position:relative;float:none;background-color:currentColor;border:0 solid;display:inline-block}.custom-loading>div:first-child,.custom-loading>div:nth-child(2){position:absolute;left:0;width:100%}.custom-loading>div:first-child{top:-25%;z-index:1;height:100%;border-radius:10%;animation:square-jelly-box-animate .6s linear -.1s infinite}.custom-loading>div:nth-child(2){bottom:-9%;height:10%;background:var(--main-color);border-radius:50%;opacity:.2;animation:square-jelly-box-shadow .6s linear -.1s infinite}.custom-loading.la-sm{width:16px;height:16px}.custom-loading.la-2x{width:64px;height:64px}.custom-loading.la-3x{width:96px;height:96px}.custom-loading.la-dark{color:#333}@keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;transform:translateY(50%) scaleY(.9) rotate(45deg)}75%{transform:translateY(25%) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes square-jelly-box-shadow{50%{transform:scaleX(1.25)}}.main-layout{min-width:var(--main-min-width);max-width:var(--main-max-width);margin:0 auto;overflow:hidden}.main-layout__header{width:1400rem;margin:0 auto;height:100rem;display:flex;align-items:center}.main-layout__header--wrapper{width:var(--main-width);background-color:#fff;position:fixed;top:0;left:50%;translate:-50%;z-index:198}.main-layout__header--nav{flex:1 1;padding:0 20rem;height:36rem;height:100%}.main-layout__header--nav__list{display:flex;align-items:center;justify-content:space-around;height:100%}.main-layout__header--nav__item{font-size:20rem;position:relative;line-height:100rem;height:100%;cursor:pointer}.main-layout__header--nav__item:after{content:"";background-color:var(--main-color);width:100%;height:4rem;position:absolute;bottom:18rem;left:50%;translate:-50% 0;border-radius:2rem;transform:scaleX(0);transition:transform .2s}.main-layout__header--nav__item>a{height:100%;display:block}.main-layout__header--nav__item.active>a{color:var(--main-color)}.main-layout__header--nav__item.active:after{transform:scaleX(1)}.main-layout__header--nav__item:hover>a{color:var(--main-color)}.main-layout__header--nav__item:hover:after{transform:scaleX(1)}.main-layout__header--nav__item:hover .main-layout__header--nav-dropdown,.main-layout__header--nav__item:hover+.main-layout__header--subnav{visibility:visible}.main-layout__header--subnav{top:100rem;left:50%;translate:-50%;width:1500rem;position:absolute;background-color:#f6f7fa;box-shadow:1rem 1rem 16rem 0 rgba(0,87,164,.2);border-radius:0 0 6rem 6rem;display:flex;visibility:hidden}.main-layout__header--subnav:hover{visibility:visible}.main-layout__header--subnav__menu{width:220rem;padding:22rem 0;background-color:#fff}.main-layout__header--subnav__menu li{padding:16rem 30rem;border-left:4rem solid #fff;font-size:16rem;cursor:pointer}.main-layout__header--subnav__menu li.active{color:var(--main-color);border-color:var(--main-color);background-color:#eef0f9}.main-layout__header--subnav__content{display:flex;padding:42rem 38rem;column-gap:110rem}.main-layout__header--subnav__content section{width:320rem}.main-layout__header--subnav__content section h5{font-size:18rem;font-weight:700;padding-bottom:12rem;border-bottom:1rem solid #dcdfe5;margin-bottom:10rem}.main-layout__header--subnav__content section h5 img{width:20rem;height:20rem;margin-right:6rem;vertical-align:text-top}.main-layout__header--subnav__content section ul li{line-height:1;font-size:16rem}.main-layout__header--subnav__content section ul li.active a{color:var(--main-color)}.main-layout__header--subnav__content section ul li.active a:after{content:"";width:16rem;height:6rem;background:url(/main/layout/subnav-arrow.png) no-repeat;background-size:contain;display:inline-block}.main-layout__header--subnav__content section ul li a{padding:10rem 0;display:block}.main-layout__header--subnav__content section ul li:hover a{color:var(--main-color)}.main-layout__header--dropdown__actions{display:flex;align-items:center}.main-layout__header--dropdown__actions>span{margin-left:8rem;font-size:14rem}.main-layout__header--dropdown__actions:after{content:">";rotate:90deg;font-family:cursive;font-weight:700;margin-left:10rem;color:#5e5e5f;display:inline-block}.main-layout__header--dropdown .ant-dropdown-menu .ant-dropdown-menu-item{min-width:120rem;padding:8rem 14rem}.main-layout__header--dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#d8edff}.main-layout__header--dropdown-label{font-size:14rem;display:flex;align-items:center}.main-layout__header--dropdown-label span{margin-left:10rem;color:#333}.main-layout__header--nav-dropdown{width:max-content;padding:0 16rem;background-color:#fff;position:absolute;line-height:52rem;border-radius:0 0 4rem 4rem;left:50%;transform:translateX(-50%);box-shadow:1rem 1rem 16rem 0 rgba(0,87,164,.2);visibility:hidden;font-size:16rem}.main-layout__header--nav-dropdown li{padding:0 24rem;border-bottom:1rem solid #dcdfe5}.main-layout__header--nav-dropdown li:last-child{border-bottom:none}.main-layout__header--actions{display:flex;align-items:center}.main-layout__header--actions__number{color:var(--main-color);font-weight:700;font-size:22rem;margin-left:12rem}.main-layout__header--actions__consult{width:98rem;height:36rem;margin:0 30rem;font-size:16rem;border-radius:6rem;padding:0;color:#fff}.main-layout__header--actions__avatar{width:32rem;height:32rem;cursor:pointer}.main-layout__main{margin-top:100rem}.main-layout__footer{color:#f0f0f0;padding:50rem 260rem 0;background-color:#2a2f3a;display:flex;font-size:16rem;height:250rem;line-height:1}.main-layout__footer--nav{display:flex}.main-layout__footer--nav__item{margin-right:102rem}.main-layout__footer--nav__item:last-child{margin-right:0}.main-layout__footer--nav__item h5{font-size:16rem;margin-bottom:20rem}.main-layout__footer--nav__item li{margin-bottom:18rem}.main-layout__footer--nav__item a{color:#bdc3d6}.main-layout__footer--divider{width:0;border-left:1rem solid #414141;margin:0 95rem}.main-layout__footer--contacts{color:#bdc3d6;position:relative;flex:1 1}.main-layout__footer--contacts li{margin-bottom:18rem}.main-layout__footer--contacts li:nth-child(2){margin-bottom:28rem}.main-layout__footer--contacts b{color:#fff;font-size:20rem}.main-layout__footer--contacts i{letter-spacing:31rem}.main-layout__footer--contacts__arcode{top:0;right:0;position:absolute;width:108rem;text-align:center}.main-layout__footer--contacts__arcode img{width:108rem;height:108rem;margin-bottom:12rem}.main-layout__copyright{height:54rem;line-height:54rem;text-align:center;background-color:#1e2128;font-size:16rem;color:#5b606c}