.page{display:flex;flex-direction:column;font-family:Cabinet Grotesk,Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:24px;min-height:100vh}.modal{background-color:#0000004d;position:fixed;top:0;left:0;bottom:0;right:0;display:flex;visibility:hidden;align-items:center;justify-content:center;opacity:0;transition:visibility .4s ease,opacity .4s;padding:0 10px;z-index:1;line-height:20px;font-size:16px;z-index:3}.modal_is-open{visibility:visible;opacity:1;transition:.4s}.modal__container{background-color:#fff;display:flex;position:relative;flex-direction:column;padding:28px 28px 36px;border-radius:20px;max-width:496px;max-height:436px;flex-grow:1;z-index:1}.modal__radio-buttons{padding:0;border:none;margin-top:16px}.modal__row{display:flex;margin-bottom:24px;align-items:center;justify-content:space-between}.modal__close{display:flex;width:20px;height:20px;border:none;background:none;padding:0;margin:0;opacity:.4;transition:.3s;cursor:pointer;position:absolute;top:20px;right:28px}.modal__close:hover{opacity:1}.modal__title{display:flex;margin:0 0 24px}.modal__form{display:flex;flex-direction:column;margin:0}.modal__error{display:flex;visibility:hidden;block-size:24px;color:#ff4d00;font-size:16px;line-height:20px}.modal__label{display:flex;flex-direction:column;gap:8px;cursor:text}.modal__label_type_radio{flex-direction:row;margin-bottom:8px}.modal__legend{margin:0 0 12px}.modal__input{margin:0;padding:0;border:none;border-bottom:1px solid black}.modal__save-btn{border:none;width:124px;height:36px;background-color:#000;color:#fff;border-radius:4px;margin-top:8px;transition:background-color .15s ease,opacity .15s ease;outline:none}.modal__save-btn:not(:disabled):hover{background-color:#0009;cursor:pointer}.modal__save-btn:focus{box-shadow:0 0 0 3px #0000001f}.modal__save-btn_disabled,.modal__save-btn:disabled{background-color:#0000004d;cursor:not-allowed;opacity:.7;pointer-events:none}.modal__save-btn_type_secondary{color:#00000080;background:none}.modal__save-btn_type_secondary:hover,.modal__save-btn_type_secondary:not(:disabled):hover{color:#000;background:none;cursor:pointer}.modal__input_type_error{border-color:#f009}.modal__container_type_img{display:flex;max-width:498px;max-height:610px;padding:0;overflow:hidden}.modal__img{object-fit:contain;height:498px}.modal__footer{display:flex;flex-direction:column;font-size:20px;line-height:24px;font-weight:700;gap:12px;padding:0 32px 32px}.modal__caption{font-size:20px;line-height:24px;font-weight:700;margin:20px 0 0}.modal__weather{margin:0}.modal__delete-btn{position:absolute;right:33.56px;bottom:73.78px;padding:0;height:fit-content;width:fit-content;color:#ff4d00;border:none;background:none;transition:.2s}.modal__delete-btn:hover{cursor:pointer;color:#ff4d0099}.clothes-section{height:fit-content;flex:1}.clothes-section__row{display:flex;gap:20px;height:56px;align-items:center}.clothes-section__text{margin:0;line-height:1}.clothes-section__add-btn{padding:0;border:none;background-color:#fff;color:#0009;font-size:20px;font-weight:700;line-height:1}.clothes-section__add-btn:hover{cursor:pointer;color:#000}.clothes-section__container{display:flex;flex-wrap:wrap;gap:20px}.clothes-section__list{display:grid;grid-template-columns:repeat(auto-fit,325px);grid-template-rows:repeat(auto-fill,328px);justify-self:center;list-style:none;margin:0;padding:0;gap:20px;width:100%}@media screen and (max-width: 767px){.clothes-section__list{justify-self:center;grid-template-columns:auto;grid-template-rows:auto}}@media screen and (max-width: 430px){.clothes-section__row{justify-content:space-between}}.footer{display:flex;justify-content:space-between;font-size:16px;font-weight:500;line-height:20px;margin:20px 40px 24px}.footer__text{margin:0}@media screen and (max-width: 430px){.footer{flex-direction:column;align-items:center}}.header{display:flex;justify-content:space-between;margin:32px 40px 28px}.header__container{display:flex;align-items:center}.header__container_nav{flex-wrap:wrap-reverse}.header__logo{margin-right:24px;max-width:89px;max-height:40px}.header__local-time{display:flex;margin:0}.header__user-name{margin:0 0 0 20px;line-height:100%}.header__btn{border:0;background:none;padding:0;max-height:24px;font-weight:700}.header__btn:hover{color:#555;cursor:pointer}.header__signup-btn{margin-right:20px}.header__add-clothes-btn{border:0;background:none;padding:0;max-height:24px;font-weight:700}.header__add-clothes-btn:hover{color:#555;cursor:pointer}.header__avatar{margin-left:12px;height:40px;width:40px;border:1px solid #00000080;border-radius:50%;object-fit:cover}.header__avatar_none{display:flex;background-color:#0003;border:1px solid #00000080;border-radius:50%;font-size:20px;line-height:100%;letter-spacing:0%;justify-content:center;align-items:center;color:#000}@media screen and (max-width: 1023px){.header{flex-direction:column;align-items:center}.header__container_profile,.header__container_nav{justify-content:center}}@media screen and (max-width: 430px){.header__container{justify-content:center}.header__container_logo{flex-direction:column}.header__logo,.header__user-name{margin:0}.header__container_profile{min-width:230px}}.item-card{display:flex}.item-card__container{display:flex;position:relative;flex-direction:column;list-style-type:none;max-width:325px;max-height:328px;border:1px solid #0000004d;border-radius:20px;overflow:hidden;width:100%;height:100%}.item-card__img{width:100%;height:100%;cursor:pointer;transition:transform .2s;object-fit:contain}.item-card__img:hover{transform:scale(1.05)}.item-card__header{position:absolute;top:15px;left:50%;transform:translate(-50%);gap:10px;display:flex;justify-content:center;align-items:center;z-index:2}.item-card__like-btn{background-repeat:no-repeat;background-size:contain;background-position:center;background-color:transparent;width:18px;height:15px;border:none;cursor:pointer}.item-card__like-btn_type_liked{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0009%2016L2.36492%208.66936C1.75583%208.08462%201.34976%207.4048%201.14673%206.6299C0.948646%205.855%200.951122%205.08486%201.15415%204.31947C1.35719%203.54932%201.76078%202.87901%202.36492%202.30853C2.98393%201.72379%203.68959%201.33634%204.48191%201.14619C5.27919%200.951272%206.07399%200.951272%206.86631%201.14619C7.66359%201.3411%208.37173%201.72855%208.99073%202.30853L10.0009%203.24982L11.0112%202.30853C11.6351%201.72855%2012.3432%201.3411%2013.1356%201.14619C13.9279%200.951272%2014.7202%200.951272%2015.5125%201.14619C16.3098%201.33634%2017.018%201.72379%2017.637%202.30853C18.2411%202.87901%2018.6447%203.54932%2018.8477%204.31947C19.0508%205.08486%2019.0508%205.855%2018.8477%206.6299C18.6496%207.4048%2018.2461%208.08462%2017.637%208.66936L10.0009%2016Z'%20fill='black'%20stroke='black'%20stroke-width='2'/%3e%3c/svg%3e")}.item-card__like-btn_type_unliked{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0009%2016L2.36492%208.66936C1.75583%208.08462%201.34976%207.4048%201.14673%206.6299C0.948646%205.855%200.951122%205.08486%201.15415%204.31947C1.35719%203.54932%201.76078%202.87901%202.36492%202.30853C2.98393%201.72379%203.68959%201.33634%204.48191%201.14619C5.27919%200.951272%206.07399%200.951272%206.86631%201.14619C7.66359%201.3411%208.37173%201.72855%208.99073%202.30853L10.0009%203.24982L11.0112%202.30853C11.6351%201.72855%2012.3432%201.3411%2013.1356%201.14619C13.9279%200.951272%2014.7202%200.951272%2015.5125%201.14619C16.3098%201.33634%2017.018%201.72379%2017.637%202.30853C18.2411%202.87901%2018.6447%203.54932%2018.8477%204.31947C19.0508%205.08486%2019.0508%205.855%2018.8477%206.6299C18.6496%207.4048%2018.2461%208.08462%2017.637%208.66936L10.0009%2016Z'%20stroke='black'%20stroke-opacity='0.6'%20stroke-width='2'/%3e%3c/svg%3e")}.item-card__label{background-color:#fff;max-width:140px;border-radius:4px;font-size:16px;line-height:20px;padding:2px 12px;margin:0;cursor:default;z-index:1;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}@media screen and (max-width: 767px){.item-card{aspect-ratio:1}}.main{display:flex;flex-direction:column;margin:0 40px;flex:1}.cards{box-sizing:border-box}.cards__text{margin:0 0 34px;font-family:Cabinet Grotesk;font-weight:700;font-size:20px;line-height:100%}.cards__list{display:grid;grid-template-columns:repeat(auto-fit,323px);grid-template-rows:repeat(auto-fill,326px);justify-self:center;list-style:none;margin:0;padding:0;gap:20px;width:100%;justify-content:center}.profile{display:flex;padding-right:40px;flex:1}.sidebar{display:flex;max-width:345px;width:100%;justify-items:flex-start;flex-direction:column;flex:1;padding:19px 40px}.sidebar__profile{display:flex;gap:16px;height:fit-content;align-items:center}.sidebar__avatar{height:56px;width:56px;border:1px solid #00000080;border-radius:50%;object-fit:cover}.sidebar__avatar_none{display:flex;background-color:#0003;border:1px solid #00000080;border-radius:50%;font-size:20px;line-height:100%;letter-spacing:0%;justify-content:center;align-items:center;color:#000}.sidebar__user-name{margin:0}.sidebar__container{display:flex;gap:8px;margin-top:24px;flex-direction:column;align-items:start}.sidebar__btn{border:0;background:none;padding:0;max-height:24px;font-weight:700;text-align:left;text-wrap:nowrap;color:#000}.sidebar__btn:hover{text-decoration:underline;cursor:pointer;color:#555}@media screen and (max-width: 430px){.sidebar{visibility:collapse;padding:0;margin:0;width:40px;flex:0}}.toggle-switch{display:flex;cursor:pointer;min-width:56px;height:28px;background:#fff;border:2px solid #7e7e7e;border-radius:20px;position:relative;transition:.2s;box-sizing:border-box;margin-right:20px}.toggle-switch__checkbox{opacity:0}.toggle-switch__circle{position:absolute;align-self:center;width:28px;height:28px;border-radius:20px;transition:.2s;background-color:#000;left:-1px}.toggle-switch__temperature{display:flex;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;line-height:1;letter-spacing:0;position:absolute;color:#00000080;z-index:1}.toggle-switch__temperature_fahrenheit{left:0;color:#fff}.toggle-switch__temperature_celsius{right:0;color:#00000080}.toggle-switch:hover{border:#000 solid 2px}.toggle-switch:hover .toggle-switch__circle{width:30px}.toggle-switch__checkbox:checked~.toggle-switch__circle{left:calc(100% + 1px);transform:translate(-100%)}.toggle-switch__checkbox:checked~.toggle-switch__temperature_fahrenheit{color:#00000080}.toggle-switch__checkbox:checked~.toggle-switch__temperature_celsius{color:#fff}.toggle-switch:focus-within{outline:none;box-shadow:0 0 0 4px #007bff33;border-radius:999px}.toggle-switch__checkbox:focus-visible~.toggle-switch__circle{box-shadow:0 0 0 6px #007bff47;border-radius:999px}.toggle-switch__checkbox:focus-visible~.toggle-switch__temperature{filter:brightness(1.03)}.weather-card{display:flex;width:100%;margin:0 0 40px;position:relative;align-items:center}.weather-card__banner{width:100%;height:80px;object-fit:cover;object-position:right;border-radius:12px}.weather-card__temperature{position:absolute;margin:0;font-size:36px;line-height:40px;font-weight:700;top:20px;left:16px;color:#fff}.modal__container_type_confirmation-modal{min-height:280px;max-width:670px;align-items:center;text-align:center;font-weight:700;font-size:20px;line-height:24px;letter-spacing:0%;padding:0}.modal__text{margin:60px 0 0}.modal__delete-btn_type_confirmation-modal{position:static;margin-top:40px}.modal__cancel-btn{padding:0;height:fit-content;width:fit-content;color:#000;border:none;background:none;transition:.2s;margin-top:24px;margin-bottom:60px}.modal__cancel-btn:hover{cursor:pointer;opacity:.5}.loading{display:flex;align-items:center;gap:16px;color:#222;font-size:16px;line-height:1;padding:12px}.loading_fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fffe;z-index:9999}.loading__spinner{width:48px;height:48px;border-radius:50%;border:4px solid rgba(0,0,0,.12);border-top-color:#000;animation:loading-spin 1s linear infinite}.loading__message{margin:0;font-weight:600;text-align:center}.loading:not(.loading_fullscreen) .loading__spinner{width:24px;height:24px;border-width:3px}@keyframes loading-spin{to{transform:rotate(360deg)}}/*! 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:Cabinet Grotesk;font-style:normal;font-weight:500;src:url(/assets/CabinetGrotesk-Medium-B0QoDuRO.woff) format("woff")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:700;src:url(/assets/CabinetGrotesk-Bold-CLAvwUWO.woff) format("woff")}
