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}*{box-sizing:border-box}h1,h2,h3,p{margin:0}@font-face{src:url(/assets/Inter-Regular-CKDp9E3C.woff2) format("woff2"),url(/assets/Inter-Regular-DJOZHnwz.woff) format("woff");font-family:Inter;font-weight:400;font-display:swap}@font-face{src:url(/assets/Inter-Medium-P1cOs5ep.woff2) format("woff2"),url(/assets/Inter-Medium-oHczPpWt.woff) format("woff");font-family:Inter;font-weight:500;font-display:swap}@font-face{src:url(/assets/Inter-Black-DgUKMdlB.woff2),url(/assets/Inter-Black-DtxVgCT8.woff) format("woff");font-family:Inter;font-weight:900;font-display:swap}body{font-family:Inter,Arial,Helvetica,sans-serif;background-color:#000;color:#fff;padding:0 20px}.page__section{max-width:880px;width:100%;margin:0 auto}.page__content{display:flex;flex-direction:column;min-height:100vh}@media screen and (max-width:375px){.page{margin-right:0;margin-left:0}}.header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(84,84,84,.7);width:100%;padding:45px 0 41px;color:#fff;box-sizing:border-box}.header__image{width:142px}.header__nav{display:flex;align-items:center}.header__link{color:#fff;font-size:18px;font-weight:400;text-decoration:none;transition:opacity .3s ease}.header__link:hover{opacity:.7}.header__user-info{display:flex;align-items:center;gap:24px}.header__email{color:#fff;font-size:18px;font-weight:400;margin:0}.header__logout{background:transparent;border:none;color:#545454;font-size:18px;font-weight:400;cursor:pointer;padding:0;transition:opacity .3s ease}.header__logout:hover{opacity:.7}@media(max-width:620px){.header{height:20vh}.header__image{width:126px;height:24px;margin:28px 0 32px 28px}.header__nav{width:100%;justify-content:end;padding:18px 20px}.header__user-info{flex-direction:column;gap:18px}.header__link,.header__email,.header__logout{font-size:14px}}.profile{display:flex;align-items:center;margin-top:40px}.profile__info{display:grid;grid-template-areas:"title button" "description description";grid-template-columns:minmax(auto,373px) auto;gap:7px;align-items:center;padding:0 30px}.profile__title{font-weight:500;font-size:42px;line-height:1.2;grid-area:title;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile__edit-button{background:transparent url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='23'%20height='23'%20stroke='white'/%3e%3cpath%20d='M17%208.32827L9.60377%2015.7666L8.28302%2014.4194L15.6604%207L17%208.32827ZM7%2017L8.96226%2016.4118L7.58491%2015.0835L7%2017Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;grid-area:button;border:solid #fff 1px;padding:10px;margin:0 10px;transition:opacity .3s ease}.profile__edit-button:hover{opacity:.6;cursor:pointer}.profile__add-button{background:transparent url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%207.11111H8.88889V0H7.11111V7.11111H0V8.88889H7.11111V16H8.88889V8.88889H16V7.11111Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;width:150px;height:50px;margin-left:auto;border:solid #fff 2px;border-radius:2px;transition:opacity .3s ease}.profile__add-button:hover{opacity:.6;cursor:pointer}.profile__description{font-weight:400;font-size:18px;line-height:1.2;grid-area:description;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile__image-container{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;cursor:pointer}.profile__image{width:100%;height:100%;border-radius:50%;object-fit:cover;transition:opacity .3s ease}.profile__image-container:before{content:"";position:absolute;inset:0;background-color:#00000080;opacity:0;transition:opacity .3s ease;z-index:1;border-radius:50%}.profile__image-edit{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB9SURBVHgB7dbBCYAwDAXQ4ASO4CiO4AgdwQ10BDfqKBklpjRCKIiXfLzkQyi95PHppUSAiMiiU9tJqBjC0sMQbEAEgr0gTypF5AOJaZRIIokkksifiEEFjjjsRDY5/DKHxTaxhTxgezSyQt/CMuls7j7rFEJE+kfvas0ImBsR7skYWCY75QAAAABJRU5ErkJggg==) center/30px no-repeat;width:100%;height:100%;position:absolute;inset:0;opacity:0;transition:opacity .3s ease;z-index:2}.profile__image-container:hover:before{opacity:1}.profile__image-container:hover .profile__image-edit{opacity:1}@media(max-width:770px)and (min-width:621px){.profile__info{grid-template-columns:auto}.profile__title{font-size:28px}.profile__description{font-size:16px}.profile__add-button{width:100px}}@media screen and (max-width:620px){.profile{flex-direction:column;justify-content:center}.profile__info{width:100%;justify-content:center;gap:14px 10px;max-width:350px}.profile__description{width:100%;font-size:14px;line-height:1.5;text-align:center;padding:0}.profile__add-button{display:flex;padding:0;width:282px;align-items:center;margin:36px 0 0}.profile__title{font-size:22px;line-height:1.5;text-align:center}.profile__image{margin:0 auto 30px}}@media(max-width:320px){.profile__info{padding-left:0}.profile__description{padding-right:0}.profile__add-button{width:90%}.profile__image{margin-bottom:30px}.profile__edit-button{margin:0}}.footer__copyright{display:flex;font-size:18px;line-height:1.4;padding:67px 0 60px;color:#545454}@media(max-width:620px){.footer__copyright{line-height:17px;font-size:14px;padding:46px 30px 36px;justify-content:center}}.popup{display:flex;align-items:center;justify-content:center;position:fixed;z-index:1;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:1;transition:visibility 0s linear 0s,opacity .3s linear;pointer-events:auto}.popup__container{position:relative;background-color:#fff;padding:36px;margin:auto;width:394px;border-radius:10px}.popup__close{background:url("data:image/svg+xml,%3csvg%20width='33'%20height='33'%20viewBox='0%200%2033%2033'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.6'%20d='M32.7661%2029.5683L19.9759%2016.778L32.7661%203.98779L29.5686%200.790236L16.7783%2013.5805L3.98808%200.790236L0.790527%203.98779L13.5808%2016.778L0.790527%2029.5683L3.98808%2032.7658L16.7783%2019.9756L29.5686%2032.7658L32.7661%2029.5683Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center/contain transparent;position:absolute;cursor:pointer;border:none;bottom:calc(100% + 7px);left:calc(100% + 8px);width:40px;height:40px;transition:opacity .3s ease}.popup__close:hover{opacity:.6}.popup__heading{font-size:24px;font-weight:900;line-height:1.1;color:#000;padding:0 0 54px}.popup__form{background-color:#fff;border-radius:8px;display:flex;flex-direction:column}.popup__input{width:100%;padding:10px;border:none;border-radius:4px;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,.2)}.popup__input:focus{outline:none;box-shadow:none}.popup__input:last-of-type{margin-bottom:48px}.popup__save-button{background-color:#000;border:none;border-radius:2px;color:#fff;max-width:100%;cursor:pointer;height:50px;margin:0;padding:0;transition:opacity .7s ease}.popup__button_disabled{background-color:transparent;color:#ccc;border:solid 1px #c4c4c4;pointer-events:none}.popup__save-button:hover{opacity:.7;border:solid 1px #c4c4c4;color:#c4c4c4}.popup__error{font-size:12px;line-height:1.2;color:red;transition:opacity .3s;min-height:14px;margin-top:-15px;margin-bottom:10px}.popup__error_visible{opacity:1}.popup__input_type_error{border-bottom:red 1px solid}.popup__container_image-preview{margin:0 auto;background-color:transparent;padding:0;max-width:75vw;max-height:75vh;width:auto;height:auto}.popup__image-preview{object-fit:contain;max-height:75vh;max-width:75vw;width:auto;height:auto}.popup__close_image-preview{bottom:calc(100% + 15px)}.popup__image-title{padding-top:15px;font-size:12px}@media screen and (max-width:620px){.popup__container{width:282px;border-radius:10px;padding:25px 22px}.popup__heading{font-size:18px;font-weight:900}.popup__save-button{padding:15px;height:auto;margin-top:20px}.popup__close{width:26px;height:26px;bottom:calc(100% + 10px);left:calc(100% - 40px)}.popup__input{padding:8px 10px;margin-bottom:15px}.popup__input:last-of-type{margin-bottom:30px}.popup__container_image-preview{margin:0 auto;background-color:transparent;padding:0;max-width:75vw;max-height:75vh;width:auto;height:auto}.popup__close_image-preview{bottom:calc(100% + 25px);left:calc(100% - 25px)}}.cards{margin-top:51px}.cards__list{display:grid;justify-content:center;grid-template-columns:repeat(auto-fit,282px);grid-gap:20px 17px;padding:0;margin:0}@media(max-width:620px){.cards{margin:36px 0 0}}.card{display:flex;flex-direction:column;justify-content:center;position:relative;list-style:none;width:282px}.card__image{width:100%;height:282px;border-radius:10px 10px 0 0;cursor:pointer}.card__description{display:flex;align-items:center;justify-content:space-between;position:relative;gap:5px;background-color:#fff;color:#000;padding:25px 20px;border-radius:0 0 10px 10px}.card__title{font-weight:900;font-size:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card__like-button{background:transparent 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") center no-repeat;width:21px;height:19px;border:none;padding:10px;transition:transform .3s ease}.card__like-button:hover{transform:scale(1.4);cursor:pointer}.card__like-button_active{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%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.3764%201.68186C21.5412%203.90213%2021.5412%207.54338%2019.3764%209.78586L10.4812%2019L1.60755%209.80806C0.578719%208.72013%200%207.27695%200%205.74496C0%204.21297%200.557285%202.76979%201.60755%201.68186C3.75096%20-0.560619%207.26614%20-0.560619%209.43098%201.70406L10.4812%202.792L11.5315%201.68186C13.6964%20-0.560619%2017.2115%20-0.560619%2019.3764%201.68186Z'%20fill='black'/%3e%3c/svg%3e")}.card__delete-button{background:transparent url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.45787%2018.1422C2.51882%2018.8126%203.06735%2019.3002%203.73778%2019.3002H14.2615C14.9319%2019.3002%2015.4804%2018.7923%2015.5414%2018.1422L16.7197%205.79007H1.27954L2.45787%2018.1422Z'%20fill='white'/%3e%3cpath%20d='M16.7201%201.93002H11.5801V1.27991C11.5801%200.568849%2011.0113%200%2010.3002%200H7.72009C7.00903%200%206.44018%200.568849%206.44018%201.27991V1.93002H1.27991C0.568849%201.93002%200%202.49887%200%203.20993C0%203.92099%200.568849%204.48984%201.27991%204.48984H16.7201C17.4312%204.48984%2018%203.92099%2018%203.20993C18%202.49887%2017.4312%201.93002%2016.7201%201.93002Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;position:absolute;width:18px;height:21px;top:15px;right:15px;border:none;padding:0;margin:0;flex-shrink:0;transition:transform .3s ease}.card__delete-button:hover{transform:scale(1.4);cursor:pointer}.auth{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:65vh;padding:0 16px}.auth__title{font-size:24px;font-weight:900;color:#fff;margin:0 0 50px;text-align:center}.auth__form{display:flex;flex-direction:column;width:100%;max-width:396px}.auth__input{background-color:transparent;border:none;border-bottom:2px solid #cccccc4d;color:#ccc;font-size:14px;padding:10px 0;margin-bottom:30px;outline:none;transition:border-color .3s ease}.auth__input::placeholder{color:#ccc}.auth__input:focus{border-bottom-color:#fff}.auth__input:last-of-type{margin-bottom:216px}.auth__button{background-color:#fff;border:none;border-radius:4px;color:#000;font-size:18px;font-weight:400;height:50px;cursor:pointer;transition:opacity .3s ease;margin-bottom:15px}.auth__button:hover{opacity:.85}.auth__redirect{color:#fff;font-size:14px;text-align:center;margin:0}.auth__link{color:#fff;text-decoration:underline;transition:opacity .3s ease}.auth__link:hover{opacity:.7}@media screen and (max-width:620px){.auth__title{font-size:20px;margin-bottom:40px}.auth__form{max-width:100%}.auth__input:last-of-type{margin-bottom:100px}.auth__button{font-size:16px;height:46px}.auth__redirect{font-size:12px}}.tooltip{display:flex;align-items:center;justify-content:center;position:fixed;z-index:2;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:1;transition:opacity .3s linear}.tooltip__container{position:relative;background-color:#fff;border-radius:10px;padding:60px 36px;width:430px;display:flex;flex-direction:column;align-items:center;gap:32px}.tooltip__close{background:url("data:image/svg+xml,%3csvg%20width='33'%20height='33'%20viewBox='0%200%2033%2033'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.6'%20d='M32.7661%2029.5683L19.9759%2016.778L32.7661%203.98779L29.5686%200.790236L16.7783%2013.5805L3.98808%200.790236L0.790527%203.98779L13.5808%2016.778L0.790527%2029.5683L3.98808%2032.7658L16.7783%2019.9756L29.5686%2032.7658L32.7661%2029.5683Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center/contain transparent;position:absolute;cursor:pointer;border:none;bottom:calc(100% + 7px);left:calc(100% + 8px);width:40px;height:40px;transition:opacity .3s ease}.tooltip__close:hover{opacity:.6}.tooltip__icon{width:80px;height:80px;background-repeat:no-repeat;background-position:center;background-size:contain}.tooltip__icon_type_success{background-image:url("data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M117%2060C117%2091.4802%2091.4802%20117%2060%20117C28.5198%20117%203%2091.4802%203%2060C3%2028.5198%2028.5198%203%2060%203C91.4802%203%20117%2028.5198%20117%2060ZM120%2060C120%2093.1371%2093.1371%20120%2060%20120C26.8629%20120%200%2093.1371%200%2060C0%2026.8629%2026.8629%200%2060%200C93.1371%200%20120%2026.8629%20120%2060ZM57.5502%2076.888L86.7676%2048.888L81.2324%2043.112L54.4277%2068.7999L39.3496%2057.8561L34.6504%2064.3305L52.433%2077.2372L55.1375%2079.2001L57.5502%2076.888Z'%20fill='black'/%3e%3c/svg%3e")}.tooltip__icon_type_error{background-image:url("data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M60%20117C91.4802%20117%20117%2091.4802%20117%2060C117%2028.5198%2091.4802%203%2060%203C28.5198%203%203%2028.5198%203%2060C3%2091.4802%2028.5198%20117%2060%20117ZM60%20120C93.1371%20120%20120%2093.1371%20120%2060C120%2026.8629%2093.1371%200%2060%200C26.8629%200%200%2026.8629%200%2060C0%2093.1371%2026.8629%20120%2060%20120ZM55.0503%2060.707L36.6655%2042.3223L42.3224%2036.6654L60.7071%2055.0502L78.3848%2037.3726L84.0416%2043.0294L66.364%2060.707L83.3346%2077.6776L77.6777%2083.3345L60.7071%2066.3639L43.0294%2084.0416L37.3726%2078.3848L55.0503%2060.707Z'%20fill='%23FD0707'/%3e%3c/svg%3e")}.tooltip__text{font-size:20px;font-weight:900;color:#000;text-align:center;line-height:1.3;margin:0}@media screen and (max-width:620px){.tooltip__container{width:282px;padding:40px 22px;gap:24px}.tooltip__close{width:26px;height:26px;bottom:calc(100% + 10px);left:calc(100% - 40px)}.tooltip__icon{width:60px;height:60px}.tooltip__text{font-size:16px}}
