.header__user-menu {
  position: absolute;
  top: 46px;
  right: 15px;
  z-index: 10;
}

.header__user-menu-button {
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  cursor: pointer;
}

.logout {
  position: relative;
}

.logout a {
  border-bottom: 1px dashed #9c9c9c;
}

.select_phone .country {
  font-size: 0;
}

.country__value {
  display: inline-block;
  width: 80px;
}

.country__image {
  margin-right: 8px;
}

.country__code {
  font-size: 16px;
}

.country__name {
  font-size: 16px;
}

.social-login__title {
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
}

.social-login__list {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}

.social-login__item {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background-color: #ccc;
}

.social-login__item:last-child {
  margin-right: 0;
}

.user-menu {
  width: 174px;
  max-height: 0;
  border: 1px solid #dedede;
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: 'helveticaneue', sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.user-menu_show {
  visibility: visible;
  opacity: 1;
  max-height: 300px;
}

.user-menu__info {
  padding-top: 10px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 10px;
}

.user-menu__info-item {
  padding-top: 8px;
  border-top: 1px dashed #dadada;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}

.user-menu__info-item:first-child {
  border-top: none;
}

.user-menu__info-item_bonus {
  padding-top: 0;
  padding-bottom: 5px;
  line-height: 22px;
}

.user-menu__bonus {
  color: #1870b7;
  font-size: 14px;
  text-decoration: none;
}

.user-menu__bonus:link,
.user-menu__bonus:visited,
.user-menu__bonus:hover,
.user-menu__bonus:active {
  color: #1870b7;
  text-decoration: none;
}

.user-menu__bonus-value {
  font-size: 16px;
  font-weight: bold;
}

.user-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-left: 0;
  border-top: 1px solid #dadada;
  text-align: center;
}

.user-menu__item a {
  font-size: 14px;
  color: #1870b7;
  text-decoration: none;
}

.user-menu__item a:link,
.user-menu__item a:visited,
.user-menu__item a:hover,
.user-menu__item a:active {
  color: #1870b7;
  text-decoration: none;
}

div.input {
  position: relative;
  height: auto;
  text-align: left;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.input input.input__input {
  width: 100%;
  height: 48px;
  border: none;
  resize: none;
  outline: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 48px;
  color: #555;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 15px;
}

.input__label {
  font-size: 12px;
  line-height: 16px;
  color: #7b8084;
}

.input_radio {
  height: auto;
}

.input_radio .input__input {
  display: none;
}

.input_radio .input__input:checked + .input__label:after {
  background-color: #0060af;
}

.input_radio .input__label {
  position: relative;
  display: inline-block;
  line-height: 18px;
  padding-left: 24px;
  color: #393939;
  cursor: pointer;
}

.input_radio .input__label:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #8dbcdf;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 0 4px 10px 0 rgba(204, 204, 204, 0.5);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.input_radio .input__label:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.2s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.input_checkbox .input__input {
  display: none;
}

.input_checkbox .input__input:checked + .input__label:after {
  opacity: 1;
}

.input_checkbox .input__label {
  position: relative;
  display: inline-block;
  line-height: 18px;
  padding-left: 24px;
  color: #393939;
  cursor: pointer;
}

.input_checkbox .input__label:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #8dbcdf;
  box-shadow: inset 0 4px 10px 0 rgba(204, 204, 204, 0.5);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.input_checkbox .input__label:after {
  content: '';
  position: absolute;
  top: calc(50% + 4px);
  left: 4px;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-10px);
  transform: translateY(-8px);
  background-image: url("/local/templates/oldi/static/img/general/checked.png");
  opacity: 0;
  transition: 0.2s;
}

.input_phone {
  display: flex;
  justify-content: space-between;
}

.input_phone .input__select {
  width: 101px;
  max-width: 115px;
}

.input_phone .input__wrapper {
  width: 196px;
  position: relative;
}

