@charset "UTF-8";.account__heading{display:inline-block;margin-top:2rem;margin-bottom:4rem}.account__navigation{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:4rem}.account__navigation__item{padding:0;font-size:1.4rem;font-weight:500;line-height:130%}.account__navigation__item--active{color:#fff;background-color:#202020;cursor:default}.account__navigation__item__link{display:inline-block;padding:.6rem 1.8rem .8rem;height:100%;width:100%}.account__form{display:flex;flex-direction:column;gap:1rem}.account__form_agree{display:flex;gap:1rem}.account__form__input{padding:1.4rem;max-width:46rem;font-size:1.4rem;font-weight:400;line-height:130%;background-color:#fff;border-radius:.4rem}.account__form__button{margin-top:2.4rem;margin-bottom:1.2rem}@media screen and (max-width: 1024px){.account__form__button{width:100%}}.account__disclamer{font-size:1.4rem;font-weight:400;line-height:130%;color:#8a8a8a;max-width:60rem}.account__disclamer a{color:#ff197a}.account_addresses{margin-top:4rem;margin-bottom:6rem}.account_addresses__list{margin-bottom:2.4rem;display:flex;flex-wrap:wrap;gap:1rem;width:100%}.account_addresses__list__item{display:grid;grid-template-rows:auto 1fr auto;gap:1rem;padding:1.6rem;width:34rem;background-color:#fff;border:.1rem solid #fff;border-radius:.4rem}.account_addresses__list__item:hover{border:.1rem solid #FF197A;cursor:pointer}@media screen and (max-width: 1024px){.account_addresses__list__item{width:100%}}.account_addresses__list__item:last-child{display:block;padding:0;width:4.4rem;min-height:1.8rem;height:auto;background-color:unset;border:none}.account_addresses__list__item:last-child:hover{border:none}@media screen and (max-width: 1024px){.account_addresses__list__item:last-child{width:100%;height:4.4rem;border:none}}.account_addresses__list__item--active{border:.1rem solid #FF197A}.account_addresses__list__item__heading{font-size:1.6rem;font-weight:700;line-height:130%}.account_addresses__list__item__address{font-size:1.4rem;font-weight:500;line-height:130%}.account_addresses__list__item__actions{display:flex;justify-content:space-between;width:100%}.account_addresses__list__item__actions__change{font-size:1.3rem;font-weight:500;line-height:130%;color:#ff197a;cursor:pointer}.account_addresses__list__item__actions__delete{font-size:1.3rem;font-weight:500;line-height:130%;color:#b6b6b6;cursor:pointer}.account_addresses__list__item__add{display:block;width:100%;height:100%;background-image:url(/images/icons/plus.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:2rem 2rem}.account_addresses__list__item__add:hover{background-image:url(/images/icons/plus-pink.svg);cursor:pointer}.account_addresses__button{padding:1.2rem 2.2rem;font-size:1.6rem}@media screen and (max-width: 1024px){.account_addresses__button{width:100%}}.popup_delete_address{width:100%;margin:auto 2rem;width:calc(100% - 4rem);border-radius:.4rem}@media screen and (min-width: 1025px){.popup_delete_address{margin:0 auto;width:40rem}}.popup_delete_address__container{display:grid;grid-template-columns:1fr 2rem;gap:2rem;padding:1rem 2rem 2rem}.popup_delete_address__container__heading{font-size:2rem;font-weight:700;line-height:130%}.popup_delete_address__container__close{align-self:end;margin-left:auto;width:2rem;height:2rem;background-size:contain;background-position:right 50%;background-repeat:no-repeat;cursor:pointer}.popup_delete_address__container__item{grid-column:span 2;display:flex;flex-direction:column;gap:1rem}.popup_delete_address__container__buttons{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:1rem;justify-items:stretch}.popup_delete_address__container__buttons__cancel,.popup_delete_address__container__buttons__confirm,.account_orders{width:100%}.account_orders__list{display:flex;flex-direction:column;gap:2rem;margin-bottom:6rem}@media screen and (max-width: 1024px){.account_orders__list{margin-bottom:4rem}}.account_orders__list__item__payment_required{display:flex;justify-content:space-between;gap:2rem;padding:2rem;background-color:#fff;border-top-right-radius:.4rem;border-top-left-radius:.4rem}@media screen and (max-width: 1024px){.account_orders__list__item__payment_required{gap:1rem;flex-direction:column}}.account_orders__list__item__payment_required__message{padding:1.4rem 2rem;width:fit-content;font-size:1.4rem;font-weight:200;color:#202020;background-color:#f5f5f5;border-radius:.4rem}.account_orders__list__item__payment_required__button{align-self:center;height:fit-content}@media screen and (max-width: 1024px){.account_orders__list__item__payment_required__button{width:100%;font-size:1.6rem}}.account_orders__list__item__spoiler{display:flex;flex-direction:column;gap:2rem;padding:0;color:#202020;background-color:#fff}@media screen and (max-width: 1024px){.account_orders__list__item__spoiler{gap:2.4rem}}.account_orders__list__item__spoiler[open]{border-bottom-right-radius:.4rem;border-bottom-left-radius:.4rem}.account_orders__list__item__spoiler[open]~.account_orders__list__item__products_short{display:none}.account_orders__list__item__spoiler[open]>.account_orders__list__item__spoiler__summary:after{content:url(/images/icons/up-black.svg)}@media screen and (max-width: 1024px){.account_orders__list__item__spoiler[open]>.account_orders__list__item__spoiler__summary:after{content:none}}.account_orders__list__item__spoiler__summary{display:flex;gap:2rem;align-items:center;justify-content:flex-start;flex-wrap:wrap;padding:2rem}.account_orders__list__item__spoiler__summary:after{margin-left:auto;content:url(/images/icons/down-black.svg)}@media screen and (max-width: 1024px){.account_orders__list__item__spoiler__summary:after{content:none}}.account_orders__list__item__spoiler__summary__number{font-size:1.6rem;font-weight:500;line-height:130%;color:#ff197a}.account_orders__list__item__spoiler__summary__date{font-size:1.3rem;font-weight:500;line-height:130%;color:#202020}.account_orders__list__item__spoiler__summary__status{margin-right:auto;padding:.2rem .8rem .4rem;font-size:1.2rem;font-weight:400;line-height:130%;border-radius:.4rem}.account_orders__list__item__spoiler__details{display:grid;grid-template-columns:repeat(3,1fr);gap:6rem;margin:2rem;padding:2rem;border:.1rem dashed #B6B6B6;border-radius:.4rem}@media screen and (max-width: 1024px){.account_orders__list__item__spoiler__details{grid-template-columns:1fr;margin:0 1.5rem}}.account_orders__list__item__spoiler__details__block__heading{display:block;font-size:1.4rem;font-weight:700;line-height:130%;color:#202020}.account_orders__list__item__spoiler__details__block__list{display:flex;flex-direction:column;gap:1.2rem;margin-top:1.4rem;width:100%}.account_orders__list__item__spoiler__details__block__list__item{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:1.4rem;line-height:130%;color:#8a8a8a}.account_orders__list__item__spoiler__details__block__list__item__dots{min-width:1rem;flex:1 0;border-bottom:1px dashed #8A8A8A;height:1rem;margin:.4em}.account_orders__list__item__spoiler__details__block__list__item__value{color:#202020}.account_orders__list__item__spoiler__details__products{display:flex;flex-direction:column;margin:2.4rem 1.5rem}@media screen and (max-width: 1024px){.account_orders__list__item__spoiler__details__products{gap:3.2rem}}.account_orders__list__item__spoiler__details__products__sku{display:grid;grid-template-columns:10rem 1fr auto;gap:1rem;padding:2.6rem 1.6rem;border-bottom:1px solid #F5F5F5}.account_orders__list__item__spoiler__details__products__sku:last-child{border:none}@media screen and (max-width: 1024px){.account_orders__list__item__spoiler__details__products__sku{grid-template-columns:10rem 1fr;padding:0 0 1.8rem;border-bottom:.1rem solid #F5F5F5}.account_orders__list__item__spoiler__details__products__sku:last-child{padding:0;border:none}}.account_orders__list__item__spoiler__details__products__sku__link__image{width:10rem;height:10rem}.account_orders__list__item__spoiler__details__products__sku__information{display:flex;flex-direction:column;gap:.8rem}.account_orders__list__item__spoiler__details__products__sku__information__name{font-size:1.4rem;font-weight:400;line-height:130%;margin-bottom:auto}.account_orders__list__item__spoiler__details__products__sku__information__guarantee{font-size:1.2rem;font-weight:400;line-height:130%;color:#8123ff}.account_orders__list__item__spoiler__details__products__sku__information__code{font-size:1.4rem;font-weight:400;line-height:130%;color:#b6b6b6}.account_orders__list__item__spoiler__details__products__sku__price{display:flex;flex-direction:column;gap:.4rem;align-items:end}@media screen and (max-width: 1024px){.account_orders__list__item__spoiler__details__products__sku__price{grid-column:span 2;display:grid;grid-template-columns:auto 1fr;align-items:center}}.account_orders__list__item__spoiler__details__products__sku__price__summ{font-size:1.6rem;font-weight:700;line-height:130%}.account_orders__list__item__spoiler__details__products__sku__price__single{font-size:1.2rem;font-weight:400;line-height:130%;color:#8a8a8a}.account_orders__list__item__spoiler__details__products__sku__price__actions{display:flex;justify-content:space-between;gap:4rem;margin-top:auto;width:100%;font-size:1.4rem;font-weight:500;line-height:130%;color:#ff197a}@media screen and (max-width: 1024px){.account_orders__list__item__spoiler__details__products__sku__price__actions{grid-column:span 2;margin-top:.8rem}}.account_orders__list__item__spoiler__details__products__sku__price__actions__problem:hover,.account_orders__list__item__spoiler__details__products__sku__price__actions__review:hover{cursor:pointer}.account_orders__list__item__products_short{display:flex;gap:1.6rem;align-items:center;flex-wrap:wrap;padding:1.6rem;background-color:#fff;border-radius:.4rem}@media screen and (max-width: 1024px){.account_orders__list__item__products_short{justify-content:flex-start;column-gap:.8rem}}.account_orders__list__item__products_short__sku__link{display:block;width:10rem;height:10rem}.account_orders__list__item__products_short__prices{display:flex;flex-direction:column;gap:.4rem;align-items:end;margin-left:auto;width:100%}@media screen and (max-width: 1024px){.account_orders__list__item__products_short__prices{align-items:center;flex-direction:row;margin:0}}.account_orders__list__item__products_short__prices__current{font-size:1.6rem;line-height:130%;font-weight:700;color:#202020}.account_orders__list__item__products_short__prices__old{font-size:1.2rem;line-height:130%;font-weight:400;color:#8a8a8a;text-decoration:line-through}.account__exit{cursor:pointer;display:flex;align-items:center;font-size:1.6rem;line-height:130%;font-weight:500;color:#202020;gap:1rem;margin-bottom:6rem}
