/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600;1,700&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.content_width, .lk-content, .l_header, .op_header, .l_footer-inner, .op_footer-inner, .main-section-1, .main-section-2-inner, .main-section-3-inner, .main-section-4-inner, .main-section-5-inner, .main-section-6-inner, .op-main-section-1-inner, .op-main-section-2, .op-main-section-3, .op-favorites, .op-services, .op-media, .op-sub-media, .op-course, .op-master-class, .op-motivation, .op-articles, .op-schedule, .op-course-item, .op_mini_test-inner, .lk_header, .lk_footer-inner {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
  font-size: 14px;
}

*:-moz-placeholder {
  color: #757575;
  opacity: 1;
  font-size: 14px;
}

*::-moz-placeholder {
  color: #757575;
  opacity: 1;
  font-size: 14px;
}

*:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
  font-size: 14px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  border: none;
  padding: 0;
}

body {
  max-width: 1920px;
  min-width: 320px;
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  font-size: 14px;
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden;
}

.body_matrix {
  min-width: 992px;
  width: 100%;
  overflow: auto;
}

.body_inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.body_wrapper {
  min-height: 100vh;
}

.body_wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/lk_body_top.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.body_wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/lk_body_bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.validate-msg {
  color: #8c0101;
}

.g_input-error input, .g_input-error select {
  border-color: #8c0101;
  background-color: #fbc4c4;
  margin: 0 auto;
  display: block;
}

.g_input-error span {
  text-align: center;
  display: block;
  color: #8c0101;
  margin-top: 3px;
}

.g_input-error-right input {
  margin: 0 0 0 auto;
}

.lk-auth-checkbox .g_input-error span {
  text-align: left;
}

.lk-auth-checkbox .g_input-error .check {
  border-color: #8c0101;
  background-color: #fbc4c4;
}

@media only screen and (max-width: 768px) {
  .g_input-error {
    width: 100%;
  }
}

.wrap-modal {
  display: none;
}

.lk-content {
  padding: 30px 0;
  min-height: calc(100vh - 526px);
  position: relative;
}

.l_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.l_header-logo {
  display: block;
}

.l_header-inner {
  margin-left: auto;
}

.l_header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 35px;
  font-size: 20px;
}

.l_header-menu-item {
  margin-left: 24px;
}

.l_header-menu-link {
  color: #5c0f35;
}

.l_header-menu-link-active {
  border-bottom: 1px solid #5c0f35;
}

.l_header-menu_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l_header-menu_btn-item {
  width: 162px;
  height: 33px;
  margin-left: 17px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.l_header-menu_btn-item:first-child {
  margin-left: 0;
}

.l_header-menu_btn-item-smm {
  background-image: url(../img/menu-btn-smm.png);
}

.l_header-menu_btn-item-smm:hover {
  background-image: url(../img/menu-btn-smm-2.png);
}

.l_header-menu_btn-item-vk {
  background-image: url(../img/menu-btn-vk.png);
}

.l_header-menu_btn-item-vk:hover {
  background-image: url(../img/menu-btn-vk-2.png);
}

.l_header-menu_btn-item-youtube {
  background-image: url(../img/menu-btn-youtube.png);
}

.l_header-menu_btn-item-youtube:hover {
  background-image: url(../img/menu-btn-youtube-2.png);
}

.l_header-menu_btn-item-telegram {
  background-image: url(../img/menu-btn-telegram.png);
}

.l_header-menu_btn-item-telegram:hover {
  background-image: url(../img/menu-btn-telegram-2.png);
}

.l_header-menu_btn-item-forum {
  background-image: url(../img/menu-btn-forum.png);
}

.l_header-menu_btn-item-forum:hover {
  background-image: url(../img/menu-btn-forum-2.png);
}

.l_header-menu_toggle-btn {
  display: none;
  width: 80px;
  height: 31px;
  background-image: url("../img/menu_toggle-btn.png");
  margin-bottom: 15px;
  margin-left: auto;
}

@media only screen and (max-width: 1170px) {
  .l_header-menu_btn-item {
    width: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media only screen and (max-width: 992px) {
  .l_header {
    padding: 10px 0;
  }
  .l_header-menu_toggle-btn {
    display: block;
  }
  .l_header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background-color: #5c0f35;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .l_header-menu-item {
    line-height: 48px;
    margin-left: 0;
  }
  .l_header-menu-link {
    color: #fff;
  }
  .l_header-menu-link-active {
    border-color: #fff;
  }
  .l_header-menu_btn-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  .l_header-menu_btn-item-smm {
    background-image: url(../img/menu-btn-smm-m.png);
  }
  .l_header-menu_btn-item-smm:hover {
    background-image: url(../img/menu-btn-smm-m-2.png);
  }
  .l_header-menu_btn-item-vk {
    background-image: url(../img/menu-btn-vk-m.png);
  }
  .l_header-menu_btn-item-vk:hover {
    background-image: url(../img/menu-btn-vk-m-2.png);
  }
  .l_header-menu_btn-item-youtube {
    background-image: url(../img/menu-btn-youtube-m.png);
  }
  .l_header-menu_btn-item-youtube:hover {
    background-image: url(../img/menu-btn-youtube-m-2.png);
  }
  .l_header-menu_btn-item-telegram {
    background-image: url(../img/menu-btn-telegram-m.png);
  }
  .l_header-menu_btn-item-telegram:hover {
    background-image: url(../img/menu-btn-telegram-m-2.png);
  }
  .l_header-menu_btn-item-forum {
    background-image: url(../img/menu-btn-forum-m.png);
  }
  .l_header-menu_btn-item-forum:hover {
    background-image: url(../img/menu-btn-forum-m-2.png);
  }
}

@media only screen and (max-width: 768px) {
  .l_header-menu {
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  .l_header {
    display: block;
  }
  .l_header-inner {
    padding-top: 15px;
  }
  .l_header-menu_toggle-btn {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .l_header-menu_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l_header-menu_btn-item {
    width: 35px;
    height: 35px;
  }
  .l_header-menu {
    font-size: 16px;
  }
}

.op_header {
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  /*&-form {
    position: relative;

    input {
      width: 100%;
      display: block;
      height: 35px;
      border: none;
      border-bottom: 1px solid $l_main-color;
      padding: 0 35px 0 15px;
      font-size: 16px;
      color: $l_main-color;
    }

    button {
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("../img/op_header-search.png");
      background-repeat: no-repeat;
      background-position: center;
      width: 35px;
      height: 35px;
      display: block;
      background-color: transparent;
    }
  }*/
}

.op_header-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  position: relative;
}

.op_header-logo {
  display: block;
  margin-right: 130px;
  width: 120px;
}

.op_header-logo img {
  display: block;
  width: 100%;
}

.op_header-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.op_header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
}

.op_header-menu-item {
  margin-right: 25px;
}

.op_header-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c0f35;
}

.op_header-menu-link:hover {
  cursor: url("../img/cursor.png"), auto;
}

.op_header-menu-link-lk {
  font-weight: 600;
}

.op_header-menu-link img {
  margin-right: 10px;
}

.op_header-menu_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.op_header-menu_btn li {
  width: 25%;
  margin: 20px 0 0;
}

.op_header-menu_btn-link {
  display: block;
  max-width: 220px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
}

.op_header-menu_btn-link.active, .op_header-menu_btn-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

.op_header-menu-toggle-btn {
  width: 60px;
  height: 27px;
  display: none;
  background-image: url(../img/op_header-menu-toggle.png);
}

.op_header-lk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 255px;
}

.op_header-lk-item {
  width: 162px;
  height: 33px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  line-height: 33px;
  color: #fff;
  border-radius: 30px;
}

.op_header-lk-item-cabinet {
  background-color: #5c0f35;
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
  position: relative;
  z-index: 2;
}

.op_header-lk-item-logout {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(198, 97, 146, 0.004);
          box-shadow: inset 0 0 3px 0 rgba(198, 97, 146, 0.004);
  margin-left: -70px;
  padding-left: 65px;
}

