

/* Start:/local/templates/new_5_0/assets/css/lk.css?175673743942192*/
.page-header__banner {
  display: none;
}

.page-header {
  margin-bottom: 24px;
}

.section-title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 122%;
}

.ul-reset {
  padding: 0;
}

.ul-reset li::marker {

  content: none;
}

.col-content {
  padding-top: 24px;
}

.col-content__header {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.link-back {
  display: none;
  align-self: baseline;
  margin-top: 5px;
  margin-right: 10px;
}

.textarea-reset {
  all: unset;
  width: 100%;
  height: auto;
  display: block;
  resize: none;
  overflow: hidden;
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}

.textarea-reset:hover,
.textarea-reset:focus {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

/*account__nav*/

.account__nav {
  margin-bottom: 42px;
  padding: 24px 30px 19px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-white);
}

.account__nav-list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.account__nav-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: var(--color-dull-grey);
}

.account__nav-sublist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 10px;
  padding-left: 17px;
}

.account__nav-sublist-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  color: var(--color-black);
  transition: all .3s ease-in-out;
}

.account__nav-sublist-item:hover {
  color: var(--color-blue-klein);
}

.nav__favorite {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav__favorite-value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  color: var(--color-white);
  background-color: var(--color-blue-klein);
}

.nav__favorite-value-text {
  line-height: 0;
  transform: translateY(1px);
}


/*account__manager*/

.account__manager {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 145px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0px 4px 10px 3px #3475C91A;
}

.account__manager-photo {
  margin-top: -37%;
  width: calc(100% - 30px);
}

.account__manager-info {
  padding: 18px 28px 25px ;
  width: 100%;
}

.account__manager-name {
  margin-bottom: 10px;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 122%;
}

.bg {
  padding: 0 1px;
  border-radius: 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #3475C94D;
}

.account__manager-post {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-dull-grey);
}

.account__manager-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 4px;
}

.account__manager-contact, .account__manager-email {
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-blue-klein);
}

.account__manager-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*profile*/

.profile__title {
  margin-bottom: 42px;
}

.profile__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--color-blue-klein);
}

.profile__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 30px 15px 100px;
  min-height: 119px;
  width: calc(100% / 2 - 10px);
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: var(--color-white);
  transition: all .3s ease-in-out;
}

.profile__item svg {
  min-width: 28px;
  stroke: var(--color-black);
  transition: all .3s ease-in-out;
}

.profile__item-title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 122%;
  transition: color .3s ease-in-out;
}

.profile__item-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-dull-grey);
}

.profile__item:hover {
  border-color: var(--color-blue-klein);
  box-shadow: 0px 4px 10px 0px #3475C94D;
}

.profile__item:hover svg {
  stroke: var(--color-blue-klein);
}

.profile__item:hover .profile__item-title {
  color: var(--color-blue-klein);
}

.profile__list-long {
  padding-top: 42px;
  padding-bottom: 0;
  border: none;
}

.profile__list-long .profile__item {
  align-items: center;
  padding-right: 100px;
  min-height: 80px;
  width: 100%;
}

.profile__list-long .profile__item-title {
  margin-bottom: 0;
}

.profile__list-long .profile__item-descr {
  margin-left: auto;
  font-size: 16px;
}

/*orders*/

.orders__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.orders__item {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 20px;
  row-gap: 26px;
  padding: 42px 0;
  border-radius: 10px;
  background-color: var(--color-white);
  transition: all .3s ease-in-out;
}

.orders__item:hover {
  box-shadow: 0px 4px 10px 0px #3475C94D;
}

.orders__info {
  grid-column: 2 / span 5;
  display: flex;
  align-items: center;
}

.orders__info > * {
  padding: 0 10px;
  border-right: 1px solid var(--color-dull-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--color-dull-grey);
}

.orders__info > *:last-child {
  padding-right: 0;
  border-right: none;
}

.orders__info > *:first-child {
  padding-left: 0;
}

.orders__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color .3s ease-in-out;
}

.orders__btn svg {
  stroke: var(--color-dull-grey);
  transition: stroke .3s ease-in-out;
}

.orders__btn:hover {
  color: var(--color-blue-klein);
}

.orders__btn:hover svg {
  stroke: var(--color-blue-klein);
}

.orders__price {
  grid-column: span 2;
  display: flex;
  justify-content: end;
  gap: 10px;
}

