@import url("/wp-content/themes/customify/css/add.css");

@font-face {
  font-family: "Gulliver";
  src: url(/wp-content/themes/customify/fonts/PFDinTextPro-Medium.ttf);
}

.lmx-authorised #sidebar-secondary,
.lmx-authorised #sidebar-primary,
.lmx-authorised #main {
  padding-top: 30px;
}

/* ---- Для  Саши */
.b-status {
  opacity: 0.5;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  background-color: #f9f9f9;
}
.b-status.b-status--active {
  opacity: 1;
}
.b-statuses__header {
  text-align: center;
}
.b-statuses__container {
  display: flex;
  justify-content: space-between;
  gap: 20px 12px;
}
.b-status--active .b-status__head {
  color: white;
  background-color: #f65f2f;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.b-status__info {
  display: flex;
  justify-content: space-between;
}
.b-status__head {
  height: 56px;
  line-height: 56px;
  padding-left: 16px;
  margin-bottom: 0;
}
.pie {
  /* width: 60x; */
  height: 60px;
  /* border: 4px solid #000; */
}
.pie path {
  stroke: black;
  stroke-width: 20;
}
.pie path:nth-of-type(1) {
  fill: none; /* без заливки */
}
.pie circle {
  fill: none; /* без заливки */
}
.b-rounds {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.b-rounds__coupon {
  font-size: 17px;
  color: #bac5d1;
  text-align: center;
}
.b-rounds__coupon--active {
  color: #f6822f;
}

.b-status-block {
  /* width: 100%; */
  min-width: 290px;
  max-width: 290px;
  /* height: 210px; */
  /* padding-right: 20px; */
  padding: 0;
}
.b-status-info {
  padding: 15px 0 19px;
  border-bottom: 1px solid #bfcad7;
}
.b-status-info:nth-last-child(1) {
  border: none;
}
.b-status-info h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: black;
}
.b-status-info__text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 17px;
  color: #4a565d;
  align-items: center;
  font-weight: 400;
  height: 36px;
}
.b-status-info__value {
  color: #7a8796;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.03em;
  min-width: 60px;
  text-align: right;
  align-self: baseline;
}

.b-status--active .b-status-info__value {
  color: #f6822f;
}

.b-status__block {
  padding: 0 16px;
  height: 210px;
}
.b-status-info__hint {
  font-size: 11px;
  line-height: 12px;
  color: #7a8796;
  margin-top: 10px;
}
.b-days {
  margin-top: 30px;
  padding: 60px 40px;
  border-radius: 18px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
}

.b-days::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #f65f2f;
  width: 39px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.b-days__hint {
  position: absolute;
  opacity: 0;
  top: -100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  padding: 0.7em;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
  background-color: white;
  border-radius: 18px;
  text-align: center;
  transition: 0.7s;
  pointer-events: none;
}

.b-days__hint--show {
  top: -50%;
  opacity: 1;
  z-index: 10;
}

.b-days__info {
  width: 275px;
}
.b-days__text {
  font-weight: normal;
  color: #646e74;
  font-size: 14px;
}

.progress-line {
  margin-top: 20px;
}

@media screen and (width: 800px) {
  .b-days__hint h4 {
    font-size: 17px;
  }
}

@media screen and (width: 600px) {
  .b-days__hint h4 {
    font-size: 15px;
  }
}

/** Статусная УАЗ */
.b-uaz-status {
  display: flex;
  flex-direction: row;
}
.b-uaz-status__circle {
  padding: 15px 0 19px;
  width: 177px;
}
.b-uaz-status__info {
  padding: 15px 0 0 20px;
}
.b-uaz-info__text {
  color: rgb(146, 144, 144);
}
.b-uaz-info__result {
  margin-top: 10px;
  font-size: 18px;
}
/** Статусная УАЗ */

/* ---- Для  Саши */

/* Уведомление об ошибке */
.loymax-container .lmx-notifications {
  z-index: 0;
}
/* Уведомление об ошибке */

@keyframes move {
  0% {
    padding-top: 10px;
  }
  100% {
    padding-top: 25px;
  }
}
@keyframes smaller {
  0% {
    max-height: 130px;
  }
  100% {
    max-height: 120px;
  }
}

body {
  font-family: Gulliver, sans-serif;
  font-size: 15px;
}
.comments-area .comment-reply-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gulliver, sans-serif;
}
#main,
#sidebar-primary {
  padding-bottom: 2.617924em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: Gulliver, sans-serif;
}

.loymax-container ol,
p {
  margin: 0;
}
.lmx-merchant-list p {
  margin: 0 0 1.41575em;
}

.site-content main.content-area {
  min-height: 79vh;
}

.loymax-container .lmx-btn-container {
  margin: 0;
  margin-top: 20px;
}

.loymax-container .lmx-notifications {
  top: 71px;
}

/* Маркдауны фикс */
.h2 + h3,
h2 + h3 {
  border-top: none;
  padding-top: 0;
}

.loymax-container .lmx-description ul,
.loymax-container .modal-content ul,
.loymax-container .lmx-map-balloon-wrapper ul {
  list-style: disc !important;
  margin-left: 2.5em !important;
  margin-bottom: 6px !important;
}
.lmx-modal-offer .modal-body ol {
  padding-left: 0;
  margin-left: 2.5em !important;
}

.lmx-personal-goods-offer .lmx-description a,
.loymax-container .lmx-map-balloon-wrapper a {
  color: #1e4b75;
  text-decoration: underline;
}

/* Маркдауны фикс */

form {
  margin-bottom: 0;
}

blockquote {
  padding: 0 10px;
  margin: 10px;
}

.customSelect .customSelect-scroller__wrapper {
  z-index: 15;
}

/* БАННЕР */
body.lmx-login-page {
  /*min-width: 1064px;*/
}

/* .lmx-login-page .site-content .customify-container {
	background: url(/wp-content/uploads/12.jpg);
	background-size: cover;
}

.lmx-login-page .site-content .customify-container .content-area {
	background-color: transparent;
}

.lmx-login-page.lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth {
	float: right;
	padding: 15px;
	margin-right: -95px;
	margin-top: -75px;
	background-color: white;
	border-radius: 4px;
	border: 1px solid #dedede;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12), 0 3px 1px -1px rgba(0,0,0,.2);
} */

/* БАННЕР */

/* ХЕДЕР */

.lmx-authorised header .site-header-inner .header-main .hidden-menu {
  display: none;
}

.lmx-authorised header .site-header-inner .header-bottom .hidden-menu {
  display: none;
}
.lmx-unauthorised header .site-header-inner .header-bottom .hidden-menu {
  display: none;
}

header .customify-container .col-v2 .item--inner,
header .customify-container .col-v2 .item--inner .site-navigation,
header .customify-container .col-v2 .item--inner .site-navigation .menu {
  width: 100%;
}

.header-main .nav-menu-desktop .menu > li > a {
  padding: 0;
}
.header-main .nav-menu-desktop .menu li.logout-header-btn a {
  padding-right: 0;
}

header .header-main .menu {
  display: inline-flex;
  vertical-align: middle;
  justify-content: space-between;
}

header .header-main .menu .menu-item.gourman a .menu-image,
.header-menu-sidebar .menu .menu-item.gourman a .menu-image {
  width: 100px;
  height: 30px;
}
header .header-main .menu .menu-item.instagramm a .menu-image,
.header-menu-sidebar .menu .menu-item.instagramm a .menu-image {
  width: 50px;
  height: 50px;
}

.nav-menu-desktop.style-plain .nav-menu::after,
.nav-menu-desktop.style-plain .nav-menu::before {
  display: none;
}

header .header-main .menu li {
  height: 50px;
  display: flex;
}
.lmx-unauthorised header .header-main .menu {
  justify-content: flex-start;
}
.lmx-unauthorised header .header-main .menu li {
  padding-right: 40px;
}
header .header-main .menu li.menu-item:not(.gulliver) a {
  font-size: 15px;
}
.lmx-unauthorised header .header-main .menu li.logout-header-btn {
  display: none;
}

.lmx-unauthorised header .header-main .menu li.gulliver {
  padding-right: 230px;
}

header .header-main .menu li.current-menu-item:not(.gulliver) a span::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 17px;
  height: 2px;
  background-color: #4a565d;
}
header .header-main .menu li.current-menu-item a:hover span::after {
  background-color: #94d600;
  transition: all 0.14s ease-out;
}

header .header-main .menu li.menu-item.loymax-menu-item a:hover {
  color: #94d600;
}

header .header-main .menu li.gulliver a img {
  width: 136px;
  height: 46px;
  margin-bottom: -2px;
}

header .header-main .menu li.offers a {
  color: #4a565d;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
header .header-main .menu li.offers.menu-item a:hover {
  color: #94d600;
}

header .header-main .menu li.logout-header-btn a {
  padding-left: 26px;
  background-image: url(/wp-content/uploads/2019/08/icon-user-hover.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #f04c23;
  position: relative;
}
#menu-item--main-desktop-1861 a {
  color: #f04c23;
  text-decoration: none;
}
#menu-item--main-desktop-1861 a span.link-before::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  height: 0px;
  background-color: white;
}

header .header-main .menu li.logout-header-btn-1 a {
  padding-left: 26px;
  background-image: url(/wp-content/uploads/2019/08/icon-user-hover.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #f04c23;
  position: relative;
}
header .header-main .menu li.logout-header-btn.menu-item a:hover {
  color: #f04c23;
}
.lmx-unauthorised header .header-main .menu li.logout-header-btn a {
  display: none;
}

.site-header .header-bottom .header-bottom-inner .logout-header-btn a {
  color: #4a565d;
  font-weight: bold;
  display: none;
}

/* Основное меню в шапке */
.site-header .header-bottom .header-bottom-inner {
  box-shadow: none;
  border-top: 2px solid #e5e4e4;
}

.header-bottom
  .site-navigation.primary-menu.primary-menu-bottom
  .menu
  li.loymax-menu-item
  a {
  font-size: 15px;
  padding: 0;
}

.header-bottom
  .site-navigation.primary-menu.primary-menu-bottom
  .menu
  li.menu-item {
  padding-right: 73px;
}

.header-bottom .menu.primary-menu-ul.nav-menu .menu-item.current-menu-item a {
  font-weight: 700;
  color: #4a565d;
}
.header-bottom .menu.primary-menu-ul.nav-menu .menu-item a:hover {
  color: #94d600;
}
.header-bottom
  .menu.primary-menu-ul.nav-menu
  .menu-item.current-menu-item
  a
  span:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 32px;
  height: 3px;
  background-color: #4a565d;
}

.header-bottom .menu.primary-menu-ul.nav-menu .menu-item a:hover {
  color: #94d600;
}
.header-bottom .menu.primary-menu-ul.nav-menu .menu-item.current-menu-item a {
  font-weight: 700;
  color: #4a565d;
}
/*  Основное меню в шапке  */

/* Основное меню бок панель */

.sidebar-primary .menu .menu-item a:hover {
  color: #94d600;
}

.lmx-noPersonalGoods .menu .loymax-menu-item-personal-goods {
  display: none;
}

.site-content .menu .menu-item.logout-header-btn {
  display: none;
}

.site-content .widget-area .menu li.current-menu-item > a {
  border-top: none;
}

.site-content .sidebar-primary .menu .menu-item.side-menu-hidden {
  display: none;
  color: red;
}

/* Основное меню бок панель */

/* Всплывающее боковое меню */
.close.close-panel.close-sidebar-panel .hamburger-box .hamburger-inner::after,
.close.close-panel.close-sidebar-panel .hamburger-box .hamburger-inner::before {
  background: black;
  opacity: 1;
}

