@charset "UTF-8";
/* Общие стили */
body {
  /*min-width: 1140px;*/
  font-family: Tahoma, serif;
  background-color: #d4c9c1;
  color: black; }
  body .site-content {
    background-color: #eee6de; }

h1, h2, h3, h4, h5, h6 {
  color: #a42a2b;
  margin: 0 0 10px 0;
  font-family: Tahoma, serif; }

h1 {
  font-size: 24px; }

h2, h3 {
  font: normal 24px Tahoma; }

h4 {
  font: bold 16px Tahoma; }

h5 {
  font: bold 14px Tahoma; }

h6 {
  font: bold 13px Tahoma; }

p {
  margin: 1em 0;
  font-size: 14px; }

a {
  color: #a42a2b; }

.customSelect-scroller {
  max-height: 200px; }

.customSelect .customSelect-scroller__wrapper .customSelect-scroller .customSelect-list .customSelect-item {
  padding: 3px 5px; }

.customify-container {
  padding-left: 80px;
  padding-right: 80px; }
  .customify-container .customify-grid {
    margin: 0; }

.header--row {
  position: fixed;
  width: 100%;
  z-index: 3; }

.header-v2 .cb-row--mobile {
  padding-left: 0;
  padding-right: 0; }

.nav-menu-desktop .menu > li > a {
  text-transform: none; }

.widget-area .widget {
  margin-bottom: 0; }

#main {
  flex-basis: 81%;
  max-width: 81%; }
  #main a {
    color: #928982;
    font-weight: bold; }

.home #main {
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 0; }

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

.loymax-container ul,
.loymax-container .lmx-container.lmx-personal-goods-offer ul {
  list-style: disc !important;
  margin: 0 0 1em 2em !important; }

.loymax-container .lmx-container ul {
  list-style: none !important;
  margin: 0 !important; }

blockquote {
  padding: 0 1em;
  margin: 1em 1.3em; }

/* Главная страница */
.home #page #site-content #post-1050 .entry-content .important-news {
  font-weight: bold;
  color: white;
  padding: 30px;
  background-color: #a42a2b;
  border-radius: 10px;
  margin: 40px 0; }
  .home #page #site-content #post-1050 .entry-content .important-news a {
    text-decoration: underline;
    color: white; }
    .home #page #site-content #post-1050 .entry-content .important-news a:hover {
      color: #928982; }

/* Центрирование кнопки в модалках */
.lmx-btn-container {
  display: flex;
  justify-content: center; }

.modal-footer {
  display: flex;
  justify-content: center; }

/*Персональные предложения кнопка*/
.lmx-container.lmx-personal-offers .lmx-margin-bottom .lmx-card-action.lmx-clearfix button {
  background: linear-gradient(#d6c7be, #c3b0a5);
  color: white !important;
  border-width: 0 1px 1px 0;
  border-color: buttonface;
  border-style: outset;
  font-size: 12px;
  padding: 4px 8px 6px;
  height: 24px;
  display: initial; }

/* Чекбоксы */
.loymax-container .lmx-questionnaire input[type=checkbox]:focus + label,
.loymax-container .lmx-questionnaire input[type=radio]:focus + label {
  font-weight: normal; }

/*Хедер*/
body:not(.home) .header-main .header-main-inner {
  background-image: url("/wp-content/uploads/photo_c.png");
  background-repeat: repeat-x;
  background-position-y: -340px;
  z-index: 1000;
  height: 100px; }
  body:not(.home) .header-main .header-main-inner .customify-container {
    background-color: rgba(0, 0, 0, 0.37); }

body:not(.home) .header--row:not(.header--transparent).header-main .header--row-inner {
  background-color: transparent; }

.header-main .primary-menu-ul .menu-item .nav-icon-angle, .header-main .primary-menu-ul .menu-item ul.sub-menu {
  display: none; }

.site-navigation .menu .menu-item > a {
  text-shadow: 1px 1px 1px black;
  padding: 5px 25px; }

.site-navigation .current-menu-item a,
.site-navigation .current-menu-parent a {
  background-color: black; }

.site-navigation .current-menu-item ~ .current-menu-parent a {
  background-color: transparent; }

/* Всплывающее меню */
.nav-menu-mobile .menu li .nav-toggle-icon {
  padding: 0.64em .9em; }

.nav-menu-mobile .menu li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
  height: 100%; }

/* Всплывающее меню */
#header-menu-sidebar .lmx-user-info .lmx-user-balance__block:nth-child(1),
#header-menu-sidebar .lmx-user-info .lmx-user-balance__block:nth-child(2) .lmx-info-string:nth-child(2),
#header-menu-sidebar .lmx-user-info .lmx-user-balance__block:nth-child(3),
#header-menu-sidebar .lmx-user-info .lmx-user-balance__block:nth-child(4) {
  display: none; }
#header-menu-sidebar .lmx-user-info dt {
  color: rgba(255, 255, 255, 0.79); }
#header-menu-sidebar .lmx-user-info dd .lmx-card-number {
  color: wheat; }

/* Модалка модалки */
body:not(.modal-open) .loymax-modal .modal-content {
  opacity: 0; }

body.modal-open:not(.lmx-bootstrapped) .loymax-modal {
  background-color: rgba(192, 192, 192, 0.8); }
  body.modal-open:not(.lmx-bootstrapped) .loymax-modal form {
    margin-bottom: 0; }
  body.modal-open:not(.lmx-bootstrapped) .loymax-modal .modal-content {
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid gray;
    box-shadow: #000000 0px 0px 16px;
    padding: 20px;
    opacity: 1;
    transition: opacity ease-in 0.8s; }
    body.modal-open:not(.lmx-bootstrapped) .loymax-modal .modal-content h2 {
      color: #84b8d9;
      font: normal 20px Tahoma;
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 10px;
      text-align: left; }
    body.modal-open:not(.lmx-bootstrapped) .loymax-modal .modal-content .lmx-label-container {
      font: bold 0.9em Calibri;
      width: initial; }
      body.modal-open:not(.lmx-bootstrapped) .loymax-modal .modal-content .lmx-label-container label::after {
        content: " *";
        color: red; }
    body.modal-open:not(.lmx-bootstrapped) .loymax-modal .modal-content .lmx-input-container {
      float: right; }
    body.modal-open:not(.lmx-bootstrapped) .loymax-modal .modal-content input {
      border: 1px solid gray; }
  body.modal-open:not(.lmx-bootstrapped) .loymax-modal .modal-footer, body.modal-open:not(.lmx-bootstrapped) .loymax-modal .lmx-btn-container {
    padding: 10px;
    text-align: right;
    background-color: #fafafa;
    margin: 0; }
  body.modal-open:not(.lmx-bootstrapped) .loymax-modal button {
    width: 141px;
    height: 29px;
    border: 2px solid #a3a1a1;
    border-radius: 7px;
    color: #ababab;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 5px;
    transition: none; }
  body.modal-open:not(.lmx-bootstrapped) .loymax-modal button[type='button'].lmx-btn-cancel {
    background-image: url("/wp-content/uploads/cancel.png"); }
  body.modal-open:not(.lmx-bootstrapped) .loymax-modal button[type='submit'], body.modal-open:not(.lmx-bootstrapped) .loymax-modal button[type='button'] {
    background-image: url("/wp-content/uploads/ok.png"); }

