.presonal-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .presonal-section .permanently-hidden {
    display: none; }
  .presonal-section .pagination-wrap {
    margin-top: 70px; }
  .presonal-section__menu {
    margin-right: 24px;
    width: 204px;
    min-width: 204px; }
    @media (max-width: 1199px) {
      .presonal-section__menu {
        width: 180px;
        min-width: 180px; } }
    @media (max-width: 991px) {
      .presonal-section__menu {
        display: none; } }
    .presonal-section__menu a {
      display: inline-block;
      padding: 10px 16px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      margin-bottom: 2px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-decoration: none;
      color: #2F2F2F;
      font-weight: 500;
      font-size: 15px;
      line-height: 120%; }
      .presonal-section__menu a:hover {
        background: #EFF0F1; }
      .presonal-section__menu a.selected {
        font-weight: 600;
        color: #FFFFFF;
        background: #2F2F2F; }
      .presonal-section__menu a:last-of-type {
        color: #A3A3A3; }
        .presonal-section__menu a:last-of-type:hover {
          color: #2F2F2F;
          background: transparent; }
    @media (max-width: 991px) {
      .presonal-section__menu.permanently-visible {
        display: block;
        width: calc(100% + 30px);
        min-width: auto;
        margin-right: -15px;
        margin-left: -15px; }
        .presonal-section__menu.permanently-visible br {
          display: none; }
        .presonal-section__menu.permanently-visible a {
          font-size: 16px;
          padding: 19px 50px 19px 15px;
          border-top: 1px solid #EFF0F1;
          display: block;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.77734 4.44449L13.3329 10L7.77734 15.5556' stroke='%23A3A3A3' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
          background-position: right 15px center;
          background-repeat: no-repeat; }
          .presonal-section__menu.permanently-visible a:last-of-type {
            border-bottom: 1px solid #EFF0F1;
            background-image: none; } }
  .presonal-section__content {
    width: 100%; }
  .presonal-section .price-list {
    margin: 0 -12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 639px) {
      .presonal-section .price-list {
        margin: 0; } }
    .presonal-section .price-list__item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
      margin: 0 12px 24px;
      background: #FFFFFF;
      width: calc(50% - 24px);
      text-decoration: none;
      padding: 14px 16px 14px 24px; }
      @media (max-width: 639px) {
        .presonal-section .price-list__item {
          margin: 0 0 14px;
          width: 100%; } }
      .presonal-section .price-list__item:hover .price-list__name {
        color: #8D8D8D; }
    .presonal-section .price-list__name {
      color: #2F2F2F;
      font-weight: 600;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: -0.03em;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .presonal-section .price-list__size {
      color: #A3A3A3;
      font-weight: 500;
      font-size: 14px;
      line-height: 120%;
      margin-top: 6px; }
    .presonal-section .price-list__ext {
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33 17.1599V33.0769C33 34.1174 32.5891 35.1152 31.8577 35.851C31.1263 36.5867 30.1343 37 29.1 37H10.9C9.86566 37 8.87368 36.5867 8.14228 35.851C7.41089 35.1152 7 34.1174 7 33.0769V6.92308C7 5.88261 7.41089 4.88476 8.14228 4.14904C8.87368 3.41332 9.86566 3 10.9 3H18.9234C19.6128 3.0001 20.2738 3.27556 20.7613 3.76582L32.2387 15.3111C32.7261 15.8015 32.9999 16.4665 33 17.1599Z' stroke='%23A3A3A3' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M20 4V13.4737C20 14.1437 20.2662 14.7863 20.7399 15.2601C21.2137 15.7338 21.8563 16 22.5263 16H32' stroke='%23A3A3A3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      width: 40px;
      height: 40px;
      margin-left: 10px;
      color: #A3A3A3;
      font-weight: 800;
      font-size: 8px;
      line-height: 120%;
      text-align: center;
      text-transform: uppercase;
      padding-top: 20px; }

.sale-order-list-item {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .sale-order-list-item {
      display: block;
      margin-bottom: 16px; } }
  .sale-order-list-item .sale-order-list-info {
    width: 100%; }
  .sale-order-list-item .sale-order-list-btn {
    min-width: 214px;
    margin-left: 24px; }
    @media (max-width: 991px) {
      .sale-order-list-item .sale-order-list-btn {
        min-width: 188px; } }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-btn {
        min-width: auto;
        width: 100%;
        margin-left: 0; } }
    .sale-order-list-item .sale-order-list-btn .btn {
      width: 100%;
      display: inline-block;
      margin: 0 0 8px;
      text-align: center;
      padding: 10px 16px; }
      .sale-order-list-item .sale-order-list-btn .btn:last-of-type {
        margin-bottom: 0; }
      .sale-order-list-item .sale-order-list-btn .btn-stroke {
        padding: 8px 16px; }
      @media (max-width: 767px) {
        .sale-order-list-item .sale-order-list-btn .btn[attr-btn='spoiler'] {
          display: none; } }
  .sale-order-list-item .sale-order-list-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media (max-width: 1439px) {
      .sale-order-list-item .sale-order-list-header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .sale-order-list-item .sale-order-list-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 500px; }
    @media (max-width: 1439px) {
      .sale-order-list-item .sale-order-list-flex {
        max-width: 634px; } }
    @media (max-width: 1199px) {
      .sale-order-list-item .sale-order-list-flex {
        width: 457px;
        min-width: 457px; } }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-flex {
        width: 100%;
        min-width: auto;
        display: block; } }
  .sale-order-list-item .sale-order-list-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .sale-order-list-item .sale-order-list-title {
        margin-right: auto; } }
    @media (max-width: 991px) {
      .sale-order-list-item .sale-order-list-title {
        margin-bottom: 14px; } }
    .sale-order-list-item .sale-order-list-title span {
      font-weight: 400;
      display: block;
      margin-top: 4px; }
  @media (max-width: 767px) {
    .sale-order-list-item .sale-order-list-status {
      margin-bottom: 14px; } }
  .sale-order-list-item .sale-order-list-status span {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    padding: 7px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #EFF0F1;
    margin-left: 2px;
    white-space: nowrap;
    display: inline-block; }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-status span {
        margin: 0 2px 6px 0; } }
    .sale-order-list-item .sale-order-list-status span.sale-order-list-status-item {
      background: #EFF0F1;
      border-color: #EFF0F1; }
      .sale-order-list-item .sale-order-list-status span.sale-order-list-status-item.green {
        color: #08A518;
        background: rgba(8, 165, 24, 0.08);
        border-color: rgba(8, 165, 24, 0.08); }
  .sale-order-list-item .sale-order-list-detail {
    display: none; }
    .sale-order-list-item .sale-order-list-detail.open {
      display: block; }
  .sale-order-list-item .sale-order-list-total {
    width: 180px;
    max-width: 180px;
    margin-left: auto; }
    @media (max-width: 1439px) {
      .sale-order-list-item .sale-order-list-total {
        margin-left: 0;
        margin-bottom: 16px; } }
    @media (max-width: 1439px) {
      .sale-order-list-item .sale-order-list-total {
        width: 100%;
        max-width: none;
        margin-bottom: 20px; } }
    .sale-order-list-item .sale-order-list-total-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      font-size: 15px;
      font-weight: 500;
      color: #A3A3A3;
      line-height: 120%;
      margin-bottom: 4px; }
      .sale-order-list-item .sale-order-list-total-item:last-of-type {
        color: #2F2F2F;
        font-weight: 600; }
      .sale-order-list-item .sale-order-list-total-item span {
        padding-left: 14px;
        white-space: nowrap; }
  .sale-order-list-item .sale-order-list-params {
    width: 500px;
    min-width: 500px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%; }
    @media (max-width: 1439px) {
      .sale-order-list-item .sale-order-list-params {
        width: 634px;
        min-width: 634px; } }
    @media (max-width: 1199px) {
      .sale-order-list-item .sale-order-list-params {
        width: 457px;
        min-width: 457px; } }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-params {
        width: 100%;
        min-width: auto; } }
    .sale-order-list-item .sale-order-list-params-item {
      width: 100%;
      margin-bottom: 6px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .sale-order-list-item .sale-order-list-params-item span {
        color: #A3A3A3;
        font-weight: 400; }
  .sale-order-list-item .sale-order-list-basket a {
    color: #2F2F2F;
    text-decoration: none; }
  .sale-order-list-item .sale-order-list-basket .btn {
    width: 210px;
    display: block;
    margin: 20px 0 18px; }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-basket .btn {
        width: 100%;
        display: block;
        margin: 0 0 24px; } }
  .sale-order-list-item .sale-order-list-basket-item {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-basket-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .sale-order-list-item .sale-order-list-basket-img {
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin-right: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #EFF0F1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .sale-order-list-item .sale-order-list-basket-title {
    min-height: 48px;
    width: 360px;
    min-width: 360px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 140%;
    margin-right: 14px; }
    @media (max-width: 1199px) {
      .sale-order-list-item .sale-order-list-basket-title {
        width: 215px;
        min-width: 215px; } }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-basket-title {
        width: calc(100% - 64px);
        min-width: auto;
        margin-right: 0; } }
  .sale-order-list-item .sale-order-list-basket-quantity {
    white-space: nowrap;
    min-width: 62px;
    line-height: 48px;
    text-align: right;
    margin-right: auto; }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-basket-quantity {
        margin-right: 0;
        margin-left: 64px;
        text-align: left; } }
  .sale-order-list-item .sale-order-list-basket-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    margin-left: 14px;
    line-height: 1.2;
    height: 48px;
    min-width: 88px;
    font-weight: 600; }
    .sale-order-list-item .sale-order-list-basket-price span {
      font-weight: 500;
      font-size: 13px;
      white-space: nowrap;
      color: #A3A3A3;
      text-decoration-line: line-through; }
  .sale-order-list-item .sale-order-list-basket-spoiler-btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
    display: inline-block; }
    @media (max-width: 767px) {
      .sale-order-list-item .sale-order-list-basket-spoiler-btn {
        width: 100%;
        display: inline-block;
        margin: 0 0 8px;
        text-align: center;
        padding: 10px 16px;
        background: #EFF0F1;
        color: #454545;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; } }
    .sale-order-list-item .sale-order-list-basket-spoiler-btn:after {
      content: '';
      position: absolute;
      top: -1px;
      right: 0;
      display: block;
      width: 11px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18' fill='none'%3E%3Cpath d='M1 9L5.5 13L10 9' stroke='%232F2F2F' stroke-width='1.4'/%3E%3C/svg%3E"); }
      @media (max-width: 767px) {
        .sale-order-list-item .sale-order-list-basket-spoiler-btn:after {
          display: none; } }
    .sale-order-list-item .sale-order-list-basket-spoiler-btn.open:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18' fill='none'%3E%3Cpath d='M1 13L5.5 9L10 13' stroke='%232F2F2F' stroke-width='1.4'/%3E%3C/svg%3E"); }
      @media (max-width: 767px) {
        .sale-order-list-item .sale-order-list-basket-spoiler-btn.open:after {
          display: none; } }

.sale-personal-account-wallet {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 24px; }
  @media (max-width: 439px) {
    .sale-personal-account-wallet {
      padding: 15px;
      margin-bottom: 14px;
      display: block; } }
  .sale-personal-account-wallet-sum {
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.6px; }
    .sale-personal-account-wallet-sum span {
      font-size: 30px;
      font-weight: 700;
      line-height: 120%;
      margin-top: 16px;
      display: block;
      white-space: nowrap; }
      @media (max-width: 439px) {
        .sale-personal-account-wallet-sum span {
          margin-top: 8px; } }
  .sale-personal-account-wallet-user {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 3px;
    padding-left: 20px;
    text-align: right; }
    @media (max-width: 439px) {
      .sale-personal-account-wallet-user {
        padding-left: 0;
        padding-top: 8px;
        text-align: left; } }
.sale-personal-account-transactions {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  padding: 20px 0 8px; }
  .sale-personal-account-transactions-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.6px;
    margin: 0 24px 32px; }
    @media (max-width: 439px) {
      .sale-personal-account-transactions-title {
        margin: 0 15px 20px; } }
  .sale-personal-account-transactions-table-head {
    color: #A3A3A3;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.45px;
    padding: 0 24px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 439px) {
      .sale-personal-account-transactions-table-head {
        padding: 0 15px 10px; } }
  .sale-personal-account-transactions-table-row {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    padding: 16px 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #EFF0F1; }
    @media (max-width: 439px) {
      .sale-personal-account-transactions-table-row {
        padding: 16px 15px; } }
  .sale-personal-account-transactions-table-sum {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    width: 116px; }
    .sale-personal-account-transactions-table-sum span {
      display: inline-block;
      padding: 7px 10px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: #EFF0F1;
      color: #454545; }
    .sale-personal-account-transactions-table-sum.down span {
      background: rgba(225, 9, 9, 0.08);
      color: #E10909; }
    .sale-personal-account-transactions-table-sum.up span {
      background: rgba(8, 165, 24, 0.08);
      color: #08A518; }
  .sale-personal-account-transactions-table-order {
    width: 162px; }
  .sale-personal-account-transactions-table-date {
    width: 90px; }

.personal-profile {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  padding: 24px; }
  @media (max-width: 599px) {
    .personal-profile {
      padding: 20px 15px; } }
  .personal-profile font.errortext {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
    background: #FDF0F0;
    border-color: #E10909;
    color: #E10909 !important;
    display: block;
    margin-top: -15px;
    max-width: 756px; }
  .personal-profile font.notetext {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
    display: block;
    margin-top: -15px;
    background: #e7f3e8;
    border-color: #08A518;
    color: #08A518;
    max-width: 756px; }
  .personal-profile .btn {
    min-width: calc(50% - 12px);
    width: calc(50% - 12px);
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    display: block;
    margin-bottom: 8px; }
    .personal-profile .btn-reset {
      color: #2F2F2F;
      background: transparent; }
    @media (max-width: 599px) {
      .personal-profile .btn {
        min-width: 100%;
        width: 100%;
        margin-bottom: 2px; } }
  .personal-profile-block {
    margin-bottom: 48px;
    max-width: 756px; }
    .personal-profile-block h3 {
      margin: 0 0 24px; }
      @media (max-width: 767px) {
        .personal-profile-block h3 {
          font-size: 18px;
          margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .personal-profile-block {
        margin-bottom: 40px; } }
  .personal-profile-inputs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .personal-profile input[type='text'],
  .personal-profile input[type='tel'],
  .personal-profile input[type='email'],
  .personal-profile input[type='password'] {
    font-family: "Inter", sans-serif;
    display: block;
    min-width: calc(50% - 12px);
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 12px;
    height: 48px;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    color: #2F2F2F; }
    .personal-profile input[type='text']:-webkit-autofill,
    .personal-profile input[type='tel']:-webkit-autofill,
    .personal-profile input[type='email']:-webkit-autofill,
    .personal-profile input[type='password']:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 40rem #FFFFFF inset;
      -webkit-text-fill-color: #2F2F2F; }
    .personal-profile input[type='text']:placeholder-shown,
    .personal-profile input[type='tel']:placeholder-shown,
    .personal-profile input[type='email']:placeholder-shown,
    .personal-profile input[type='password']:placeholder-shown {
      background: #EFF0F1;
      border-color: #EFF0F1; }
    .personal-profile input[type='text'].error,
    .personal-profile input[type='tel'].error,
    .personal-profile input[type='email'].error,
    .personal-profile input[type='password'].error {
      border-color: #E10909; }
    .personal-profile input[type='text']:nth-child(2n),
    .personal-profile input[type='tel']:nth-child(2n),
    .personal-profile input[type='email']:nth-child(2n),
    .personal-profile input[type='password']:nth-child(2n) {
      margin-right: 0; }
    @media (max-width: 599px) {
      .personal-profile input[type='text'],
      .personal-profile input[type='tel'],
      .personal-profile input[type='email'],
      .personal-profile input[type='password'] {
        min-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
  .personal-profile-fake-input-phone {
    position: relative;
    min-width: calc(50% - 12px);
    width: calc(50% - 12px);
    margin: 0 0 12px;
    font-family: "Inter", sans-serif;
    height: 48px;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    color: #2F2F2F;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 599px) {
      .personal-profile-fake-input-phone {
        min-width: 100%;
        width: 100%;
        margin-bottom: 10px; } }
    .personal-profile-fake-input-phone a {
      text-decoration: none;
      color: #A3A3A3;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      display: inline-block;
      position: absolute;
      top: 14px;
      right: 20px; }
  .personal-profile-address input {
    margin-right: 0 !important; }
  .personal-profile-address input[name='UF_HOUSE'] {
    min-width: calc(25% - 12px);
    width: calc(25% - 12px);
    margin-right: 12px !important; }
    @media (max-width: 599px) {
      .personal-profile-address input[name='UF_HOUSE'] {
        min-width: calc(50% - 6px);
        width: calc(50% - 6px); } }
  .personal-profile-address input[name='UF_FLAT'] {
    min-width: calc(25% - 12px);
    width: calc(25% - 12px); }
    @media (max-width: 599px) {
      .personal-profile-address input[name='UF_FLAT'] {
        min-width: calc(50% - 6px);
        width: calc(50% - 6px); } }
  .personal-profile-address input[name='UF_STREET'] {
    margin-right: 24px !important; }
  .personal-profile-address .bx-sls {
    min-width: calc(50% - 12px);
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 12px; }
    .personal-profile-address .bx-sls .dropdown-block {
      margin: 0; }
    .personal-profile-address .bx-sls input {
      width: 100%; }
    @media (max-width: 599px) {
      .personal-profile-address .bx-sls {
        min-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }

/*# sourceMappingURL=personal.css.map */