.menu_sidebar_slide_left .header-menu-sidebar {
  width: 100vw;
  text-align: center;
  background-color: #fff;
  transition-duration: 0.3s;
  padding-top: 35px;
}

.menu_sidebar_slide_left .header-menu-sidebar .nav-menu-mobile .menu {
  padding-bottom: 100px;
}

.header-menu-sidebar .builder-item-sidebar .menu .menu-item a {
  color: #4a565d;
}
.header-menu-sidebar
  .builder-item-sidebar
  .menu
  .menu-item.logout-header-btn
  a {
  font-weight: bold;
}

.menu_sidebar_slide_left .header-menu-sidebar .nav-menu-mobile .menu li {
  border-bottom: none;
}
.menu_sidebar_slide_left
  .header-menu-sidebar
  .nav-menu-mobile
  .menu
  li.current-menu-item
  a
  span {
  border-bottom: 3px solid #4a565d;
  color: #4a565d;
}

.header-menu-sidebar .menu-second-container {
  padding-top: 30px;
}
.header-menu-sidebar .menu .gulliver {
  display: none;
}

.header-menu-sidebar .menu li.sidebar-menu-hidden {
  display: none;
}

.header-menu-sidebar .menu-second-container .menu li a {
  font-size: 16px;
  font-weight: bold;
}
.header-menu-sidebar .menu li.logout-header-btn,
.header-menu-sidebar .menu li.loymax-menu-item-balance,
.header-menu-sidebar .menu li.loymax-menu-item-personal-offers {
  display: none;
}

.menu_sidebar_slide_left
  .header-menu-sidebar
  .nav-menu-mobile
  .menu
  li.loymax-menu-item-accounts {
  /*border-bottom: 1px solid rgba(0,0,0,.08);*/
}

.header-menu-sidebar .menu-second-container .menu .instagram a img {
  display: none;
}
.header-menu-sidebar .menu-second-container .menu .instagram a span {
  display: inherit;
}

.header-menu-sidebar .menu-second-container .menu .gurman a img {
  display: none;
}

.header-menu-sidebar .menu-second-container .menu .gurman a span {
  display: inherit;
}

.header-menu-sidebar .lmx-user-info .lmx-user-info__logout {
  padding-bottom: 15px;
}
.header-menu-sidebar .lmx-user-info .lmx-user-info__logout a {
  padding-left: 26px;
  background-image: url(/wp-content/uploads/2019/08/icon-user-hover.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #f04c23;
  position: relative;
  font-size: 17px;
}

.header-menu-sidebar
  .lmx-user-info
  .lmx-user-info__accumulated.user-info__value {
  margin-bottom: 0;
}

.header-menu-sidebar .lmx-user-info div dl .lmx-user-info__name a::before {
  display: none;
}

.header-menu-sidebar .lmx-user-info {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  text-align: left;
  border: 1px solid lightgray;
  padding-left: 25px;
}

.header-menu-sidebar .lmx-user-info .lmx-clearfix .lmx-user-info__name + dd {
  display: none;
}
.header-menu-sidebar .lmx-user-info .lmx-clearfix .lmx-user-info__name {
  margin-bottom: 1em;
}

.header-menu-sidebar .lmx-user-info .lmx-user-info__balance.user-info__key,
.header-menu-sidebar .lmx-user-info .lmx-user-info__balance.user-info__value,
.header-menu-sidebar .lmx-user-info .lmx-user-info__accumulated.user-info__key,
.header-menu-sidebar
  .lmx-user-info
  .lmx-user-info__accumulated.user-info__value {
  display: inline-block;
}
.header-menu-sidebar .lmx-user-info .lmx-user-info__balance.user-info__value {
  margin-right: 115px;
}

.header-menu-sidebar .lmx-user-info .lmx-user-info__logout {
  text-align: center;
  padding-right: 25px;
}

.header-menu-sidebar .lmx-user-info dd span {
  color: #94d600;
  font-weight: bold;
}

#menu-item--sidebar-mobile-1861 {
  display: none;
}

#header-menu-sidebar-inner #menu-lk-menu #menu-item--sidebar-mobile-1413 {
  display: none;
}

/* Всплывающее боковое меню */
/* ХЕДЕР */

/* ИНПУТЫ */
.loymax-container .lmx-registration input,
.lmx-unauthorised
  main#main
  .loymax-container
  .lmx-auth
  form
  .lmx-input-container
  input,
.lmx-unauthorised
  .lmx-registration
  .lmx-questionnaire
  .lmx-input-container
  input,
.lmx-unauthorised
  .lmx-reset-password
  .lmx-auth-frame
  form
  .lmx-input-container
  input {
  max-width: 370px;
}

.lmx-unauthorised .loymax-container .lmx-auth form .lmx-input-container input,
.lmx-unauthorised
  .lmx-reset-password
  .lmx-auth-frame
  form
  .lmx-input-container
  input,
.lmx-unauthorised
  .lmx-registration
  .lmx-input-container
  input:not([type="checkbox"]),
.lmx-unauthorised
  .lmx-registration
  .lmx-questionnaire
  .lmx-input-container
  input,
.lmx-authorised .lmx-questionnaire .lmx-input-container input,
.lmx-history .lmx-history-filters .date-picker-wrap input,
body:not(.lmx-bootstrapped)
  .modal.loymax-modal
  .modal-content
  .lmx-block-state-change-modal
  .lmx-input-container
  input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
}

.lmx-input-container .lmx-birthday-picker .lmx-birthday-picker-wrapper input,
.lmx-input-container
  .lmx-birthday-picker
  .lmx-birthday-picker-wrapper
  .customSelect-list
  li {
  text-align: center;
}

.lmx-unauthorised
  .lmx-registration
  .lmx-questionnaire
  .lmx-input-container
  .lmx-birthday-picker,
.lmx-authorised .lmx-questionnaire .lmx-input-container input {
  width: 370px;
}

.lmx-authorised .lmx-questionnaire .lmx-input-container .lmx-birthday-picker {
  width: 360px;
}

.loymax-container
  .lmx-questionnaire
  .lmx-birthday-picker
  .lmx-birthday-picker-wrapper.lmx-month {
  width: 50%;
}
.loymax-container
  .lmx-questionnaire
  .lmx-birthday-picker
  .lmx-birthday-picker-wrapper.lmx-day {
  width: 20%;
}

/* ИНПУТЫ */

/* КНОПКИ */
.lmx-unauthorised
  .lmx-reset-password
  .lmx-auth-frame
  form
  .lmx-btn-container
  button:nth-child(1) {
  width: 33%;
  background-color: white;
  color: #94d600;
  border: 1px solid #94d600;
}
.lmx-unauthorised
  .lmx-reset-password
  .lmx-auth-frame
  form
  .lmx-btn-container
  button:nth-child(1):hover {
  color: white;
  background: #94d600;
}

.lmx-unauthorised
  .lmx-reset-password
  .lmx-auth-frame
  form
  .lmx-btn-container
  button:hover {
  box-shadow: none;
}

.lmx-unauthorised
  .lmx-reset-password
  .lmx-auth-frame
  form
  .lmx-btn-container
  button {
  width: 240px;
}
.lmx-unauthorised
  .lmx-reset-password
  .lmx-auth-frame
  form
  .lmx-btn-container
  button:nth-child(2):hover {
  background: #d8431d;
}

.lmx-unauthorised
  .lmx-registration
  .lmx-registration-start
  .lmx-btn-container
  button,
.lmx-unauthorised .lmx-registration.lmx-Questions .lmx-btn-container button,
.lmx-unauthorised .lmx-registration .registration-start .btn-container button,
.lmx-unauthorised .lmx-registration .lmx-registration-finish button,
.lmx-unauthorised .lmx-registration.lmx-AssignCard button,
.lmx-unauthorised .lmx-registration .lmx-registration-finish button,
.lmx-unauthorised .lmx-registration .lmx-registration-steps button,
.lmx-registration .lmx-registration-finish .lmx-margin-bottom button,
.lmx-unauthorised
  .lmx-reset-password
  .lmx-auth-frame
  form
  .lmx-btn-container
  button,
.lmx-unauthorised
  main#main
  .loymax-container
  .lmx-auth
  form
  .lmx-btn-container
  button,
.modal-content .modal-footer button,
.lmx-cards .lmx-personal-cards button.lmx-set-card-btn,
body:not(.lmx-bootstrapped)
  .modal.loymax-modal
  .modal-content
  .modal-footer.lmx-btn-container
  button,
.lmx-questionnaire .lmx-btn-container button.lmx-right,
.lmx-user-phone form .lmx-btn-container button,
.lmx-user-email form .lmx-btn-container button,
.lmx-personal-goods-offer .lmx-card .lmx-card-action button {
  background: #f04c23;
  color: white;
  height: 40px;
  border-radius: 40px;
  text-transform: none;
}
.modal-content .modal-footer button:nth-child(2) {
  margin-top: 10px;
}

.lmx-cards .lmx-account-cards button {
  background: #f04c23;
  color: white;
  height: 40px;
  border-radius: 40px;
  text-transform: none;
}

.lmx-unauthorised
  .lmx-registration
  .lmx-registration-steps
  button.lmx-btn-cancel,
.lmx-unauthorised
  .lmx-registration.lmx-Questions
  .lmx-btn-container
  button.lmx-btn-cancel,
.lmx-unauthorised .lmx-registration.lmx-AssignCard button:nth-child(1) {
  background: transparent;
  color: #94d600;
  height: 40px;
  border: 1px solid #94d600;
  border-radius: 40px;
  text-transform: none;
}
.lmx-unauthorised
  .lmx-registration
  .lmx-registration-steps
  button.lmx-btn-cancel:hover,
.lmx-unauthorised
  .lmx-registration.lmx-Questions
  .lmx-btn-container
  button.lmx-btn-cancel:hover,
.lmx-unauthorised .lmx-registration.lmx-AssignCard button:nth-child(1):hover {
  background-color: #94d600;
  color: white;
  box-shadow: none;
}

.lmx-unauthorised .lmx-registration .lmx-registration-steps button:hover,
.lmx-unauthorised .lmx-registration .lmx-registration-finish button:hover,
.lmx-registration .lmx-registration-finish .lmx-margin-bottom button:hover {
  color: white;
}

body:not(.lmx-bootstrapped)
  .modal.loymax-modal
  .modal-content
  .modal-footer.lmx-btn-container
  button {
  font-weight: 700;
}

body:not(.lmx-bootstrapped)
  .modal.loymax-modal
  .modal-content
  .modal-footer.lmx-btn-container
  button:hover {
  background-color: #d8431d;
  box-shadow: none;
}

body:not(.lmx-bootstrapped)
  .modal.loymax-modal
  .modal-content
  .modal-footer.lmx-btn-container
  button.lmx-btn-cancel {
  background: white;
  color: #94d600;
  border: 1px solid #94d600;
}
body:not(.lmx-bootstrapped)
  .modal.loymax-modal
  .modal-content
  .modal-footer.lmx-btn-container
  button.lmx-btn-cancel:hover {
  background-color: #94d600;
  color: white;
}

.lmx-questionnaire .lmx-btn-container button.lmx-right {
  float: none;
  font-weight: 700;
}

.lmx-user-phone form .lmx-btn-container button.lmx-btn-cancel,
.lmx-user-email form .lmx-btn-container button.lmx-btn-cancel {
  background-color: transparent;
  color: #94d600;
  border: 1px solid #94d600;
}

