.container{width:1110px;padding:0 15px;margin:0 auto}.footer{position:fixed;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:60px;margin-top:auto;background-color:var(--color-white);box-shadow:0 0 10px #0000004d}.header{display:flex;align-items:center;min-height:60px;box-shadow:0 0 10px #0000004d}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__wrapper{display:flex;align-items:end;justify-content:center;width:48px;height:50px;border:1px solid var(--color-black);border-radius:50%}.header__wrapper-logo{width:40px;height:40px}.header__buttons{display:flex;gap:15px}.header__buttons-light,.header__buttons-language{display:flex;align-items:center;justify-content:center;width:38px;height:38px;cursor:pointer;background-color:var(--color-white);border:1px solid var(--color-black);border-radius:8px}.input_bordered{display:flex;gap:10px;align-items:center;width:240px;height:56px;padding:16px 8px;border:1px solid var(--color-black);border-radius:8px}.input_underlined{border-bottom:1px solid var(--color-black)}.inputComponent{flex:1;width:185px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none;border:none}.input_medium{font-size:16px}.input_small{width:115px;height:21px;font-size:14px}.input__icon{flex-shrink:0;margin-left:5px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading__image{animation:loading-spin 6s linear infinite}.loading__image_large{width:450px;height:460px}.loading__image_small{width:103px;height:101px}.loading__text{margin:0;font-size:18px;font-weight:700}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.select{position:relative;display:inline-block}.select__header{display:flex;gap:5px;align-items:center;justify-content:space-between;width:240px;height:56px;padding:0 10px;color:var(--color-text);background:var(--color-white);border:1px solid var(--color-black);border-radius:6px}.select__header_medium{width:240px}.select__header_small{width:102px;height:21px;padding:2px 3px;font-size:14px}.select__arrow,.select__arrow_small{display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:var(--color-white);border:none}.select__arrow_small{width:20px;height:15px}.select__list{position:absolute;top:110%;left:0;z-index:1;width:100%;max-height:160px;padding:4px 0;margin:0;overflow-y:auto;outline:1px solid var(--color-black);outline-offset:-1px;background-color:var(--color-white);border:1px solid var(--color-black);border-radius:6px}.select__item{display:flex;gap:4px;align-items:center;padding:10px 14px;color:var(--color-text)}.select__item_small{padding:5px}.select__item:hover{background:var(--color-hover)}.status{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:50%}.green{background-color:#12b800}.red{background-color:#df0000}.orange{background-color:#f90}.characterInfo{display:flex;justify-content:center}.characterInfo__link{display:flex;gap:10px;margin-top:30px;margin-left:150px;font-family:Karla,sans-serif;color:#000;text-decoration:dashed}.characterInfo__content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:50px}.characterInfo__image{display:flex;align-items:center;justify-content:center;width:300px;height:300px;border:5px solid #f2f2f7;border-radius:50%}.characterInfo__name{margin:0 0 50px;font-size:48px;font-weight:400;line-height:100%;text-align:center}.characterInfo__title{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;line-height:24px;color:#8e8e93;text-align:center;letter-spacing:.15px}.characterInfo__list{display:flex;flex-direction:column;align-items:start}.characterInfo__item{padding:5px 0;font-size:16px;font-weight:700;line-height:24px;letter-spacing:.15px}.characterInfo__item-text{width:400px;padding:5px 0;margin:0 0 5px;font-size:14px;font-weight:400;line-height:20px;color:#6e798c;letter-spacing:.25px;border-bottom:1px solid #f2f2f7}.characterCard{display:flex;gap:15px;align-items:center;width:520px;height:248px;padding:0 5px;border:solid 1px #fff;border-radius:6px;box-shadow:1px 1px 4px #00000040}.characterCard:hover .characterCard__edit{opacity:1}.characterCard__image{width:240px;min-width:240px;height:234px;object-fit:cover;border-radius:8px}.characterCard__info{flex-shrink:0;width:235px}.characterCard__actions{display:flex;flex-direction:column;gap:15px;cursor:pointer}.characterCard__edit{align-self:flex-end;cursor:pointer;opacity:0}.characterCard__wrapper{display:flex;align-items:center;justify-content:space-between;height:32px}.characterCard__name{overflow:hidden;text-overflow:ellipsis;font-size:20px;font-weight:500;line-height:32px;color:#000000de;letter-spacing:.15px;white-space:nowrap;text-decoration:none}.characterCard__list{margin-top:5px;line-height:21px;letter-spacing:.25px}.characterCard__item{margin-bottom:1px;font-size:16px;font-weight:500;color:#3f3f3f}.characterCard__item-text{width:135px;height:21px;margin:0 0 5px;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:400;color:#0009;white-space:nowrap}.characterCard_edited .characterCard__item-text{overflow:visible}.panel__filters{display:flex;justify-content:space-between;width:100%;margin-top:20px}.charactersList{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;margin-bottom:70px}.charactersList__image{width:600px;height:200px;margin-top:20px}.charactersList__text-empty{flex-grow:1;align-content:center;font-size:18px;font-weight:700;line-height:100%}.charactersList__container{display:grid;grid-template-columns:repeat(2,max-content);gap:28px;justify-content:space-between;width:100%;padding:0;margin-top:28px;list-style:none}.errorPage{display:flex;flex-direction:column;align-items:center;justify-content:center;height:85dvh}.errorPage__image{width:540px;height:333px}.errorPage__btn{width:240px;padding:16px 8px;margin-top:70px;font-size:18px;font-weight:700;color:#000;text-align:center;text-decoration:none;border:1px solid var(--color-black);border-radius:8px}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Roboto;font-weight:700;src:url(/RaM/assets/Roboto-Bold-yTHeQuef.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;src:url(/RaM/assets/Roboto-Medium-CwcsZ-zd.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:400;src:url(/RaM/assets/Roboto-Regular-CN_pkOMA.ttf) format("truetype")}@font-face{font-family:Karla;font-weight:700;src:url(/RaM/assets/Karla-Bold-DrzQ9VXR.ttf) format("truetype")}@font-face{font-family:Karla;font-weight:400;src:url(/RaM/assets/Karla-Regular-BjGUn7X_.ttf) format("truetype")}:root{--color-black: #393939;--color-white: #fff;--color-border: #e5e5e5;--color-text: #0009;--color-hover: #f0f0f0}body{margin:0;font-family:Roboto,sans-serif}*,*:before,*:after{box-sizing:border-box}
