@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular.woff2");
}
input, button, textarea, select {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  background: #000000;
  color: #E3E3E3;
}

  body {
    scrollbar-face-color: rgba(250, 245, 135, 0.2);
    scrollbar-track-color: rgba(255, 255, 255, 0.1);
  }

  body::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    border-radius: 0px;
  }

  body::-webkit-scrollbar-thumb {
    background: rgba(250, 245, 135, 0.2);
    border-radius: 0px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
  }

  body::-webkit-scrollbar-thumb:hover {
    background: rgba(250, 245, 135, 1);
  }

  body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px;
  }

html, body {
  padding: 0;
  margin: 0;
  height: 100vh;
  height: var(--doc-height);
}

.page-wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.page-padding__top {
  padding-top: 102px;
}

.container {
  width: 1680px;
}

.modal {
  height: 100%;
  opacity: 1;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.title {
  color: #E3E3E3;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.pt {
  padding-top: 80px;
}

.pb {
  padding-bottom: 80px;
}

.benefits-block {
  margin-top: 24px;
  width: 33.333%;
}
.benefits-list {
  padding-top: 8px;
}
.benefits-item {
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(100deg, rgba(2, 23, 3, 0.95) -0.8%, #010D05 100%);
}
.benefits-item__text {
  margin-top: 16px;
  color: #C5C1C1;
  font-size: 18px;
  font-weight: 400;
  line-height: 138%;
  width: 340px;
  max-width: 100%;
}
.benefits-wrapper {
  width: 1328px;
  margin: 0 auto;
  max-width: 100%;
}

.vip-video {
  margin-top: 24px;
  width: 960px;
  border-radius: 24px;
  background: #0F0F0F;
}
.vip-video:hover {
  opacity: 0.7;
}
.vip-video__wrapper {
  padding-top: 56.6%;
}
.vip-video__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.apps {
  padding: 72px 0;
}
.apps-title {
  margin: 0 auto 40px;
  width: 930px;
  max-width: 100%;
}
.apps-item__title {
  margin: 16px 0;
  color: #E3E3E3;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.apps-item__block {
  margin: 16px 8px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 23px;
  min-width: 186px;
}
.apps-item__block-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.apps-item__block-icon {
  width: 24px;
  min-width: 24px;
  margin-right: 8px;
}
.apps-item__block-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.apps-item__block-text {
  margin-top: 2px;
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.apps-item__block:hover {
  opacity: 0.8;
}
.apps-item__list {
  margin-top: -16px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  overflow: hidden;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #d4b339;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover::before {
  opacity: 1;
}
.btn.btn-white {
  background: #E3E3E3;
}
.btn.btn-white::before {
  display: none;
}
.btn.btn-white:hover {
  background: #fff;
}

.main-list {
  min-height: 460px;
}
.main-title {
  color: #E3E3E3;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}
.main-title span {
  display: block;
  letter-spacing: 0.96px;
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 54px;
}
.main-item {
  margin-top: 24px;
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 500px;
  background: #0F0F0F;
}
.main-btn {
  margin-right: 16px;
  margin-top: 32px;
}
.main-logo {
  margin-right: -80px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
   margin-top: 56px;          
}

.fixed-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
}

.header {
  background: linear-gradient(100deg, rgba(2, 23, 3, 0.95) -0.8%, #010D05 100%);
}
.header-list {
  height: 56px;
}
.header-link, .header-register {
  color: #E3E3E3;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.header-link img, .header-register img {
  margin-left: -4px;
  margin-right: 4px;
}
.header-link:hover, .header-register:hover {
  color: #FAF587;
  text-decoration: none;
}
.header-register {
  margin-right: auto;
  margin-left: 24px;
}
.header-nav {
  padding: 0;
  margin: 0;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 16px;
}
.header-nav ul li:first-child {
  display: none;
}
.header-nav ul li a {
  color: #E3E3E3;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  text-decoration: none;
}
.header-nav ul li a:hover {
  text-decoration: none;
  color: #FAF587;
}
.header-nav ul li.active a {
  background: var(--gold, linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.top {
  height: 46px;
  overflow: hidden;
}
.top img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background: linear-gradient(100deg, rgba(2, 23, 3, 0.95) -0.8%, #010D05 100%);
  padding: 30px 0;
}
.footer-top__block {
  margin-right: 12px;
}
.footer-top__link {
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.footer-top__link:hover {
  color: #FAF587;
  text-decoration: none;
}
.footer-copy {
  width: 753px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.footer-contact {
  margin: 32px 0 24px;
}
.footer-contact__block {
  margin-right: 16px;
}
.footer-item {
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.footer-item img {
  margin-right: 8px;
}
.footer-item:hover {
  color: #FAF587;
  text-decoration: none;
}

.main-left {
  width: 652px;
}

.login {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.login-wrapper {
  border-radius: 24px;
  background: #0F0F0F;
  padding: 24px;
  width: 640px;
}
.login-tabs {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 32px;
}
.login-tab {
  height: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #E3E3E3;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  border-radius: 16px;
  width: calc(50% - 8px);
}
.login-tab:hover {
  background: rgba(255, 255, 255, 0.01);
}
.login-tab.active {
  background: rgba(255, 255, 255, 0.05);
}
.login-input {
  margin-bottom: 24px;
}
.login-input__title {
  color: #E3E3E3;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.login-input__title span {
  color: #FF2E2E;
}
.login-input input, .login-input textarea {
  padding-left: 16px;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  width: 100%;
}
.login-input input::-webkit-input-placeholder, .login-input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.login-input input::-moz-placeholder, .login-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.login-input input:-ms-input-placeholder, .login-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.login-input input::-ms-input-placeholder, .login-input textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.login-input input::placeholder, .login-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.login-input textarea {
  height: 96px;
  resize: none;
  padding-top: 14px;
}
.login-change {
  width: 24px;
  height: 24px;
  bottom: 12px;
  right: 24px;
  z-index: 3;
  background-image: url("../img/password.svg");
}
.login-change.active {
  background-image: url("../img/password-2.svg");
}
.login-btn {
  width: 100%;
}

[data-tabs-content] {
  display: none;
}
[data-tabs-content]:first-child {
  display: block;
}

.lc {
  margin-top: 64px;
}
.lc-top {
  padding: 32px;
  border-radius: 32px 32px 0px 0px;
  background: #0F0F0F;
  margin-bottom: 40px;
}
.lc-link {
  margin-right: 64px;
  color: #E3E3E3;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.lc-link img {
  margin-right: 8px;
}
.lc-link__gold {
  display: none;
}
.lc-link:last-child {
  margin-right: 0;
}
.lc-link:hover {
  opacity: 0.8;
}
.lc-link.active {
  opacity: 1 !important;
}
.lc-link.active .lc-link__white {
  display: none;
}
.lc-link.active .lc-link__gold {
  display: block;
}
.lc-link.active span {
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lc-send {
  margin-top: 16px;
}
.lc-send__input {
  padding-left: 24px;
  border-radius: 16px;
  background: #0F0F0F;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border: none;
  height: 64px;
}
.lc-send__input::placholer {
  color: rgba(255, 255, 255, 0.3);
}
.lc-message {
  padding-bottom: 40px;
}
.lc-message__chat {
  height: calc(100vh - 311px);
  overflow-y: auto;
  padding-right: 32px;
}
.lc-message__chat::-webkit-scrollbar {
  width: 10px;
}
.lc-message__chat::-webkit-scrollbar-track {
  background: #000;
}
.lc-message__chat::-webkit-scrollbar-thumb {
  background: #0F0F0F;
}
.lc-message__chat-item {
  margin-bottom: 16px;
  padding: 16px 24px;
  border-radius: 24px 24px 24px 0px;
  background: #0F0F0F;
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.lc-message__chat-item:last-child {
  margin-bottom: 0;
}
.lc-message__chat-item.answer {
  border-radius: 24px 24px 0px 24px;
}
.lc-message__chat-text {
  margin: 8px 0;
}
.lc-message__chat-date {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.lc-video__title {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
  text-align: center;
}
.lc-video__padding {
  padding-top: 56.6%;
}
.lc-video__padding iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.lc-video__big {
  margin-bottom: 40px;
}
.lc-video__items {
  margin-top: 56px;
}
.lc-video__items-title {
  margin-bottom: -8px;
  color: #E3E3E3;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.lc-video__items-item {
  width: calc(50% - 14px);
  margin-top: 40px;
}
.lc-video__items-bold {
  margin: 24px 0 8px;
  color: #E3E3E3;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.lc-video__items-text {
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.lc-pt {
  padding-top: 64px;
  margin-top: 0;
}
.lc-pb {
  padding-bottom: 130px !important;
}
.lc-faq__title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
  text-align: center;
}
.lc-faq__item {
  margin-top: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 16px;
  background: #0F0F0F;
}
.lc-faq__item:first-child {
  margin-top: 0;
}
.lc-faq__item-title {
  padding: 24px 60px 24px 32px;
  color: #E3E3E3;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  position: relative;
}
.lc-faq__item-title::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/faq-arrow.svg");
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 32px;
  top: 19px;
}
.lc-faq__item-text {
  color: rgba(255, 255, 255, 0.6);
  
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  margin-top: -18px;
  display: none;
  padding: 0 32px 24px;
}
.lc-faq__item.active .lc-faq__item-text {
  display: block;
}
.lc-faq__item.active .lc-faq__item-title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 24px;
  top: 22px;
}

.lc-video__items-video {
  overflow: hidden;
  border-radius: 16px;
}

.lc-video__big {
  overflow: hidden;
  border-radius: 0px 0px 16px 16px;
}

.to-top {
  position: fixed;
  top: 24px;
  right: calc(50% + 760px);
  right: 24px;
  z-index: 30;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.to-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.to-top:hover {
  opacity: 0.8;
}

.favorites-item {
  margin-top: 32px;
}
.favorites-item__title {
  color: #E3E3E3;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.favorites-item__block {
  width: 25%;
  margin-top: 24px;
  padding: 0 12px;
}
.favorites-item__list {
  margin-left: -12px;
  margin-right: -12px;
}
.favorites-item__item {
  border-radius: 24px;
  background: #0F0F0F;
  padding: 16px 16px 24px;
  min-height: 100%;
}
.favorites-item__item-img {
  padding-top: 65.41%;
  border-radius: 12px;
}
.favorites-item__item-img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.favorites-item__item-bottom {
  margin-top: auto;
}
.favorites-item__item-title {
  margin: 16px 0 8px;
  color: #E3E3E3;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.favorites-item__item-star {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
}
.favorites-item__item-star::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/star-1.svg");
  background-repeat: no-repeat;
}
.favorites-item__item-btn {
  color: #E3E3E3;
  font-size: 18px;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: normal;
}
.favorites-item__item-btn.active .favorites-item__item-text {
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.favorites-item__item-btn.active .favorites-item__item-star::after {
  background-image: url("../img/star-2.svg");
}

.active .favorites-item__item-star::after {
  background-image: url("../img/star-1.svg");
}

.lc-top.m0 {
  margin: 0 !important;
}

.graphics {
  margin: 0 !important;
  padding: 64px 0;
}
.graphics-btn {
  padding: 0;
  height: 77px;
  border-radius: 40px;
  border: 2px dashed rgba(255, 255, 255, 0.6);
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 24px auto 0;
  width: 100%;
}
.graphics-btn:hover {
  background: #0F0F0F;
  color: #fff;
}
.graphics-item {
  background: #0F0F0F;
  margin-top: 16px;
  padding: 32px 40px;
}
.graphics-item:last-child {
  border-radius: 0px 0px 32px 32px;
}
.graphics-item:first-child {
  margin-top: 24px;
}
.graphics-item__link {
  margin-left: 24px;
  min-width: 24px;
  width: 24px;
}
.graphics-item__link.change-link {
  margin-left: 5px !important;
}
.graphics-item__link:hover {
  opacity: 0.7;
}
.graphics-item__name {
  color: #E3E3E3;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-right: auto;
  display: -webkit-box;
  max-width: calc(100% - 77px);
}
.graphics-item__wrapper {
  width: 100%;
  padding-top: 24px;
}
.graphics-item__sub {
  padding: 24px;
  margin-top: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}
.graphics-item__sub:first-child {
  margin-top: 0;
}
.graphics-item__sub .graphics-item__name {
  font-weight: 500;
}
.graphics-item__sub .graphics-btn {
  margin-top: 16px;
}

.modal-list {
  padding: 16px;
}
.modal-container {
  width: 640px;
  background: #0F0F0F;
  padding: 32px 24px;
  text-align: left;
  border-radius: 24px;
}
.modal-overlay {
  background: #000;
  opacity: 1;
}
.modal-close {
  right: 24px;
  top: 24px;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-title {
  color: #E3E3E3;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
  padding-right: 32px;
}
.modal .login-form {
  padding: 0;
  margin: 0;
  background: transparent;
}
.modal-file {
  margin-bottom: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.modal-file img {
  margin-right: 3px;
  width: 24px;
  min-width: 24px;
}
.modal-file input {
  display: none;
}
.modal-flex__text {
  margin-right: 24px;
  margin-bottom: 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  min-height: 24px;
  max-width: calc(100% - 130px);
}
.modal-flex__text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.graphics-table {
  overflow-y: auto;
  margin: 16px auto 0;
}
.graphics-table__list {
  width: 1680px;
  min-width: 1680px;
}
.graphics-table__item {
  margin-bottom: 8px;
  background: #0F0F0F;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  height: 48px;
}
.graphics-table__item-label {
  cursor: pointer;
  display: block;
  margin-right: 64px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.graphics-table__item-label input {
  display: none;
}
.graphics-table__item-label b {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
}
.graphics-table__item-label b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #E3E3E3;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.graphics-table__item-label input:checked + b::before {
  opacity: 1;
}
.graphics-table__item-delete:hover {
  opacity: 0.7;
}
.graphics-table__item-block {
  margin-right: 20px;
}
.graphics-table__item-block:nth-child(1) {
  width: 150px;
  min-width: 150px;
}
.graphics-table__item-block:nth-child(2) {
  width: 180px;
  min-width: 180px;
}
.graphics-table__item-block:nth-child(3) {
  width: 230px;
  min-width: 230px;
}
.graphics-table__item-block:nth-child(4) {
  width: 230px;
  min-width: 230px;
}
.graphics-table__item-block:nth-child(5) {
  width: 230px;
  min-width: 230px;
}
.graphics-table__item-block:nth-child(6) {
  width: 230px;
  min-width: 230px;
}
.graphics-table__item-block:nth-child(7) {
  width: 100px;
  min-width: 100px;
}
.graphics-table__item-block:nth-child(8) {
  margin-right: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.graphics-table__item:last-child {
  margin-bottom: 0;
}

.notice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #6DFF9F;
  padding: 0 4px;
  height: 24px;
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-left: 9px;
}
.notice.notice-error {
  background: #FF2E2E;
  color: #fff;
}

.graphics-table__item-label {
  margin-right: 0;
  margin-left: 10px;
}

.lc-graphics__item {
  margin-top: 24px;
}
.lc-graphics__item:first-child {
  margin-top: 24px;
}
.lc-graphics__title {
  color: #E3E3E3;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lc-graphics__bold {
  margin: 32px 0 24px;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lc-graphics__top {
  margin: 16px 0 24px;
  border-radius: 0px 0px 32px 32px;
  background: #0F0F0F;
  overflow-x: auto;
  -ms-overflow-style: none;
}
.lc-graphics__top::-webkit-scrollbar {
  width: 0;
  background: transparent;
  height: 0;
}
.lc-graphics__top-list {
  height: 88px;
  padding-left: 32px;
}
.lc-graphics__top-item {
  margin-right: 8px;
  height: 51px;
  white-space: nowrap;
  padding: 15px 23px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.lc-graphics__top-item.active {
  border-radius: 16px;
  border: 1px solid #AD9130;
  background: rgba(255, 255, 255, 0.05);
}
.lc-graphics__top-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}
.lc-graphics__tabs {
  margin-right: -8px;
  margin-top: -8px;
  -ms-overflow-style: none;
  overflow-x: auto;
}
.lc-graphics__tabs::-webkit-scrollbar {
  width: 0;
  background: transparent;
  height: 0;
}
.lc-graphics__tab {
  margin-top: 8px;
  margin-right: 8px;
  height: 51px;
  padding: 0 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #E3E3E3;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 400;
  line-height: normal;
}
.lc-graphics__tab:hover {
  background: rgba(255, 255, 255, 0.15);
}
.lc-graphics__tab.active {
  background: rgba(255, 255, 255, 0.3);
}

.contact {
  position: fixed;
  top: 128px;
  left: calc(50% + 360px);
  width: 482px;
  max-width: 100%;
  z-index: 40;
  padding: 24px;
  display: none;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
          box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
}
.contact::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 3px;
  background: #0F0F0F;
  border-radius: 16px;
  z-index: 0;
}
.contact-close {
  right: 24px;
  top: 24px;
  z-index: 5;
}
.contact-item {
  margin-top: 16px;
}
.contact-item:first-child {
  margin-top: 0;
}
.contact-item__icon {
  width: 32px;
  min-width: 32px;
  height: auto;
  margin-right: 6px;
}
.contact-item__link {
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.contact-item__link:hover {
  text-decoration: none;
  color: #FAF587;
}
.contact-qr {
  right: 32px;
  bottom: 32px;
  z-index: 2;
  width: 100px;
}

.rule-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
.rule-list {
  margin-top: -24px;
}
.rule-item {
  padding: 1px;
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  border-radius: 8px;
  margin-top: 24px;
  width: calc(50% - 12px);
  min-height: 136px;
}
.rule-item:first-child, .rule-item:last-child {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rule-item__text {
  border-radius: 7px;
  background: #0F0F0F;
  padding: 31px 23px;
  color: #E3E3E3;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pb72 {
  padding-bottom: 72px;
}

.pt72 {
  padding-top: 72px;
}

.page-title {
  width: 750px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-title b, .page-title strong {
  font-weight: 900;
}

.author-list {
  margin-top: 90px;
  position: relative;
}
.author-img {
  height: 100%;
  width: calc(50% - 21px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.author-items {
  width: calc(50% - 21px);
  margin-top: -24px;
}
.author-item {
  margin-top: 24px;
  width: calc(50% - 12px);
  border-radius: 16px;
  background: #0F0F0F;
  padding: 24px;
  min-height: 267px;
  box-shadow: 0px 4px 15px 0px rgb(255 248 99 / 69%);
}
.author-item__text {
  margin-top: 16px;
  color: #E3E3E3;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.author-item__btn {
  width: 100%;
  border-radius: 8px;
  background: #E3E3E3;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}
.author-item__btn::before {
  display: none;
}
.author-item__btn:hover {
  background: #fff;
  color: #000;
}

.brokers-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
  margin-right: 24px;
  width: calc(25% - 24px);
  border-radius: 16px;
  min-height: 100%;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
          box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  padding: 32px 16px;
  position: relative;
}
.brokers-item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 3px;
  background: #0F0F0F;
  border-radius: 16px;
}
.brokers-item__logo {
  min-height: 123px;
  margin-bottom: 61px;
  position: relative;
  z-index: 3;
}
.brokers-item__text {
  margin-bottom: 16px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  z-index: 3;
}
.brokers-item__text span {
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brokers-item__text a {
  text-decoration: none;
  color: #fff;
}
.brokers-item__text a:hover {
  text-decoration: underline;
}
.brokers-item__btn {
  border-radius: 8px;
  background: #E3E3E3;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 0 24px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 3;
  font-weight: 500;
}
.brokers-item__btn::before {
  display: none;
}
.brokers-item__btn:hover {
  background: #fff;
  color: #000;
}
.brokers-list {
  margin-right: -24px;
}
.brokers-faq {
  margin-top: 24px;
}

.page-title__bold {
  font-weight: 900;
}

.reviews-wrapper {
  width: 960px;
  margin: 40px auto 32px;
  border-radius: 24px;
  overflow: hidden;
}
.reviews-center {
  margin-top: 24px;
}
.reviews-slider {
  position: static;
}
.reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 37px 16px;
  border-radius: 32px;
  min-height: 100%;
  background: #0E1621;
}

.reviews-arrow, .reviews .slick-arrow {
  right: -10px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #0F0F0F;
}
.reviews-arrow:hover, .reviews .slick-arrow:hover {
  background: #000;
}
.reviews-arrow::before, .reviews .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.reviews-prev, .reviews .slick-prev {
  right: auto;
  left: -10px;
}
.reviews-prev::before, .reviews .slick-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-disabled {
  opacity: 0 !important;
}

.tarifs-block {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 24px;
  width: 33.333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tarifs-list {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 8px;
}
.tarifs-item {
  border-radius: 16px;
  min-height: 100%;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
          box-shadow: 0px 4px 15px 0px rgb(255 248 99 / 69%);;
  
  padding: 21px;
  position: relative;
}
.tarifs-item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 3px;
  background: #0F0F0F;
  border-radius: 16px;
}
.tarifs-item__bottom {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.tarifs-item__title {
  margin-bottom: 16px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.tarifs-item__info {
  position: relative;
  z-index: 2;
  margin-bottom: auto;
}
.tarifs-item__info-text {
  margin-top: 8px;
  background-image: url("../img/check-1.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  
}
.tarifs-item__info-text.color-gray {
  background-image: url("../img/check-2.svg");
  color: rgba(255, 255, 255, 0.3);
}
.tarifs-item__last .tarifs-item__title {
  text-align: center;
}
.tarifs-item__last .tarifs-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tarifs-item__last .tarifs-item__info-text {
  width: 379px;
  margin-right: 8px;
}

.modal-tarif .modal-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.modal-tarif__wrapper {
  background: #000;
  border-radius: 24px;
  padding: 30px 22px;
}
.modal-tarif .modal-container {
  padding: 2px;
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  border-radius: 24px;
}
.modal-tarif__btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-top: 24px;
}
.modal-tarif__title {
  margin-bottom: 24px;
  color: #E3E3E3;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.modal-tarif__item {
  width: 100%;
  padding: 2px;
  border-radius: 12px;
  background: #0F0F0F;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.modal-tarif__item.active {
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
}
.modal-tarif__item-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.modal-tarif__item-wrapper {
  background: #0F0F0F;
  padding: 14px;
  text-align: center;
  border-radius: 12px;
}
.modal-tarif__item-price {
  margin-top: 8px;
  color: #E3E3E3;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.modal-tarif__item.small-item {
  width: calc(33.333% - 10px);
}

.swiper-button-disabled.reviews-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lc-video__big-wrapper {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lc-link {
  position: relative;
}
.lc-link__posa {
  z-index: 3;
  left: 0;
  top: -10px;
  width: 100%;
  height: calc(100% + 20px);
}
.lc-link__list {
  position: absolute;
  top: calc(100% + 10px);
  border-radius: 24px 0px 0px 24px;
  z-index: 10;
  padding: 24px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
          box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
}
.lc-link__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #1A1A1A;
  width: 100%;
  height: 100%;
  border-radius: 24px 0px 0px 24px;
  z-index: 1;
}
.lc-link__list li {
  display: block;
  margin-top: 8px;
}
.lc-link__list li:first-child {
  margin-top: 0;
}
.lc-link__list li a {
  text-decoration: none;
  outline: none;
  display: block;
  white-space: nowrap;
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 0 24px;
  position: relative;
  z-index: 3;
}
.lc-link__list li:hover > a {
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lc-link__list li ul {
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
  left: calc(100% - 1px);
  border-radius: 0px 24px 24px 24px;
  background: #1A1A1A;
  padding: 24px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
          box-shadow: 0px 4px 20px 0px rgba(250, 245, 135, 0.31);
  z-index: -1;
}
.lc-link__list li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lc-link span, .lc-link img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lc-link:hover {
  opacity: 1 !important;
}
.lc-link:hover span, .lc-link:hover img {
  opacity: 0.7;
}
.lc-link:hover .lc-link__list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lc-messager__top {
  margin-bottom: 36px;
}
.lc-messager__form {
  width: calc(100% - 201px);
}
.lc-messager__input {
  width: 100%;
  border-radius: 16px;
  background: #0F0F0F;
  border: 1px solid #0F0F0F;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  height: 65px;
  padding-left: 55px;
}
.lc-messager__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.lc-messager__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.lc-messager__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.lc-messager__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.lc-messager__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.lc-messager__send {
  background: url("../img/send.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: 16px;
  top: calc(50% - 12px);
  border: none;
  outline: none;
}
.lc-messager .lc-message__chat {
  height: calc(100vh - 168px);
  margin-top: 16px;
}
.lc-messager .lc-message__chat-link {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.lc-messager .lc-message__chat-close {
  z-index: 3;
  right: 24px;
  top: 24px;
}
.lc-messager .lc-message__chat-number {
  right: 72px;
  z-index: 1;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  background: #FF2E2E;
  border-radius: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.lc-messager .lc-message__chat-item {
  position: relative;
}
.lc-messager .lc-message__chat-item.active {
  background: rgba(255, 255, 255, 0.1);
}
.lc-messager .lc-message__chat-text {
  width: calc(100% - 100px);
}

.login-label {
  margin-top: -8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.login-label input {
  display: none;
}
.login-label b {
  width: 24px;
  min-width: 24px;
  margin-right: 8px;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.login-label b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  background: #E3E3E3;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.login-label input:checked + b::before {
  opacity: 1;
}

.login {
  width: 100%;
}

.ok {
  min-width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3px;
  background: #6DFF9F;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
}

.lc-faq__item-ok {
  right: 32px;
  z-index: 2;
  top: 19px;
}

.lc-video__ok {
  margin-left: 16px;
}

.lc-video__items-item {
  position: relative;
}
.lc-video__items-item__delete {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 100%;
  background-color: #FF2E2E;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/delete.svg");
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}
.lc-video__items-item__delete:hover {
  background-color: #ed2626;
}
.lc-video__items-item__change {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 72px;
  top: 24px;
  border-radius: 100%;
  background-color: #272727;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/change-2.svg");
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}
.lc-video__items-item__change:hover {
  background-color: #1c1c1c;
}

.admin-page .graphics-item > .graphics-item__name {
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.graphics-add__btn, .graphics-add__sub-btn {
  height: 77px;
  margin-left: auto;
  width: 320px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  margin-top: 22px;
}
.graphics-add__btn:hover, .graphics-add__sub-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.graphics-add__sub-btn {
  background: #0F0F0F;
}

.graphics-item__sub-wrapper {
  width: 100%;
}

.graphics-subtable__top-block {
  text-align: center;
  color: #E3E3E3;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.graphics-subtable__top-block:first-child {
  width: 226px;
  min-width: 226px;
}
.graphics-subtable__top-block:last-child {
  width: 170px;
  min-width: 170px;
}
.graphics-subtable__top-block:nth-child(2) {
  width: 910px;
  min-width: 910px;
}
.graphics-subtable__item {
  padding: 19px 0;
  border-radius: 8px;
  background: #0F0F0F;
  margin-top: 8px;
}
.graphics-subtable__item .change-link {
  right: 72px;
  position: absolute;
  top: calc(50% - 12px);
}
.graphics-subtable__item .delete-link {
  right: 24px;
  position: absolute;
  top: calc(50% - 12px);
}
.graphics-subtable__item-block {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.graphics-subtable__item-block a {
  text-decoration: none;
  color: #fff;
}
.graphics-subtable__item-block a:hover {
  text-decoration: underline;
}
.graphics-subtable__item-block:first-child {
  width: 226px;
  min-width: 226px;
  padding-left: 24px;
}
.graphics-subtable__item-block:last-child {
  width: 170px;
  min-width: 170px;
}
.graphics-subtable__item-block:nth-child(2) {
  width: 910px;
  min-width: 910px;
}
.graphics-subtable__item-img {
  max-width: 100%;
  height: auto;
}

.lc-graphics__title {
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lc-graphics__top-item.active {
  border-radius: 16px;
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  color: #fff;
}
.lc-graphics__top-item.active::before {
  display: none;
}
.lc-graphics__top-item.active span {
  color: #0F0F0F;
  background: none !important;
}

.lc-graphics__top-list, .lc-graphics__tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.graphics-item__wrapper {
  display: none;
}

.open .graphics-item__wrapper {
  display: block;
}

.graphics-item > .graphics-item__name {
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.graphics-item {
  padding-top: 0;
  padding-bottom: 0;
}

.graphics-item__wrapper {
  padding-top: 0;
}
.graphics-item__wrapper .graphics-add__btn {
  margin-top: 0;
}

.graphics-item__wrapper {
  padding-bottom: 32px;
}

.graphics-item__sub {
  padding-top: 0;
  padding-bottom: 0;
}

.graphics-item__sub-wrapper {
  display: none;
}

.open > .graphics-item__sub-wrapper {
  display: block;
}

.graphics-item__sub-wrapper {
  padding-bottom: 24px;
}

.graphics-item__sub .graphics-item__name {
  padding-top: 24px;
  padding-bottom: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.graphics-add__top {
  padding-bottom: 16px;
}
.graphics-add__top-btn {
  padding: 24px 0;
  width: 320px;
  max-width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-left: auto;
  margin-top: 60px;
}
.graphics-add__top-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.favorites-item__title {
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lc-video__items-item {
  width: calc(33.333% - 16px);
  margin-right: 16px;
}

.lc-video__items-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -16px;
}

.graphics-table__item-block {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.graphics-table__item {
  margin-top: 16px;
  margin-bottom: 0;
}

.graphics-table__item {
  padding: 0;
}

.graphics-table__item {
  background: #0F0F0F;
  position: relative;
  border-radius: 0 !important;
}
.graphics-table__item::before {
  content: "";
  background: #0F0F0F;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  position: absolute;
  z-index: 1;
}
.graphics-table__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(352deg, #AD9130 13.44%, #FAF587 79.95%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.graphics-table__item:hover::after {
  opacity: 1;
}
.graphics-table__item .graphics-table__item-block {
  position: relative;
  z-index: 3;
}
.graphics-table__item:nth-child(2) {
  margin-top: 8px;
}
.graphics-table__item:nth-child(odd)::before {
  background: #191919;
}
.graphics-table__item:first-child::before {
  background: #0F0F0F;
}

.input-error {
  position: relative;
}
.input-error__text {
  bottom: 8px;
  right: 16px;
  color: #FF2E2E;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.input-error input {
  border: 1px solid #FF2E2E;
}

.input-password__wrapper .input-error__text {
  right: 56px;
}

.login-form {
  position: relative;
}

.login-success {
  display: none;
  background: #0F0F0F;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
}
.login-success__title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  width: 525px;
  margin: 0 auto;
}
.login-success__text {
  margin: 16px auto 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  max-width: 100%;
  width: 463px;
}
.login-success.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-success__close {
  margin-top: auto;
  width: 100%;
}

.slick-slide img {
  margin: 0 auto;
}

.reviews-arrow {
  display: none !important;
}

.reviews-item {
  width: calc(100% - 16px) !important;
  margin-left: auto;
  margin-right: auto;
}

.reviews .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.reviews .slick-track .reviews-slider__block {
  height: auto !important;
}

@media (min-width: 993px) {
  .main-item:last-child {
    margin-right: 0;
  }
  .main-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1700px) and (min-width: 1351px) {
  .graphics-table__item-block:nth-child(1) {
    width: 110px;
    min-width: 110px;
  }
  .graphics-table__item-block:nth-child(2) {
    width: 130px;
    min-width: 130px;
  }
  .graphics-table__item-block:nth-child(3) {
    width: 200px;
    min-width: 200px;
  }
  .graphics-table__item-block:nth-child(4) {
    width: 180px;
    min-width: 180px;
  }
  .graphics-table__item-block:nth-child(5) {
    width: 180px;
    min-width: 180px;
  }
  .graphics-table__item-block:nth-child(6) {
    width: 180px;
    min-width: 180px;
  }
  .graphics-table__item-block:nth-child(7) {
    width: 80px;
    min-width: 80px;
  }
  .graphics-table__item-block:nth-child(8) {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .graphics-table__list {
    min-width: auto;
    width: 100%;
  }
  .graphics-table {
    width: 100% !important;
  }
}
@media (max-width: 1720px) {
  .container {
    width: 1328px;
  }
  .lc-video__items-video {
    border-radius: 12px;
  }
  .lc-video__big {
    border-radius: 0px 0px 12px 12px;
  }
  .graphics-item {
    margin-top: 24px;
  }
  .graphics-table {
    width: calc(1328px + (100vw - 1328px) / 2);
  }
  .contact {
    left: calc(50% + 180px);
  }
  .lc-messager__top {
    margin-bottom: 24px;
  }
  .graphics-subtable__item-block:nth-child(2), .graphics-subtable__top-block:nth-child(2) {
    width: 650px;
    min-width: 650px;
  }
}
@media only screen and (max-width: 1720px) and (min-width: 1200px) {
  .graphics-item__name, .graphics-subtable__item-block, .graphics-subtable__top-block {
    font-size: 20px;
  }
  .graphics-add__top-btn, .graphics-add__btn, .graphics-add__sub-btn {
    font-size: 20px;
  }
  .graphics-add__btn, .graphics-add__sub-btn {
    height: 72px;
  }
  .lc-faq__title, .lc-video__items-title, .lc-graphics__bold {
    font-size: 40px;
  }
  .lc-video__items-bold, .favorites-item__item-title {
    font-size: 20px;
  }
  .lc-video__title {
    font-size: 48px;
  }
  .lc-graphics__title {
    font-size: 32px;
  }
  .favorites-item__item-btn {
    font-size: 16px;
  }
  .graphics-table__item {
    font-size: 16px;
  }
  .notice {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .container {
    width: 100%;
    padding: 0 32px;
  }
  .contact {
    left: auto;
    right: 32px;
  }
  .to-top {
    right: auto;
    left: 32px;
    bottom: 24px;
    top: auto;
  }
  .favorites-item__item-title {
    margin: 16px 0;
    font-size: 20px;
  }
  .favorites-item__item {
    padding: 16px;
  }
  .graphics-table {
    width: calc(100% + 32px);
  }
  .author-items {
    width: 600px;
  }
  .author-img {
    width: calc(100% - 624px);
  }
  .brokers-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 8px;
    margin-right: 0;
  }
  .brokers-item {
    margin-right: 0;
    width: calc(50% - 12px);
    margin-top: 24px;
  }
  .lc-video__big-wrapper {
    width: 100%;
  }
  .graphics-subtable__item-block:nth-child(2), .graphics-subtable__top-block:nth-child(2) {
    width: 100%;
    min-width: auto;
  }
  .graphics-subtable__item-block:first-child {
    padding-left: 0;
    min-width: auto;
    width: 100%;
    text-align: left;
  }
  .graphics-subtable__item-block:nth-child(2) {
    padding-left: 0;
    margin: 16px 0;
    min-width: auto;
    text-align: left;
    width: 100%;
  }
  .graphics-subtable__item-block:last-child {
    padding-left: 0;
    width: 100%;
    text-align: left;
    min-width: auto;
  }
  .graphics-subtable__item-list {
    display: block;
  }
  .graphics-subtable__item .change-link {
    margin: 0;
    top: 48px;
  }
  .graphics-subtable__item .delete-link {
    top: 48px;
  }
  .graphics-subtable__item {
    padding: 48px 24px 20px;
  }
  .graphics-subtable__top {
    display: none;
  }
  .graphics-subtable__item-block {
    word-wrap: break-word;
  }
  .graphics-subtable__item-list {
    width: 100%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1350px) {
  .main-left {
    width: 575px;
  }
  .main-title {
    width: 100%;
    font-size: 42px;
    line-height: 42px;
  }
  .main-title span {
    min-height: 44px;
    letter-spacing: 0.8px;
  }
  .main-logo {
    width: calc(100% - 575px);
    margin-right: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -70px;
    margin-right: 0;
    min-width: 600px;
  }
  .main-list {
    position: relative;
  }
  .main-item {
    padding: 12px 18px;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .main-logo {
    right: -120px;
  }
  .lc-link {
    margin-right: 48px;
  }
  .graphics-item {
    margin-top: 16px;
  }
  .lc-graphics__bold {
    margin: 40px 0 32px;
    font-size: 40px;
  }
  .author-items {
    width: 550px;
  }
  .author-img {
    width: calc(100% - 574px);
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0;
  }
  .main {
    padding: 32px 0 64px;
  }
  .main-logo {
    width: auto;
    height: 247px;
    margin: 0 auto;
  }
  .main-list {
    display: block;
    min-height: 100px;
  }
  .main-title {
    margin: 6px auto 0;
    text-align: center;
    max-width: 100%;
  }
  .main-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -16px;
  }
  .main-btn {
    margin-right: 16px;
  }
  .main-item {
    margin: 24px 16px 0;
  }
  .main-items {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container {
    width: 960px;
  }
  .apps-title {
    margin-bottom: 32px;
  }
  .footer-qr {
    display: none;
  }
  .main-left {
    width: 100%;
  }
  .container {
    width: 720px;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .benefits-list {
    padding-top: 32px;
  }
  .benefits-block {
    width: 50%;
    margin-top: 16px;
  }
  .pt {
    padding-top: 64px;
  }
  .pb {
    padding-bottom: 64px;
  }
  .vip-video {
    margin-top: 32px;
    border-radius: 18px;
  }
  .header-list {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-nav {
    display: none;
    margin: 8px 0 0 0;
    width: 100%;
    padding: 0 0 12px 0;
  }
  .header-nav ul li {
    margin: 0 16px 0 0;
  }
  .header-link {
    height: 56px;
  }
  .header-burger {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url("../img/burger.svg");
    cursor: pointer;
  }
  .header-burger.open {
    background-image: url("../img/close.svg");
  }
  .footer {
    padding: 40px 0;
  }
  .footer-contact {
    margin-right: -16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
    margin-top: 0;
    padding-top: 16px;
  }
  .footer-contact__wrapper {
    width: 500px;
  }
  .footer-contact__block {
    margin-top: 16px;
  }
  .footer-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -12px;
    width: 100%;
    margin-top: -12px;
  }
  .footer-top__block {
    margin-top: 12px;
  }
  .footer-copy {
    width: 632px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .footer-wrapper {
    width: 100%;
  }
  .lc-message {
    margin-top: 40px;
  }
  .lc-message__chat {
    height: calc(100vh - 272px);
    -ms-overflow-style: none;
    padding-right: 0;
  }
  .lc-message__chat::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .lc-link {
    margin: 0;
    font-size: 16px;
    line-height: normal;
  }
  .lc-top {
    padding: 32px 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 32px 32px 0px 0px;
    margin-bottom: 24px;
  }
  .lc-video__title {
    margin-bottom: 26px;
    font-size: 40px;
    line-height: normal;
  }
  .lc-video__big {
    margin-bottom: 32px;
  }
  .lc-pt {
    padding-top: 40px;
  }
  .lc-video__items {
    margin-top: 32px;
  }
  .lc-video__items-title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: normal;
  }
  .lc-video__items-item {
    width: 100%;
    margin-top: 24px;
  }
  .lc-faq__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .to-top {
    right: calc(50% + 280px);
    left: auto;
  }
  .favorites-item__block {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
    width: 50%;
  }
  .favorites-item__list {
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 8px;
  }
  .favorites-item__item-img {
    border-radius: 8px;
  }
  .graphics {
    padding: 40px 0 32px;
  }
  .graphics-table {
    width: calc(720px + (100vw - 720px) / 2);
  }
  .lc-graphics__top {
    margin-top: 12px;
  }
  .contact {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    max-width: calc(100% - 32px);
  }
  .contact-qr {
    display: none;
  }
  .rule-title {
    margin-bottom: 32px;
  }
  .rule-item {
    width: 100% !important;
    margin-top: 16px;
    min-height: 88px;
  }
  .rule-item__text {
    padding: 19px 23px;
  }
  .rule-list {
    margin-top: -16px;
  }
  .pb72 {
    padding-bottom: 32px;
  }
  .pt72 {
    padding-top: 32px;
  }
  .author-items {
    width: 100%;
  }
  .author-item {
    width: 314px;
    max-width: 100%;
  }
  .author-img {
    width: 100%;
    position: static;
    height: auto;
    margin-top: 24px;
  }
  .author-list {
    display: block;
    margin: 24px 0 0 0;
  }
  .page-title {
    font-size: 24px;
    line-height: 120%;
  }
  .reviews-wrapper {
    border-radius: 18px;
  }
  .reviews-wrapper {
    margin-top: 24px;
  }
  .tarifs-block {
    width: 100%;
  }
  .tarifs-item__title, .tarifs-item__last .tarifs-item__title {
    text-align: left;
  }
  .tarifs-item__bottom {
    text-align: left;
    margin-top: 24px;
  }
  .tarifs-item.tarifs-item__last .tarifs-item__info {
    display: block;
    margin-right: 0;
  }
  .tarifs-item.tarifs-item__last .tarifs-item__info-text {
    width: 100%;
    margin-right: 0;
  }
  .lc-link__list {
    display: none;
  }
  .lc-messager__form {
    width: calc(100% - 188px);
  }
  .lc-messager .lc-message__chat {
    margin-top: 8px;
    height: calc(100vh - 160px);
  }
  .lc-messager__top {
    margin-bottom: 16px;
  }
  .lc-graphics__top-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .graphics-add__top {
    padding-bottom: 0;
  }
  .graphics-add__top-btn {
    margin-top: 16px;
  }
  .lc-video__items-item {
    width: calc(50% - 12px);
    margin-right: 0;
  }
  .lc-video__items-list {
    margin-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reviews-item {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .lc-messager__top {
    margin-bottom: 24px;
  }
  .lc-video__items-item {
    width: 100%;
  }
  .author-item {
    width: calc(50% - 12px);
  }
  .graphics-table {
    width: calc(540px + (100vw - 540px) / 2);
  }
  .benefits-list {
    padding-top: 8px;
  }
  .benefits-item__text {
    width: 100%;
    margin-top: 12px;
  }
  .benefits-item__icon {
    width: 32px;
  }
  .lc-faq__title {
    font-size: 20px;
  }
  .benefits-block {
    width: 100%;
    margin-top: 8px;
  }
  .pt {
    padding-top: 40px;
  }
  .pb {
    padding-bottom: 40px;
  }
  .title {
    font-size: 24px;
    line-height: normal;
  }
  .vip-video {
    margin-top: 24px;
    border-radius: 8px;
  }
  .apps {
    padding: 40px 0;
  }
  .apps-title {
    margin-bottom: 24px;
  }
  .apps-item__block {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100%;
  }
  .main-title {
    width: 100%;
    font-size: 32px;
  }
  .main-title span {
    min-height: 37px;
    letter-spacing: 0.64px;
  }
  .main-item {
    padding: 12px 16px;
    margin: 8px 4px 0;
    font-size: 14px;
  }
  .main-items {
    padding: 8px 0 0 0;
    margin: 0 -4px 0;
  }
  .main-logo {
    height: 177px;
  }
  .top {
    height: 74px;
  }
  .page-padding__top {
    padding-top: 130px;
  }
  .lc-top {
    padding: 16px 17px;
    border-radius: 24px 24px 0px 0px;
    margin-bottom: 16px;
  }
  .lc-link span {
    display: none;
  }
  .lc-link img {
    margin: 0;
  }
  .lc-message {
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .lc-message__chat {
    height: calc(100vh - 184px);
  }
  .lc-video__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .lc-pt {
    padding-top: 16px;
  }
  .lc-video__items-title {
    font-size: 20px;
  }
  .lc-video__items-bold {
    margin: 16px 0 8px;
    font-size: 18px;
  }
  .lc-video__items-text {
    font-size: 16px;
  }
  .lc-video__items-video {
    border-radius: 8px;
  }
  .lc-video__big {
    border-radius: 0px 0px 8px 8px;
  }
  .to-top {
    right: calc(50% + 190px);
    left: auto;
  }
  .favorites-item__title {
    font-size: 20px;
    line-height: normal;
  }
  .favorites-item__item-title {
    margin: 8px 0;
  }
  .graphics-btn {
    margin-top: 16px;
    height: 51px;
    font-size: 16px;
    line-height: normal;
  }
  .graphics {
    padding: 16px 0 32px;
  }
  .graphics-item, .graphics-item:first-child {
    margin-top: 8px;
  }
  .graphics-item {
    padding: 16px;
  }
  .graphics-item:last-child {
    border-radius: 0px 0px 24px 24px;
  }
  .graphics-item__name {
    font-size: 16px;
  }
  .graphics-item > .graphics-item__name {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .graphics-item__wrapper {
    padding-top: 16px;
  }
  .graphics-item__sub {
    margin-top: 8px;
    padding: 0 16px 0 12px;
  }
  .graphics-item__sub .graphics-btn {
    margin-top: 18px;
  }
  .graphics-item__sub .graphics-item__name {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .graphics-item__sub-wrapper {
    padding-bottom: 16px;
  }
  .graphics-item__wrapper {
    padding-bottom: 16px;
  }
  .lc-graphics__item {
    margin-top: 32px;
  }
  .lc-graphics__title {
    font-size: 20px;
  }
  .lc-graphics__bold {
    margin: 24px 0;
    font-size: 24px;
  }
  .lc-graphics__top {
    margin: 8px 0 12px;
    height: auto;
    padding: 0;
  }
  .lc-graphics__top-list {
    padding: 16px;
  }
  .brokers-list {
    padding-top: 24px;
  }
  .brokers-item {
    width: 100%;
    text-align: center;
  }
  .brokers-item__btn {
    width: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .brokers .lc-faq__item {
    margin-top: 16px;
  }
  .reviews-wrapper {
    border-radius: 8px;
  }
  .modal-tarif__item-title {
    font-size: 16px;
  }
  .modal-tarif__item-price {
    font-size: 20px;
    margin-top: 8px;
  }
  .modal-tarif__item {
    padding: 5px;
    border-radius: 12px;
  }
  .modal-tarif__item-wrapper {
    padding: 15px;
    border-radius: 12px;
  }
  .modal-tarif__wrapper {
    padding: 30px 15px;
  }
  .modal-tarif__item.small-item {
    width: 100%;
  }
  .modal-tarif__item {
    margin-top: 16px;
  }
  .modal-tarif__item:first-child {
    margin-top: 0;
  }
  .modal-tarif__item {
    padding: 1px;
  }
  .lc-messager__top {
    display: block;
  }
  .lc-messager__btn {
    margin-top: 8px;
    width: 100%;
  }
  .lc-messager__form {
    width: 100%;
  }
  .lc-messager {
    margin-top: 16px;
  }
  .lc-messager .lc-message__chat {
    height: calc(100vh - 80px);
  }
  .lc-messager .lc-message__chat-close {
    right: 16px;
    top: 16px;
  }
  .lc-messager .lc-message__chat-number {
    width: 24px;
    height: 24px;
    top: 16px;
    right: 52px;
    font-size: 20px;
  }
  .lc-messager .lc-message__chat-text {
    width: 100%;
  }
  .lc-video__ok {
    margin-left: 8px;
  }
  .graphics-add__top-btn {
    margin-top: 21px;
    padding: 16px 0;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
  .lc-graphics__tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lc-graphics__tabs {
    margin-left: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .graphics-table {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-left: 16px;
  }
  .favorites-item__block {
    width: 100%;
  }
  .to-top {
    right: 16px;
    left: auto;
  }
  .login-wrapper {
    width: 100%;
    padding: 24px 16px;
  }
  .login-tabs {
    margin-bottom: 24px;
  }
  .login-tab:first-child {
    width: 96px;
    min-width: 96px;
  }
  .login-tab:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main-buttons {
    display: block;
    margin: 0;
  }
  .main-btn {
    margin-top: 12px;
  }
  .main-btn:first-child {
    margin-top: 16px;
  }
  .header-burger {
    margin-left: auto;
  }
  .header-register {
    display: none;
  }
  .header-nav {
    padding: 8px 0 0 0;
    margin: 0;
  }
  .header-nav ul {
    display: block;
  }
  .header-nav ul li {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
  }
  .header-nav ul li:first-child {
    display: block;
  }
  .footer-contact__block {
    width: 100%;
  }
  .footer-top__link {
    font-size: 16px;
  }
  .footer-copy {
    font-size: 14px;
    line-height: normal;
  }
  .footer-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .modal-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: normal;
  }
  .modal-container {
    padding: 24px 16px;
  }
  .modal-file {
    font-weight: 500;
    margin-bottom: 16px;
  }
  .login-input input {
    font-size: 15px;
  }
  .modal-flex__text {
    margin-bottom: 12px;
    width: 100%;
    min-height: 10px;
    max-width: 100%;
  }
  .rule-item {
    margin-top: 12px;
  }
  .rule-list {
    margin-top: -12px;
  }
  .rule-title {
    margin-bottom: 24px;
    font-size: 24px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .rule-item {
    min-height: 50px;
  }
  .rule-item__text {
    padding: 15px;
    font-size: 16px;
  }
  .rule-item__text br {
    display: none;
  }
  .author-item {
    min-height: 50px;
    text-align: center;
    width: 100%;
  }
  .author-item__icon {
    margin: 0 auto 16px;
  }
  .author-item__text {
    margin-top: 0;
  }
  .author-img {
    margin-top: 48px;
  }
  .reviews-wrapper {
    margin: 24px 0;
  }
  .reviews-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .reviews-item {
    border-radius: 16px;
    padding: 15px 4px;
  }
  .reviews-arrow, .reviews .slick-arrow {
    display: none !important;
  }
  .graphics-subtable__item {
    padding: 16px 16px 0;
  }
  .graphics-subtable__item .delete-link {
    top: 16px;
    right: 16px;
  }
  .graphics-subtable__item .change-link {
    top: 16px;
    right: 48px;
  }
  .graphics-subtable__item-block {
    font-size: 16px;
  }
  .graphics-subtable__item-block:nth-child(2) {
    margin: 12px 0;
  }
  .graphics-add__btn, .graphics-add__sub-btn {
    height: 51px;
    width: 100%;
    font-size: 16px;
    margin: 8px 0;
  }
  .modal-close {
    right: 12px;
    top: 12px;
  }
  .login-success__title {
    font-size: 24px;
  }
  .login-success__text {
    width: 250px;
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .main-title {
    font-size: 28px;
  }
  .reviews-btn {
    font-size: 14px;
  }
}