.lmx-user-email .lmx-settings-line h3,
.lmx-user-email .lmx-user-email-changing h3 {
  font-size: 0;
}
.lmx-user-email .lmx-settings-line h3::before {
  font-size: 15px;
  content: "E-mail";
}
.lmx-user-email .lmx-user-email-changing h3::before {
  font-size: 24px;
  content: "E-mail";
}

.lmx-user-phone form .lmx-btn-container button.lmx-btn-cancel:hover,
.lmx-user-email form .lmx-btn-container button.lmx-btn-cancel:hover {
  box-shadow: none;
  color: white;
  background-color: #94d600;
}

.lmx-user-phone form .lmx-btn-container button,
.lmx-user-email form .lmx-btn-container button {
  font-weight: 700;
}

.lmx-personal-goods-offer .lmx-card .lmx-card-action button {
  font-family: helveticaneue, sans-serif;
}
.lmx-personal-goods-offer .lmx-card .lmx-card-action button:hover {
  box-shadow: none;
}
.lmx-personal-goods-offer .lmx-card .lmx-card-action button:disabled {
  background-color: #bbb;
}

/* КНОПКИ */

/* ВХОД */
.lmx-unauthorised .customify-container aside#sidebar-primary {
  display: none;
}

.lmx-unauthorised.sidebar-content.sidebar_vertical_border .content-area {
  border-left: none;
}

.lmx-unauthorised main#main {
  margin: 0 auto;
}

/* .lmx-unauthorised #lmx-registration-assignCard__doNotHave {
	display: none;
} */

.lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth,
.lmx-unauthorised main#main .loymax-container .lmx-container.lmx-registration,
.lmx-unauthorised
  main#main
  .loymax-container
  .lmx-container.lmx-reset-password {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  .lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth,
  .lmx-unauthorised main#main .loymax-container .lmx-container.lmx-registration,
  .lmx-unauthorised
    main#main
    .loymax-container
    .lmx-container.lmx-reset-password {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lmx-unauthorised main#main .loymax-container .lmx-auth h2 {
  font-size: 25px;
  font-weight: 700;
}

.lmx-unauthorised main#main .loymax-container .lmx-auth .lmx-identifier-types {
  display: none;
}

.lmx-unauthorised
  main#main
  .loymax-container
  .lmx-auth
  form
  .lmx-btn-container {
  text-align: center;
}

/* РЕКАПЧА */
.grecaptcha-badge {
  z-index: 100;
}

/* РЕКАПЧА */

/* Восстановление пароля */
.lmx-unauthorised .lmx-reset-password h2 {
  font-size: 25px;
  font-weight: 700;
}

.lmx-unauthorised .lmx-reset-password .lmx-auth-frame form p {
  display: none;
}

/* Восстановление пароля */

/* Регистрация */
.lmx-unauthorised .lmx-registration .lmx-registration-start h2 {
  font-size: 25px;
  font-weight: 700;
}

.lmx-unauthorised .before-registration {
  text-align: center;
}
.lmx-unauthorised .before-registration h2 {
  margin-bottom: 30px;
}
.lmx-unauthorised .before-registration button {
  background: #f04c23;
  color: white;
  height: 40px;
  border-radius: 40px;
  margin-bottom: 10px;
}

.lmx-unauthorised .lmx-registration .lmx-registration-start .lmx-btn-container {
  text-align: center;
}
.lmx-unauthorised
  .lmx-registration
  .lmx-registration-start
  .lmx-btn-container
  .start-registration-btn {
  margin-bottom: 10px;
}

.lmx-registration .lmx-registration-form .registration-start .btn-container,
.lmx-registration .lmx-registration-finish .lmx-margin-bottom {
  text-align: center;
}

.lmx-unauthorised .lmx-registration .registration-start .btn-container span {
  margin-left: 10px;
}

.lmx-unauthorised .lmx-registration .registration-start .btn-container span a {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}
.lmx-unauthorised
  .lmx-registration
  .registration-start
  .btn-container
  span
  a:hover {
  text-decoration: underline;
}

.lmx-registration .lmx-registration .lmx-form-group a {
  color: black;
  font-weight: bold;
}

.lmx-registration .lmx-registration .lmx-form-group a:hover {
  color: #94d600;
}

.lmx-unauthorised
  .lmx-registration
  .lmx-registration-start
  .lmx-btn-container
  button {
  letter-spacing: 2px;
}
/* Чекбоксы */

.lmx-registration input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lmx-registration input[type="checkbox"] + label {
  position: relative;
  padding-left: 26px;
  display: block;
}

.lmx-registration input[type="checkbox"] + label::before {
  border-color: #b9b9b9;
}
.lmx-registration input[type="checkbox"]:checked + label::before {
  border-color: #94d600;
}

.lmx-registration input[type="checkbox"] + label::before {
  width: 17px;
  height: 17px;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.lmx-registration input[type="checkbox"] + label::before,
.lmx-registration input[type="checkbox"] + label::after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  border-radius: 2px;
  transition: all 0.3s ease;
}

.lmx-registration input[type="checkbox"] + label::after {
  width: 9px;
  height: 9px;
  background: #94d600;
  opacity: 0;
  margin: 4px 0 0 4px;
}
.lmx-registration input[type="checkbox"]:checked + label::after,
.lmx-registration input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.lmx-registration input[type="checkbox"]:disabled + label::after,
.lmx-registration input[type="checkbox"]:disabled + label::after {
  background: #dedede;
}

@media screen and (max-width: 500px) {
  .lmx-container.lmx-registration .lmx-btn-containe {
    display: flex;
  }
  .lmx-container.lmx-registration .lmx-btn-container #lmx-changePhone-cancel {
    /* order: -1; */
  }
  .lmx-container.lmx-registration .lmx-btn-container #lmx-changePhone-submit {
    /* order: 0; */
  }
}

/* Чекбоксы */
/* РЕГИСТРАЦИЯ */

/* ВХОД */

/* ЛК */
/* Виджет лоймакс */
.sidebar-primary .lmx-user-info .lmx-user-info__logout {
  display: none;
}

.sidebar-primary .lmx-user-info .lmx-user-info__logout a:hover {
  cursor: pointer;
}

.lmx-user-info .currencies .currencies-amount {
  display: flex;
  flex-direction: column;
}
.lmx-user-info .user-info-currencies {
  margin-top: 1em;
}

.lmx-user-info .currencies .balance-link {
  color: #94d600;
  font-weight: bold;
}

.sidebar-primary .lmx-user-info dd span,
.sidebar-primary .lmx-user-info dt span {
  color: #94d600;
  font-weight: bold;
}

.lmx-percentage-cities {
  display: none;
}

.lmx-user-info .lmx-no-balance-message::after {
  content: " бнс.";
  color: #686868;
}

.lmx-user-info div dl .lmx-user-info__name a::before {
  content: "";
  float: right;

  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/2019/09/config.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.lmx-user-info div dl .lmx-user-info__name a:hover::before {
  transition: transform 0.5s cubic-bezier(0.55, 0.08, 0.06, 0.97);
  transform: rotate(360deg);
}

/* Виджет лоймакс */

/* МАГАЗИНЫ */
.loymax-container .lmx-merchants-map-row .lmx-merchant-list {
  margin-right: 10px;
  max-width: 35%;
  width: 35%;
}

.ymaps-2-1-74-balloon__content {
  font-family: Gulliver, sans-serif;
}

.lmx-merchants section h2 {
  font-size: 0;
}
.lmx-merchants section h2:not(.lmx-map-balloon-merchant-title)::before {
  content: "Супермаркеты";
  font-size: 31.5px;
}
.lmx-merchants section .lmx-map-balloon-wrapper h2 {
  font-size: 2.1em; /*mark fix*/
}
.lmx-merchants section .lmx-map-balloon-wrapper h2::before {
  display: none; /*mark fix*/
}

.lmx-map-balloon-wrapper p.lmx-map-balloon-merchant-location {
  font-weight: bold;
}
.ymaps-2-1-74-balloon__layout p,
.lmx-map-balloon-merchant-location,
.lmx-map-balloon-merchant-schedule p,
.lmx-map-balloon-merchant-description p {
  margin-bottom: 0.1em;
}

.loymax-container .lmx-merchants .lmx-merchant-filter {
  position: absolute;
  top: -58px;
  right: 0;
  width: 465px;
  justify-content: space-between;
}
.loymax-container .lmx-merchants .lmx-merchant-filter .customSelect {
  margin-right: 0;
  width: 49%;
}

.loymax-container .lmx-merchants .lmx-merchant-filter input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
  font-size: 14px;
  text-overflow: ellipsis;
}

.loymax-container
  .lmx-map
  .lmx-map-balloon-wrapper
  .lmx-map-balloon-brand-logo-container {
  height: 110px;
  height: 60px;
}

.loymax-container .lmx-merchants-map-row .lmx-merchant-list ul > li {
  padding-right: 0;
}

.customSelect
  .customSelect-scroller__wrapper
  .customSelect-scroller
  .customSelect-list
  .customSelect-item,
.lmx-merchants .scroller ul li {
  font-size: 14px;
}

.lmx-container.lmx-merchants .lmx-offers {
  padding: 0;
}

.lmx-map .ymaps-2-1-74-image {
  width: 35px !important;
  height: 35px !important;
  background-size: 35px !important;
  background-repeat: no-repeat;
}

/* МАГАЗИНЫ */

/* НОВОСТИ, АКЦИИ */

.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail
  .lmx-old-new-price
  .lmx-old-price::after,
.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail
  .lmx-old-new-price
  .lmx-new-price::after {
  content: " \20bd";
}

.loymax-container .lmx-announcements .lmx-announcements-list,
.loymax-container .lmx-offers .lmx-offers-list {
  justify-content: flex-start;
  width: 100%;
}

.loymax-container
  .lmx-announcements
  .lmx-announcements-list
  .lmx-card
  .lmx-card-image,
.loymax-container .lmx-offers .lmx-offers-list .lmx-card-image {
  /*height: auto;*/
}

.loymax-container .lmx-announcements .lmx-announcements-list .lmx-card,
.loymax-container .lmx-offers .lmx-offers-list .lmx-card {
  margin-left: 6px;
  margin-right: 6px;

  width: 230px;
  height: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s;
}

.loymax-container .lmx-announcements .lmx-announcements-list .lmx-card:hover,
.loymax-container .lmx-offers .lmx-offers-list .lmx-card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.loymax-container .lmx-offers .lmx-offers-list .lmx-card .lmx-card-title {
  white-space: inherit;
  font-size: 15px;
  max-height: 49px;
  line-height: 1.1em;
  text-align: center;
  font-weight: normal;
}

.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail {
  background-color: transparent;
  border-top: 1px solid #dcdbdb;
}
.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail
  .lmx-old-new-price
  .lmx-old-price {
  color: #686868;
  font-weight: bold;
}
.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail
  .lmx-old-new-price
  .lmx-new-price {
  color: #f04c23;
  font-weight: bold;
  font-size: 15px;
}

.loymax-container .lmx-offers .lmx-offers-list .lmx-card .lmx-card-description {
  display: none;
}

.lmx-modal-offer .modal-body .lmx-details {
  margin-top: 0;
}

.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail
  .lmx-two-line-text
  .lmx-first-line {
  font-weight: bold;
  color: #f04c23;
  font-size: 14px;
}
.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail
  .lmx-two-line-text
  .lmx-second-line {
  color: #686868;
  font-weight: bold;
}

