:root{--color-light-grey:#f0f2f5;--color-dark-grey:#323232;--color-yellow:#ffc702;--color-yellow-hover:#ffd702;--color-blue:#1976d2;--font-roboto:"Roboto",sans-serif}.login-page .content__bg{padding-bottom:80px;background:url(/app/images/bg_wrapper.jpg) no-repeat 50%;background-size:cover}.login-page .login-in__input-wrapper{width:340px;position:relative;margin-bottom:10px}.login-page .login-in__input-wrapper.error .login-in__input{border:1px solid #ec8989}.login-page .login-in__input-wrapper.error .error-message{display:block}.login-page .login-in__show-password svg{pointer-events:none}.login-page .login-in__show-password svg path#line{stroke:transparent}.login-page .login-in__show-password.active svg path#line{stroke:#303030}.login-page .login-in{width:560px;margin:45px auto 50px;background:#fff;box-shadow:0 12px 30px rgba(9,49,109,.2);border-radius:30px;display:flex;flex-direction:column;align-items:center;padding:12px 100px 40px}.login-page .login-in__title{color:#303030;font-size:30px;font-weight:700;text-align:center;line-height:30px;margin:28px 0 0}.login-page .login-in__form{display:flex;flex-direction:column;align-items:center;padding-top:30px;width:100%}.login-page .login-in__input{background:#fff;border:1px solid #d3d3d3;border-radius:3px;padding:10px 15px;color:#303030;font-size:14px;width:340px;height:40px}.login-page .login-in__input.password{padding-right:40px}.login-page .login-in__input::-moz-placeholder{color:#a7a7a7}.login-page .login-in__input:-ms-input-placeholder{color:#a7a7a7}.login-page .login-in__input::placeholder{color:#a7a7a7}.login-page .login-in__show-password{display:flex;width:20px;height:18px;position:absolute;right:10px;top:10px;background-color:transparent;border:none;cursor:pointer}.login-page .login-in__server-errors{color:#ec8989;font-size:12px;line-height:18px;width:340px}.login-page .login-in__button{width:340px;height:50px;background-color:#fad200;border-radius:3px;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#202020;font-size:16px;font-family:Roboto,sans-serif;font-weight:500;margin-top:10px;transition:.3s linear;border:none;cursor:pointer}.login-page .login-in__button.disabled{background-color:#f0f2f5;color:#707a89;pointer-events:none}.login-page .login-in__button:hover{background-color:#e4c000}.login-page .login-in__subtitle{font-size:13px;color:#303030;line-height:13px}.login-page .login-in__loginza{margin:18px 0 0;display:flex;justify-content:center}.login-page .login-in__loginza-link{text-decoration:none;margin:0 5px}.login-page .login-in__links{display:flex;justify-content:center;margin:20px 0 10px}.login-page .login-in__recovery,.login-page .login-in__registration{color:#1760cd;text-decoration:none;border-bottom:1px solid #adc0dd;transition:.3s ease;margin:0 10px}.login-page .login-in__recovery:hover,.login-page .login-in__registration:hover{border-color:transparent}@media screen and (max-width:768px){.login-page .login-in{width:300px;padding:12px 20px 40px;margin:25px auto}.login-page .login-in__title{font-size:24px;line-height:34px;margin-top:18px}.login-page .content__bg{padding-bottom:50px}.login-page .login-in__button,.login-page .login-in__input,.login-page .login-in__input-wrapper,.login-page .login-in__server-errors{width:100%}.login-page .login-in__links{flex-direction:column;align-items:center;margin:25px 0 0}.login-page .login-in__registration{margin-bottom:20px}}.header{padding-top:70px}.header__top-line{left:0;width:100%;padding:15px 20px;align-items:center;justify-content:space-between;box-shadow:0 4px 4px rgba(0,0,0,.1);z-index:50;height:70px}.header__menu,.header__top-line{position:fixed;top:0;display:flex;background:#fff}.header__menu{right:-350px;width:320px;height:100%;box-shadow:0 0 20px rgba(0,0,0,.25);flex-direction:column;list-style:none;transition:right .2s;overflow:scroll;padding-bottom:15px}.header__menu.visible{right:0}.header__phone-wrapper{display:flex;align-items:center}.header__support-title{font-size:12px;color:#a7a7a7;line-height:20px}.header__support-number{color:#303030;font-size:18px;line-height:20px;text-decoration:none;font-weight:700}.header__phone-description{font-size:12px;color:#303030;margin-left:8px}.header__menu-item:first-child{border-bottom:1px solid #dedede;padding:15px 30px}.header__menu-item:nth-child(2){padding:15px 30px}.header__item-number{font-size:20px;line-height:33px;font-weight:700;color:#303030;text-decoration:none}.header__item-button{width:240px;height:35px;background:#1760cd;border-radius:3px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-size:12px;margin-bottom:6px;transition:all .3s ease .1s}.header__item-button:hover{background:#3680ed}.header__item-description{font-size:13px;color:#303030;line-height:21px;margin-bottom:14px}.header__item-title{margin:12px 0 0;font-size:13px;color:#303030;line-height:21px}.header__support{margin:0 auto}.header__menu-logout,.header__menu-username{font-size:15px;color:#1760cd;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.header__menu-logout:hover,.header__menu-username:hover{border-bottom:1px dashed #1760cd}.header__menu-username{margin-bottom:15px}.header .mobile-buttons .header__menu-logout,.header .mobile-buttons .header__menu-username{display:none}.header .mobile-buttons.loggined .header__menu-logout,.header .mobile-buttons.loggined .header__menu-username{display:inline-block}.header .mobile-buttons.loggined .header__menu-login-link,.header .mobile-buttons.loggined .header__menu-login-text,.header .mobile-buttons.loggined .header__menu-reg-link,.header .mobile-buttons.loggined .header__menu-reg-text{display:none}.header .logo{display:flex;width:161px}.header .logo__image{width:100%;height:auto}.header .hidden-menu-ticker{display:none}.header .btn-menu{color:#fff;background-color:transparent;padding:5px;position:absolute;top:24px;right:10px;cursor:pointer;transition:right .23s;z-index:20;width:35px;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none}.header .btn-menu span{display:block;height:2px;background-color:#1760cd;margin:6px 0 0;transition:all .1s linear .23s;position:relative}.header .btn-menu span.first{margin-top:0}.header .hidden-menu-ticker:checked~.btn-menu{right:10px}.header .hidden-menu-ticker:checked~.header__menu{right:0}.header .hidden-menu-ticker:checked~.btn-menu span.first{transform:rotate(45deg);top:8px;background-color:#3680ed}.header .hidden-menu-ticker:checked~.btn-menu span.second{opacity:0}.header .hidden-menu-ticker:checked~.btn-menu span.third{transform:rotate(-45deg);top:-8px;background-color:#3680ed}@media screen and (max-width:768px){.header .header__buttons,.header .header__support{display:none}.header .btn-menu{display:block}.header .header__top-line{padding:19px 15px}.header .header{padding-top:50px}}.header .login-link,.header .mobile-logout,.header .mobile-username,.header .registration-link{font-size:14px;color:#303030;text-decoration:none;border-bottom:1px dashed #000}.header .logout-block{margin-top:15px}.header__buttons{display:flex;justify-content:flex-end;align-items:center;width:200px;height:34px;position:relative}.header__buttons_loading .btn_login,.header__buttons_loading .btn_logout,.header__buttons_loading .btn_reg,.header__buttons_loading .btn_username{display:none}.header__buttons_loading:after{position:absolute;left:0;top:0;width:100%;height:100%;background:url(/app/images/preloader.svg) no-repeat 50%;background-size:34px;content:""}.btn{display:inline-flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;position:relative;margin:0;padding:0;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:var(--font-roboto),-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif;text-align:center;text-decoration:none;white-space:nowrap;border-style:solid;border-width:1px;transition-duration:.2s;transition-property:background,border-color,color;transition-timing-function:ease;border-radius:9px}.btn_size-s{font-size:13px;line-height:15px;padding:3px 12px;height:28px}.btn_size-m{font-size:14px;font-weight:500;line-height:16px;padding:5px 16px;height:34px}.btn_size-l{font-size:15px;font-weight:500;line-height:18px;padding:10px;height:40px}.btn_size-xl{font-size:19px;font-weight:700;line-height:22px;padding:0 16px;height:56px}@media screen and (max-width:1220px){.btn_size-xl{font-size:16px;line-height:20px;padding:0 13px;height:48px}}@media screen and (max-width:767px){.btn_size-xl{font-size:15px;line-height:16px;padding:0 16px;height:40px}}.btn_prev{border-color:#c0cde0;background:none;color:#8098b0}.btn_bordered{border-color:var(--color-light-grey);background:none;color:#8c939d;font-weight:400}.btn_bordered.active{background:var(--color-light-grey);color:#323232}.btn_primary{color:#000;background:var(--color-yellow);border-color:var(--color-yellow)}.btn_disabled{background:#eaeaea;border:1px solid #dfdfdf;color:#7d7d7d;pointer-events:none}.btn_wbs{box-shadow:0 2px 4px rgba(0,0,0,.25)}.btn_logout,.btn_reg{margin-left:17px}.btn_username{max-width:calc(100% - 62px);padding:8px 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn_grey,.btn_reg,.btn_username{color:var(--color-blue);background:var(--color-light-grey);border-color:var(--color-light-grey)}.btn_grey svg path,.btn_reg svg path,.btn_username svg path{fill:var(--color-blue);transition-duration:.2s;transition-property:fill;transition-timing-function:ease}.btn_blue{color:#fff;background:var(--color-blue);border-color:var(--color-blue)}.btn_blue svg path{fill:#fff;transition-duration:.2s;transition-property:fill;transition-timing-function:ease}.btn_minimal{padding:0;border:none;background-color:transparent;cursor:pointer;font-weight:700;font-size:14px;line-height:130%;letter-spacing:.03em;text-align:center;color:var(--primary-blue);display:block}.btn svg{margin-left:4px}.btn.is-sending{position:relative;overflow:hidden;pointer-events:none}.btn.is-sending:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:var(--color-yellow) url(/assets/images/index/preloader.svg) no-repeat 50%;background-size:36px}.default-link{font-size:14px;font-weight:500;line-height:16.5px;color:var(--color-blue);text-decoration:none;cursor:pointer}@media (hover:hover) and (pointer:fine){.btn_primary:hover{background:var(--color-yellow-hover);border-color:var(--color-yellow-hover)}.btn_wbs:hover{box-shadow:0 0 12px var(--color-yellow),0 2px 4px rgba(0,0,0,.25)}.btn_blue:hover{background:var(--color-light-grey);border-color:var(--color-light-grey);color:var(--color-blue)}.btn_blue:hover svg path{fill:var(--color-blue)}.btn_bordered:hover{color:var(--color-blue)}.btn_grey:hover,.btn_reg:hover,.btn_username:hover{background:var(--color-blue);border-color:var(--color-blue);color:var(--color-light-grey)}.btn_grey:hover svg path,.btn_reg:hover svg path,.btn_username:hover svg path{fill:var(--color-light-grey)}}@media (hover:none) and (pointer:coarse){.btn_primary:active{background:var(--color-yellow-hover);border-color:var(--color-yellow-hover)}.btn_wbs:active{box-shadow:0 0 12px var(--color-yellow),0 2px 4px rgba(0,0,0,.25)}.btn_blue:active{background:var(--color-light-grey);border-color:var(--color-light-grey);color:var(--color-blue)}.btn_blue:active svg path{fill:var(--color-blue)}.btn_bordered:active{color:var(--color-blue)}.btn_grey:active,.btn_reg:active,.btn_username:active{background:var(--color-blue);border-color:var(--color-blue);color:var(--color-light-grey)}.btn_grey:active svg path,.btn_reg:active svg path,.btn_username:active svg path{fill:var(--color-light-grey)}}.breadcrumbs{padding:18px 20px 50px}@media screen and (max-width:768px){.breadcrumbs{padding:13px 15px 0}}.breadcrumbs__list{display:flex;align-items:center;list-style:none;padding:0;margin:0}.breadcrumbs__item{position:relative}.breadcrumbs__item:not(:last-child){margin-right:30px;border-bottom:1px solid #1760cd}.breadcrumbs__item:not(:last-child):after{position:absolute;right:-22px;top:5px;content:"";display:block;width:12px;height:9px;background:url(/app/images/login-arrow.svg) no-repeat;background-size:contain}.breadcrumbs__item:last-child .breadcrumbs__link{pointer-events:none}.breadcrumbs__link{color:#1760cd;font-size:12px;line-height:14px;text-decoration:none}@media screen and (max-width:1220px){.footer{margin-bottom:0}}@media screen and (max-width:1220px){.footer .container{max-width:100%;padding:0}}.footer .logo{width:196px}@media screen and (max-width:1220px){.footer .logo{width:128px}}@media screen and (max-width:767px){.footer .logo{width:103px;margin-bottom:24px}}.footer .logo img{width:100%}.footer .container{max-width:1280px;margin:0 auto;padding:0 16px}.footer .socials{display:flex;align-items:center;margin:0 30px 0 0}@media screen and (max-width:1220px){.footer .socials{flex-wrap:wrap;justify-content:space-between;width:calc(50% - 10.5px);margin:0}}@media screen and (max-width:767px){.footer .socials{flex-direction:column;width:100%;align-items:flex-start}}.footer .socials__list{display:flex;padding:0;list-style:none;margin:0}@media screen and (max-width:1220px){.footer .socials__list_left{width:calc(50% - 10.5px);order:3}}@media screen and (max-width:767px){.footer .socials__list_left{order:2;width:100%}}@media screen and (max-width:1220px){.footer .socials__list_right{width:calc(50% - 10.5px);order:4}}@media screen and (max-width:767px){.footer .socials__list_right{width:100%}}.footer .socials__item{width:28px;height:28px}@media screen and (max-width:1220px){.footer .socials__item{width:20px;height:20px}}.footer .socials__item:not(:last-child){margin-right:30px}@media screen and (max-width:1220px){.footer .socials__item:not(:last-child){margin-right:20px}}.footer .socials__link{display:block;width:100%;height:100%;text-decoration:none}.footer .socials__link svg path{transition:.3s ease}.footer .socials__link.vk:hover svg path{fill:#2f8af2}.footer .socials__link.fb:hover svg path{fill:#1371e1}.footer .socials__link.inst:hover svg path{fill:#d41e51}.footer .socials__link.tiktok:hover svg path{fill:#000}.footer .socials__link.telegram:hover svg path{fill:#26a6e7}.footer .socials__link.viber:hover svg path{fill:#7d5496}.footer .socials__title{display:flex;align-items:center;font-size:13px;line-height:15px;color:#8c939d;background:var(--color-light-grey)}@media screen and (max-width:1220px){.footer .socials__title{font-size:15px;font-weight:500;line-height:17px;color:#6f7b8d;background:transparent}}.footer .socials__title.left{border-top-left-radius:9px;border-bottom-left-radius:9px;padding:7px 15px 7px 10px;position:relative;margin-left:50px}@media screen and (max-width:1220px){.footer .socials__title.left{width:calc(50% - 10.5px);order:1;margin:0 0 12px;padding:0;border-radius:0}}.footer .socials__title.left:after{position:absolute;width:1px;height:13px;top:8px;right:0;content:"";background:#8c939d}@media screen and (max-width:1220px){.footer .socials__title.left:after{display:none}}.footer .socials__title.left svg{transform:rotate(180deg);margin-right:10px}.footer .socials__title.right{border-top-right-radius:9px;border-bottom-right-radius:9px;padding:7px 10px 7px 15px;margin-right:50px}@media screen and (max-width:1220px){.footer .socials__title.right{width:calc(50% - 10.5px);order:2;margin:0 0 12px;padding:0;border-radius:0}}@media screen and (max-width:767px){.footer .socials__title.right{order:3;margin-top:21px}}.footer .socials__title.right svg{margin-left:10px}@media screen and (max-width:1220px){.footer .socials__title svg{display:none}}.footer .socials__title svg path{fill:#8c939d}.footer__inner{background:#fff;box-shadow:0 0 25px rgba(25,118,210,.06);border-radius:9px 9px 0 0;padding:40px 55px}@media screen and (max-width:1220px){.footer__inner{padding:36px calc(50% - 468px)}}@media screen and (max-width:992px){.footer__inner{padding:36px calc(50% - 348px)}}@media screen and (max-width:767px){.footer__inner{padding:24px}}.footer__col{display:flex;align-items:flex-start;flex-direction:column;width:calc(25% - 15.75px)}@media screen and (max-width:767px){.footer__col{width:100%}.footer__col:not(:last-child){margin-bottom:21px}}.footer__col .btn_medium{padding:9px 30px}@media screen and (max-width:767px){.footer__col .btn_medium{width:100%;max-width:300px;text-align:center}}.footer__col .btn_grey.btn_footer{background:#f0f2f5;border-color:#f0f2f5;color:#1976d2}.footer__line{display:flex;justify-content:space-between;align-items:flex-end}@media screen and (max-width:1220px){.footer__line{align-items:flex-start}}@media screen and (max-width:767px){.footer__line{flex-direction:column}}.footer__row{display:flex;justify-content:space-between;margin:40px 0}@media screen and (max-width:1220px){.footer__row{margin:30px 0 20px}}@media screen and (max-width:767px){.footer__row{flex-direction:column}}.footer__col-title{font-size:16px;font-weight:500;line-height:19px;color:#6f7b8d;margin-bottom:21px}@media screen and (max-width:1220px){.footer__col-title{font-size:15px;line-height:17px}}.footer__link{color:#8c939d;margin-bottom:21px;transition:.3s ease;text-decoration:none;border-bottom:1px solid #8c939d}.footer__link:hover{border-color:transparent}@media screen and (max-width:1220px){.footer__link{font-size:12px;line-height:14px}}.footer__links{display:flex;flex-wrap:wrap;width:calc(75% - 15.75px);padding:0;margin:0}@media screen and (max-width:767px){.footer__links{width:100%;flex-direction:column}}.footer__links-item{width:calc(33.33333% - 14px);margin:8px 21px 0 0}.footer__links-item:nth-child(3n){margin-right:0}.footer__links-item:first-child,.footer__links-item:nth-child(2),.footer__links-item:nth-child(3){margin-top:0}@media screen and (max-width:767px){.footer__links-item{width:100%;margin:0 0 7px}}.footer__list{display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0;list-style:none}.footer__item:not(:last-child){margin-bottom:8px}.footer__item-link{text-decoration:none;color:#8c939d;border-bottom:1px solid transparent;transition:.3s ease}.footer__item-link:hover{border-color:#8c939d}@media screen and (max-width:1220px){.footer__item-link{font-size:12px;line-height:14px}}.footer__copyright{color:#cdcdcd;text-align:center;margin-bottom:4px}@media screen and (max-width:767px){.footer__copyright{font-size:11px;line-height:13px;text-align:left;margin-bottom:10px}}.footer__caption{font-size:11px;line-height:13px;color:#cdcdcd;text-align:center}@media screen and (max-width:767px){.footer__caption{text-align:left}}.phone{color:#323232;display:flex;align-items:center;text-decoration:none;margin-bottom:4px}.phone img{margin-right:11px}.phone__number{font-size:18px;font-weight:500;line-height:21px}@media screen and (max-width:1220px){.phone__number{font-size:16px;line-height:19px}}.email{color:#323232;display:flex;align-items:center;text-decoration:none;margin-bottom:21px}@media screen and (max-width:1220px){.email{font-size:13px;line-height:15px}}.email img{margin-right:11px}.footer__city{display:flex;flex-wrap:wrap;padding:0;margin-bottom:5px;position:relative}.footer__popup{position:absolute;bottom:24px;left:0;width:400px;background:#fff;border-radius:5px;border:1px solid #dedede;z-index:50;opacity:0;visibility:hidden;transition:.3s linear}.footer__popup.visible{opacity:1;visibility:visible}.footer__popup-head{font-size:18px;padding:18px 50px 18px 30px;border-bottom:1px solid #dedede}.footer__popup-close{position:absolute;right:15px;top:20px;display:block;width:16px;height:16px;font-size:26px;line-height:16px;color:#333;text-decoration:none}.footer__popup-list{margin:0;-moz-column-count:2;column-count:2;padding:35px 0;list-style:none;position:relative}.footer__popup-item{padding:0 30px;margin:3px 0}.footer__popup-link{font-size:13px;color:#3d3d3d;text-decoration:none}.footer__popup-link.current{font-weight:700}.footer__popup-link:hover{text-decoration:underline}.footer__city-label,.footer__city-name{color:#4d4d4d;font-size:14px;font-weight:400;line-height:20px}.footer__city-label{margin-right:4px}.footer__city-link{font-size:14px;font-weight:400;line-height:20px;color:#3075ae;text-decoration:none}@media screen and (max-width:767px){.footer__popup{width:290px}.footer__popup-list{padding:15px 0}.footer__popup-item{padding:0 15px}.footer__popup-head{padding:10px 50px 10px 15px}.footer__popup-close{top:14px}}*,body{padding:0;margin:0;box-sizing:border-box;outline:none}body{background:#fff;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#000}.container{max-width:1170px;margin:0 auto;padding:0 10px}.hidden{display:none}.loading{position:relative;pointer-events:none;border-radius:4px}.loading:after{position:absolute;content:"";border-radius:3px;height:100%;width:100%;background:url(/app/images/ellipsis-orange.svg) 50% no-repeat #e4c000;top:0;left:0}.grecaptcha-badge{display:none}.error-message{display:none;color:#ec8989;font-size:12px;line-height:18px;margin:3px 0}
