.header{width:100%;max-width:880px;height:73px;margin:0 auto;border-bottom:1px solid rgba(84,84,84,.7)}.header__container{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.header__logo{width:173px;height:33px}.header__user-info{display:flex;align-items:center;gap:24px}.header__email{font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:#fff;margin:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__logout{font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#a9a9a9;background:transparent;border:none;cursor:pointer;padding:0;transition:opacity .3s;text-decoration:none}.header__logout:hover{opacity:.6}@media screen and (max-width: 768px){.header__email{max-width:150px}}@media screen and (max-width: 540px){.header{height:56px}.header__container{padding:0 10px}.header__logo{width:103.74px;height:24.4px;margin-left:8px}.header__user-info{flex-direction:row;gap:12px;margin-right:8px}.header__email{font-size:14px;line-height:17px;max-width:120px}.header__logout{font-size:14px;line-height:17px}}.header__email{background-color:#ff00001a}.popup__close{width:40px;height:40px;position:absolute;top:-40px;right:-40px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADfSURBVHgBxZfRDYMwDEStTtCNm03qjRjpSgS0aRSCnfjESfBBLN77iJxYZA+A5/okISczMqv+mOELtryFlPzvnbF8JSo4WBIFHH8S6+uFdsIkGvAj6ShQlkQHrnVhuIQZzpBwwyMlhuEREtPwGYkw+IhEONwjQYNbJOhwgwQf7pRQYeZCQsWZh/iDwbX5dDZcGc59wgjnSHTgCuJRfgkvajgScDSZcAkMdLgwCUy012kJBPT2YQkEHixuiUi4W4IBN0tgm9UocINEOhvNVILTkDidD1VIKSR+8GLxlvH8A1iFuJ+uSSWUAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:transparent;border:none;cursor:pointer;padding:0}.popup_type_image .popup__close{position:absolute;top:-40px;right:-40px;width:40px;height:40px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADfSURBVHgBxZfRDYMwDEStTtCNm03qjRjpSgS0aRSCnfjESfBBLN77iJxYZA+A5/okISczMqv+mOELtryFlPzvnbF8JSo4WBIFHH8S6+uFdsIkGvAj6ShQlkQHrnVhuIQZzpBwwyMlhuEREtPwGYkw+IhEONwjQYNbJOhwgwQf7pRQYeZCQsWZh/iDwbX5dDZcGc59wgjnSHTgCuJRfgkvajgScDSZcAkMdLgwCUy012kJBPT2YQkEHixuiUi4W4IBN0tgm9UocINEOhvNVILTkDidD1VIKSR+8GLxlvH8A1iFuJ+uSSWUAAAAAElFTkSuQmCC);background-size:contain;filter:brightness(0) invert(1);z-index:10}.auth__submit_loading{opacity:.7;cursor:not-allowed}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-family:Inter,Arial,sans-serif;font-size:18px;color:#000}.auth{display:flex;flex-direction:column;align-items:center;margin-top:60px;width:100%;max-width:358px;margin-left:auto;margin-right:auto}.auth__title{font-family:Inter,Arial,sans-serif;font-size:24px;font-weight:900;line-height:auto;color:#fff;margin-bottom:50px;text-align:center;width:100%}.auth__form{display:flex;flex-direction:column;width:100%}.auth__input{background-color:transparent;border:none;border-bottom:2px solid #CCCCCC;color:#fff;font-family:Inter,Arial,sans-serif;font-size:14px;padding:13px 0;margin-bottom:30px;outline:none}.auth__input::placeholder{color:#ccc}.auth__input:focus{border-bottom-color:#fff}.auth__submit{background-color:#fff;color:#000;border:none;border-radius:2px;padding:14px 0;font-family:Inter,Arial,sans-serif;font-size:18px;font-weight:400;cursor:pointer;margin-top:216px;transition:opacity .3s ease}.auth__submit:hover{opacity:.8}.auth__link-text{font-family:Inter,Arial,sans-serif;font-size:14px;color:#fff;margin-top:15px;text-align:center}.auth__link{color:#fff;text-decoration:none;transition:opacity .3s ease}.auth__link:hover{opacity:.6}.auth__error{color:red;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:15px;margin:0 0 20px;text-align:center}@media screen and (max-width: 543px){.auth{margin-top:40px;max-width:260px}.auth__title{font-size:20px;margin-bottom:40px;width:260px;height:24px}.auth__input{width:260px;height:27px;font-size:14px;padding:8px 0;margin-bottom:30px}.auth__submit{width:260px;height:46px;font-size:16px;margin-top:173px;padding:12px 0}.auth__link-text{font-size:12px;margin-top:20px}}.header{width:880px;height:74px;margin:45px auto 40px}.nav{width:100%;display:flex;flex-direction:column;align-items:flex-start;position:relative}.nav__link-container{position:absolute;top:0;right:0}.nav__link{color:#fff;text-decoration:none;font-family:Inter,Arial,sans-serif;font-size:18px;font-weight:400;transition:opacity .3s ease}.nav__link:hover{opacity:.6}@media screen and (min-width: 544px) and (max-width: 1023px){.header{width:768px;height:65px;margin-top:36px;margin-bottom:40px}.nav__vector{width:173px;height:33px;margin-left:0;margin-bottom:41px}.nav__linea{position:relative;left:-20px;bottom:0}}@media screen and (max-width: 543px){.header{width:320px;height:56px;margin-top:28px;margin-bottom:42px}.nav__vector{width:126px;height:24px;margin-bottom:32px;margin-left:27px}.nav__link{font-size:14px;padding-right:10px}.nav__linea{max-width:100vw;position:absolute;bottom:0;left:0}}.popup_type_tooltip{background-color:#00000080;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s linear;z-index:2}.popup_type_tooltip.popup_opened{visibility:visible;opacity:1}.popup__container_type_tooltip{width:430px;height:330px;background-color:#fff;border-radius:10px;box-shadow:0 0 25px #00000026;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 36px;box-sizing:border-box}.tooltip{display:flex;flex-direction:column;align-items:center;gap:32px}.tooltip__image{width:120px;height:120px}.tooltip__title{margin:0;font-family:Inter,Arial,sans-serif;font-weight:900;font-size:24px;line-height:auto;text-align:center;color:#000}.popup__close{position:absolute;top:-40px;right:-40px;width:40px;height:40px;background:transparent;border:none;padding:0;cursor:pointer}.popup__close-image{width:40px;height:40px}@media screen and (max-width: 540px){.popup__container_type_tooltip{width:280px;height:308px;padding:50px 18px}.popup__close{top:-36px;right:0}.tooltip__title{font-size:20px}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */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:Inter;src:url(/assets/Inter-Regular-COLGFB3M.woff2) format("woff2"),url(../fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-BOs3KVhN.woff2) format("woff2"),url(../fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal}body{font-family:Inter,Arial,sans-serif;background-color:#000;color:#fff;min-height:100vh}@media screen and (min-width: 544px) and (max-width: 1023px){body{font-family:Inter,Arial,sans-serif;background-color:#000;color:#fff;min-height:100vh;overflow-x:hidden}}@media screen and (max-width: 543px){body{font-family:Inter,Arial,sans-serif;background-color:#000;color:#fff;min-height:100vh;overflow-x:hidden}}.page{width:100%;max-width:1280px;min-height:100vh;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 544px) and (max-width: 1023px){.page{width:100%;max-width:1023px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column}}@media screen and (max-width: 543px){.page{width:100%;max-width:282px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;max-height:none}}.header{width:880px;height:74px;margin-top:45px;margin-bottom:40px}@media screen and (min-width: 544px) and (max-width: 1023px){.header{width:768px;height:65px;margin-top:36px;margin-bottom:40px}}@media screen and (max-width: 543px){.header{width:320px;height:56px;margin-top:28px;margin-bottom:42px}}.nav{width:100%;display:flex;flex-direction:column;align-items:flex-start}.nav__vector{width:173px;height:33px;margin-bottom:41px}.nav__linea{width:100%;height:1px;background-color:#fff}@media screen and (min-width: 544px) and (max-width: 1023px){.nav{width:100%;display:flex;flex-direction:column;align-items:flex-start}.nav__vector{width:173px;height:33px;margin-left:0;margin-bottom:41px}.nav__linea{width:100%;height:1px;background-color:#fff;position:relative;left:-20px;bottom:0}}@media screen and (max-width: 543px){.nav{width:100%;display:flex;flex-direction:column;align-items:flex-start;position:relative}.nav__vector{width:126px;height:24px;margin-bottom:32px;margin-left:27px}.nav__linea{max-width:100vw;height:1px;background-color:#fff;position:absolute;bottom:0;left:0}}.content{width:880px;height:auto;flex:1}@media screen and (min-width: 544px) and (max-width: 1023px){.content{width:100%;height:auto;max-width:768px;margin-top:42px;margin-left:-40px}}@media screen and (max-width: 543px){.content{width:100%;height:auto;max-width:282px;margin-top:42px}}.profile{width:880px;height:120px;margin-bottom:50px;display:flex;justify-content:space-between}.profile__avatar{width:168.75px;height:155.25px;object-fit:cover;border-radius:50%;transition:opacity .3s ease}.profile__avatar-container{position:relative;width:168.75px;height:155.25px;cursor:pointer;border-radius:50%;overflow:hidden}.profile__avatar-container:hover .profile__avatar{opacity:.8}.profile__avatar-container:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABBSURBVHgB1cpBDQAgDEPRSUACEpCGA3A2CUgqXdgVtitNfnp5Io8BKExZi9DCmWaQffkCORwZ1Fll84ocqmEJtgEKMZN8lvdMKgAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center;background-size:26px;border-radius:50%}.profile__info{width:415px;height:77px}.profile__name{font-family:Inter;font-size:42px;font-weight:500;line-height:1.14;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile__job{font-family:Inter;font-size:18px;font-weight:500;line-height:1.2;margin-top:-30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile__name-container{display:flex;align-items:center;gap:18px;margin-bottom:10px}.profile__edit{position:relative;width:24px;height:24px;cursor:pointer}.profile__edit:hover{opacity:60%}.profile__rectangle{position:absolute;top:0;left:0;width:100%;height:100%}.profile__vector{position:absolute;top:50%;left:50%;width:12px;height:12px;transform:translate(-50%,-50%)}.profile__add-button{position:relative;width:150px;height:50px;align-self:center;cursor:pointer}.profile__add-button:hover{opacity:60%}.profile__add-vector{position:absolute;top:50%;left:50%;width:12px;height:12px;transform:translate(-50%,-50%)}.profile__add-rectangle{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width: 544px) and (max-width: 1023px){.profile{width:100%;max-width:768px;margin-bottom:50px;display:flex;justify-content:space-around}.profile__avatar{width:130px;height:130px;object-fit:cover;border-radius:50%;transition:opacity .3s ease}.profile__avatar-container{position:relative;width:130px;height:130px;cursor:pointer;border-radius:50%;overflow:hidden}.profile__avatar-container:hover .profile__avatar{opacity:.8}.profile__avatar-container:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABBSURBVHgB1cpBDQAgDEPRSUACEpCGA3A2CUgqXdgVtitNfnp5Io8BKExZi9DCmWaQffkCORwZ1Fll84ocqmEJtgEKMZN8lvdMKgAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center;background-size:26px;border-radius:50%}.profile__info{width:415px;height:77px;margin-left:-40px}.profile__name{font-family:Inter;font-size:36px;font-weight:500;line-height:1.14;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile__job{font-family:Inter;font-size:18px;font-weight:500;line-height:1.2;margin-top:-30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile__name-container{display:flex;align-items:center;gap:18px;margin-bottom:10px}.profile__edit{position:relative;width:24px;height:24px;cursor:pointer}.profile__edit:hover{opacity:60%}.profile__rectangle{position:absolute;top:0;left:0;width:100%;height:100%}.profile__vector{position:absolute;top:50%;left:50%;width:12px;height:12px;transform:translate(-50%,-50%)}.profile__add-button{position:relative;width:150px;height:50px;align-self:center;margin-left:-80px;cursor:pointer}.profile__add-button:hover{opacity:60%}.profile__add-vector{position:absolute;top:50%;left:50%;width:12px;height:12px;transform:translate(-50%,-50%)}.profile__add-rectangle{position:absolute;top:0;left:0;width:100%;height:100%}}@media screen and (max-width: 543px){.profile{width:100%;max-width:282px;height:auto;display:flex;flex-direction:column;align-items:center}.profile__avatar{width:120px;height:120px;object-fit:cover;border-radius:50%;transition:opacity .3s ease}.profile__avatar-container{position:relative;width:120px;height:120px;cursor:pointer;border-radius:50%;overflow:hidden}.profile__avatar-container:hover .profile__avatar{opacity:.8}.profile__avatar-container:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABBSURBVHgB1cpBDQAgDEPRSUACEpCGA3A2CUgqXdgVtitNfnp5Io8BKExZi9DCmWaQffkCORwZ1Fll84ocqmEJtgEKMZN8lvdMKgAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center;background-size:26px;border-radius:50%}.profile__info{width:100%;max-width:282px;display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:22px}.profile__name-container{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:-10px}.profile__name{font-family:Inter;font-size:22px;font-weight:500;line-height:1.63;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile__job{font-family:Inter;font-size:14px;font-weight:400;line-height:1.63;overflow:visible;margin:0;text-overflow:ellipsis;white-space:nowrap}.profile__edit{position:relative;width:18px;height:18px;cursor:pointer}.profile__edit:hover{opacity:60%}.profile__rectangle{position:absolute;top:0;left:0;width:100%;height:100%}.profile__vector{position:absolute;top:50%;left:50%;width:12px;height:12px;transform:translate(-50%,-50%)}.profile__add-button{position:relative;width:282px;height:50px;align-self:center;margin-top:36px;cursor:pointer}.profile__add-button:hover{opacity:60%}.profile__add-vector{position:absolute;top:50%;left:50%;width:16px;height:16px;transform:translate(-50%,-50%)}.profile__add-rectangle{position:absolute;top:0;left:0;width:100%;height:100%}}.elements{width:100%;max-width:880px;margin:0 auto;padding:0}.elements__list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 17px;list-style:none;padding:0;margin:0}@media (max-width: 768px){.elements__list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.elements__list{grid-template-columns:1fr}}.element{width:282px;height:361px;position:relative;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;justify-content:space-between}.element__image{width:282px;height:282px;position:relative;object-fit:cover;z-index:1;cursor:pointer}.element__delete-container{position:absolute;top:18px;right:15px;z-index:2}.element__delete{width:18px;height:19.3px;position:absolute;top:18px;right:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBrZSBEYIwDEV/PAdwBEZwBEdwBDdwJUdgA3EDNjBMABvUxGvP0gveNeXd0Qtt8ghQADYIIVzlmMOay1b+MRZ1xpoWnYq5u+RymUhETLLwjEUtDCqajSvX8u2ok+CGNnrSUWRn+Lta5BmNiKJH8NOr45Cs8MO5iOFnyUW7dbSbaISf1a21wDpQOtP3CAeyh6jsaEI9nIJcNKOeyRJ5OoIl8myBtyUaUM8rBZTP/vuVGvy+euEDnuSLoGCkUdcAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat;border:none;background-color:transparent;cursor:pointer;transition:opacity .3s ease;z-index:2;display:block}.element__delete:hover{opacity:60%}.element__rectangle{position:absolute;top:0;left:0;width:282px;height:361px;z-index:0}.element__footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;position:relative;z-index:1}.element__paragraph{font-family:Inter;font-size:18px;font-weight:700;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.element__vector{width:22px;height:19px;background-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='19'%20viewBox='0%200%2021%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.3764%209.78586C21.5412%207.54338%2021.5412%203.90213%2019.3764%201.68186C17.2115%20-0.560619%2013.6964%20-0.560619%2011.5315%201.68186L10.4812%202.792L9.43098%201.70406C7.26614%20-0.560619%203.75096%20-0.560619%201.60755%201.68186C0.557285%202.76979%200%204.21297%200%205.74496C0%207.27695%200.578719%208.72013%201.60755%209.80806L10.4812%2019L19.3764%209.78586ZM1.37178%205.74496C1.37178%204.59042%201.80046%203.52469%202.59352%202.72539C3.40801%201.88168%204.45828%201.45983%205.50855%201.45983C6.55882%201.45983%207.60909%201.88168%208.42358%202.72539L10.4812%204.83465L12.5389%202.70318C14.1465%201.03798%2016.7829%201.03798%2018.369%202.70318C19.1406%203.50248%2019.5907%204.56821%2019.5907%205.72276C19.5907%206.8773%2019.162%207.94303%2018.369%208.74233L10.4812%2016.9351L2.59352%208.76453C1.82189%207.94303%201.37178%206.8773%201.37178%205.74496Z'%20fill='black'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;border:none;cursor:pointer;opacity:.5;transition:all .3s ease}.element__vector:hover{opacity:.8}.element__vector_is-active{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAATCAYAAAB/TkaLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACsSURBVHgBrZSBDYMgEEV/O4EjOEJH6CZ1lI7gBmWUbkA7wY2gGyhnjkiM6IH3k69GXh6EEIA1bWgfSqGTvD/yHzvccMLhkUDbDjLOeR1wlHDLDJQBU3F3wkSuYalTwCV9s9QbS+kmH6a5h46wzcjSH2zz58cTtnvaRbszEvbbZV8VO2RSe7yyQk5TIfZQpETshVdFIy4SxrTIXzRVwiMxYefuvCI2EabiL5TCGcb1yoSQN1Z8AAAAAElFTkSuQmCC);opacity:1!important;display:inline-block!important;background-size:contain!important}@media screen and (min-width: 544px) and (max-width: 1023px){.element{width:282px;height:361px;position:relative;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;justify-content:space-between}.element__image{width:282px;height:282px;position:relative;object-fit:cover;z-index:1;cursor:pointer}.element__delete{width:18px;height:19.3px;position:absolute;top:18px;right:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBrZSBEYIwDEV/PAdwBEZwBEdwBDdwJUdgA3EDNjBMABvUxGvP0gveNeXd0Qtt8ghQADYIIVzlmMOay1b+MRZ1xpoWnYq5u+RymUhETLLwjEUtDCqajSvX8u2ok+CGNnrSUWRn+Lta5BmNiKJH8NOr45Cs8MO5iOFnyUW7dbSbaISf1a21wDpQOtP3CAeyh6jsaEI9nIJcNKOeyRJ5OoIl8myBtyUaUM8rBZTP/vuVGvy+euEDnuSLoGCkUdcAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat;border:none;background-color:transparent;cursor:pointer;transition:opacity .3s ease;z-index:2}.element__delete:hover{opacity:60%}.element__rectangle{position:absolute;top:0;left:0;width:282px;height:361px;z-index:0}.element__footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;position:relative;z-index:1}.element__paragraph{font-family:Inter;font-size:18px;font-weight:700;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.element__vector{width:21px;height:19px;cursor:pointer}.element__vector:hover{opacity:60%}.element__vector_is-active{transform:scale(1.1)}}@media screen and (max-width: 543px){.element{width:100%;max-width:282px;height:auto;position:relative;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;justify-content:space-between}.element__image{width:282px;height:282px;position:relative;object-fit:cover;z-index:1;cursor:pointer}.element__delete{width:18px;height:19.3px;position:absolute;top:18px;right:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBrZSBEYIwDEV/PAdwBEZwBEdwBDdwJUdgA3EDNjBMABvUxGvP0gveNeXd0Qtt8ghQADYIIVzlmMOay1b+MRZ1xpoWnYq5u+RymUhETLLwjEUtDCqajSvX8u2ok+CGNnrSUWRn+Lta5BmNiKJH8NOr45Cs8MO5iOFnyUW7dbSbaISf1a21wDpQOtP3CAeyh6jsaEI9nIJcNKOeyRJ5OoIl8myBtyUaUM8rBZTP/vuVGvy+euEDnuSLoGCkUdcAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat;border:none;background-color:transparent;cursor:pointer;transition:opacity .3s ease;z-index:2}.element__delete:hover{opacity:60%}.element__rectangle{position:absolute;top:0;left:0;width:282px;height:361px;z-index:0}.element__footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;position:relative;z-index:1}.element__paragraph{font-family:Inter;font-size:24px;font-weight:700;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.element__vector{width:21px;height:19px;cursor:pointer}.element__vector:hover{opacity:60%}.element__vector_is-active{transform:scale(1.1)}}.footer{width:100%;max-width:880px;margin:67px auto 0}.footer__copyright{font-family:Inter;font-size:18px;font-weight:400;line-height:1.63;color:#545454;text-align:left;align-self:flex-start;padding-left:0}@media screen and (min-width: 544px) and (max-width: 1023px){.footer{width:100%;max-width:880px;margin:67px auto 0}.footer__copyright{font-family:Inter;font-size:18px;font-weight:400;line-height:1.63;color:#545454;text-align:left;align-self:flex-start;padding-left:0}}@media screen and (max-width: 543px){.footer{width:100%;max-width:282px;height:auto;margin:50px auto 0;display:flex;justify-content:flex-start}.footer__copyright{font-family:Inter;font-size:14px;font-weight:400;line-height:1.63;color:#545454;text-align:left;padding:0}}.popup{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#00000080;justify-content:center;align-items:center;z-index:100;display:none}.popup_opened{display:flex}.popup__container{width:430px;height:330px;background-color:#fff;border-radius:10px;position:relative}.popup__close{width:40px;height:40px;position:absolute;top:-40px;right:-40px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADfSURBVHgBxZfRDYMwDEStTtCNm03qjRjpSgS0aRSCnfjESfBBLN77iJxYZA+A5/okISczMqv+mOELtryFlPzvnbF8JSo4WBIFHH8S6+uFdsIkGvAj6ShQlkQHrnVhuIQZzpBwwyMlhuEREtPwGYkw+IhEONwjQYNbJOhwgwQf7pRQYeZCQsWZh/iDwbX5dDZcGc59wgjnSHTgCuJRfgkvajgScDSZcAkMdLgwCUy012kJBPT2YQkEHixuiUi4W4IBN0tgm9UocINEOhvNVILTkDidD1VIKSR+8GLxlvH8A1iFuJ+uSSWUAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:transparent;border:none;cursor:pointer;padding:0}.popup__title{width:330px;height:23px;font-family:Inter;font-size:24px;font-weight:700;line-height:1.63;color:#000;margin:34px auto 0 36px}.popup__form{width:358px;height:84.34px;display:flex;flex-direction:column;row-gap:30px;margin:36px auto 0 36px;position:relative}.popup__input{width:358px;height:27.26px;font-family:Inter;font-size:14px;font-weight:400;line-height:1.63;color:#000;border:none;border-bottom:1px solid #c4c4c4;outline:none;background-color:transparent;position:relative}.popup__save-button:disabled{width:358px;height:50.15px;font-family:Inter;font-size:18px;font-weight:400;line-height:1.63;background-color:#fff;color:#c4c4c4;border-radius:2px;border:1px solid #c4c4c4;cursor:not-allowed}.popup__save-button:not(:disabled):hover{opacity:.8;border-radius:2px;border:1px solid #000;cursor:pointer}.popup__save-button:not(:disabled){width:358px;height:50.15px;font-family:Inter;font-size:18px;font-weight:400;line-height:1.63;background-color:#000;color:#fff;border-radius:2px;border:1px solid #000;cursor:pointer}.popup__image-container{position:relative;max-width:75vw;max-height:75vh;margin:auto;display:flex;flex-direction:column;align-items:center}.popup__image{max-width:100%;max-height:calc(75vh - 30px);object-fit:contain}.popup__caption{color:#fff;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.63;margin-top:10px;align-self:flex-start}.popup__error{position:absolute;top:30px;left:0;font-family:Inter,Arial,sans-serif;font-size:12px;line-height:1.25;color:red;visibility:hidden;width:100%}.popup__error_visible{visibility:visible}.popup__input_type_error{border-bottom-color:red}#delete-card-popup .popup__container{max-width:430px;max-height:181px}#delete-card-popup .popup__title{margin-bottom:20px;text-align:center}#delete-card-popup .popup__save-button{width:100%;margin-top:0}#edit-avatar-popup .popup__container{max-width:430px;max-height:272px}#edit-avatar-popup .popup__title{margin-bottom:20px;text-align:center}#edit-avatar-popup .popup__save-button{width:100%;margin-top:0}.popup__save-button_loading{background-color:#000!important;color:#fff}.popup_type_image .popup__container{background:transparent;padding:0;width:auto;max-width:75vw;max-height:75vh;display:flex;justify-content:center;align-items:center;position:relative}.popup__container_content_image{background:transparent;max-width:75vw;max-height:75vh;width:auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.popup__content_type_image{display:flex;flex-direction:column;align-items:center;position:relative}.popup__close_type_image{position:absolute;top:-40px;right:-40px;filter:brightness(0) invert(1)}.popup__image{max-height:75vh;max-width:100%;object-fit:contain}.popup__caption{color:#fff;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:400;margin-top:15px;align-self:center;text-align:center}.popup_type_image .popup__close{position:absolute;top:-40px;right:-40px;width:40px;height:40px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADfSURBVHgBxZfRDYMwDEStTtCNm03qjRjpSgS0aRSCnfjESfBBLN77iJxYZA+A5/okISczMqv+mOELtryFlPzvnbF8JSo4WBIFHH8S6+uFdsIkGvAj6ShQlkQHrnVhuIQZzpBwwyMlhuEREtPwGYkw+IhEONwjQYNbJOhwgwQf7pRQYeZCQsWZh/iDwbX5dDZcGc59wgjnSHTgCuJRfgkvajgScDSZcAkMdLgwCUy012kJBPT2YQkEHixuiUi4W4IBN0tgm9UocINEOhvNVILTkDidD1VIKSR+8GLxlvH8A1iFuJ+uSSWUAAAAAElFTkSuQmCC);background-size:contain;filter:brightness(0) invert(1);z-index:10}.popup_type_image .popup__image-container{position:relative;max-width:100%;max-height:100%}@media screen and (min-width: 544px) and (max-width: 1023px){.popup{width:100%;height:100%;display:none;position:fixed;top:0;left:0;background-color:#00000080;justify-content:center;align-items:center;z-index:100}.popup_opened{display:flex}.popup__container{width:430px;height:330px;background-color:#fff;border-radius:10px;position:relative}.popup__close{width:40px;height:40px;position:absolute;top:-40px;right:-40px;cursor:pointer}.popup__title{width:330px;height:23px;font-family:Inter;font-size:24px;font-weight:700;line-height:1.63;color:#000;margin:34px auto 0 36px}.popup__form{width:358px;height:84.34px;display:flex;flex-direction:column;row-gap:30px;margin:36px auto 0 36px}.popup__input{width:358px;height:27.26px;font-family:Inter;font-size:14px;font-weight:400;line-height:1.63;color:#000;border:none;border-bottom:1px solid #c4c4c4;outline:none;background-color:transparent}.popup__save-button:disabled{width:358px;height:50.15px;font-family:Inter;font-size:18px;font-weight:400;line-height:1.63;background-color:#fff;color:#c4c4c4;border-radius:2px;border:1px solid #c4c4c4;cursor:not-allowed}.popup__save-button:not(:disabled):hover{opacity:.8;border-radius:2px;border:1px solid #000;cursor:pointer}.popup__save-button:not(:disabled){width:358px;height:50.15px;font-family:Inter;font-size:18px;font-weight:400;line-height:1.63;background-color:#000;color:#fff;border-radius:2px;border:1px solid #000;cursor:pointer}.popup__image-container{position:relative;display:flex;flex-direction:column;align-items:center}.popup__image{max-width:100%;max-height:calc(75vh - 25px);object-fit:contain}.popup__caption{color:#fff;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:400;margin-top:10px;align-self:flex-start}#delete-card-popup .popup__container{max-width:430px;max-height:181px}#delete-card-popup .popup__title{margin-bottom:20px;text-align:center}#delete-card-popup .popup__save-button{width:100%;margin-top:0}#edit-avatar-popup .popup__container{max-width:430px;max-height:272px}#edit-avatar-popup .popup__title{margin-bottom:20px;text-align:center}#edit-avatar-popup .popup__save-button{width:100%;margin-top:0}.popup__save-button_loading{background-color:#000!important;color:#fff}}@media screen and (max-width: 543px){.popup{width:100%;height:100%;display:none;position:fixed;top:0;left:0;background-color:#00000080;justify-content:center;align-items:center;z-index:100}.popup_opened{display:flex}.popup__container{width:282px;height:322px;background-color:#fff;border-radius:10px;position:relative}.popup__close{width:26px;height:26px;position:absolute;top:-50px;right:5px;cursor:pointer}.popup__title{width:238px;height:22px;font-family:Inter;font-size:16px;font-weight:700;line-height:1.63;color:#000;margin:34px 76px 0 22px}.popup__form{width:238px;height:26px;display:flex;flex-direction:column;row-gap:30px;margin:36px 0 0 22px}.popup__input{width:238px;height:26px;font-family:Inter;font-size:14px;font-weight:400;line-height:1.63;color:#000;border:none;border-bottom:1px solid #c4c4c4;outline:none;background-color:transparent;gap:30px}.popup__save-button:disabled{width:238px;height:46px;font-family:Inter;font-size:14px;font-weight:400;line-height:1.63;background-color:#fff;color:#c4c4c4;border-radius:2px;border:1px solid #c4c4c4;cursor:not-allowed}.popup__save-button:not(:disabled):hover{opacity:.8;border-radius:2px;border:1px solid #000;cursor:pointer}.popup__save-button:not(:disabled){width:238px;height:46px;font-family:Inter;font-size:14px;font-weight:400;line-height:1.63;background-color:#000;color:#fff;border-radius:2px;border:1px solid #000;cursor:pointer}.popup__image-container{position:relative;max-width:240px;max-height:75vh;margin:auto;display:flex;flex-direction:column;align-items:center}.popup__image{max-width:100%;max-height:calc(75vh - 30px);object-fit:contain}.popup__caption{color:#fff;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:400;margin-top:10px;align-self:flex-start}#delete-card-popup .popup__container{max-width:430px;max-height:181px}#delete-card-popup .popup__title{margin-bottom:20px;text-align:center}#delete-card-popup .popup__save-button{width:100%;margin-top:0}#edit-avatar-popup .popup__container{max-width:430px;max-height:272px}#edit-avatar-popup .popup__title{margin-bottom:20px;text-align:center}#edit-avatar-popup .popup__save-button{width:100%;margin-top:0}.popup__save-button_loading{background-color:#000!important;color:#fff}}
