/*! 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(/react-mesto-auth/static/media/Inter-Regular.c8ba52b05a9ef10f4758.woff2) format("woff2"),url(/react-mesto-auth/static/media/Inter-Regular.8c206db99195777c6769.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/react-mesto-auth/static/media/Inter-Medium.293fd13dbca5a3e450ef.woff2) format("woff2"),url(/react-mesto-auth/static/media/Inter-Medium.9053572c46aeb4b16caa.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/react-mesto-auth/static/media/Inter-Black.15ca31c0a2a68f76d2d1.woff2) format("woff2"),url(/react-mesto-auth/static/media/Inter-Black.c6938660eec019fefd68.woff) format("woff")}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:Inter,Arial,Helvetica,sans-serif}.App__container{display:flex;flex-direction:column;margin:0 auto;max-width:880px;min-height:100vh}.content{flex:1 1}.popup{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s linear,visibility .3s linear;visibility:hidden;z-index:1}.popup.popup_opened{opacity:1;visibility:visible}.popup__container{background-color:#fff;border-radius:10px;box-shadow:0 0 25px rgba(0,0,0,.15);max-width:430px;min-width:282px;position:relative;width:88.125%}.popup__button-close{background-color:initial;background-image:url(/react-mesto-auth/static/media/Close-Icon.039f1f5203f653b4bacd.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;cursor:pointer;height:32px;padding:0;position:absolute;right:-40px;top:-40px;transition:right .5s linear,opacity .2s linear;width:32px}.popup__button-close:hover{opacity:.6}@media screen and (max-width:600px){.popup__button-close{height:20px;right:0;top:-36px;width:20px}}.signing{align-items:center;color:#fff;display:flex;flex:1 1;flex-direction:column;margin:0}.signing__link{color:#fff;font-size:14px;font-weight:400;text-decoration:none}.signing__link:hover{opacity:.6}.info-tool{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:358px}.info-tool__icon{background-position:50%;background-repeat:no-repeat;height:120px;margin:60px 0 32px;width:120px}.info-tool__icon_type_error{background-image:url(/react-mesto-auth/static/media/error.d4ce2a261b68c6da973d.svg)}.info-tool__icon_type_success{background-image:url(/react-mesto-auth/static/media/success.a9eb6caf1da3ff48b215.svg)}.info-tool__message{color:#000;font-size:24px;font-style:normal;font-weight:900;line-height:29px;margin:0 0 60px;text-align:center}.form{margin:0 auto;max-width:358px;width:100%}@media screen and (max-width:950px){.form{width:84.39716%}}.form__title{font-size:24px;font-style:normal;font-weight:900;line-height:29px;margin:34px 0 45px}@media screen and (max-width:600px){.form__title{font-size:18px;line-height:22px;margin:25px 0 75px}}.form__title_centred{margin-top:20px;text-align:center}.form__title_type_confirm{margin-bottom:38px}.form__input-container{border:none;margin:0 0 13px;padding:0}@media screen and (max-width:600px){.form__input-container{margin-bottom:30px}}.form__input{background-color:initial;border:none;border-bottom:1px solid rgba(0,0,0,.2);box-sizing:border-box;font-family:inherit;font-size:14px;font-style:normal;font-weight:400;height:27px;line-height:17px;margin:0 0 5px;padding:0;width:100%}.form__input:focus{outline:none}.form__input_bright{border-bottom:2px solid #ccc;color:#fff;margin-bottom:30px;padding:0 0 13px}.form__input_type_error{border-color:red}.form__input-error{color:red;display:block;font-size:12px;font-style:normal;font-weight:400;line-height:15px;margin:0;min-height:30px;opacity:1;padding:0}.form__error_visible{opacity:1}.form__button{background-color:#000;border:none;border-radius:2px;color:#fff;cursor:pointer;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));font-size:18px;font-style:normal;font-weight:400;height:50px;line-height:22px;margin:0 0 37px;padding:0;text-align:center;transition:opacity .2s linear;width:100%}.form__button:hover{opacity:.8}@media screen and (max-width:600px){.form__button{font-size:14px;height:46px;line-height:17px;margin-bottom:25px}}.form__button_bright{background-color:#fff;color:#000;margin:216px 0 0}.form__button_disabled{background-color:#fff;border:1px solid #000;color:#000;opacity:.2;pointer-events:none}.header{align-items:center;border-bottom:1px solid rgba(84,84,84,.7);display:flex;justify-content:space-between;margin-bottom:40px;width:100%}.header__link{color:#fff;margin-left:24px;text-decoration:none}.header__link:hover{opacity:.6}.header__menu{color:#fff;font-size:18px;font-weight:500;text-decoration:none}.header__logo{background-image:url(/react-mesto-auth/static/media/logo.9acae8482e5b5b17160c.svg);background-repeat:no-repeat;background-size:contain;height:33px;margin:45px 0 41px;width:142px}@media screen and (max-width:950px){.header__logo{height:24.4px;margin:28px 27px 31.6px;width:103.74px}}.profile{display:flex;justify-content:space-between;margin:0 auto 50px;min-width:282px}@media screen and (max-width:950px){.profile{align-items:center;flex-direction:column;margin-bottom:36px;width:88.125%}}.profile__info-container{display:flex;position:relative}@media screen and (max-width:700px){.profile__info-container{align-items:center;flex-direction:column}}.profile__avatar{border-radius:50%;height:120px;margin-right:30px;overflow:hidden;position:relative;width:120px}@media screen and (max-width:700px){.profile__avatar{margin:0 0 30px}}.profile__avatar-hover,.profile__avatar-img{height:100%;object-fit:cover;width:100%}.profile__avatar-hover{background-color:rgba(0,0,0,.8);background-image:url(/react-mesto-auth/static/media/pen-over-avatar.ae1a976ddb506239e9f0.svg);background-position:50%;background-repeat:no-repeat;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;visibility:hidden}.profile__avatar:hover .profile__avatar-hover{opacity:1;visibility:visible}.profile__info{align-self:center;margin-right:18px}@media screen and (max-width:700px){.profile__info{margin-right:0}}.profile__name{color:#fff;font-size:42px;font-style:normal;font-weight:500;line-height:1.14;margin:0 0 8px;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:700px){.profile__name{font-size:27px;line-height:1;max-width:227px;text-align:center}}.profile__subname{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:1.22;margin:0;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:700px){.profile__subname{font-size:14px;margin-bottom:33px;max-width:227px;text-align:center}}.profile__button{background-color:inherit;box-sizing:border-box;cursor:pointer;margin:0;padding:0}.profile__button_type_add{align-self:center;background-image:url(/react-mesto-auth/static/media/cross.bed8c136e13907f5eefb.svg);background-position:50%;background-repeat:no-repeat;background-size:22px;border:2px solid #fff;border-radius:2px;height:50px;max-width:150px;transition:max-width .5s linear,opacity .2s linear;width:100%}.profile__button_type_add:hover{opacity:.6}@media screen and (max-width:950px){.profile__button_type_add{max-width:250px}}@media screen and (max-width:700px){.profile__button_type_add{background-size:16px;max-width:100%}}.profile__button_type_edit{background-image:url(/react-mesto-auth/static/media/pen-button.6c7bf05444b9793fdf6e.svg);background-position:50%;background-repeat:no-repeat;background-size:42%;border:1px solid #fff;height:24px;margin-top:32px;transition:opacity .2s linear;width:24px}.profile__button_type_edit:hover{opacity:.6}@media screen and (max-width:700px){.profile__button_type_edit{bottom:66px;height:18px;margin:0;position:absolute;right:-28px;width:18px}}.cards{margin:0 auto 67px;min-width:282px}@media screen and (max-width:950px){.cards{margin-bottom:48px;width:88.125%}}.cards__list{grid-gap:20px 17px;display:grid;gap:20px 17px;grid-template-columns:repeat(auto-fill,minmax(282px,1fr));list-style:none;margin:0;padding:0}.cards__item{border-radius:10px;margin:0;overflow:hidden;padding:0;position:relative}.cards__picture{aspect-ratio:1/1;cursor:pointer;display:block;height:100%;object-fit:cover;pointer-events:all;width:100%}.cards__picture[alt]{color:#fff}.cards__capture{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;justify-content:space-between;padding:20px;width:100%}.cards__title{color:#000;font-size:24px;font-style:normal;font-weight:900;line-height:29px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.cards__like{align-items:center;display:flex;flex-direction:column}.cards__like-counter{color:#000;font-size:13px;font-weight:400;line-height:16px;margin:3px 0 0}.cards__like-icon{background-color:inherit;background-image:url(/react-mesto-auth/static/media/like-icon_disabled.1ad06e85f169668a1f36.svg);background-repeat:no-repeat;background-size:cover;border:none;cursor:pointer;height:19px;margin:0;padding:0;transition:opacity .2s linear;width:22px}.cards__like-icon:hover{opacity:.5}.cards__like-icon_active{background-image:url(/react-mesto-auth/static/media/like-icon_active.35948469632d0421d697.svg);background-repeat:no-repeat;background-size:cover;border:none;height:19px;transition:opacity .2s linear;width:22px}.cards__like-icon_active:hover{opacity:.5}.cards__button-delete{background-color:initial;background-image:url(/react-mesto-auth/static/media/delete-icon.ce3b64935accf9b8212e.svg);background-repeat:no-repeat;background-size:contain;border:none;cursor:pointer;display:none;height:19px;position:absolute;right:20px;top:20px;transition:opacity .2s linear;width:18px}.cards__button-delete:hover{opacity:.6}.cards__button-delete_active{display:block}.footer{margin:0 auto 60px;width:100%}@media screen and (max-width:950px){.footer{margin-bottom:36px;width:88.125%}}.footer__copyright{color:#545454;font-size:18px;font-style:normal;font-weight:400;line-height:22px;margin:0}@media screen and (max-width:950px){.footer__copyright{font-size:14px;line-height:17px}}.popup-picture{background-color:rgba(0,0,0,.9);opacity:0;transition:opacity .3s linear,visibility .3s linear;visibility:hidden}.popup-picture__container{font-size:0;position:relative}.popup-picture__picture{max-height:75vh;max-width:75vw;object-fit:contain}.popup-picture__picture[alt]{color:#fff}.popup-picture__title{bottom:-25px;color:#fff;font-size:12px;font-style:normal;font-weight:400;left:0;line-height:15px;margin:0;max-width:100%;overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap}
/*# sourceMappingURL=main.fcd48017.css.map*/