/* Главная страница со слайдером */
.home-page.loymax-container {
  position: absolute;
  top: 200px; }

#main .advantages a {
  color: #a42a2b; }

.advantages {
  left: 80px;
  width: 485px;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: space-between; }
  .advantages .dot {
    line-height: 22px;
    font-size: 13px; }

.advantages .link {
  text-decoration: underline;
  display: inline;
  font-weight: bold;
  font-size: 14px; }

.main-slider {
  margin-left: -80px;
  margin-right: -80px; }

.main-slider .n2-section-smartslider {
  width: 100%;
  position: absolute;
  top: 0; }
  .main-slider .n2-section-smartslider .n2-padding {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.main-slider-content {
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.login-card {
  position: absolute;
  top: 30%;
  height: 59%;
  width: 28%;
  background: url("/wp-content/uploads/logincard.png");
  background-size: contain;
  background-repeat: no-repeat; }

.login-label {
  margin: 0; }

.login-label, .lmx-user-name {
  color: #391202;
  font-weight: bold;
  text-shadow: 0px 1px 1px #af725d; }

.login-card #cardlogin {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center; }

#cardlogin .login-link, #cardlogin .lmx-user-logout {
  color: #da744d;
  text-align: center;
  display: block;
  width: 70px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  background: linear-gradient(to bottom, #712714, #481e13);
  border-radius: 2px;
  box-shadow: 1px 1px 1px #421207; }
  #cardlogin .login-link:hover, #cardlogin .lmx-user-logout:hover {
    cursor: pointer; }

.lmx-user-name span {
  color: #E38F43;
  font: normal 20px Verdana;
  text-shadow: 1px 1px 1px black; }

.lmx-user-logout {
  margin-top: 5px; }

.lmx-unauthorised .lmx-user-name, .lmx-unauthorised #cardlogin .lmx-user-logout {
  display: none; }

.lmx-authorised .login-label, .lmx-authorised #cardlogin .login-link {
  display: none; }

.slogan-widget {
  top: 52%;
  position: relative;
  float: right; }

#slogan {
  padding: 10px 25px;
  width: 327px;
  height: 112px;
  background-color: #a42a2b;
  border-radius: 10px; }

#slogan h4 {
  margin: 0 0 10px 0;
  color: white;
  font: bold 16px Tahoma; }

#slogan h5 {
  margin: 0 0 10px 0;
  color: white;
  font: bold 14px Tahoma; }

.partners-block {
  margin-top: 345px; }

.partnerlogos {
  padding: 15px 0 15px 0;
  background-color: #ebdfd6;
  position: relative; }

.partnerlogos table td, .partnerlogos table th {
  padding: 0;
  background-color: #ebdfd6; }

.partnerlogos table {
  margin-bottom: 0; }

.partnerlogos .table-wrapper > table {
  display: flex;
  align-items: center; }

.partnerlogos .table-wrapper > table tbody {
  margin: 0 auto; }

.partnerlogos .table-wrapper > table tbody tr td {
  padding: 0 24px; }

.partnerlogos .partnerlogoplace {
  display: block;
  position: relative;
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto; }

.partnerlogoplace img {
  left: 0px;
  top: 0px;
  display: none;
  position: absolute; }

/* Главная страница со слайдером */
/* О нас */
.editable table {
  max-width: 636px; }

.editable table td, .editable table th {
  padding: 0; }

table tbody td, table tbody tr:nth-child(2n) td {
  background: none; }

.editable table a img {
  width: 300px;
  height: 189px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* ЛК */
.loymax-container .lmx-row {
  margin: 5px 0; }

.loymax-container .lmx-notifications .lmx-alert {
  padding: 10px; }

/* Не авторизован */
.lmx-unauthorised.page-id-1603 #sidebar-primary {
  display: none; }

.lmx-unauthorised #sidebar-primary .menu-lk-menu-container {
  display: none; }
.lmx-unauthorised #main {
  flex-basis: 100%;
  max-width: 100%; }
.lmx-unauthorised .lmx-container form {
  background-color: #e5dcd7;
  padding: 30px;
  max-width: 443px; }
.lmx-unauthorised .lmx-notifications {
  max-width: 443px; }
.lmx-unauthorised #main .lmx-auth-links {
  padding-left: 200px;
  margin: 0; }
  .lmx-unauthorised #main .lmx-auth-links a {
    font-weight: normal;
    text-transform: lowercase; }
.lmx-unauthorised .lmx-auth .lmx-btn-container {
  padding-left: 200px;
  margin: 5px 0; }

.lmx-social {
  display: none; }

.lmx-label-container, .lmx-input-container {
  display: inline-block; }

.lmx-label-container {
  width: 200px;
  color: black;
  font-size: 12.6px;
  font-weight: bold; }

/* Сайдбар */
.home #sidebar-primary {
  display: none; }

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

.site-content .widget-area .menu li.current-menu-item > a:before,
.site-content .widget-area .menu li.current-menu-item > a:after {
  display: none; }