.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail
  .lmx-image-with-text
  div:nth-child(1) {
  font-weight: bold;
  color: #f04c23;
  font-size: 18px;
}
.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-content
  .lmx-reward-thumbnail
  .lmx-image-with-text
  div:nth-child(3) {
  color: #f04c23;
  font-weight: bold;
}

.loymax-container
  .lmx-offers
  .lmx-offers-list
  .lmx-card
  .lmx-card-description:after {
  background: none;
}

/* НОВОСТИ, АКЦИИ */

/* ИСТОРИЯ ОПЕРАЦИЙ */
.lmx-history section h2 {
  margin-bottom: 20px;
}

table.uib-daypicker {
  margin-bottom: 0;
}

.loymax-container .lmx-history .lmx-history-filters {
  text-align: left;
  justify-content: flex-start;
}

.lmx-reset-filters .lmx-pseudolink {
  color: #1b1b1b;
  font-weight: 700;
}
.lmx-reset-filters .lmx-pseudolink:hover {
  cursor: pointer;
  color: #94d600;
}
.lmx-reset-filters {
  margin: -20px 0 5px 30px;
}

.loymax-container .lmx-history .lmx-history-filters .lmx-reset-filters {
  margin-left: 30px;
}

.loymax-container .lmx-history .lmx-history-filters .lmx-reset-filters a {
  color: #1b1b1b;
  font-weight: 700;
}
.loymax-container .lmx-history .lmx-history-filters .lmx-reset-filters a:hover {
  color: #94d600;
}

.lmx-history .lmx-history-table .lmx-operations-list table th,
.lmx-history .lmx-history-table .lmx-operations-list table td {
  padding: 0 10px;
}

.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  thead
  th:nth-child(2),
.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tbody
  td:nth-child(2) {
  display: none;
}

.lmx-history .lmx-history-table .lmx-operations-list table tr td {
  padding-top: 30px;
}
.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tr.lmx-cheque-info
  td {
  padding-top: 10px;
}

.lmx-history .lmx-history-table .lmx-operations-list table thead tr th,
.lmx-history .lmx-history-table .lmx-operations-list table tbody tr td,
.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-line
  .lmx-cheque-item,
.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-line
  .lmx-cheque-count {
  background-color: transparent;
}

.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tbody
  tr
  td.date-time::before {
  content: "";
  background-image: url(/wp-content/uploads/2019/08/icon-clock.svg);
  display: block;
  width: 19px;
  height: 19px;
  float: left;
  margin-right: 4px;
}

.lmx-history .lmx-card-filter select {
  margin-bottom: 6px;
}

.lmx-history .lmx-history-filters {
  margin-top: 8px;
}

.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tbody
  tr
  td.lmx-description
  .lmx-description-text {
  vertical-align: middle;
}

.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tbody
  tr
  td.lmx-description
  img.lmx-logo-square,
.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tbody
  tr.lmx-cheque-info
  .lmx-info-description
  img.lmx-logo-square {
  width: 25px;
  height: auto;
  padding-right: 3px;
}

.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tbody
  tr
  td.lmx-amount {
  font-weight: bold;
  color: #94d600;
}

.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tbody.lmx-cheque-opened
  tr
  td.lmx-cheque-expander {
  color: #94d600;
}

.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  tbody.lmx-cheque-opened
  tr:nth-child(1)
  td {
  background-color: transparent;
}

.lmx-history .lmx-history-table .lmx-cheque-content .lmx-cheque-line span {
  border-bottom: none;
}

.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-line {
  display: flex;
}
.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-line
  .lmx-cheque-item {
  display: flex;
  max-width: 80%;
  white-space: normal;
  word-break: break-all;
}

.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-line
  .lmx-cheque-count {
  right: 20%;
  display: flex;
  align-items: flex-end;
}

.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-line
  .lmx-cheque-amount {
  position: absolute;
  right: 0;
  bottom: -3px;
  background-color: #f2f2f2;
}
.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-line
  .lmx-cheque-amount::after {
  content: " \20bd";
}

.lmx-history
  .lmx-history-table
  .lmx-operations-list
  table
  thead
  tr
  th:nth-child(5) {
  padding-left: 7px;
}

.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content {
  padding: 5px 10px;
}

.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-total {
  font-size: 15px;
  position: inherit;
  right: 0;
  margin-top: 5px;
  /*display: inline-block;*/
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 375px) {
  .loymax-container
    .lmx-history
    .date-filter.lmx-to-date-filter
    .date-picker-wrap
    input:nth-child(2) {
    margin-top: -3px;
  }

  .b-days__hint {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .loymax-container .lmx-history .lmx-reset-filters a {
    display: inline-block;
    font: inherit;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    background-color: #f04c23;
    color: white;
    text-transform: none;
    border-radius: 40px;
    cursor: pointer;
    width: 93%;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Блок сумма покупок */
.loymax-container
  .lmx-balance-changes
  .lmx-balance-changes-operations-list
  tbody
  td.lmx-identity {
  background-color: white;
}

.loymax-container
  .lmx-balance-changes
  .lmx-balance-changes-operations-list
  tbody
  td.lmx-amount {
  background-color: white;
}

.lmx-balance-changes
  .lmx-balance-changes-table
  table
  tbody
  .lmx-withdraws-row
  td.lmx-amount {
  /* display: none; */
  color: red;
  font-weight: 700;
}

.lmx-balance-changes
  .lmx-balance-changes-table
  tr.lmx-purchase-amount-row
  .lmx-amount {
  color: #94d600;
  font-weight: 700;
}

.lmx-balance-changes .lmx-balance-changes-table tr.lmx-rewards-row .lmx-amount {
  color: #94d600;
  font-weight: 700;
}

.loymax-container
  .lmx-balance-changes
  .lmx-balance-changes-operations-list
  tbody
  tr.lmx-operation-info
  td.date-range {
  background-color: white;
}

.lmx-balance-changes-operations-list
  .lmx-operation-info
  .lmx-amount-text
  .lmx-operation-info-value {
  color: #94d600;
  font-weight: 700;
}

/* Блок сумма покупок */
/*QQ*/

.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-total
  .summary:not(.summary-text) {
  float: right;
}
.loymax-container
  .lmx-history
  .lmx-operations-list
  tbody:not(.lmx-empty-cheque).lmx-cheque-opened
  tr.lmx-cheque-info
  .lmx-cheque-content
  .lmx-cheque-total
  .summary:not(.summary-text)::after {
  content: " \20bd";
}

/* ИСТОРИЯ ОПЕРАЦИЙ */

/* КАРТЫ */
/* .lmx-cards .lmx-tabs-container {
	display: none;
} */

.lmx-cards {
  width: 900px;
}

.lmx-cards ul.lmx-tabs-container ~ .lmx-personal-cards {
  padding: 0 0 0 15px;
  border: none;
  overflow: inherit;
}

.lmx-cards section h2::before {
  content: "Мои карты";
  font-size: 25px;
  font-weight: 700;
}
.lmx-cards section h2 {
  font-size: 0;
  margin-bottom: 10px;
}

.lmx-card-item .lmx-card-item__image {
  height: 150px;
  padding-top: 0;
}

.lmx-cards .lmx-card-item .lmx-card-item__image img {
  border-radius: 16px;
  box-shadow: 3px 3px 12px -2px;
}

.lmx-cards .lmx-personal-cards .lmx-card-item {
  min-width: 500px;
}

.lmx-cards .lmx-personal-cards .lmx-card-item,
.lmx-cards .lmx-account-cards .lmx-card-item {
  padding-bottom: 15px;
}

.lmx-cards .lmx-card-item .lmx-card-item__info {
  padding-left: 30px;
}

.lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-number a {
  display: inline-block;
  color: #4a565d;
  /*border-bottom: 2px dotted #b9b9b9;*/
}

.lmx-cards .lmx-card-item .lmx-card-item__info dt {
  font-weight: normal;
}

.lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-actions {
  margin-top: 0;
}

.lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-actions button {
  background-color: transparent;
  text-transform: none;
  padding: 0;
}

.lmx-container.lmx-cards
  .lmx-personal-cards
  .lmx-card-item__info
  .lmx-card-owner {
  display: block;
}

.lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-owner dd {
  display: block;
}

.lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-actions button:hover {
  box-shadow: none;
  color: #94d600;
}

.lmx-personal-cards .lmx-add-card-buttons {
  display: none;
}

/* Модальные окна */
.lmx-modal-offer .modal-body .lmx-details a {
  color: #1e4b75;
  text-decoration: underline;
}

.lmx-modal-cards
  .modal-dialog
  .lmx-attach-card-modal
  .lmx-input-container
  input,
.lmx-modal-cards .modal-dialog .lmx-set-card-modal .lmx-input-container input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
}
.lmx-card-codes-modal .lmx-qr-code qrcode canvas {
  width: 150px;
  height: 150px;
}

body:not(.lmx-bootstrapped) .loymax-modal {
  background-color: rgba(27, 27, 27, 0.5);
}

body:not(.lmx-bootstrapped) .modal.loymax-modal .modal-content {
  top: 150px;
  width: 580px;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.46);
  border-radius: 5px;
}

body:not(.lmx-bootstrapped) .modal.loymax-modal.lmx-modal-offer .modal-content,
body:not(.lmx-bootstrapped) .modal.loymax-modal.lmx-modal-cards .modal-content,
body:not(.lmx-bootstrapped)
  .modal.loymax-modal.lmx-modal-announcement
  .modal-content {
  top: 60px;
}

body:not(.lmx-bootstrapped)
  .modal.loymax-modal
  .modal-content
  .lmx-block-state-change-modal
  .modal-header {
  text-align: left;
}

body:not(.lmx-bootstrapped)
  .modal.loymax-modal
  .modal-content
  .lmx-form-group
  .lmx-label-container {
  margin-bottom: 14px;
  color: #4a565d;
}
/* Модальные окна */
/* КАРТЫ */

/* Личные данные - анкета*/

.lmx-questionnaire .lmx-btn-container {
  text-align: center;
}

.lmx-question-radio-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lmx-question-radio-item input[type="radio"] + label {
  position: relative;
  padding-left: 26px;
  display: block;
}

.lmx-question-radio-item input[type="radio"] + label:hover::before,
.lmx-question-radio-item input[type="radio"]:checked + label::before {
  border-color: #94d600;
}

.lmx-question-radio-item input[type="radio"] + label::before {
  width: 17px;
  height: 17px;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.lmx-question-radio-item input[type="radio"] + label::before,
.lmx-question-radio-item input[type="radio"] + label::after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
}

.lmx-question-radio-item input[type="radio"] + label::after {
  width: 9px;
  height: 9px;
  background: #94d600;
  opacity: 0;
  margin: 4px 0 0 4px;
}
.lmx-question-radio-item input[type="radio"]:checked + label::after {
  opacity: 1;
}

.lmx-question-boolean input[type="checkbox"],
.lmx-question-checkbox-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lmx-question-boolean input[type="checkbox"] + label,
.lmx-question-checkbox-item input[type="checkbox"] + label {
  position: relative;
  padding-left: 26px;
  display: block;
}

.lmx-question-boolean input[type="checkbox"] + label::before,
.lmx-question-checkbox-item input[type="checkbox"]:checked + label::before {
  border-color: #94d600;
}

.lmx-question-boolean input[type="checkbox"] + label::before,
.lmx-question-checkbox-item input[type="checkbox"] + label::before {
  width: 17px;
  height: 17px;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.lmx-question-boolean input[type="checkbox"] + label::before,
.lmx-question-boolean input[type="checkbox"] + label::after,
.lmx-question-checkbox-item input[type="checkbox"] + label::before,
.lmx-question-checkbox-item input[type="checkbox"] + label::after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  border-radius: 2px;
  transition: all 0.3s ease;
}

.lmx-question-boolean input[type="checkbox"] + label::after,
.lmx-question-checkbox-item input[type="checkbox"] + label::after {
  width: 9px;
  height: 9px;
  background: #94d600;
  opacity: 0;
  margin: 4px 0 0 4px;
}
.lmx-question-boolean input[type="checkbox"]:checked + label::after,
.lmx-question-checkbox-item input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.lmx-question-boolean input[type="checkbox"]:disabled + label::after,
.lmx-question-checkbox-item input[type="checkbox"]:disabled + label::after {
  background: #dedede;
}

@media screen and (max-width: 411px) {
  .lmx-settings .lmx-menu {
    display: none;
  }
}

.lmx-container.lmx-personal h2 {
  font-size: 0;
  margin-bottom: 10px;
}
.lmx-container.lmx-personal h2::before {
  content: "Анкета";
  font-size: 31px;
}

/* Личные данные - анкета*/

/* НАСТРОЙКИ - КОНТАКТЫ */
/* Чекбоксы */
.lmx-subscriptions .lmx-form-group .lmx-input-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]
  + label {
  position: relative;
  padding-left: 26px;
  display: block;
}

