.breadcrumbs{display:flex;align-items:center;width:100%;justify-content:center;padding:21px 30px;background:var(--white)}@media only screen and (max-width:1280px){.breadcrumbs{padding:15px 30px}}.breadcrumbs__container{display:flex;align-items:center;gap:30px;justify-content:space-between;max-width:var(--max-width);width:100%}.breadcrumbs__left{display:grid;grid-gap:15px}@media only screen and (max-width:1280px){.breadcrumbs__left{grid-gap:5px}}.breadcrumbs__links{display:flex;align-items:flex-start;justify-content:flex-start;gap:41px}.breadcrumbs__links li{display:inline-flex;position:relative}.breadcrumbs__links li:not(:last-child):after{content:"";height:1px;width:10px;background:var(--dark-light);position:absolute;right:-25px;top:0;bottom:0;margin:auto 0}.breadcrumbs__links li a{font-weight:500;font-size:.875em;line-height:22px;color:var(--dark-light)}@media only screen and (max-width:1280px){.breadcrumbs__links li a{font-size:.75em;line-height:14px}}.breadcrumbs__title{font-weight:700;font-size:2.125em;line-height:41px;color:var(--dark);margin:0}@media only screen and (max-width:1280px){.breadcrumbs__title{font-size:1.5em;line-height:29px}}.breadcrumbs__right{display:inline-flex;align-items:center;justify-content:flex-end;flex-shrink:0}@media only screen and (max-width:768px){.breadcrumbs__right{display:none}}.breadcrumbs__button{border-radius:10px;border:1px solid var(--gray-dark);background:none;font-weight:500;font-size:.875em;line-height:22px;color:var(--dark-light);gap:10px;padding:0 30px;height:46px;display:inline-flex;align-items:center}.breadcrumbs__button:active{transform:scale(.96)}.breadcrumbs__button .icon{width:26px}.breadcrumbs__button .icon svg path{fill:var(--dark-light)}.critical-error{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 30px}.critical-error__title{font-size:4em;line-height:1;color:var(--dark)}.critical-error__subtitle{font-size:2.24em;line-height:1;margin:10px 0 20px;color:var(--dark)}.critical-error__text{font-size:1.125em;max-width:450px;text-align:center;color:var(--dark)}.document-aside{border-radius:10px;background:var(--white);padding:10px;display:flex;flex-direction:column;gap:5px}@media only screen and (max-width:1024px){.document-aside{flex-direction:row;flex-wrap:wrap;align-items:flex-start}}.document-aside__image{padding:15px}@media only screen and (max-width:1024px){.document-aside__image{padding:5px 15px}}.document-aside__image img{object-fit:cover;width:100%;height:200px;border:1px solid #dae5ef;border-radius:10px}@media only screen and (max-width:1024px){.document-aside__image img{width:auto;max-width:100%}}.document-aside__item{padding:15px;display:grid;grid-gap:10px}@media only screen and (max-width:1024px){.document-aside__item{grid-gap:6px;padding:5px 15px}}.document-aside__item-title{font-weight:700;font-size:1.125em;line-height:28px;color:var(--dark)}@media only screen and (max-width:1024px){.document-aside__item-title{font-size:1em;line-height:26px}}.document-aside__item-content{font-weight:500;font-size:1.125em;line-height:28px;color:var(--dark)}@media only screen and (max-width:1024px){.document-aside__item-content{font-size:1em;line-height:26px}}.document-aside__item-socials{display:flex;flex-wrap:wrap;align-items:flex-start;gap:5px}.document-aside__item-socials a{border:1px solid var(--dark-o1);border-radius:100px;width:50px;height:50px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:1024px){.document-aside__item-socials a{width:38px;height:38px}}.document-aside__item-socials a .icon{max-width:22px;max-height:22px}.document-aside__item-socials a .icon svg path{fill:var(--dark)}.page-document{display:grid;grid-gap:50px;margin-bottom:50px}@media only screen and (max-width:1024px){.page-document{grid-gap:30px;margin-bottom:30px}}.page-document .page__content{grid-gap:30px;align-items:start;grid-template-columns:328px 1fr}@media only screen and (max-width:1024px){.page-document .page__content{grid-template-columns:1fr}}.page-document__iframe{border:none;height:100vh;width:100%;border-radius:10px}@media only screen and (max-width:1024px){.page-document__iframe{height:100vw}}