.input__preview {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

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

.input__password-button {
  position: absolute;
  padding: 0 !important;
  top: 12px;
  right: 15px;
  margin: 0;
  transform: translateX(0);
  background-color: transparent;
  transition: 0.2s;
}

.input__password-button_active .input__eyebrow {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.input__password-button_active .input__eye {
  position: absolute;
  stroke: #000;
}

.input__password-button:hover {
  background-color: transparent;
}

.input__eyebrow {
  -webkit-transform: translateY(10px) rotateX(180deg);
  transform: translateY(10px) rotateX(180deg);
  transition: 0.2s;
}

.input__eye {
  position: absolute;
  top: 7px;
  left: 5px;
  stroke: transparent;
  transition: 0.2s;
}

.input__description {
  margin-top: 7px;
  text-align: right;
  font-size: 13px;
  line-height: 15px;
}

div.input__description a:link {
  text-decoration: none;
  color: #173b86;
}

.input__error {
  color: #cd1010;
  font-size: 12px;
  line-height: 14px;
}

.input_required {
  position: relative;
}

.input_required:after {
  content: '*';
  position: absolute;
  top: 15px;
  right: 0;
}

div.input_error {
  border-color: #cf2937;
}

.input_error input.input__input {
  background-image: url("/bitrix/templates/oldi_new/images/input_alert.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
}

.input_error .input__password-button {
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}

.input_success input.input__input {
  border-color: #71b919;
  background-image: url("/local/templates/oldi/static/img/general/success.png");
  background-size: 15px 13px;
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) 15px;
}

.input_success .input__password-button {
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}

div.input_success {
  border-color: #71b919;
}

.select {
  position: relative;
}

.select__current {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 23px;
  line-height: 48px;
  font-size: 16px;
  background-color: #f0f0f0;
  cursor: pointer;
  box-sizing: border-box;
}

.select__icon {
  position: absolute;
  top: 20px;
  left: 8px;
}

.select__input {
  display: none;
}

.select__label {
  font-size: 12px;
  line-height: 16px;
}

.select__list {
  position: absolute;
  top: 47px;
  width: 300px;
  max-height: 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
  overflow-y: scroll;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: 0.3s;
}

.select__list::-webkit-scrollbar {
  width: 0;
}

.select__list_open {
  max-height: 202px;
  opacity: 1;
}

.select__item {
  display: flex;
  align-items: center;
  height: 46px;
  font-size: 16px;
  padding: 0 23px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.2s;
}

.select__item:hover {
  background-color: #f0f0f0;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  z-index: 110;
}

.mask_shown {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.o-popup {
  position: relative;
  display: none;
  width: 100%;
  max-width: 361px;
  margin: auto auto;
  font-family: 'helveticaneue', sans-serif;
}

.o-popup_card .o-popup__form {
  margin-bottom: 0;
}

.o-popup_card .o-popup__button {
  margin-bottom: 0;
}

.o-popup_card p.o-popup__text a:link {
  margin-top: 0;
}

.o-popup__content {
  width: 100%;
  margin: 40px 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 10px;
  box-sizing: border-box;
  background-color: #fff;
}

.o-popup__inner {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.o-popup__title {
  font-size: 23px;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 50px;
}

.o-popup__text {
  font-size: 16px;
  line-height: 19px;
}

p.o-popup__text a:link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 15px;
  color: #173b86;
  text-decoration: none;
}

.o-popup__text_small {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 15px;
}

.o-popup__text_error {
  padding-left: 23px;
  background-image: url("/local/templates/oldi/static/img/general/error.png");
  background-size: 15px 16px;
  background-repeat: no-repeat;
}

.o-popup__text_success {
  padding-left: 23px;
  background-image: url("/local/templates/oldi/static/img/general/success.png");
  background-size: 15px 13px;
  background-repeat: no-repeat;
}

.o-popup a.o-popup__link {
  display: block;
  text-decoration: none;
  color: #173B86;
}

.o-popup__close {
  position: absolute;
  top: 60px;
  right: 20px;
  height: 13px;
  width: 13px;
  background: url("/bitrix/templates/oldi_new/images/close3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.o-popup__close svg {
  stroke: #fff;
}

.o-popup__footer {
  text-align: right;
  font-size: 13px;
}

div.o-popup__footer a {
  text-decoration: none;
  color: #173b86;
}

div.o-popup__footer a:link {
  text-decoration: none;
  color: #173b86;
}

.o-popup__social-login {
  margin-top: 35px;
  margin-bottom: 40px;
}

.o-popup__input {
  min-height: 67px;
}

.o-popup__fieldset {
  margin-bottom: 30px;
}

.o-popup__fieldset_sms {
  margin-bottom: 0;
}

.o-popup__button {
  float: none;
  width: 100%;
  height: 45px;
  font-family: 'helveticaneue', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

button.o-popup__button {
  margin-right: 0;
  padding: 0;
}

.o-popup__button:disabled,
.o-popup__button:disabled:hover {
  color: #555;
  background-color: #d0d0d0;
  cursor: default;
}

.o-popup_shown {
  display: block;
}

.auth-type__title {
  margin-top: -40px;
  margin-bottom: 27px;
  font-family: 'helveticaneue', sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.auth-type__choice-list {
  margin-bottom: 8px;
}

.auth-type__choice-item {
  display: inline-block;
  margin-right: 25px;
}

.auth-type__choice-item:last-child {
  margin-right: 0;
}

.auth-type__tabs {
  min-height: 67px;
}

/* //Akryll */
.Lk-content {
  margin: 0 auto;
  background: #fff;
  height: 100%;
  max-width: 1200px;
  min-width: 960px;
}

.Lk-formContent {
  padding: 4px 55px 12px;
}

.Lk-profile_name {
  margin-top: 65px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.Lk-profile_content {
  margin-top: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.Lk-profile_content__groupHeader_fl {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: GothamPro;
  font-size: 25px;
  line-height: 29px;
  text-align: left;
  color: #393939;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 5px;
}

@media (max-width: 975px) {
  .Lk-content {
    min-width: 0;
  }

  .Lk-formContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* styles for bonus */
.Lk-bonus {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.Lk-bonus_empty {
  width: 100%;
  background-color: rgba(240, 240, 240, 0.7);
  max-width: 705px;
  height: 20px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.Lk-bonus_left {
  width: 100%;
  max-width: 745px;
}

.Lk-bonus_right {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
}

@media (max-width: 1175px) {
  .Lk-bonus_right {
    justify-content: space-between;
    max-width: 100%;
    order: 2;
  }
}

@media (max-width: 678px) {
  .Lk-bonus_right {
    justify-content: center;
  }
}

.Lk-bonus_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Lk-bonus_top__item {
  width: 165px;
}

.Lk-bonus_top__item--total {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.Lk-bonus_top__item--date,
.Lk-bonus_top__item--rub {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-top: 5px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.Lk-bonus_top__item--datetext,
.Lk-bonus_top__item--rubtext,
.Lk-bonus_top__item--totaltext {
  margin-top: 7px;
  line-height: 14px;
  font-size: 13px;
  color: #393939;
}

.Lk-bonus_top__item--bonspan {
  font-weight: 600;
  line-height: 14px;
  font-size: 13px;
  color: #393939;
}

.Lk-bonus_top__item--totallabel {
  padding-left: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.Lk-bonus_top__item--date::after {
  display: inline-block;
  margin-left: 10px;
  content: '';
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/oldi_new/images/question.svg");
}

.Lk-bonus_top__tooltip {
  position: absolute;
  display: none;
  width: 254px;
  height: 104px;
  top: -17px;
  left: 130px;
  background: #ffffff;
  border: 0.75px solid #f3f3f3;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 999;
  padding-left: 19px;
}

.Lk-bonus_top__tooltip p {
  line-height: 18px;
  font-size: 13px;
  color: #393939;
  font-weight: normal;
  margin: 0 0;
}

.Lk-bonus_top__tooltip p span {
  font-weight: 600;
}

.Lk-bonus_top__tooltip--head {
  width: 100%;
  height: 15px;
  margin-top: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Lk-bonus_top__tooltip--cross {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background-size: 15px 15px;
  background-image: url("/bitrix/templates/oldi_new/images/cross.svg");
}

.Lk-bonus_top__tooltip--cross:hover {
  cursor: pointer;
}

.Lk-bonus_top__tooltip::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: -31px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 998;
}

.Lk-bonus_infoblock {
  margin-top: 35px;
  margin-bottom: 25px;
  padding-left: 17px;
  padding-right: 32px;
  width: 100%;
  max-width: 745px;
  height: 115px;
  background-image: url("/bitrix/templates/oldi_new/images/credit_left.png");
  border: 0.5px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

.Lk-bonus_infoblock__actions {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.Lk-bonus_infoblock__button {
  width: 200px;
  height: 36px;
  background: #1971b8;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.Lk-bonus_infoblock__text {
  font-family: helveticaneue;
  width: 459px;
  height: 32px;
  line-height: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.Lk-bonus_infoblock__info {
  margin-top: 17px;
}

.Lk-bonus_infoblock__info--span {
  text-align: center;
  width: 125px;
  height: 25px;
  background: #cf2937;
  line-height: 25px;
  font-size: 10px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.Lk-bonus_blue {
  width: 300px;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 15px;
  height: 185px;
  background: #1970b7;
  background-image: url("/bitrix/templates/oldi_new/images/credit_left.png");
  border: 0.5px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-bottom: 35px;
}

.Lk-bonus_blue__head {
  width: 228px;
  font-size: 16px;
  line-height: 22px;
  font-family: helveticaneue;
  color: #ffffff;
}

.Lk-bonus_blue__head--club {
  font-weight: 600;
}

.Lk-bonus_blue__bar {
  position: relative;
  width: 245px;
  height: 16px;
  margin-top: 10px;
  border: 5px solid #fff;
  overflow: hidden;
  background: #ffffff;
  border-radius: 14px;
}

.Lk-bonus_blue__bar--overlay {
  position: relative;
  bottom: 16px;
  height: 16px;
  background: #71b919;
}

.Lk-bonus_blue__bar--sections {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.Lk-bonus_blue__bar--section {
  height: 16px;
  width: 33%;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  font-size: 11px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 6px;
}
.Lk-bonus_blue__bar--section.reach{
  background: #71b919;
}
.Lk-bonus_blue__bar--section:last-child {
  border-right: none;
}

.Lk-bonus_blue__footer--text {
  margin-top: 10px;
  line-height: 16px;
  font-size: 13px;
  color: #ffffff;
}

.Lk-bonus_blue__footer--bold {
  font-size: 13px;
  font-weight: 600;
}

.bonus-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bonus-card__logo {
  width: 63px;
  height: 26px;
  margin-top: 8px;
  margin-bottom: 12px;
  background-image: url('/local/templates/oldi/static/img/general/card_logo.png');
}

.bonus-card__number {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.Lk-bonus_card {
  width: 300px;
  padding-left: 20px;
  padding-right: 15px;
  height: 185px;
  background-image: url("/bitrix/templates/oldi_new/images/credit_left.png");
  border: 0.5px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-bottom: 35px;
}

.Lk-bonus_card__head {
  width: 210px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: helveticaneue;
  font-weight: 600;
  line-height: 15px;
  font-size: 16px;
  color: #000000;
}

.Lk-bonus_card__inputs {
  display: flex;
  justify-content: space-between;
}

.Lk-bonus_card__inputs--card {
  width: 125px;
  height: 36px;
  background: #ffffff;
  border: 0.75px solid #1971b8;
  box-sizing: border-box;
}

.Lk-bonus_card__inputs--card::-webkit-input-placeholder {
  font-family: helveticaneue;
  line-height: 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.Lk-bonus_card__inputs--card:-ms-input-placeholder {
  font-family: helveticaneue;
  line-height: 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.Lk-bonus_card__inputs--card::-ms-input-placeholder {
  font-family: helveticaneue;
  line-height: 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.Lk-bonus_card__inputs--card::placeholder {
  font-family: helveticaneue;
  line-height: 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.Lk-bonus_card__inputs--button {
  width: 130px;
  height: 36px;
  background: #1971b8;
  border-radius: 6px;
  padding: 0 0;
  float: none;
  margin: 0 0;
}

.Lk-bonus_card__label {
  width: 135px;
  margin-top: 35px;
}

.Lk-bonus_card__label--span {
  display: inline-block;
  line-height: 15px;
  font-size: 10px;
  font-family: helveticaneue;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 3px;
  color: #ffffff;
  background-color: #ec7220;
}

@media (max-width: 695px) {
  .Lk-bonus_card {
    margin-right: 20px;
  }
}

@media (max-width: 678px) {
  .Lk-bonus_card {
    margin-right: 0;
  }
}

.Lk-bonus_bonuses {
  display: flex;
  font-family: helveticaneue;
  margin-top: 25px;
}

.Lk-bonus_bonuses__column {
  width: 100%;
}

.Lk-bonus_bonuses__column--small {
  width: 40%;
}

.Lk-bonus_bonuses__column--big {
  width: 150%;
}

.Lk-bonus_bonuses__column--header {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #393939;
  height: 60px;
  background: rgba(240, 240, 240, 0.6);
}

.Lk-bonus_bonuses__column--row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 61px;
  font-size: 16px;
  color: #393939;
}

.Lk-bonus_bonuses__column--row p {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

.Lk-bonus_bonuses__column--ordernum {
  color: #1970b7;
}

@media (max-width: 768px) {
  .Lk-bonus_bonuses__column--mobile {
    display: none;
  }
}

.Lk-bonus_bonuses__positive {
  color: #71b919;
}

.Lk-bonus_bonuses__negative {
  color: #cd1010;
}

.Lk-bonus_bonuses__column:first-child .Lk-bonus_bonuses__column--row,
.Lk-bonus_bonuses__column:first-child .Lk-bonus_bonuses__column--header {
  padding-left: 20px;
}

@media (max-width: 425px) {
  .Lk-bonus_bonuses__column:first-child .Lk-bonus_bonuses__column--row,
  .Lk-bonus_bonuses__column:first-child .Lk-bonus_bonuses__column--header {
    padding-left: 0;
  }
}

.Lk-bonus_rules__header {
  font-family: helveticaneue;
  font-weight: 600;
  font-size: 13px;
  color: #393939;
  margin-bottom: 15px;
}

.Lk-bonus_rules__list {
  counter-reset: rulesListCounter;
  margin-left: 0;
}

.Lk-bonus_rules__item {
  margin-left: 0;
  list-style: none;
  line-height: 16px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #393939;
  margin-bottom: 10px;
  padding-left: 20px;
}

.Lk-bonus_rules__item::before {
  position: relative;
  left: -20px;
  counter-increment: rulesListCounter;
  content: counter(rulesListCounter) ".";
  display: inline-block;
  font-family: helveticaneue;
  font-weight: 600;
  font-size: 13px;
  color: #393939;
  margin-right: -10px;
}

#Lk-bonus_card_change{
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
}
#Lk-bonus_card_change:hover{
  text-decoration: none;
}
@media (max-width: 1175px) {
  .Lk-bonus_rules {
    max-width: 50%;
  }
}

@media (max-width: 678px) {
  .Lk-bonus_rules {
    max-width: 100%;
  }
}

@media (max-width: 975px) {
  .Lk-bonus_empty {
    width: auto;
    max-width: 100%;
    line-height: 20px;
    height: auto;
    padding-top: 20px;
  }
}

.ur-input-phone-wrapper .input_phone .input__wrapper {
  width: 336px;
  margin-left: 1px;
}

.ur-input-phone-wrapper .select__list {
  width: 438px;
}

/* gift selection in cart and order */

.selections__group {
  border-bottom: 1px solid #dfdfdf;
  padding-left: 30px;
}

.selections__title {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 6px;
}

.selections__list {
  font-size: 0;
}

.selections__item {
  display: inline-flex;
  align-items: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.selections__input-wrapper {
  margin-right: 11px;
  margin-top: -20px;
}

.selections__input {
  min-width: 14px;
}

.selections__image {
  margin-right: 16px;
}

.selections__name {
  font-size: 15px;
}

@media (max-width: 768px) {
  .selections {
    border-top: 1px solid #dfdfdf;
  }

  .selections__item {
    position: relative;
    flex-direction: column;
    width: 100%;
  }

  .selections__input-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    margin-right: 0;
  }

  .selections__image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}