.orders__price-status {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--color-dull-grey);
}

.orders__price-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
}

.orders__status {
  grid-column: 2 / span 5;
}

.orders__status-value {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
}

.orders__status-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
}

.orders__images {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
}

.orders__images > :only-child {
  margin-left: auto;
}

.orders__images img {
  width: calc(100% / 2 - 10px);
  aspect-ratio: 1 / 1;
  max-height: 80px;
  object-fit: contain;
}


.orders__item--shipped .orders__status-value {
  color: var(--color-blue-klein);
}

.orders__item--canceled .orders__status-value {
  color: var(--color-dull-grey);
}

.orders__item--canceled .orders__price-value {
  color: var(--color-dull-grey);
}

.orders__item--delivered .orders__status-value {
  color: var(--color-yellow-green);
}

.orders__item--delivered .orders__images {
  align-items: end;
}

.orders__rating {
  margin-top: 24px;
}

.orders__rating-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
}

.orders__rating-stars {
  display: flex;
  gap: 24px;
}

.orders__rating-star {
  position: relative;
  width: 34px;
  height: 34px;
  z-index: 1;
  background: url(/local/templates/new_5_0/assets/css/../img/lk/star.svg) no-repeat center / contain, linear-gradient(90deg, var(--color-blue-klein) var(--star-fill), transparent calc(var(--star-fill)));
  -webkit-mask-image: url(/local/templates/new_5_0/assets/css/../img/lk/star-mask.svg);
  mask-image: url(/local/templates/new_5_0/assets/css/../img/lk/star-mask.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-clip: content-box;
  cursor: pointer;
  --star-fill: 0%;
  transition: all .3s ease-in-out;
}

.orders__rating-star--fill {
  --star-fill: 100%;
}


/*order-card*/

.order-card__wrapper {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 20px;
  row-gap: 24px;
}

.order-card__content, .order-card__composition {
  grid-column: span 6;
  padding: 24px 100px;
  border-radius: 10px;
  background-color: var(--color-white);
}

.order-card__payment {
  grid-column: span 3;
  height: fit-content;
  border-radius: 10px;
  background-color: var(--color-white);
}

.order-card__link-back {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-dull-grey-60);
}

.order-card__summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.order-card__status {
  width: 50%;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
  color: var(--color-dull-grey);
}

.order-card__btn-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 0;
  color: var(--color-dull-grey);
  transition: color .3s ease-in-out;
}

.order-card__btn-copy svg {
  stroke: var(--color-dull-grey);
  transition: stroke .3s ease-in-out;
}

.order-card__btn-copy:hover {
  color: var(--color-blue-klein);
}

.order-card__btn-copy:hover svg {
  stroke: var(--color-blue-klein);
}

.order-card__summary-date {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-dull-grey);
}

.order-card__descr {
  display: none;
}

.order-card__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 42px;
}

.order-card__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
}

.order-card__info-title {
  font-weight: 700;
}

.order-card__repeat {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: var(--color-blue-klein);
}

.order-card__payment {
  padding: 24px 43px;
}

.order-card__payment-status {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}

.order-card__payment-highlight {
  font-weight: 400;
  color: var(--color-blue-klein);
}

.order-card__cost {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.order-card__cost-quantity {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--color-blue-klein);
}

.order-card__cost-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

.order-card__composition-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
}

.order-card__product-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.order-card__product {
  display: flex;
  gap: 25px;
}

.order-card__product-img {
  max-width: 180px;
  max-height: 180px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.order-card__product-article {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-dull-grey);
}

.order-card__product-name {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}

.order-card__product-price {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

.order-card__product-quantity {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-dull-grey);
}

.order-card__product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 33px;
  height: 39px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-white);
  background-color: var(--color-blue-klein);
  transition: all .3s ease-in-out;
}

.order-card__product-btn:hover {
  background-color: var(--color-violet-blue-crayola);
}

.order-card__product-btn:active {
  background-color: var(--color-blue-klein);
}

.order-card__product .order-card__payment-status {
  display: none;
}


/*promocode*/

.promocode__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promocode__item {
  width: 100%;
  padding: 24px 100px;
  border-radius: 10px;
  background-color: var(--color-white);
}

.promocode__name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: var(--color-yellow-green);
}

.promocode__btn-copy {
  display: flex;
}

