.header{display:flex;align-items:center;padding:32px 0 28px}.header__logo{margin-right:24px}.header__date-location{margin:0}.header__mobile-menu{margin:0 0 0 auto;display:flex;align-items:center;gap:20px}.header__add-clothes-btn{background:none;border:none;padding:0}.header__add-clothes-btn:hover{cursor:pointer}.header__register-btn,.header__login-btn{background:none;border:none;padding:8px 16px;cursor:pointer;font-size:16px;font-weight:500}.header__register-btn:hover,.header__login-btn:hover{opacity:.7}.header__user-container{display:flex;align-items:center;gap:12px}.header__username{margin:0}.header__avatar{width:40px;height:40px;border-radius:50%}.header__avatar-placeholder{border-radius:50%;background-color:#2f80ed;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;text-transform:uppercase}.header__link{text-decoration:none;color:#000}.toggleSwitch__input{opacity:0;position:absolute}.toggleSwitch__label{display:flex;align-items:center;justify-content:space-around;cursor:pointer;width:56px;height:28px;border-radius:20px;border:2px solid #7e7e7e;position:relative;z-index:0;box-sizing:border-box;transition:.3s}.toggleSwitch__label:hover{border-color:#000}.toggleSwitch__switch{content:"";width:28px;height:28px;border-radius:20px;position:absolute;background-color:#000;left:0;transition:.3s}.toggleSwitch__label:hover .toggleSwitch__switch{width:30px}.toggleSwitch__text{z-index:1;font-size:16px;font-weight:700;line-height:1}.toggleSwitch__text_type_f{color:#fff;transition:.3s}.toggleSwitch__text_type_c{color:#7e7e7e;transition:.3s}.toggleSwitch__input:not(:checked)~.toggleSwitch__text_type_f{color:#7e7e7e}.toggleSwitch__input:not(:checked)~.toggleSwitch__text_type_c{color:#fff}.toggleSwitch__input:not(:checked)~.toggleSwitch__switch{left:54px;transform:translate(-100%)}.weather-card{position:relative}.weather-card__image{width:100%;height:80px;object-fit:cover;object-position:right;border-radius:12px}.weather-card__temp{position:absolute;font-size:36px;line-height:40px;font-weight:700;margin:0;top:20px;left:16px;color:#fff}.card{max-width:323px;max-height:323px;min-width:323px;border:1px solid rgba(0,0,0,.3);border-radius:20px;overflow:hidden;position:relative}.card:hover{cursor:pointer}.card__title{position:absolute;padding:2px 12px;background-color:#fff;border-radius:4px;font-size:16px;line-height:20px;color:#0009;font-weight:700;top:15px;left:50%;transform:translate(-50%);margin:0}.card__image{min-width:100%;height:100%;object-fit:cover;object-position:center}.card__like-button{position:absolute;top:15px;right:15px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.card__like-icon{width:18px;height:16px}.cards__list{display:flex;flex-wrap:wrap;gap:20px;list-style-type:none;padding:0;margin:0}.cards__text{margin:40px 0 34px;font-size:20px;font-weight:700;line-height:1}.footer{display:flex;justify-content:space-between;padding-bottom:24px;margin-top:auto}.footer__dev,.footer__year{margin:0;padding-top:85px}.modal{display:flex;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0000004d;justify-content:center;align-items:center;visibility:hidden}.modal_opened{visibility:visible}.modal__content{background-color:#fff;border-radius:20px;padding:28px 28px 36px;position:relative;max-width:496px;width:100%;box-sizing:border-box}.modal__title{font-size:16px;font-weight:700;line-height:20px;margin:0 0 24px}.modal__close{position:absolute;top:20px;right:28px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.7023%203.70711C18.0929%203.31658%2018.0929%202.68342%2017.7023%202.29289C17.3118%201.90237%2016.6787%201.90237%2016.2881%202.29289L9.99805%208.58298L3.70796%202.29289C3.31744%201.90237%202.68427%201.90237%202.29375%202.29289C1.90322%202.68342%201.90322%203.31658%202.29375%203.70711L8.58383%209.99719L2.29289%2016.2881C1.90237%2016.6787%201.90237%2017.3118%202.29289%2017.7023C2.68342%2018.0929%203.31658%2018.0929%203.70711%2017.7023L9.99805%2011.4114L16.289%2017.7023C16.6795%2018.0929%2017.3127%2018.0929%2017.7032%2017.7023C18.0937%2017.3118%2018.0937%2016.6787%2017.7032%2016.2881L11.4123%209.99719L17.7023%203.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e") no-repeat center / contain;width:20px;height:20px;border:none;padding:0}.modal__close:hover{cursor:pointer}.modal__form{display:flex;flex-direction:column;width:100%}.modal__label{font-size:16px;font-weight:700;line-height:20px}.modal__input{display:block;border:none;border-bottom:1px solid #000;margin:8px 0 24px;padding:0 0 4px;width:100%}.modal__input::placeholder{font-weight:700;font-size:16px;line-height:20px}.modal__input:focus{outline:none}.modal__radio-buttons{margin-bottom:32px;border:0;padding:0;display:flex;flex-direction:column}.modal__legend{font-size:16px;font-weight:700;line-height:20px;margin-bottom:12px}.modal__label_type_radio{margin-bottom:8px;color:#00000080}.modal__label_type_radio:has(.modal__radio-input:checked){color:#000}.modal__radio-input{margin-right:8px;accent-color:#00000080}.modal__radio-input:checked{accent-color:#000}.modal__submit{background-color:#000;color:#fff;border:none;padding:8px 16px;align-self:flex-start;font-weight:700;font-size:16px;line-height:20px;border-radius:4px}.modal__submit:hover{background-color:#0009}.modal__submit:disabled{background-color:#0000004d}.modal__buttons{display:flex;align-items:center;gap:12px}.modal__switch{background:none;border:none;color:#00000080;font-size:16px;line-height:20px;font-weight:700;padding:0;margin:0;cursor:pointer}.modal__switch:hover{opacity:.6}.modal__close_type_preview{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7023%201.70711C16.0929%201.31658%2016.0929%200.683417%2015.7023%200.292893C15.3118%20-0.0976311%2014.6787%20-0.0976311%2014.2881%200.292893L7.99805%206.58298L1.70796%200.292893C1.31744%20-0.0976311%200.684274%20-0.0976311%200.29375%200.292893C-0.096775%200.683417%20-0.096775%201.31658%200.29375%201.70711L6.58383%207.99719L0.292893%2014.2881C-0.0976311%2014.6787%20-0.0976311%2015.3118%200.292893%2015.7023C0.683417%2016.0929%201.31658%2016.0929%201.70711%2015.7023L7.99805%209.4114L14.289%2015.7023C14.6795%2016.0929%2015.3127%2016.0929%2015.7032%2015.7023C16.0937%2015.3118%2016.0937%2014.6787%2015.7032%2014.2881L9.41226%207.99719L15.7023%201.70711Z'%20fill='white'/%3e%3c/svg%3e")}.modal__content_type_image{padding:0;overflow:hidden}.modal__image{width:100%;object-fit:cover}.modal__bottom{padding:20px 32px 32px;display:flex;justify-content:space-between;align-items:flex-start}.modal__text-content{display:flex;flex-direction:column;gap:12px}.modal__caption,.modal__weather{padding:0;margin:0;font-weight:700;font-size:20px;line-height:24px}.modal__button{border:none;margin:0;padding:0;background-color:transparent;color:#ff4d00;font-size:20px;line-height:1;font-weight:700}.modal__button:hover{cursor:pointer}.sidebar{display:flex;flex-direction:column;justify-content:center;width:250px}.sidebar__user-info{display:flex;gap:16px;align-items:center}.sidebar__avatar{height:56px;width:56px;border-radius:50%}.sidebar__avatar-placeholder{border-radius:50%;background-color:#2f80ed;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;text-transform:uppercase}.sidebar__username{margin:0;font-size:20px;font-weight:700;line-height:1}.sidebar__edit-btn,.sidebar__logout-btn{background:none;border:none;cursor:pointer;color:#000;text-align:left;margin-top:24px;font-size:20px;font-weight:700;line-height:1}.sidebar__edit-btn:hover,.sidebar__logout-btn:hover{opacity:.7}.clothes-section__top{display:flex;gap:20px;padding-top:20px}.clothes-section__text{margin:0;font-size:20px;font-weight:700;line-height:1}.clothes-section__add-new-btn{border:none;padding:0;margin:0;font-size:20px;line-height:1;font-weight:700;color:#0009}.clothes-section__add-new-btn:hover{cursor:pointer}.clothes-section__list{list-style-type:none;padding:0;margin:16px 0 0;display:flex;flex-wrap:wrap;gap:20px}.profile{display:flex;gap:50px}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:400;src:url(/assets/CabinetGrotesk-Regular-D175tNtc.woff) format("woff")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:100;src:url(/assets/CabinetGrotesk-Thin-3sNGZRZx.woff) format("woff")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:200;src:url(/assets/CabinetGrotesk-Extralight-CbZYOZev.woff) format("woff")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:300;src:url(/assets/CabinetGrotesk-Light-BAJ011Si.woff) format("woff")}@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")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:800;src:url(/assets/CabinetGrotesk-Extrabold-CKEzQ2Fo.woff) format("woff")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:900;src:url(/assets/CabinetGrotesk-Black-7EqWO_U0.woff) format("woff")}.page{background-color:#f3f3f3;font-family:Cabinet Grotesk,sans-serif}.page__content{max-width:1360px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;min-height:100vh}/*! 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}
