/*! 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;-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: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}[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: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}[hidden],template{display:none}
@font-face{src:url(./src/vendor/Inter-Regular.woff2) format("woff2"),url(./src/vendor/Inter-Regular.woff) format("woff");font-family:Inter;font-weight:400}@font-face{src:url(./src/vendor/Inter-Medium.woff2) format("woff2"),url(./src/vendor/Inter-Medium.woff) format("woff");font-family:Inter;font-weight:500}@font-face{src:url(./src/vendor/Inter-Black.woff2) format("woff2"),url(./src/vendor/Inter-Black.woff) format("woff");font-family:Inter;font-weight:900}
.body{max-width:882px;background:#000;margin:0 auto;font-family:Inter,Arial,sans-serif;padding:45px 19px 60px}@media screen and (max-width:750px){.body{padding:28px 0 36px}}@media screen and (max-width:619px){.body{padding-bottom:36px}}
.header__logo{width:142px;height:33px}@media screen and (max-width:750px){.header__logo{width:103px;height:24px}}
.header{padding-bottom:36px;border-bottom:1px solid rgba(84,84,84,.7);margin-bottom:40px;box-sizing:border-box}@media screen and (max-width:750px){.header{padding:0 0 27px 27px;margin-bottom:42px}}
.content{padding:0}@media screen and (max-width:750px){.content{padding:0 19px}}
.profile__avatar{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;position:relative}
.profile__info{margin:0 17px 0 30px;flex-grow:1}@media screen and (max-width:750px){.profile__info{margin:0 auto}}
.profile__title-row{display:flex;align-items:baseline}
.profile__name{font-weight:500;font-size:42px;line-height:56px;margin:0;padding-right:17px}@media screen and (max-width:619px){.profile__name{font-size:27px;padding-top:14px;padding-right:0}}
.profile__profession{font-size:18px;line-height:22px;margin:0}@media screen and (max-width:750px){.profile__profession{text-align:center;margin:0 0 36px}}@media screen and (max-width:619px){.profile__profession{font-size:14px;line-height:10px}}
.profile__button-edit{background:url(./src/imagep/Edit.svg);background-repeat:no-repeat;background-position:50%;border:1px solid #fff;width:24px;height:24px;cursor:pointer;border-radius:0;outline:none;transition-duration:.8s;transition-property:opacity}.profile__button-edit:hover{opacity:.6}@media screen and (max-width:750px){.profile__button-edit{width:18px;height:18px;margin-left:10px}}
.profile__button-add{background-image:url(./src/imagep/plus.svg);height:50px;width:150px;background-repeat:no-repeat;background-position:50%;background-color:#000;border:2px solid #fff;border-radius:2px;cursor:pointer;outline:none;transition-duration:.8s;transition-property:opacity}.profile__button-add:hover{opacity:.6}@media screen and (max-width:750px){.profile__button-add{width:282px;background-size:16px}}
.profile__img{position:relative}
.profile__overlay{height:122px;width:122px;border-radius:50%;position:absolute;z-index:1;background:url(./src/imagep/AvatarEdit.svg) no-repeat 50% 50%;top:-1px;left:-1px;opacity:0;cursor:pointer;transition:opacity .3s;background-color:rgba(0,0,0,.8)}.profile__overlay:hover{opacity:1}
.profile{position:relative;display:flex;align-items:center;color:#fff;justify-content:space-between}@media screen and (max-width:750px){.profile{flex-direction:column;justify-content:center}}
.elements__list{margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(282px,282px));grid-gap:21px 18px;justify-content:center}
.elements{padding:51px 0 66px;margin:0}@media screen and (max-width:619px){.elements{padding:36px 0 48px}}
.element__image{-o-object-fit:cover;object-fit:cover;width:282px;height:282px;border-radius:10px 10px 0 0;cursor:pointer}
.element__info{display:flex;justify-content:space-between;align-items:center;padding:25px 22px}
.element__like{background-image:url(./src/imagep/like.svg);background-repeat:no-repeat;border:none;box-sizing:border-box;background-color:transparent;background-position:50%;cursor:pointer;outline:none;transition-duration:.8s;transition-property:opacity;width:21px;height:19px}.element__like:hover{opacity:.6}
.elememt__like_active{background-image:url(./src/imagep/like_active.svg)}
.element__title{margin:0;font-weight:900;font-size:24px;line-height:29px;max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.element__delete{background-image:url(./src/imagep/DeleteIcon.svg);position:absolute;right:15px;top:18px;height:19px;width:18px;background-repeat:no-repeat;border:none;box-sizing:border-box;background-color:transparent;background-position:50%;cursor:pointer;outline:none;transition-duration:.8s;transition-property:opacity}.element__delete:hover{opacity:.6}
.element__delete_hide{visibility:hidden}
.element{position:relative;border-radius:10px;background-color:#fff;display:flex;flex-direction:column;width:100%;list-style:none}
.footer__copyright{margin:0}
.footer{font-size:18px;line-height:22px;color:#545454}@media screen and (max-width:619px){.footer{padding-left:19px;font-size:14px;line-height:17px}}
.popup__button-save{max-width:358px;width:100%;height:50.15px;background-color:#000;border-radius:2px;border:none;color:#fff;font-size:18px;line-height:22px;text-align:center;cursor:pointer;transition-duration:.8s;transition-property:background-color;margin-top:48px}.popup__button-save:hover{background-color:rgba(0,0,0,.8)}
.popup__button-save_disabled{opacity:.2;border:1px solid #000;color:#000;background-color:#fff}.popup__button-save_disabled:hover{background-color:#fff}
.popup__button-close{width:55px;height:55px;position:absolute;top:-44px;right:-44px;cursor:pointer;background-image:url(./src/imagep/CloseIcon.svg);background-color:transparent;background-position:50%;background-size:contain;outline:none;border:none;z-index:1}
.popup__container{max-width:430px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;background:#fff;box-shadow:0 0 25px rgba(0,0,0,.15);border-radius:10px;padding:34px 36px 36px;position:relative;margin:0 30px}
.popup__input{border:none;border-bottom:1px solid rgba(0,0,0,.2);font-size:14px;line-height:17px;padding:5px 0;margin-top:54px;width:100%}.popup__input:focus{border:1px solid #5d8ffb;outline:none;border-radius:5px;box-shadow:0 0 5px 0 #5d8ffb}
.popup__input_compl{margin-top:30px}
.popup__title{font-weight:900;font-size:24px;line-height:29px;margin:0}
.popup__image{max-height:75vh;max-width:75vw}
.popup__content{position:relative;display:flex;flex-direction:column}
.popup__button-close_for_img{position:absolute;top:-50px;right:-50px}
.popup__caption{margin:0;font-size:12px;line-height:15px;color:#fff;padding-top:10px}
.popup__input_type_error{border-bottom-color:red}
.popup__input-error_active{color:red;font-size:12px;line-height:15px;position:absolute}
.popup{background-color:rgba(0,0,0,.5);display:flex;height:100vh;width:100vw;position:fixed;top:0;left:0;align-items:center;justify-content:center;z-index:1;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s linear}
.popup_opened{visibility:visible;opacity:1}
.element__likes-container{display:flex;flex-direction:column;align-items:center}.element__likes{margin:3px 0 0}