.promocode__btn-copy svg {
  stroke: var(--color-dull-grey);
  transition: all .3s ease-in-out;
}

.promocode__btn-copy:hover svg {
  stroke: var(--color-blue-klein);
}

.promocode__info {
  display: flex;
  align-items: center;
  min-height: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 122%;
}

.promocode__date {
  padding-right: 20px;
  border-right: 1px solid var(--color-dull-grey);
}

.promocode__descr {
  padding-left: 20px;
}

/*promocode-empty*/

.promocode-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}


.promocode-empty__descr {
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
}

/*history*/

.history__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/*history-empty*/

.history-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.history-empty__icon {
  margin-bottom: 24px;
}

.history-empty__subtitle {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
  text-align: center;
}

.history-empty__descr {
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

.history-empty__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 53px;
  height: 54px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: var(--color-white);
  background-color: var(--color-blue-klein);
  transition: all .3s ease-in-out;
}

.history-empty__btn:hover {
  background-color: var(--color-violet-blue-crayola);
}

.history-empty__btn:active {
  background-color: var(--color-blue-klein);
}

/**/

.responses__btn-wrapper {
  margin-bottom: 37px;
  padding-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid var(--color-blue-klein);
}

.responses__btn-group {
  display: flex;
  width: fit-content;
  border: 1px solid var(--color-blue-klein);
  border-radius: 10px;
}

.responses__main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 189px;
  height: 54px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  color: var(--color-dull-grey);
  transition: all .3s ease-in-out;
}

.responses__main-btn--active {
  color: var(--color-blue-klein);
  background-color: var(--color-light-periwinkle-crayola);
}

.responses__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.responses__list--hidden {
  display: none;
}

.responses__item {
  position: relative;
  padding: 24px 100px 42px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-white);
}

.responses__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-blue-klein);
}

.responses__product-image {
  max-width: 79px;
  max-height: 79px;
  object-fit: contain;
}

.responses__product-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.responses__actions {
  position: absolute;
  top: 24px;
  right: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.responses__btn-delete svg {
  stroke: var(--color-dull-grey);
}

.responses__btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--color-dull-grey);
  transition: all .3s ease-in-out;
}

.responses__btn svg {
  transition: all .3s ease-in-out;
}

.responses__btn:hover {
  color: var(--color-blue-klein);
}

.responses__btn:hover svg {
  stroke: var(--color-blue-klein);
}

.responses__user {
  display: flex;
  align-items: center;
  column-gap: 36px;
  margin-bottom: 24px;
  padding-left: 14px;
}

.responses__user-avatar {
  width: 49px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.responses__user-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.responses__date {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-dull-grey);
}

.responses__rating-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.responses__rating {
  display: flex;
  align-items: center;
  gap: 15px;
}

.responses__star {
  position: relative;
  width: 17px;
  height: 17px;
  z-index: 1;
  background: url(/local/templates/new_5_0/assets/css/../img/star.svg) no-repeat center / contain, linear-gradient(90deg, var(--color-blue-klein) var(--star-fill), transparent calc(var(--star-fill)));
  -webkit-mask-image: url(/local/templates/new_5_0/assets/css/../img/star-mask.svg);
  mask-image: url(/local/templates/new_5_0/assets/css/../img/star-mask.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-clip: content-box;
}

.responses__rating-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-dull-grey);
}

.responses__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.responses__text--bold {
  font-weight: 700;
}

.responses__reviews-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.responses__answer {
  margin-top: 24px;
  padding-left: 100px;
}

.responses__answer-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 122%;
}

.responses__expert {
  display: flex;
  gap: 21px;
}

.responses__expert-avatar {
  align-self: baseline;
  width: 78px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.responses__expert-name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 122%;
}

.responses__expert-comment {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}

/*personal*/

.personal__wrapper {
  padding: 24px 100px 42px;
  border-radius: 10px;
  background-color: var(--color-white);
}

.personal__form {
  margin-bottom: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--color-blue-klein);

}

.personal__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 23px;
}

.personal__image-wrapper {
  position: relative;
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.personal__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #3475C970 url("/local/templates/new_5_0/assets/css/../img/camera.svg") no-repeat;
  background-position: center center;
  transition: all .3s ease-in-out;
}

.personal__image-wrapper:hover::after {
  opacity: 1;
}

