body {
  min-height: 100vh;
  font-size: 14px;
  color: #3F5060;
  font-family: "Montserrat", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: -webkit-linear-gradient(165deg, #3a3cb0 0%, #4853e6 15%, #3ac5de 80%);
  background: -o-linear-gradient(165deg, #3a3cb0 0%, #4853e6 15%, #3ac5de 80%);
  background: linear-gradient(285deg, #3a3cb0 0%, #4853e6 15%, #3ac5de 80%);
}

body.--black {
  background: #1c2232;
}

.wrap {
  padding: 0 20px;
}

.h1,
.h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 12px;
}

.h1.--border,
.h2.--border {
  padding-bottom: 8px;
  border-bottom: 1px solid #585D66;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  padding: 15px 22px 15px 0;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(69, 78, 218, 0.2);
  box-shadow: 4px 4px 10px 0 rgba(69, 78, 218, 0.2);
  background: #285ed3 -webkit-linear-gradient(165deg, #3a3cb0 0%, #4853e6 35.42%, #3ac5de 100%);
  background: #285ed3 -o-linear-gradient(165deg, #3a3cb0 0%, #4853e6 35.42%, #3ac5de 100%);
  background: #285ed3 linear-gradient(285deg, #3a3cb0 0%, #4853e6 35.42%, #3ac5de 100%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.--simple {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.btn.--simple .btn__text {
  width: initial;
  margin-left: 8px;
}

.btn.--black {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #3F5060;
}

.btn__text {
  width: calc(100% - 48px);
}

.btn__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 48px;
  height: 38px;
  border-left: 2px solid #fff;
}

.btn__ico svg {
  width: 30px;
}

.--wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.--page {
  min-height: calc(100vh - 70px);
  padding: 20px 20px 80px;
  border-radius: 20px 20px 0 0;
  background: #262c3d;
}

.--panel {
  padding-bottom: 200px;
}

.select2 {
  min-width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  background: none;
  margin-bottom: 10px;
}

.select2:last-child {
  margin-bottom: 0;
}

.select2-container .select2-selection--single {
  height: 62px;
  line-height: 62px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2d384a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  font-weight: 400;
  color: #909fb9;
  padding: 0 15px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #909fb9;
}

.select2-selection__arrow {
  position: absolute;
  right: 0;
  min-width: 40px;
  height: 40px;
  background: url("../images/ico/select-arrow.svg") no-repeat center center/12px;
}

.select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 62px;
  line-height: 62px;
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-dropdown {
  padding: 0;
  border: none;
  background: #404e63;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.select2-results__option[aria-selected] {
  padding: 16px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #3f4c62;
}

.select2-container--default .select2-results__option--selected {
  background: #2d384a;
  color: #fff;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 15px;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 30px;
  height: 30px;
  color: #FFD700;
  cursor: pointer;
}

.rating > label svg {
  width: 100%;
}

.rating > label:hover path,
.rating > label:hover ~ label path {
  fill: #E9C119;
}

.rating > input:checked ~ label path {
  fill: #E9C119;
}

.rating:hover > input:checked ~ label path {
  fill: #E9C119;
}

.header {
  color: #fff;
  padding: 15px 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.header__profile-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url("../images/ico/user.svg") no-repeat center center/contain;
  overflow: hidden;
}

.header__profile-photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header__profile-info {
  width: calc(100% - 44px);
  padding-left: 10px;
}

.header__profile-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

.header__profile-status {
  font-size: 9px;
  line-height: 1.4;
}

.header__cashback {
  text-align: right;
}

.header__cashback-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

.header__cashback-text {
  font-size: 9px;
  line-height: 1.4;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 20px;
  background: rgba(33, 40, 56, 0.6);
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-y: auto;
}

.modal.--policies {
  padding: 130px 20px 0;
}

.modal.--policies .modal__block {
  top: 0;
  left: 0;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  display: block;
  min-width: 100%;
  padding: 20px 20px 150px 20px;
  text-align: left;
  color: #fff;
  background: #2d384a;
}

.modal.--policies .modal__close {
  top: 12px;
  right: 20px;
}

.modal.--policies .modal__title {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #909fb9;
  margin-bottom: 10px;
}

.modal .btn {
  margin-bottom: 20px;
}

.modal .btn:last-child {
  margin-bottom: 0;
}

.modal__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 390px;
  padding: 25px 40px 30px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 80px;
}

