.unauthorized{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-secondary);display:flex;justify-content:center;flex-direction:column;align-items:center}.unauthorized img{width:100px;height:100px}.unauthorized label{position:relative;font-size:0;padding:0}.unauthorized label:before{position:absolute;border:4px solid #fff;border-radius:24px;content:"";width:86px;height:86px;top:4px;left:4px}.Icon_Container__2i1XE{display:inline-block;text-transform:none;line-height:1;font-size:0;padding:2px}.Icon_Container__2i1XE svg{fill:currentColor}.Icon_Icon-1x__2tCge{width:16px;height:16px}.Icon_Icon-2x__3gXl6{width:20px;height:20px}.Icon_Icon-3x__36Tnz{width:24px;height:24px}.Icon_Icon-4x__168Cu{width:28px;height:28px}.Icon_Icon-5x__2m5-m{width:32px;height:32px}.Icon_Icon-6x__2UFE9{width:40px;height:40px}.Icon_Icon-7x__1-ph5{width:48px;height:48px}.Icon_Icon-8x__3Op2i{width:56px;height:56px}.Icon_Icon-9x__2IRwX{width:64px;height:64px}.c-navbar__content{position:fixed;width:100%;height:64px;top:0;display:flex;align-items:center;justify-content:space-between;flex-direction:row;background:var(--color-header);padding:0 120px;box-sizing:border-box;z-index:3;box-shadow:0 0 8px rgba(0,0,0,.4)}.c-navbar__content .--desktop{display:flex}.c-navbar__content .--mobile{display:none}.c-navbar__head{width:100%;display:flex;justify-content:space-between}.c-navbar__call{color:var(--color-secondary);outline:none;text-decoration:none;flex-direction:row;height:24px;font-size:14px}.c-navbar__call,.c-navbar__call-text,.c-navbar__call-user{display:flex;align-items:center}.c-navbar__call-user{flex-direction:row}.c-navbar__ask{font-size:12px;color:var(--color-ask);margin-right:23px}.c-navbar__telephone{width:19px;height:19px;fill:var(--color-secondary);margin-right:5px}.c-navbar__telephone svg{width:100%;height:100%}.c-navbar__logo-kb{display:flex;justify-content:center;text-decoration:none}.c-navbar__logo-kb h2{color:var(--color-white);font-weight:500}.c-navbar__logo-kb img,.c-navbar__logo-kb svg{width:52px;height:52px;margin-right:10px}.c-navbar__logo-kb *{display:flex;align-items:center;justify-content:center;color:#000}.c-navbar__content-input{position:relative;margin-left:30px}.c-navbar__content-input label{position:absolute;width:40px;height:40px;padding:6px;display:block;box-sizing:border-box;left:0;cursor:pointer}.c-navbar__content-input label i,.c-navbar__content-input label svg{width:100%;height:100%;margin:0;fill:var(--color-red);opacity:.6}.c-navbar__input{border-radius:6px;border:none;padding:6px 6px 6px 40px;height:40px;width:200px;margin:auto 0;box-sizing:border-box}.c-navbar__input::-webkit-input-placeholder{color:var(--color-red);opacity:.6}.c-navbar__input:-ms-input-placeholder{color:var(--color-red);opacity:.6}.c-navbar__input::placeholder{color:var(--color-red);opacity:.6}.c-navbar__input:focus{color:var(--color-black)}.c-navbar__input:focus+label i,.c-navbar__input:focus+label svg{fill:var(--color-black);opacity:.75}@media only screen and (max-width:768px){.c-navbar__content{padding:0 32px}.c-navbar__content .--desktop{display:none}.c-navbar__content .--mobile{display:flex}}@media only screen and (min-width:769px) and (max-width:1023px){.c-navbar__content{padding:0 72px}}@media only screen and (min-width:1326px){.c-navbar__telephone{width:24px;height:24px}.c-navbar__ask{font-size:calc(7px + 1vmin)}.c-navbar__call{font-size:calc(10px + 1vmin)}}.c-footer__content{height:76px;width:100%;padding:0 120px;box-sizing:border-box;position:fixed;bottom:0;display:flex;align-items:center;justify-content:flex-start;font-size:12px;color:var(--color-gray-light);background:var(--color-footer)}@media only screen and (max-width:768px){.c-footer__content{padding:0 32px}}@media only screen and (min-width:769px) and (max-width:1023px){.c-footer__content{padding:0 72px}}@media only screen and (min-width:1326px){.c-footer__content{font-size:calc(6px + 1vmin)}}@-webkit-keyframes PhotoCard_skelethon__G55cX{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes PhotoCard_skelethon__G55cX{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.PhotoCard_c_photocard__loader__10bxN{-webkit-animation:PhotoCard_skelethon__G55cX 3s ease infinite;animation:PhotoCard_skelethon__G55cX 3s ease infinite;height:100%;position:absolute;top:0;width:100%;background:linear-gradient(-90deg,#f7f7f7,#cfcfcf,#f1f1f1,#dadada);background-size:400% 400%}.PhotoCard_c_photocard__article__2o7ni{min-height:150px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f3f3f3;cursor:pointer;position:relative;overflow:hidden}.c-general-list{padding:30px 10px}.c-general-list__container{display:grid;grid-template-columns:repeat(1,1fr);grid-row-gap:1.5625rem;row-gap:1.5625rem;grid-column-gap:1.25rem;-webkit-column-gap:1.25rem;column-gap:1.25rem}.c-general-list__card{border:1px solid #e7e7e7;border-radius:1em;overflow:hidden;box-sizing:border-box;transition:all .2s ease;cursor:pointer}.c-general-list__card>article{height:236px}.c-general-list__card>article img{width:100%;height:100%}.c-general-list__card:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);border:1px solid transparent}.c-general-list__card-detail{padding:10px 15px;display:flex;align-items:center;justify-content:space-between}.c-general-list__summary{margin-bottom:30px}.c-general-list__summary b{font-weight:700}@media only screen and (min-width:480px){.c-general-list{padding:30px 15px}.c-general-list__container{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.c-general-list{padding:30px}.c-general-list__container{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1024px){.c-general-list{padding:30px 40px}.c-general-list__container{grid-template-columns:repeat(4,1fr)}}.c-modal__container{position:fixed;width:100vw;height:100%;background:red;top:0;left:0;z-index:99999999;background:rgba(0,0,0,.88);box-sizing:border-box;-webkit-animation-name:name!important;animation-name:name!important}.c-modal__container.p-100{padding-bottom:30px;padding-top:40px}.c-modal__head{background:rgba(0,0,0,.5);width:100%;height:40px;position:absolute;top:0;z-index:1}.c-modal__head,.c-modal__icons{display:flex;justify-content:flex-end}.c-modal__icons{width:100px;height:100%;padding:0}.c-modal__icons i{width:40px;height:40px;padding:6px;box-sizing:border-box}.c-modal__icons i svg{width:100%;height:100%;fill:var(--color-gray)}.c-modal__icons i:hover svg{fill:var(--color-white);opacity:.8;transition:all .3s ease}@media screen and (min-width:960px){.c-modal__icons{padding:0 40px}}.c-modal__body{display:flex;align-items:center;justify-content:center;box-sizing:border-box;height:100%;padding:0 30px;z-index:1}.c-modal__body img{width:100%;z-index:2;-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:expandIn;animation-name:expandIn}@media screen and (min-width:800px){.c-modal__body img{height:100%;width:auto}}.c-modal__background{background:transparent;position:absolute;top:0;width:100%;height:100%;z-index:0}.MuiLinearProgress-root{height:6px!important;border-radius:6px}.p-home{padding-top:64px;display:flex}.p-home__slide{width:100%;overflow:hidden;max-width:1400px;margin:auto;box-sizing:border-box;min-height:calc(100vh - 140px)}.p-home__slide>*{-webkit-transform:translate(0);transform:translate(0);-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:slidein;animation-name:slidein}.p-home__aside{min-width:408px;background:var(--color-gray-soft);min-height:calc(100vh - 64px);display:flex;justify-content:center;padding:48px 0 0 64px;box-sizing:border-box}.p-home__aside-wizard{width:224px}.p_home__progress{height:40px;width:24px;box-sizing:border-box;display:flex;justify-content:center;margin:4px 0}.p_home__progress:after{content:"";display:block;height:100%;width:0;border:1px dashed var(--color-gray-br);border-spacing:20}.p-home__aside-back{border:2px solid var(--color-gray-6);box-sizing:border-box;border-radius:50%;width:24px;height:24px;background:transparent;padding:0;cursor:pointer;transition:all .3s ease}.p-home__aside-back,.p-home__aside-back i{display:flex;align-items:center;justify-content:center}.p-home__aside-back i svg,.p-home__aside-back svg{width:100%;height:100%;fill:var(--color-gray-br);transition:all .3s ease}.p-home__aside-back:focus,.p-home__aside-back:hover{border-color:var(--color-red-3)}.p-home__aside-back:focus i svg,.p-home__aside-back:focus svg,.p-home__aside-back:hover i svg,.p-home__aside-back:hover svg{fill:var(--color-primary)}.p-home__aside-mobile-step{display:none;letter-spacing:.8px;font-weight:700;color:var(--color-span)}.p-home__aside-mobile-step p{margin-left:12px;margin-right:16px}.p_home__footer{position:relative;color:var(--color-text-footer)}.p-home__bubble{display:flex;flex-direction:row}.p-home__bubble div{width:24px;height:24px;border-radius:50%;background:var(--color-secondary);font-weight:700;color:var(--color-white)}.p-home__bubble div,.p-home__bubble h3{display:flex;align-items:center;justify-content:center;transition:all .4s ease}.p-home__bubble h3{font-size:16px;color:var(--color-gray);margin-left:16px}.p-home__bubble[aria-disabled=true] h3{color:var(--color-gray-light)}.p-home__bubble[aria-disabled=true] div{border:1px solid #c5cbe0;color:#c5cbe0;background:transparent}.p-home__back-step{display:flex;align-items:center;border:none;background:transparent}.p-home__back-step .p-home__aside-back{margin-right:16px}.p-home__back-step span{color:var(--color-gray-light)}@media only screen and (max-width:768px){.p-home__aside{min-width:100%!important;min-height:0;height:48px;padding:0;border:1px solid var(--color-gray-6)}.p-home__aside-wizard{width:100%;height:100%;background:var(--color-white)}.p-home__aside-desktop-step{display:none}.p-home__aside-mobile-step{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px}.MuiMobileStepper-root{width:calc(100% - 180px);max-width:250px;padding:0!important;background:transparent!important}.MuiMobileStepper-root .MuiMobileStepper-progress{width:100%}.p-title__secure{margin-top:0!important}.p-home__back-step{display:none}}@media only screen and (max-width:1023px){.p-home__aside{min-width:280px}}@-webkit-keyframes slidein{0%{-webkit-transform:translate(100px);transform:translate(100px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes slidein{0%{-webkit-transform:translate(100px);transform:translate(100px)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes expandIn{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes expandIn{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html:root{--color-secondary:#ffde59;--color-primary:#ef3340;--color-red:#c81e25;--color-red-3:#fc606b;--color-yellow:#ffde59;--color-black:#000;--color-white:#fff;--color-gray:#494f66;--color-span:#676f8f;--color-gray-light:#a3abcc;--color-gray-soft:#f7f8fc;--color-gray-br:#e4e8f7;--color-gray-4:#c5cbe0;--color-gray-6:#f0f2fa;--color-green-2:#43b748;--color-header:#c81e25;--color-footer:#c81e25;--color-text-footer:#ffde59;--color-ask:#fff}.p-title__secure{font-size:36px;line-height:48px;letter-spacing:-.2px;color:var(--color-primary)}.p-title__secure.--reverse,.p-title__secure :nth-child(odd){color:var(--color-gray)}.p-title__secure.--reverse :nth-child(odd){color:var(--color-primary)}@media only screen and (max-width:768px){.p-title__secure{font-size:26px;line-height:36px}}@media only screen and (min-width:1326px){.p-title__secure{font-size:calc(34px + 1vmin)}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-family:Roboto!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}
/*# sourceMappingURL=main.137bd909.chunk.css.map */