.personal__avatar {
  width: 80px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.personal__avatar-text {
  display: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-blue-klein);
  white-space: nowrap;
}

.personal__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 122%;
}

.personal__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

.personal__info {
  display: flex;
  align-items: center;
  padding: 0 45px 0 30px;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  outline: 1px solid transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  color: #1E1E1E;
  background-color: var(--color-smoky-white);
}

.personal__info:hover {
  outline: 1px solid var(--color-blue-klein);
  background-color: var(--color-smoky-white);
}

.personal__info:active {
  background-color: var(--color-smoky-white);
}

.personal__info:focus {
  background-color: var(--color-smoky-white);
}

.personal__info--verif {
  position: relative;
}

.personal__info--verif::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: rebeccapurple;
  background: url(/local/templates/new_5_0/assets/css/../img/green-check.svg) no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}

.personal__info::placeholder {
  color: var(--color-blue-klein-60);
}

label[for="inputSurname"] {
  grid-column: span 3;
}

label[for="inputName"] {
  grid-column: span 2;
}

label[for="inputPatronymic"] {
  grid-column: span 2;
}

.personal__contact {
  grid-column: 1 / span 7;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 20px;
  row-gap: 5px;
}

.personal__timer-text {
  grid-column: 1 / span 5;
  order: 1;
  padding-left: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-dull-grey);
}

label[for="inputEmail"] {
  grid-column: 1 / span 5;
}

label[for="inputEmailCode"], label[for="inputPhoneCode"] {
  grid-column: span 2;
}

label[for="inputPhone"] {
  grid-column: 1 / span 5;
}

label[for="inputCity"] {
  grid-column: 1 / span 5;
}

.personal__check-verif {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  width: 110%;
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-yellow-green);
}

.personal__check-verif::before {
  content: "";
  align-self: center;
  display: block;
  width: 23px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--color-yellow-green);
  background-image: url(/local/templates/new_5_0/assets/css/../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.personal__footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.personal__footer-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 122%
}

#deleteAccountBtn {
  color: var(--color-dull-grey);
}

.personal__footer-top {
  display: flex;
  align-items: center;
  column-gap: 26px;
}

/*organizations*/

.organizations__wrapper {
  padding: 24px 100px 42px;
  border-radius: 10px;
  background-color: var(--color-white);
}

.organizations__form {
  margin-bottom: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--color-blue-klein);

}

.organizations__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 23px;
}

.organizations__image-wrapper {
  position: relative;
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.organizations__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #3475C970 url("/local/templates/new_5_0/assets/css/../img/camera.svg") no-repeat;
  background-position: center center;
  transition: all .3s ease-in-out;
}

.organizations__image-wrapper:hover::after {
  opacity: 1;
}

.organizations__avatar {
  width: 80px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.organizations__avatar-text {
  display: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-blue-klein);
  white-space: nowrap;
}

.organizations__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 122%;
}

.organizations__body {
  font-size: 0;
}

.organizations__input-wrapper {
  margin-bottom: 20px;
}

.organizations__input-wrapper:last-child {
  margin-bottom: 0;
}

.organizations__input-label {
  width: 100%;
}

.organizations__info-title {
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 122%;
  color: var(--color-dull-grey);

}

.organizations__info {
  display: flex;
  align-items: center;
  padding: 0 45px 0 30px;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  outline: 1px solid transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  color: #1E1E1E;
  background-color: var(--color-smoky-white);
}

textarea.organizations__info {
  box-sizing: border-box;
  padding-top: 17px;
  padding-bottom: 17px;
}

.organizations__info:active {
  background-color: var(--color-smoky-white);
}

.organizations__info:focus {
  background-color: var(--color-smoky-white);
}

.organizations__info:hover {
  outline: 1px solid var(--color-blue-klein);
  background-color: var(--color-smoky-white);
}

.organizations__info--verif {
  position: relative;
}

.organizations__info--verif::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: rebeccapurple;
  background: url(/local/templates/new_5_0/assets/css/../img/green-check.svg) no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}

.organizations__info::placeholder {
  color: var(--color-blue-klein-60);
}

.organizations__input-ogrn {
  max-width: 380px;
}

.organizations__input-inn {
  display: inline-block;
  margin-right: 20px;
  max-width: 280px;
}

.organizations__input-kpp {
  display: inline-block;
  max-width: 280px;
}

