.page{background:#f3f3f3;padding:0 40px 24px;box-sizing:border-box;min-height:100vh;display:flex;flex-direction:column}.page__content{margin:0 auto;flex:1;width:100%}@media screen and (max-width: 765px){.page{padding:0 16px 20px}}.header{display:flex;justify-content:space-between;font: 700 20px/1.2 Cabinet Grotesk,Arial,sans-serif;padding:32px 0 0}.header__link{color:#000;text-decoration:none;background:inherit}.header__logo{width:89px;height:40px}.header__location{padding:0;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:29vw}.header__left-side{display:flex;justify-content:space-between;align-items:center;gap:24px}.header__right-side{display:flex;justify-content:space-between;align-items:center;gap:16px}.header__button{border:none;padding:0;font: 700 20px/1.2 Cabinet Grotesk,Arial,sans-serif;background:inherit;cursor:pointer}.header__userbar{display:flex;align-items:center;gap:12px}.header__avatar{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#0003;border:1px solid rgba(0,0,0,.8);color:#fff;width:40px;height:40px;overflow:hidden;box-sizing:border-box}.header__guest{display:flex;align-items:center;gap:20px}.header__avatar_default{cursor:default}.header__button_type_hamburger{background:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_209_68)'%3e%3crect%20x='8'%20y='6'%20width='44'%20height='44'%20rx='10'%20fill='white'/%3e%3c/g%3e%3crect%20x='16'%20y='22'%20width='28'%20height='2'%20rx='1'%20fill='black'/%3e%3crect%20x='16'%20y='32'%20width='28'%20height='2'%20rx='1'%20fill='black'/%3e%3cdefs%3e%3cfilter%20id='filter0_d_209_68'%20x='0'%20y='0'%20width='60'%20height='60'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_209_68'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_209_68'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") center no-repeat;width:44px;height:44px;object-fit:cover;display:none}.header__right-side_mobile{background-color:#fff;position:absolute;right:16px;top:18px;left:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;z-index:1;min-height:208px;box-shadow:0 2px 8px #0000001a;margin:0 0 4px;border-radius:10px}.header__button_type_close{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.80762'%20y='0.000823975'%20width='28'%20height='2'%20rx='1'%20transform='rotate(45%201.80762%200.000823975)'%20fill='black'/%3e%3crect%20x='0.393433'%20y='20.001'%20width='28'%20height='2'%20rx='1'%20transform='rotate(-45%200.393433%2020.001)'%20fill='black'/%3e%3c/svg%3e") center no-repeat;height:21px;width:21px;position:absolute;top:11px;right:11px;padding:0}@media screen and (max-width: 765px){.header{padding:18px 0 16px}.header__left-side{font-size:16px;line-height:1.25;gap:12px}.header__location{max-width:80vw}.header__right-side{display:none}.header__button_type_hamburger{display:block}}.toggler{display:flex;align-items:center;justify-content:space-around;cursor:pointer;width:56px;height:28px;background:#fff;border:#7e7e7e 2px solid;border-radius:20px;position:relative;transition:background-color .2s,border-color .1s;box-sizing:border-box}.toggler__text{margin:0;padding:0;font: 700 14px/1 Cabinet Grotesk,Arial,sans-serif;color:#00000080;z-index:1;transition:color .2s,transform .2s}.toggler__active{color:#fff}.toggler__input{display:none}.toggler__switch{content:"";position:absolute;top:-2px;left:-2px;width:28px;height:28px;border-radius:20px;transition:.2s;background:#000}.toggler__input:checked+.toggler__switch{left:calc(100% + 2px);transform:translate(-100%)}.toggler:hover{border-color:#000}.toggler:hover .toggler__text{color:#000}.toggler:hover .toggler__active{color:#fff;transform:translate(1px)}.content{display:flex;flex-direction:column;max-width:100%;margin:28px 0 85px}.content__message{font: 700 20px/1 Cabinet Grotesk,Arial,sans-serif;margin:0 0 34px;padding:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100vw}.content__list{padding:0;margin:0;list-style-type:none;display:grid;justify-content:center;grid-gap:20px;grid-template-columns:repeat(auto-fit,325px);width:100%}.content__icon_refresh{margin:0 3px}.content__button{cursor:pointer;transition:opacity .5s;border:none;box-sizing:border-box}.content__button:hover{opacity:60%}.content__button_type_randomize{font:inherit;padding:8px 15px;background:#000;color:#fff;border-radius:4px;margin-top:20px;font: 700 16px/1.25 Cabinet Grotesk,Arial,sans-serif;display:none}@media screen and (max-width: 765px){.content__list{grid-template-columns:repeat(auto-fit,164px);grid-gap:15px 15px}.content__message{margin:0 0 20px}.content__button_type_randomize{display:block}}.weather{background-size:cover;border-radius:12px;height:80px;background-position:right center;margin:0 0 40px}.weather__degree{color:#fff;padding:20px 16px;font: 700 36px/1.1 Cabinet Grotesk,Arial,sans-serif}@media screen and (max-width: 765px){.weather{margin:0 0 32px}}.card{overflow:hidden;background-color:#fff;position:relative;border:1px rgba(0,0,0,.3) solid;border-radius:5%;box-sizing:border-box;object-fit:contain;height:328px}.card__header{position:absolute;top:8%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:10px}.card__title{color:#0009;background:#fff;padding:2px 12px;font: 700 16px/1.25 Cabinet Grotesk,Arial,sans-serif;border-radius:4px;margin:0}.card__image{object-fit:cover;width:100%;display:block;height:100%}.card__like{cursor:pointer;transition:opacity .5s;border:none;box-sizing:border-box;width:20px;height:20px;background:center no-repeat;object-fit:cover;padding:0}.card__like_active{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'/%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%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-width='2'/%3e%3c/svg%3e")}.card__like_inactive{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")}.card__like:hover{opacity:.5}@media screen and (max-width: 765px){.card{height:164px}}.spinner{width:40px;height:40px;border:4px solid #ccc;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.profile{display:grid;grid-template-columns:325px auto;grid-gap:20px;font: 700 20px/1 Cabinet Grotesk,Arial,sans-serif;margin:47px 0 80px}@media screen and (max-width: 765px){.profile{grid-template-columns:100%;justify-content:center;grid-gap:4px;margin:0 0 40px}}.sidebar{font: 700 20px/1 Cabinet Grotesk,Arial,sans-serif;display:flex;flex-direction:column;gap:8px;align-items:start}.sidebar__userbar{display:flex;align-items:center;gap:16px;padding:0 0 16px}.sidebar__avatar{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#0003;border:1px solid rgba(0,0,0,.8);color:#fff;width:56px;height:56px;overflow:hidden;box-sizing:border-box}.sidebar__avatar_default{cursor:default}.sidebar__tooltip{display:flex;flex-direction:column}.sidebar__name{margin:0}.sidebar__button{border:none;background-color:inherit;padding:0;cursor:pointer}@media screen and (max-width: 765px){.sidebar__userbar{border-bottom:#0000004d 1px solid;align-items:flex-start;border-top:#0000004d 1px solid;padding:20px 0;gap:20px;width:100%}.sidebar__tooltip{align-items:flex-start;gap:15px}.sidebar__name{padding:0 0 4px;font-size:24px}.sidebar__button{display:block}}.clothes{font:inherit;display:flex;flex-direction:column;max-width:100%}.clothes__header{display:flex;gap:20px;height:56px;align-items:center}.clothes__text{margin:0}.clothes__button{border:none;padding:0;cursor:pointer}.clothes__button_type_add{color:#0009;background:inherit}.clothes__list{padding:0;margin:0;list-style-type:none;display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fit,325px);width:100%}@media screen and (max-width: 765px){.clothes__header{justify-content:space-between}.clothes__list{grid-template-columns:repeat(auto-fit,164px);grid-gap:15px 15px;justify-content:center}}.footer{display:flex;justify-content:space-between}.footer__text{font: 500 16px/1.25 Cabinet Grotesk,Arial,sans-serif;margin:0;white-space:nowrap}.modal{position:fixed;display:flex;top:0;left:0;right:0;bottom:0;background:#0000004d;padding:0 19px;visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility linear .5s;font: 700 16px/1.2 Cabinet Grotesk,Arial,sans-serif}.modal_opened{opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility linear 0s 0s}.modal__form{display:flex;flex-direction:column;border:none;gap:24px}.modal__buttons{margin:8px 0 0}.modal__button{cursor:pointer;transition:opacity .5s;border:none;box-sizing:border-box}.modal__button:hover{opacity:60%}.modal__button_type_close{height:20px;width:20px;position:absolute;top:20px;right:28px;background:center no-repeat;padding:0}.modal__button_type_close.modal__button_theme_gray{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='black'%20fill-opacity='0.3'/%3e%3c/svg%3e")}.modal__title{margin:0;font:inherit}.modal__button_type_submit{font:inherit;padding:8px 15px;background:#000;color:#fff;border-radius:4px}.modal__button_type_alternative{font:inherit;padding:10px;background:inherit;color:#00000080}.modal__text{margin:0;font:inherit}.modal__button_disabled{background-color:#0000004d}.modal__button_type_delete{position:absolute;right:32px;bottom:68px;color:#ff4d00;background-color:inherit}@media screen and (max-width: 765px){.modal__title{font-size:20px;line-height:1;padding:0 0 13px}.modal__button_type_close.modal__button_theme_gray{background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.80762'%20y='0.000823975'%20width='28'%20height='2'%20rx='1'%20transform='rotate(45%201.80762%200.000823975)'%20fill='black'/%3e%3crect%20x='0.393433'%20y='20.001'%20width='28'%20height='2'%20rx='1'%20transform='rotate(-45%200.393433%2020.001)'%20fill='black'/%3e%3c/svg%3e")}.modal__button_type_submit{max-width:100%}.modal__button_type_close{right:21px}}.modal_type_add-garment{display:flex;flex-direction:column;margin:auto;padding:28px 28px 36px;background:#fff;border-radius:20px;position:relative;min-width:496px;box-sizing:border-box;opacity:1}.modal__label{position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.modal__input{font:inherit;box-sizing:border-box;margin:8px 0 0;padding:0 0 4px;border:none;border-bottom:1px solid;display:block;width:100%}.modal__error{color:#ff4d00}.modal__radios{padding:0;border:none;display:flex;flex-direction:column;gap:8px}.modal__legend{padding:0 0 12px}.modal__label_type_radio{display:flex;cursor:pointer;color:#00000080}.modal__radio{display:none}.modal__radio_visible{width:14px;height:14px;border:1px solid rgba(0,0,0,.5);border-radius:50%;margin-right:8px;position:relative;vertical-align:middle}.modal__radio:checked+.modal__radio_visible:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 4px);height:calc(100% - 4px);border-color:#000;background-color:#000;border-radius:50%}.modal__radio:checked+.modal__radio_visible{border-color:#000}.modal__label_type_radio:has(.modal__radio:checked){color:#000}@media screen and (max-width: 765px){.modal_type_add-garment{margin:auto 0 0;padding:32px 16px;background:#fff;border-radius:12px 12px 0 0;position:fixed;bottom:0;min-width:auto;left:0;opacity:1;width:100%}}.modal_type_card{overflow:hidden;background-color:#fff;border-radius:16px;position:relative;display:flex;flex-direction:column;margin:auto;font: 700 20px/1.2 Cabinet Grotesk,Arial,sans-serif}.modal__info{padding:20px 32px 32px;display:flex;flex-direction:column;gap:12px}.modal__image{object-fit:contain;height:498px;width:498px}.modal__button_type_close.modal__button_theme_white{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_type_confirmation{overflow:hidden;background-color:#fff;border-radius:20px;position:relative;display:flex;flex-direction:column;margin:auto;padding:6vh 8vw;font: 700 20px/1.2 Cabinet Grotesk,Arial,sans-serif}.modal__button_type_confirm{margin:40px 0 24px;color:#ff4d00;background-color:inherit}.modal__button_type_cancel{background-color:inherit}.modal__button_type_close{right:20px}.modal_type_confirmation .modal__text{text-align:center}.modal_type_user-signup,.modal_type_user-signin,.modal_type_profile-edit{display:flex;flex-direction:column;margin:auto;padding:28px 28px 36px;background:#fff;border-radius:20px;position:relative;min-width:496px;box-sizing:border-box;opacity:1}/*! 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-weight:500;font-display:swap;src:url(/assets/CabinetGrotesk-Medium-DHJjXo9b.otf)}@font-face{font-family:Cabinet Grotesk;font-weight:700;font-display:swap;src:url(/assets/CabinetGrotesk-Bold-BAQZSB8G.otf)}
