/*! 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}.page{background-color:#f3f3f3}.page__content{max-width:1440px;min-height:100vh;margin:0 auto;padding:0 20px;font-family:sans-serif}@media screen and (max-width: 630px){.page__content{max-width:100%;padding:0 16px}}.header{display:flex;align-items:center;padding:32px 0 28px}.header__logo{margin-right:24px}.header__date-and-location{margin:0}.header__add-clothes-btn{margin:0 20px 0 auto;border:none}.header__add-clothes-btn:hover{cursor:pointer}.header__user-container{display:flex;align-items:center;gap:12px}.header__username{margin:0}.header__mobile-menu{display:none;width:44px;height:44px;border-radius:16px;border:none;background-color:#fff;padding:16px 8px}.header__nav-menu{display:none}@media screen and (max-width: 630px){.header{justify-content:space-between;flex-wrap:wrap;padding:18px 0 0}.header__logo_hidden,.header__date-and-location_hidden,.header__add-clothes-btn,.header__username,.header__avatar{display:none}.header__mobile-menu{display:inline-block}.header__mobile-menu:hover{cursor:pointer}.header__mobile-menu_hidden{display:none}.header__date-and-location{order:1;width:100%;padding:16px 8px 16px 0}.header__nav-menu{display:none;max-width:343px;width:100%;min-height:208px;background-color:#fff;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:16px 8px;border-radius:16px;position:relative;box-shadow:1px 1px 10px #00000080}.header__nav-menu_active{display:flex}.header__nav-menu .header__add-clothes-btn{margin:0;padding:0;background-color:#fff;display:inline-block}.header__nav-menu .header__avatar{display:inline}.header__nav-menu .header__username{display:block}.header__nav-menu .header__close{background-color:transparent;border:none;position:absolute;top:11px;right:11px}.header__nav-menu .header__close:hover{cursor:pointer}}.cards__list{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style-type:none;gap:20px}.cards__text{margin:40px auto 34px}@media screen and (max-width: 630px){.cards__list{gap:15px}}.weather-card{position:relative;border-radius:12px;display:flex;height:80px;overflow:hidden}.weather-card__temp{font-size:36px;line-height:40px;margin:0;position:absolute;top:20px;left:16px}.weather-card__image{object-fit:cover;object-position:right top;width:100%}@media screen and (max-width: 630px){.weather-card_hidden{display:none}}.card{width:323px;position:relative;display:flex;justify-content:center;border-radius:16px;border:1px solid #0000004d;overflow:hidden}.card:hover{cursor:pointer}.card__title{position:absolute;top:15px;margin:0;border-radius:4px;padding:2px 12px;background-color:#fff;font-weight:700;font-style:bold;font-size:16px;line-height:20px;letter-spacing:0%;color:#0009}.card__image{width:100%}@media screen and (max-width: 630px){.card{width:154px}}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;display:flex;justify-content:center;align-items:center;visibility:hidden}.modal__is-opened{visibility:visible}.modal__content{background-color:#fff;position:relative;padding:28px 28px 36px;max-width:496px;box-sizing:border-box;width:100%;font-family:sans-serif;letter-spacing:0%;font-size:16px;line-height:20px;font-weight:700;font-style:Bold;border-radius:16px}.modal__title{margin:0 0 24px}.modal__close{position:absolute;top:20px;right:28px;border:none;background-color:transparent;width:32px;height:32px}.modal__close-image{width:32px;height:32px;opacity:.5;background-color:transparent}.modal__close:hover{cursor:pointer}.modal__close:hover .modal__close-image{opacity:1}.modal__form{display:flex;flex-direction:column;width:100%;gap:24px}.modal__radio-buttons{border:none;padding:0;display:flex;flex-direction:column}.modal__legend{margin-bottom:12px}.modal__label{margin:0}.modal__radio-input{width:16px;height:16px}.modal__label_type_radio{font-weight:700;font-style:Bold;color:#00000080;display:flex;align-items:center;gap:8px}.modal__label_type_radio:has(.modal__radio-input:checked){color:#000}.modal__input{display:block;margin-top:8px;border:none;border-bottom:1px solid #000000;font-weight:700;font-style:Bold;width:100%}.modal__submit{margin-top:32px;min-width:124px;height:36px;opacity:1;border-radius:4px;border:none;gap:8px;padding:8px 16px;background-color:#000;color:#fff;font-weight:700;font-style:Bold;font-size:16px;line-height:20px;letter-spacing:0%;align-self:flex-start}.modal__submit:hover{cursor:pointer;background-color:#0009}.modal__submit:disabled{background-color:#0000004d}@media screen and (max-width: 375px){.modal__content{margin:auto 0 0;border-radius:16px 16px 0 0}.modal__submit{width:100%;align-self:center}}.modal__content_type_image{padding:0;border-radius:16px;overflow:hidden;max-width:498px}.modal__image{margin:0;width:100%}.modal__close-image{background-color:transparent}.modal__footer{padding:20px}.modal__caption{margin:0;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}.modal__weather{margin-bottom:0;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}@media screen and (max-width: 630px){.modal__content_type_image{max-width:343px;margin:auto 16px}}.footer{display:flex;justify-content:space-between;padding:171px 0 24px}.footer__credit,.footer__year{margin:0}