.organizations__input-bik {
  max-width: 280px;
}

.organizations__footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.organizations__footer-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 122%
}

#deleteOrganizationsBtn {
  color: var(--color-dull-grey);
}

.organizations__footer-top {
  display: flex;
  align-items: center;
  column-gap: 26px;
}

/*organizations-empty*/

.organizations-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.organizations-empty__icon {
  margin-bottom: 24px;
}

.organizations-empty__subtitle {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
  text-align: center;
}

.organizations-empty__descr {
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

.organizations-empty__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  height: 54px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: var(--color-white);
  background-color: var(--color-blue-klein);
  transition: all .3s ease-in-out;
}

.organizations-empty__btn:hover {
  background-color: var(--color-violet-blue-crayola);
}

.organizations-empty__btn:active {
  background-color: var(--color-blue-klein);
}

/*unauthorized*/

.unauthorized__subtitle {
  margin-bottom: 24px;
}

.unauthorized__descr {
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
}

.unauthorized__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 41px;
  height: 54px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: var(--color-white);
  background-color: var(--color-blue-klein);
  transition: all .3s ease-in-out;
}

.unauthorized__btn:hover {
  background-color: var(--color-violet-blue-crayola);
}

.unauthorized__btn:active {
  background-color: var(--color-blue-klein);
}

#phoneGetCodeBtn {
  background: #68C934;
  width: 145px;
  height: auto;
  flex-shrink: 0;
  border: none;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  display: block;
}

@media(max-width: 1199px) {

  /*profile*/

  .profile__item {
    padding-left: 40px;
  }

  /*orders*/

  .orders__item {
    padding: 42px 40px;
  }

  .orders__info {
    grid-column: span 9;
  }

  .orders__status {
    order: 1;
    grid-column: span 5;
  }

  .orders__price {
    order: 2;
    grid-column: 6 / span 4;
  }

  .orders__images {
    order: 4;
    grid-column: 6 / span 4;
    justify-content: end;
    gap: 10px;
  }

  .orders__images img {
    max-width: 80px;
  }

  .orders__rating {
    order: 3;
    grid-column: span 5;
  }

  .orders__rating-stars {
    gap: 10px;
  }

  /*order-card*/

  .order-card__content, .order-card__composition {
    grid-column: span 9;
  }

  .order-card__payment {
    display: none;
  }

  .order-card__product-btn {
    margin-bottom: 20px;
  }

  .order-card__product .order-card__payment-status {
    display: block;
  }

  /*promocode*/

  .promocode__item {
    padding: 24px 30px;
  }

  /*history*/

  .history__list {
    grid-template-columns: repeat(2, 1fr);
  }

  /*responses*/

  .responses__item {
    padding: 34px 40px 42px;
  }

  .responses__actions {
    right: 40px;
  }

  .responses__answer {
    padding-left: 40px;
  }

  /*personal*/

  .personal__wrapper {
    padding: 24px 40px 42px;
  }

  label[for="inputSurname"] {
    grid-column: span 4;
  }

  label[for="inputName"] {
      grid-column: span 3;
  }

  label[for="inputPatronymic"] {
    grid-column: 1 / span 4;
  }

  label[for="inputEmail"], label[for="inputPhone"] {
    grid-column: 1 / span 7;
  }

  label[for="inputEmailCode"], label[for="inputPhoneCode"] {
    grid-column: 1 / span 5;
  }

  label[for="inputCity"] {
    grid-column: 1 / span 7;
  }

  .personal__contact {
    gap: 8px;
  }

  .personal__timer-text {
    order: unset;
    grid-column: 1 / span 7;
  }

  .personal__check-verif {
    grid-column: 1 / span 7;
    padding-left: 30px;
  }

  /*organizations*/

  .organizations__wrapper {
    padding: 24px 40px 42px;
  }



}