.page .sidebar-primary {
  max-width: 227px;
  padding-left: 0; }
  .page .sidebar-primary .sidebar-primary-inner {
    width: 210px;
    padding-right: 0; }
  .page .sidebar-primary .lmx-user-info {
    border-color: #fff #dfd4ce #999 #fcf4eb;
    border-style: solid;
    border-width: 1px;
    background-color: #eee6de;
    padding: 11px;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 10px; }
    .page .sidebar-primary .lmx-user-info .lmx-user-info__name a {
      color: black;
      font-size: 14px;
      font-weight: bold; }
    .page .sidebar-primary .lmx-user-info .lmx-user-info__balance {
      display: inline-block;
      font-weight: normal; }
    .page .sidebar-primary .lmx-user-info .lmx-user-info__logout a {
      color: #928982;
      font-weight: bold; }
    .page .sidebar-primary .lmx-user-info dl {
      margin: 0; }
  .page .sidebar-primary #menu-lk-menu li.menu-item:not(.parent) a {
    padding: 10px 15px 10px 40px; }
  .page .sidebar-primary #menu-lk-menu li.menu-item.parent a {
    font-weight: bold; }
  .page .sidebar-primary .menu .menu-item.current-menu-item {
    background-color: #962908; }
    .page .sidebar-primary .menu .menu-item.current-menu-item a {
      color: white;
      font-weight: bold; }
    .page .sidebar-primary .menu .menu-item.current-menu-item .menu-item a {
      color: #962908; }
  .page .sidebar-primary ul.menu li.menu-item a {
    padding: 10px 15px;
    font: normal 13px Verdana; }
  .page .sidebar-primary ul.menu li.menu-item {
    background-color: #DFD4CE; }
  .page .sidebar-primary ul.menu li.menu-item.menu-item-has-children a {
    font-weight: bold; }
  .page .sidebar-primary ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:not(.current-menu-item) a {
    font-weight: normal; }
  .page .sidebar-primary ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    padding: 10px 15px 10px 40px; }
  .page .sidebar-primary .menu .menu-item {
    background-color: #DFD4CE;
    color: #962908; }

.lmx-authorised.page-id-962 #sidebar-primary #menu-lk-menu, .lmx-authorised.parent-pageid-962 #sidebar-primary #menu-lk-menu {
  display: none; }
.lmx-authorised.page-id-1603 #menu-about {
  display: none; }

/* Карточка пользователя */
.sidebar-primary .lmx-user-info .lmx-user-info__not-activated,
.sidebar-primary .lmx-user-info .lmx-user-info__accumulated,
.sidebar-primary .lmx-user-info .lmx-user-card, .sidebar-primary .lmx-user-info .lmx-card-number,
.sidebar-primary .lmx-user-info .lmx-user-info__wasted {
  display: none; }

.lmx-main-block.lmx-embedded-user-info {
  display: block; }

.lmx-main-block .lmx-user-info {
  border-bottom: dashed #8f867f 1px;
  margin-bottom: 10px;
  margin-top: 0; }
  .lmx-main-block .lmx-user-info .lmx-user-info__name,
  .lmx-main-block .lmx-user-info .lmx-user-info__logout,
  .lmx-main-block .lmx-user-info .lmx-clearfix:not(.lmx-user-balance) {
    display: none; }
  .lmx-main-block .lmx-user-info .lmx-user-balance {
    margin-bottom: 0; }
  .lmx-main-block .lmx-user-info .lmx-user-balance__block {
    display: inline-flex;
    width: 25%; }
    .lmx-main-block .lmx-user-info .lmx-user-balance__block dt, .lmx-main-block .lmx-user-info .lmx-user-balance__block dd, .lmx-main-block .lmx-user-info .lmx-user-balance__block span {
      font-size: 14px; }
    .lmx-main-block .lmx-user-info .lmx-user-balance__block.lmx-info-column {
      flex-direction: column; }
      .lmx-main-block .lmx-user-info .lmx-user-balance__block.lmx-info-column .lmx-info-string {
        display: inline-flex;
        line-height: 1.3em; }
  .lmx-main-block .lmx-user-info dl.lmx-user-balance {
    display: flex; }
  .lmx-main-block .lmx-user-info .lmx-user-balance__block:nth-last-child(-n+1) {
    justify-content: flex-end; }
  .lmx-main-block .lmx-user-info .lmx-user-balance__block:nth-last-child(-n+1) .lmx-info-string {
    display: inline-flex; }
  .lmx-main-block .lmx-user-info dt.lmx-user-info__not-activated, .lmx-main-block .lmx-user-info dd.lmx-user-info__not-activated {
    font-size: 12px; }
    .lmx-main-block .lmx-user-info dt.lmx-user-info__not-activated span, .lmx-main-block .lmx-user-info dd.lmx-user-info__not-activated span {
      font-size: 12px; }

.lmx-main-block .lmx-user-info .lmx-user-balance__block:nth-child(3) {
  width: 26%; }

.lmx-user-info dt {
  font-weight: normal; }
.lmx-user-info dd {
  font-weight: bold;
  margin-bottom: 0; }
.lmx-user-info .lmx-user-info__balance.lmx-user-info__value {
  color: #962908;
  font-weight: bold !important; }
.lmx-user-info .lmx-user-info__not-activated.lmx-user-info__value,
.lmx-user-info .lmx-user-info__accumulated.lmx-user-info__value {
  color: #486807;
  text-decoration: underline; }
.lmx-user-info .lmx-user-info__wasted.lmx-user-info__value {
  color: #928982; }

@media screen and (max-width: 1110px) {
  .lmx-main-block .lmx-user-info .lmx-user-balance__block dt, .lmx-main-block .lmx-user-info .lmx-user-balance__block dd, .lmx-main-block .lmx-user-info .lmx-user-balance__block span {
    font-size: 12px; } }
/*LOGIN*/
.lmx-auth-links a {
  color: #928982;
  font-size: 14px; }

/* INPUT */
.select2-container .select2-selection--single, input[type=color],
input[type=date], input[type=datetime-local], input[type=datetime],
input[type=email], input[type=month], input[type=number],
input[type=password], input[type=range],
input[type=search], input[type=tel], input[type=text],
input[type=time], input[type=url], input[type=week], select, textarea {
  width: 169px;
  height: 21px;
  font-size: 13px;
  padding: 0 5px;
  border-width: 2px;
  border-style: inset;
  box-shadow: none; }

.select2-container .select2-selection--single:focus, input[type=color]:focus,
input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus,
input[type=email]:focus, input[type=month]:focus, input[type=number]:focus,
input[type=password]:focus, input[type=range]:focus, input[type=search]:focus,
input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus,
input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
  border-color: #e5e5e5; }

.loymax-container form-group .lmx-form-group.lmx-has-error input[type=email],
.loymax-container form-group .lmx-form-group.lmx-has-error input[type=number],
.loymax-container form-group .lmx-form-group.lmx-has-error input[type=password],
.loymax-container form-group .lmx-form-group.lmx-has-error input[type=text],
.loymax-container form-group .lmx-form-group.lmx-has-error textarea {
  background-color: #FEE; }

.button:not(.components-button):not(.customize-partial-edit-shortcut-button),
button:not(.components-button):not(.customize-partial-edit-shortcut-button),
input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button),
input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button),
input[type=submit]:not(.components-button):not(.customize-partial-edit-shortcut-button) {
  padding: 0;
  line-height: 1;
  min-height: 21px;
  font-weight: normal;
  border: 1px solid gray;
  font-family: Arial;
  font-size: 13px;
  color: buttontext;
  background-color: buttonface;
  padding: 1px 6px;
  text-transform: none;
  border-radius: 2px;
  /*border-color: buttonface;*/ }

.button:not(.components-button):not(.customize-partial-edit-shortcut-button):hover,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):hover,
input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button):hover,
input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button):hover,
input[type=submit]:not(.components-button):not(.customize-partial-edit-shortcut-button):hover {
  color: black;
  box-shadow: none;
  border-color: black; }

/* INPUT */
/* ЛК */
.page-id-1493 #sidebar-primary .menu-about-container {
  display: none; }

