/*! 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{outline:none}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{font-family:Inter;src:url(./vendor/Inter-Regular-slnt=0.ttf);font-weight:400}@font-face{font-family:Inter;src:url(./vendor/Inter-Bold-slnt=0.ttf);font-weight:700}@font-face{font-family:Inter;src:url(./vendor/Inter-Black-slnt=0.ttf);font-weight:900}
.page__container{max-width:882px;margin:0 auto}@media only screen and (max-width:882px){.page__container{margin:0 19px}}
.page{margin:0 auto;background-color:#000;max-width:1200px;font-family:Inter;font-style:normal;font-weight:400}
.header{min-height:74px;margin-top:45px;border-bottom:1px solid #545454}
.logo{background-image:url(./images/logo.svg);width:142px;height:33px;background-size:cover}@media only screen and (max-width:880px){.logo{margin-left:8px}}
.profile__avatar{height:120px;width:120px;border-radius:50%;background-image:url(./images/kusto.jpg);background-size:cover;cursor:pointer;box-shadow:none}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.2}}@keyframes transparency{0%{opacity:1}to{opacity:.2}}.profile__button:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}
.profile__info{padding-left:30px}@media only screen and (max-width:516px){.profile__info{margin-top:14px;padding:0}}
.profile__name{max-width:310px;margin:0;color:#fff;font-weight:500;font-size:42px;line-height:1.33;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}@media only screen and (max-width:490px){.profile__name{width:190px;font-size:27px;line-height:2.07;text-align:center}}
.profile__about{max-width:310px;margin:0;color:#fff;font-weight:400;font-size:18px;line-height:1.22;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media only screen and (max-width:490px){.profile__about{width:190px;text-align:center;font-size:14px;line-height:1.21}}
.profile__edit{display:flex}
.profile__button{padding:0;width:24px;height:24px;margin-left:17px;background-image:url(./images/edit_profile.svg);background-color:#000;background-repeat:no-repeat;background-size:10px;background-position:50%;border:1px solid #fff;align-self:center;cursor:pointer;box-shadow:none}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.7}}@keyframes transparency{0%{opacity:1}to{opacity:.7}}.profile__button:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}
.profile__addPicture{width:150px;height:50px;border:2px solid #fff;background-color:#000;background-image:url(./images/add_button.svg);background-repeat:no-repeat;background-size:22px;background-position:50%;margin-left:auto;cursor:pointer;box-shadow:none}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.7}}@keyframes transparency{0%{opacity:1}to{opacity:.7}}.profile__addPicture:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}@media only screen and (max-width:682px){.profile__addPicture{margin:36px auto 0;width:100%}}
.profile{margin-top:40px;display:flex;flex-wrap:wrap;align-items:center}@media only screen and (max-width:660px){.profile{justify-content:center}}
.profile__image{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%;background-size:cover}
.profile__containerImage{height:120px;width:120px;border-radius:50%;position:relative;margin:0}.profile__containerImage:after{content:url(./images/edit_profile.svg);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.profile__containerImage:hover{cursor:pointer}@-webkit-keyframes opacityEdit{0%{opacity:0}to{opacity:1}}@keyframes opacityEdit{0%{opacity:0}to{opacity:1}}.profile__containerImage:hover:after{-webkit-animation:opacityEdit 1s linear 1 forwards;animation:opacityEdit 1s linear 1 forwards}@-webkit-keyframes opacityAvatar{0%{opacity:1}to{opacity:.2}}@keyframes opacityAvatar{0%{opacity:1}to{opacity:.2}}.profile__containerImage:hover .profile__image{-webkit-animation:opacityAvatar 1s linear 1 forwards;animation:opacityAvatar 1s linear 1 forwards}
.card__picture{display:block;width:282px;height:282px;border-radius:10px 10px 0 0;-o-object-fit:cover;object-fit:cover;color:#fff}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.6}}@keyframes transparency{0%{opacity:1}to{opacity:.6}}.card__picture:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}
.card__description{background-color:#fff;height:79px;display:flex;justify-content:space-between;align-items:center;padding-left:21px;padding-right:15px;border-radius:0 0 10px 10px}
.card__title{max-width:220px;margin:0;font-weight:900;font-size:24px;line-height:29px;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.card__like_black{padding:0;border:none;background-image:url(./images/Like_black.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;width:21px;height:19px;cursor:pointer;box-shadow:none;background-color:#fff}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.6}}@keyframes transparency{0%{opacity:1}to{opacity:.6}}.card__like_black:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}
.card__like{padding:0;border:none;background-image:url(./images/Like.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;width:21px;height:19px;cursor:pointer;box-shadow:none;background-color:#fff}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.6}}@keyframes transparency{0%{opacity:1}to{opacity:.6}}.card__like:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}
.card__like_black{padding:0;border:none;background-image:url(./images/Like_black.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;width:21px;height:19px;cursor:pointer;box-shadow:none;background-color:#fff}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.6}}@keyframes transparency{0%{opacity:1}to{opacity:.6}}.card__like_black:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}
.card__trash{padding:0;border:none;background-image:url(./images/Trash.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;width:18px;height:19.3px;cursor:pointer;box-shadow:none;position:absolute;background-color:transparent;margin-top:18px;margin-left:249px;z-index:1}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.6}}@keyframes transparency{0%{opacity:1}to{opacity:.6}}.card__trash:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}
.card{width:282px;height:361px;background-color:#000;position:relative}
.card__likeContainer{display:flex;flex-direction:column}
.card__likeNumbers{font-style:normal;font-weight:400;font-size:13px;line-height:16px;text-align:center;color:#000}
.cards-list{padding:0;list-style-type:none;max-width:100%;margin:50px auto 0;display:grid;grid-template-columns:repeat(auto-fit,282px);grid-row-gap:21px;grid-column-gap:18px;justify-content:center}
.cardsList__empty{display:none;color:#fff}
.cardsList{padding:0;list-style-type:none;max-width:100%;margin:50px auto 0;display:grid;grid-template-columns:repeat(auto-fit,282px);grid-row-gap:21px;grid-column-gap:18px;justify-content:center}
.footer{color:#545454;margin-top:66px;padding-bottom:60px;font-weight:400;font-size:18px;line-height:1.22}@media only screen and (max-width:490px){.footer{font-size:14px;line-height:1.21;margin-top:48px;padding-bottom:36px}}
.popup__container{max-width:430px;width:100%;background:#fff;box-shadow:0 0 25px rgba(0,0,0,.15);border-radius:10px;padding:34px 36px 36px;position:relative;display:flex;flex-direction:column;box-sizing:border-box}@media only screen and (max-width:570px){.popup__container{max-width:290px}}
.popup__about{width:100%;padding:0;font-weight:400;font-size:14px;line-height:1.21;color:#000;border:0;margin-top:30px;min-height:28px;border-bottom:1px solid rgba(0,0,0,.2)}
.popup__close{padding:0;background-image:url(./images/close_button.svg);background-position:50%;background-color:transparent;position:absolute;height:45px;width:45px;right:-40px;top:-40px;border:0;cursor:pointer;box-shadow:none}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.7}}@keyframes transparency{0%{opacity:1}to{opacity:.7}}.popup__close:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}@media only screen and (max-width:570px){.popup__close{right:0}}
.popup__name{width:100%;padding:0;font-weight:400;font-size:14px;line-height:1.21;color:#000;border:0;margin-top:54px;min-height:28px;border-bottom:1px solid rgba(0,0,0,.2)}
.popup__save{width:358px;min-height:50px;background:#000;border-radius:2px;font-size:18px;line-height:1.22;text-align:center;color:#fff;margin-top:48px;cursor:pointer;box-shadow:none}@-webkit-keyframes transparency{0%{opacity:1}to{opacity:.7}}@keyframes transparency{0%{opacity:1}to{opacity:.7}}.popup__save:hover{-webkit-animation:transparency 1s linear 1 forwards;animation:transparency 1s linear 1 forwards}@media only screen and (max-width:570px){.popup__save{width:218px}}
.popup__title{font-weight:900;font-size:24px;line-height:1.2;color:#000;margin:0}
.popup_opened.popup_opened{visibility:visible;opacity:1}
.popup__nameOfPlace{width:100%;padding:0;font-weight:400;font-size:14px;line-height:1.21;color:#000;border:0;margin-top:54px;min-height:28px;border-bottom:1px solid rgba(0,0,0,.2)}
.popup__linkForPicture{width:100%;padding:0;font-weight:400;font-size:14px;line-height:1.21;color:#000;border:0;margin-top:30px;min-height:28px;border-bottom:1px solid rgba(0,0,0,.2)}
.popup{position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;background-color:rgba(0,0,0,.6);display:flex;visibility:hidden;opacity:0;transition:visibility .5s,opacity .5s linear;z-index:2}
.popup__linkForAvatar{width:100%;padding:0;font-weight:400;font-size:14px;line-height:1.21;color:#000;border:0;margin-top:30px;min-height:28px;border-bottom:1px solid rgba(0,0,0,.2)}
.popup__error_visible{font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:1.25;color:red}
.popup__save_inactive{width:358px;min-height:50px;background:#c4c4c4;border-radius:2px;font-size:18px;line-height:1.22;text-align:center;color:#000;margin-top:48px;cursor:pointer;box-shadow:none;opacity:.2}@media only screen and (max-width:570px){.popup__save_inactive{width:218px}}
.popup__input_type_error{border-bottom:1px solid red}
.popupPicture__container{max-width:865px;min-height:611px;box-shadow:0 0 25px rgba(0,0,0,.15);position:relative;display:flex;flex-direction:column;box-sizing:border-box}@media only screen and (max-width:920px){.popupPicture__container{max-width:500px}}@media only screen and (max-width:520px){.popupPicture__container{max-width:300px}}
.popupPicture__image{-o-object-fit:contain;object-fit:contain;max-width:816px;max-height:540px}
.popupPicture__title{font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:1.25;color:#fff;margin:0;padding-top:10px}
.popupPicture{background-color:rgba(0,0,0,.9)}



/*# sourceMappingURL=main.css.map*/