.modal__close {
  position: absolute;
  cursor: pointer;
  top: -18px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.modal__close svg {
  width: 100%;
  height: 100%;
}

.modal__logo {
  width: 86px;
  margin-bottom: 22px;
}

.modal__logo svg {
  width: 100%;
}

.modal__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #3f5060;
  margin-bottom: 5px;
}

.modal__text {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #5b5c5d;
  margin-bottom: 15px;
}

.modal__textarea {
  border: 1px solid #909fb9;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #5b5c5d;
  margin: 10px 0 15px;
}

.modal__textarea::-webkit-input-placeholder {
  color: #909fb9;
  font-size: inherit;
  font-family: inherit;
}

.modal__textarea::-moz-placeholder {
  color: #909fb9;
  font-size: inherit;
  font-family: inherit;
}

.modal__textarea::-ms-input-placeholder {
  color: #909fb9;
  font-size: inherit;
  font-family: inherit;
}

.modal__textarea::placeholder {
  color: #909fb9;
  font-size: inherit;
  font-family: inherit;
}

.modal__header {
  padding-right: 40px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid #585D66;
  margin-bottom: 20px;
}

.modal__inner {
  margin-bottom: 40px;
}

.modal__inner:last-child {
  margin-bottom: 0;
}

.modal__subtitle {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.modal__item {
  margin-bottom: 20px;
}

.modal__item:last-child {
  margin-bottom: 0;
}

.modal__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  background: #556074;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.modal__field svg {
  margin-right: 5px;
}

.modal__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 166%;
  letter-spacing: 0.04em;
  color: #ff4949;
}

.modal__remove svg {
  margin-right: 20px;
}

.panel {
  position: fixed;
  z-index: 11;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #303a4c;
}

.panel .btn {
  height: 55px;
}

.panel.--btn {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.panel.--btn .panel__inner {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.panel.--btn .panel__btn {
  padding: 20px;
}

.panel.--btn .panel__btn .btn {
  width: 100%;
}

.panel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
  height: 56px;
}

.panel__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #475061;
}

.panel__link:last-child:before {
  display: none;
}

.panel__link.--active path {
  fill: #4192E6;
}

.banner {
  margin-bottom: 20px;
}

.banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 180px;
  padding: 15px 12px 12px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(84, 84, 84, 0.25);
  box-shadow: 2px 2px 6px 0 rgba(84, 84, 84, 0.25);
  background: #fdfdfe url("../images/pic/banner.png") no-repeat right bottom/210px auto;
}

.banner__title {
  max-width: 170px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #285ed3;
}

.banner__title span {
  display: block;
  color: #2c4053;
}

.banner__text {
  max-width: 130px;
  font-size: 10px;
  line-height: 1.4;
  color: #285ed3;
}

.banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  color: #285ed3;
}

.banner__link span {
  margin-right: 5px;
}

.products {
  margin-bottom: 30px;
}

.products .wrap {
  padding-right: 0;
}

.products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 20px 15px 20px;
}

.products__inner::-webkit-scrollbar {
  display: none;
}

.products__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 124px;
  height: 124px;
  padding: 12px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 6px 0 rgba(0, 47, 103, 0.74);
  box-shadow: 5px 5px 6px 0 rgba(0, 47, 103, 0.74);
  background: -webkit-linear-gradient(97deg, #afb1b6 0%, #f9f9f9 100%);
  background: -o-linear-gradient(97deg, #afb1b6 0%, #f9f9f9 100%);
  background: linear-gradient(353deg, #afb1b6 0%, #f9f9f9 100%);
  margin-right: 12px;
  overflow: hidden;
}

.products__item:last-child {
  margin-right: 0;
}

.products__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 104px;
  height: 60px;
  margin-bottom: 25px;
}

.products__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.products__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products__footer span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #000;
}