/* Бренды */
.lmx-brands .lmx-card {
  width: 100% !important; }
  .lmx-brands .lmx-card .partner-link {
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 1em; }
    .lmx-brands .lmx-card .partner-link a {
      font-weight: normal !important; }
  .lmx-brands .lmx-card .lmx-card-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    overflow: inherit; }
    .lmx-brands .lmx-card .lmx-card-content img {
      height: 50px;
      cursor: pointer; }
    .lmx-brands .lmx-card .lmx-card-content .lmx-card-title {
      font: bold 16px Tahoma;
      color: #928982;
      cursor: pointer;
      padding-left: 60px; }
    .lmx-brands .lmx-card .lmx-card-content .lmx-description {
      display: inline-block;
      height: 19px;
      font: bold 16px Tahoma;
      color: #a42a2b; }
      .lmx-brands .lmx-card .lmx-card-content .lmx-description::before {
        content: " - ";
        white-space: pre; }
  .lmx-brands .lmx-card .lmx-brand-description {
    padding: 20px;
    background-color: #ebdfd6;
    margin-bottom: 40px; }
    .lmx-brands .lmx-card .lmx-brand-description table {
      max-width: 650px;
      margin-bottom: 14px; }
    .lmx-brands .lmx-card .lmx-brand-description table th {
      background-color: transparent;
      color: #928982;
      font-weight: bold;
      text-align: center; }
    .lmx-brands .lmx-card .lmx-brand-description table th, .lmx-brands .lmx-card .lmx-brand-description table td {
      font-size: 14px;
      padding: 8px; }
    .lmx-brands .lmx-card .lmx-brand-description table tr {
      border-bottom: 1px solid #C9BBB1; }

.lmx-brand .lmx-content .lmx-image {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  margin-bottom: 15px; }
  .lmx-brand .lmx-content .lmx-image h2, .lmx-brand .lmx-content .lmx-image p {
    font: bold 16px Tahoma;
    color: #a42a2b;
    margin: 0;
    display: inline-block; }
  .lmx-brand .lmx-content .lmx-image p::before {
    content: " - ";
    white-space: pre; }
  .lmx-brand .lmx-content .lmx-image img {
    height: 50px;
    width: auto;
    padding-right: 60px; }
.lmx-brand .lmx-content .lmx-brand-description {
  padding: 20px;
  background-color: #ebdfd6;
  margin-bottom: 40px; }
  .lmx-brand .lmx-content .lmx-brand-description table {
    max-width: 650px;
    margin-bottom: 14px; }
  .lmx-brand .lmx-content .lmx-brand-description table th {
    background-color: transparent;
    color: #928982;
    font-weight: bold;
    text-align: center; }
  .lmx-brand .lmx-content .lmx-brand-description table th, .lmx-brand .lmx-content .lmx-brand-description table td {
    font-size: 14px;
    padding: 8px; }
  .lmx-brand .lmx-content .lmx-brand-description table tr {
    border-bottom: 1px solid #C9BBB1; }
.lmx-brand .lmx-content .lmx-columns {
  display: flex;
  position: relative; }
.lmx-brand .lmx-content .lmx-merchant-list {
  width: 30%;
  position: relative;
  margin-right: 40px;
  height: 450px;
  overflow-y: auto;
  max-height: none; }
  .lmx-brand .lmx-content .lmx-merchant-list ul {
    height: 450px; }
.lmx-brand .lmx-content .lmx-map {
  margin-top: 0;
  width: 70%; }

.lmx-merchant-list p {
  margin: 0 0 10px 0;
  color: #928982;
  font-weight: bold; }

/* Мои карты */
.loymax-container .lmx-cards .lmx-personal-cards {
  background-color: transparent;
  border: none;
  padding: 0; }
  .loymax-container .lmx-cards .lmx-personal-cards .lmx-card-item-wrap {
    padding: 0 10px; }
  .loymax-container .lmx-cards .lmx-personal-cards .lmx-card-owner {
    display: block; }
    .loymax-container .lmx-cards .lmx-personal-cards .lmx-card-owner dd {
      color: #962908; }
.loymax-container .lmx-cards .lmx-card-item__image {
  padding-top: 0;
  position: relative;
  width: 155px;
  min-width: 155px; }
  .loymax-container .lmx-cards .lmx-card-item__image img {
    max-height: 105px;
    width: 155px; }
  .loymax-container .lmx-cards .lmx-card-item__image .card-number {
    position: absolute;
    top: 77px;
    left: 0;
    color: #ccad00;
    font: normal 11px Tahoma;
    text-align: center;
    width: 150px; }
.loymax-container .lmx-cards .lmx-card-item__image.lmx-blocked ~ div {
  opacity: 0.4; }
.loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-number.lmx-card-code.lmx-qr.lmx-bar,
.loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-number.lmx-card-code.lmx-bar,
.loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-number.lmx-card-code.lmx-qr {
  background-image: none; }
.loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-number.lmx-card-code {
  cursor: default; }
.loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-category {
  color: #928982;
  font-weight: bold;
  text-transform: inherit; }
.loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info {
  margin-top: -10px; }
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-paid {
    flex-grow: 0; }
    .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-paid dd {
      color: #928982; }
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-blocked-state-info {
    display: none; }
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info div, .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info span, .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info dd, .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info dt, .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info button, .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info dl {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0; }
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info dt {
    font-weight: normal; }
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info dd, .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info button {
    font-weight: bold; }
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-actions {
    margin-top: 0; }
    .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info .lmx-card-actions button.lmx-replace-btn {
      margin-left: 20px;
      color: #962908; }
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0; }
    .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info button.lmx-card-action__unblock {
      color: #486807; }
    .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info button.lmx-card-action__block {
      color: maroon; }
.loymax-container .lmx-cards .lmx-add-card-buttons button {
  color: #486807;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 14px;
  font-family: Tahoma; }

.loymax-container ul.lmx-tabs-container li {
  background-color: #DFD4CE;
  color: maroon; }

.loymax-container ul.lmx-tabs-container li.active {
  background-color: #962908;
  color: white; }

.loymax-container ul.lmx-tabs-container ~ div {
  background-color: #eee6de;
  padding: 15px;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-top: none; }

.lmx-card-owner dd {
  color: #962908; }

.lmx-card-item .lmx-card-item__image img {
  margin-bottom: 10px; }

.lmx-attach-card-modal form .modal-content-wrapper .modal-body .lmx-form-group.lmx-clearfix.lmx-row {
  display: flex;
  flex-direction: column;
  align-items: center; }

.lmx-set-card-modal form .modal-content-wrapper .modal-body .lmx-form-group.lmx-clearfix.lmx-row {
  display: flex;
  flex-direction: column;
  align-items: center; }

.lmx-block-state-change-modal form .modal-content-wrapper .modal-body .lmx-form-group.lmx-clearfix.lmx-row {
  display: flex;
  flex-direction: column;
  align-items: center; }

.lmx-replace-card-modal form .modal-content-wrapper .modal-body .lmx-form-group.lmx-clearfix.lmx-row {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media screen and (max-width: 390px) {
  body.modal-open:not(.lmx-bootstrapped) .loymax-modal button {
    width: 105px;
    height: 29px;
    border: 2px solid #a3a1a1;
    border-radius: 7px;
    color: #ababab;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 5px;
    transition: none; } }
/* История операций */
.loymax-container .lmx-history .lmx-history-filters {
  display: block;
  text-align: inherit;
  border: solid #d1cac4 1px;
  padding: 8px 8px 8px 8px;
  background-color: #f7f0ea;
  margin-bottom: 5px; }
  .loymax-container .lmx-history .lmx-history-filters .lmx-pretext {
    margin-right: 0; }
  .loymax-container .lmx-history .lmx-history-filters .lmx-to-date-filter {
    margin-left: 0; }
  .loymax-container .lmx-history .lmx-history-filters .glyphicon-calendar:before {
    font-size: 14px; }
  .loymax-container .lmx-history .lmx-history-filters .lmx-card-filter select {
    background: #dfd5cc;
    height: 25px; }
  .loymax-container .lmx-history .lmx-history-filters .lmx-card-filter {
    display: none; }
  .loymax-container .lmx-history .lmx-history-filters .lmx-reset-filters {
    margin-left: 0;
    float: right;
    margin-bottom: 0; }
    .loymax-container .lmx-history .lmx-history-filters .lmx-reset-filters a {
      background: linear-gradient(#d6c7be, #c3b0a5);
      color: white !important;
      border-width: 0 1px 1px 0;
      border-color: buttonface;
      border-style: outset;
      font-size: 12px;
      padding: 4px 8px 6px;
      height: 24px;
      display: initial; }

/* Календарь */
.loymax-container .lmx-history table.uib-daypicker {
  margin-bottom: 0; }
  .loymax-container .lmx-history table.uib-daypicker thead th .btn {
    padding: 6px; }
  .loymax-container .lmx-history table.uib-daypicker td {
    padding: 1px;
    min-width: 25px;
    max-height: 19px; }
  .loymax-container .lmx-history table.uib-daypicker td button {
    min-width: 25px;
    max-height: 19px;
    border: 1px solid #d3d3d3;
    color: #555;
    background: linear-gradient(#e3e3e3 50%, #d3d3d3 51%);
    padding: .2em;
    text-align: right;
    font-size: .9em; }
  .loymax-container .lmx-history table.uib-daypicker td button:hover {
    border-color: #999;
    color: #212121; }
  .loymax-container .lmx-history table.uib-daypicker td button.active {
    border-color: #aaa;
    background: white;
    color: #212121; }
  .loymax-container .lmx-history table.uib-daypicker td button.active:hover {
    border-color: #aaa;
    background: white; }

/* История операций */
.loymax-container .lmx-history .lmx-operations-list tr th {
  border-width: 1px;
  border-style: solid;
  border-top-color: #e9e0d8;
  border-left-color: #e9e0d8;
  border-bottom-color: #a49c94;
  border-right-color: #dbcec5;
  background: linear-gradient(#d6c7be, #c3b0a5);
  color: white;
  font-weight: bold;
  height: 38px; }
.loymax-container .lmx-history .lmx-operations-list tr th, .loymax-container .lmx-history .lmx-operations-list tr td {
  font-size: 12px;
  padding: 10px;
  max-width: inherit;
  text-align: center; }
.loymax-container .lmx-history .lmx-operations-list tr td.lmx-description {
  text-align: initial; }
.loymax-container .lmx-history .lmx-operations-list tr td.lmx-amount {
  text-align: right; }
.loymax-container .lmx-history .lmx-operations-list tr th:nth-child(1),
.loymax-container .lmx-history .lmx-operations-list tr td:nth-child(1) {
  max-width: 140px; }
.loymax-container .lmx-history .lmx-operations-list tr th:nth-child(3),
.loymax-container .lmx-history .lmx-operations-list tr td:nth-child(3) {
  max-width: 145px; }
.loymax-container .lmx-history .lmx-operations-list tr th:nth-child(4),
.loymax-container .lmx-history .lmx-operations-list tr td:nth-child(4) {
  max-width: 135px; }
.loymax-container .lmx-history .lmx-operations-list tr th:nth-child(5),
.loymax-container .lmx-history .lmx-operations-list tr td:nth-child(5),
.loymax-container .lmx-history .lmx-operations-list tr th:nth-child(6),
.loymax-container .lmx-history .lmx-operations-list tr td:nth-child(6) {
  max-width: 90px; }
.loymax-container .lmx-history .lmx-operations-list tr td {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #eee6de #e4dad3 #e2d8d0 #e9e0d8; }
.loymax-container .lmx-history .lmx-operations-list tr.lmx-operation-info td {
  border-top-width: 1px; }
.loymax-container .lmx-history .lmx-operations-list tbody:nth-child(even) tr.lmx-operation-info td {
  background-color: #dfd4cd; }
.loymax-container .lmx-history .lmx-operations-list tbody:nth-child(odd) tr.lmx-operation-info td {
  background-color: #d9cec7; }
.loymax-container .lmx-history .lmx-operations-list tbody:not(.lmx-empty-cheque) tr.lmx-cheque-info td {
  background-color: #928982;
  color: #eee6de; }
.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,
.loymax-container .lmx-history .lmx-operations-list tbody:not(.lmx-empty-cheque) 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) tr.lmx-cheque-info .lmx-cheque-content .lmx-cheque-line .lmx-cheque-count {
  background-color: #928982; }
.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 {
  border-bottom: 1px dotted white; }
.loymax-container .lmx-history .lmx-operations-list tbody:not(.lmx-empty-cheque).lmx-cheque-opened tr.lmx-operation-info td.lmx-cheque-expander:before {
  content: ""; }
.loymax-container .lmx-history .lmx-operations-list tbody:not(.lmx-empty-cheque) tr.lmx-operation-info td.lmx-cheque-expander:before {
  content: "";
  background-image: url("/wp-content/uploads/cheque.png");
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto; }

.loymax-container .lmx-history .lmx-pagination {
  display: flex;
  justify-content: flex-end; }
  .loymax-container .lmx-history .lmx-pagination li {
    font-size: 11px;
    line-height: 100%;
    margin: 0 !important; }
    .loymax-container .lmx-history .lmx-pagination li a {
      padding: 1px 6px;
      padding-bottom: 5px;
      font-weight: bold;
      border-style: solid;
      border-width: 0 0 4px 0; }
    .loymax-container .lmx-history .lmx-pagination li a.pagination-first {
      padding-left: 0; }
    .loymax-container .lmx-history .lmx-pagination li a.pagination-right {
      padding-right: 0; }
  .loymax-container .lmx-history .lmx-pagination li.active a {
    color: #962907;
    border-bottom-color: #962907; }
  .loymax-container .lmx-history .lmx-pagination .disabled {
    display: none; }

/* Личные данные */
.loymax-container .settings {
  display: none; }

.loymax-container .lmx-container .lmx-birthday-picker {
  max-width: 169px; }
  .loymax-container .lmx-container .lmx-birthday-picker input {
    font-size: 12px; }
  .loymax-container .lmx-container .lmx-birthday-picker .lmx-birthday-picker-wrapper {
    margin-right: 0; }
  .loymax-container .lmx-container .lmx-birthday-picker .lmx-birthday-picker-wrapper.lmx-day {
    width: 27%;
    min-width: inherit; }
  .loymax-container .lmx-container .lmx-birthday-picker .lmx-birthday-picker-wrapper.lmx-month {
    max-width: 50%; }
  .loymax-container .lmx-container .lmx-birthday-picker .lmx-birthday-picker-wrapper.lmx-year {
    width: 33%; }

.loymax-container .lmx-container .lmx-birthday-picker input {
  padding: 0 4px 0 4px; }

.loymax-container .lmx-form-group {
  display: flex; }

.loymax-container .lmx-help-block {
  max-width: 169px; }

.lmx-authorised .lmx-personal {
  max-width: 100%; }
  .lmx-authorised .lmx-personal h2 {
    display: none; }
  .lmx-authorised .lmx-personal button {
    float: none; }
  .lmx-authorised .lmx-personal .lmx-questionnaire-column {
    padding: 10px;
    border: solid #d4c9c1 1px;
    margin: 10px 0; }
    .lmx-authorised .lmx-personal .lmx-questionnaire-column h3 {
      font: bold 14px Tahoma; }
    .lmx-authorised .lmx-personal .lmx-questionnaire-column label {
      font-size: 13px; }
    .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-form-group {
      display: flex;
      margin: 0; }
      .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-form-group .lmx-label-container {
        font-weight: normal; }
    .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-radio, .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-checkbox {
      background-color: #E5DCD7;
      margin: 10px 0;
      padding: 10px; }
      .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-radio .lmx-form-group, .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-checkbox .lmx-form-group {
        flex-direction: column; }
        .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-radio .lmx-form-group .lmx-label-container label, .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-checkbox .lmx-form-group .lmx-label-container label {
          font: bold 14px Tahoma;
          color: #a42a2b;
          margin-bottom: 10px; }
        .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-radio .lmx-form-group .lmx-input-container, .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-checkbox .lmx-form-group .lmx-input-container {
          max-width: 358px; }
          .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-radio .lmx-form-group .lmx-input-container input[type='text'], .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-checkbox .lmx-form-group .lmx-input-container input[type='text'] {
            float: right; }
          .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-radio .lmx-form-group .lmx-input-container input[type='text'].customSelect-selected, .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-question-checkbox .lmx-form-group .lmx-input-container input[type='text'].customSelect-selected {
            float: none; }
    .lmx-authorised .lmx-personal .lmx-questionnaire-column form {
      margin-bottom: 0; }

/* Настройки */
.lmx-settings {
  display: none; }

.loymax-container .lmx-contacts .lmx-subscriptions, .loymax-container .lmx-contacts .lmx-unregistration {
  display: none; }
.loymax-container .lmx-contacts::before {
  content: "Настройки";
  font: normal 24px Tahoma;
  display: block;
  color: #a42a2b;
  padding-bottom: 10px;
  border-bottom: 1px solid silver; }
.loymax-container .lmx-contacts h3 {
  font-size: 0; }
  .loymax-container .lmx-contacts h3::before {
    font: bold 16px Tahoma; }
.loymax-container .lmx-contacts .lmx-user-phone h3::before {
  content: "Смена номера телефона"; }
.loymax-container .lmx-contacts .lmx-user-email h3::before {
  content: "Смена E-mail"; }
.loymax-container .lmx-contacts .lmx-user-password h3::before {
  content: "Смена пароля"; }
.loymax-container .lmx-contacts .lmx-settings-line .lmx-current-value-container,
.loymax-container .lmx-contacts form {
  background-color: #e5dcd7;
  padding: 15px;
  flex-direction: column;
  align-items: baseline;
  max-width: 432px; }
.loymax-container .lmx-contacts form {
  margin-bottom: 0; }
.loymax-container .lmx-contacts .lmx-row {
  padding: 0; }
.loymax-container .lmx-contacts .lmx-settings-line {
  padding-bottom: 10px;
  border-bottom: 1px solid silver; }
  .loymax-container .lmx-contacts .lmx-settings-line a.lmx-pseudolink {
    line-height: 1;
    min-height: 21px;
    font-weight: normal !important;
    color: black !important;
    border: 1px solid gray;
    font-family: Arial;
    font-size: 13px;
    background-color: buttonface;
    padding: 1px 6px;
    text-transform: none;
    border-radius: 2px; }
.loymax-container .lmx-contacts .lmx-row:nth-child(3) .lmx-settings-line {
  border-bottom: 0; }

/* Как получить карту */
.getcard-page {
  max-width: 484px;
  margin-left: 0; }
  .getcard-page span, .getcard-page li {
    font-size: 14px; }
  .getcard-page .card-image {
    margin: 17px 0 34px; }
    .getcard-page .card-image img {
      margin: 0 auto;
      display: block;
      border-radius: 2px; }
  .getcard-page ul {
    margin: 1em 0; }

/* Особенности карты */
.card-features table td {
  padding: 0; }
  .card-features table td img {
    max-width: inherit; }

.page-id-996 #sidebar-primary .menu {
  display: none; }

.loymax-container.loymax-offers {
  position: relative;
  margin-top: 25px; }

.lmx-unauthorised .card-features p {
  max-width: 700px; }

/*Футер footer*/
.footer-main .footer--row-inner {
  padding: 20px 0px; }

.site-footer section.widget {
  display: inline-block;
  margin-bottom: 0; }

.site-footer .customify-grid .builder-item:nth-child(3) .widget-area {
  margin-top: -16px; }

.bot-info, .bot-info a {
  color: white; }

.bot-info {
  font-family: Calibri;
  font-size: 24px;
  line-height: normal; }

.bot-info a {
  font-size: 18px;
  text-decoration: underline; }

.cpy, .cpy a {
  font: normal 14px Calibri;
  color: #929392;
  text-align: right;
  display: block; }

/* АКЦИИ НОВОСТИ */
.loymax-container .lmx-announcements .lmx-announcements-list .lmx-card,
.loymax-container .lmx-offers .lmx-offers-list .lmx-card {
  margin-left: 9px;
  margin-right: 9px;
  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 .25s; }

body:not(.lmx-bootstrapped) .loymax-modal .lmx-modal-closer {
  z-index: 5; }

.loymax-container .lmx-offers .lmx-offers-list .lmx-card .lmx-card-title {
  font-size: 0.8em; }

.loymax-container .lmx-offers .lmx-offers-list .lmx-card .lmx-card-description {
  font-size: 0.8em; }

@media screen and (max-width: 1250px) {
  .slogan-widget {
    width: 30%; }

  #slogan {
    width: 100%; } }
@media screen and (max-width: 1110px) {
  #slogan {
    height: auto; }

  .slogan-widget {
    top: 38%; }

  .lmx-container.lmx-history div.lmx-history-filters {
    text-align: inherit; }

  /* Будет при 1024пх */
  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table {
    display: table; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table thead {
    display: table-header-group; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table tr:not(.lmx-cheque-info) {
    display: table-row;
    overflow: inherit;
    position: unset;
    padding: 0; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table tbody {
    display: table-row-group; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td {
    display: table-cell;
    padding: 10px; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-cheque-expander {
    position: relative;
    height: inherit;
    width: inherit;
    top: inherit;
    right: inherit;
    font-size: 14px; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-description {
    line-height: 1.618; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-withdraws.lmx-text {
    float: none; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-withdraws.lmx-amount {
    float: none;
    text-align: center; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-identity {
    display: table-cell; }

  .lmx-history.lmx-history table tbody.lmx-cheque-opened tr.lmx-cheque-info {
    display: table-row;
    margin-bottom: 0; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table tr.lmx-cheque-info td .lmx-cheque-content.lmx-cheque-content.lmx-cheque-content {
    padding: 4px 180px 7px 45px; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td .lmx-cheque-content .lmx-cheque-total.lmx-cheque-total.lmx-cheque-total.lmx-cheque-total {
    position: absolute; }

  .lmx-container.lmx-history h2 {
    margin: 0 0 10px 0; }

  /* Будет при 1024пх */ }
@media screen and (max-width: 1024px) {
  .customify-container {
    padding-left: 20px;
    padding-right: 20px; }

  .login-card #cardlogin {
    bottom: 16px; }

  .site-content .customify-grid > #main {
    padding-left: 0;
    padding-right: 0; }

  .home #page .customify-container {
    padding-left: 20px;
    padding-right: 20px; }

  .main-slider {
    margin-left: -20px;
    margin-right: -20px; }

  .main-slider-content {
    padding-left: 20px;
    padding-right: 20px; }

  #sidebar-primary,
  .lmx-section .lmx-user-info {
    display: none; }

  #main {
    flex-basis: 100%;
    max-width: 100%; }

  .advantages {
    left: auto; }

  #slogan h5 {
    font-size: 75%; }

  #slogan h4 {
    font-size: 90%; }

  #slogan {
    padding: 6px 15px; }

  /* история */
  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-description {
    margin: 0; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table tr:not(.lmx-cheque-info) {
    padding: 0; }

  .loymax-container .lmx-history .lmx-operations-list tbody tr.lmx-operation-info {
    background-color: #dfd4cd !important; }

  .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;
    line-height: 18px; }

  .loymax-container .lmx-history .lmx-history-table table tbody:not(.lmx-empty-cheque).lmx-cheque-opened tr.lmx-cheque-info td {
    padding: 20px 10px; }

  /* Стили приложения */
  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table {
    display: block; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table thead {
    display: none; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table tr:not(.lmx-cheque-info) {
    display: block;
    overflow: hidden;
    position: relative; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table tbody {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td {
    display: block;
    text-align: initial; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-cheque-expander {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-withdraws.lmx-text {
    float: left; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-withdraws.lmx-amount {
    float: right;
    text-align: right; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td.lmx-identity {
    display: none; }

  .lmx-history.lmx-history table tbody.lmx-cheque-opened tr.lmx-cheque-info {
    display: block;
    margin-bottom: 0; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table tr.lmx-cheque-info td .lmx-cheque-content.lmx-cheque-content.lmx-cheque-content {
    padding: 0; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table td .lmx-cheque-content .lmx-cheque-total.lmx-cheque-total.lmx-cheque-total.lmx-cheque-total {
    position: static; }

  /* Мои стили */
  .loymax-container .lmx-history .lmx-operations-list tr td {
    border: none; }

  .loymax-container .lmx-history .lmx-operations-list tbody:nth-child(odd) tr.lmx-operation-info {
    background-color: #d9cec7 !important; }

  /* история */ }
@media screen and (max-width: 899px) {
  .lmx-main-block .lmx-user-info {
    display: none; }

  #header-menu-sidebar .lmx-user-info .lmx-user-balance__block:nth-child(1),
  #header-menu-sidebar .lmx-user-info .lmx-user-balance__block:nth-child(2) .lmx-info-string:nth-child(2),
  #header-menu-sidebar .lmx-user-info .lmx-user-balance__block:nth-child(3),
  #header-menu-sidebar .lmx-user-info .lmx-user-balance__block:nth-child(4) {
    display: block; }

  .login-card #cardlogin {
    bottom: 12px; }

  .slogan-widget {
    width: 34%; }

  #cardlogin .login-link, #cardlogin .lmx-user-logout {
    height: 24px;
    font-size: 15px; } }
@media screen and (max-width: 800px) {
  .loymax-container .lmx-history .lmx-operations-list tbody .lmx-cheque-info td {
    display: block; } }
@media screen and (min-width: 48em) {
  .sidebar-content.sidebar_vertical_border .content-inner {
    padding-left: 0; } }
@media screen and (max-width: 768px) {
  .about-page .editable table a img {
    height: auto; }

  .home #main {
    padding-top: 78px; }

  .main-slider-content {
    position: relative;
    display: flex;
    justify-content: space-between; }

  .main-slider, .main-slider-content {
    height: auto !important; }

  .home #page {
    min-width: auto; }
    .home #page .customify-container {
      padding-left: 20px;
      padding-right: 20px; }

  .n2-section-smartslider {
    display: none; }

  .main-slider {
    margin-left: 0;
    margin-right: 0; }

  .login-card {
    position: relative;
    top: 0;
    width: 268px;
    height: 180px; }

  .slogan-widget {
    top: 0; }

  .advantages {
    margin-top: 10px; }

  #cardlogin .login-link, #cardlogin .lmx-user-logout {
    height: 25px;
    font-size: 16px; }

  .lmx-brands .lmx-card .lmx-card-content .lmx-card-title {
    padding-left: 15px;
    overflow: initial; }

  .lmx-brand .lmx-content .lmx-image {
    flex-direction: column;
    align-items: flex-start; }

  .lmx-brand .lmx-content .lmx-image img {
    height: 100px; }

  .lmx-brand .lmx-content .lmx-image .lmx-brand-text h2, .lmx-brand .lmx-content .lmx-image .lmx-brand-text p {
    margin-top: 1em;
    display: inline-block; }

  .lmx-brand .lmx-content .lmx-merchant-list {
    margin-right: 15px; }

  .bot-info {
    max-width: 176px; }

  .site-footer .builder-item:nth-child(2) > div {
    text-align: right; } }
@media screen and (max-width: 48em) {
  .site-footer .builder-item {
    margin-bottom: 1em; } }
@media screen and (max-width: 35.5em) {
  [class*=customify-grid-] > [class*="_xs-12"],
  [class*=customify-grid_] > [class*="_xs-12"],
  [class~=customify-grid] > [class*="_xs-12"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; } }
@media screen and (max-width: 667px) {
  .main-slider-content {
    flex-direction: column;
    align-items: center; }

  .slogan-widget {
    width: 290px; }

  .lmx-container.lmx-cards .lmx-personal-cards .lmx-card-item__info {
    margin-left: 15px; }

  .lmx-card-item .lmx-card-item__info .lmx-card-actions {
    flex-direction: row; }

  .lmx-brand .lmx-content .lmx-columns {
    flex-direction: column; }
    .lmx-brand .lmx-content .lmx-columns .lmx-merchant-list {
      width: 100%;
      height: auto;
      max-height: initial; }
      .lmx-brand .lmx-content .lmx-columns .lmx-merchant-list ul {
        height: auto;
        max-height: initial; }
    .lmx-brand .lmx-content .lmx-columns .lmx-map {
      width: 100%;
      min-width: 100%; } }
@media screen and (max-width: 600px) {
  .lmx-container.lmx-cards .lmx-personal-cards .lmx-card-item__info {
    margin-top: 0;
    margin-left: 0; }

  .lmx-card-item .lmx-card-item__info .lmx-card-number.lmx-card-code {
    padding-right: 0; }

  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info div,
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info span,
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info dd,
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info dt,
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info button,
  .loymax-container .lmx-cards .lmx-card-item .lmx-card-item__info dl {
    text-align: center;
    line-height: 16px; }

  .lmx-card-item .lmx-card-item__info .lmx-card-actions {
    flex-direction: column; }

  .lmx-brands .lmx-card .lmx-card-content {
    display: block; }

  .advantages {
    display: flex;
    flex-direction: column;
    width: 90%; }

  .advantages .dot {
    display: none; }

  .advantages .link {
    max-width: 200px; } }
@media screen and (max-width: 500px) {
  .about-page .editable table tr {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .loymax-container .lmx-questionnaire .lmx-birthday-picker .lmx-birthday-picker-wrapper.lmx-day {
    min-width: 30px; }

  .login-card {
    max-width: 80%;
    background-size: contain;
    background-repeat: no-repeat; }

  .lmx-user-name {
    margin-top: 37%; }

  [class*=customify-grid-] > [class*="_xs-12"],
  [class*=customify-grid_] > [class*="_xs-12"],
  [class~=customify-grid] > [class*="_xs-12"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .site-footer .builder-item:nth-child(2) > div {
    text-align: left; }

  .site-footer .builder-item .cpy, .site-footer .builder-item .cpy a {
    text-align: left;
    margin-top: 0; }

  .partnerlogos .table-wrapper {
    display: inline-block;
    width: 100%; }
    .partnerlogos .table-wrapper > table tbody tr {
      flex-direction: column;
      gap: 20px;
      display: flex; }

  .lmx-unauthorised #main .lmx-auth-links,
  .lmx-unauthorised .lmx-auth .lmx-btn-container {
    padding-left: 0; }

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

  .lmx-unauthorised .lmx-btn-container button {
    width: auto; }

  button {
    width: auto; } }
@media screen and (max-width: 450px) {
  .lmx-container.lmx-history div.lmx-history-filters .lmx-reset-filters {
    margin: 0 auto;
    float: none; }

  .loymax-container .lmx-container.lmx-history div.lmx-history-filters .date-filters .lmx-pretext {
    display: none; }

  .lmx-container.lmx-history .date-picker-wrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    transform: inherit; } }
@media screen and (max-width: 425px) {
  .loymax-container .lmx-form-group {
    flex-direction: column; }

  .login-card {
    background-position: center; }

  [class*=customify-grid-], [class*=customify-grid_], [class~=customify-grid] {
    margin: 0; }

  .home #page .site-content .customify-container {
    padding: 0; }
  .home .lmx-offers {
    margin-top: 15px; }
    .home .lmx-offers h2 {
      text-align: center; }

  .loymax-container .lmx-announcements .lmx-announcements-list .lmx-card,
  .loymax-container .lmx-offers .lmx-offers-list .lmx-card {
    width: 90%;
    max-width: 250px; }

  .card-features table tr td img {
    width: 40px !important;
    height: auto !important; }
  .card-features table tr td h2, .card-features table tr td h3 {
    font-size: 20px; }

  .menu_sidebar_slide_left .header-menu-sidebar {
    width: 100%; }

  .lmx-authorised .lmx-personal .lmx-questionnaire-column .lmx-form-group {
    flex-direction: column; }

  .lmx-container.lmx-history .lmx-to-date-filter .date-picker-wrap .dropdown-menu {
    right: 0;
    left: auto !important; } }
@media screen and (max-width: 375px) {
  .login-card {
    max-width: 100%; }

  .lmx-container.lmx-history .lmx-history-table .lmx-operations-list table tr td {
    padding: 10px;
    height: auto; }

  #slogan {
    max-width: 100%; }

  .lmx-container.lmx-history div.lmx-history-filters .lmx-card-filter {
    display: none; }

  .lmx-container.lmx-history div.lmx-history-filters .date-filter {
    margin: 0 0 5px 0; }

  .lmx-container.lmx-history div.lmx-history-filters .date-filters {
    width: 100%; }

  .lmx-container.lmx-history div.lmx-history-filters .lmx-reset-filters {
    text-align: center; } }
@media screen and (max-width: 325px) {
  .lmx-container.lmx-history div.lmx-history-filters .date-picker-wrap input {
    width: 120px; } }
@media screen and (min-width: 1025px) {
  .header--row .customify-grid {
    margin: 0 -1em;
    margin: 0; }

  .site-content .customify-grid {
    margin: 0;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }

  #main {
    padding-left: 0;
    padding-right: 0; }
    #main .content-inner {
      padding-left: 0; } }
/*Размеры кнопок  в ЛК Настройках < 500px*/
.lmx-container.lmx-contacts .lmx-user-phone-changing input {
  padding: 0 5px 0px 40px; }
.lmx-container.lmx-contacts .lmx-user-phone.lmx-row form .lmx-btn-container button {
  max-width: 60px; }
.lmx-container.lmx-contacts .lmx-user-email.lmx-row form .lmx-btn-container {
  display: flex;
  justify-content: center; }
  .lmx-container.lmx-contacts .lmx-user-email.lmx-row form .lmx-btn-container button {
    max-width: 60px; }
.lmx-container.lmx-contacts .lmx-user-password.lmx-row form .lmx-btn-container button {
  max-width: 95px; }

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

.lmx-multipleMasksSelector {
  margin: 2px 0 3px 1px; }

.lmx-container.lmx-reset-password input.lmx-multipleMasksNumber {
  padding-left: 35px; }

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

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