/*! 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;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Inter-Regular-B0QUfDW0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBold-_JLwM7Yv.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/Inter-Black-COIgjx2i.woff2) format("woff2")}.auth{max-width:358px;margin:80px auto;text-align:center}.auth__title{font-size:24px;font-weight:900;margin-bottom:50px}.auth__input{width:100%;background:transparent;border:none;border-bottom:2px solid #444;color:#fff;padding:12px 0;margin-bottom:30px;transition:border-color .3s ease}.auth__input:focus{outline:none;border-bottom-color:#fff}.auth__button{width:100%;background:#fff;color:#000;border:none;border-radius:2px;padding:14px;font-weight:700;font-size:18px;margin:180px 0 15px;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.auth__button:hover{transform:translateY(-2px);opacity:.9}.auth__link{font-size:14px;color:#fff}.auth__link a{color:#fff;text-decoration:none;font-weight:700;margin-left:5px}.auth__link a:hover{text-decoration:underline}.page{background-color:#000;min-height:100vh;display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;color:#fff}.header{display:flex;flex-direction:column;margin:45px auto 0;position:relative}.header__nav{display:flex;align-items:center;gap:24px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.header__link{color:#fff;text-decoration:none;font-family:Inter,Arial,sans-serif;font-weight:500;font-size:18px;line-height:22px;transition:opacity .3s ease,border-bottom .3s ease;padding-bottom:2px;border-bottom:2px solid transparent}.header__link:hover{opacity:.7;border-bottom:2px solid #FFFFFF}.header__link_active{font-weight:700}.header__image{max-width:173px;width:100%;margin-top:45px}.header__image-line{max-width:880px;width:100%;margin-top:41px}@media screen and (max-width: 768px){.header__image{max-width:173px;width:100%;margin-top:0;margin-left:27px}.header__nav{gap:15px;font-size:14px}}@media screen and (max-width: 320px){.header{margin-top:28px;max-width:320px;width:100%}.header__image{max-width:173px;width:100%;margin-top:0;margin-left:27px}.header__image-line{max-width:320px;width:100%;height:1;margin-top:32px}.header__nav{gap:15px;font-size:14px}}.profile{max-width:880px;margin:40px auto 0;display:flex;flex-direction:row;gap:30px;justify-content:space-between}.profile__content{display:flex;flex-direction:row;justify-content:space-between;gap:30px}.profile__avatar-container{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;display:inline-block}.profile__avatar{width:100%;height:100%;display:block;border-radius:50%;background-size:cover}.profile__avatar-button{width:100%;height:100%;position:absolute;bottom:0;right:0;background-color:#000000b3;border:none;padding:5px;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .3s ease-in-out;display:flex;align-items:center;justify-content:center}.profile__avatar-edit{width:30px;height:30px}.profile__avatar-container:hover .profile__avatar-button{opacity:1}.profile__info{max-width:500px;display:flex;flex-direction:column;margin-top:16px}.profile__header{display:flex;flex-direction:row;gap:18px;width:100%}.profile__header-title{padding:0;margin:0;font-family:Inter;font-style:normal;font-weight:600;font-size:42px;line-height:48px;color:#fff;overflow:hidden;text-overflow:ellipsis}.profile__header-button{width:12px;height:22px;background:url(./images/Edit\ Button.png);background-size:cover;box-sizing:content-box;border:none;margin-top:15px}.profile__header-button:hover{cursor:pointer}.profile__description{padding:0;margin-top:16px;margin-bottom:0;font-family:Inter;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#fff;overflow:hidden;text-overflow:ellipsis}.profile__button{display:flex;margin-top:18px}.profile__button-add{width:150px;height:50px;background-color:#000;color:#fff;border:1px solid #fff;font-size:30px;line-height:center;text-align:center}.profile__button-add:hover{cursor:pointer}@media screen and (max-width: 768px){.profile{max-width:282px;display:flex;flex-direction:column;align-items:center}.profile__avatar{margin:0 auto}.profile__content{display:flex;flex-direction:column;margin:0 auto;align-items:center}.profile__info{display:flex;flex-direction:column}.profile__header{display:flex;flex-direction:column;align-items:center}.profile__header-title,.profile__description{text-align:center}.profile__header-button{max-width:8px;height:18px;margin-top:5px}.profile__button{justify-content:center}}@media screen and (max-width: 320px){.profile{max-width:282px;display:flex;flex-direction:column;align-items:center}.profile__avatar-container{margin:0 auto;display:block}.profile__avatar{margin:0 auto}.profile__content{display:flex;flex-direction:column;margin:0 auto;gap:20px}.profile__info{display:flex;flex-direction:column}.profile__header{flex-direction:row;justify-content:center;align-items:center;gap:10px}.profile__header-title{font-family:Inter;font-style:normal;font-weight:600;font-size:22px;line-height:27px;text-align:center;color:#fff}.profile_explored{font-family:Inter;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-align:center;color:#fff}.profile__header-button{max-width:8px;height:18px;margin-top:5px}.profile__button{justify-content:center}}.elements__grid{margin-top:50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(282px,1fr));grid-gap:20px;max-width:880px;width:100%}.elements__group{background-color:#fff;border-radius:10px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.elements__group:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffffff1a}.elements__photo{width:100%;height:282px;object-fit:cover;cursor:pointer;transition:transform .4s ease}.elements__group:hover .elements__photo{transform:scale(1.05)}.elements__footer{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#fff}.elements__footer-name{font-weight:900;font-size:24px;color:#000;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button__like{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAATCAYAAAB/TkaLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADwSURBVHgBrZSNDYIwFIRPJ+gIHYENxBGcAEZwAx2BDcBJcAPcwBF0A3wt14CkUChccoG0168v/QN6aXEhfotbfku2w5P7TOUO/Cbimv8P8Zehk1iJz+KXOCPQlzO6MGcbzWwNAeOqGlaVs7I6kLN9FaEafikOaCcmHoIN9A4GS8xLcXIVyLk9sRXk2Ee54R3RLXaogqXShmd23+36GdtlWPZEpeiW4IptumG0lBUbMsQp4/hi3FFFgh2wmgq4A5xgJ6CRWgFO0V+IoJaAE/bP3bBV4Cigk0Z35YbvwiagD5x6JomWxv/DrbGTtPiJhcAfcRZPtTxdi0oAAAAASUVORK5CYII=) center no-repeat;width:22px;height:19px;border:none;background-size:contain;cursor:pointer;transition:transform .2s cubic-bezier(.17,.89,.32,1.49)}.button__like:hover{transform:scale(1.2)}.button__like_active{background:url(/assets/heartblack-uSveUHpl.jpg) center no-repeat;background-size:contain;animation:likeBeat .3s ease}@keyframes likeBeat{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.footer{display:flex;max-width:100%;font-family:Inter;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#545454;margin:67px auto 60px}.popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;visibility:hidden;opacity:0;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.popup_opened{visibility:visible;opacity:1}.popup__container{position:relative;max-width:430px;width:90%;background:#fff;box-shadow:0 0 25px #00000026;border-radius:10px;padding:36px;box-sizing:border-box;text-align:center}.popup__close{position:absolute;top:-40px;right:-20px;border:none;background-color:transparent;background-size:20px 20px;background-repeat:no-repeat;background-position:center;z-index:2;color:#fff;font-size:40px;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;padding:40px 0}.popup__close-auth{position:absolute;top:-40px;right:-40px;border:none;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABfCAYAAACOTBv1AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK7SURBVHgB7ZrbbeMwFETprSAluJWtxOx0S6E6mZUTMzGiFyU+7r3kHEDJT0DMnAnsRLJziQD4cKQ9s/jHfIX5ujuyy9PRy9XD5fISH+EAO7yJj1wf4Jd4DrDDivjrA2yI5wAr7Ig/P8CBeA7wRoL49AESxXMAd0r88QAnxQ89wAXx2wNcFD/kABnilwNkio8EDDAA8sVHHvHAgDIEdDwAyon/dFXlUHQ4QFVH4ACbNHEDDrCgqRNwgG9EXIADyDrAwAOo6K4iRGNUdVYVpjIqu6oMVRjVHVWHy8RENxMhe+5kKmyPXUyG7qmD5fCWs5suYTFzF2UsZU3GQikLGS+juZzmbMXQWFJjpmpoKqspSzM0lNaQQQzJ8hhZfERCAij+h5YyQPFLWkgBxW9TUw4o/pgakmBY/M015lXu33zdXT7T6/vd5TPN19/b7Ta5RjSX/6TwACWYXGPxT0TkP1E0wOQExItT+PX6CgE9vrmmIjhAGFp8RGCAQPFvNBwgUPwKDQYIFL9DxQECxSdQYYCgUfwfR0gEfNmRAXzDlQH8U1MG8J8sGcDbCzJg8BtrvKUseEuZD1O+mNwID1PAx4gygA/QZagpCRxgmxZywAGWtJQCDvCDhAxwAH5EXAwN5TVkaI6m0pqyVEdjWY2ZiqO5pOZs2VgoZyHjaSyVspS1yzIWM3dVwnL2Ln57THYwGbqHLqbC9tTJRMiLqO6mOlwhVHZUGaoSqrqqCtMIFZ1VhBBCtDsGFh8RcQCK/6apC1D8giZOQPGbVHUDij+kiqP5ywcoPgkUHiAe6pFPQMfiIyg3gH8/NGeAgAHER5A/gF879MoAYSTxkYwB/N6hZwYII4qPXBjApxyaMkAYWXzkxAD+zKGe4tNIGMC7s2wMECh+yc4A3l3l1wAUv8PKAN7l8hqA4hN4G8Af/ex/gpV2aC6I030AAAAASUVORK5CYII=);background-size:20px 20px;background-repeat:no-repeat;background-position:center;z-index:2;color:#fff;font-size:40px;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;padding:40px 0}.popup__close:hover{opacity:.6}.popup__icon{display:flex;justify-content:center;align-items:center;margin:0 auto 32px;width:120px;height:120px}.popup__message{font-weight:900;font-family:Arial,Helvetica,sans-serif;font-size:24px;line-height:29px;text-align:center;color:#000;max-width:358px;margin:0 auto}.popup__title{margin:0 0 48px;font-family:Inter,Arial,sans-serif;font-weight:900;font-size:24px;line-height:29px;color:#000;text-align:left}.popup__input{width:100%;border:none;border-bottom:1px solid rgba(0,0,0,.2);font-family:Inter,Arial,sans-serif;font-size:14px;line-height:17px;color:#000;box-sizing:border-box;padding:12px 0}.popup__input::placeholder{font-family:Inter,Arial,Helvetica,sans-serif;color:#c4c4c4}.popup__close-button{position:absolute;top:140px;left:475px;border:none;background-color:transparent;background-size:20px 20px;background-repeat:no-repeat;background-position:center;z-index:2;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:right;transition:opacity .3s ease;padding:40px 0}.popup__field{margin-bottom:48px;text-align:left}.popup__submit-button{width:100%;margin-top:48px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;padding:14px;border:none;border-radius:8px;background-color:#000;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:500}.popup__submit-button:hover{opacity:.85;transform:translateY(-1px)}.popup__submit-button:active{transform:translateY(0)}.popup__button-confirm{width:100%;padding:14px 36px;border:none;border-radius:8px;background-color:#000;color:#fff;font-family:Inter,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;cursor:pointer;transition:all .3s ease;font-weight:500}.popup__button-confirm:hover{opacity:.85;transform:translateY(-1px)}.popup__button-confirm:active{transform:translateY(0)}.popup__modal-content{width:60%}.popup__modal-description{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px}@media screen and (max-width: 480px){.popup__container{max-width:282px;padding:25px 22px}.popup__close{top:-50px;right:0}.popup__message{font-size:20px;line-height:24px}.popup__icon svg{width:100px;height:100px}}
