.fw-custom-profile__head {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }
  .fw-custom-profile__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px -15px;
    list-style: none;
    padding: 0; }
    .fw-custom-profile__nav li {
      width: 100%;
      margin: 10px 15px;
      box-sizing: border-box;
      max-width: 140px; }
      @media (max-width: 640px) {
  .fw-custom-profile__nav li {
    max-width: 140px;
    margin: 10px; } }
      .fw-custom-profile__nav li a {
        color: #040720;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        border-radius: 10px;
        border: 1px solid #dfc228;
        background-color: #f5f5f5; }
        .fw-custom-profile__nav li a:hover {
          border-color: #ff6e2f;
          background-color: #ff6e2f;
          color: #fff; }
        @media (max-width: 640px) {
  .fw-custom-profile__nav li a {
    font-size: 16px;
    line-height: 18px;
    height: 45px; } }
    .fw-custom-profile__nav li.uk-active a {
      border-color: #ff6e2f;
      background-color: #ff6e2f;
      color: #fff; }
  .fw-custom-profile__body {
    padding-top: 30px; }
  .fw-custom-profile__user {
    padding: 50px 0;
    position: relative; }
    .fw-custom-profile__user::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: calc(50% - 673px);
      width: 1346px;
      height: 100%;
      background: #f5f5f5;
      border-radius: 10px; }
      @media (max-width: 1380px) {
  .fw-custom-profile__user::before {
    width: 100%;
    left: 0; } }
  .fw-custom-profile__user-wrap-left {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 960px) {
  .fw-custom-profile__user-wrap-left {
    padding-bottom: 30px; } }
    @media (max-width: 576px) {
  .fw-custom-profile__user-wrap-left {
    flex-direction: column; } }
  @media (max-width: 1380px) {
      .fw-custom-profile__user-wrap-right > .uk-grid {
        padding: 0 15px; } }
  .fw-custom-profile__user-count-wrap {
    border-radius: 10px;
    background-color: #fff;
    padding: 28px 0; }
    .fw-custom-profile__user-count-wrap .economy-count, .fw-custom-profile__user-count-wrap .purchases-count, .fw-custom-profile__user-count-wrap .reviews-count {
      color: #ff6e2f;
      font-size: 45px;
      font-weight: 700;
      line-height: 1.25;
      text-align: center; }
      @media (max-width: 960px) {
  .fw-custom-profile__user-count-wrap .economy-count, .fw-custom-profile__user-count-wrap .purchases-count, .fw-custom-profile__user-count-wrap .reviews-count {
    font-size: 32px; } }
  .fw-custom-profile__user-avatar {
    position: relative;
    width: 137px;
    height: 137px; }
    @media (max-width: 576px) {
  .fw-custom-profile__user-avatar {
    margin-bottom: 35px; } }
    .fw-custom-profile__user-avatar img {
      min-width: 137px;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }
    .fw-custom-profile__user-avatar svg {
      position: absolute;
      left: -10px;
      top: -10px;
      max-width: none; }
    .fw-custom-profile__user-avatar .progress-ring__circle {
      transform-origin: center;
      transform: rotate(-90deg);
      transition: stroke-dashoffset 0.3s ease; }
    .fw-custom-profile__user-avatar span {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: -18.5px;
      left: calc(50% - 18.5px);
      width: 37px;
      height: 37px;
      background: #fff;
      border-radius: 25px;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      color: #040720; }
  .fw-custom-profile__user-info {
    margin-left: 30px; }
    @media (max-width: 576px) {
  .fw-custom-profile__user-info {
    margin-left: 0;
    text-align: center; } }
  .fw-custom-profile__user-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #040720;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 576px) {
  .fw-custom-profile__user-name {
    margin-bottom: 12px; } }
  .fw-custom-profile__user-level-count {
    font-weight: 700;
    color: #040720; }
  .fw-custom-profile__user-begin-date {
    font-size: 12px;
    line-height: 1.25; }

.fw-profile-title__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 576px) {
    .fw-profile-title__block {
      justify-content: center; } }
  .fw-profile-title__block-link a {
    background: #f5f5f5;
    border: 1px solid #dfc228;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #040720;
    min-width: 170px;
    width: 100%; }
    @media (max-width: 960px) {
    .fw-profile-title__block-link a {
      min-width: 120px; } }

.fw-profile-achiev__wrap {
  padding-top: 30px; }
  .fw-profile-achiev__item-wrap {
    border: 1px solid #dfc228;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 12px; }
  .fw-profile-achiev__item-image {
    flex-shrink: 0; }
  .fw-profile-achiev__item-info {
    color: #040720;
    margin-left: 12px; }
  .fw-profile-achiev__item-name {
    text-transform: uppercase;
    font-weight: 700; }
  .fw-profile-achiev__item-slogan {
    font-size: 14px;
    line-height: 1.9; }

.fw-profile-product__grid {
  padding-top: 30px; }

@media (max-width: 576px) {
    .fw-profile-title__block-link.view-desktop {
      display: none; } }

.fw-profile-title__block-link.view-mobile {
  margin-top: 30px;
  display: none; }
  @media (max-width: 576px) {
  .fw-profile-title__block-link.view-mobile {
    display: block; } }

.fw-profile-product__grid.suggest-list .js-delete-wishlist {
  display: none; }

.fw-profile-product__grid.wish-list .js-delete-suggest {
  display: none; }

.fw-custom-wishes__empty {
  padding: 52px 92px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .fw-custom-wishes__empty p {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #040720;
    margin-bottom: 30px; }
  .fw-custom-wishes__empty a {
    padding: 13px 50px; }
  @media (max-width: 640px) {
  .fw-custom-wishes__empty {
    padding: 40px 70px; }
    .fw-custom-wishes__empty p {
      font-size: 20px;
      margin-bottom: 15px; } }

.fw-wish-products {
  color: #040720; }
  .fw-wish-products span {
    color: #dfc228;
    font-weight: 700; }

.fw-profile-product-card__wrap {
  margin-bottom: 15px; }
  .fw-profile-product-card__wrap .fw-product-card {
    background-color: #f5f5f5;
    padding: 30px 30px 30px 40px;
    flex-direction: row;
    height: auto; }
  .fw-profile-product-card__wrap .fw-product-card__body {
    padding: 0;
    display: block;
    margin-left: 20px; }
  .fw-profile-product-card__wrap .fw-product-card__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
  .fw-profile-product-card__wrap .fw-product-card__top-cart {
    margin-left: auto; }
    .fw-profile-product-card__wrap .fw-product-card__top-cart button {
      opacity: 0;
      transition: 0.3s; }
      .fw-profile-product-card__wrap .fw-product-card__top-cart button:hover {
        color: #ff6e2f; }
    .fw-profile-product-card__wrap .fw-product-card__top-cart button.to-order {
      opacity: 1; }
  .fw-profile-product-card__wrap .fw-product-card__top-wishdel button {
    opacity: 0;
    transition: 0.3s; }
    .fw-profile-product-card__wrap .fw-product-card__top-wishdel button:hover {
      color: #ff6e2f; }
  .fw-profile-product-card__wrap .fw-product-card__name {
    margin-bottom: 0; }
  .fw-profile-product-card__wrap .fw-product-card__props {
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none; }
    .fw-profile-product-card__wrap .fw-product-card__props .fw-property-item {
      display: none;
      margin-bottom: 0; }
    .fw-profile-product-card__wrap .fw-product-card__props .fw-property-item.prop-type-Type {
      display: block; }
    .fw-profile-product-card__wrap .fw-product-card__props .fw-property-name {
      display: none; }
  .fw-profile-product-card__wrap .fw-product-card__image {
    width: 160px;
    height: 90px; }
    .fw-profile-product-card__wrap .fw-product-card__image a img {
      margin-top: 0; }
  .fw-profile-product-card__wrap .fw-product-card__footer {
    justify-content: flex-start; }
  .fw-profile-product-card__wrap .fw-product-card__discount {
    line-height: 19px;
    margin-right: 14px; }
  .fw-profile-product-card__wrap .fw-product-card:hover .fw-product-card__top-cart button {
    opacity: 1; }
    .fw-profile-product-card__wrap .fw-product-card:hover .fw-product-card__top-wishdel button {
      opacity: 1; }

.fw-achievements-profile {
  padding-top: 65px; }
  .fw-achievements-profile__progress {
    position: relative;
    height: 30px; }
  .fw-achievements-profile__progress-ph {
    height: 100%;
    width: 100%;
    background: #f0f0f0;
    border-radius: 61px; }
  .fw-achievements-profile__progress-prog {
    border-radius: 61px;
    height: 100%;
    width: 17%;
    background: linear-gradient(270deg, #dfc228 0%, #fbdf49 100%); }
  .fw-achievements-profile__progress-desc {
    color: #040720;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .fw-achievements-profile__wrap {
    padding-top: 20px; }
  .fw-achievements-profile__item-wrap {
    border-radius: 10px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: flex-start;
    padding: 30px; }
  @media (max-width: 960px) {
    .fw-achievements-profile__item-wrap {
      padding: 20px; } }
  .fw-achievements-profile__item-img {
    width: 78px;
    flex-shrink: 0;
    position: relative; }
  .fw-achievements-profile__item-img img.fw-achievements-profile__item-img-main-image {
    width: 100%;
    filter: brightness(0.3); }
  .fw-achievements-profile__item-img img.lock-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 960px) {
    .fw-achievements-profile__item-img {
      width: 50px; } }
  .fw-achievements-profile__item-info {
    margin-left: 30px;
    color: #656666;
    max-width: 170px; }
  @media (max-width: 960px) {
    .fw-achievements-profile__item-info {
      margin-left: 20px; } }
  .fw-achievements-profile__item-name {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px; }
  .fw-achievements-profile__item-slogan {
    font-size: 14px;
    line-height: 1.9; }
  .fw-achievements-profile__item-slogan span {
    font-weight: 700; }

.fw-achievements-profile__item.active .fw-achievements-profile__item-wrap {
  background: transparent;
  border-color: #dfc228; }
  .fw-achievements-profile__item.active img.fw-achievements-profile__item-img-main-image {
    filter: brightness(1); }
  .fw-achievements-profile__item.active img.lock-img {
    display: none; }
  .fw-achievements-profile__item.active .fw-achievements-profile__item-info {
    color: #040720; }

.fw-active-promocodes .fw-active-promocodes__count {
  color: #dfc228; }

.fw-promocodes__wrap {
  padding-top: 30px; }
  .fw-promocodes__wrap-head {
    font-size: 12px;
    line-height: 1.25;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
    text-transform: uppercase; }
  .fw-promocodes__item {
    padding-top: 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e5e5e5; }
  .fw-promocodes__item.no-active .fw-promocodes__item-status {
    color: #b2b2b2; }
    .fw-promocodes__item.no-active .fw-promocodes__item-boughts {
      color: #b2b2b2; }
    .fw-promocodes__item.no-active .fw-promocodes__item-times {
      color: #b2b2b2; }
    .fw-promocodes__item.no-active .js-copy-to-clipboard {
      pointer-events: none;
      cursor: default; }
  .fw-promocodes__item-number {
    position: relative;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%; }
  @media (max-width: 1150px) {
    .fw-promocodes__item-number {
      width: 90%; } }
  @media (max-width: 960px) {
    .fw-promocodes__item-number {
      width: 100%; } }
  .fw-promocodes__item-number span.js-copy-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #040720; }
    .fw-promocodes__item-number span.js-copy-text.copied {
      color: #ff6e2f; }
  .fw-promocodes__item-times {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #040720; }
  @media (max-width: 960px) {
    .fw-promocodes__item-times {
      font-size: 18px; } }
  .fw-promocodes__item-boughts {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #040720; }
  @media (max-width: 960px) {
    .fw-promocodes__item-boughts {
      font-size: 18px; } }
  .fw-promocodes__item-status {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #040720; }
  @media (max-width: 960px) {
    .fw-promocodes__item-status {
      font-size: 18px; } }

.fw-notification.fw-custom-notif {
  background: #ff6e2f;
  border-radius: 50px;
  font-size: 10px;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
  transform: translateX(130%);
  top: -10px; }

.fw-profile-settings {
  padding: 50px 50px 68px 70px;
  background: #f5f5f5;
  border-radius: 10px; }
  @media (max-width: 768px) {
  .fw-profile-settings {
    padding: 30px 20px 65px 20px; } }
  .fw-profile-settings__item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5; }
  .fw-profile-settings__item-avatar {
    position: relative;
    width: 188px;
    height: 188px; }
  @media (max-width: 640px) {
    .fw-profile-settings__item-avatar {
      width: 137px;
      height: 137px; } }
  .fw-profile-settings__item-avatar img {
    width: 100%;
    min-width: 137px;
    border-radius: 50%;
    overflow: hidden; }
  .fw-profile-settings__item-name {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    line-height: 1.25;
    color: #040720;
    font-weight: 700; }
  .fw-profile-settings__item-info {
    text-align: center;
    margin-top: 24px; }
  .fw-profile-settings__item-level {
    padding-top: 15px; }
  .fw-profile-settings__item-id {
    line-height: 1.25; }
  .fw-profile-settings__item-id span {
    font-weight: 700;
    color: #040720; }
  .fw-profile-settings__item-body {
    padding-top: 30px; }
  .fw-profile-settings__item-avatars-wrap > div {
    display: flex;
    justify-content: center;
    align-items: center; }
  .fw-profile-settings__item-avatars-wrap .js-mini-avatar-click {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer; }
    .fw-profile-settings__item-avatars-wrap .js-mini-avatar-click.active {
      border: 3px solid #ff6e2f; }
    .fw-profile-settings__item-avatars-wrap .js-mini-avatar-click img {
      width: 100%; }
  .fw-profile-settings__item-data-form form.form-horizontal {
    padding-top: 30px; }
  .fw-profile-settings .email-notification {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 10px; }
  .fw-profile-settings .email-notification p {
    position: relative;
    padding-left: 34px;
    color: #fff !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    margin: 0; }
    .fw-profile-settings .email-notification p::before {
      content: "";
      position: absolute;
      top: calc(50% - 12px);
      left: 0;
      width: 24px;
      height: 24px; }
  .fw-profile-settings .email-notification.notification--true {
    min-height: 58px;
    padding: 14px 32px 10px 32px;
    background: #228b22; }
    .fw-profile-settings .email-notification.notification--true p::before {
      background: url('/uploads/storage/login-profile/check-notification.svg') no-repeat; }
  .fw-profile-settings .fw-profile-social-log {
    display: flex;
    margin-right: -5px;
    margin-left: -5px; }
  .fw-profile-settings .fw-profile-social-log__item {
    padding: 0 5px; }
    .fw-profile-settings .fw-profile-social-log__item a {
      width: 42px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 50%; }
    .fw-profile-settings .fw-profile-social-log__item a img {
      width: 22px;
      height: 22px;
      object-fit: cover; }
  .fw-profile-settings .fw-profile-submut {
    max-width: 310px;
    width: 100%; }
  .fw-profile-settings .fw-profile-country-select {
    background: #ededed;
    color: #656666;
    background-image: url('/uploads/storage/login-profile/profile-sett/lock.svg') !important;
    background-position: 96% 50% !important; }
  .fw-profile-settings #User_first_name {
    background: #ededed;
    color: #656666;
    background-image: url('/uploads/storage/login-profile/profile-sett/lock.svg') !important;
    background-repeat: no-repeat;
    background-position: 96% 50% !important; }

.fw-profile-order__head {
  font-size: 12px;
  line-height: 1.25;
  padding-bottom: 17px;
  text-transform: uppercase; }
  .fw-profile-order__wrap {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px; }
  @media (max-width: 576px) {
    .fw-profile-order__wrap {
      border-top: none; } }
  .fw-profile-order__item {
    border-radius: 10px;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 30px 20px;
    transition: 0.3s;
    margin-bottom: 20px; }
  .fw-profile-order__item:hover {
    border-color: #dfc228; }
  .fw-profile-order__item-name {
    font-size: 20px;
    color: #ff6e2f;
    font-weight: 700;
    text-align: center; }
  .fw-profile-order__item-date {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #040720;
    text-align: center; }
  .fw-profile-order__item-price {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #040720;
    text-align: center; }

.fw-profile-purchase {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 640px) {
  .fw-profile-purchase {
    justify-content: center; }
    .fw-profile-purchase .fw-profile-purchase__total {
      display: none; } }
  .fw-profile-purchase span {
    font-weight: 700;
    color: #dfc228; }

.fw-profile-order-prod__block {
  padding-top: 30px; }
  .fw-profile-order-prod__head {
    font-size: 12px;
    line-height: 1.25;
    padding-bottom: 17px;
    text-transform: uppercase; }
  .fw-profile-order-prod__body {
    border-top: 1px solid #e5e5e5; }
  .fw-profile-order-prod__item-wrap {
    padding: 30px 0 40px;
    border-bottom: 1px solid #e5e5e5; }
  .fw-profile-order-prod__item-wrap.open-block {
    border-color: #dfc228; }
  .fw-profile-order-prod__item-head {
    display: flex;
    align-items: center; }
  .fw-profile-order-prod__image {
    width: 106px;
    height: 67px;
    border-radius: 10px;
    overflow: hidden; }
  .fw-profile-order-prod__image a {
    display: block;
    width: 100%;
    height: 100%; }
    .fw-profile-order-prod__image a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .fw-profile-order-prod__info {
    margin-left: 30px; }
  .fw-profile-order-prod__name {
    margin-bottom: 4px; }
  .fw-profile-order-prod__name a {
    line-height: 1.25;
    font-weight: 700;
    color: #040720;
    transition: 0.3s; }
    .fw-profile-order-prod__name a:hover {
      color: #ff6e2f; }
  .fw-profile-order-prod__props .fw-property-item {
    margin-bottom: 0;
    color: #656666;
    display: none; }
    .fw-profile-order-prod__props .fw-property-item.prop-type-Type {
      display: block; }
  .fw-profile-order-prod__props .fw-property-name {
    display: none; }
  .fw-profile-order-prod__item-price {
    color: #ff6e2f;
    font-weight: 700; }
  .fw-profile-order-prod__item-date {
    color: #040720;
    font-weight: 600; }
  .fw-profile-order-prod__item-no {
    color: #040720;
    font-weight: 600; }
  .fw-profile-order-prod__item-rating .fw-profile-rating span.star {
    color: #dbdbdb; }
    .fw-profile-order-prod__item-rating .fw-profile-rating span.star.star-fill {
      color: #ff6e2f; }

.js-profile-add-review {
  padding: 7px 11px;
  font-size: 12px;
  line-height: 1.25;
  color: #040720;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer; }
  .js-profile-add-review:hover {
    border-color: #040720; }

.fw-profile-rating {
  margin-bottom: 7px;
  position: relative; }
  .fw-profile-rating span + span {
    margin-left: 8px; }
  .fw-profile-rating__arr {
    color: #040720;
    position: absolute;
    right: 0;
    top: 20%;
    transform: rotate(0);
    transition: 0.2s; }

.fw-profile-comm-input-wrap {
  display: flex;
  flex-direction: column;
  position: relative; }
  .fw-profile-comm-input-wrap label {
    margin-bottom: 12px;
    font-weight: 700;
    color: #040720;
    font-size: 16px; }
  .fw-profile-comm-input-wrap input {
    border-radius: 33px;
    background-color: #f5f5f5;
    padding: 14px 20px;
    font-size: 14px;
    color: #040720;
    border: none; }
  .fw-profile-comm-input-wrap .js-copy-to-clipboard {
    position: absolute;
    right: 15px;
    bottom: 12px; }
  .fw-profile-comm-input-wrap .fw-notification.fw-custom-notif {
    transform: translateX(375%);
    top: 27px; }

.fw-profile-order-footer {
  padding-top: 36px;
  display: none; }
  .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-reviews-title-block {
    display: none; }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-comments-custom__filter {
      display: none; }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-comments-block__custom-left {
      display: none; }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap form.fw-comments-form {
      width: 100%; }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-input-custom-group.custom-comment-group {
      margin-bottom: 0;
      position: relative; }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-profile-rating-wrap {
      position: relative;
      padding: 30px 36px;
      height: 152px;
      box-sizing: border-box;
      background: #f5f5f5;
      border-radius: 10px; }
    @media (max-width: 1100px) {
      .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-profile-rating-wrap {
        padding: 20px; } }
    @media (max-width: 640px) {
      .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-profile-rating-wrap {
        padding: 0px;
        text-align: center;
        height: auto;
        background-color: #fff; } }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-comments__btn-wrap {
      height: 152px; }
    @media (max-width: 640px) {
      .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-comments__btn-wrap {
        height: auto; } }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-rating-input {
      margin-top: 7px;
      margin-bottom: 5px; }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-rating-input label {
      padding-right: 12px; }
    .fw-profile-order-footer .fw-profile-comment-block__form-wrap .fw-rating-input label.star {
      color: #dbdbdb; }

.fw-profile-order-prod__item-wrap.open-block .fw-profile-rating__arr {
  transform: rotate(180deg); }

#order-pay-block button {
  cursor: pointer; }

.fw-profile-rating-wrap__alert {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e32424;
  font-size: 12px;
  line-height: 2.5; }
  .fw-profile-rating-wrap__alert span + span {
    margin-left: 5px; }

.fw-profile-rating-wrap__alert.text {
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%); }

.fw-profile-rating-wrap__alert.rating-position {
  position: absolute;
  left: 35px;
  bottom: 25px; }

.notice.custom-notice {
  font-weight: 600;
  color: #040720;
  text-align: center; }

@media (max-width: 640px) {
  .fw-profile-purchase {
    text-align: center; }

  .fw-profile-order-prod__item-rating {
    display: flex;
    justify-content: space-between; }
    .fw-profile-order-prod__item-rating .fw-profile-rating__arr {
      position: static; }
    .fw-profile-order-prod__item-rating .js-profile-add-review {
      display: flex;
      justify-content: center;
      align-items: center; } }

.order-status {
  padding-top: 30px;
  padding-bottom: 70px; }
  .order-status__wrap {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 114px 0 183px;
    position: relative; }
  .order-status__wrap::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: url('/uploads/storage/login-profile/order-bg-01.svg');
    background-repeat: no-repeat;
    background-position: center center; }
  .order-status__wrap-inner {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .order-status__wrap-title h1 {
    font-weight: 700;
    font-size: 30px;
    font-weight: 700;
    color: #040720; }
  .order-status__wrap-descr {
    text-align: center;
    color: #727272;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px; }
  .order-status__wrap-check {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #ff6e2f;
    border-radius: 50%;
    margin-bottom: 23px; }
  .order-status__wrap-check span {
    color: #fff; }
  .order-status__wrap-check.error-var {
    background-color: #f00; }
  .order-status__wrap-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .order-status__wrap-buttons a {
    width: 210px;
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px; }
  @media (max-width: 640px) {
  .order-status {
    padding-top: 15px;
    padding-bottom: 15px; }
    .order-status__wrap {
      border: none;
      padding: 35px 0 70px; }

    .order-status__wrap-inner {
      max-width: none; }

    .order-status__wrap-buttons a {
      margin: 8px;
      width: 100%; }
      .order-status__wrap-buttons a.fw-btn-primary {
        order: -1; }

    .order-status__wrap::after {
      background-position: -275px 0;
      background-size: cover; } }

.order-status__wrap.error-var {
  overflow: hidden; }
  .order-status__wrap.error-var::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('/uploads/storage/login-profile/order-bg-02.svg');
    background-repeat: no-repeat;
    background-position: center center; }

.order-status__wrap.pay::after {
  display: none; }

.fw-profile-product__slider-mobile {
  display: none; }

.fw-profile-custom-checkbox {
  display: flex;
  align-items: center; }
  .fw-profile-custom-checkbox label {
    margin-left: 10px; }
  .fw-profile-custom-checkbox input {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background-color: #fff; }

.fw-btn-addToCart.to-order svg {
  display: none; }

@media (max-width: 960px) {
  .fw-profile-product-card__wrap .fw-product-card {
    flex-direction: column;
    align-items: center;
    padding: 30px; }
    .fw-profile-product-card__wrap .fw-product-card__image {
      max-width: 270px;
      width: 100%;
      height: 150px; }
    .fw-profile-product-card__wrap .fw-product-card__head {
      margin-bottom: 22px; }
    .fw-profile-product-card__wrap .fw-product-card__body {
      margin-left: 0;
      width: 100%; }
    .fw-profile-product-card__wrap .fw-product-card__top {
      padding-bottom: 15px;
      margin-bottom: 25px; } }

@media (max-width: 640px) {
  .fw-custom-profile__head {
    padding-top: 0; } }

@media (max-width: 576px) {
  .fw-profile-product__grid-desktop {
    display: none; }

  .fw-profile-product__slider-mobile {
    display: block; }

  .fw-profile-order-prod__item-wrap {
    padding: 20px 0 30px; }

  .fw-profile-order-prod__item {
    margin-top: 20px; }

  .fw-profile-order-prod__item-rating.cust-in-profile {
    margin-top: 25px !important; }

  .fw-profile-rating-wrap__alert.text {
    position: static;
    transform: translateX(0); }

  .fw-profile-rating-wrap__alert.rating-position {
    position: static; }

  .fw-wish-products {
    text-align: center; }

  .fw-profile-settings .fw-profile-social-log {
    justify-content: center; }

  .fw-profile-bottom-text {
    text-align: center; }

  .fw-profile-settings {
    margin: 0 -15px;
    padding: 30px 15px 50px;
    border-radius: 0; }

  .fw-active-promocodes {
    text-align: center; }

  .fw-promocodes__item {
    padding-top: 15px;
    padding-bottom: 30px; } }

@media (max-width: 400px) {
  .fw-profile-product-card__wrap .fw-product-card {
    align-items: flex-start; } }