@media(max-width: 1024px) {

  /*profile*/

  .profile__list {
    gap: 10px;
  }

  .profile__item {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }

  .profile__list-long .profile__item {
    padding-right: 50px;
  }

  /*order-card*/

  .order-card__content, .order-card__composition {
    padding: 24px 40px;
  }

  .order-card__product-img {
    max-width: 145px;
  }

  /*promocode-epty*/

  .promocode-empty__descr {
    font-size: 20px;
  }

  /*history*/

  .product__new-price {
    flex-direction: column;
    align-items: start;
  }

  /*history-empty*/

  .history-empty__subtitle {
    font-size: 20px;
  }

  .history-empty__descr {
    font-size: 20px;
  }

  /*personal*/

  .personal__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    overflow: unset;
  }

  .personal__image-wrapper::after {
    content: none;
  }

  .personal__avatar {
    margin-bottom: 6px;
  }

  .personal__avatar-text {
    display: block;
  }

  /*organizations*/

  .organizations__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    overflow: unset;
  }

  .organizations__image-wrapper::after {
    content: none;
  }

  .organizations__avatar {
    margin-bottom: 6px;
  }

  .organizations__avatar-text {
    display: block;
  }

  /*organizations-empty*/

  .organizations-empty__subtitle {
    font-size: 20px;
  }

  .organizations-empty__descr {
    font-size: 20px;
  }

}

@media (max-width: 991px) {

  /*account*/

  .account__nav {
    padding: 24px 20px 35px;
  }

  /*orders*/

  .orders__item {
    padding: 24px 25px;
  }

  .orders__info {
    grid-column: span 9;
  }

  .orders__status {
    grid-column: span 9;
  }

  .orders__price {
    order: 3;
    grid-column: span 9;
    justify-content: start;
  }

  .orders__images {
    order: 2;
    grid-column: span 9;
    justify-content: start;
  }

  .orders__images > :only-child {
    margin-left: unset;
  }

  .orders__rating {
    order: 4;
    grid-column: span 9;
  }

  /*promocode*/

  .promocode__date {
    margin-bottom: 4px;
    border: none;
  }

  .promocode__info {
    flex-direction: column;
    align-items: flex-start;
  }

  .promocode__descr {
    padding-left: 0;
  }

  /*responses*/

  .responses__answer {
    padding-left: unset;
  }
}


@media(max-width: 767px) {

  .breadcrumb-bar {
    row-gap: 0;
  }

  .page-title{
    visibility: hidden;
    height: 0;
  }

  .col-content {
    padding-top: 0;
  }

  .col-content__header {
    margin-bottom: 30px;
  }

  /*profile*/

  .profile__item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .profile__list-long .profile__item {
    padding-right: 30px;
  }

  /*orders*/

  .orders .col-nav {
    display: none;
  }

  .orders__item {
    row-gap: 15px;
  }

  .orders__info {
    order: 1;
    grid-column: span 5;
    justify-content: end;
  }

  .orders__status {
    order: 0;
    grid-column: span 4;
  }

  .orders__info > * {
    border-right: none;
  }

  .orders__date {
    display: none;
  }

  .orders__repeat {
    display: none;
  }

  .orders__status-value {
    margin-bottom: 0;
  }

  .orders__status-descr {
    order: 2;
    grid-column: span 9;
  }

  /*order-card*/

  .order-card .col-nav {
    display: none;
  }

  /*promocode*/

  .promocode .col-nav {
    display: none;
  }

  .promocode-empty {
    padding-top: 30px;
  }

  /*history*/

  .history .col-nav {
    display: none;
  }

  /*history-empty*/

  .history-empty {
    padding-top: 30px;
  }


  /*responses*/

  .responses .col-nav {
    display: none;
  }

  .responses__answer {
    padding-left: 40px;
  }


  /*personal*/

  .personal .col-nav {
    display: none;
  }

  .personal__body {
    gap: 10px;
  }

  label[for="inputSurname"] {
    grid-column: span 7;
  }

  label[for="inputName"] {
    grid-column: span 7;
  }

  label[for="inputPatronymic"] {
    grid-column: 1 / span 7;
  }

  /*organizations*/

  .organizations .col-nav {
    display: none;
  }

  /*unauthorized*/

  .unauthorized .col-nav {
    order: 1;
  }

  .unauthorized .account__nav {
    margin-bottom: 0;
  }

  .unauthorized .col-content {
    margin-bottom: 60px;
  }

}



