/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;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:initial}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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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:initial}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}[hidden],template{display:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/Inter-Regular.c8ba52b05a9ef10f4758.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/Inter-Medium.293fd13dbca5a3e450ef.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/Inter-Black.15ca31c0a2a68f76d2d1.woff2) format("woff2")}:root{--black:#000;--white:#fff;--dark-gray:#545454;--light-gray:#ccc}#root,.page{background-color:var(--black)}.page{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;color:var(--white);display:flex;flex-direction:column;font-family:Inter,sans-serif;line-height:0;margin:0 auto;max-width:880px;min-height:100vh;min-width:320px;text-rendering:optimizeLegibility}.header{align-items:center;border-bottom:1px solid rgba(84,84,84,.7);box-sizing:border-box;display:flex;height:120px;justify-content:space-between;transition:all .5s ease;width:100%}@media screen and (max-width:933px){.header{padding:0 20px}}@media screen and (max-width:425px){.header{border-top:1px solid rgba(84,84,84,.7);flex-direction:column-reverse;height:auto;padding:0}}.header__logo{box-sizing:contain-box;max-height:100%;max-width:142px;object-fit:contain;object-position:left;transition:all .5s ease}@media screen and (max-width:425px){.header__logo{align-self:flex-start;margin:27px 30px 32px;max-width:104px}}.header__menu{display:flex;gap:24px}@media screen and (max-width:425px){.header__menu{align-items:center;border-bottom:1px solid rgba(84,84,84,.7);box-sizing:border-box;display:none;flex-direction:column;gap:18px;padding:40px 0;width:100%}}.header__menu_opened{display:flex}.header__menu-email{color:var(--white);cursor:default;font-size:18px;font-weight:500;line-height:22px;transition:all .5s ease}@media screen and (max-width:615px){.header__menu-email{font-size:14px;line-height:normal}}@media screen and (max-width:425px){.header__menu-email{font-size:18px;line-height:22px}}.header__menu-button{color:#a9a9a9;font-size:18px;font-weight:400;line-height:22px;text-decoration:none;transition:all .5s ease}.header__menu-button:hover{cursor:pointer;opacity:.6}@media screen and (max-width:615px){.header__menu-button{font-size:14px;line-height:normal}}@media screen and (max-width:425px){.header__menu-button{font-size:18px;line-height:22px}}.header__menu-burger{background-color:initial;background-position:50%;background-repeat:no-repeat;background-size:24px;border:none;box-sizing:border-box;cursor:pointer;display:none;min-height:24px;min-width:24px;opacity:1;position:absolute;right:30px;transition:opacity .15s ease,all .5s ease}.header__menu-burger:hover{opacity:.6}@media screen and (max-width:425px){.header__menu-burger{display:block;-webkit-transform:translateY(-32px);transform:translateY(-32px)}}.header__menu-burger_icon_burger{background-image:url(/static/media/burger-icon.07a6bef4d1b506d42dfd.svg)}.header__menu-burger_icon_close{background-image:url(/static/media/close-icon.2ceb783afbab75916ddc.svg)}.auth{display:flex;height:calc(100vh - 120px);justify-content:center}@media screen and (max-width:425px){.auth{height:calc(100vh - 85px)}}.auth__container{box-sizing:border-box;display:flex;flex-direction:column;gap:15px;height:100%;padding:60px 35px 80px;transition:all .5s ease;width:430px}@media screen and (max-width:615px){.auth__container{max-width:100%}}@media screen and (max-width:425px){.auth__container{gap:20px;padding:40px 30px}}.auth__container_type_login{padding:60px 35px 112px;transition:all .5s ease}@media screen and (max-width:425px){.auth__container_type_login{padding:40px 30px 77px}}.auth__form{align-items:center;display:flex;flex-direction:column;height:100%}.auth__title{box-sizing:border-box;color:var(--white);cursor:default;font-size:24px;font-weight:900;line-height:normal;margin:0;transition:all .5s ease}@media screen and (max-width:425px){.auth__title{font-size:20px}}.auth__input{background-color:var(--black);border:none;border-bottom:2px solid var(--light-gray);box-sizing:border-box;color:var(--white);font-size:14px;font-weight:400;line-height:17px;outline:none;padding-bottom:10px;transition:border-bottom .5s ease;width:100%}.auth__input:first-of-type{margin-top:50px}@media screen and (max-width:425px){.auth__input:first-of-type{margin-top:40px}}.auth__input_invalid{border-bottom:1px solid red}.auth__input-error{border:none;color:red;display:inline-block;font-size:12px;line-height:15px;min-height:35px;opacity:0;padding-top:5px;transition:all .5s ease;visibility:hidden;width:100%}.auth__input-error_visible{opacity:1;visibility:visible}.auth__submit-button{background-color:var(--white);border:none;border-radius:2px;box-sizing:border-box;color:var(--black);font-size:18px;font-weight:400;line-height:normal;margin-top:auto;min-height:50px;opacity:1;padding:0;text-align:center;transition:background-color .15s ease,all .5s ease;width:100%}.auth__submit-button:hover{background-color:hsla(0,0%,100%,.85);cursor:pointer}@media screen and (max-width:425px){.auth__submit-button{font-size:16px;padding:14px 0}}.auth__submit-button_disabled,.auth__submit-button_disabled:hover{background-color:#fff;border:1px solid #000;color:#000;opacity:.2}.auth__submit-button_disabled:hover{cursor:default}.auth__signin-hint-container{display:flex;gap:1ch;justify-content:center}.auth__signin-hint{cursor:default}.auth__signin-hint,.auth__signin-link{color:var(--white);font-size:14px;font-weight:400;line-height:normal;margin:0;transition:all .5s ease}.auth__signin-link{text-decoration:none}.auth__signin-link:hover{cursor:pointer;opacity:.6}.content{flex:auto}.profile{grid-gap:30px;display:grid;gap:30px;grid-template-columns:120px minmax(0,auto) minmax(50px,150px);padding:40px 0 50px;transition:all .5s ease}@media screen and (max-width:933px){.profile{padding:40px 20px 50px}}@media screen and (max-width:615px){.profile{gap:0;grid-template-columns:100%;justify-items:center}}@media screen and (max-width:425px){.profile{padding:42px 20px 36px}}.profile__avatar-wrapper{min-height:120px;position:relative}.profile__avatar{aspect-ratio:1;border-radius:50%;max-width:120px;object-fit:cover;width:100%}.profile__avatar-edit-button{background-color:rgba(0,0,0,.8);background-image:url(/static/media/edit-icon.8667ac4a523e8fc42e59.svg);background-position:50%;background-repeat:no-repeat;background-size:26px;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease;width:100%}.profile__avatar-edit-button:hover{opacity:1}.profile__profile-info{align-self:center;max-width:336px;transition:all .5s ease}@media screen and (max-width:425px){.profile__profile-info{width:100%}}.profile__name-wrapper{display:flex;gap:18px;max-width:-webkit-min-content;max-width:min-content;transition:all .5s ease}@media screen and (max-width:615px){.profile__name-wrapper{margin:0 auto}}@media screen and (max-width:425px){.profile__name-wrapper{gap:10px}}.profile__profile-name{font-size:42px;font-weight:500;line-height:48px;margin:0;overflow:hidden;padding:0 0 12px;text-overflow:ellipsis;transition:all .5s ease;white-space:nowrap}@media screen and (max-width:615px){.profile__profile-name{max-width:294px;padding:26px 0 14px;text-align:center}}@media screen and (max-width:425px){.profile__profile-name{font-size:27px;line-height:33px;max-width:189px;text-align:center}}.profile__profile-description{font-size:18px;font-weight:400;line-height:22px;margin:0;overflow:hidden;text-overflow:ellipsis;transition:all .5s ease;white-space:nowrap}@media screen and (max-width:615px){.profile__profile-description{padding:0 0 36px;text-align:center}}@media screen and (max-width:425px){.profile__profile-description{font-size:14px;line-height:17px}}.profile__edit-button{align-self:center;background-color:initial;background-image:url(/static/media/edit-icon.8667ac4a523e8fc42e59.svg);background-position:50%;background-repeat:no-repeat;background-size:10px;border:1px solid var(--white);box-sizing:border-box;height:24px;margin:0 0 6px;min-width:24px;opacity:1;padding:0;transition:opacity .15s ease,all .5s ease}.profile__edit-button:hover{cursor:pointer;opacity:.6}@media screen and (max-width:615px){.profile__edit-button{margin:18px 0 0}}@media screen and (max-width:425px){.profile__edit-button{background-size:7.5px;height:18px;margin:14px 0 0;min-width:18px}}.profile__add-button{align-self:center;background-color:initial;background-image:url(/static/media/add-icon.d86bb2edc2f6eadb96b7.svg);background-position:50%;background-repeat:no-repeat;background-size:22px;border:2px solid var(--white);border-radius:2px;box-sizing:border-box;min-height:50px;opacity:1;padding:0;transition:opacity .15s ease,all .5s ease}.profile__add-button:hover{cursor:pointer;opacity:.6}@media screen and (max-width:615px){.profile__add-button{width:100%}}@media screen and (max-width:425px){.profile__add-button{background-size:16px}}.elements{grid-column-gap:17px;grid-row-gap:20px;-webkit-column-gap:17px;column-gap:17px;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:20px;transition:all .5s ease}@media screen and (max-width:933px){.elements{padding:0 20px}}@media screen and (max-width:615px){.elements{grid-template-columns:1fr 1fr}}@media screen and (max-width:425px){.elements{grid-template-columns:1fr}}.card{background-color:var(--white);border-radius:10px;display:flex;flex-direction:column;max-width:282px;overflow:hidden;position:relative;transition:all .5s ease}@media screen and (max-width:425px){.card{max-width:100%}}.card__photo-wrapper{aspect-ratio:1/1;display:flex;width:100%}.card__photo{aspect-ratio:1/1;cursor:pointer;object-fit:cover;width:100%}.card__bar{box-sizing:border-box;display:flex;justify-content:space-between;padding:0 20px 0 21px}.card__title{box-sizing:border-box;color:var(--black);font-size:24px;font-weight:900;line-height:29px;margin:0;max-width:calc(100% - 60px);overflow:hidden;padding:25px 0 0;text-overflow:ellipsis;white-space:nowrap}.card__like-wrapper{display:flex;flex-direction:column;gap:3px;justify-content:center;margin:22px 0;min-height:38px}.card__like-button{background-color:initial;background-image:url(/static/media/like.87ed371465c7a6a1cd01.svg);background-repeat:no-repeat;border:none;height:19px;opacity:1;transition:opacity .15s ease;width:22px}.card__like-button:hover{cursor:pointer;opacity:.5}.card__like-button:active,.card__like-button_active{background-image:url(/static/media/like-filled.fe17a515669479b1e649.svg);cursor:pointer;opacity:1}.card__like-counter{color:var(--black);font-size:13px;font-weight:400;line-height:16px;margin:0;opacity:1;text-align:center;transition:all .5s ease;visibility:visible}.card__like-counter_hidden{opacity:0;visibility:hidden}.card__delete-button-wrapper{align-items:center;background:radial-gradient(ellipse at center,rgba(0,0,0,.2),transparent 50%);display:flex;height:60px;justify-content:center;position:absolute;right:0;top:0;width:60px}.card__delete-button{background-color:initial;background-image:url(/static/media/delete.823b0cf1b0b7e9cb7cad.svg);background-repeat:no-repeat;border:none;height:19px;opacity:1;transition:opacity .15s ease;width:18px}.card__delete-button:hover{cursor:pointer;opacity:.6}.footer{box-sizing:border-box;flex-shrink:0;padding:66px 0 60px;width:100%}@media screen and (max-width:933px){.footer{padding:66px 20px 60px}}@media screen and (max-width:425px){.footer{padding:48px 20px 36px}}.footer__copyright{color:var(--dark-gray);font-size:18px;font-weight:400;line-height:22px;margin:0;transition:all .5s ease}@media screen and (max-width:425px){.footer__copyright{font-size:14px;line-height:17px}}.popup{align-items:center;background-color:rgba(0,0,0,.5);box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:all .15s ease;visibility:hidden;width:100%}@media screen and (max-width:615px){.popup{padding:0 20px}}.popup_opened{opacity:1;transition:all .5s ease;visibility:visible}.popup_type_image{background-color:rgba(0,0,0,.9)}.popup__container{background-color:#fff;border-radius:10px;box-sizing:border-box;max-height:600px;padding:33px 35px 36px;position:relative;transition:all .5s ease;width:430px}@media screen and (max-width:615px){.popup__container{max-width:100%}}@media screen and (max-width:425px){.popup__container{padding:25px 22px}}.popup__container_type_tooltip{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 0 25px 0 rgba(0,0,0,.15);box-sizing:border-box;display:flex;flex-direction:column;gap:32px;min-width:260px;padding:60px 36px;position:relative;transition:all .5s ease;width:430px}@media screen and (max-width:615px){.popup__container_type_tooltip{max-width:100%}}@media screen and (max-width:425px){.popup__container_type_tooltip{gap:40px;padding:50px 18px}}.popup__container_type_image{background:none;display:flex;flex-direction:column;gap:10px;max-height:100%;padding:0;position:relative;width:auto}.popup__title{box-sizing:border-box;color:#000;font-size:24px;font-weight:900;line-height:29px;margin:0;padding-bottom:24px;transition:all .5s ease}@media screen and (max-width:425px){.popup__title{font-size:18px;line-height:22px;padding-bottom:75px}}.popup__input{border:none;border-bottom:1px solid rgba(0,0,0,.2);box-sizing:border-box;font-size:14px;font-weight:400;line-height:17px;outline:none;padding-bottom:10px;transition:border-bottom .5s ease;width:100%}.popup__input:first-of-type{padding-top:24px}.popup__input_invalid{border-bottom:1px solid red}.popup__input-error{border:none;color:red;display:inline-block;font-size:12px;line-height:15px;min-height:35px;opacity:0;padding-top:5px;transition:all .5s ease;visibility:hidden;width:100%}.popup__input-error_visible{opacity:1;visibility:visible}.popup__submit-button{background-color:#000;border:none;border-radius:2px;box-sizing:border-box;color:#fff;font-size:18px;font-weight:400;line-height:22px;margin:8px 0 0;min-height:50px;opacity:1;padding:0;text-align:center;transition:background-color .15s ease,all .5s ease;width:100%}.popup__submit-button:hover{background-color:rgba(0,0,0,.8);cursor:pointer}@media screen and (max-width:425px){.popup__submit-button{font-size:14px;line-height:17px;padding:14px 0}}.popup__submit-button_disabled,.popup__submit-button_disabled:hover{background-color:#fff;border:1px solid #000;color:#000;opacity:.2}.popup__submit-button_disabled:hover{cursor:default}.popup__close-button{background-color:initial;background-image:url(/static/media/close-icon.2ceb783afbab75916ddc.svg);background-position:50%;background-repeat:no-repeat;background-size:32px;border:none;box-sizing:border-box;min-height:32px;min-width:32px;opacity:1;position:absolute;right:-40px;top:-40px;transition:opacity .15s ease,all .5s ease}.popup__close-button:hover{cursor:pointer;opacity:.6}@media screen and (max-width:615px){.popup__close-button{background-size:20px;min-height:20px;min-width:20px;right:0;top:-36px}}.popup__photo{max-height:75vh;max-width:75vw}.popup__photo-title{color:var(--white);font-size:12px;font-weight:400;line-height:15px;margin:0;transition:all .5s ease}.tooltip__status-icon{height:120px;width:120px}.tooltip__title{box-sizing:border-box;color:#000;font-size:24px;font-weight:900;line-height:normal;margin:0;text-align:center;transition:all .5s ease}@media screen and (max-width:425px){.tooltip__title{font-size:20px}}
/*# sourceMappingURL=main.fcc15b30.css.map*/