[class*=favourites] .page > main {
  max-width: 1600px;
  margin: auto;
}
@media(max-width:1620px) {
  [class*=favourites] .page > main {
    padding: 0 10px;
  }
}
ul.catalog_top__slider.in_shop_sections {
  display: flex;
  gap: 10px;
  margin: 2em 0;
}
.imgs__list {
  height: 100%;
  position: relative;
  width: 100%;
}
.imgs__item {
  height: 100%;
}
span.button__title {
  color: white;
}
ul.catalog_shop__slider {
  margin-bottom: 2em;
}
.catalog_top__slider .card__imgs {
  width: 100%;
  height: 100%;
  max-width: 15.375rem;
  max-height: 15.375rem;
  margin: auto;
}

.catalog_top__slide .imgs__item img {
  max-height: 246px;
    object-fit: contain;
    padding: 1px;
}

.card__name {
  height: 70px;
}

.catalog_top__slider .card {
  max-height: unset;
  display: flex;
  flex-direction: column;
}

.t-messages .btn {
  background: var(--button_bg);
  color: #fff;
  text-decoration: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  width: 100%;
  display: block;
  text-align: center;
}

.t-messages .btn:hover {
  background: var(--button_bg_hover);
}

.page h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 58px;
}

@media(width <= 25rem) {
  .page h1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}

.catalog_shop__slider ul.catalog_top__slider {
  width: 100%;
}

/*user page*/

.user-page-cont {
  position: relative;
  padding: 0 0 146px 0;
}

.user-page-menu {
  padding: 0;
  height: 100%;
  width: 307px;
  left: 0;
  top: 0;
}

.user-page-order-elem-text li,
.user-page-menu li {
  list-style: none!important;
}

.user-page-menu-link {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border-radius: 3px;

  line-height: 34px;

  font-size: 18px;
  position: relative;
  display: block;
  padding: 0 5px 0 40px;
  margin: 0 0 10px;
  height: 34px;
  width: 100%;

}

.user-page-menu-link.current,
.user-page-menu-link:hover {
  background: #068f9c;
  color: #ffffff;
}

.user-page-menu-link:before {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  left: 10px;
  top: 9px;
}


.user-page-block {
  min-height: 250px;
}

.wrap-user-page-order-h1 {
  margin-bottom: 30px;
  position: relative;
}

.user-page-order-page-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  position: absolute;
  top: 50%;
  right: 0;

  font-size: 16px;

  border: 1px solid #068f9c;
  border-radius: 4px;
  overflow: hidden;
  transform: translate(0, -50%);
}

.user-page-order-page-tab-item {
  padding: 9px 10px 8px 10px;
  display: inline-block;
  line-height: 1;

  border: none;
  box-sizing: border-box;
}

.user-page-order-page-tab-item_act {
  color: #fff;
  background: #068f9c;
}

.user-page-header {

  line-height: 28px;

  font-size: 24px;
  margin: 0 0 30px;

}

.user-page-order-section-h {
  margin: 0 0 20px;

  line-height: 1;
  font-weight: 600;
  font-size: 20px;
}

.user-page-order-h2 {
  margin: 0 0 16px;
  line-height: 1.4;
  font-size: 18px;
}

.user-page-order-h2__status {
  margin-left: 10px;
  display: none;
  color: #cf3b32;
  font-size: 16px;
  font-weight: normal;
}

.user-page-order-h-baloon {
  margin: 0 0 0 20px;
  padding: 4px 12px 3px 12px;
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 14px;
  line-height: 1.2;
  background: #fbefd5;
  border: 1px solid #f9e9c7;
  box-sizing: border-box;
  border-radius: 3px;
}

.user-page-data {
  font-size: 0;
  margin: 0 0 40px;
}

.user-page-data a {
  font-size: inherit;
  color: inherit;
}

.user-page-data-elem {
  vertical-align: top;
  display: inline-block;
}

.user-page-data-elem__date {
  width: 17.59%;
}

