/*! 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;src:url(./Inter-Regular-2bfee49d.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(./Inter-Medium-a04abe31.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:url(./Inter-Black-4ad77b29.woff2) format("woff2")}.page__content{background-color:#000;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column}.page__section{width:100%;max-width:882px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin:0 auto}@media screen and (max-width: 1140px){.page__section{width:calc(100% - 40px)}}.page{background:#000}.header__logo{width:142px;height:33px;object-fit:contain;cursor:pointer;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.header__logo:hover{opacity:.6}@media screen and (max-width: 480px){.header__logo{width:104px;height:24px;margin:0 0 0 7px}}.header{min-height:120px;font-family:Inter,Arial,sans-serif;display:flex;align-items:center;flex-shrink:0}.header:before{content:"";width:100%;height:1px;opacity:.7;background:#545454;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);bottom:0}@media screen and (max-width: 480px){.header{min-height:85px}.header:before{width:calc(100% + 40px)}}.content{flex-shrink:0;flex-grow:1}.footer__copyright{font-size:18px;line-height:22px;color:#545454;margin:0}@media screen and (max-width: 568px){.footer__copyright{font-size:14px;line-height:17px}}.footer{font-family:Inter,Arial,sans-serif;flex-shrink:0;padding:30px 0 60px}@media screen and (max-width: 568px){.footer{padding-bottom:36px}}.profile__description{font-size:18px;line-height:22px;grid-area:description;margin:0}@media screen and (max-width: 568px){.profile__description{font-size:14px;line-height:17px}}@media screen and (max-width: 480px){.profile__description{width:100%}}.profile__add-button{width:150px;height:50px;background:transparent url(./add-icon-ecfe910a.svg) center no-repeat;background-size:22px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:2px solid #fff;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;margin-left:auto}.profile__add-button:hover{opacity:.6}@media screen and (max-width: 740px){.profile__add-button{width:50px;height:50px}}@media screen and (max-width: 480px){.profile__add-button{width:100%;background-size:16px}}.profile__edit-button{width:24px;height:24px;background:transparent url(./edit-icon-4d720907.svg) center no-repeat;background-size:10px 10px;border:1px solid #fff;grid-area:button;align-self:center;cursor:pointer;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;padding:0;margin:0}.profile__edit-button:hover{opacity:.6}@media screen and (max-width: 480px){.profile__edit-button{width:18px;height:18px;background-size:8px 8px}}.profile__info{display:grid;grid-template-areas:"title button" "description description";grid-template-columns:minmax(auto,295px) auto;grid-gap:9px 17px}@media screen and (max-width: 740px){.profile__info{grid-template-columns:minmax(auto,228px) auto;grid-gap:9px 5px}}@media screen and (max-width: 568px){.profile__info{grid-template-columns:minmax(auto,195px) auto}}@media screen and (max-width: 480px){.profile__info{width:100%;display:flex;flex-wrap:wrap;justify-content:center;margin:26px 0 33px}}.profile__title{font-size:42px;line-height:48px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;grid-area:title;margin:0}@media screen and (max-width: 740px){.profile__title{font-size:32px;line-height:38px}}@media screen and (max-width: 568px){.profile__title{font-size:27px;line-height:33px}}@media screen and (max-width: 480px){.profile__title{min-width:201px}}.profile__image{width:120px;height:120px;border-radius:50%;background-size:cover;background-position:center;margin:0 29px 0 0;position:relative}.profile__image:hover{cursor:pointer}.profile__image:before,.profile__image:after{content:"";position:absolute;transition:.3s;pointer-events:none}.profile__image:before{background:rgba(0,0,0,0);top:0;right:0;left:0;bottom:0}.profile__image:after{width:26px;height:26px;background-image:url(./edit-icon-4d720907.svg);background-size:contain;opacity:0;top:50%;left:50%;transform:translate(-50%,-50%)}.profile__image:hover:before{background:rgba(0,0,0,.8)}.profile__image:hover:after{opacity:1}@media screen and (max-width: 740px){.profile__image{margin:0 10px 0 0}}@media screen and (max-width: 480px){.profile__image{margin-right:0}}.profile{font-family:Inter,Arial,sans-serif;color:#fff;display:flex;align-items:center;padding:36px 0}@media screen and (max-width: 480px){.profile{padding:43px 0 20px;flex-direction:column;text-align:center}}.places__list{display:grid;grid-template-columns:repeat(auto-fit,282px);justify-content:center;grid-gap:20px 18px;list-style-type:none;margin:0;padding:0}.places{font-family:Inter,Arial,sans-serif;padding:15px 0 36px}@media screen and (max-width: 568px){.places{padding:15px 0 18px}}.card__description{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:25px 20px}.card__image{display:block;height:282px;object-fit:cover;object-position:center;width:100%}.card__image:hover{cursor:pointer}.card__like-button{width:21px;height:18px;background:transparent url(./like-inactive-fd42c71f.svg) no-repeat;background-size:21px 18px;border:none;cursor:pointer;padding:0;margin:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.card__like-button:hover{opacity:.6}.card__like-count{font-size:13px;line-height:16px;text-align:center;margin:0}.card__like-button_is-active{background-image:url(./like-active-732acde3.svg)}.card__control{display:flex;justify-content:flex-start;gap:8px;position:absolute;top:18px;inset-inline:15px;width:calc(100% - 30px)}.card__control-button{width:18px;height:18px;background-size:18px 18px;background-repeat:no-repeat;background-position:center;background-color:transparent;border:none;cursor:pointer;padding:0;margin:0;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.card__control-button:hover{opacity:.6}.card__control-button_type_delete{background-image:url(./delete-icon-e7f9df3e.svg);margin-left:auto}.card__control-button_type_info{background-image:url(./information-icon-c79830e9.svg)}.card__title{max-width:220px;font-size:24px;line-height:29px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0}.card{font-family:Inter,Arial,sans-serif;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:relative;overflow:hidden}.popup__content{max-width:430px;width:100%;min-height:100px;background-color:#fff;border-radius:10px;position:relative;box-sizing:border-box;padding:34px 36px}@media screen and (max-width: 568px){.popup__content{width:100%;max-width:calc(100% - 80px);padding:25px 20px}}.popup__content_content_image{max-width:75vw;max-height:75vh;height:auto;width:auto;display:flex;background:transparent;-webkit-background-size:cover;background-size:cover;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:0}@media screen and (max-width: 568px){.popup__content_content_info{max-width:calc(100% - 40px)}}.popup__close{width:35px;height:35px;background:transparent url(./close-caad7f86.svg) center no-repeat;background-size:35px 35px;border:none;position:absolute;top:-36px;right:-34px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);transition:visibility 0s,opacity .3s;padding:0;margin:0;cursor:pointer}.popup__close:hover{opacity:.6}@media screen and (max-width: 568px){.popup__close{width:20px;height:20px;right:0;background-size:20px 20px}}.popup__title{margin:0;font-size:24px;line-height:30px}@media screen and (max-width: 568px){.popup__title{font-size:18px;line-height:22px}}.popup__form{margin-top:48px}.popup__input{width:100%;border:0;border-bottom:1px solid rgba(0,0,0,.2);font-size:14px;box-sizing:border-box;padding:2px 0 8px;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:border-bottom .3s}.popup__input::placeholder{color:#c4c4c4}@media screen and (max-width: 568px){.popup__input{font-size:12px}}.popup__input_type_error{border-bottom:1px solid #FF0000}.popup__button{width:100%;height:50px;font-size:18px;line-height:22px;color:#fff;display:flex;align-items:center;justify-content:center;background:#000;border-radius:2px;transition:visibility 0s,background-color .3s,border-color .3s,color .3s;margin-top:20px;border:1px solid transparent}.popup__button:hover{background:rgba(0,0,0,.8);cursor:pointer}@media screen and (max-width: 568px){.popup__button{font-size:14px;line-height:17px}}.popup__button_disabled{color:#c4c4c4;border-color:#0003;background-color:transparent;pointer-events:none}.popup__caption{font-size:12px;line-height:15px;color:#fff;position:absolute;left:0;top:calc(100% + 10px);margin:0}.popup__image{max-height:100%;max-width:100%;object-fit:cover;display:block}.popup__label{display:block;padding:0;margin-bottom:10px;min-height:55px}.popup__label:last-of-type{margin-bottom:0}.popup__error{display:block;min-height:24px;margin-top:4px;font-size:12px;line-height:12px;color:red;opacity:0;transition:opacity .3s}.popup__text{margin:20px 0 0;font-size:16px;line-height:1.2}@media screen and (max-width: 568px){.popup__text{font-size:12px}}.popup__error_visible{opacity:1}.popup__info{display:flex;flex-direction:column;gap:12px;margin:20px 0 0;font-size:14px;line-height:17px}@media screen and (max-width: 568px){.popup__info{font-size:10px;line-height:12px}}.popup__info-item{display:flex;align-items:center;gap:12px}.popup__info-description{margin-left:0;max-width:320px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.popup__info-term{background-color:#0003;border-radius:2px;padding:1px;font-weight:500;white-space:nowrap}.popup__list{display:flex;flex-wrap:wrap;align-items:flex-start;list-style:none;gap:12px;margin:20px 0 0;font-size:14px;line-height:17px;padding-left:0;max-height:300px;overflow:auto}.popup__list::-webkit-scrollbar{width:4px}.popup__list::-webkit-scrollbar-track{background:rgb(0 0 0 / 20%)}.popup__list::-webkit-scrollbar-thumb{background-color:#545454}@media screen and (max-width: 568px){.popup__list{font-size:10px;line-height:12px;max-height:180px}}.popup__list-item{max-width:105px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.popup__list-item_type_badge{background-color:#0003;border-radius:2px;padding:2px}.popup{font-family:Inter,Arial,sans-serif;display:flex;align-items:center;justify-content:center;background-color:#00000080;position:fixed;top:0;left:0;bottom:0;right:0;visibility:hidden;opacity:0;pointer-events:none;transition:visibility .3s,opacity .3s;z-index:10}.popup__input_type_error{border-bottom-color:red}.popup__error{display:none;font-size:12px;line-height:14px;color:red;margin-top:5px}.popup__error_visible{display:block}.popup__button_disabled{opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.popup_is-animated{display:flex;visibility:hidden;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:visibility 0s .6s,opacity .6s}.popup_is-opened{visibility:visible;opacity:1;pointer-events:all}