.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]
  + label::before,
.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]:checked
  + label::before {
  border-color: #94d600;
}

.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]
  + label::before {
  width: 17px;
  height: 17px;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]
  + label::before,
.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]
  + label::after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  border-radius: 2px;
  transition: all 0.3s ease;
}

.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]
  + label::after {
  width: 9px;
  height: 9px;
  background: #94d600;
  opacity: 0;
  margin: 4px 0 0 4px;
}
.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]:disabled
  + label::after {
  background: #dedede;
}

.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]:checked
  + label::after {
  opacity: 1;
}

.lmx-subscriptions
  .lmx-form-group
  .lmx-input-container
  input[type="checkbox"]:disabled
  + label::before {
  border-color: #dedede;
}

.lmx-col4 {
  font-size: 16px;
  margin-right: 40px;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #4a565d;
  border-radius: 5px;
}

.lmx-settings .lmx-menu .lmx-col4.active {
  background-color: #e7e8ec;
}

.lmx-settings .lmx-menu a:nth-child(3) {
  font-size: 0;
}
.lmx-settings .lmx-menu a:nth-child(3)::after {
  content: "Пароль";
  font-size: 16px;
}

.lmx-container.lmx-accounts .lmx-unregistration {
  display: none;
}

/* Чекбоксы */

.loymax-container .lmx-section .lmx-container .lmx-user-phone {
  margin-top: -30px;
}
.lmx-unauthorised
  .loymax-container
  .lmx-section
  .lmx-container
  .lmx-user-phone {
  margin-top: 0;
}

.lmx-authorised
  .loymax-container
  .lmx-section
  .lmx-container
  .lmx-user-phone::before {
  content: "Настройки личного кабинета";
  font-size: 25px;
  font-weight: 700;
}

.loymax-container .lmx-section .lmx-container .lmx-user-phone h3 {
  font-size: 15px;
}

.lmx-section
  .lmx-container
  .lmx-user-phone
  .lmx-current-value-container
  a.lmx-pseudolink:hover,
.lmx-section
  .lmx-container
  .lmx-user-email
  .lmx-current-value-container
  a.lmx-pseudolink:hover {
  border-bottom: 1px dashed;
}

.lmx-user-phone form .lmx-btn-container button,
.lmx-user-email form .lmx-btn-container button {
  text-transform: none;
}

.lmx-user-phone form .lmx-hint p,
.lmx-user-email form .lmx-hint p {
  font-size: 12px;
}

.lmx-user-phone form .lmx-form-group .lmx-input-container input,
.lmx-user-email form .lmx-form-group .lmx-input-container input {
  box-shadow: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  max-width: 370px;
}
/* Настройки - контакты */

/* АККАУНТЫ */
.lmx-social {
  display: none;
}

.lmx-authorised
  .lmx-user-password
  .lmx-user-password-changing
  .lmx-form-group
  .lmx-input-container
  input {
  width: 370px;
  height: 40px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  border-radius: 4px;
}

.lmx-authorised
  .lmx-user-password
  .lmx-user-password-changing
  .lmx-btn-container
  button.lmx-btn-cancel {
  background-color: transparent;
  color: #94d600;
  border: 1px solid #94d600;
  height: 40px;
  border-radius: 40px;
}
.lmx-authorised
  .lmx-user-password
  .lmx-user-password-changing
  .lmx-btn-container
  button.lmx-btn-cancel:hover {
  color: white;
  background-color: #94d600;
  box-shadow: none;
}

.lmx-authorised
  .lmx-user-password
  .lmx-user-password-changing
  .lmx-btn-container
  button {
  background-color: #f04c23;
  color: white;
  border-radius: 40px;
}

/* АККАУНТЫ */

/* ТАБЫ НАСТРОЙКИ */
.settings .menu a {
  font-size: 16px;
  margin-right: 40px;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #4a565d;
  border-radius: 5px;
}
.settings .menu a:hover {
  cursor: pointer;
  background-color: #d9d9d9;
}
.settings .menu a.active {
  font-weight: bold;
}
.settings .menu a:nth-child(3) {
  margin-right: 0;
}

/* ТАБЫ НАСТРОЙКИ */

/* ОБРАТНАЯ СВЯЗЬ */
.lmx-feedback .lmx-hint {
  display: none;
}

.lmx-feedback form .lmx-input-container textarea {
  box-shadow: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.loymax-container .lmx-feedback form .lmx-input-container label button {
  padding: 0;
  margin-right: 0;
  background-color: transparent;
  font-size: 15px;
  text-transform: none;
  color: #3a444b;
  font-weight: normal;
}
.loymax-container .lmx-feedback form .lmx-input-container label {
  display: inline;
  height: 16px;
}
.lmx-feedback form .lmx-input-container label:hover {
  border-bottom: 1px dashed;
}

.lmx-feedback .lmx-file-input-and-submitter button.lmx-right {
  background-color: #f04c23;
  color: white;
  height: 40px;
  border-radius: 40px;
}

.loymax-container
  .lmx-feedback
  .lmx-chat-message-line
  .lmx-chat-message
  .lmx-from {
  margin-bottom: 0;
  font-size: 16px;
}
.loymax-container
  .lmx-feedback
  .lmx-chat-message-line
  .lmx-chat-message
  .lmx-text {
  line-height: 1;
}
.loymax-container
  .lmx-feedback
  .lmx-chat-message-line
  + .lmx-chat-message-line {
  margin-top: 17px;
}

/* ОБРАТНАЯ СВЯЗЬ */

/* Любимые персональные товары */

.lmx-container.lmx-personal-goods h2 {
  font-size: 0;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods.lmx-approved,
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods,
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list.lmx-unselectable
  .lmx-goods:not(.lmx-selected):not(.lmx-approved) {
  /*min-width: 160px;*/
}

.lmx-personal-goods h2::before {
  content: "Любимые товары";
  font-size: 25px;
  font-weight: 700;
}

.lmx-personal-goods
  .lmx-current-goods
  div[ng-if="!activePersonalOffers.length"] {
  display: none;
}

.lmx-personal-goods .lmx-my-goods h3 {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lmx-personal-goods .lmx-current-goods h3 {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lmx-personal-goods
  .lmx-current-goods
  .lmx-card
  .lmx-card-content
  .lmx-edit-duration,
.lmx-personal-goods-offer .lmx-card-content .lmx-edit-duration,
.lmx-personal-goods .lmx-my-goods .lmx-card-content .lmx-edit-duration {
  display: none;
}

.lmx-personal-goods-offer .lmx-description {
  word-break: break-all;
}

.lmx-personal-goods .lmx-card .lmx-card-content h4.lmx-title {
  font-size: 20px;
  font-weight: 700;
}

.lmx-personal-goods .lmx-card .lmx-card-content .lmx-description,
.lmx-personal-goods .lmx-card .lmx-card-content .lmx-duration {
  margin-top: 10px;
}

.lmx-personal-goods
  .lmx-card
  .lmx-card-content
  .lmx-description
  .pseudolink.offer-description-link,
.lmx-personal-goods-offer
  .lmx-card-content
  .lmx-description
  .pseudolink.offer-description-link {
  color: black;
  font-weight: bold;
}
.lmx-personal-goods
  .lmx-card
  .lmx-card-content
  .lmx-description
  .pseudolink.offer-description-link:hover,
.lmx-personal-goods-offer
  .lmx-card-content
  .lmx-description
  .pseudolink.offer-description-link:hover {
  color: #94d600;
}

.lmx-personal-goods .lmx-card .lmx-card-content .lmx-duration b,
.lmx-personal-goods .lmx-card .lmx-card-content .lmx-edit-duration b,
.lmx-personal-goods-offer .lmx-card-content .lmx-duration b,
.lmx-personal-goods-offer .lmx-card-content .lmx-edit-duration b {
  color: #4a565d;
  font-size: 16px;
}

.lmx-personal-goods .lmx-card .lmx-card-content .lmx-edit-duration b,
.lmx-personal-goods-offer .lmx-card-content .lmx-edit-duration b {
  font-size: 0;
}
.lmx-personal-goods .lmx-card .lmx-card-content .lmx-edit-duration b::before,
.lmx-personal-goods-offer .lmx-card-content .lmx-edit-duration b::before {
  content: "Вы можете выбрать Любимый товар в период:";
  font-size: 16px;
}

.lmx-personal-goods .lmx-personal-goods-offer__info.lmx-card {
  padding: 0;
}

.loymax-container
  .lmx-personal-goods
  .lmx-personal-goods-offer__info
  .lmx-brands-names {
  display: none;
}

.lmx-personal-goods .lmx-personal-goods-offer__info.lmx-card .lmx-card-content {
  padding: 24px 24px 0 24px;
}

.lmx-personal-goods .lmx-personal-goods-offer__info.lmx-card .lmx-card-action {
  border-top: 1px solid hsla(0, 0%, 63%, 0.2);
}

.lmx-personal-goods
  .lmx-personal-goods-offer__info.lmx-card
  .lmx-card-action
  button {
  padding: 0;
  margin-left: 24px;
  float: none;
  background-color: transparent;
  color: #4a565d;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
  font-size: 0;
}

.lmx-authorised
  .loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-two-line-text {
  display: none;
}

.lmx-personal-goods
  .lmx-personal-goods-offer__info.lmx-card
  .lmx-card-action
  button::before {
  content: "Перейти к выбору Любимого товара";
  font-size: 16px;
  display: block;
  padding: 24px 0;
}

.lmx-personal-goods
  .lmx-personal-goods-offer__info.lmx-card
  .lmx-card-action
  button:hover {
  box-shadow: none;
}

.lmx-personal-goods-offer .lmx-margin-bottom div a:hover {
  text-decoration: underline;
}

.lmx-personal-goods-offer .lmx-card-content .lmx-brands-names {
  /*font-size: 16px;*/
  display: none;
}

.lmx-personal-goods-offer .lmx-card-content h2.lmx-title {
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
}

.lmx-personal-goods-offer .lmx-personal-goods-offer__goods-list.lmx-card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 16px;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods {
  border-radius: 10px;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods.lmx-selected:after {
  display: none;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods.lmx-approved::after {
  display: none;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods.lmx-approved::before {
  content: "Мой любимый товар";
  color: #f04c23;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 10px;
}
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-goods__title {
  margin-top: 0px;
  white-space: normal;
  max-height: 50px;
  min-height: 50px;
  position: absolute;
  bottom: 26px;
  width: 100%;
  left: 0;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-img-wrapper
  img {
  max-height: 130px;
  top: 50%;
  transform: translateY(-50%);
}
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-img-wrapper {
  /*margin-top: 17px;*/
  height: 144px;
}
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods.lmx-approved
  .lmx-img-wrapper {
  animation: move 0.3s;
  animation-fill-mode: both;
}
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods.lmx-approved
  .lmx-img-wrapper
  img {
  animation: smaller 0.3s;
  animation-fill-mode: both;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods.lmx-approved {
  border-color: #d8ff82;
  box-shadow: inset 0 0 0 4px #d8ff82;
  min-height: 250px;
}
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods {
  min-height: 250px;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-reward-image
  img {
  display: none;
}
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-image-with-text
  div {
  display: none;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-image-with-text,
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-old-new-price,
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-two-line-text {
  display: block;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-old-new-price
  .lmx-new-price {
  color: #f04c23;
  font-weight: bold;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-approve
  button:not(.lmx-right) {
  /* 	display: none; */
  float: none;
  display: block;
  margin-left: auto;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-approve {
  display: block;
  margin-top: 5px;
}
.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-approve
  button {
  width: 30%;
  float: right;
  min-width: 160px;
}

.loymax-container
  .lmx-personal-goods-offer
  .lmx-personal-goods-offer__goods-list
  .lmx-goods
  .lmx-old-new-price {
  position: absolute;
  bottom: 3px;
  left: 10px;
}

/* Любимые персональные товары */

/* ЛК */

/* Футер */
#site-footer {
  background: #ededed;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 1220px) {
  #site-footer {
    text-align: start;
  }
}
#site-footer .footer_up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 25px;
  width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #site-footer .footer_up {
    width: 100%;
  }
}
#site-footer .footer_up a {
  color: #323232;
}
#site-footer .footer_up__contacts p {
  font-size: 12px;
  color: #9499a3;
}
#site-footer .footer_up__contacts .address {
  font-size: 16px;
  color: #323232;
  max-width: 300px;
}
#site-footer .footer_up__social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#site-footer .footer_up__social p {
  font-weight: 600;
  color: #323232;
}
#site-footer .footer_up__social__list {
  display: flex;
  flex-direction: row;
}
#site-footer .footer_up__social__list a {
  margin: 5px;
  display: block;
}
#site-footer .footer_up__social__list a img {
  width: 40px;
}
#site-footer .footer_up__policy {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
#site-footer .footer_down {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 25px;
  width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #site-footer .footer_down {
    width: 100%;
  }
}
#site-footer .footer_down__details p {
  color: #323232;
  font-size: 12px;
}
#site-footer .footer_down__details__i {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 10px;
}
#site-footer .footer_down__details__i p {
  font-size: 12px;
  color: #9499a3;
}
#site-footer .footer_down__developer {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
#site-footer .footer_down__developer p {
  color: #323232;
  font-size: 12px;
  font-weight: 400;
}
#site-footer .footer_down__developer a {
  font-size: 12px;
  color: #1570ef;
}
@media screen and (max-width: 793px) {
  #site-footer .footer_up {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  #site-footer .footer_up__policy {
    align-items: center;
  }
}
@media screen and (max-width: 559px) {
  #site-footer .footer_down {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 467px) {
  #site-footer .footer_down__details__i {
    flex-direction: column;
  }
}
/* Футер */