.user-page-data-elem__phone {
  width: 22.17%;
}

.user-page-data-elem__mail {
  width: 30.17%;
}

.user-page-data-elem__discount {
  width: 30.07%;
}

.user-page-data-elem-head {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px;
  color: #068f9c;
}

.user-page-data-elem-text {
  font-size: 18px;
  overflow: hidden;
}

.user-page-data-elem-text span {
  font-size: 14px;
  display: block;
  margin: 8px 0 0;
  color: #a3a3a3;
}

.wrap-user-page-order-item {
  margin-bottom: 25px;
}

.ico-success {
  margin-right: 7px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.ico-success svg {
  width: 100%;
  vertical-align: top;
}

.user-page-order {
  font-size: 0;
}

.user-page-order a {
  border-bottom: 1px solid #b4dde1;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
}

.user-page-order a:hover {
  border-color: transparent;
}

.user-page-order_sub {
  margin-top: 10px;

}

.user-page-order_sub .user-page-order-elem__positions,
.user-page-order_sub .user-page-order-elem__price {
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}

.user-page-order_summary {
  line-height: 1.4;
}

@media(width >=25.01rem) {
  .user-page-order-mobile-footer {
    display: none;
  }
}

.user-page-order a.sale-order-list-cancel-link {
  text-decoration: underline;
  margin-top: 10px;
  font-size: 12px;
  display: block;
}

.user-page-order a.sale-order-list-cancel-link:hover {
  text-decoration: none;
}

.user-page-order-elem {
  vertical-align: top;
  position: relative;
  display: inline-block;

}

.user-page-order-elem__date {
  width: 10%;
}

.user-page-order-elem__status {
  width: 9%;
}

.user-page-order-elem__status.not-paid {
  color: #e12626;
}

.user-page-order-elem__positions {
  width: 25%;
}

.user-page-order-badge-sale {
  color: #e12626;
  white-space: nowrap;
}

.user-page-order-elem__price {

  width: 13.98%;
  text-align: right;

}

.user-page-order-elem__price .user-page-order-elem-head,
.user-page-order-elem__price .user-page-order-elem-text {
  padding-right: 20px;
  box-sizing: border-box;
}

.user-page-order-elem__price .user-page-order-elem-text {
  white-space: nowrap;
}

.user-page-order-elem__delivery {
  width: 13%;
}

.user-page-order-elem__delivery .user-page-order-elem-text {
  padding-right: 15px;
}

.user-page-order-elem__pymant {
  width: 26.18%;
}

.user-page-order-elem__comment {
  width: 10%;
}

.user-page-order-elem__pymant .right-block,
.user-page-order-elem__pymant .left-block {
  width: 50%;
}

.user-page-order-elem__pymant .right-block {
  text-align: right;
}

.user-page-order-elem-head {
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
  background: transparent;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 18px;
  color: #068f9c;
  height: 45px;
}

.user-page-order--address {
  margin-top: 14px;
}

.user-page-order--address .user-page-order-elem-head {
  padding-bottom: 6px;
  display: flex;
  align-items: flex-start;
  height: auto;
  font-size: 16px;
}

.user-page-order--address a {
  border-bottom: none !important;
}

.user-page-order--address a:hover {
  opacity: 0.7;
}

.user-page-order--address .ico-cart-edit__wrap {
  margin: -1px 10px 0 30px;
}

.user-page-order-elem-text {
  font-size: 14px;
  line-height: 1.4;
}

.user-page-order-elem-text li {
  clear: both;
}

.user-page-order-elem-text .wrap-order-name {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  align-items: center;
}

.user-page-order-elem-text .order-name {
  margin: 0;
}

.user-page-order-elem-text .order-image {
  max-width: 30px;
  margin-right: 10px;

}

.user-page-order-elem-text .order-more {
  font-size: 14px;
  margin: 0 0 15px;
  color: #a3a3a3;
}

.user-page-order-elem-text li:last-child .order-more {
  margin: 0;
}

.user-page-order-elem-text .order-deliver-head {
  margin: 0 0 9px;
  color: #3da2ac;
}

.user-page-order-elem-text .order-deliver-desc-head {
  line-height: 19px;
}

.user-page-order-elem-text .order-deliver-desc-text {
  line-height: 19px;
  font-size: 12px;
  margin: 0 0 19px;
  color: #737373;
}

.user-page-order-elem-text .button-main {
  border-radius: 3px;
  line-height: 26px;

  font-size: 14px;
  min-width: 90px;
  border: 0 none;
  height: 26px;
  width: 92px;
}

.user-page-order-elem-text__pos-summ-mobile {
  display: none;
}

.user-page-order-elem__disclaimer {
  font-size: 11px;
}

.user-page-order-page-tab-item_act {
  color: white !important;
}

[class*=favourites] main.main {
  max-width: 1600px;
  margin: auto;
  margin-bottom: 3em;
}
[class*=favourites] .user-page-cont.inner-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 112px;
  margin-top: 35px;
}