.menu {
  padding: 22px 0 80px;
  color: #fff;
  border-radius: 25px 25px 0 0;
  background: -webkit-radial-gradient(61.23% 80.57% at 70.8% 89.96%, #181f2f 0%, #262d3d 100%);
  background: -o-radial-gradient(61.23% 80.57% at 70.8% 89.96%, #181f2f 0%, #262d3d 100%);
  background: radial-gradient(61.23% 80.57% at 70.8% 89.96%, #181f2f 0%, #262d3d 100%);
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.menu__link.--active .menu__ico {
  background: -webkit-radial-gradient(236% 224% at 100% 31%, #3a3cb0, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), -webkit-radial-gradient(148% 148% at 69% 12%, #293343 30%, #5b6576);
  background: -o-radial-gradient(236% 224% at 100% 31%, #3a3cb0, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), -o-radial-gradient(148% 148% at 69% 12%, #293343 30%, #5b6576);
  background: radial-gradient(236% 224% at 100% 31%, #3a3cb0, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), radial-gradient(148% 148% at 69% 12%, #293343 30%, #5b6576);
}

.menu__link.--active .menu__inner {
  background: -webkit-radial-gradient(306% 291% at 130% 50%, #3a3cb0 0%, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), -webkit-radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
  background: -o-radial-gradient(306% 291% at 130% 50%, #3a3cb0 0%, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), -o-radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
  background: radial-gradient(306% 291% at 130% 50%, #3a3cb0 0%, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
}

.menu__link.--active .menu__text {
  color: #285ED3;
}

.menu__link:last-child {
  margin-bottom: 0;
}

.menu__ico {
  width: 34px;
  height: 34px;
  padding: 1px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(62, 77, 106, 0.42);
  box-shadow: 0 0 10px 0 rgba(62, 77, 106, 0.42);
  background: -webkit-radial-gradient(148.38% 148.38% at 69.44% 12.5%, #293343 30.30631%, #5b6576 100%);
  background: -o-radial-gradient(148.38% 148.38% at 69.44% 12.5%, #293343 30.30631%, #5b6576 100%);
  background: radial-gradient(148.38% 148.38% at 69.44% 12.5%, #293343 30.30631%, #5b6576 100%);
  margin-right: 18px;
}

.menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: #d9d9d9 -webkit-radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
  background: #d9d9d9 -o-radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
  background: #d9d9d9 radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
}

.menu__text {
  font-weight: 600;
  font-size: 14px;
}

.field {
  display: block;
  width: 100%;
  height: 62px;
  padding: 20px 15px 0;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #2d384a;
  background: #2d384a;
}

.field::-webkit-input-placeholder {
  font-size: 14px;
  color: #909fb9;
}

.field::-moz-placeholder {
  font-size: 14px;
  color: #909fb9;
}

.field::-ms-input-placeholder {
  font-size: 14px;
  color: #909fb9;
}

.field::placeholder {
  font-size: 14px;
  color: #909fb9;
}

.field:focus {
  border-color: #2d384a;
  background: #262c3d;
}

.field.--simple {
  padding: 0 15px;
  line-height: 62px;
}

.field.--date {
  padding-right: 62px;
  background: #2d384a url("../images/ico/date-white.svg") no-repeat calc(100% - 15px) center/22px;
}

.field.--date:focus {
  background: #262c3d url("../images/ico/date-white.svg") no-repeat calc(100% - 15px) center/22px;
}

.field.--password {
  padding-right: 62px;
}

.field__wrap {
  position: relative;
  margin-bottom: 10px;
}

.field__wrap:last-child {
  margin-bottom: 0;
}

.field__placeholder {
  position: absolute;
  top: 24px;
  left: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #909fb9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.field__placeholder.--active {
  top: 14px;
  font-size: 12px;
}

.field__title {
  font-weight: 600;
  font-size: 16px;
  color: #2c3b57;
  margin-bottom: 15px;
}

.field__item {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  line-height: 60px;
  font-size: 16px;
  color: #3f5060;
  border-radius: 10px;
  border: 1px solid #e9edf3;
  background: #e9edf3;
}

.field__item[type="password"] {
  padding-right: 80px;
}

.field__item:focus {
  border: 1px solid #e9edf3;
  background: #fff;
}

.field__item::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.field__item::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.field__item::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.field__item::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.field__item.--date {
  background: #e9edf3 url("../images/ico/date.svg") no-repeat calc(100% - 20px) center/22px;
}

.field__item.--date:focus {
  border: 1px solid #e9edf3;
  background: #fff url("../images/ico/date.svg") no-repeat calc(100% - 20px) center/22px;
}

.field__inner {
  position: relative;
}

.field__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 62px;
  height: 62px;
  padding-top: 20px;
  text-align: center;
}

.field__btn svg {
  width: 22px;
  margin: 0 auto;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  overflow-y: auto;
}

.login .btn {
  margin-bottom: 12px;
}

.login__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login__title {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}

.login__text {
  max-width: 220px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.login__field {
  width: 100%;
  margin-bottom: 22px;
}

.login__field-item {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #667086;
  border-radius: 10px;
  background: #283042;
}

.login__field-item::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.login__field-item::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.login__field-item::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.login__field-item::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.login__gu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #758196;
  border-radius: 10px;
  width: 274px;
  height: 68px;
  margin-bottom: 25px;
}

.login__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login__footer-text {
  max-width: 375px;
  padding-top: 40px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #b5b5b5;
}

.login__footer-text a {
  text-decoration: underline;
  color: #4853e6;
}

.login__link {
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  color: #285ed3;
  margin-bottom: 10px;
}

.login__link:last-child {
  margin-bottom: 0;
}

.login__code {
  position: relative;
  margin: 0 auto 42px;
}

.login__code-field {
  display: block;
  width: 160px;
  height: 45px;
  padding-left: 4px;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  text-align: center;
  letter-spacing: 21px;
  background: url("../images/ico/code-white.svg") no-repeat center bottom/160px auto;
}

.login__code-alert {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #ff4949;
}

.login__logo {
  width: 110px;
  margin-bottom: 24px;
}

.login__subtitle {
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #909fb9;
  margin-bottom: 40px;
}

.login__authorization {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}

.login__authorization:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
}

.login__authorization span {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  color: #ababab;
  background: #1c2232;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.page-header span {
  padding-left: 12px;
}

.balance__value {
  margin-bottom: 20px;
}

.balance__value:last-child {
  margin-bottom: 0;
}

.balance__value-field {
  border-radius: 10px;
  height: 80px;
  padding: 0 25px;
  line-height: 80px;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  background: #2d384a;
  margin-bottom: 12px;
}

.balance__value-field:last-child {
  margin-bottom: 0;
}

.balance__discount {
  margin-bottom: 30px;
}

.balance__discount-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 138px;
  padding: 16px 20px 24px;
  color: #fff;
  border-radius: 16px;
  background: -webkit-linear-gradient(248deg, #3a3cb0 0%, #4853e6 35%, #3db7ea 77%, #3ac5de 100%);
  background: -o-linear-gradient(248deg, #3a3cb0 0%, #4853e6 35%, #3db7ea 77%, #3ac5de 100%);
  background: linear-gradient(202deg, #3a3cb0 0%, #4853e6 35%, #3db7ea 77%, #3ac5de 100%);
}

.balance__discount-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #285ed3;
  border-radius: 30px;
  background: #fff;
}

.balance__discount-text {
  max-width: 190px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 11px;
  margin: 10px 0;
}

.balance__discount-tag {
  padding: 0 10px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 50px;
  background: #285ED3;
}

.balance__discount-img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 155px;
  height: 155px;
  background: url("../images/pic/car.png") no-repeat center right/contain;
}

.balance__menu-title,
.balance__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}

.balance__menu-title:last-child,
.balance__menu-item:last-child {
  margin-bottom: 0;
}

.balance__menu-title span,
.balance__menu-item span {
  line-height: 1.4;
}

.balance__menu-title {
  font-weight: 600;
  font-size: 14px;
}

.balance__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.balance__date-text {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-right: 14px;
}

.balance__date-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 14px;
  font-weight: 600;
  font-size: 14px;
  color: #285ed3;
  border: none;
  background: url("../images/ico/select-arrow.svg") no-repeat center right/10px;
}

.balance__history-date {
  margin-bottom: 32px;
}

.balance__history-date:last-child {
  margin-bottom: 0;
}

.balance__history-title {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.balance__history-title:last-child {
  margin-bottom: 0;
}

.balance__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.balance__history-item:last-child .balance__history-text,
.balance__history-item:last-child .balance__history-value {
  margin-bottom: 0;
}

.balance__history-text {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.balance__history-value {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}

.balance__description-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.balance__description-item:last-child {
  margin-bottom: 0;
}

.balance__description-ico {
  width: 34px;
  height: 34px;
  padding: 1px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(62, 77, 106, 0.42);
  box-shadow: 0 0 10px 0 rgba(62, 77, 106, 0.42);
  background: -webkit-radial-gradient(236% 224% at 100% 31%, #3a3cb0, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), -webkit-radial-gradient(148% 148% at 69% 12%, #293343 30%, #5b6576);
  background: -o-radial-gradient(236% 224% at 100% 31%, #3a3cb0, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), -o-radial-gradient(148% 148% at 69% 12%, #293343 30%, #5b6576);
  background: radial-gradient(236% 224% at 100% 31%, #3a3cb0, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), radial-gradient(148% 148% at 69% 12%, #293343 30%, #5b6576);
}

.balance__description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: -webkit-radial-gradient(306% 291% at 130% 50%, #3a3cb0 0%, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), -webkit-radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
  background: -o-radial-gradient(306% 291% at 130% 50%, #3a3cb0 0%, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), -o-radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
  background: radial-gradient(306% 291% at 130% 50%, #3a3cb0 0%, #4853e6 35%, #3db7ea 76%, #3ac5de 98%), radial-gradient(175% 175% at 44.84% 50%, #212838 0%, #3f5060 100%);
}

.balance__description-text {
  width: calc(100% - 34px);
  padding-left: 24px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.balance__description-outline ol,
.balance__description-outline ul {
  margin-bottom: 30px;
}

.balance__description-outline ol:last-child,
.balance__description-outline ul:last-child {
  margin-bottom: 0;
}

.balance__description-outline ol,
.balance__description-outline ul,
.balance__description-outline li {
  padding-left: 20px;
}

.balance__description-outline ul li {
  position: relative;
  list-style: none;
}

.balance__description-outline ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: -webkit-radial-gradient(333.31% 316.62% at 190.91% 127.27%, #3a3cb0 0%, #4853e6 35.41667%, #3db7ea 76.5625%, #3ac5de 98.95833%);
  background: -o-radial-gradient(333.31% 316.62% at 190.91% 127.27%, #3a3cb0 0%, #4853e6 35.41667%, #3db7ea 76.5625%, #3ac5de 98.95833%);
  background: radial-gradient(333.31% 316.62% at 190.91% 127.27%, #3a3cb0 0%, #4853e6 35.41667%, #3db7ea 76.5625%, #3ac5de 98.95833%);
}

.balance__description-outline p,
.balance__description-outline li {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
}

.balance__description-outline p:last-child,
.balance__description-outline li:last-child {
  margin-bottom: 0;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search.--filter {
  margin-bottom: 10px;
}

.search__field {
  display: block;
  width: 100%;
  padding: 0 54px 0 14px;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #909fb9;
  background: rgba(144, 159, 185, 0.5);
}

.search__field::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.search__field::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.search__field::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.search__field::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.search__btn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 50px);
  margin-right: 10px;
}

.search__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #7c8caa;
}

.search__filter.--active {
  background: -webkit-linear-gradient(154deg, #3a3cb0 0%, #4853e6 35.42%, #3ac5de 100%);
  background: -o-linear-gradient(154deg, #3a3cb0 0%, #4853e6 35.42%, #3ac5de 100%);
  background: linear-gradient(296deg, #3a3cb0 0%, #4853e6 35.42%, #3ac5de 100%);
}

.search__filter svg {
  width: 20px;
}

.documents__container {
  margin-top: 20px;
}

.documents__container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.documents__container-header.--active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.documents__container-header span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

.documents__container-header svg {
  width: 12px;
  height: 12px;
}

.documents__container-hidden {
  display: none;
}

.documents__container-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 16px;
  background: #2d384a;
  margin-bottom: 20px;
}

.documents__container-item:last-child {
  margin-bottom: 0;
}

.documents__container-ico {
  min-width: 36px;
}

.documents__container-info {
  position: relative;
  width: calc(100% - 36px);
  padding-left: 20px;
}

.documents__container-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding-right: 20px;
  margin-bottom: 20px;
}

.documents__container-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.documents__container-download span {
  font-weight: 500;
  font-size: 14px;
  color: #909FB9;
  margin-left: 10px;
}

.documents__container-btn {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.documents__container-list {
  display: none;
  position: absolute;
  z-index: 3;
  top: 45px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  background: #404e63;
}

.documents__container-list__item {
  display: block;
  padding: 15px 20px;
  font-size: 12px;
  color: #fff;
}

.documents__container-list__item.--active {
  background: #2d384a;
}

.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: calc(100svh - 290px);
}

.faq__inner {
  margin-bottom: 20px;
}

.faq__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__alert-ico {
  margin-bottom: 12px;
}

.faq__alert-text {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #909fb9;
}

.faq__item {
  padding: 15px 40px 15px 15px;
  border-radius: 10px;
  background: #2d384a;
  margin-top: 20px;
}

.faq__item-title {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.faq__item-title.--active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__item-title svg {
  position: absolute;
  top: 0;
  right: -20px;
  width: 12px;
  height: 12px;
}

.faq__item-hidden {
  display: none;
  padding-top: 20px;
}

.faq__item-text {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 100px;
}

.alert span {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #909fb9;
}

.policies__container {
  padding-top: 20px;
}

.policies__item {
  position: relative;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  background: #2d384a;
  margin-bottom: 20px;
}

.policies__item:last-child {
  margin-bottom: 0;
}

.policies__item-title {
  padding-right: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.policies__item-inner {
  margin-bottom: 8px;
}

.policies__item-inner:last-child {
  margin-bottom: 0;
}

.policies__item-inner span:first-child {
  font-size: 12px;
  line-height: 1.4;
  color: #909fb9;
}

.policies__item-inner span:last-child {
  font-weight: 600;
  margin-left: 5px;
}

.policies__item-inner svg {
  margin-right: 5px;
}

.policies__item-btn {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.policies__item-list {
  display: none;
  position: absolute;
  z-index: 3;
  top: 45px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  background: #404e63;
}

.policies__item-list__item {
  display: block;
  padding: 15px 20px;
  font-size: 12px;
  color: #fff;
}

.policies__item-list__item.--active {
  background: #2d384a;
}

.profile__item {
  margin-bottom: 20px;
}

.profile__item.--btn {
  padding: 65px 0 30px;
}

.profile__item:last-child {
  margin-bottom: 0;
}

.profile__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}

.profile__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  color: #909fb9;
  margin-bottom: 12px;
}

.profile__link:last-child {
  margin-bottom: 0;
}

.profile__link span {
  padding-left: 10px;
}

.checkbox {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #909fb9;
  background: #fff;
}

.checkbox__wrap {
  margin-bottom: 15px;
}

.checkbox__wrap:last-child {
  margin-bottom: 0;
}

.checkbox__wrap input {
  display: none;
}

.checkbox__wrap input:checked + label:before {
  width: 22px;
  height: 22px;
  border: none;
  background: url("../images/ico/checkbox.svg") no-repeat center center/cover;
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.user__ico {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-bottom: 8px;
  background: #fff url("../images/ico/user.svg") no-repeat center center/52px;
}

.user__ico img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.user__btn {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.user__btn svg {
  width: 100%;
}

.user__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 5px;
}

.user__link {
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
}