.lmx-info-description,
.lmx-info-identity {
  display: none;
}

@media screen and (max-width: 1024px) {
  .lmx-info-description {
    display: inline;
  }
  .site-content aside.sidebar-primary {
    display: none;
  }
  .sidebar-content.sidebar_vertical_border .content-area {
    border-left: none;
  }
  .site-content .customify-container main.content-area {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .loymax-container .lmx-announcements .lmx-announcements-list .lmx-card,
  .loymax-container .lmx-offers .lmx-offers-list .lmx-card {
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-line
    .lmx-cheque-item {
    max-width: 70%;
  }
  .loymax-container .lmx-offers .lmx-offers-list .lmx-card .lmx-card-image {
    min-height: 160px;
    height: 200px;
  }

  .lmx-login-page.lmx-unauthorised
    main#main
    .loymax-container
    .lmx-container.lmx-auth {
    margin-right: 0;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-goods__title {
    margin-top: 25px;
  }

  .loymax-container .lmx-merchants .lmx-merchant-filter {
    width: 64%;
  }
  .loymax-container .lmx-merchants .lmx-merchant-filter .customSelect {
    width: 49%;
  }

  .lmx-login-page .site-content .customify-container {
    background: none;
  }
  .lmx-login-page.lmx-unauthorised
    main#main
    .loymax-container
    .lmx-container.lmx-auth {
    margin-top: 0;
  }
  .lmx-login-page.lmx-unauthorised
    main#main
    .loymax-container
    .lmx-container.lmx-auth {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media screen and (max-width: 800px) {
  .lmx-container.lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    td.lmx-description {
    display: flex;
    max-width: 90%;
    align-items: center;
  }

  .lmx-container.lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tbody {
    border-bottom: 1px dotted black;
  }
  .lmx-container.lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tr:not(.lmx-cheque-info) {
    padding: 0 10px 10px 10px;
  }
  .lmx-history.lmx-history table tbody.lmx-cheque-opened tr.lmx-cheque-info {
    margin-bottom: 0;
  }

  .lmx-container.lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    td.lmx-cheque-expander {
    font-size: 18px;
  }
  .lmx-container.lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tr.lmx-cheque-info
    td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lmx-container.lmx-history h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  body:not(.lmx-bootstrapped)
    .loymax-modal.lmx-userAlert-modal.lmx-centered-modal
    .modal-content {
    width: 70%;
  }

  .lmx-login-page .site-content .customify-container {
    background-position: 10% 0;
  }

  .loymax-container .lmx-announcements .lmx-announcements-list .lmx-card,
  .loymax-container .lmx-offers .lmx-offers-list .lmx-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lmx-modal-offer .modal-body .lmx-image {
    width: 100%;
    height: auto;
  }
  .lmx-modal-offer .modal-body .lmx-image img {
    transform: translateY(0);
  }
  .lmx-modal-offer .modal-body .lmx-details {
    margin-top: 0;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-goods__title {
    margin-top: 5px;
  }

  .site-footer
    .footer-bottom
    .customify-container
    .builder-item:nth-child(2)
    .textwidget {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  footer.site-footer a.telephone {
    margin-left: auto;
  }
  .site-footer .developer {
    margin-left: 44px;
  }

  #main,
  #sidebar-primary,
  #sidebar-secondary {
    padding-top: 30px;
  }

  .lmx-merchants section h2 {
    text-align: center;
  }
  .lmx-merchants section .lmx-map-balloon-wrapper h2 {
    text-align: inherit;
    font-size: 1.7em;
  }
  .loymax-container .lmx-merchants .lmx-merchant-filter {
    position: inherit;
    top: 0;
    right: 0;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    flex-direction: row;
  }
  .loymax-container .lmx-merchants .lmx-merchant-filter .customSelect {
    width: 49%;
  }

  .lmx-history .lmx-history-table table thead tr th:nth-child(1),
  .lmx-history .lmx-history-table table tbody tr td.lmx-description {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .lmx-details div,
  .lmx-details li {
    font-size: inherit;
  }
}

@media screen and (max-width: 667px) {
  .lmx-card-item .lmx-card-item__info .lmx-card-actions {
    flex-direction: initial;
  }
  .lmx-personal-goods
    .lmx-personal-goods-offer__info.lmx-card
    .lmx-card-action
    button {
    margin-left: 0;
  }
  .lmx-container.lmx-personal-goods
    .lmx-card-content
    > div.lmx-goods-preview
    .lmx-goods {
    height: 150px;
  }

  .b-statuses__container {
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .lmx-cards .lmx-card-item .lmx-card-item__info {
    padding-left: 0;
    margin-left: 0;
  }

  .lmx-container.lmx-cards .lmx-card-item .lmx-card-owner,
  .lmx-container.lmx-cards .lmx-card-item .lmx-card-paid {
    text-align: inherit;
  }
  .lmx-card-item .lmx-card-item__info .lmx-card-actions {
    flex-direction: column;
  }

  .lmx-cards .lmx-card-item .lmx-card-item__info {
    padding-top: 15px;
    text-align: center;
  }

  .lmx-merchants .merchantMobile .lmx-map {
    visibility: hidden;
    z-index: -10;
    position: absolute;
  }
  .lmx-merchants .mapMobile .lmx-merchant-list {
    display: none;
  }
  .lmx-container.lmx-merchants .lmx-merchants-map-row .lmx-merchant-list {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .lmx-container.lmx-merchants .lmx-offers {
    border: none;
  }

  .b-days::after {
    content: none;
  }

  .b-status__block .b-status-info,
  .b-days__info {
    text-align: initial;
  }

  .b-uaz-status {
    flex-direction: column;
    align-items: center;
  }
  .b-uaz-status__circle {
    padding-bottom: 0;
  }
  .b-uaz-status__info {
    padding: 0;
  }
}

@media screen and (max-width: 592px) {
  .loymax-container
    .lmx-map
    .lmx-map-balloon-wrapper
    .lmx-map-balloon-brand-logo-container {
    height: auto;
    width: 100%;
  }
  .loymax-container
    .lmx-map
    .lmx-map-balloon-wrapper
    .lmx-map-balloon-brand-logo-container
    img {
    max-width: 180px;
    top: 0;
    transform: none;
    max-height: 60px;
  }
}

@media screen and (max-width: 568px) {
  .site-footer
    .footer-bottom
    .customify-container
    .builder-item:nth-child(2)
    .textwidget {
    text-align: center;
  }
  footer.site-footer a.telephone {
    margin-right: auto;
  }
  footer.site-footer .loyalty-rules,
  .site-footer .developer {
    margin: 0;
  }

  .b-rounds {
    gap: unset;
    width: 100%;
  }

  .b-days__hint {
    top: -60%;
  }
}

@media screen and (max-width: 500px) {
  .lmx-container.lmx-personal-goods
    .lmx-card-content
    > div.lmx-goods-preview
    .lmx-goods {
    max-width: 31%;
    height: 100px;
  }

  .lmx-container h2 {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 480px) {
  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque)
    tr:not(.lmx-cheque-info)
    td.lmx-cheque-expander:before {
    font-family: Glyphicons Halflings;
    content: "\e114";
  }
  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr:not(.lmx-cheque-info)
    td.lmx-cheque-expander:before {
    content: "\e113";
  }

  .loymax-container
    .lmx-history
    .lmx-history-table
    table
    thead
    tr
    th:nth-child(5),
  .loymax-container
    .lmx-history
    .lmx-history-table
    table
    tbody
    tr
    td.lmx-cheque-expander {
    width: 18px;
  }
}

@media screen and (max-width: 450px) {
  .lmx-container.lmx-history .date-picker-wrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    transform: inherit;
  }
  .lmx-container.lmx-history
    .lmx-to-date-filter
    .date-picker-wrap
    .dropdown-menu {
    left: -100% !important;
  }

  .lmx-container.lmx-merchants
    .lmx-merchants-map-row.merchantMobile
    .lmx-merchant-list {
    visibility: inherit;
    position: relative;
    z-index: 10;
  }

  .lmx-container.lmx-merchants .lmx-merchants-map-row .lmx-merchant-list ul {
    padding-top: 0 !important;
  }

  .b-days {
    padding: 16px;
  }

  .b-rounds__round {
    scale: 0.8;
  }
}

@media screen and (max-width: 425px) {
  .loymax-container .lmx-history .lmx-history-filters {
    text-align: center;
  }

  .lmx-login-page.lmx-unauthorised
    main#main
    .loymax-container
    .lmx-container.lmx-auth {
    width: 95%;
  }

  .loymax-container .lmx-history .lmx-history-filters .lmx-to-date-filter,
  .loymax-container .lmx-history .lmx-history-filters .lmx-since-date-filter {
    width: 45%;
  }
  .loymax-container
    .lmx-history
    .lmx-history-filters
    .lmx-to-date-filter
    span.lmx-pretext {
    margin-right: 4px;
    font-size: 15px;
  }
  .loymax-container .lmx-history .lmx-history-filters span.lmx-pretext {
    padding-top: 5px;
  }

  .loymax-container .lmx-history .lmx-history-filters .lmx-card-filter {
    margin-left: 21px;
    width: 88%;
  }

  .loymax-container
    .lmx-history
    .lmx-history-filters
    span.date-picker-wrap
    input {
    width: 100%;
  }

  .loymax-container .lmx-history .lmx-history-filters .lmx-reset-filters {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .loymax-container ul.lmx-tabs-container ~ .lmx-merchants-map-row.mapMobile {
    padding: 5px;
  }
  .loymax-container
    ul.lmx-tabs-container
    ~ .lmx-merchants-map-row.mapMobile
    .lmx-map
    .ymaps-2-1-75-map {
    width: 100%;
  }

  .lmx-container.lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    td.lmx-cheque-expander {
    top: 0;
    right: 0;
    margin-top: 8px;
    line-height: 18px;
  }

  .loymax-container
    .lmx-merchants-map-row
    .lmx-merchant-list
    .scroller-wrapper {
    height: auto;
  }

  .loymax-container .lmx-announcements .lmx-announcements-list .lmx-card,
  .loymax-container .lmx-offers .lmx-offers-list .lmx-card {
    width: 95%;
    margin-left: 9px;
    margin-right: 9px;
  }

  body:not(.lmx-bootstrapped)
    .loymax-modal.lmx-userAlert-modal.lmx-centered-modal
    .modal-content {
    width: 80%;
  }

  .loymax-container .settings {
    display: none;
  }

  .lmx-cards .lmx-account-cards .lmx-attach-btn {
    float: none;
    width: 220px;
  }
  .lmx-cards .lmx-account-cards {
    text-align: center;
  }

  .lmx-auth-announcement-modal .modal-content-wrapper .lmx-image,
  .lmx-modal-announcement .modal-content-wrapper .lmx-image {
    height: auto;
  }

  .loymax-container .lmx-personal-goods-offer__info .lmx-goods-preview {
    width: 100%;
    float: none;
  }

  .lmx-personal-goods-offer .lmx-personal-goods-offer__goods-list.lmx-card {
    padding: 10px;
  }

  .lmx-personal-goods
    .lmx-personal-goods-offer__info.lmx-card
    .lmx-card-content {
    display: grid;
  }
  .lmx-personal-goods
    .lmx-personal-goods-offer__info
    .lmx-card-content
    .lmx-goods-preview {
    order: 5;
  }

  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-total {
    font-size: 15px;
  }
  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content {
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-line
    .lmx-cheque-item {
    max-width: 60%;
  }

  .lmx-btn-container button {
    width: 100%;
    max-width: 370px;
  }
  .lmx-btn-container button:nth-child(1) {
    margin-bottom: 10px;
  }

  body:not(.lmx-bootstrapped)
    .modal.loymax-modal
    .modal-content
    .lmx-block-state-change-modal
    .modal-header {
    text-align: center;
  }

  .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-actions {
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
  }
  .lmx-card-item
    .lmx-card-item__info
    .lmx-card-actions
    button:not(:last-child) {
    margin-right: 0;
  }

  .loymax-container.loymax-modal .lmx-row {
    margin: 0;
  }
  body:not(.lmx-bootstrapped)
    .modal.loymax-modal
    .modal-content
    .lmx-form-group
    .lmx-label-container {
    margin-bottom: 4px;
  }

  .site-footer .developer {
    margin-top: 4px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  footer.site-footer a.telephone {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .site-content
    .loymax-container
    .lmx-section
    .lmx-container
    form
    .lmx-btn-container
    button {
    width: 100%;
    max-width: 370px;
  }

  #sidebar-secondary,
  #sidebar-primary,
  #main {
    padding-top: 30px;
  }

  .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-actions button {
    background: #f04c23;
    color: white;
    height: 40px;
    border-radius: 40px;
    width: 220px;
    margin-bottom: 5px;
  }
  .lmx-cards
    .lmx-card-item
    .lmx-card-item__info
    .lmx-card-actions
    button:hover {
    background: #d8431d;
  }
  .lmx-wallet-btn {
    width: 70%;
    height: 45px;
  }

  body .loymax-container ul.lmx-tabs-container li:not(:last-of-type) {
    margin-right: 0 !important;
  }
  .loymax-container ul.lmx-tabs-container li {
    width: 50%;
  }

  .lmx-auth-announcement-modal .modal-content-wrapper .lmx-image img,
  .lmx-modal-announcement .modal-content-wrapper .lmx-image img {
    transform: translateY(0);
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-image-with-text,
  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-two-line-text {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-old-new-price {
    margin-top: 0;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-img-wrapper {
    height: 55%;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-card-content {
    display: flex;
    flex-direction: column;
  }
  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods.lmx-approved,
  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods,
  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list.lmx-unselectable
    .lmx-goods:not(.lmx-selected):not(.lmx-approved) {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .lmx-history section h2 {
    text-align: center;
  }

  .lmx-history .lmx-history-table .lmx-operations-list table thead {
    padding-bottom: 10px;
  }
  .lmx-history .lmx-history-table .lmx-operations-list table tr td {
    padding-top: 15px;
  }

  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    thead
    tr
    th:nth-child(4) {
    padding-left: 7px;
  }
  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    thead
    tr
    th:nth-child(5) {
    padding-left: 7px;
  }

  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tr
    td.lmx-withdraws
    div {
    padding-left: 7px;
  }
  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tr
    td.lmx-withdraws
    div
    div {
    padding-left: 0;
  }
  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tbody
    tr
    td.date-time {
    white-space: normal;
  }

  .lmx-history .lmx-history-table table tbody {
    border-bottom: 1px dashed #686868;
  }

  .lmx-personal-goods .lmx-my-goods h3 {
    margin: 5px 0;
  }

  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-line
    .lmx-cheque-count {
    right: 25%;
  }

  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-line
    span {
    font-size: 13px;
  }
  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-line
    span.lmx-cheque-item,
  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-line
    span.lmx-cheque-count,
  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-line
    span.lmx-cheque-amount {
    background-color: transparent;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-approve
    button {
    width: 95%;
    float: none;
  }
  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-approve
    button:not(.lmx-right) {
    margin-left: 0;
  }

  .loymax-container .lmx-history .lmx-history-filters .lmx-reset-filters a {
    background: #f04c23;
    color: white;
    border-radius: 40px;
    width: 93%;
    margin-bottom: 5px;
    display: block;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tbody
    tr
    td.lmx-withdraws.lmx-amount
    > div {
    white-space: normal;
  }

  .ymaps-2-1-74-panel-pane.panel-opened,
  .ymaps-2-1-74-panel-pane.panel-opened
    .ymaps-2-1-74-balloon-panel
    .ymaps-2-1-74-balloon {
    top: 0;
  }
  .ymaps-2-1-74-panel-pane.panel-opened
    .ymaps-2-1-74-balloon-panel
    .ymaps-2-1-74-balloon__content
    ymaps {
    overflow-y: visible !important;
    height: 100% !important;
  }
  .ymaps-2-1-74-copyrights-pane.copyrights-hidden {
    z-index: -1 !important;
  }
  .loymax-container
    .lmx-offers
    .lmx-offers-list
    .lmx-content
    .lmx-reward-thumbnail
    .lmx-two-line-text
    .lmx-first-line,
  .lmx-modal-offer
    .modal-body
    .lmx-reward-thumbnail
    .lmx-two-line-text
    .lmx-first-line {
    font-size: 13px;
  }
  .lmx-modal-offer
    .modal-body
    .lmx-reward-thumbnail
    .lmx-two-line-text
    .lmx-first-line {
    text-overflow: unset;
  }
  .lmx-modal-offer .modal-body .lmx-reward-thumbnail {
    left: -27px;
  }
}

@media screen and (max-width: 375px) {
  .lmx-history .lmx-history-table table thead tr th:nth-child(5),
  .lmx-history .lmx-history-table table tbody tr td.lmx-cheque-expander {
    display: none;
  }

  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-total {
    font-size: 14px;
  }

  .lmx-history .lmx-history-table table tbody.lmx-cheque-opened {
    border-bottom: none;
  }
  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tbody
    tr
    td.lmx-withdraws.lmx-amount
    > div {
    /*margin-right: -10px;*/
    margin-right: 0;
    width: 100%;
  }
  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tbody
    tr
    td.lmx-withdraws.lmx-amount
    > div:not(:last-child) {
    border-bottom: 1px solid lightgray;
  }

  .loymax-container .lmx-announcements .lmx-announcements-list .lmx-card,
  .loymax-container .lmx-offers .lmx-offers-list .lmx-card {
    margin-left: 5px;
    margin-right: 5px;
  }

  .loymax-container .lmx-btn-container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .site-content
    .loymax-container
    .lmx-section
    .lmx-container
    form
    .lmx-btn-container
    button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .loymax-container .lmx-registration input,
  .lmx-unauthorised
    main#main
    .loymax-container
    .lmx-auth
    form
    .lmx-input-container
    input,
  .lmx-unauthorised
    .lmx-registration
    .lmx-questionnaire
    .lmx-input-container
    input,
  .lmx-unauthorised
    .lmx-reset-password
    .lmx-auth-frame
    form
    .lmx-input-container
    input {
    max-width: 100%;
  }

  .lmx-login-page.lmx-unauthorised
    main#main
    .loymax-container
    .lmx-container.lmx-auth {
    float: none;
  }

  .lmx-unauthorised main#main .loymax-container .lmx-container.lmx-registration,
  .lmx-unauthorised
    main#main
    .loymax-container
    .lmx-container.lmx-reset-password {
    width: 90%;
  }
  .lmx-unauthorised
    .lmx-registration
    .lmx-questionnaire
    .lmx-input-container
    .lmx-birthday-picker,
  .lmx-authorised .lmx-questionnaire .lmx-input-container input {
    max-width: 100%;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods.lmx-approved::before {
    font-size: 14px;
  }
  .lmx-authorised .lmx-questionnaire .lmx-input-container .lmx-birthday-picker {
    width: 97%;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-img-wrapper {
    height: 125px;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods.lmx-approved,
  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods,
  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list.lmx-unselectable
    .lmx-goods:not(.lmx-selected):not(.lmx-approved) {
    width: 90% !important;
  }

  .loymax-container .lmx-history .lmx-history-filters .lmx-to-date-filter,
  .loymax-container .lmx-history .lmx-history-filters .lmx-since-date-filter {
    margin-left: 0;
    width: 49%;
    font-size: 13px;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-approve
    button {
    width: 100%;
  }

  .loymax-container .lmx-history .lmx-history-filters .lmx-card-filter {
    margin-left: 22px;
    width: 93%;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-goods__title {
    margin-top: 20px;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods.lmx-approved {
    min-height: 260px;
  }

  .loymax-container .lmx-merchants .lmx-merchant-filter input {
    font-size: 12px;
  }
  .customSelect
    .customSelect-scroller__wrapper
    .customSelect-scroller
    .customSelect-list
    .customSelect-item,
  .lmx-merchants .scroller ul li {
    white-space: normal;
    line-height: normal;
  }
  .loymax-container .lmx-map .lmx-map-balloon-wrapper {
    width: inherit;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods.lmx-approved
    .lmx-img-wrapper {
    padding-top: 30px;
  }

  .lmx-unauthorised
    .lmx-registration
    .lmx-registration-start
    .lmx-btn-container
    .start-registration-btn
    ~ button {
    height: 60px;
    line-height: 1.5em;
  }

  .b-rounds__round {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 340px) {
  .lmx-container.lmx-history div.lmx-history-filters .date-filter,
  .lmx-container.lmx-history div.lmx-history-filters .date-filter .lmx-pretext,
  .lmx-container.lmx-history div.lmx-history-filters .lmx-card-filter,
  .lmx-container.lmx-history div.lmx-history-filters .lmx-reset-filters {
    margin-bottom: 5px;
    display: inline-block;
  }
}

@media screen and (max-width: 320px) {
  .lmx-unauthorised .before-registration button {
    height: 50px;
    line-height: 1.4;
  }

  .loymax-container .lmx-announcements .lmx-announcements-list .lmx-card,
  .loymax-container .lmx-offers .lmx-offers-list .lmx-card {
    width: 100%;
  }

  .loymax-container .lmx-offers .lmx-offers-list .lmx-card .lmx-card-title {
    font-size: 16px;
  }

  .lmx-personal-goods
    .lmx-personal-goods-offer__info.lmx-card
    .lmx-card-action
    button {
    margin-left: 7px;
  }
  .lmx-personal-goods
    .lmx-personal-goods-offer__info.lmx-card
    .lmx-card-action
    button::before {
    font-size: 15px;
  }

  .loymax-container .lmx-history .lmx-history-filters .lmx-card-filter {
    width: 92%;
  }

  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-img-wrapper
    img {
    margin-top: 22px;
  }
  .loymax-container
    .lmx-personal-goods-offer
    .lmx-personal-goods-offer__goods-list
    .lmx-goods
    .lmx-goods__title {
    margin-top: 0;
  }

  .loymax-container
    .lmx-history
    .lmx-operations-list
    tbody:not(.lmx-empty-cheque).lmx-cheque-opened
    tr.lmx-cheque-info
    .lmx-cheque-content
    .lmx-cheque-line
    .lmx-cheque-count {
    right: 25%;
  }

  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tr
    td.lmx-withdraws
    div,
  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tbody
    tr
    td.lmx-withdraws.lmx-amount
    > div {
    padding-left: 0;
  }
  .loymax-container
    ul.lmx-tabs-container
    ~ div.lmx-merchants-map-row.merchantMobile {
    padding: 0 5px 5px;
  }
  .ymaps-2-1-74-balloon__close {
    right: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .lmx-authorised header.site-header {
    min-width: 1064px;
  }
  .lmx-history
    .lmx-history-table
    table
    tbody.lmx-empty-info
    tr
    td.lmx-cheque-expander::before {
    font-size: 0;
    color: red;
  }
  .loymax-container
    .lmx-history
    .lmx-history-table
    table
    tbody.lmx-empty-info.lmx-cheque-opened
    tr.lmx-cheque-info {
    display: none;
  }

  .loymax-container .lmx-map {
    height: 600px;
  }
  .loymax-container
    .lmx-merchants-map-row
    .lmx-merchant-list
    .scroller-wrapper {
    height: 600px;
    overflow: visible;
  }
  .loymax-container .scroller-wrapper .scroller {
    max-height: 600px;
  }
  .loymax-container .scroller-wrapper._scrollbar .scroller-track {
    height: 600px;
  }

  .loymax-container .lmx-message-history .scroller-wrapper .scroller {
    max-height: 465px;
  }
}

@media screen and (min-width: 769px) {
  .lmx-history
    .lmx-history-table
    .lmx-operations-list
    table
    tbody
    tr
    td.lmx-description
    .lmx-logo-square {
    display: inline-flex;
    vertical-align: middle;
  }
}

/*@media screen and (min-width: 580px) {

}*/

@media screen and (min-width: 601px) {
  .lmx-merchants .merchantsMobileTabs {
    display: none;
  }
  .loymax-container .lmx-merchants ul.lmx-tabs-container ~ div {
    border: none;
  }

  .lmx-container.lmx-merchants .lmx-offers {
    border: none;
  }

  .loymax-container .lmx-merchants-map-row .lmx-map {
    order: 2;
  }
  .loymax-container
    .lmx-offers
    .lmx-offers-list
    .lmx-content
    .lmx-reward-thumbnail
    .lmx-two-line-text
    .lmx-first-line {
    text-overflow: unset;
  }

  .loymax-container ul.lmx-tabs-container ~ div.lmx-merchants-map-row {
    padding: 0;
  }
  .loymax-container .lmx-merchants-map-row .lmx-map .ymaps-2-1-74-map {
    width: 100%;
  }
}

@media screen and (max-width: 435px) {
  .b-days__hint {
    top: -70%;
  }
}

@media screen and (min-width: 426px) and (max-width: 534px) {
  .loymax-container
    .lmx-offers
    .lmx-offers-list
    .lmx-content
    .lmx-reward-thumbnail
    .lmx-two-line-text
    .lmx-first-line {
    text-overflow: unset;
    font-size: 13px;
  }
}

/* #sidebar-primary #loymax-widget-2 {
display: none;
} */

#nav_menu-2 #menu-lk-menu-1 .menu-item-1413 {
  display: none;
}

#nav_menu-2 #menu-lk-menu-1 .menu-item-1861 {
  display: none;
}
/* .site-content .customify-container{
	background: url(/wp-content/uploads/12.jpg);
    background-size: cover;
} */

/* site-content {
	position: relative;
	background: url(/wp-content/uploads/banner-ralf.jpg);
	background-size: 1240px auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.lmx-unauthorised .site-content #main {
    max-width: 480px;
    height: 100%;
	height: 200px;
    margin-left: 400px;
    margin-top: 25px;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    z-index: 1;
}  */

/* .lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth {
	float: right;
   padding: 15px;
   margin-right: -95px;
   margin-top: -75px;
   background-color: white;
   border-radius: 4px;
   border: 1px solid #dedede;
   box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
   position: relative;
   z-index: 9991;
} */

/* .lmx-unauthorised .test main#main .loymax-container .lmx-container.lmx-auth {
	background: url(/wp-content/uploads/12.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 1030px;
	height: 755px;
 } */

/* БАННЕР ДЛЯ ГЛАВНОЙ СТРАНИЦЫ  */

.lmx-unauthorised.main-banner .site-content {
  position: relative;
  background: url(/wp-content/uploads/12.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

/* .lmx-unauthorised.test .content-inner {
	background-color: #fff;
} */
.lmx-unauthorised.main-banner .content-area {
  background-color: transparent;
}

.lmx-unauthorised.main-banner
  main#main
  .loymax-container
  .lmx-container.lmx-auth {
  float: right;
  padding: 15px;
  margin-right: -95px;
  margin-top: -75px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #dedede;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%),
    0 3px 1px -1px rgb(0 0 0 / 20%);
  position: relative;
  /* z-index: 9991; */
}

@media screen and (max-width: 1038px) {
  .lmx-unauthorised.main-banner .site-content {
    background: none;
  }

  .lmx-unauthorised.main-banner
    main#main
    .loymax-container
    .lmx-container.lmx-auth {
    float: none;
    padding: 15px;
    margin-right: auto;
    margin-top: 0px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #dedede;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%),
      0 3px 1px -1px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 9991;
  }
}

/* .lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth::before {
   content: '';
   position: absolute;
   background: url(/wp-content/uploads/12.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   width: 1030px;
   height: 755px;
   top: -24px;
   left: -608px;
   z-index: -1000;
}

@media screen and (max-width: 1032px) {
   .lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth::before {
	   background: none;
	   width: 0;
	   height: 0;
   }
	   .lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth form {
	   background: white;
	   padding: 15px;
	   border: none;
	   border-radius: 4px;
   }

   .lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth {
	   float: none;
	   padding: 15px;
	   margin-right: auto;
	   margin-top: 0px;
	   background-color: white;
	   border-radius: 4px;
	   border: 1px solid #dedede;
	   box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
	   position: relative;
	   z-index: 9991;
   }
}

.lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth form {
   background: white;
   padding: 15px;
   border: 1px solid #fff;
   border-radius: 4px;
}

@media screen and (max-height: 818px) {
	.lmx-unauthorised main#main .loymax-container .lmx-container.lmx-auth::before {
		background: none;
		width: 0;
		height: 0;
	}
} */

/* .header-main  {
	opacity: 0;
}
.opacity {
	opacity: 1;
} */
.lmx-card-item-wrap {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  border-bottom: 1px solid #d8d8d8;
  gap: 30px;
}

@media screen and (max-width: 1400px) {
  .lmx-cards {
    width: auto;
  }

  .b-days {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .b-days__info {
    margin-bottom: 15px;
    width: 100%;
  }

  .b-statuses__container {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .lmx-card-item-wrap {
    flex-direction: column-reverse;
    gap: 0;
  }
  .progress-line {
    margin-top: 0;
  }
}

/* БАННЕР ДЛЯ ГЛАВНОЙ СТРАНИЦЫ  */

.loymax-container .lmx-auth input:nth-child(2) {
  padding: 9px 12px;
  padding-left: 50px;
}

.lmx-multipleMasksSelector {
  margin: 7px 0 3px 11px;
}

/* .lmx-unauthorised .lmx-registration .lmx-input-container input:not([type='checkbox']) {
    padding-left: 50px;
} */

/* .lmx-unauthorised .lmx-reset-password .lmx-input-container input:not([type='checkbox']) {
    padding-left: 50px;
} */
.lmx-container.lmx-reset-password input.lmx-multipleMasksNumber {
  padding-left: 50px;
}

.lmx-container.lmx-registration input.lmx-multipleMasksNumber {
  padding-left: 50px;
}

.lmx-container.lmx-contacts input.lmx-multipleMasksNumber {
  padding-left: 50px;
}

/* Подсказка */

@media screen and (max-width: 830px) {
  .b-days__hint {
    left: 0;
    width: 100%;
    max-width: 600px;
    font-size: smaller;
  }
}

.progress-bar {
  height: 10px;
  background-color: #ccc;
}

.progress-bar-level {
  height: 100%;
}

.level1 {
  background-color: green;
}

.level2 {
  background-color: orange;
}

.level3 {
  background-color: red;
}

.progressbar {
  width: 100%;
  background-color: #f3f3f3;
}

.progressbar .fill {
  height: 5px;
  border-radius: 20px;
  width: 0;
  background-color: #f65f2f;
}

.lmx-card-item:nth-child(1) {
  position: relative;
}

@media screen and (max-width: 600px) {
  .lmx-card-item-wrap {
    align-items: center;
    gap: 10px;
  }
  .lmx-cards .lmx-personal-cards .lmx-card-item {
    min-width: auto;
  }
}

@media screen and (max-width: 450px) {
  /* .lmx-cards .lmx-personal-cards .lmx-card-item {
    padding-bottom: 60px;
  } */
}

.line-status-black {
  font-weight: 600;
  color: #000;
}

.line-status-orange {
  color: #f65f2f;
}

.line-status-gray {
  color: #bfcad7;
}