[class*=favourites] .user-page-block {
  width: 100%;
}
[class*=favourites] h1 {
  font-size: 48px;
  line-height: 58px;
}
[class*=favourites] h2.user-page-header {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 24px;
}
[class*=favourites] .profile-table.data-table > div,
[class*=favourites] .birth-and-email-wrap > div,
[class*=favourites] .user-page-data-elem {
  gap: 1em;
  border-radius: 8px;
  padding: 12px 24px;
  box-shadow: 0px 0px 15px 0px #0000001A;
  margin-bottom: 20px;
}
[class*=favourites] .user-page-data-elem {
  display: flex;
}
[class*=favourites] .personal-name-wrap {
  font-size: 17px;
  line-height: 20px;
  color: #7EC0C7;
  text-align: center;
  border-bottom: 1px solid #EBF1FA;
  padding: 32px 24px 20px;
}
[class*=favourites] .personal-name-wrap span {
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #205A5A;
}
[class*=favourites] .user-page-menu {
  box-shadow: 0px 0px 5px 0px #0000001A;
  border-radius: 16px;
  height: auto;
}
[class*=favourites] .user-page-menu ul {
  padding: 32px 24px;
}
[class*=favourites] .user-page-menu ul li {
  padding-left: 40px;
  margin-bottom: 16px;
  white-space: nowrap;
  background-repeat: no-repeat;
  list-style: none;
}
[class*=favourites] li.my.personal.active,
[class*=favourites] li.my.personal:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_personal_data_active.svg)!important;
}
[class*=favourites] li.my.history.active,
[class*=favourites] li.my.history:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_orders_active.svg)!important;
}
[class*=favourites] li.my.favpurites.active,
[class*=favourites] li.my.favpurites:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_favpurites_active.svg)!important;
}
[class*=favourites] li.my.address.active,
[class*=favourites] li.my.address:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_places_active.svg)!important;
}
[class*=favourites] li.my.discount.active,
[class*=favourites] li.my.discount:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_discount_card_active.svg)!important;
}
[class*=favourites] li.my.favourites.active,
[class*=favourites] li.my.favourites:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_favourites_active.svg)!important;
}
[class*=favourites] li.my.edit.active,
[class*=favourites] li.my.edit:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_personal_data_active.svg)!important;
}
[class*=favourites] li.my.exit.active,
[class*=favourites] li.my.exit:hover {
  background-image: url(/local/templates/dryclean_shop/img/content/personal/my_exit_active.svg)!important;
}
[class*=favourites] .user-page-data-elem-head {
  color: #7EC0C7;
}
[class*=favourites] .profile-table.data-table label {
  color: #7EC0C7;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
[class*=favourites] .profile-table {
  max-width: 800px;
}
[class*=favourites] .birth-and-email-wrap {
  display: flex;
  box-shadow: unset !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
[class*=favourites] .email {
  width: 100%;
}
[class*=favourites] .birthdate > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

[class*=favourites] .for_submit,
[class*=favourites] .agree {
  box-shadow: unset !important;
  padding-left: 0 !important;
}
[class*=favourites] .registration-subscription {
  display: flex;
  gap: 1em;
}
[class*=favourites] .profile-table.data-table label[for=reg1] {
  font-size: 20px;
  line-height: 23px;
  color: #205A5A;
}
[class*=favourites] input.button-main[name=save]:hover,
[name=form_auth] input.btn.btn-primary:hover {
  background-color: var(--button_bg_hover);
}
[class*=favourites] input.button-main[name=save] {
  border-radius: 8px;
  padding: 16px 48px;
  background-color: #068F9C;
  color: #fff;
}
[class*=favourites] .is-success.mb-10:not(:empty) {
  margin-bottom: 2em;
  color: #7ecce0;
}
[class*=favourites] .is-errors.mb-10:not(:empty) {
  margin-bottom: 2em;
  color: #ff470f;
}
.catalog_top__slide {
  max-width: 24rem!important;
}

@media(width <=25rem) {
  tr.profile-form__line {
    flex-wrap: wrap;
  }

  .user-page-menu-wrap {
    margin: auto;
    width: 100%;
  }

  td.profile-form__label {
    flex: 0 0 100%;
  }

  [class*=favourites] .user-page-block {
    margin: 0 10px 3em;
  }

  td.profile-form__error {
    flex: 0 0 100%;
  }

  .user-page-cont {
    padding: 0 0 30px;
  }

  .user-page-block {
    border: none;
    width: 100%;
  }

  .wrap-user-page-order-h1 {
    margin-bottom: 20px;
    position: relative;
  }

  .user-page-order-h1 {
    margin-bottom: 15px;
  }

  .user-page-order-page-tab {
    width: fit-content;
        max-width: none;
        position: relative;
        top: 0;
        transform: translate(0, 0);
        right: unset;
        margin: auto;
  }

  .user-page-order-page-tab-item {
    text-align: center;
  }

  .user-page-order-page-tab-item span {
    display: none;
  }

  .wrap-user-page-order-item {
    padding: 0 15px 10px 15px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 25px;
  }

  .user-page-order-h2 {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }

  .user-page-order-h2__status {
    display: inline-block;
  }

  .wrap-user-page-order {
    display: none;
  }

  .user-page-order_main {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #efefef;
    display: flex;
    flex-direction: column;
  }

  .user-page-menu {
    position: relative;
    padding: 0 10px;
    width: 100%;
  }

  .user-page-order_sub {
    padding-top: 0;
  }

  .user-page-order-elem {
    /* padding: 0 0 0 100px; */
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }

  .user-page-order-elem-head {
    padding: 0 0 0;
    margin: 0 0 3px 0;
    font-size: 12px;
    border-bottom: 0 none;
    height: auto;
  }

  .user-page-order-elem-text {
    font-size: 14px;
    line-height: 1.4;
  }

 
  .user-page-order-h2:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    border-color: transparent transparent #3d8a98 transparent;
    border-style: solid;
    border-width: 6px;
    transform-origin: 50% 70%;
    transform: rotate(-180deg);
    transition: transform 0.3s ease-out;
  }

  .wrap-user-page-order-item.is-open .user-page-order-h2:after {
    transform: rotate(0deg);
  }

  .wrap-user-page-order-item.is-open .wrap-user-page-order {
    display: block;
  }
}

@media(width <=35rem) {
  [class*=favourites] .user-page-cont.inner-block {
    flex-wrap: wrap;
    gap: 1em;
    padding: 10px;
  }
  .user-page-menu-wrap {
    width: 100%;
  }
  [class*=favourites] .user-page-menu {
    width: 100%;
  }
  [class*=favourites] .catalog_top__slider .card {
    max-width: unset;
  }
  [class*=favourites] .catalog_top__slide {
    padding: 0;
  }
}