@charset "UTF-8";

@font-face {
  font-family: "Ruberoid";
  src: url("../font/Ruberoid-Regular.woff2") format("WOFF2"), url("../font/Ruberoid-Regular.woff") format("WOFF"), url("../font/Ruberoid-Regular.ttf") format("TTF"), url("../font/Ruberoid-Regular.eot") format("EOT");
  font-weight: normal;
  font-style: normal;
  
}

/* Common */
body {
  margin: 0;
  padding: 0;
  background-color: #c9c5bd;
  #background-color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
}

.container {
  padding: 0 40px;
}

/* Header */
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top--normal {
  padding: 45px 0 15px;
}
.logo {
    max-width: 191px;
}
.nav--header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu--header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-link {
  text-decoration: none;
  color: #000000;
}

.menu-link--header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 15px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

.menu-link--header-top::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  background-color: #32D653;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.menu-link--header-top:hover::after {
  width: 100%;
  opacity: 1;
}

.phone {
  font-family: "Ruberoid", sans-serif;
  text-decoration: none;
}

.phone--header-top {
  padding: 10px 0 10px 75px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  white-space: nowrap;
}

.phone--header-top:hover {
  color: #32D653;
}

.header-bottom--normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu--header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}

.menu-link--header-bottom {
  margin-right: 30px;
  font-family: "Ruberoid", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.menu-link--header-bottom:hover {
  color: #32D653;
}
.mobile-action {
  display: none;
  position: relative;
}
.btn-open-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 60px;
  background-color: #32D653;
}
.icon-open-contact {
  position: absolute;
  width: 21px;
  height: 23px;
}
.btn-open-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 48px;
  height: 48px;
  border-radius: 60px;
  background-color: #32D653;
}
.icon-open-menu {
  position: absolute;
  width: 21px;
}
.btn-sign-out {
position: relative;
padding: 15px 70px 15px 50px;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: 500;
border: 1px #a9a9a9 solid;
border-radius: 50px;
color: #000000;
text-decoration: none;
background-color: transparent;
cursor: pointer;
transition: .3s;
}
.btn-sign-out:hover {
  border-color: #32D653;
  background-color: #32D653;
}
.icon-sign-out {
  position: absolute;
  margin-left: 5px;
}

/* Main */
.page-title {
  font-family: "Ruberoid", sans-serif;
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-title--lk {
  margin-top: 155px;
  padding-left: 40px;
}
.page-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-content__left {
  width: 60%;
}
.page-content__right {
  width: 40%;
  min-width: 400px;
}
.payment-block {
  margin-right: 30px;
  padding: 35px 40px;
  background-color: #ffffff;
  border-radius: 15px;
}
.block-title {
  margin: 0;
  font-family: "Ruberoid", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
}
.app-block {
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 35px 40px;
    background-color: #fff;
    border-radius: 15px;
}
.app-block__msg {
    margin: 30px 0 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
}
.app-block__link {
    display: inline-block;
}
.app-block__link--first {
    margin-right: 15px;
}
.app-block__img {
    width: 100%;
}
.user-block {
  position: relative;
  padding: 35px 40px;
  background-color: #ffffff;
  border-radius: 15px;
}
.payment-table--normal {
  margin-top: 25px;
}
.payment-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px #eee solid;
}
.payment-table__item {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.payment-table__item--head {
  font-weight: 700;
}
.payment-table__item:nth-child(5n+1) {
  padding-right: 15px;
  width: 15%;
}
.payment-table__item:nth-child(5n+2) {
  padding-right: 15px;
  width: 15%;
}
.payment-table__item:nth-child(5n+3) {
  padding-right: 15px;
  width: 35%;
}
.payment-table__item:nth-child(5n+4) {
  width: 35%;
}
.btn-show-more {
  display: block;
  color: #9e9e9e;
  text-decoration: none;
}
.btn-show-more--payment {
  margin: 30px 0 0;
  text-align: center;
}
.user-block__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-title--user {
  padding-right: 65px;
}
.btn-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.btn-edit--lk {
  position: absolute;
  top: 30px;
  right: 30px;
}
.user-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-balance--normal {
  margin-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.user-balance__title {
  margin-bottom: 15px;
  width: 100%;
  font-weight: 700;
}
.user-balance__num {
  margin-right: 15px;
  font-family: "Ruberoid", sans-serif;
  font-size: 48px;
  font-weight: 700;
}
.user-balance__currency {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.btn-payment {
  padding: 15px 30px;
  background-color: #32D653;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 700;
  color: #383736;
  #color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-payment:hover {
  background: #32D653;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

}
.user-table--normal {
  margin-top: 15px;
}
.user-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0;
}
.user-table__item:nth-child(2n+1) {
  width: 40%;
}
.user-table__item:nth-child(2n+2) {
  width: 60%;
}
.user-table__item--head {
  padding-right: 30px;
  font-weight: 700;
}
.mark-on {
  position: relative;
}
.mark-on::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: -20px;
  background-color: #28c953;
  border-radius: 10px;
}
.mark-off {
  position: relative;
}
.mark-off::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: -20px;
  background-color: #ff5959;
  border-radius: 10px;
}
.footer {
  min-height: 45px;
}
.str-empty {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  flex-direction: column;
  top: 0;
  left: -100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  background-color: #ffffff;
  z-index: 1000;
  overflow: hidden;
  transition: .3s;
}
.mobile-menu.active {
  display: flex;
  left: 0;
}
.mobile-menu__logo {
  height: 40px;
}
.btn-close-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  text-decoration: none;
  color: #000000;
  border: 1px #eee solid;
}
.mobile-menu__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px #eee solid;
}
.mobile-menu__link {
  display: inline-block;
  padding: 15px 20px;
  width: 100%;
  border-bottom: 1px #eee solid;
  font-family: "Ruberoid", sans-serif;
  color: #000;
  text-decoration: none;
}
.mobile-menu__link--upper {
  padding: 13px 20px;
  font-size: 20px;
}
.mobile-menu__item:not(.active) > .mobile-menu {
  display: none;
}
.mobile-menu__item.active > .mobile-menu {
  margin-left: 20px;
}


