*,*:before,*:after{box-sizing:border-box}html{font-family:Inter,sans-serif;font-feature-settings:"liga" 1,"calt" 1;font-size:16px;background-color:#000;color:#fff;min-height:100vh;margin:0}@supports (font-variation-settings: normal){html{font-family:InterVariable,sans-serif}}body{margin:0;padding:0;min-height:100vh}.page__content{width:100%;max-width:1600px;margin:0 auto;padding-left:10vw;padding-right:10vw;min-height:100vh}.header{display:flex;justify-content:space-between;align-items:baseline;width:100%;max-width:880px;margin:45px auto 0;padding:0 0 31px;border-bottom:1px solid rgba(84,84,84,.7)}.header__logo{font-size:30px;font-weight:500;color:#fff}.header__sup{font-size:.6em;vertical-align:super;line-height:0}.header__link{color:#fff;text-decoration:none;font-size:18px;transition:opacity .3s}.header__email{padding-right:15px}.header__link:hover{opacity:.6}.profile{display:flex;align-items:center;max-width:880px;margin:40px auto 0;color:#fff}.profile__avatar-container{width:120px;height:120px;border-radius:50%;overflow:hidden;position:relative;cursor:pointer;margin-right:30px;flex-shrink:0}.profile__avatar{width:100%;height:100%;object-fit:cover;display:block}.profile__info{display:flex;flex-wrap:wrap;align-items:center;max-width:450px}.profile__name{margin:0 18px 0 0;font-weight:500;font-size:42px;line-height:48px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile__job{margin:8px 0 0;font-weight:400;font-size:18px;line-height:22px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile__edit-button{width:30px;height:30px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3e%3cpath%20d='M12%2020h9'%20/%3e%3cpath%20d='M16.5%203.5a2.121%202.121%200%200%201%203%203L7%2019l-4%201%201-4L16.5%203.5z'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:14px;background-color:#fff;cursor:pointer;transition:opacity .3s ease;flex-shrink:0;display:block}.profile__edit-button:hover{opacity:.6}.profile__add-button{width:150px;height:50px;border:2px solid #fff;border-radius:2px;background-color:transparent;color:#fff;font-size:24px;font-weight:300;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-left:auto;transition:opacity .3s ease;padding:0;line-height:0}.profile__edit-button:hover,.profile__add-button:hover{opacity:.6}.elements{display:grid;grid-template-columns:repeat(auto-fit,282px);grid-gap:20px;justify-content:center;max-width:880px;margin:50px auto 0;padding:0;list-style:none}.element{background-color:#fff;border-radius:10px;overflow:hidden;position:relative;color:#000}.element__image{width:100%;height:282px;object-fit:cover;display:block;cursor:pointer}.element__info{display:flex;justify-content:space-between;align-items:center;padding:25px 20px}.element__title{margin:0;font-weight:900;font-size:24px;line-height:29px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:200px}.element__like{width:22px;height:19px;border:none;background:transparent url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3e%3cpath%20d='M12%2020h9'%20/%3e%3cpath%20d='M16.5%203.5a2.121%202.121%200%200%201%203%203L7%2019l-4%201%201-4L16.5%203.5z'%20/%3e%3c/svg%3e") no-repeat center;background-size:contain;cursor:pointer}.element__trash{position:absolute;top:18px;right:15px;width:18px;height:19px;border:none;background:transparent url(../../images/trash-icon.svg) no-repeat center;cursor:pointer}.auth{max-width:430px;margin:80px auto 0;color:#fff;text-align:center;display:flex;flex-direction:column}.auth__title{font-size:24px;font-weight:900;margin-bottom:80px}.auth__form{display:flex;flex-direction:column}.auth__input{background-color:transparent;border:none;border-bottom:2px solid #cccccc;margin-bottom:50px;padding:10px 0;color:#fff;font-size:14px;outline:none}.auth__input:focus{border-bottom-color:#fff}.auth__input::placeholder{color:#ccc}.auth__button{background-color:#fff;color:#000;border:none;border-radius:2px;padding:15px;font-size:18px;font-weight:700;cursor:pointer;margin-top:150px;width:100%}.auth__link{color:#fff;text-decoration:none;font-size:14px;margin-top:15px}.footer{margin-top:10vh;margin-bottom:5vh;text-align:left;color:#545454;font-size:14px}.main.content{max-width:900px;padding:0;width:100%}.main__gallery-list{display:grid;grid-template-columns:282px 282px 282px;gap:20px 30px;width:100%;max-width:940px;margin:50px auto 0;padding:0;justify-content:center;list-style:none}.main__card{width:282px;margin:0;box-sizing:border-box}.main__card{position:relative;background-color:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;overflow:hidden;transition:transform .3s ease;width:100%;height:320px;margin:0;display:flex;flex-direction:column}.main__card:hover{transform:translateY(-5px)}@keyframes flyAway{0%{opacity:1;transform:translate(0) rotate(0)}to{opacity:0;transform:translate(100vw,-100vh) rotate(720deg)}}.card_fly-away{animation:flyAway .7s ease forwards}.main__image{width:100%;height:260px;object-fit:cover}.popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.popup_opened{opacity:1;pointer-events:all}.popup__content{position:relative;max-width:90vw;max-height:90vh}.popup__image{display:block;max-width:100%;max-height:100%;border-radius:8px}.popup__close{position:absolute;top:8px;right:8px;background:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:18px;font-weight:700;color:#333;cursor:pointer;z-index:1;box-shadow:0 0 4px #0000004d;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.popup__close-button_outside{position:absolute;top:40px;right:40px;font-size:2rem;color:#fff;background:transparent;border:none;cursor:pointer;z-index:1010}@media screen and (max-width:600px){.popup__close-button_outside{top:20px;right:20px}}.main__card-footer{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;flex-grow:1}.main__title{font-size:1.2rem;margin:0;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}.main__like-wrapper{display:flex;align-items:center;gap:5px}.main__like-button{background:none;border:none;cursor:pointer;padding:4px;transition:transform .2s ease;display:flex;align-items:center}.main__like-count{font-size:1.2rem;margin:0;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main__like-button:hover .main__like-icon{transform:scale(1.2);stroke:#e63946}.main__like-icon{width:20px;height:20px;fill:none;stroke:#888;transition:fill .3s ease,stroke .3s ease,transform .2s ease}.main__like-button_active .main__like-icon{fill:#e63946;stroke:#e63946}.main__delete-button{position:absolute;top:10px;right:10px;background:transparent;border:none;cursor:pointer;color:#0006;transition:color .3s ease,transform .2s ease;z-index:1;padding:4px}.main__delete-button:hover{color:#e63946e6;transform:scale(1.2)}.main__delete-icon{width:18px;height:18px}.main__gallery{border:4px solid red!important}.main__gallery-list{border:4px solid blue!important}.popup{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;justify-content:center;align-items:center;z-index:1000}.popup_opened{display:flex}.popup__container{background-color:#fff;border-radius:10px;padding:20px;width:90%;max-width:400px;box-shadow:0 0 20px #00000040;position:relative}.popup__close-button,.popup__close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:24px;cursor:pointer}.popup__title{margin:0 0 20px;font-size:20px;text-align:center;color:#000}.popup__input{display:block;width:100%;padding:10px;font-size:16px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-bottom:5px}.popup__input_type_error{border:1px solid red}.popup__error{font-size:12px;color:red;margin-top:4px;margin-bottom:10px;display:block}.popup__save-button,.popup__submit{display:block;width:100%;padding:10px;font-size:18px;background-color:#000;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.popup__save-button:hover:not(:disabled),.popup__submit:hover:not(:disabled){background-color:#333}.popup__save-button_disabled,.popup__submit:disabled{background-color:#e0e0e0;color:#888;cursor:not-allowed}.main__avatar{position:relative;display:inline-block;overflow:hidden;border-radius:50%}.main__avatar-image{display:block;width:100%;height:auto;transition:filter .3s ease;border-radius:50%}.main__avatar:hover .main__avatar-image{filter:brightness(60%)}.main__avatar-edit-button{opacity:0;transition:opacity .3s ease,transform .3s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:36px;height:36px;background:url(images/Colebemis-Feather-Edit-3-white.svg) no-repeat center center;background-size:60%;border:none;outline:none;box-shadow:none;cursor:pointer;background-color:transparent;padding:0}.main__avatar:hover .main__avatar-edit-button{opacity:1;transform:translate(-50%,-50%) scale(1.1)}@media(max-width:480px){.main__profile{display:flex;flex-direction:column;align-items:center}.main__add-button{width:60px;height:35px;font-size:20px;margin:10px auto;display:block}.main__gallery-list{grid-template-columns:1fr!important;max-width:100%!important;padding:0 10px!important;max-height:none!important;overflow-y:visible!important}.main__card{height:auto!important;margin:0 auto!important;max-width:100%!important}.main__title{max-width:75%!important}}@media(max-width:480px){.main__gallery-list{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;justify-content:center;max-height:90vh;overflow-y:auto;padding:10px 0;margin:0 auto;width:100%}.main__card{max-width:300px;height:300px;width:100%}}@media(min-width:481px)and (max-width:1023px){.main__gallery-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;justify-content:center;max-height:90vh;overflow-y:auto;padding:10px 0;margin:0 auto;width:100%}.main__card{max-width:300px;height:300px;width:100%}}@media(min-width:1024px){.main__gallery-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-content:center;max-height:90vh;overflow-y:auto;padding:10px 0;margin:0 auto;width:100%;max-width:1100px}.main__card{max-width:300px;height:300px;width:100%}}