@media(max-width: 576px) {

  .page-header {
    margin-bottom: 20px;
  }

  .col-content__header {
    margin-bottom: 20px;
  }

  .link-back {
    display: block;
  }

  .section-title {
    margin-bottom: 0;
  }

  /*account*/

  .account .col-content {
    display: none;
  }

  .account .container {
    padding: 0;
  }

  .account .row {
    margin: 0;
  }

  .account .col {
    padding: 0;
  }

  .account__nav {
    padding: 20px 16px 1px;
  }

  .account__user-name {
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 18px;
    line-height: 122%;
  }

  .account__nav-list {
    gap: 41px;
  }

  .account__nav-sublist-item a {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .account__nav-sublist-item a::after {
    content: url('/local/templates/new_5_0/assets/css/../img/arror-right.svg');
    margin-left: auto;
  }

  .nav__favorite-value {
    display: none;
  }

  .account__manager {
    margin: 201px auto 0;
    max-width: 328px;
  }

  .account__manager-photo {
    margin-top: -43%;
    width: calc(100% - 48px);
  }

  .account__manager-info {
    padding: 23px 28px 34px;
  }

  /*orders*/

  .col-content__header {
    padding: 0 15px;
  }

  .orders .container {
    padding: 0;
  }

  .orders .row {
    margin: 0;
  }

  .orders .col {
    padding: 0;
  }

  .orders__title::after {
    content: attr(data-text);
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    width: fit-content;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 122%;
    color: var(--color-dull-grey-60);
  }

  .orders__list {
    gap: 20px;
  }

  .orders__item {
    column-gap: 6px;
    row-gap: 10px;
    padding: 20px 16px;
  }

  .orders__status-value {
    margin-bottom: 0;
    font-size: 18px;
  }

  .orders__status-descr {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .orders__rating {
    margin-top: 10px;
  }

  .orders__rating-star {
    width: 24px;
    height: 23px;
  }

  .orders__images {
    gap: 6px;
  }

  .orders__images img {
    width: 80px;
  }


  .orders__price-value {
    font-size: 16px;
  }

  /*order-card*/

  .order-card .container {
    padding: 0;
  }

  .order-card .row {
    margin: 0;
  }

  .order-card .row .col {
    padding: 0;
  }

  .order-card__link-back {
    margin-bottom: 19px;
  }

  .order-card__content, .order-card__composition {
    padding: 20px 15px;
  }

  .order-card__product-info {
    flex: 1px;
  }

  .order-card__summary {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 6px;
  }

  .order-card__btn-copy {
    margin-bottom: 14px;
  }

  .order-card__status {
    width: 100%;
    font-size: 18px;
  }

  .order-card__descr {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .order-card__info-wrapper {
    gap: 10px;
    margin-bottom: 20px;
  }

  .order-card__info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .order-card__repeat {
    font-size: 16px;
  }

  .order-card__composition-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .order-card__product {
    gap: 6px;
  }

  .order-card__product-img {
    width: 22%;
    align-self: flex-start;
  }

  .order-card__product-article {
    display: none;
  }

  .order-card__product-name {
    margin-bottom: 33px;
    font-size: 14px;
  }

  .order-card__product-price-block {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 10px;
  }

  .order-card__product-price {
    margin-bottom: 0;
  }

  .order-card__product-quantity {
    margin-bottom: 0;
  }

  .order-card__product-btn {
    padding: 0 12px;
    height: 30px;
    border-radius: 4px;
    font-size: 12px;
  }

  .order-card__payment-status {
    margin-bottom: 0;
    font-size: 14px;
  }

  /*promocode*/

  .promocode .col-content__header {
    padding: 0;
  }

  .promocode__item {
    padding: 20px 30px 20px 28px;
  }

  .promocode__name {
    justify-content: space-between;
  }

  /*promocode-empty*/

  .promocode-empty {
    gap: 20px;
    padding-top: 43px;
  }

  .promocode-empty__icon svg {
    width: 38px;
    height: 38px;
  }

  .promocode-empty__descr {
    font-size: 16px;
  }

  /*history*/

  .history .container {
    padding: 0;
  }

  .history .row {
    margin: 0;
  }

  .history .row .col {
    padding: 0;
  }

  /*history*/

  .history__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product__new-price {
    flex-direction: row;
    align-items: center;
  }

  /*history-empty*/

  .history-empty {
    padding: 39px 15px 0;
  }

  .history-empty__icon {
    margin-bottom: 20px;
  }

  .history-empty__icon svg {
    width: 40px;
    height: 42px;
  }

  .history-empty__subtitle {
    font-size: 16px;
  }

  .history-empty__descr {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .history-empty__btn {
    padding: 0 30px;
    font-size: 16px;
  }

  /*responses*/

  .responses .container {
    padding: 0;
  }

  .responses .row {
    margin: 0;
  }

  .responses .row .col {
    padding: 0;
  }

  .responses__btn-wrapper {
    margin-bottom: 20px;
    padding: 0 15px;
    border: unset;
  }

  .responses__btn-group {
    width: 100%;
  }

  .responses__main-btn {
    min-width: unset;
    width: calc(100% / 2);
  }

  .responses__list {
    gap: 10px;
  }

  .responses__item {
    padding: 20px 15px;
  }

  .responses__actions {
    position: relative;
    top: unset;
    right: unset;
    justify-content: end;
  }

  .responses__header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .responses__product-name {
    font-size: 14px;
  }

  .responses__user-name, .responses__date,
  .responses__rating-text, .responses__text {
    font-size: 14px;
  }

  .responses__user {
    gap: 22px;
  }

  .responses__rating-wrapper {
    gap: 10px;
  }

  .responses__rating {
    gap: 10px;
  }

  .responses__reviews-text {
    gap: 10px;
    margin-bottom: 20px;
  }

  .responses__reviews-section {
    display: flex;
    flex-direction: column;
  }

  .responses__answer {
    padding: 0;
  }

  .responses__answer-title {
    margin-bottom: 10px;
  }

  .responses__expert {
    align-items: center;
    flex-wrap: wrap;
    column-gap: 7px;
    row-gap: 10px;
  }

  .responses__expert-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .responses__expert-name {
    margin-bottom: 0;
    width: calc(100% - 7px - 48px);
  }

  .responses__questions .responses__actions {
    display: none;
  }

  .responses__expert-comment {
    font-size: 14px;
  }

  /*personal*/

  .personal .container {
    padding: 0;
  }

  .personal .row {
    margin: 0;
  }

  .personal .col {
    padding: 0;
  }

  .personal__wrapper {
    padding: 20px 15px;
  }

  .personal__info {
    padding: 0 45px 0 28px;
  }

  .personal__check-verif {
    padding-left: 28px;
  }

  .personal__info--verif::after {
    right: 28px;
  }

  .personal__timer-text {
    padding-left: 28px;
  }

  .personal__footer {
    gap: 40px;
  }

  .personal__footer-top {
    flex-direction: column;
    align-items: baseline;
    row-gap:  20px;
  }

  /*organizations*/

  .organizations .container {
    padding: 0;
  }

  .organizations .row {
    margin: 0;
  }

  .organizations .col {
    padding: 0;
  }

  .organizations__wrapper {
    padding: 20px 15px 44px;
  }

  .organizations__header {
    gap: 10px;
  }

  .organizations__info-title {
    margin-bottom: 6px;
    padding-left: 28px;
  }

  .organizations__input-wrapper {
    margin-bottom: 10px;
  }

  .organizations__info {
    padding: 0 60px 0 28px;
  }

  .organizations__footer {
    gap: 40px;
  }

  .organizations__input-ogrn, .organizations__input-inn,
  .organizations__input-kpp, .organizations__input-bik {
    max-width: unset;
    width: 100%;
    margin-right: 0;
  }

  /*organizations-empty*/

  .organizations-empty {
    padding: 39px 15px 0;
  }

  .organizations-empty__icon {
    margin-bottom: 20px;
  }

  .organizations-empty__icon svg {
    width: 40px;
    height: 42px;
  }

  .organizations-empty__subtitle {
    font-size: 16px;
  }

  .organizations-empty__descr {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .organizations-empty__btn {
    padding: 0 38px;
    font-size: 16px;
  }

  /*unauthorized*/

  .unauthorized .container {
    padding: 0;
  }

  .unauthorized .row {
    margin: 0;
  }

  .unauthorized .col {
    padding: 0;
  }

  .unauthorized .col-content {
    padding: 0 15px;
  }

  .unauthorized__subtitle {
    margin-bottom: 10px;
  }

  .unauthorized__descr {
    margin-bottom: 20px;
  }

  .unauthorized__btn {
    padding: 0;
    max-width: 328px;
    width: 100%;
  }

}


@media(max-width: 425.99px) {

  .order-card__product-price-block {
    justify-content: space-between;
  }
}

/* End */
/* /local/templates/new_5_0/assets/css/lk.css?175673743942192 */