/* Payment Form */
.payment-form-wrap {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0000007a;
  opacity: 0;
  z-index: -1;
}
.payment-form-wrap * {
  opacity: 0;
  z-index: -1;    
}
.payment-form-wrap.active {
  opacity: 1;
  z-index: 100;
}
.payment-form-wrap.active * {
  opacity: 1;
  z-index: 100;
}
.payment-form {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 50px 50px 30px;
  border-radius: 15px;
}
.payment-form-close {
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
  color: #000000;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 1px #f3f3f3;
  padding: 5px 10px;
}
.payment-form__title {
  width: 100%;
  font-family: "Ruberoid", sans-serif;
  font-size: 26px;
  text-align: center;
  margin: 15px 0 40px 0;
}
.payment-form__table {
  display: grid;
  grid-template-columns: 60% 40%;
  width: 100%;
}
.payment-form__table-item {
  padding: 15px 0;
  border-bottom: 1px #eee solid;
}
.payment-form__table-item:nth-child(2n + 2) * {
  font-family: "Ruberoid", sans-serif;
}
.payment-form__table-item input {
  width: 100%;
  font-family: "Ruberoid", sans-serif;
  outline: none;
  border: none;
  color: #5A5A5A;
  font-size: 16px;
}
.payment-form__tariff {
  width: 100%;
  padding: 8px 10px;
  font-family: "Ruberoid", sans-serif;
  font-size: 16px;
  background-color: #EFF0B3;
  border: 0;
  cursor: pointer;
  outline: none;
}
.payment-form__submit {
  display: inline-block;
  max-width: 100%;
  border: 0;
  margin: 15px 0 15px;
  padding: 20px 30px;
  background: #32D653;
  border-radius: 60px;
  color: #383736;
  #color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.payment-form__submit:hover {
  background: #32D653;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
._padding-mark {
  padding: 5px 0;  
}
.payment-form__msg {
  width: 100%;
  margin: 15px 0;
  line-height: 175%;
}
.notice {
  width: 100%;
  text-align: center;
}
._title-mark {
  font-weight: 700;
}

.trust-payment {
  margin: 30px 0 0;
  padding: 15px 30px;
  background-color: #ff9800;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

@media (max-width: 1239px) {
  .header-top--normal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav--header-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
  }

  .menu-link--header-top {
    margin-left: 0;
    margin-right: 30px;
  }

  .menu--header-bottom {
    padding-left: 0;
  }

  .page-title--lk {
    margin-top: 30px;
    font-size: 48px;
  }

  .page-content__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-content__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .page-content__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 60px;
    width: 100%;
  }

  .payment-block {
    margin-right: 0;
  }

  .phone--header-top {
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 959px) {
  .mobile-action {
      display: flex;
  }
  .nav--header-top {
    display: none;
  }

  .menu--header-bottom {
    display: none;
  }

  .header-bottom--normal {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .account-form-wrap {
    min-height: 500px;
  }
  .account-form-title {
    font-size: 36px;
  }
  .account-form__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 766px) {
  .container {
    padding: 0 20px;
  }

  .logo {
    max-height: 40px;
  }

  .btn-sign-out--lk {
    padding: 10px 25px 10px 20px;
    border: none;
  }

  .btn-sign-out--lk::after {
    right: 15px;
  }

  .page-title--lk {
    padding-left: 20px;
    font-size: 26px;
  }
  .btn-edit--lk {
    top: 20px;
    right: 20px;
  }
  .page-content__left {
    margin-top: 30px;
  }

  .user-block {
    padding: 20px 20px;
  }

  .payment-block {
    padding: 20px 20px;
  }

  .user-balance__num {
    font-size: 26px;
  }

  .page-content__right {
    min-width: unset;
  }

  .block-title {
    font-size: 21px;
  }

  .payment-table--normal {
    margin-top: 10px;
  }

  .payment-table__row--nm {
    display: none;
  }

  .payment-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 20px;
  }

  .payment-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .payment-table__item:nth-child(5n+1),
  .payment-table__item:nth-child(5n+2),
  .payment-table__item:nth-child(5n+3),
  .payment-table__item:nth-child(5n+4),
  .payment-table__item:nth-child(5n+5) {
    padding-bottom: 15px;
    width: 100%;
  }

  .payment-table__item:before {
    padding-bottom: 10px;
    font-weight: 700;
  }

  .payment-table__item:nth-child(5n+1):before {
    content: "Сумма";
  }

  .payment-table__item:nth-child(5n+2):before {
    content: "Дата";
  }

  .payment-table__item:nth-child(5n+3):before {
    content: "Способ оплаты";
  }

  .payment-table__item:nth-child(5n+4):before {
    content: "Комментарий";
  }
}
@media (max-width: 640px) {
    .header-top--normal {
        padding: 20px 0 15px;
    }
    .account-form-title {
      font-size: 28px;
    }
    .account-form__subtitle {
      font-size: 14px;
      line-height: 150%;
    }
    .account-form input {
      width: 100%;
    }
    .account-form__input--name {
      margin-right: 0;
      margin-bottom: 45px;
    }
    .payment-form {
      margin: 20px;
      padding: 20px 20px 40px;
      font-size: 14px;
    }
    .payment-form__title {
      margin: 15px 0 15px 0;
    }
    .payment-form__msg {
      line-height: 150%;
    }
    .payment-form__submit {
      margin-top: 0;
    }
}