@media only screen and (max-width: 1060px) {
  .op_header-menu_btn li {
    max-width: 220px;
  }
  .op_header-menu_btn-link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .op_header {
    z-index: 3;
  }
  .op_header-logo {
    margin-right: 0;
  }
  .op_header-flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .op_header-flex-mobile {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .op_header-menu_btn {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f9f8f6;
    padding: 20px;
  }
  .op_header-menu_btn li {
    display: inline-block;
    width: auto;
  }
  .op_header-menu_btn-link {
    max-width: 100%;
    width: 220px;
  }
  .op_header-menu-toggle-btn {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .op_header-flex-mobile {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .op_header-logo {
    width: 120px;
  }
  .op_header-logo img {
    width: 100%;
  }
  .op_header-info {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .op_header-lk {
    margin-top: 15px;
  }
  .op_header-menu {
    font-size: 14px;
  }
  .op_header-menu-item {
    margin-right: 30px;
  }
  .op_header-menu-item:last-child {
    margin-right: 0;
  }
  .op_header-menu_btn {
    text-align: center;
  }
  .op_header-menu_btn-link {
    height: 42px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 500px) {
  .op_header-logo {
    width: 80px;
  }
}

.l_footer {
  border-top: 1px solid #5c0f35;
  padding: 25px 0 10px;
  font-size: 20px;
}

.l_footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  position: relative;
}

.l_footer-logo {
  display: block;
  margin-right: 40px;
}

.l_footer-offer {
  display: block;
  width: 200px;
  margin: 0 auto;
  color: #5c0f35;
}

.l_footer-soc {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l_footer-soc li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-size: contain;
}

.l_footer-soc li a {
  display: block;
  width: 100%;
  height: 100%;
}

.l_footer-soc-vk {
  background-image: url("../img/menu-btn-vk-m.png");
}

.l_footer-soc-vk:hover {
  background-image: url("../img/menu-btn-vk-m-2.png");
}

.l_footer-soc-youtube {
  background-image: url("../img/menu-btn-youtube-m.png");
}

.l_footer-soc-youtube:hover {
  background-image: url("../img/menu-btn-youtube-m-2.png");
}

.l_footer-soc-telegram {
  background-image: url("../img/menu-btn-telegram-m.png");
}

.l_footer-soc-telegram:hover {
  background-image: url("../img/menu-btn-telegram-m-2.png");
}

.l_footer-soc-forum {
  background-image: url("../img/menu-btn-forum-m.png");
}

.l_footer-soc-forum:hover {
  background-image: url("../img/menu-btn-forum-m-2.png");
}

.l_footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l_footer-menu-item {
  margin-left: 24px;
}

.l_footer-menu-link {
  color: #5c0f35;
}

.l_footer-menu-link-active {
  border-bottom: 1px solid #5c0f35;
}

@media only screen and (max-width: 992px) {
  .l_footer {
    font-size: 16px;
  }
  .l_footer-menu-item {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .l_footer {
    font-size: 16px;
  }
  .l_footer-logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l_footer-inner {
    display: block;
    margin-bottom: 0;
  }
  .l_footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_footer-menu-item {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .l_footer-offer {
    width: 160px;
  }
}

@media only screen and (max-width: 560px) {
  .l_footer {
    padding-top: 10px;
  }
  .l_footer-logo {
    width: 152px;
    margin: 0 auto 15px;
  }
  .l_footer-inner {
    padding-top: 45px;
  }
  .l_footer-soc {
    left: 15px;
    top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l_footer-soc li {
    width: 35px;
    height: 35px;
  }
  .l_footer-soc li:first-child {
    margin-left: 0;
  }
}

.op_footer {
  padding: 15px 0 30px;
  font-size: 18px;
  background-color: #f9f8f6;
}

.op_footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.op_footer-logo {
  display: block;
}

.op_footer-offer {
  display: block;
  width: 200px;
  margin: 0 auto;
  color: #5c0f35;
  text-align: center;
}

.op_footer-soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.op_footer-soc li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-size: contain;
}

.op_footer-soc-vk {
  background-image: url("../img/menu-btn-vk-m.png");
}

.op_footer-soc-vk:hover {
  background-image: url("../img/menu-btn-vk-m-2.png");
}

.op_footer-soc-youtube {
  background-image: url("../img/menu-btn-youtube-m.png");
}

.op_footer-soc-youtube:hover {
  background-image: url("../img/menu-btn-youtube-m-2.png");
}

.op_footer-soc-telegram {
  background-image: url("../img/menu-btn-telegram-m.png");
}

.op_footer-soc-telegram:hover {
  background-image: url("../img/menu-btn-telegram-m-2.png");
}

.op_footer-soc-forum {
  background-image: url("../img/menu-btn-forum-m.png");
}

.op_footer-soc-forum:hover {
  background-image: url("../img/menu-btn-forum-m-2.png");
}

@media only screen and (max-width: 992px) {
  .op_footer {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .op_footer-logo {
    width: 68px;
  }
  .op_footer-logo img {
    width: 100%;
  }
  .op_footer-soc li {
    width: 35px;
    height: 35px;
  }
}

.landing {
  background-image: url("../img/main-section-1-bg.png");
  background-repeat: no-repeat;
  background-position: 100% top;
  padding-top: 250px;
}

.main-section-1-title {
  font-weight: 600;
  color: #5c0f35;
  font-size: 34px;
  line-height: 1.2;
}

.main-section-1-caption {
  font-size: 64px;
  font-weight: 700;
  font-style: italic;
  color: #5c0f35;
  padding: 25px 0 35px;
  text-align: center;
}

.main-section-1-inner {
  width: 625px;
}

.main-section-1-desc {
  padding: 95px 0 200px;
  font-size: 26px;
  line-height: 1.2;
}

.main-section-1-desc p {
  margin-bottom: 40px;
}

.main-section-1-desc span {
  font-weight: 600;
  font-style: italic;
  color: #5c0f35;
}

.main-section-1-btn_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-section-1-btn_group-btn {
  width: 277px;
  height: 53px;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 53px;
  background-image: url("../img/main-section-1-btn_group-btn-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-section-1-btn_group-btn:last-child {
  background-image: url("../img/main-section-1-btn_group-btn-2.png");
  margin-left: -135px;
  z-index: 1;
}

.main-section-2 {
  background-color: #f8f8f8;
  padding: 55px 0 100px;
  position: relative;
  background-image: url("../img/main-section-2-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: 100% bottom;
}

.main-section-2-bg {
  position: absolute;
  top: -160px;
  left: 110px;
}

.main-section-2-inner {
  position: relative;
  z-index: 2;
}

.main-section-2-title {
  font-size: 34px;
  font-weight: 500;
  color: #5c0f35;
  text-align: center;
}

.main-section-2-title span {
  font-weight: 700;
  font-style: italic;
}

.main-section-2-desc_1 {
  max-width: 770px;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.2;
  padding: 150px 0;
}

.main-section-2-desc_1 span {
  font-weight: 500;
  color: #5c0f35;
}

.main-section-2-desc_2 {
  max-width: 770px;
  line-height: 1.2;
}

.main-section-2-desc_2-caption {
  font-size: 30px;
  color: #5c0f35;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 35px;
}

.main-section-2-desc_2 p {
  font-size: 24px;
  margin-bottom: 35px;
}

.main-section-2-desc_2 p:last-child {
  margin-bottom: 0;
}

.main-section-2-desc_2 p b {
  font-weight: 600;
  color: #5c0f35;
}

.main-section-2-desc_2 p span {
  color: #5c0f35;
}

.main-section-3 {
  padding: 45px 0 85px;
  background-image: url("../img/main-section-3-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-section-3-title {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 55px;
  text-align: center;
}

.main-section-3-list {
  max-width: 960px;
  margin: 0 auto;
}

.main-section-3-list li {
  height: 155px;
  margin-bottom: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.75);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 15px;
}

.main-section-3-list li:last-child {
  margin-bottom: 0;
}

.main-section-3-list li div {
  width: 250px;
  height: 100%;
  position: relative;
}

.main-section-3-list li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-section-3-list li img {
  position: absolute;
  top: 20px;
  right: 50px;
}

.main-section-4 {
  padding: 40px 0 110px;
  background-image: url("../img/main-section-4-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-section-4-title {
  font-size: 34px;
  font-weight: 600;
  color: #5c0f35;
  text-align: center;
  margin-bottom: 90px;
}

.main-section-4-caption {
  font-size: 30px;
  color: #5c0f35;
  text-align: center;
  padding: 15px 0 25px;
  font-weight: 500;
}

.main-section-4-desc {
  max-width: 655px;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.2;
}

.main-section-4-desc b {
  font-size: 30px;
  color: #5c0f35;
}

.main-section-4-desc span {
  color: #5c0f35;
  font-weight: 500;
  font-style: italic;
}

.main-section-4-desc-list {
  margin-bottom: 35px;
}

.main-section-4-desc p {
  margin-bottom: 35px;
}

.main-section-4-desc p:last-child {
  margin-bottom: 0;
}

.main-section-4-desc img {
  margin-right: 10px;
}

.main-section-5 {
  padding: 50px 0 40px;
  background-image: url("../img/main-section-5-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.main-section-5 .swiper-slide {
  padding: 10px;
}

.main-section-5-title {
  font-size: 34px;
  font-weight: 600;
  color: #5c0f35;
  text-align: center;
  margin-bottom: 60px;
}

.main-section-5-review {
  background-color: #fff;
  padding: 35px 45px 45px 25px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  margin-bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.main-section-5-review:last-child {
  margin-bottom: 50px;
}

.main-section-5-review-ava {
  width: 142px;
  height: 142px;
  border: 1px solid #5c0f35;
  border-radius: 50%;
  margin-right: 50px;
}

.main-section-5-review-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 20px;
}

.main-section-5-review-star {
  position: absolute;
  top: 15px;
  right: 45px;
}

.main-section-5-review-name {
  padding-top: 30px;
  color: #5c0f35;
}

.main-section-5 .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
}

.main-section-5 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  border: 1px solid #5c0f35;
  background-color: inherit;
}

.main-section-5 .swiper-pagination-bullet-active {
  background-color: #5c0f35;
}

.main-section-6 {
  padding: 50px 0 60px;
  background-image: url("../img/main-section-6-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.main-section-6-title {
  font-size: 34px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 65px;
}

.main-section-6-title span {
  color: #f40000;
}

.main-section-6-desc {
  max-width: 670px;
  margin-left: auto;
}

.main-section-6-desc-caption {
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 35px;
}

.main-section-6-desc p {
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 35px;
}

.main-section-6-desc p span {
  font-weight: 500;
}

.main-section-6-desc p i {
  font-weight: 600;
  color: #5c0f35;
}

.main-section-6-caption {
  font-size: 26px;
  font-weight: 600;
  color: #5c0f35;
  padding-top: 10px;
  margin-bottom: 30px;
}

.main-section-6-contacts {
  margin-bottom: 60px;
}

.main-section-6-contacts li {
  margin-bottom: 25px;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section-6-contacts li img {
  width: 30px;
  margin-right: 17px;
}

.main-section-6-contacts li b {
  font-weight: 500;
  margin-right: 10px;
}

.main-section-6-contacts li:last-child {
  margin-bottom: 0;
}

.main-section-6-btn {
  width: 277px;
  height: 53px;
  display: block;
  background-image: url("../img/main-section-6-btn.png");
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-size: contain;
  background-repeat: no-repeat;
}

.main-section-6-btn:hover {
  background-image: url("../img/main-section-6-btn-2.png");
}

@media only screen and (max-width: 1920px) {
  .main-section-2 {
    background-position: calc(100% + 200px) bottom;
  }
  .main-section-2-bg {
    left: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .landing {
    background-position: calc(100% + 200px) top;
  }
  .main-section-2 {
    background-position: calc(100% + 300px) bottom;
  }
  .main-section-2-bg {
    left: -200px;
  }
}

@media only screen and (max-width: 1400px) {
  .landing {
    background-position: calc(100% + 400px) top;
  }
}

@media only screen and (max-width: 1170px) {
  .main-section-2-desc_2 {
    max-width: 530px;
  }
  .main-section-2-bg {
    left: -360px;
  }
  .main-section-4-desc {
    max-width: 570px;
  }
  .main-section-6-desc {
    max-width: 570px;
  }
}

@media only screen and (max-width: 992px) {
  .landing {
    padding-top: 150px;
  }
  .main-section-1 {
    position: relative;
  }
  .main-section-1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main-section-1:before {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main-section-1-inner {
    position: relative;
    z-index: 1;
  }
  .main-section-2 {
    background-color: #efefef;
    background-image: none;
  }
  .main-section-2-bg {
    display: none;
  }
  .main-section-2-desc_1 {
    max-width: 100%;
    padding: 50px 0 0;
    background-image: url("../img/main-section-2-mobile-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
  }
  .main-section-2-desc_2 {
    max-width: 100%;
  }
  .main-section-3-list li img {
    right: 30px;
    max-width: 220px;
  }
  .main-section-4 {
    background-position: right center;
  }
  .main-section-4-desc {
    max-width: 100%;
  }
  .main-section-6-desc {
    max-width: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .main-section-1 {
    text-align: center;
  }
  .main-section-1-inner {
    width: 100%;
  }
  .main-section-1-title {
    font-size: 28px;
  }
  .main-section-1-caption {
    font-size: 48px;
  }
  .main-section-1-desc {
    font-size: 20px;
    padding: 50px 0 65px;
  }
  .main-section-1-btn_group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-section-1-btn_group-btn {
    width: 251px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
  .main-section-1-btn_group-btn:last-child {
    margin-left: -125px;
  }
  .main-section-2 {
    padding-top: 30px;
  }
  .main-section-2-title {
    font-size: 20px;
  }
  .main-section-2-desc_1 {
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
  }
  .main-section-2-desc_2 {
    text-align: center;
  }
  .main-section-2-desc_2-caption {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main-section-2-desc_2 p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .main-section-3 {
    padding: 30px 0 55px;
    background-position: right center;
  }
  .main-section-3-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-section-3-list {
    max-width: 460px;
  }
  .main-section-3-list li {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .main-section-3-list li div {
    width: 205px;
  }
  .main-section-3-list li img {
    right: 20px;
  }
  .main-section-4-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .main-section-4-caption {
    font-size: 20px;
    padding-top: 25px;
  }
  .main-section-4-desc {
    text-align: center;
    font-size: 16px;
  }
  .main-section-4-desc b {
    font-size: 18px;
  }
  .main-section-4-desc p {
    margin-bottom: 25px;
  }
  .main-section-4-desc-caption {
    max-width: 400px;
    margin: 0 auto;
    font-size: 18px;
  }
  .main-section-4-desc-list {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 25px;
  }
  .main-section-4-desc-numeric {
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
  }
  .main-section-5 {
    padding: 30px 0 20px;
    background-image: none;
  }
  .main-section-5-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-section-5-review {
    max-width: 400px;
    margin: 0 auto 45px;
    padding: 45px 25px 50px 15px;
  }
  .main-section-5-review:last-child {
    margin-bottom: 25px;
  }
  .main-section-5-review-ava {
    width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .main-section-5-review-info {
    font-size: 14px;
  }
  .main-section-6 {
    background-image: url("../img/main-section-6-mobile-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #f9f9f9;
    padding: 30px 0 45px;
  }
  .main-section-6-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-section-6-desc {
    max-width: 100%;
    text-align: center;
  }
  .main-section-6-desc p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main-section-6-desc-caption {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-section-6-caption {
    padding-top: 40px;
    font-size: 18px;
    margin-bottom: 35px;
  }
  .main-section-6-contacts {
    max-width: 270px;
    margin: 0 auto 130px;
  }
  .main-section-6-contacts li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .main-section-6-contacts li img {
    width: 24px;
    margin-right: 10px;
  }
  .main-section-6-btn {
    margin: 0 auto;
    width: 248px;
    height: 48px;
    background-size: contain;
  }
}

@media only screen and (max-width: 560px) {
  .landing {
    padding-top: 180px;
  }
  .main-section-1:before {
    height: 180px;
    top: -180px;
  }
  .main-section-1-title {
    font-size: 20px;
  }
  .main-section-1-caption {
    font-size: 36px;
  }
  .main-section-1-desc {
    font-size: 18px;
  }
  .main-section-1-btn_group-btn {
    width: 193px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
  }
  .main-section-1-btn_group-btn:last-child {
    margin-left: -100px;
  }
  .main-section-2 {
    padding-bottom: 50px;
  }
  .main-section-2-title {
    font-size: 18px;
  }
  .main-section-2-desc_1 {
    background-size: contain;
    font-size: 14px;
    min-height: 250px;
  }
  .main-section-2-desc_2-caption {
    font-size: 18px;
  }
  .main-section-2-desc_2 p {
    font-size: 14px;
  }
  .main-section-3-title {
    font-size: 18px;
  }
  .main-section-3-list li {
    font-size: 14px;
  }
  .main-section-3-list li div {
    width: 120px;
  }
  .main-section-3-list li img {
    max-width: 120px;
    max-height: 120px;
    top: auto;
    bottom: 0;
  }
  .main-section-4 {
    padding: 30px 0 60px;
  }
  .main-section-4-title {
    font-size: 18px;
  }
  .main-section-4-caption {
    font-size: 18px;
    padding: 10px 0;
  }
  .main-section-4-desc {
    font-size: 14px;
  }
  .main-section-4-desc b {
    font-size: 16px;
  }
  .main-section-4-desc p {
    margin-bottom: 15px;
  }
  .main-section-4-desc img {
    width: 14px;
  }
  .main-section-4-desc-caption {
    font-size: 16px;
  }
  .main-section-5-title {
    font-size: 18px;
  }
  .main-section-5-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 15px;
  }
  .main-section-5-review-star {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .main-section-5-review-ava {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .main-section-5-review-info {
    text-align: center;
  }
  .main-section-5-review-name {
    padding-top: 20px;
  }
  .main-section-5-pagination span {
    width: 11px;
    height: 11px;
  }
  .main-section-6 {
    background-size: contain;
  }
  .main-section-6-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .main-section-6-desc-caption {
    font-size: 16px;
  }
  .main-section-6-caption {
    font-size: 16px;
    padding-top: 20px;
  }
  .main-section-6-contacts {
    margin-bottom: 100px;
  }
  .main-section-6-contacts li {
    font-size: 14px;
  }
}

.op-main-section-1 {
  background-image: url(../img/op-main-section-1-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 130px 0;
  color: #3b021e;
  margin-bottom: 45px;
}

.op-main-section-1-img-mobile {
  display: none;
}

.op-main-section-1-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 55px;
}

.op-main-section-1-title span {
  font-weight: 600;
  font-style: italic;
}

.op-main-section-1-caption {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.op-main-section-1-list {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}

.op-main-section-1-list li {
  margin-bottom: 15px;
}

.op-main-section-1-list li:last-child {
  margin-bottom: 0;
}

.op-main-section-2 {
  margin-bottom: 45px;
}

.op-main-section-2 iframe {
  width: 100%;
  height: 640px;
}

.op-main-section-3-title {
  color: #3b021e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.op-main-section-3-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.op-main-section-3-left_content {
  width: 36%;
}

.op-main-section-3-right_content {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.op-main-section-3-bottom_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.op-main-section-3-bottom_content > div {
  width: calc(50% - 22.5px);
}

.op-main-section-3-news {
  padding: 30px 40px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  border-radius: 5px;
  line-height: 1.2;
  margin-bottom: 35px;
}

.op-main-section-3-news img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.op-main-section-3-news-date {
  color: #9c9a9a;
  margin-bottom: 5px;
}

.op-main-section-3-news-title {
  color: #5c0f35;
  margin-bottom: 25px;
  font-size: 16px;
}

.op-main-section-3-news-desc {
  font-size: 12px;
}

.op-main-section-3-news-link {
  font-size: 12px;
  color: #5c0f35;
}

.op-main-section-3-news_banner {
  background-color: #5c0f35;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  border-radius: 5px;
  padding: 75px 25px 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.op-main-section-3-news_banner-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.op-main-section-3-news_banner-subtitle {
  text-align: right;
}

.op-main-section-3-news_video {
  height: 100%;
}

.op-main-section-3-mobile {
  display: none;
}

@media only screen and (max-width: 1170px) {
  .op-main-section-1 {
    position: relative;
  }
  .op-main-section-1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .op-main-section-1-inner {
    position: relative;
    z-index: 1;
  }
  .op-main-section-1-title {
    font-size: 36px;
  }
  .op-main-section-2 iframe {
    height: 460px;
  }
  .op-main-section-3-news {
    padding: 20px;
  }
  .op-main-section-3-news img {
    margin-bottom: 15px;
  }
  .op-main-section-3-news-title {
    margin-bottom: 10px;
  }
  .op-main-section-3-news_banner {
    padding: 50px 20px;
  }
  .op-main-section-3-news_banner-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .op-main-section-1 {
    background-image: none;
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
  .op-main-section-1:after {
    display: none;
  }
  .op-main-section-1-img-mobile {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .op-main-section-1-inner {
    text-align: center;
  }
  .op-main-section-1-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .op-main-section-1-caption {
    font-size: 18px;
  }
  .op-main-section-1-list {
    font-size: 14px;
  }
  .op-main-section-1-list li {
    margin-bottom: 10px;
  }
  .op-main-section-2 {
    margin-bottom: 30px;
  }
  .op-main-section-2 iframe {
    height: 320px;
  }
  .op-main-section-3-title {
    font-size: 18px;
    text-align: center;
  }
  .op-main-section-3-flex {
    display: none;
  }
  .op-main-section-3-bottom_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .op-main-section-3-bottom_content > div {
    width: 100%;
  }
  .op-main-section-3-news {
    margin-bottom: 30px;
  }
  .op-main-section-3-news_banner {
    margin-bottom: 30px;
  }
  .op-main-section-3-news_video {
    height: 320px;
    margin-bottom: 30px;
  }
  .op-main-section-3-mobile {
    display: block;
  }
}

.op-favorites {
  padding-top: 20px;
}

.op-favorites-title {
  font-size: 32px;
  font-weight: 700;
  color: #3b021e;
  margin-bottom: 20px;
}

.op-favorites-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.op-favorites-list li {
  padding: 25px 25px 65px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  background-color: #fff;
  width: calc(50% - 22.5px);
  margin-bottom: 45px;
  position: relative;
}

.op-favorites-list-caption {
  font-size: 18px;
  font-weight: 600;
  color: #5c0f35;
}

.op-favorites-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.op-favorites-list-img {
  margin-left: 45px;
  width: 115px;
}

.op-favorites-list-img img {
  display: block;
  width: 100%;
}

.op-favorites-list-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 40px;
  font-size: 12px;
  line-height: 1.2;
}

.op-favorites-list-link {
  max-width: 160px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
}

.op-favorites-list-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .op-favorites-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .op-favorites-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
  }
  .op-favorites-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-favorites-list li {
    padding: 25px;
    width: 100%;
    text-align: center;
  }
  .op-favorites-list li:last-child {
    margin-bottom: 0;
  }
  .op-favorites-list-caption {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .op-favorites-list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .op-favorites-list-img {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .op-favorites-list-desc {
    padding: 0;
    margin-bottom: 30px;
  }
  .op-favorites-list-link {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto;
  }
}

.op-pagination {
  padding: 30px 0;
}

.op-pagination-add {
  display: block;
  width: 200px;
  height: 42px;
  border: 1px solid #aeaead;
  border-radius: 35px;
  text-align: center;
  line-height: 42px;
  color: #e3e1e1;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin: 0 auto 25px;
}

.op-pagination-add:hover {
  background-color: #aeaead;
  color: #fff;
}

.op-pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.op-pagination-list li {
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 12px;
  /*&:last-child {
        margin-right: 0;
        border-color: #aeaead;

        a {
          background-image: url("../img/op-pagination-dots.png");
          background-repeat: no-repeat;
          background-position: center;
        }
      }*/
}

.op-pagination-list li.active {
  border-color: #5c0f35;
}

.op-pagination-list li.dots {
  border-color: #aeaead;
}

.op-pagination-list li.dots a {
  background-image: url("../img/op-pagination-dots.png");
  background-repeat: no-repeat;
  background-position: center;
}

.op-pagination-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  line-height: 35px;
}

@media only screen and (max-width: 768px) {
  .op-pagination-add {
    width: 152px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
  }
  .op-pagination-list li {
    width: 24px;
    height: 24px;
    font-size: 10px;
    margin-right: 0;
  }
  .op-pagination-list li a {
    line-height: 24px;
  }
}

.op-services {
  padding-top: 20px;
}

.op-services-title {
  font-size: 32px;
  font-weight: 700;
  color: #3b021e;
  margin-bottom: 45px;
}

.op-services-list li {
  margin-bottom: 45px;
}

.op-services-list-caption {
  padding-left: 50px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #5c0f35;
}

.op-services-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.op-services-list-img {
  margin-right: 20px;
  max-width: 260px;
  width: 100%;
}

.op-services-list-img img {
  width: 100%;
}

.op-services-list-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.2;
}

.op-services-list-desc-link {
  display: inline-block;
  margin-top: 30px;
  color: #5c0f35;
}

.op-services-list-link {
  display: block;
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 30px;
}

.op-services-list-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .op-services-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .op-services-list-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .op-services-list-img {
    max-width: 220px;
  }
  .op-services-list-desc {
    padding-top: 0;
  }
  .op-services-list-desc-link {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .op-services {
    padding-top: 15px;
  }
  .op-services-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }
  .op-services-list {
    text-align: center;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-services-list-caption {
    font-size: 18px;
    padding: 0;
  }
  .op-services-list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .op-services-list-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .op-services-list-desc {
    padding: 0;
  }
  .op-services-list-link {
    margin: 15px auto 0;
  }
}

.op-media {
  padding-top: 20px;
}

.op-media-title {
  font-size: 32px;
  font-weight: 700;
  color: #3b021e;
  margin-bottom: 20px;
}

.op-media-list li {
  padding: 25px 25px 100px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  margin-bottom: 45px;
  position: relative;
}

.op-media-list li:last-child {
  margin-bottom: 0;
}

.op-media-list-caption {
  font-size: 24px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 25px;
}

.op-media-list-desc {
  font-size: 14px;
  line-height: 1.2;
}

.op-media-list-link {
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
}

.op-media-list-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .op-media-title {
    font-size: 24px;
  }
  .op-media-list-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .op-media {
    padding-top: 15px;
  }
  .op-media-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .op-media-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-media-list li {
    padding: 20px 15px;
    text-align: center;
  }
  .op-media-list-caption {
    font-size: 18px;
  }
  .op-media-list-desc {
    margin-bottom: 15px;
    text-align: left;
  }
  .op-media-list-link {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .op-media-list-link-buy {
    margin-top: 10px;
  }
}

.op-sub-media {
  padding-top: 20px;
}

.op-sub-media-title {
  font-size: 16px;
  font-weight: 400;
  color: #3b021e;
  margin-bottom: 30px;
}

.op-sub-media-title a {
  color: inherit;
  border-bottom: 1px solid #3b021e;
}

.op-sub-media-list li {
  padding: 25px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  margin-bottom: 45px;
  position: relative;
}

.op-sub-media-list li:last-child {
  margin-bottom: 0;
}

.op-sub-media-list-caption {
  font-size: 24px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 25px;
}

.op-sub-media-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.op-sub-media-list-img {
  width: 150px;
  margin: 0 65px 0 45px;
}

.op-sub-media-list-img img {
  display: block;
  width: 100%;
}

.op-sub-media-list-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.2;
}

.op-sub-media-list-link {
  display: block;
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
  margin-left: 45px;
}

.op-sub-media-list-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .op-sub-media-list-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .op-sub-media-list-img {
    margin: 0 45px 0 25px;
  }
  .op-sub-media-list-link {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .op-sub-media {
    padding-top: 15px;
  }
  .op-sub-media-title {
    font-size: 14px;
  }
  .op-sub-media-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-sub-media-list li {
    padding: 25px 15px;
    text-align: center;
  }
  .op-sub-media-list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .op-sub-media-list-img {
    margin: 0 0 25px;
  }
  .op-sub-media-list-caption {
    font-size: 18px;
  }
  .op-sub-media-list-link {
    margin: 0 auto;
  }
}

.op-course {
  padding-top: 20px;
}

.op-course-title {
  font-size: 32px;
  font-weight: 700;
  color: #3b021e;
  margin-bottom: 20px;
}

.op-course-title-2 {
  font-size: 16px;
  font-weight: 400;
  color: #3b021e;
  margin-bottom: 30px;
}

.op-course-title-2 a {
  color: inherit;
  border-bottom: 1px solid #3b021e;
}

.op-course-list li {
  padding: 25px 25px 100px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  margin-bottom: 45px;
  position: relative;
}

.op-course-list li:last-child {
  margin-bottom: 0;
}

.op-course-list-caption {
  font-size: 24px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 25px;
}

.op-course-list-desc {
  font-size: 14px;
  line-height: 1.2;
}

.op-course-list-link {
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 20px;
  font-size: 14px;
}

.op-course-list-link-buy {
  left: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

.op-course-list-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .op-course-title {
    font-size: 24px;
  }
  .op-course-list-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .op-course {
    padding-top: 15px;
  }
  .op-course-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .op-course-title-2 {
    font-size: 14px;
  }
  .op-course-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-course-list li {
    padding: 20px 15px;
    text-align: center;
  }
  .op-course-list-caption {
    font-size: 18px;
  }
  .op-course-list-desc {
    margin-bottom: 15px;
    text-align: left;
  }
  .op-course-list-link {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .op-course-list-link-buy {
    margin-top: 10px;
  }
}

.op-master-class {
  padding-top: 20px;
}

.op-master-class-title {
  font-size: 32px;
  font-weight: 700;
  color: #3b021e;
  margin-bottom: 20px;
}

.op-master-class-title-2 {
  font-size: 16px;
  font-weight: 400;
  color: #3b021e;
  margin-bottom: 30px;
}

.op-master-class-title-2 a {
  color: inherit;
  border-bottom: 1px solid #3b021e;
}

.op-master-class-list li {
  padding: 25px 25px 100px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  margin-bottom: 45px;
  position: relative;
}

.op-master-class-list li:last-child {
  margin-bottom: 0;
}

.op-master-class-list-caption {
  font-size: 24px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 25px;
}

.op-master-class-list-desc {
  font-size: 14px;
  line-height: 1.2;
}

.op-master-class-list-link {
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 20px;
  font-size: 14px;
}

.op-master-class-list-link-buy {
  left: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

.op-master-class-list-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .op-master-class-title {
    font-size: 24px;
  }
  .op-master-class-list-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .op-master-class {
    padding-top: 15px;
  }
  .op-master-class-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
  }
  .op-master-class-title-2 {
    font-size: 14px;
  }
  .op-master-class-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-master-class-list li {
    padding: 20px 15px;
    text-align: center;
  }
  .op-master-class-list-caption {
    font-size: 18px;
  }
  .op-master-class-list-desc {
    margin-bottom: 15px;
    text-align: left;
  }
  .op-master-class-list-link {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .op-master-class-list-link-buy {
    margin-top: 10px;
  }
}

.op-motivation {
  padding-top: 20px;
}

.op-motivation-title {
  font-size: 32px;
  font-weight: 700;
  color: #3b021e;
  margin-bottom: 20px;
}

.op-motivation-title-2 {
  font-size: 16px;
  font-weight: 400;
  color: #3b021e;
  margin-bottom: 30px;
}

.op-motivation-title-2 a {
  color: inherit;
  border-bottom: 1px solid #3b021e;
}

.op-motivation-list li {
  padding: 25px 25px 100px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  margin-bottom: 45px;
  position: relative;
}

.op-motivation-list li:last-child {
  margin-bottom: 0;
}

.op-motivation-list-caption {
  font-size: 24px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 25px;
}

.op-motivation-list-desc {
  font-size: 14px;
  line-height: 1.2;
}

.op-motivation-list-link {
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 20px;
  font-size: 14px;
}

.op-motivation-list-link-buy {
  left: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

.op-motivation-list-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

.op-motivation-sublist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.op-motivation-sublist li {
  width: calc(50% - 22.5px);
  padding: 45px 45px 85px;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  margin-bottom: 45px;
  position: relative;
}

.op-motivation-sublist-date {
  color: #9c9a9a;
  margin-bottom: 5px;
}

.op-motivation-sublist-caption {
  color: #5c0f35;
  margin-bottom: 25px;
  font-size: 16px;
}

.op-motivation-sublist-desc {
  line-height: 1.2;
}

.op-motivation-sublist-desc a {
  color: #5c0f35;
}

.op-motivation-sublist-link {
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  position: absolute;
  bottom: 25px;
  left: 45px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
}

.op-motivation-sublist-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .op-motivation-title {
    font-size: 24px;
  }
  .op-motivation-list-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .op-motivation-sublist li {
    padding: 20px 15px 115px;
  }
  .op-motivation-sublist-link {
    left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .op-motivation {
    padding-top: 15px;
  }
  .op-motivation-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .op-motivation-title-2 {
    font-size: 14px;
  }
  .op-motivation-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-motivation-list li {
    padding: 20px 15px;
    text-align: center;
  }
  .op-motivation-list-caption {
    font-size: 18px;
  }
  .op-motivation-list-desc {
    margin-bottom: 15px;
    text-align: left;
  }
  .op-motivation-list-link {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .op-motivation-list-link-buy {
    margin-top: 10px;
  }
  .op-motivation-sublist {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-motivation-sublist li {
    width: 100%;
    padding-bottom: 25px;
  }
  .op-motivation-sublist-caption {
    margin-bottom: 15px;
  }
  .op-motivation-sublist-link {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    margin: 30px auto 0;
  }
}

.op-articles {
  padding-top: 20px;
}

.op-articles-title {
  font-size: 32px;
  font-weight: 700;
  color: #3b021e;
  margin-bottom: 20px;
}

.op-articles-title-2 {
  font-size: 16px;
  font-weight: 400;
  color: #3b021e;
  margin-bottom: 30px;
}

.op-articles-title-2 a {
  color: inherit;
  border-bottom: 1px solid #3b021e;
}

.op-articles-list li {
  padding: 25px 25px 100px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  margin-bottom: 45px;
  position: relative;
}

.op-articles-list li:last-child {
  margin-bottom: 0;
}

.op-articles-list-caption {
  font-size: 24px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 25px;
}

.op-articles-list-desc {
  font-size: 14px;
  line-height: 1.2;
}

.op-articles-list-link {
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 20px;
  font-size: 14px;
}

.op-articles-list-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

.op-articles-sublist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.op-articles-sublist li {
  width: calc(50% - 22.5px);
  padding: 45px 45px 85px;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  margin-bottom: 45px;
  position: relative;
}

.op-articles-sublist-date {
  color: #9c9a9a;
  margin-bottom: 5px;
}

.op-articles-sublist-caption {
  color: #5c0f35;
  margin-bottom: 25px;
  font-size: 16px;
}

.op-articles-sublist-desc {
  line-height: 1.2;
}

.op-articles-sublist-desc a {
  color: #5c0f35;
}

.op-articles-sublist-link {
  max-width: 150px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  position: absolute;
  bottom: 25px;
  left: 45px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
}

.op-articles-sublist-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .op-articles-title {
    font-size: 24px;
  }
  .op-articles-list-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .op-articles-sublist li {
    padding: 20px 15px 115px;
  }
  .op-articles-sublist-link {
    left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .op-articles {
    padding-top: 15px;
  }
  .op-articles-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
  }
  .op-articles-title-2 {
    font-size: 14px;
  }
  .op-articles-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-articles-list li {
    padding: 20px 15px;
    text-align: center;
  }
  .op-articles-list-caption {
    font-size: 18px;
  }
  .op-articles-list-desc {
    margin-bottom: 15px;
    text-align: left;
  }
  .op-articles-list-link {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .op-articles-sublist {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-articles-sublist li {
    width: 100%;
    padding-bottom: 25px;
  }
  .op-articles-sublist-caption {
    margin-bottom: 15px;
  }
  .op-articles-sublist-link {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    margin: 30px auto 0;
  }
}

.op-schedule {
  padding-top: 20px;
}

.op-schedule-title {
  font-size: 32px;
  font-weight: 700;
  color: #3b021e;
  margin-bottom: 20px;
}

.op-schedule-list li {
  padding: 25px;
  margin-bottom: 45px;
}

.op-schedule-list li:last-child {
  margin-bottom: 0;
}

.op-schedule-list-caption {
  font-size: 24px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 25px;
  line-height: 1.2;
}

.op-schedule-list-desc {
  font-size: 14px;
  line-height: 1.2;
}

@media only screen and (max-width: 992px) {
  .op-schedule-title {
    font-size: 24px;
  }
  .op-schedule-list-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .op-schedule {
    padding-top: 15px;
  }
  .op-schedule-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }
  .op-schedule-list {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .op-schedule-list li {
    padding: 0 15px;
    text-align: center;
  }
  .op-schedule-list-caption {
    font-size: 18px;
  }
}

.op-course-item {
  padding: 20px 0 50px;
}

.op-course-item-title {
  font-size: 16px;
  font-weight: 400;
  color: #3b021e;
  margin-bottom: 30px;
  line-height: 1.2;
}

.op-course-item-title a {
  color: inherit;
  border-bottom: 1px solid #3b021e;
}

.op-course-item-info {
  position: relative;
}

.op-course-item-caption {
  font-size: 32px;
  color: #3b021e;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 45px;
  padding-right: 200px;
}

.op-course-item-chat {
  color: #6f6d6d;
  display: block;
  width: 185px;
  text-align: center;
  position: absolute;
  top: -15px;
  right: 0;
}

.op-course-item-chat:hover {
  cursor: url("../img/cursor.png"), auto;
}

.op-course-item-chat img {
  display: inline-block;
  margin-bottom: 10px;
}

.op-course-item-chat span {
  display: block;
}

.op-course-item-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

.op-course-item-img {
  max-width: 300px;
  width: 100%;
  margin-right: 35px;
  display: block;
}

.op-course-item-desc {
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  padding-top: 50px;
}

.op-course-item-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.op-course-item-btns a {
  width: 25%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
}

.op-course-item-btns a:first-child {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  margin-left: 0;
}

.op-course-item-btns a:first-child:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

.op-course-item-btns a:last-child {
  margin-right: 0;
}

.op-course-item-btns a.min-test-btn {
  position: relative;
  padding-left: 35px;
}

.op-course-item-btns a.min-test-btn:after {
  content: '';
  display: block;
  background-image: url("../img/op-course-item-test-icon.png");
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 992px) {
  .op-course-item {
    padding-bottom: 25px;
  }
  .op-course-item-caption {
    font-size: 26px;
  }
  .op-course-item-desc {
    font-size: 14px;
    padding-top: 30px;
  }
  .op-course-item-img {
    max-width: 280px;
  }
  .op-course-item-btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .op-course-item-btns a {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .op-course-item-btns a:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .op-course-item-title {
    font-size: 14px;
  }
  .op-course-item-caption {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
    font-weight: 600;
  }
  .op-course-item-chat {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 15px;
  }
  .op-course-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .op-course-item-img {
    margin-right: 0;
    max-width: 240px;
  }
  .op-course-item-desc {
    padding-top: 10px;
    text-align: center;
  }
  .op-course-item-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .op-course-item-btns a {
    max-width: 260px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.op_mini_test {
  padding-top: 30px;
  background-image: url("../img/op_mini_test.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 700px;
}

.op_mini_test-title {
  font-size: 32px;
  font-weight: 600;
  color: #3b021e;
  line-height: 1.2;
  margin-bottom: 20px;
}

.op_mini_test-desc {
  font-size: 15px;
  line-height: 1.2;
  max-width: 700px;
  margin-bottom: 45px;
}

.op_mini_test-link {
  display: block;
  max-width: 150px;
  width: 100%;
  height: 38px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
}

.op_mini_test-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 1170px) {
  .op_mini_test-desc {
    max-width: 500px;
  }
}

@media only screen and (max-width: 992px) {
  .op_mini_test {
    background-size: contain;
  }
  .op_mini_test-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .op_mini_test {
    padding: 15px 0;
    min-height: auto;
    background-image: none;
  }
  .op_mini_test-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }
  .op_mini_test-desc {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .op_mini_test-link {
    margin: 0 auto;
  }
}

.lk_header {
  padding-top: 15px;
  position: relative;
  z-index: 2;
}

.lk_header-menu_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}

.lk_header-menu_btn-mobile {
  display: none;
}

.lk_header-menu_btn_auth {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lk_header-menu_btn_auth .lk_header-menu_btn-item {
  margin-right: 10px;
}

.lk_header-menu_btn_auth .lk_header-menu_btn-item:last-child {
  margin-right: 0;
}

.lk_header-menu_btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lk_header-menu_btn-item {
  width: 145px;
  height: 33px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  line-height: 33px;
  color: #fff;
  border-radius: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}

.lk_header-menu_btn-item-smm {
  background-image: url(../img/menu-btn-smm.png);
}

.lk_header-menu_btn-item-smm:hover {
  background-image: url(../img/menu-btn-smm-2.png);
}

.lk_header-menu_btn-item-vk {
  background-image: url(../img/menu-btn-vk.png);
}

.lk_header-menu_btn-item-vk:hover {
  background-image: url(../img/menu-btn-vk-2.png);
}

.lk_header-menu_btn-item-youtube {
  background-image: url(../img/menu-btn-youtube.png);
}

.lk_header-menu_btn-item-youtube:hover {
  background-image: url(../img/menu-btn-youtube-2.png);
}

.lk_header-menu_btn-item-telegram {
  background-image: url(../img/menu-btn-telegram.png);
}

.lk_header-menu_btn-item-telegram:hover {
  background-image: url(../img/menu-btn-telegram-2.png);
}

.lk_header-menu_btn-item-forum {
  background-image: url(../img/menu-btn-forum.png);
}

.lk_header-menu_btn-item-forum:hover {
  background-image: url(../img/menu-btn-forum-2.png);
}

.lk_header-menu_btn-item-cabinet {
  background-color: #5c0f35;
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
  position: relative;
  z-index: 2;
  margin-right: 0;
}

.lk_header-menu_btn-item-logout {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(198, 97, 146, 0.004);
          box-shadow: inset 0 0 3px 0 rgba(198, 97, 146, 0.004);
  margin-left: -70px;
  padding-left: 65px;
  margin-right: 0;
}

.lk_header-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.lk_header-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk_header-menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

.lk_header-menu-top-item {
  margin-right: 35px;
}

.lk_header-menu-top-item:last-child {
  margin-right: 0;
}

.lk_header-menu-top-link {
  color: #3b021e;
  font-size: 18px;
}

.lk_header-menu-top-link-active {
  border-bottom: 1px solid #5c0f35;
}

.lk_header-menu-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lk_header-menu-bottom-item {
  margin-right: 30px;
}

.lk_header-menu-bottom-item:last-child {
  margin-right: 0;
}

.lk_header-menu-bottom-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #3b021e;
}

.lk_header-menu-bottom-link img {
  margin-right: 10px;
  width: 26px;
}

.lk_header-menu-bottom-link b {
  font-weight: 500;
}

.lk_header-menu-page_title {
  display: none;
}

.lk_header-programs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk_header-programs-link {
  max-width: 200px;
  width: 100%;
  height: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0);
  margin-right: 10px;
}

.lk_header-programs-link:last-child {
  margin-right: 0;
}

.lk_header-programs-link.active, .lk_header-programs-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #5c0f35 100%);
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
}

.lk_header-menu_toggle-btn {
  display: none;
  width: 80px;
  height: 31px;
  background-image: url("../img/menu_toggle-btn.png");
  margin-bottom: 15px;
  margin-left: auto;
}

@media only screen and (max-width: 1100px) {
  .lk_header-menu_btn-item-cabinet, .lk_header-menu_btn-item-logout {
    width: 140px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  .lk_header {
    padding: 10px 0;
    position: relative;
    z-index: 3;
  }
  .lk_header-menu_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 0;
    margin-left: 10px;
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item:first-child {
    margin-left: 0;
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-smm {
    background-image: url(../img/menu-btn-smm-m.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-smm:hover {
    background-image: url(../img/menu-btn-smm-m-2.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-vk {
    background-image: url(../img/menu-btn-vk-m.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-vk:hover {
    background-image: url(../img/menu-btn-vk-m-2.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-youtube {
    background-image: url(../img/menu-btn-youtube-m.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-youtube:hover {
    background-image: url(../img/menu-btn-youtube-m-2.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-telegram {
    background-image: url(../img/menu-btn-telegram-m.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-telegram:hover {
    background-image: url(../img/menu-btn-telegram-m-2.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-forum {
    background-image: url(../img/menu-btn-forum-m.png);
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item-forum:hover {
    background-image: url(../img/menu-btn-forum-m-2.png);
  }
  .lk_header-menu_toggle-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .lk_header-logo {
    width: 120px;
    margin-bottom: 60px;
  }
  .lk_header-logo img {
    width: 100%;
    display: block;
  }
  .lk_header-flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .lk_header-menu {
    width: 100%;
  }
  .lk_header-menu-top {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background-color: #5c0f35;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    z-index: 5;
  }
  .lk_header-menu-top-item {
    line-height: 48px;
    margin-right: 0;
  }
  .lk_header-menu-top-link {
    color: #fff;
    font-size: 18px;
  }
  .lk_header-menu-top-link-active {
    border-color: #fff;
  }
  .lk_header-menu-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lk_header-menu-bottom-link {
    font-size: 16px;
  }
  .lk_header-menu-bottom-link img {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lk_header_auth .lk_header-flex-block {
    margin-bottom: 0;
  }
  .lk_header-menu_btn-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
  }
  .lk_header-menu_btn > .lk_header-menu_btn-item {
    width: 35px;
    height: 35px;
  }
  .lk_header-menu_btn-group {
    display: none;
  }
  .lk_header-menu_btn-group-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lk_header-menu-page_title {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #5c0f35;
    font-weight: 500;
  }
  .lk_header-menu-bottom-item {
    margin-right: 45px;
  }
  .lk_header-menu-bottom-link {
    font-size: 0;
    position: relative;
    /*&-settings {
            font-size: 18px;
            flex-direction: column;

            img {
              margin-bottom: 10px;
            }
          }*/
  }
  .lk_header-menu-bottom-link img {
    margin-right: 0;
  }
  .lk_header-programs-link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .lk_header {
    padding-bottom: 0;
  }
  .lk_header-programs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lk_header-programs-link {
    margin-bottom: 15px;
  }
  .lk_header-programs-link:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 540px) {
  .lk_header-programs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lk_header-programs-link {
    max-width: 100%;
    margin-right: 0;
  }
  .lk_header-programs-link:last-child {
    margin-bottom: 0;
  }
}

.lk_footer {
  padding: 25px 0 10px;
  font-size: 18px;
}

.lk_footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk_footer-offer {
  display: block;
  width: 200px;
  margin: 0 auto;
  color: #5c0f35;
  text-align: center;
}

.lk_footer-soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lk_footer-soc li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-size: contain;
}

.lk_footer-soc li a {
  display: block;
  width: 100%;
  height: 100%;
}

.lk_footer-soc li:first-child {
  margin-left: 0;
}

.lk_footer-soc-vk {
  background-image: url("../img/menu-btn-vk-m.png");
}

.lk_footer-soc-vk:hover {
  background-image: url("../img/menu-btn-vk-m-2.png");
}

.lk_footer-soc-youtube {
  background-image: url("../img/menu-btn-youtube-m.png");
}

.lk_footer-soc-youtube:hover {
  background-image: url("../img/menu-btn-youtube-m-2.png");
}

.lk_footer-soc-telegram {
  background-image: url("../img/menu-btn-telegram-m.png");
}

.lk_footer-soc-telegram:hover {
  background-image: url("../img/menu-btn-telegram-m-2.png");
}

.lk_footer-soc-forum {
  background-image: url("../img/menu-btn-forum-m.png");
}

.lk_footer-soc-forum:hover {
  background-image: url("../img/menu-btn-forum-m-2.png");
}

.lk_footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lk_footer-menu-item {
  margin-left: 24px;
}

.lk_footer-menu-link {
  color: #5c0f35;
}

.lk_footer-menu-link-active {
  border-bottom: 1px solid #5c0f35;
}

@media only screen and (max-width: 992px) {
  .lk_footer {
    font-size: 16px;
  }
  .lk_footer-menu-item {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lk_footer-soc {
    right: 15px;
    left: 15px;
    top: 0;
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lk_footer-logo {
    margin-bottom: 15px;
  }
  .lk_footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 65px;
    margin-bottom: 0;
  }
  .lk_footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk_footer-menu-item {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .lk_footer-offer {
    width: 160px;
  }
}

@media only screen and (max-width: 560px) {
  .lk_footer {
    padding-top: 10px;
  }
  .lk_footer-inner {
    padding-top: 45px;
  }
  .lk_footer-soc li {
    width: 35px;
    height: 35px;
  }
}

.lk-main-page-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk-main-page-profile {
  width: calc(50% - 35px);
}

.lk-main-page-profile-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk-main-page-profile-info {
  width: calc(100% - 190px);
  font-size: 16px;
  overflow: hidden;
}

.lk-main-page-profile-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}

.lk-main-page-profile-info-lbl {
  color: #3b021e;
  width: 90px;
}

.lk-main-page-profile-info-lbl-ref {
  width: 100%;
}

.lk-main-page-profile-info-val {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}

.lk-main-page-profile-info-val a {
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}

.lk-main-page-profile-ava {
  width: 128px;
  height: 128px;
  overflow: hidden;
  background-color: #f9f8f6;
  font-size: 18px;
}

.lk-main-page-profile-ava p {
  line-height: 128px;
  text-align: center;
  color: #3b021e;
}

.lk-main-page-profile-ava img {
  display: block;
  width: 100%;
}

.lk-main-page-profile hr {
  margin: 40px 0;
  border: none;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
  background-image: -o-linear-gradient(right, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  background-image: linear-gradient(-90deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
}

.lk-main-page-profile-money {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  max-width: 325px;
  width: 100%;
  margin-bottom: 20px;
}

.lk-main-page-profile-money-lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3b021e;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-main-page-profile-money-lbl-icon {
  margin-right: 10px;
  width: 37px;
  height: 31px;
}

.lk-main-page-profile-money-val {
  width: 80px;
  height: 36px;
  border: 1px solid #e6e6e6;
  background-color: #f9f8f6;
  border-radius: 7px;
  text-align: right;
  line-height: 36px;
  padding: 0 10px;
}

.lk-main-page-profile-links {
  margin-top: 50px;
}

.lk-main-page-profile-link {
  margin-bottom: 30px;
  max-width: 240px;
  height: 48px;
  border-radius: 30px;
  display: block;
  position: relative;
  border: 1px solid #5c0f35;
  padding: 0 25px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #5c0f35;
}

.lk-main-page-profile-link:hover {
  cursor: url("../img/cursor.png"), auto;
}

.lk-main-page-profile-link:hover span {
  border-color: #5c0f35;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.lk-main-page-profile-link span {
  border-bottom: 1px solid transparent;
}

.lk-main-page-profile-link img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 30px;
}

.lk-main-page-profile-link:last-child {
  margin-bottom: 0;
}

.lk-main-page-last-news {
  width: calc(50% - 35px);
}

.lk-main-page-last-news-title {
  font-size: 18px;
  font-weight: 600;
  color: #3b021e;
  margin-bottom: 35px;
}

.lk-main-page-last-news-list {
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  border-radius: 7px;
  font-size: 12px;
}

.lk-main-page-last-news-list-item {
  margin-bottom: 45px;
}

.lk-main-page-last-news-list-item:last-child {
  margin-bottom: 0;
}

.lk-main-page-last-news-list-date {
  font-size: 14px;
  font-weight: 500;
  color: #131313;
}

.lk-main-page-last-news-list-caption {
  font-size: 16px;
  font-weight: 500;
  color: #5c0f35;
  margin-bottom: 20px;
}

.lk-main-page-last-news-list-link {
  color: #5c0f35;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.lk-main-page-last-news-list-link:hover {
  border-color: #5c0f35;
}

.lk-main-page-last-news-list-all_link {
  color: #5c0f35;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #5c0f35;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.lk-main-page-last-news-list-all_link:hover {
  border-color: #fff;
}

@media only screen and (max-width: 992px) {
  .lk-main-page-profile-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lk-main-page-profile-info {
    width: 100%;
  }
  .lk-main-page-profile-ava {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-main-page-flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk-main-page-profile {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 45px;
  }
  .lk-main-page-profile-ava {
    margin: 0 auto 30px;
  }
  .lk-main-page-profile-info {
    font-size: 14px;
  }
  .lk-main-page-profile-info-flex {
    margin-bottom: 25px;
  }
  .lk-main-page-profile hr {
    margin: 20px 0;
  }
  .lk-main-page-profile-money {
    font-size: 14px;
  }
  .lk-main-page-profile-money img {
    width: 28px;
  }
  .lk-main-page-profile-links {
    margin-top: 30px;
  }
  .lk-main-page-profile-link {
    margin: 0 auto 30px;
  }
  .lk-main-page-last-news {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .lk-main-page-last-news-title {
    text-align: center;
    margin-bottom: 25px;
  }
  .lk-main-page-last-news-list-item {
    margin-bottom: 20px;
  }
  .lk-main-page-last-news-list-date {
    font-size: 12px;
  }
  .lk-main-page-last-news-list-caption {
    font-size: 14px;
  }
  .lk-main-page-last-news-list-all_link {
    font-size: 14px;
  }
}

.lk-auth-msg {
  margin-bottom: 20px;
}

.lk-auth-input {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.lk-auth-input-lbl {
  color: #3b021e;
  font-size: 16px;
  width: 225px;
}

.lk-auth-input-val {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #F9F8F6;
  width: 300px;
  height: 34px;
  text-align: center;
  padding: 0 10px;
}

.lk-auth-input-val-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("../img/lk-auth-input-select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.lk-auth-input-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
  max-width: calc(100% - 525px);
}

.lk-auth-input-info img {
  margin-right: 10px;
  width: 30px;
}

.lk-auth-checkbox {
  position: relative;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 1;
  color: #3b021e;
}

.lk-auth-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 6;
  line-height: 18px;
}

.lk-auth-checkbox a {
  border-bottom: 1px solid #3b021e;
  margin-left: 5px;
}

.lk-auth-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.lk-auth-checkbox input[type="checkbox"]:checked ~ .check:before {
  background-image: url("../img/lk-auth-checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lk-auth-checkbox .check {
  display: block;
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  border-radius: 5px;
}

.lk-auth-checkbox .check:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lk-auth-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lk-auth-buttons-in .lk-auth-buttons-link {
  margin-left: 10px;
  padding-left: 0;
}

.lk-auth-buttons-in .lk-auth-buttons-link_2 {
  margin-left: 10px;
}

.lk-auth-buttons-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lk-auth-buttons-submit, .lk-auth-buttons-link, .lk-auth-buttons-link_2 {
  width: 240px;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
}

.lk-auth-buttons-submit {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  position: relative;
  z-index: 2;
}

.lk-auth-buttons-link {
  background-color: #5c0f35;
  -webkit-box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 18px 0.54px rgba(68, 12, 40, 0.75);
  margin-left: -120px;
  padding-left: 120px;
}

.lk-auth-buttons-link_2 {
  margin-left: 45px;
  color: #5c0f35;
  border: 1px solid #5c0f35;
}

@media only screen and (max-width: 992px) {
  .lk-auth-input-lbl {
    font-size: 14px;
    width: 170px;
  }
  .lk-auth-input-info {
    max-width: calc(100% - 470px);
    font-size: 12px;
  }
  .lk-auth-checkbox {
    font-size: 14px;
    margin-bottom: 55px;
  }
  .lk-auth-buttons-link_2 {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-auth {
    max-width: 320px;
    margin: 0 auto;
  }
  .lk-auth-input {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .lk-auth-input-lbl {
    width: 100%;
    margin-bottom: 10px;
  }
  .lk-auth-input-val {
    width: 100%;
  }
  .lk-auth-input-info {
    padding: 10px 0 0;
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
  }
  .lk-auth-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk-auth-buttons-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk-auth-buttons-in .lk-auth-buttons-link {
    margin: 0 auto 30px;
  }
  .lk-auth-buttons-in .lk-auth-buttons-link_2 {
    margin: 0 auto;
  }
  .lk-auth-buttons-submit, .lk-auth-buttons-link, .lk-auth-buttons-link_2 {
    margin: 0 auto 30px;
    padding: 0;
  }
  .lk-auth-buttons-link_2 {
    margin-bottom: 0;
  }
}

.lk-active-cabinet-curator {
  font-size: 24px;
  font-weight: 600;
  color: #3b021e;
  margin-bottom: 20px;
}

.lk-active-cabinet-curator span {
  font-weight: 500;
  color: #5c0f35;
  margin-left: 30px;
}

.lk-active-cabinet-logo {
  margin-bottom: 25px;
}

.lk-active-cabinet-logo img {
  display: block;
  height: 70px;
}

.lk-active-cabinet-info {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.lk-active-cabinet-info-soc {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-active-cabinet-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.lk-active-cabinet-info-link {
  width: 190px;
  height: 40px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-active-cabinet-info-link:last-child {
  margin-right: 0;
}

.lk-active-cabinet-info-link-youtube {
  background-image: url(../img/menu-btn-youtube.png);
}

.lk-active-cabinet-info-link-youtube:hover {
  background-image: url(../img/menu-btn-youtube-2.png);
}

.lk-active-cabinet-info-link-telegram {
  background-image: url(../img/menu-btn-telegram.png);
}

.lk-active-cabinet-info-link-telegram:hover {
  background-image: url(../img/menu-btn-telegram-2.png);
}

.lk-active-cabinet-info img {
  margin-right: 25px;
}

.lk-active-cabinet-balance {
  max-width: 950px;
  margin: 0 auto 45px;
  padding: 20px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
}

.lk-active-cabinet-balance-info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-active-cabinet-balance-info div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-active-cabinet-balance-info img {
  width: 32px;
}

.lk-active-cabinet-balance-info b {
  font-size: 16px;
  font-weight: 600;
  color: #5c0f35;
  margin-left: 15px;
}

.lk-active-cabinet-balance-info p {
  width: 80px;
  height: 34px;
  border: 1px solid #e6e6e6;
  background-color: #f9f8f6;
  border-radius: 5px;
  text-align: right;
  line-height: 36px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
}

.lk-active-cabinet-balance-buttons {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk-active-cabinet-balance-buttons a {
  max-width: 280px;
  width: 100%;
  height: 48px;
  border-radius: 30px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #5c0f35;
  text-align: center;
  line-height: 48px;
  color: #5c0f35;
  margin-left: 10px;
}

.lk-active-cabinet-balance-buttons a:first-child {
  margin-left: 0;
  border: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .lk-content {
    padding: 10px 0;
  }
  .lk-active-cabinet {
    /*&-balance {
      margin-bottom: 45px;

      &-info {
        justify-content: center;
        margin-bottom: 40px;
      }

      &-buttons {
        flex-direction: column;
        align-items: center;

        a {
          margin-left: 0;
          margin-bottom: 20px;

          &:last-child {
            margin-bottom: 0;
          }
        }
      }
    }*/
  }
  .lk-active-cabinet-curator {
    font-size: 20px;
  }
  .lk-active-cabinet-info {
    font-size: 14px;
  }
  .lk-active-cabinet-balance-buttons {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-active-cabinet {
    /* &-logo {
       text-align: center;
       margin-bottom: 45px;
     }*/
  }
  .lk-active-cabinet-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lk-active-cabinet-curator {
    text-align: center;
    margin-bottom: 10px;
  }
  .lk-active-cabinet-curator span {
    margin-left: 0;
    display: block;
  }
  .lk-active-cabinet-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
  .lk-active-cabinet-info img {
    width: 30px;
    margin-right: 10px;
  }
  .lk-active-cabinet-balance {
    padding: 20px 10px;
    margin-bottom: 25px;
  }
  .lk-active-cabinet-balance-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .lk-active-cabinet-balance-info img {
    width: 30px;
  }
  .lk-active-cabinet-balance-info b {
    margin-left: 10px;
    font-size: 16px;
  }
  .lk-active-cabinet-balance-info p {
    margin-left: 0;
    margin-top: 12px;
  }
  .lk-active-cabinet-balance-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk-active-cabinet-balance-buttons a {
    margin: 0 0 10px;
  }
  .lk-active-cabinet-balance-buttons a:last-child {
    margin-bottom: 0;
  }
  .lk-active-cabinet-info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 40px;
  }
  .lk-active-cabinet-info-link {
    width: 162px;
    height: 33px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .lk-active-cabinet-info-link:last-child {
    margin-bottom: 0;
  }
}

.lk-news li {
  margin-bottom: 45px;
  font-size: 16px;
}

.lk-news li:last-child {
  margin-bottom: 0;
}

.lk-news-date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.lk-news-caption {
  font-size: 18px;
  font-weight: 600;
  color: #5c0f35;
  margin-bottom: 25px;
}

.lk-news-link {
  color: #5c0f35;
}

.lk-news_open {
  font-size: 16px;
  line-height: 1.4;
}

.lk-news_open h1, .lk-news_open h2, .lk-news_open h3, .lk-news_open h4 {
  font-weight: 700;
  margin: 0 0 25px;
  line-height: 1.2;
}

.lk-news_open h1 {
  font-size: 24px;
  color: #5c0f35;
}

.lk-news_open h2 {
  font-size: 20px;
}

.lk-news_open h3 {
  font-size: 18px;
}

.lk-news_open h4 {
  font-size: 16px;
}

.lk-news_open p {
  padding: 10px 0;
}

.lk-news_open ul {
  list-style-type: disc;
  padding: 10px 0 10px 18px;
}

.lk-news_open ol {
  list-style-type: decimal;
  padding: 10px 0 10px 18px;
}

.lk-news_open a {
  color: #167ac6;
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .lk-news li {
    font-size: 14px;
  }
  .lk-news-caption {
    font-size: 16px;
  }
  .lk-news_open {
    font-size: 14px;
  }
  .lk-news_open h1, .lk-news_open h2, .lk-news_open h3, .lk-news_open h4 {
    margin-bottom: 15px;
  }
  .lk-news_open h1 {
    font-size: 20px;
  }
  .lk-news_open h2 {
    font-size: 18px;
  }
  .lk-news_open h3 {
    font-size: 16px;
  }
  .lk-news_open p {
    padding: 5px 0;
  }
  .lk-news_open ul, .lk-news_open ol {
    padding: 5px 0 5px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-news {
    text-align: center;
  }
  .lk-news li:last-child {
    margin-bottom: 0;
  }
  .lk-news-pagination .op-pagination-add {
    margin-bottom: 0;
  }
  .lk-news-pagination .op-pagination-list {
    display: none;
  }
}

.lk-reviews {
  padding-top: 30px;
}

.lk-reviews-item {
  background-color: #fff;
  padding: 35px 45px 45px 25px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.lk-reviews-item:last-child {
  margin-bottom: 0;
}

.lk-reviews-item-ava {
  width: 120px;
  height: 120px;
  border: 1px solid #5c0f35;
  border-radius: 50%;
  margin-right: 35px;
}

.lk-reviews-item-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.2;
  padding-top: 20px;
}

.lk-reviews-item-star {
  position: absolute;
  top: 15px;
  right: 45px;
}

.lk-reviews-item-name {
  padding-top: 30px;
  color: #5c0f35;
}

.lk-reviews-add {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
}

.lk-reviews-modal {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(74, 75, 75, 0.4);
  padding: 25px;
  border-radius: 10px;
}

.lk-reviews-modal-inner {
  background-color: #fff;
  border-radius: 6px;
}

.lk-reviews-modal-close {
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#67153d), to(#9a2e63));
  background-image: -o-linear-gradient(bottom, #67153d 0%, #9a2e63 100%);
  background-image: linear-gradient(0deg, #67153d 0%, #9a2e63 100%);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  height: 70px;
  position: relative;
}

.lk-reviews-modal-close-btn {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b43875), color-stop(0%, #922a5d), to(#6c1841));
  background-image: -o-linear-gradient(bottom, #b43875 0%, #922a5d 0%, #6c1841 100%);
  background-image: linear-gradient(0deg, #b43875 0%, #922a5d 0%, #6c1841 100%);
  -webkit-box-shadow: 0 1px 0 0 rgba(83, 14, 48, 0.86), inset 0 5px 5px 0 rgba(76, 9, 42, 0.69);
          box-shadow: 0 1px 0 0 rgba(83, 14, 48, 0.86), inset 0 5px 5px 0 rgba(76, 9, 42, 0.69);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.lk-reviews-modal.active {
  display: block;
}

.lk-reviews-modal-title {
  color: #5c0f35;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.lk-reviews-modal-star {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5c0f35;
  margin-bottom: 30px;
}

.lk-reviews-modal-star-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 20px;
  position: relative;
}

.lk-reviews-modal-star-rate:not(:checked) > input {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.lk-reviews-modal-star-rate:not(:checked) > label {
  float: right;
  width: 24px;
  height: 22px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 12px;
}

.lk-reviews-modal-star-rate:not(:checked) > label:first-child {
  margin-right: 0;
}

.lk-reviews-modal-star-rate:not(:checked) > label:before {
  content: "";
  display: block;
  background-image: url(../img/add_review_star_1.png);
  width: 24px;
  height: 22px;
}

.lk-reviews-modal-star-rate:not(:checked) > label:hover:before {
  background-image: url(../img/add_review_star_2.png);
}

.lk-reviews-modal-star-rate:not(:checked) > label:hover ~ label:before {
  background-image: url(../img/add_review_star_2.png);
}

.lk-reviews-modal-star-rate > input:checked ~ label:before {
  background-image: url(../img/add_review_star_2.png);
}

.lk-reviews-modal form {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
}

.lk-reviews-modal-input-count {
  font-size: 16px;
  color: #5c0f35;
  margin-bottom: 10px;
}

.lk-reviews-modal-input textarea {
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  height: 200px;
  width: 100%;
  max-height: 200px;
  min-height: 200px;
  max-width: 100%;
  min-width: 100%;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 16px;
}

.lk-reviews-modal button {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
}

@media only screen and (max-width: 768px) {
  .lk-reviews-item {
    max-width: 400px;
    margin: 0 auto 45px;
    padding: 45px 25px 50px 15px;
  }
  .lk-reviews-item:last-child {
    margin-bottom: 25px;
  }
  .lk-reviews-item-ava {
    width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .lk-reviews-item-info {
    font-size: 14px;
  }
  .lk-reviews-modal {
    padding: 15px;
  }
  .lk-reviews-modal form {
    padding: 25px 10px;
  }
}

@media only screen and (max-width: 560px) {
  .lk-reviews-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 15px;
  }
  .lk-reviews-item-star {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .lk-reviews-item-ava {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .lk-reviews-item-info {
    text-align: center;
  }
  .lk-reviews-item-name {
    padding-top: 20px;
  }
  .lk-reviews-pagination .op-pagination-add {
    margin-bottom: 0;
  }
  .lk-reviews-pagination .op-pagination-list {
    display: none;
  }
}

.lk-contacts-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin-bottom: 45px;
}

.lk-contacts-mail img {
  margin-right: 27px;
  width: 45px;
}

.lk-contacts-mail span {
  font-size: 24px;
  color: #5c0f35;
  margin-right: 20px;
}

.lk-contacts-mail a {
  font-size: 20px;
  color: #000;
}

.lk-contacts-info {
  font-size: 20px;
  font-weight: 500;
  padding-left: 80px;
  margin-bottom: 45px;
}

.lk-contacts-info span {
  font-size: 24px;
  color: #5c0f35;
  margin-right: 20px;
}

.lk-contacts-info a {
  color: #000;
}

.lk-contacts-info a:hover {
  border-bottom: 1px solid #000;
}

.lk-contacts-info-link {
  margin-top: 30px;
  display: block;
  width: 190px;
  height: 40px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/menu-btn-telegram.png);
}

.lk-contacts-info-link:hover {
  background-image: url(../img/menu-btn-telegram-2.png);
}

.lk-contacts-msg {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.lk-contacts-msg img {
  margin-right: 27px;
  width: 35px;
}

@media only screen and (max-width: 992px) {
  .lk-contacts-mail span {
    font-size: 20px;
  }
  .lk-contacts-mail a {
    font-size: 18px;
  }
  .lk-contacts-info {
    font-size: 18px;
  }
  .lk-contacts-info span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-contacts-mail {
    margin-bottom: 25px;
  }
  .lk-contacts-mail img {
    width: 30px;
    margin-right: 10px;
  }
  .lk-contacts-mail span {
    font-size: 18px;
  }
  .lk-contacts-mail a {
    font-size: 16px;
  }
  .lk-contacts-info {
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .lk-contacts-info span {
    font-size: 18px;
  }
  .lk-contacts-msg {
    margin-bottom: 0;
    font-size: 14px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lk-contacts-msg img {
    margin-right: 10px;
    width: 30px;
  }
}

.lk-adv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-adv-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-adv hr {
  border: none;
  margin: 60px 0 45px;
  display: block;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3b021e), to(rgba(98, 67, 80, 0)));
  background-image: -o-linear-gradient(left, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
  background-image: linear-gradient(90deg, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
}

.lk-adv-item {
  text-align: center;
  overflow: hidden;
}

.lk-adv-item-size {
  font-size: 18px;
  font-weight: 500;
  color: #3b021e;
  margin-bottom: 20px;
}

.lk-adv-item-banner {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  height: 60px;
  max-width: 470px;
  margin: 0 auto 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-adv-item-banner-small {
  width: 200px;
  height: 200px;
}

.lk-adv-item-link {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 992px) {
  .lk-adv hr {
    margin: 30px 0;
  }
  .lk-adv-item-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-adv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-adv-content {
    width: 100%;
  }
  .lk-adv-item-size {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .lk-adv-item-banner {
    height: 40px;
    max-width: 320px;
    margin-bottom: 10px;
  }
  .lk-adv-item-banner-small {
    width: 155px;
    height: 155px;
  }
  .lk-adv-item-link {
    font-size: 11px;
  }
}

.lk-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-settings-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-settings-profile {
  padding: 25px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
}

.lk-settings-profile-curator {
  width: 190px;
}

.lk-settings-profile-curator-name {
  font-size: 20px;
  font-weight: 600;
  color: #3b021e;
  margin-bottom: 20px;
}

.lk-settings-profile-curator-name span {
  display: none;
}

.lk-settings-profile-curator-ava {
  display: block;
  max-width: 100%;
  width: auto;
}

.lk-settings-profile-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  max-width: 100%;
}

.lk-settings-profile-name {
  font-size: 20px;
  font-weight: 500;
  color: #5c0f35;
  margin-bottom: 20px;
}

.lk-settings-profile-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 15px;
  font-size: 16px;
}

.lk-settings-profile-contacts li {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  margin-right: 30px;
}

.lk-settings-profile-contacts li:nth-child(2n) {
  margin-right: 0;
}

.lk-settings-profile-contacts-lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3b021e;
  width: 140px;
}

.lk-settings-profile-contacts-lbl img {
  margin-right: 10px;
}

.lk-settings-profile-contacts-val {
  color: #000;
  max-width: calc(100% - 140px);
  overflow: hidden;
}

.lk-settings-profile-link {
  display: block;
  border-radius: 30px;
  background-color: #5c0f35;
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
  width: 196px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
}

.lk-settings-form {
  padding: 0 25px;
}

.lk-settings-msg {
  margin-bottom: 20px;
}

.lk-settings-input {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lk-settings-input-checkboxes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.lk-settings-input-checkboxes ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
}

.lk-settings-input-checkboxes ul li {
  width: 25%;
  margin: 15px 0;
}

.lk-settings-input-lbl {
  color: #3b021e;
  font-size: 16px;
  width: 220px;
}

.lk-settings-input-birth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}

.lk-settings-input-birth select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-settings-input-birth select:first-child {
  width: 60px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.lk-settings-input-birth select:last-child {
  width: 80px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.lk-settings-input-val {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #F9F8F6;
  width: 300px;
  height: 34px;
  text-align: center;
  padding: 0 10px;
}

.lk-settings-input-val-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("../img/lk-auth-input-select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.lk-settings-input-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 525px;
  max-width: calc(100% - 525px);
}

.lk-settings-input-info img {
  margin-right: 10px;
  width: 30px;
}

.lk-settings-input-btn_code_wrap {
  width: 100%;
  padding-top: 25px;
}

.lk-settings-input-btn_code {
  display: block;
  width: 220px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  color: #5c0f35;
  font-size: 16px;
  border: 1px solid #5c0f35;
  margin-left: 260px;
}

.lk-settings-submit {
  max-width: 240px;
  width: 100%;
  display: block;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  margin-top: 60px;
}

.lk-settings-submit:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

.lk-settings-fileupload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  font-size: 18px;
}

.lk-settings-fileupload-ava {
  width: 128px;
  height: 128px;
  overflow: hidden;
  background-color: #f9f8f6;
  margin-right: 50px;
}

.lk-settings-fileupload-ava p {
  line-height: 128px;
  text-align: center;
  color: #3b021e;
}

.lk-settings-fileupload-ava img {
  display: block;
  width: 100%;
}

.lk-settings-fileupload-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.lk-settings-fileupload-input:hover span {
  border-color: transparent;
}

.lk-settings-fileupload-input img {
  margin-right: 10px;
}

.lk-settings-fileupload-input span {
  color: #5c0f35;
  border-bottom: 1px solid #5c0f35;
}

.lk-settings-fileupload-remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-settings-fileupload-remove img {
  margin-right: 10px;
}

.lk-settings-fileupload-remove span {
  color: #5c0f35;
}

.lk-settings-checkbox {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #3b021e;
}

.lk-settings-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 6;
  line-height: 18px;
  font-weight: 500;
}

.lk-settings-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.lk-settings-checkbox input[type="checkbox"]:checked ~ .check:before {
  background-image: url("../img/lk-auth-checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lk-settings-checkbox .check {
  display: block;
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  border-radius: 5px;
}

.lk-settings-checkbox .check:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lk-settings-land {
  padding: 35px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  background-color: #fff;
  margin-bottom: 55px;
  background-image: url("../img/lk-settings-land.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 470px;
  font-size: 16px;
}

.lk-settings-land p {
  margin-bottom: 30px;
}

.lk-settings-land-title {
  font-size: 18px;
  font-weight: 500;
}

.lk-settings-land-title span {
  color: #5c0f35;
  font-weight: 600;
  font-style: italic;
}

@media only screen and (max-width: 1170px) {
  .lk-settings-profile-curator {
    width: 150px;
  }
  .lk-settings-profile-contacts li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .lk-settings-profile-contacts-lbl {
    width: auto;
    margin-right: 10px;
  }
  .lk-settings-input-lbl {
    width: 180px;
  }
  .lk-settings-input-info {
    max-width: calc(100% - 480px);
    left: 480px;
  }
  .lk-settings-input-btn_code {
    margin-left: 220px;
  }
}

@media only screen and (max-width: 992px) {
  .lk-settings-profile-contacts li {
    width: 100%;
    margin-right: 0;
  }
  .lk-settings-profile-contacts-lbl {
    width: 125px;
  }
  .lk-settings-profile-contacts-val {
    max-width: calc(100% - 125px);
  }
  .lk-settings-form {
    padding: 0;
  }
  .lk-settings-input-lbl {
    font-size: 14px;
  }
  .lk-settings-input-info {
    font-size: 14px;
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    padding: 20px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-settings-input-info br {
    display: none;
  }
  .lk-settings-input-val {
    max-width: 300px;
    width: 100%;
  }
  .lk-settings-input-checkboxes .lk-settings-input-lbl {
    font-size: 18px;
  }
  .lk-settings-input-checkboxes ul li {
    width: 33.33%;
  }
  .lk-settings-submit {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .lk-settings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-settings-content {
    width: 100%;
  }
  .lk-settings-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    margin: 0 auto 50px;
    padding: 15px;
  }
  .lk-settings-profile-curator {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .lk-settings-profile-curator-name {
    font-size: 18px;
  }
  .lk-settings-profile-curator-name span {
    display: inline;
  }
  .lk-settings-profile-curator-ava {
    max-width: 100px;
    margin: 0 auto;
  }
  .lk-settings-profile-name {
    display: none;
  }
  .lk-settings-profile-info {
    margin-left: 0;
  }
  .lk-settings-profile-contacts li {
    width: 100%;
    margin-right: 0;
  }
  .lk-settings-profile-contacts-lbl img {
    max-width: 24px;
  }
  .lk-settings-profile-contacts-val {
    font-size: 14px;
  }
  .lk-settings-form {
    max-width: 320px;
    margin: 0 auto;
  }
  .lk-settings-input {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .lk-settings-input-lbl {
    width: 100%;
    margin-bottom: 10px;
  }
  .lk-settings-input-val {
    max-width: 100%;
  }
  .lk-settings-input-info {
    font-size: 12px;
  }
  .lk-settings-input-info img {
    width: 30px;
  }
  .lk-settings-input-btn_code {
    margin: 0 auto;
  }
  .lk-settings-input-birth {
    width: 100%;
    max-width: 100%;
  }
  .lk-settings-input-checkboxes .lk-settings-input-lbl {
    text-align: center;
  }
  .lk-settings-input-checkboxes ul {
    padding: 0;
    max-width: 180px;
    margin: 0 auto;
  }
  .lk-settings-input-checkboxes ul li {
    width: 100%;
  }
  .lk-settings-fileupload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
  .lk-settings-fileupload-ava {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .lk-settings-land {
    text-align: center;
    font-size: 14px;
    min-height: 380px;
    padding: 20px;
    background-size: contain;
  }
  .lk-settings-land-title {
    font-size: 16px;
  }
  .lk-settings-submit {
    margin: 0 auto;
  }
}

.lk-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-account-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-account-form {
  padding: 0 25px;
}

.lk-account-form-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  margin-bottom: 45px;
}

.lk-account-form-info img {
  width: 35px;
}

.lk-account-form-info-replenish img {
  width: 35px;
}

.lk-account-form-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.lk-account-form-info-link {
  width: 190px;
  height: 40px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-account-form-info-link:last-child {
  margin-right: 0;
}

.lk-account-form-info-link-youtube {
  background-image: url(../img/menu-btn-youtube.png);
}

.lk-account-form-info-link-youtube:hover {
  background-image: url(../img/menu-btn-youtube-2.png);
}

.lk-account-form-info-link-telegram {
  background-image: url(../img/menu-btn-telegram.png);
}

.lk-account-form-info-link-telegram:hover {
  background-image: url(../img/menu-btn-telegram-2.png);
}

.lk-account-form-info img {
  margin-right: 25px;
}

.lk-account-msg {
  margin-bottom: 40px;
}

.lk-account-input {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lk-account-input-box .lk-account-input-lbl_icon img {
  width: auto;
  margin-right: 12px;
}

.lk-account-input-box_2 .lk-account-input-lbl_icon {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.lk-account-input-money {
  margin-bottom: 65px;
}

.lk-account-input-lbl {
  color: #3b021e;
  font-size: 16px;
  width: 220px;
}

.lk-account-input-val {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #F9F8F6;
  width: 300px;
  height: 34px;
  text-align: center;
  padding: 0 10px;
}

.lk-account-input-val-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("../img/lk-auth-input-select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.lk-account-input-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 525px;
  max-width: calc(100% - 525px);
}

.lk-account-input-info img {
  margin-right: 10px;
  width: 24px;
}

.lk-account-input-info span {
  font-weight: 500;
  color: #5c0f35;
}

.lk-account-input-btn_code_wrap {
  width: 100%;
  padding-top: 25px;
}

.lk-account-input-btn_code {
  display: block;
  width: 220px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  color: #5c0f35;
  font-size: 18px;
  border: 1px solid #5c0f35;
  margin-left: 260px;
}

.lk-account-input-lbl_icon {
  width: 255px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #5c0f35;
}

.lk-account-input-lbl_icon img {
  margin-right: 10px;
  width: 35px;
}

.lk-account-input-val_money {
  width: 265px;
}

.lk-account-input-val_money-inp {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #F9F8F6;
  width: 98px;
  height: 34px;
  text-align: center;
  padding: 0 25px 0 10px;
  margin-left: auto;
  display: block;
  font-size: 16px;
  font-weight: 500;
  background-image: url("../img/dollar.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.lk-account-input-val_money-inp-box {
  padding: 0 10px;
  background-image: none;
}

.lk-account-input-val_money-inp-box_2 {
  background-image: url("../img/percent.png");
}

.lk-account-input-filter {
  margin-bottom: 0;
}

.lk-account-input-filter-lbl {
  width: auto;
  font-size: 16px;
  margin-right: 10px;
}

.lk-account-input-filter-lbl img {
  margin-right: 10px;
  width: 32px;
}

.lk-account-input-filter-val {
  width: 120px;
  height: 40px;
  padding: 0 10px;
}

.lk-account-submit {
  max-width: 240px;
  width: 100%;
  display: block;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  margin-top: 60px;
}

.lk-account-submit:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

.lk-account-checkbox {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #3b021e;
}

.lk-account-checkbox-money {
  margin-left: 25px;
}

.lk-account-checkbox-money label {
  font-weight: 600;
  text-decoration: underline;
}

.lk-account-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 6;
  line-height: 18px;
  font-weight: 500;
}

.lk-account-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.lk-account-checkbox input[type="checkbox"]:checked ~ .check:before {
  background-image: url("../img/lk-auth-checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lk-account-checkbox .check {
  display: block;
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  border-radius: 5px;
}

.lk-account-checkbox .check:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lk-account-history {
  padding-top: 60px;
}

.lk-account-history-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #5c0f35;
}

.lk-account-history table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.lk-account-history table th, .lk-account-history table td {
  padding: 20px 5px;
  text-align: center;
}

.lk-account-history table th {
  font-weight: 400;
  font-size: 18px;
}

.lk-account-history table th b {
  font-weight: 500;
}

.lk-account-history table tr {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
  background-image: -o-linear-gradient(right, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  background-image: linear-gradient(-90deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.lk-account-history table tr th:first-child, .lk-account-history table tr td:first-child {
  text-align: left;
}

.lk-account-history table tr:last-child {
  background: none;
}

.lk-account-history-cancel {
  color: #5c0f35;
  border: 1px solid #5c0f35;
  border-radius: 30px;
  display: block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  text-align: center;
}

.lk-account-history-cancel-m {
  margin: 40px auto 0;
}

.lk-account-history .table-m {
  display: none;
}

.lk-account-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.lk-account-filter-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-account-filter-flex > div {
  margin-right: 15px;
}

.lk-account-filter-flex > div:last-child {
  margin-right: 0;
}

.lk-account-filter-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-account-filter-input-lbl {
  font-size: 16px;
  margin-right: 15px;
}

.lk-account-filter-input-val {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #F9F8F6;
  width: 110px;
  height: 36px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
}

.lk-account-filter-input-val-select {
  width: 210px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("../img/lk-auth-input-select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.lk-account-filter-submit {
  max-width: 110px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  margin: 0;
}

.lk-account-filter-result table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}

.lk-account-filter-result table th {
  font-size: 16px;
  font-weight: 400;
}

.lk-account-filter-result table th, .lk-account-filter-result table td {
  border: 1px solid #e6e6e6;
  padding: 14px 35px;
}

.lk-account-filter-result .table-m {
  display: none;
}

.lk-account-replenish {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-account-replenish > div:first-child {
  max-width: 320px;
  width: 100%;
}

.lk-account-replenish > div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-account-replenish-hr {
  margin: 0 18px;
  min-height: 360px;
  width: 1px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
  background-image: -o-linear-gradient(bottom, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  background-image: linear-gradient(0deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
}

.lk-account-replenish-title {
  color: #5c0f35;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.lk-account-replenish-p_money, .lk-account-replenish-f_change {
  display: block;
  max-width: 100%;
  width: auto;
  margin-bottom: 90px;
}

.lk-account-replenish-f_change {
  margin-bottom: 30px;
}

.lk-account-replenish-step {
  font-size: 18px;
  margin-bottom: 25px;
}

.lk-account-replenish-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
  max-width: 418px;
}

.lk-account-replenish-input-step {
  font-size: 18px;
}

.lk-account-replenish-input-lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #5c0f35;
}

.lk-account-replenish-input-lbl img {
  margin-right: 30px;
  width: 35px;
}

.lk-account-replenish-input-val {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #F9F8F6;
  width: 98px;
  height: 34px;
  text-align: center;
  padding: 0 25px 0 10px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  background-image: url("../img/dollar.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.lk-account-replenish .lk-account-submit {
  max-width: 252px;
  height: 48px;
  line-height: 48px;
  margin: 0;
}

.lk-account-replenish-wrap_input .lk-account-replenish-input {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.lk-account-replenish-wrap_input .lk-account-submit {
  margin: 0 auto;
}

@media only screen and (max-width: 1170px) {
  .lk-account-input-lbl {
    width: 180px;
    font-size: 16px;
  }
  .lk-account-input-money {
    margin-bottom: 100px;
  }
  .lk-account-input-info {
    max-width: calc(100% - 480px);
    left: 480px;
  }
  .lk-account-input-btn_code {
    margin-left: 220px;
  }
  .lk-account-input-lbl_icon {
    font-size: 16px;
    width: 220px;
  }
  .lk-account-input-lbl_icon img {
    margin-right: 15px;
  }
  .lk-account-input-val_money {
    width: 260px;
  }
  .lk-account-input-filter-lbl {
    width: auto;
  }
  .lk-account-input-filter-lbl img {
    margin-right: 10px;
  }
  .lk-account-input-filter-val {
    width: 90px;
  }
  .lk-account-input-box_2 .lk-account-input-lbl_icon {
    font-size: 16px;
  }
  .lk-account-filter-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lk-account-filter-input-lbl {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .lk-account-filter-result table th, .lk-account-filter-result table td {
    padding: 15px;
  }
  .lk-account-checkbox {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .lk-account-form {
    padding: 0;
  }
  .lk-account-form-info {
    font-size: 14px;
  }
  .lk-account-input-lbl {
    font-size: 14px;
  }
  .lk-account-input-info {
    font-size: 14px;
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    padding: 20px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-account-input-info br {
    display: none;
  }
  .lk-account-input-val {
    max-width: 300px;
    width: 100%;
  }
  .lk-account-input-money {
    margin-bottom: 35px;
  }
  .lk-account-input-val_money-mobileWidth {
    width: 115px;
  }
  .lk-account-input-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-account-input-filter-lbl {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lk-account-input-filter-val {
    margin: 0;
  }
  .lk-account-submit {
    margin: 0 auto;
  }
  .lk-account-history-title {
    font-size: 20px;
  }
  .lk-account-history table {
    font-size: 16px;
  }
  .lk-account-history table th {
    font-size: 18px;
  }
  .lk-account-history table th, .lk-account-history table td {
    padding: 20px 0;
  }
  .lk-account-filter {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lk-account-filter-result_balance {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-account-filter-flex {
    width: 100%;
  }
  .lk-account-filter-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .lk-account-filter-input-lbl {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .lk-account-filter-input-val-select {
    margin-left: 30px;
    width: 268px;
  }
  .lk-account-filter-result table th, .lk-account-filter-result table td {
    padding: 14px 4px;
  }
  .lk-account-replenish {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk-account-replenish > div:first-child {
    max-width: 100%;
    width: 100%;
  }
  .lk-account-replenish > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lk-account-replenish-hr {
    width: 100%;
    height: 1px;
    min-height: auto;
    margin: 30px 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
    background-image: -o-linear-gradient(right, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
    background-image: linear-gradient(-90deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  }
  .lk-account-replenish-title {
    font-size: 16px;
  }
  .lk-account-replenish-p_money {
    margin-bottom: 30px;
  }
  .lk-account-replenish-input {
    margin-bottom: 30px;
    max-width: 320px;
  }
  .lk-account-replenish-input-lbl, .lk-account-replenish-input-step {
    font-size: 16px;
  }
  .lk-account-replenish-wrap_input .lk-account-replenish-input {
    max-width: 418px;
  }
  .lk-account-replenish-step {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-account-content {
    width: 100%;
  }
  .lk-account-form {
    max-width: 320px;
    margin: 0 auto;
  }
  .lk-account-form-info {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .lk-account-form-info img {
    width: 30px;
    margin-right: 10px;
  }
  .lk-account-form-info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .lk-account-form-info-link {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lk-account-form-info-link:last-child {
    margin-bottom: 0;
  }
  .lk-account-input {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .lk-account-input-lbl {
    width: 100%;
    margin-bottom: 10px;
  }
  .lk-account-input-lbl br {
    display: none;
  }
  .lk-account-input-lbl_icon {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk-account-input-lbl_icon img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .lk-account-input-val {
    max-width: 100%;
  }
  .lk-account-input-val_money {
    width: 100%;
  }
  .lk-account-input-val_money-inp {
    margin: 0 auto;
  }
  .lk-account-input-info {
    font-size: 12px;
  }
  .lk-account-input-info img {
    width: 30px;
  }
  .lk-account-input-btn_code {
    margin: 0 auto;
  }
  .lk-account-input-birth {
    width: 100%;
    max-width: 100%;
  }
  .lk-account-input-box .lk-account-input-lbl_icon img {
    margin-right: 0;
  }
  .lk-account-checkbox-money {
    margin: 20px auto 0;
  }
  .lk-account-history-title {
    font-size: 18px;
    text-align: center;
  }
  .lk-account-history table {
    display: none;
  }
  .lk-account-history .table-m {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .lk-account-history .table-m li {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
    background-image: -o-linear-gradient(right, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
    background-image: linear-gradient(-90deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
    background-size: 100% 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .lk-account-history .table-m li:last-child {
    margin-bottom: 0;
  }
  .lk-account-history .table-m b {
    font-weight: 500;
  }
  .lk-account-history .table-m-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .lk-account-filter {
    margin-bottom: 30px;
  }
  .lk-account-filter-result table {
    display: none;
  }
  .lk-account-filter-result_balance {
    margin-bottom: 0;
  }
  .lk-account-filter-result .table-m {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .lk-account-filter-result .table-m li {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
    background-image: -o-linear-gradient(right, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
    background-image: linear-gradient(-90deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
    background-size: 100% 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .lk-account-filter-result .table-m li:last-child {
    margin-bottom: 0;
  }
  .lk-account-filter-result .table-m b {
    font-weight: 500;
  }
  .lk-account-filter-result .table-m-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .lk-account-filter-flex > div {
    width: 50%;
  }
  .lk-account-filter-input {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk-account-filter-input-lbl {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lk-account-filter-input-val {
    max-width: 100%;
    width: 100%;
  }
  .lk-account-filter-input-val-select {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .lk-account-replenish-title {
    text-align: center;
    margin-bottom: 10px;
  }
  .lk-account-replenish-step {
    font-size: 14px;
  }
  .lk-account-replenish-input-step {
    font-size: 14px;
  }
  .lk-account-replenish .lk-account-submit {
    margin: 0 auto;
  }
}

.lk-left-menu {
  width: 200px;
  margin-right: 30px;
  padding-left: 20px;
}

.lk-left-menu-item {
  min-height: 48px;
  position: relative;
  padding-left: 5px;
}

.lk-left-menu-item-active {
  position: absolute;
  width: 100%;
  height: 36px;
  top: 6px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#3b021e), to(rgba(59, 2, 30, 0)));
  background-image: -o-linear-gradient(left, #3b021e 0%, rgba(59, 2, 30, 0) 100%);
  background-image: linear-gradient(90deg, #3b021e 0%, rgba(59, 2, 30, 0) 100%);
}

.lk-left-menu-item-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background-color: #3b021e;
}

.lk-left-menu-item-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #3b021e;
  border-right: 10px solid #3b021e;
}

.lk-left-menu-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#3b021e), to(rgba(98, 67, 80, 0)));
  background-image: -o-linear-gradient(right, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
  background-image: linear-gradient(-90deg, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
}

.lk-left-menu-item:last-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#3b021e), to(rgba(98, 67, 80, 0)));
  background-image: -o-linear-gradient(right, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
  background-image: linear-gradient(-90deg, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
}

.lk-left-menu-link {
  display: block;
  line-height: 48px;
  color: #757575;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.lk-left-menu-link-active {
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .lk-left-menu {
    margin-right: 0;
    margin-bottom: 35px;
    padding-left: 0;
  }
  .lk-left-menu-item {
    padding-left: 20px;
  }
  .lk-left-menu-item-active:after, .lk-left-menu-item-active:before {
    display: none;
  }
}

.lk-business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-business-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-business-title {
  font-size: 24px;
  font-weight: 500;
  color: #3b021e;
  margin-bottom: 30px;
}

.lk-business-desc {
  font-size: 16px;
  margin-bottom: 20px;
}

.lk-business-desc i {
  font-style: normal;
  font-weight: 500;
}

.lk-business-desc span {
  font-weight: 600;
  color: #5c0f35;
}

.lk-business-video {
  max-width: 580px;
  margin-bottom: 45px;
}

.lk-business-video iframe {
  width: 100%;
  height: 320px;
}

.lk-business-slider {
  margin-bottom: 35px;
  padding-top: 50px;
}

.lk-business-slider-item {
  width: 100%;
  min-height: 285px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lk-business-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 30px;
}

.lk-business-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: inherit;
  border: 1px solid #5c0f35;
}

.lk-business-slider .swiper-pagination-bullet-active {
  background-color: #5c0f35;
}

.lk-business-statistic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 585px;
  width: 100%;
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 18px;
}

.lk-business-statistic-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 110px);
}

.lk-business-statistic-img {
  width: 38px;
  margin-right: 10px;
}

.lk-business-statistic-caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  color: #3b021e;
}

.lk-business-statistic-count {
  width: 80px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  border-radius: 5px;
}

.lk-business-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.lk-business-input-lbl {
  width: 220px;
  color: #3b021e;
  font-size: 16px;
}

.lk-business-input-login {
  font-size: 20px;
  font-weight: 500;
}

.lk-business-input-val {
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  border-radius: 6px;
  padding: 0 10px;
  width: 300px;
  height: 34px;
  margin-right: 35px;
  font-size: 16px;
}

.lk-business-submit {
  font-size: 14px;
  color: #5c0f35;
  border: 1px solid #5c0f35;
  border-radius: 30px;
  width: 180px;
  height: 32px;
  display: block;
  background-color: transparent;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.lk-business-submit:hover {
  color: #fff;
  background-color: #5c0f35;
}

.lk-business-table {
  overflow-x: scroll;
  max-width: 910px;
}

.lk-business-table table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  text-align: left;
}

.lk-business-table-active {
  background-color: #efe8eb;
}

.lk-business-table tr {
  border-bottom: 1px solid #000;
}

.lk-business-table th {
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #5c0f35;
  text-align: center;
}

.lk-business-table td {
  padding: 26px 16px;
  text-align: right;
}

.lk-business-table td.child_table {
  padding: 0;
  display: none;
}

.lk-business-table td.child_table.active {
  display: table-cell;
}

.lk-business-table td.child_table td:first-child {
  padding-left: 30px;
}

.lk-business-table td.child_table tr:last-child {
  border: none;
}

.lk-business-table-link {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.lk-business-table-link img {
  margin-right: 8px;
}

@media only screen and (max-width: 1170px) {
  .lk-business-table {
    max-width: 735px;
  }
  .lk-business-table table {
    font-size: 14px;
  }
  .lk-business-table th {
    font-size: 16px;
  }
  .lk-business-table th, .lk-business-table td {
    padding: 16px 8px;
  }
  .lk-business-table td.child_table td:first-child {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .lk-business-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .lk-business-input {
    position: relative;
  }
  .lk-business-input-lbl {
    width: 200px;
    font-size: 16px;
  }
  .lk-business-input-login {
    font-size: 18px;
  }
  .lk-business-input-val {
    margin-right: 0;
  }
  .lk-business-submit {
    position: absolute;
    bottom: -45px;
    left: 0;
  }
  .lk-business-table {
    max-width: 509px;
    padding-top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-business {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-business-content {
    width: 100%;
  }
  .lk-business-title {
    font-size: 18px;
    text-align: center;
  }
  .lk-business-desc {
    font-size: 14px;
    text-align: center;
  }
  .lk-business-video {
    margin: 0 auto 35px;
  }
  .lk-business-statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 320px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .lk-business-statistic-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-business-statistic-img {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lk-business-form {
    max-width: 320px;
    margin: 0 auto;
  }
  .lk-business-input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lk-business-input:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lk-business-input-lbl {
    width: auto;
    font-size: 14px;
  }
  .lk-business-input-val {
    margin: 10px 0 30px;
    width: 100%;
  }
  .lk-business-submit {
    max-width: 240px;
    width: 100%;
    height: 48px;
    font-size: 18px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .lk-business-table {
    max-width: 290px;
    padding: 0;
    margin: 0 auto;
  }
}

.lk-lottery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-lottery-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-lottery-title {
  font-size: 24px;
  font-weight: 600;
  color: #3b021e;
  margin-bottom: 25px;
}

.lk-lottery-desc {
  font-size: 16px;
  margin-bottom: 45px;
}

.lk-lottery-desc p {
  margin-bottom: 25px;
}

.lk-lottery-desc p:last-child {
  margin-bottom: 0;
}

.lk-lottery-time {
  margin-bottom: 45px;
}

.lk-lottery-time-title {
  font-weight: 600;
  font-size: 20px;
  color: #5c0f35;
  margin-bottom: 20px;
  text-align: center;
}

.lk-lottery-time-title-black {
  color: #000;
}

.lk-lottery-time-count {
  position: relative;
}

.lk-lottery-time-count-bg {
  max-width: 330px;
  height: 220px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  background-color: #fff;
  margin: 0 auto;
  background-image: url("../img/lk-lottery-time-count-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lk-lottery-time-count-list {
  width: 510px;
  height: 76px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 15, 53, 0.4)), to(#5c0f35));
  background-image: -o-linear-gradient(right, rgba(92, 15, 53, 0.4) 0%, #5c0f35 100%);
  background-image: linear-gradient(-90deg, rgba(92, 15, 53, 0.4) 0%, #5c0f35 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 40px;
  color: #fff;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: absolute;
  left: 0;
  right: 0;
  margin: -38px auto 0;
  top: 50%;
}

.lk-lottery-time-count-list:after {
  content: "";
  display: block;
  width: 100%;
  height: 61px;
  background-image: url("../img/lk-lottery-time-count-list.png");
  position: absolute;
  top: 70%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.lk-lottery-time-count-list-colon {
  padding-bottom: 25px;
}

.lk-lottery-time-count-list span {
  display: block;
  font-size: 15px;
}

.lk-lottery-form {
  max-width: 510px;
  margin: 0 auto 60px;
}

.lk-lottery-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lk-lottery-input-lbl {
  font-size: 18px;
  font-weight: 500;
  color: #5c0f35;
}

.lk-lottery-input-login {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  cursor: url("../img/cursor.png"), auto;
}

.lk-lottery-input-login:after {
  content: "";
  display: block;
  background-image: url("../img/lk-lottery-input-login.png");
  width: 33px;
  height: 24px;
  position: absolute;
  top: 0;
  right: -44px;
}

.lk-lottery-input-val {
  width: 148px;
  height: 34px;
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.lk-lottery-input-val-code {
  width: 220px;
  height: 36px;
}

.lk-lottery-input-val-dollar {
  background-image: url("../img/dollar.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 30px;
}

.lk-lottery-input-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
}

.lk-lottery-input-info img {
  margin-right: 10px;
}

.lk-lottery-input-info span {
  font-weight: 500;
  color: #5c0f35;
}

.lk-lottery-input-btn_code_wrap {
  width: 100%;
  padding-top: 25px;
}

.lk-lottery-input-btn_code {
  display: block;
  width: 220px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  color: #5c0f35;
  font-size: 18px;
  border: 1px solid #5c0f35;
  margin-left: auto;
}

.lk-lottery-submit {
  max-width: 240px;
  width: 100%;
  display: block;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  margin-top: 60px;
}

.lk-lottery-submit:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

.lk-lottery hr {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
  background-image: -o-linear-gradient(right, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  background-image: linear-gradient(-90deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  height: 1px;
  border: none;
  margin: 0 0 40px;
}

.lk-lottery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 45px;
}

.lk-lottery-info span {
  font-weight: 600;
  color: #5c0f35;
}

.lk-lottery-info img {
  margin-right: 25px;
  width: 35px;
}

.lk-lottery-info-fz18 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
}

.lk-lottery-info-fz18 span {
  font-weight: 500;
}

.lk-lottery-link {
  display: block;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  max-width: 240px;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}

.lk-lottery-link:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

.lk-lottery-my_list-title {
  font-size: 20px;
  font-weight: 500;
  color: #5c0f35;
}

.lk-lottery-my_list hr {
  margin-bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
  background-image: -o-linear-gradient(left, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  background-image: linear-gradient(90deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
}

.lk-lottery-my_list-item {
  padding: 45px 45px 45px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-lottery-my_list-caption {
  font-size: 16px;
  font-weight: 500;
  width: 200px;
}

.lk-lottery-my_list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 200px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lk-lottery-my_list-link {
  font-size: 16px;
  max-width: 190px;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  border: 1px solid #5c0f35;
  color: #5c0f35;
  cursor: url("../img/cursor.png"), auto;
  margin-left: 20px;
}

.lk-lottery-my_list-link:hover span {
  border-bottom: 1px solid #5c0f35;
}

.lk-lottery-input_create {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.lk-lottery-input_create-lbl {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  color: #5c0f35;
}

.lk-lottery-input_create-val {
  max-width: 480px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  width: 100%;
  height: 36px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

.lk-lottery-input_create-val-textarea {
  padding: 15px 20px;
  height: 360px;
  min-height: 360px;
  max-height: 360px;
  max-width: 480px;
  min-width: 480px;
}

.lk-lottery-input_create-val_info {
  max-width: 480px;
  padding: 10px 0;
  font-size: 14px;
}

.lk-lottery-input_create-checkbox {
  position: absolute;
  top: 37px;
  left: 490px;
  width: calc(100% - 480px);
}

.lk-lottery-checkbox {
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.lk-lottery-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 6;
  line-height: 18px;
}

.lk-lottery-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.lk-lottery-checkbox input[type="checkbox"]:checked ~ .check:before {
  background-image: url("../img/lk-auth-checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lk-lottery-checkbox .check {
  display: block;
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  border-radius: 5px;
}

.lk-lottery-checkbox .check:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lk-lottery-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
}

.lk-lottery-table table th {
  font-size: 16px;
  color: #5c0f35;
  font-weight: 500;
}

.lk-lottery-table table th, .lk-lottery-table table td {
  padding: 12px;
}

.lk-lottery-table-mobile {
  display: none;
}

.lk-lottery-table-caption {
  font-weight: 500;
}

.lk-lottery-table-price span {
  font-weight: 500;
  font-size: 16px;
}

.lk-lottery-table-desc {
  max-width: 165px;
  width: 100%;
}

.lk-lottery-table-link {
  width: 175px;
  display: block;
  height: 37px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 37px;
  font-size: 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
}

.lk-lottery-table-link:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 1300px) {
  .lk-lottery-input-info {
    position: relative;
    top: auto;
    left: auto;
    white-space: normal;
    padding-left: 0;
    padding-top: 15px;
  }
  .lk-lottery-input-btn_code_wrap {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1170px) {
  .lk-lottery-table table th, .lk-lottery-table table td {
    padding: 12px 3px;
  }
}

@media only screen and (max-width: 992px) {
  .lk-lottery-title {
    font-size: 20px;
  }
  .lk-lottery-time-count-list {
    font-size: 28px;
  }
  .lk-lottery-input-login {
    font-size: 18px;
  }
  .lk-lottery-info {
    font-size: 16px;
  }
  .lk-lottery-info-fz18 {
    font-size: 14px;
  }
  .lk-lottery-my_list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lk-lottery-my_list-flex {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lk-lottery-my_list-link:first-child {
    margin-left: 0;
  }
  .lk-lottery-my_list-caption {
    width: 100%;
    margin-bottom: 15px;
  }
  .lk-lottery-input_create-lbl {
    font-size: 14px;
  }
  .lk-lottery-input_create-val {
    font-size: 14px;
  }
  .lk-lottery-input_create-checkbox {
    margin-top: 10px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .lk-lottery-input_create-val_info {
    font-size: 14px;
  }
  .lk-lottery-checkbox {
    font-size: 14px;
  }
  .lk-lottery-table table {
    display: none;
  }
  .lk-lottery-table-mobile {
    display: block;
    font-size: 14px;
  }
  .lk-lottery-table-mobile-item {
    margin-bottom: 50px;
  }
  .lk-lottery-table-mobile-item:last-child {
    margin-bottom: 0;
  }
  .lk-lottery-table-mobile-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .lk-lottery-table-mobile-flex p {
    width: 50%;
  }
  .lk-lottery-table-mobile-lbl {
    font-size: 16px;
    font-weight: 500;
    color: #5c0f35;
    padding-right: 10px;
  }
  .lk-lottery-table-link {
    margin: 50px auto;
  }
  .lk-lottery-table hr {
    margin: 0;
  }
}

@media only screen and (max-width: 850px) {
  .lk-lottery-input-login {
    padding-right: 45px;
  }
  .lk-lottery-input-login:after {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .lk-lottery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-lottery-content {
    width: 100%;
    max-width: 320px;
  }
  .lk-lottery-title {
    text-align: center;
  }
  .lk-lottery-desc {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
  }
  .lk-lottery-time-title {
    font-size: 16px;
    padding: 0 10px;
  }
  .lk-lottery-time-count-bg {
    max-width: 100%;
    width: 200px;
    height: 130px;
    background-size: contain;
  }
  .lk-lottery-time-count-list {
    width: 280px;
    height: 41px;
    font-size: 20px;
    margin-top: -20px;
  }
  .lk-lottery-time-count-list span {
    font-size: 8px;
  }
  .lk-lottery-time-count-list:after {
    height: 41px;
  }
  .lk-lottery-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .lk-lottery-input-lbl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .lk-lottery-input-info img {
    width: 30px;
  }
  .lk-lottery-input-val {
    font-size: 16px;
  }
  .lk-lottery-input-login {
    font-size: 14px;
    padding-right: 30px;
  }
  .lk-lottery-input-login:after {
    width: 27px;
    height: 19px;
    background-size: contain;
  }
  .lk-lottery-input-btn_code {
    margin: 0 auto;
  }
  .lk-lottery-form {
    margin-bottom: 30px;
  }
  .lk-lottery-info {
    font-size: 14px;
    max-width: 320px;
    margin: 0 auto 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lk-lottery-info img {
    width: 30px;
    margin-right: 10px;
  }
  .lk-lottery-submit {
    margin: 0 auto;
  }
  .lk-lottery-link {
    font-size: 18px;
    margin: 0 auto;
  }
  .lk-lottery-my_list-title, .lk-lottery-my_list-caption {
    font-size: 16px;
    text-align: center;
  }
  .lk-lottery-my_list-item {
    padding: 30px 0;
  }
  .lk-lottery-my_list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .lk-lottery-my_list-link {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .lk-lottery-my_list-link:last-child {
    margin-bottom: 0;
  }
  .lk-lottery-input_create {
    margin-bottom: 30px;
  }
  .lk-lottery-input_create-lbl {
    margin-bottom: 10px;
  }
  .lk-lottery-input_create-val-textarea {
    min-width: auto;
    max-width: 100%;
  }
  .lk-lottery-input_create-val_info {
    font-size: 12px;
  }
  .lk-lottery-input_create-checkbox {
    font-size: 12px;
  }
  .lk-lottery-table-mobile {
    font-size: 12px;
  }
  .lk-lottery-table-mobile-lbl {
    font-size: 14px;
  }
}

.lk-sms-list {
  margin-bottom: 60px;
}

.lk-sms-list-item {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 15, 53, 0)), to(#5c0f35));
  background-image: -o-linear-gradient(right, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  background-image: linear-gradient(-90deg, rgba(92, 15, 53, 0) 0%, #5c0f35 100%);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 10px 0;
}

.lk-sms-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 65px 5px 35px;
  position: relative;
}

.lk-sms-list-flex-new_sms {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(59, 2, 30, 0)), to(#5c0f35));
  background-image: -o-linear-gradient(left, rgba(59, 2, 30, 0) 0%, #5c0f35 100%);
  background-image: linear-gradient(90deg, rgba(59, 2, 30, 0) 0%, #5c0f35 100%);
}

.lk-sms-list-ava {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  background-color: #3b021e;
  margin-right: 35px;
}

.lk-sms-list-ava img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.lk-sms-list-info {
  font-size: 16px;
  max-width: 340px;
  width: 100%;
}

.lk-sms-list-info-name {
  font-weight: 500;
  margin-bottom: 20px;
}

.lk-sms-list-info-name span {
  font-weight: 600;
  color: #5c0f35;
  margin-left: 30px;
}

.lk-sms-list-info-desc {
  padding-left: 10px;
}

.lk-sms-list-date {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
}

.lk-sms-list-date-new {
  color: #fff;
}

.lk-sms-list-date img {
  display: inline-block;
  margin-top: 16px;
}

.lk-sms-list-remove {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("../img/lk-sms-list-remove.png");
  width: 15px;
  height: 15px;
}

.lk-sms-list-remove-new {
  background-image: url("../img/lk-sms-list-new-remove.png");
}

.lk-sms-send-name {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 35px;
}

.lk-sms-send-name span {
  font-weight: 600;
  color: #5c0f35;
  margin-left: 30px;
}

.lk-sms-send-name:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#3b021e), to(rgba(98, 67, 80, 0)));
  background-image: -o-linear-gradient(right, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
  background-image: linear-gradient(-90deg, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.lk-sms-send-message {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.lk-sms-send-message-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  margin-bottom: 45px;
}

.lk-sms-send-message-item-sender {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lk-sms-send-message-item-sender .lk-sms-send-message-ava {
  margin-left: 20px;
  margin-right: 0;
}

.lk-sms-send-message-item-sender .lk-sms-send-message-box {
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-color: #000;
}

.lk-sms-send-message-ava {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: #3b021e;
  margin-right: 20px;
}

.lk-sms-send-message-ava img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.lk-sms-send-message-box {
  max-width: 440px;
  width: 100%;
  min-height: 120px;
  border: 1px solid #5c0f35;
  border-radius: 10px;
  padding: 10px 20px 35px;
  position: relative;
  border-top-left-radius: 0;
}

.lk-sms-send-message-box-time {
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}

.lk-sms-send-message-read {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.lk-sms-send-date {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}

.lk-sms-send-form {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.lk-sms-send-form textarea {
  background-color: transparent;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  border-radius: 6px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: none;
  padding: 30px;
  font-size: 16px;
  margin-bottom: 35px;
}

.lk-sms-send-submit {
  max-width: 240px;
  width: 100%;
  display: block;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  margin-left: auto;
}

.lk-sms-send-submit:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

@media only screen and (max-width: 992px) {
  .lk-sms-send-name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .lk-sms-send-date {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-sms {
    max-width: 320px;
    margin: 0 auto;
  }
  .lk-sms-list {
    margin-bottom: 0;
  }
  .lk-sms-list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px 50px 5px 15px;
  }
  .lk-sms-list-ava {
    width: 61px;
    height: 61px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lk-sms-list-info {
    font-size: 14px;
  }
  .lk-sms-list-info-name span {
    margin-left: 0;
    display: block;
  }
  .lk-sms-list-info-desc {
    padding: 0;
    font-size: 12px;
  }
  .lk-sms-list-date {
    font-size: 12px;
    position: absolute;
    top: 35px;
    right: 15px;
    text-align: right;
  }
  .lk-sms-list-date img {
    width: 30px;
    margin-top: 10px;
  }
  .lk-sms .op-pagination {
    display: none;
  }
  .lk-sms-send-name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .lk-sms-send-name:after {
    width: 100%;
    right: 0;
    left: 0;
    top: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#3b021e), to(rgba(98, 67, 80, 0)));
    background-image: -o-linear-gradient(left, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
    background-image: linear-gradient(90deg, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
  }
  .lk-sms-send-date {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .lk-sms-send-message-item {
    font-size: 10px;
  }
  .lk-sms-send-message-item-sender .lk-sms-send-message-ava {
    margin-right: 0;
    margin-left: 10px;
  }
  .lk-sms-send-message-item-sender .lk-sms-send-message-box {
    border-radius: 5px;
    border-bottom-right-radius: 0;
  }
  .lk-sms-send-message-read {
    width: 14px;
    right: 5px;
    bottom: 5px;
  }
  .lk-sms-send-message-ava {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  .lk-sms-send-message-box {
    min-height: 62px;
    max-width: calc(100% - 58px);
    padding: 5px 5px 15px;
    border-radius: 5px;
    border-top-left-radius: 0;
  }
  .lk-sms-send-message-box-time {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .lk-sms-send-form {
    padding: 0;
  }
  .lk-sms-send-form textarea {
    font-size: 12px;
    padding: 10px;
  }
  .lk-sms-send-submit {
    margin: 0 auto;
  }
}

.lk-matrix_header {
  max-width: 1170px;
  margin: 0 auto;
  text-align: right;
  padding-top: 10px;
}

.lk-matrix_header a {
  max-width: 180px;
  width: 100%;
  display: inline-block;
  height: 38px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 38px;
  font-size: 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  cursor: url("../img/cursor.png"), auto;
  margin-right: 10px;
}

.lk-matrix_header a:last-child {
  margin-right: 0;
}

.lk-matrix_header a:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

.lk-matrix {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 48px);
}

.lk-matrix-silver .lk-matrix-toolbar-btn-next {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7f7f7f), to(#e8e8e8));
  background-image: -o-linear-gradient(bottom, #7f7f7f 0%, #e8e8e8 100%);
  background-image: linear-gradient(0deg, #7f7f7f 0%, #e8e8e8 100%);
  -webkit-box-shadow: 0 7px 13.16px 0.84px rgba(141, 143, 148, 0.45), inset 0 0 3px 0 rgba(198, 194, 194, 0.004);
          box-shadow: 0 7px 13.16px 0.84px rgba(141, 143, 148, 0.45), inset 0 0 3px 0 rgba(198, 194, 194, 0.004);
}

.lk-matrix-silver .lk-matrix-toolbar-btn-next:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(134, 133, 133, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(134, 133, 133, 0.75);
}

.lk-matrix-silver .lk-matrix-content-item {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cf9508), color-stop(0%, #686868), to(#eaeae9));
  background-image: -o-linear-gradient(bottom, #cf9508 0%, #686868 0%, #eaeae9 100%);
  background-image: linear-gradient(0deg, #cf9508 0%, #686868 0%, #eaeae9 100%);
  -webkit-box-shadow: inset 0 1px 6.58px 0.42px rgba(221, 221, 221, 0.004);
          box-shadow: inset 0 1px 6.58px 0.42px rgba(221, 221, 221, 0.004);
  border-color: #686868;
}

.lk-matrix-silver .lk-matrix-content-item:after {
  -webkit-box-shadow: 0 11px 32.01px 0.99px rgba(143, 140, 140, 0.45);
          box-shadow: 0 11px 32.01px 0.99px rgba(143, 140, 140, 0.45);
}

.lk-matrix-standard .lk-matrix-toolbar-btn-next {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#006acc), to(#b3e9fe));
  background-image: -o-linear-gradient(bottom, #006acc 0%, #b3e9fe 100%);
  background-image: linear-gradient(0deg, #006acc 0%, #b3e9fe 100%);
  -webkit-box-shadow: 0 7px 13.16px 0.84px rgba(70, 179, 246, 0.45), inset 0 0 3px 0 rgba(168, 232, 253, 0.004);
          box-shadow: 0 7px 13.16px 0.84px rgba(70, 179, 246, 0.45), inset 0 0 3px 0 rgba(168, 232, 253, 0.004);
}

.lk-matrix-standard .lk-matrix-toolbar-btn-next:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(0, 93, 183, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(0, 93, 183, 0.75);
}

.lk-matrix-standard .lk-matrix-content-item {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#08bfcf), color-stop(0%, #0068c8), to(#a8e8fd));
  background-image: -o-linear-gradient(bottom, #08bfcf 0%, #0068c8 0%, #a8e8fd 100%);
  background-image: linear-gradient(0deg, #08bfcf 0%, #0068c8 0%, #a8e8fd 100%);
  -webkit-box-shadow: inset 0 1px 6.58px 0.42px rgba(191, 231, 251, 0.004);
          box-shadow: inset 0 1px 6.58px 0.42px rgba(191, 231, 251, 0.004);
  border-color: #0068c8;
}

.lk-matrix-standard .lk-matrix-content-item:after {
  -webkit-box-shadow: 0 11px 32.01px 0.99px rgba(48, 152, 247, 0.45);
          box-shadow: 0 11px 32.01px 0.99px rgba(48, 152, 247, 0.45);
}

.lk-matrix-toolbar {
  width: 200px;
}

.lk-matrix-toolbar-input {
  margin-bottom: 30px;
}

.lk-matrix-toolbar-input-lbl {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #5c0f35;
  margin-bottom: 5px;
  padding-left: 5px;
}

.lk-matrix-toolbar-input-val {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
  background-color: #fff;
  width: 100%;
  height: 26px;
  padding: 0 25px 0 10px;
  background-image: url("../img/lk-auth-input-select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.lk-matrix-toolbar-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin-bottom: 35px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.lk-matrix-toolbar-btn-buy {
  margin-top: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#026800), to(#05a502));
  background-image: -o-linear-gradient(bottom, #026800 0%, #05a502 100%);
  background-image: linear-gradient(0deg, #026800 0%, #05a502 100%);
  -webkit-box-shadow: 0 7px 13.16px 0.84px rgba(6, 199, 2, 0.45), inset 0 0 3px 0 rgba(94, 76, 221, 0.004);
          box-shadow: 0 7px 13.16px 0.84px rgba(6, 199, 2, 0.45), inset 0 0 3px 0 rgba(94, 76, 221, 0.004);
  color: #fff;
}

.lk-matrix-toolbar-btn-buy:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(13, 4, 80, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(13, 4, 80, 0.75);
}

.lk-matrix-toolbar-btn-next {
  color: #000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cf9508), to(#f1c66e));
  background-image: -o-linear-gradient(bottom, #cf9508 0%, #f1c66e 100%);
  background-image: linear-gradient(0deg, #cf9508 0%, #f1c66e 100%);
  -webkit-box-shadow: 0 7px 13.16px 0.84px rgba(246, 179, 47, 0.45), inset 0 0 3px 0 rgba(236, 201, 131, 0.004);
          box-shadow: 0 7px 13.16px 0.84px rgba(246, 179, 47, 0.45), inset 0 0 3px 0 rgba(236, 201, 131, 0.004);
}

.lk-matrix-toolbar-btn-next:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(178, 126, 0, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(178, 126, 0, 0.75);
}

.lk-matrix-menu {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 35px;
}

.lk-matrix-menu-item {
  min-height: 48px;
  position: relative;
  padding-left: 5px;
}

.lk-matrix-menu-item-active {
  position: absolute;
  width: 100%;
  height: 36px;
  top: 6px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#3b021e), to(rgba(59, 2, 30, 0)));
  background-image: -o-linear-gradient(left, #3b021e 0%, rgba(59, 2, 30, 0) 100%);
  background-image: linear-gradient(90deg, #3b021e 0%, rgba(59, 2, 30, 0) 100%);
}

.lk-matrix-menu-item-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background-color: #3b021e;
}

.lk-matrix-menu-item-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #3b021e;
  border-right: 10px solid #3b021e;
}

.lk-matrix-menu-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#3b021e), to(rgba(98, 67, 80, 0)));
  background-image: -o-linear-gradient(right, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
  background-image: linear-gradient(-90deg, #3b021e 0%, rgba(98, 67, 80, 0) 100%);
}

.lk-matrix-menu-item li {
  padding-left: 30px;
  height: 23px;
  line-height: 23px;
  font-size: 16px;
}

.lk-matrix-menu-item li a {
  color: #000;
}

.lk-matrix-menu-item li.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#aaa6a8), to(rgba(170, 166, 168, 0)));
  background-image: -o-linear-gradient(left, #aaa6a8 0%, rgba(170, 166, 168, 0) 100%);
  background-image: linear-gradient(90deg, #aaa6a8 0%, rgba(170, 166, 168, 0) 100%);
}

.lk-matrix-menu-link {
  display: block;
  line-height: 48px;
  color: #5c0f35;
  font-size: 18px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.lk-matrix-menu-link-active {
  color: #fff;
  font-weight: 500;
}

.lk-matrix-footer {
  width: 100%;
  height: 126px;
  position: absolute;
  top: 760px;
  left: 0;
  right: 0;
}

.lk-matrix-footer hr {
  height: 1px;
  border: none;
  padding: 0;
  margin: 0 0 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(98, 67, 80, 0)), to(#3b021e));
  background-image: -o-linear-gradient(right, rgba(98, 67, 80, 0) 0%, #3b021e 100%);
  background-image: linear-gradient(-90deg, rgba(98, 67, 80, 0) 0%, #3b021e 100%);
}

.lk-matrix-footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lk-matrix-footer ul li {
  width: 25%;
}

.lk-matrix-footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-matrix-footer-item:last-child {
  margin-bottom: 0;
}

.lk-matrix-footer-item-icon {
  width: 30px;
  position: relative;
  text-align: center;
  margin-right: 15px;
}

.lk-matrix-footer-item-icon-after {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lk-matrix-footer-item-icon-before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
}

.lk-matrix-footer-item-icon span {
  font-weight: 600;
  color: #5c0f35;
}

.lk-matrix-footer-item i {
  width: 60px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #5c0f35;
  margin-right: 15px;
}

.lk-matrix-footer-item i.on {
  color: #046b02;
}

.lk-matrix-footer-item i.off {
  color: #000;
}

.lk-matrix-content {
  width: calc(100% - 200px);
  position: relative;
  padding-bottom: 126px;
}

.lk-matrix-content-slider {
  display: none;
}

.lk-matrix-content-scroll-block {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding-top: 40px;
}

.lk-matrix-content-one {
  margin-bottom: 30px;
}

.lk-matrix-content-two {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
  margin-bottom: 30px;
}

.lk-matrix-content-two:after {
  content: "";
  width: 50%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #5c0f35;
}

.lk-matrix-content-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.lk-matrix-content-three > div {
  width: 50%;
}

.lk-matrix-content-item {
  margin: 0 auto;
  padding: 5px 8px 0;
  width: 185px;
  height: 185px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cf9508), to(#f4ca78));
  background-image: -o-linear-gradient(bottom, #cf9508 0%, #f4ca78 100%);
  background-image: linear-gradient(0deg, #cf9508 0%, #f4ca78 100%);
  -webkit-box-shadow: inset 0 1px 6.58px 0.42px rgba(243, 228, 99, 0.004);
          box-shadow: inset 0 1px 6.58px 0.42px rgba(243, 228, 99, 0.004);
  border-bottom: 5px solid #d69004;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}

.lk-matrix-content-item:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 11px 32.01px 0.99px rgba(255, 144, 0, 0.45);
          box-shadow: 0 11px 32.01px 0.99px rgba(255, 144, 0, 0.45);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 37px;
}

.lk-matrix-content-item-status {
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.lk-matrix-content-item-status-on {
  color: #046b02;
}

.lk-matrix-content-item-number_place {
  font-weight: 500;
  color: #5c0f35;
  margin-bottom: 5px;
}

.lk-matrix-content-item-date {
  margin-bottom: 10px;
}

.lk-matrix-content-item-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: inset 0 3px 1px 0 rgba(222, 222, 222, 0.75);
          box-shadow: inset 0 3px 1px 0 rgba(222, 222, 222, 0.75);
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lk-matrix-content-item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.lk-matrix-content-item-login {
  font-size: 20px;
  font-weight: 600;
  color: #5c0f35;
  text-align: center;
  height: 22px;
  overflow: hidden;
  margin-bottom: 0;
}

.lk-matrix-content-item-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.lk-matrix-content-item-links a {
  margin-right: 5px;
}

.lk-matrix-content-item-links a:last-child {
  margin-right: 0;
  margin-left: auto;
}

.lk-matrix-content-item-left_btn {
  position: absolute;
  top: 10px;
  left: 10px;
}

.lk-matrix-content-item-right_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.lk-matrix-content-item-dots_parent {
  display: block;
  width: 45px;
  height: 9px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lk-matrix-content-item-count_place {
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 500;
  color: #5c0f35;
  text-align: center;
  top: -20px;
}

.lk-matrix-content-item-count_place-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #5c0f35;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lk-matrix-content-item-dots_bottom {
  position: absolute;
  width: 30px;
  height: 9px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lk-matrix-content-item-buy_place {
  font-weight: 500;
  font-size: 16px;
  color: #5c0f35;
  border-bottom: 1px solid #5c0f35;
}

/*

@media only screen and (max-width: 992px) {
  .lk-matrix_header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;

    a {
      margin-bottom: 15px;
    }
  }
  .lk-matrix {
    flex-direction: column;
    align-items: center;

    &-menu {
      margin-bottom: 20px;
    }

    &-toolbar {
      &-input {
        margin-bottom: 15px;
      }

      &-btn {
        margin-bottom: 15px;

        &-buy {
          margin-top: 20px;
        }
      }
    }

    &-content {
      width: 100%;
      height: auto;
      padding-bottom: 0;
    }

    &-footer {
      position: relative;
    }
  }
}

@media only screen and (max-width: 800px) {
  .lk-matrix_header {
    flex-direction: column;

    a {
      margin-right: 0;
    }
  }
  .lk-matrix {
    &-content {
      &-two {
        display: none;
      }

      &-three {
        display: none;
      }

      &-slider {
        display: block;
        max-width: 290px;
        margin: 0 auto 30px;

        .swiper-slide {
          padding: 30px 0 40px;
        }

        .swiper-pagination {
          position: relative;
          bottom: auto;
          left: auto;
          background-color: #eeedeb;
          height: 8px;
          display: flex;
          border-radius: 10px;
        }

        .swiper-pagination-bullet {
          background-color: #eeedeb;
          width: 50%;
          border-radius: 0;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
          margin: 0;
        }

        .swiper-pagination-bullet-active {
          background-color: #5c0f35;
          border-radius: 10px;
        }
      }
    }

    &-footer {
      height: auto;

      ul {
        flex-direction: column;
        align-items: center;

        li {
          width: 100%;
          max-width: 250px;
          margin-bottom: 20px;
        }
      }

      &-item {
        &-last {
          padding-left: 65px;
        }

        i {
          position: absolute;
          left: 0;
          top: 0;
        }
      }
    }
  }
}*/
.lk-curator {
  padding-top: 50px;
}

.lk-curator-form {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.lk-curator-form-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  margin-bottom: 45px;
}

.lk-curator-form-info img {
  width: 35px;
}

.lk-curator-form-info-replenish img {
  width: 35px;
}

.lk-curator-form-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.lk-curator-form-info-link {
  width: 190px;
  height: 40px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-curator-form-info-link:last-child {
  margin-right: 0;
}

.lk-curator-form-info-link-youtube {
  background-image: url(../img/menu-btn-youtube.png);
}

.lk-curator-form-info-link-youtube:hover {
  background-image: url(../img/menu-btn-youtube-2.png);
}

.lk-curator-form-info-link-telegram {
  background-image: url(../img/menu-btn-telegram.png);
}

.lk-curator-form-info-link-telegram:hover {
  background-image: url(../img/menu-btn-telegram-2.png);
}

.lk-curator-form-info img {
  margin-right: 25px;
}

.lk-curator-input {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lk-curator-input-lbl {
  color: #3b021e;
  font-size: 16px;
  width: 220px;
}

.lk-curator-input-val {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #F9F8F6;
  width: 300px;
  height: 34px;
  text-align: center;
  padding: 0 10px;
}

.lk-curator-input-info {
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 220px;
  margin-top: 30px;
}

.lk-curator-input-info img {
  margin-right: 10px;
  width: 24px;
}

.lk-curator-input-info span {
  font-weight: 500;
  color: #5c0f35;
}

.lk-curator-input-btn_code_wrap {
  width: 100%;
  padding-top: 25px;
}

.lk-curator-input-btn_code {
  display: block;
  width: 220px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  color: #5c0f35;
  font-size: 18px;
  border: 1px solid #5c0f35;
  margin-left: 260px;
}

.lk-curator-submit {
  max-width: 240px;
  width: 100%;
  display: block;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  margin: 60px auto 0;
}

.lk-curator-submit:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

.lk-curator-checkbox {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #3b021e;
  width: 400px;
  margin: 0 auto;
}

.lk-curator-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 6;
  line-height: 18px;
  font-weight: 400;
}

.lk-curator-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.lk-curator-checkbox input[type="checkbox"]:checked ~ .check:before {
  background-image: url("../img/lk-auth-checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lk-curator-checkbox .check {
  display: block;
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  border-radius: 5px;
}

.lk-curator-checkbox .check:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1170px) {
  .lk-curator-form {
    max-width: 480px;
  }
  .lk-curator-input-lbl {
    width: 180px;
  }
  .lk-curator-input-info {
    margin-left: 180px;
  }
}

@media only screen and (max-width: 992px) {
  .lk-curator-input .g_input-error {
    max-width: 300px;
    width: 100%;
  }
  .lk-curator-input-lbl {
    font-size: 14px;
  }
  .lk-curator-input-val {
    max-width: 300px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .lk-curator {
    padding-top: 25px;
  }
  .lk-curator-form {
    max-width: 320px;
  }
  .lk-curator-input {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .lk-curator-input .g_input-error {
    max-width: 100%;
  }
  .lk-curator-input-lbl {
    width: 100%;
    margin-bottom: 10px;
  }
  .lk-curator-input-val {
    max-width: 100%;
  }
  .lk-curator-input-info {
    width: 100%;
    font-size: 14px;
    margin: 15px 0 0;
  }
  .lk-curator-checkbox {
    font-size: 14px;
    width: 100%;
  }
}

.lk_buy_partner {
  padding-top: 50px;
}

.lk_buy_partner-form {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.lk_buy_partner-form-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  margin-bottom: 45px;
}

.lk_buy_partner-form-info img {
  width: 35px;
}

.lk_buy_partner-form-info-replenish img {
  width: 35px;
}

.lk_buy_partner-form-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.lk_buy_partner-form-info-link {
  width: 190px;
  height: 40px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk_buy_partner-form-info-link:last-child {
  margin-right: 0;
}

.lk_buy_partner-form-info-link-youtube {
  background-image: url(../img/menu-btn-youtube.png);
}

.lk_buy_partner-form-info-link-youtube:hover {
  background-image: url(../img/menu-btn-youtube-2.png);
}

.lk_buy_partner-form-info-link-telegram {
  background-image: url(../img/menu-btn-telegram.png);
}

.lk_buy_partner-form-info-link-telegram:hover {
  background-image: url(../img/menu-btn-telegram-2.png);
}

.lk_buy_partner-form-info img {
  margin-right: 25px;
}

.lk_buy_partner-input {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lk_buy_partner-input-lbl {
  color: #3b021e;
  font-size: 16px;
  width: 220px;
}

.lk_buy_partner-input-val {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-color: #F9F8F6;
  width: 300px;
  height: 34px;
  text-align: center;
  padding: 0 10px;
}

.lk_buy_partner-input-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 525px;
  white-space: nowrap;
}

.lk_buy_partner-input-info img {
  margin-right: 10px;
  width: 24px;
}

.lk_buy_partner-input-info span {
  font-weight: 500;
  color: #5c0f35;
}

.lk_buy_partner-input-btn_code_wrap {
  width: 100%;
  padding-top: 25px;
}

.lk_buy_partner-input-btn_code {
  display: block;
  width: 220px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  color: #5c0f35;
  font-size: 18px;
  border: 1px solid #5c0f35;
  margin-left: 260px;
}

.lk_buy_partner-submit {
  max-width: 240px;
  width: 100%;
  display: block;
  height: 48px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5c0f35), to(#8e2d5c));
  background-image: -o-linear-gradient(bottom, #5c0f35 0%, #8e2d5c 100%);
  background-image: linear-gradient(0deg, #5c0f35 0%, #8e2d5c 100%);
  margin: 60px auto 0;
}

.lk_buy_partner-submit:hover {
  -webkit-box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
          box-shadow: inset 0 4px 17.46px 0.54px rgba(68, 12, 40, 0.75);
}

.lk_buy_partner-checkbox {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #3b021e;
  width: 400px;
  margin: 0 auto;
}

.lk_buy_partner-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 6;
  line-height: 18px;
  font-weight: 400;
}

.lk_buy_partner-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.lk_buy_partner-checkbox input[type="checkbox"]:checked ~ .check:before {
  background-image: url("../img/lk-auth-checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lk_buy_partner-checkbox .check {
  display: block;
  border: 1px solid #E6E6E6;
  background-color: #F9F8F6;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  border-radius: 5px;
}

.lk_buy_partner-checkbox .check:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1170px) {
  .lk_buy_partner-form {
    max-width: 480px;
  }
  .lk_buy_partner-input-lbl {
    width: 180px;
  }
  .lk_buy_partner-input-btn_code {
    margin-left: 220px;
  }
  .lk_buy_partner-input-info {
    position: relative;
    left: auto;
    width: 100%;
    white-space: normal;
    top: auto;
    padding: 0;
    margin-top: 15px;
  }
  .lk_buy_partner-input-info br {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .lk_buy_partner-input .g_input-error {
    max-width: 300px;
    width: 100%;
  }
  .lk_buy_partner-input-lbl {
    font-size: 14px;
  }
  .lk_buy_partner-input-val {
    max-width: 300px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .lk_buy_partner {
    padding-top: 25px;
  }
  .lk_buy_partner-form {
    max-width: 320px;
  }
  .lk_buy_partner-input {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .lk_buy_partner-input .g_input-error {
    max-width: 100%;
  }
  .lk_buy_partner-input-lbl {
    width: 100%;
    margin-bottom: 10px;
  }
  .lk_buy_partner-input-val {
    max-width: 100%;
  }
  .lk_buy_partner-input-info {
    width: 100%;
    font-size: 14px;
    margin: 15px 0 0;
  }
  .lk_buy_partner-input-btn_code {
    margin: 0 auto;
  }
  .lk_buy_partner-checkbox {
    font-size: 14px;
    width: 100%;
  }
}

.selectize-control.single .selectize-input {
  background: none;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
          box-shadow: 0 1px 9px 0 rgba(193, 193, 193, 0.75);
}

.selectize-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

.selectize-input {
  border: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  padding: 0 25px 0 10px;
  line-height: 26px;
  color: #000;
}

.selectize-input input {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.selectize-dropdown .active {
  color: #fff;
  background-color: #1e90ff;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border: none;
}

.selectize-control.single .selectize-input:after {
  border: none;
  content: "";
  width: 13px;
  height: 7px;
  right: 10px;
  background-image: url("../img/lk-auth-input-select.png");
}

.selectize-dropdown [data-selectable].option {
  cursor: pointer;
}

.selectize-dropdown .optgroup-header {
  font-size: 14px;
}

.content_width, .lk-content, .l_header, .op_header, .l_footer-inner, .op_footer-inner, .main-section-1, .main-section-2-inner, .main-section-3-inner, .main-section-4-inner, .main-section-5-inner, .main-section-6-inner, .op-main-section-1-inner, .op-main-section-2, .op-main-section-3, .op-favorites, .op-services, .op-media, .op-sub-media, .op-course, .op-master-class, .op-motivation, .op-articles, .op-schedule, .op-course-item, .op_mini_test-inner, .lk_header, .lk_footer-inner {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1100px) {
  .lk-content {
    min-height: calc(100vh - 506px);
  }
}

@media only screen and (max-width: 992px) {
  .lk-content {
    min-height: calc(100vh - 527px);
  }
}

@media only screen and (max-width: 768px) {
  .lk-content {
    min-height: auto;
  }
}
