/* mixin ============================================== */
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/templates/luxelive/fonts/Mulish-Black.woff2") format("woff2"), url("/templates/luxelive/fonts/Mulish-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/templates/luxelive/fonts/Mulish-Bold.woff2") format("woff2"), url("/templates/luxelive/fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.socialx-items {
  gap: 25px;
}
.agelimit {
  background: url(/templates/luxelive/img/age-18.svg) no-repeat;
    background-size: auto;
  padding-left: 35px;
  background-size: contain;
  line-height: 28px;
}
._countrycss1{font-size: 16px;font-weight: bold;color:#1F1F1F;border-bottom: 1px solid #ccc;margin-bottom: 10px;}
.wallet_css{color: #fff;}
.socialx-items__link .icon {
  color: #00A3FF;
  font-size: 22px;
}

.socialx-circle {
  gap: 18px;
}
.socialx-circle__title {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 600;
}
.socialx-circle__link {
  width: 62px;
  height: 62px;
  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;
  border-radius: 50%;
}
.socialx-circle__link .icon {
  color: #fff;
  font-size: 24px;
}
.socialx-circle__link--vk {
  background: #147DB8;
}
.socialx-circle__link--ok {
  background: #FF8A00;
}
.socialx-circle__link--fb {
  background: #0A5294;
}
.socialx-circle__link--tw {
  background: #0085FF;
}
.socialx-circle__link--google {
  background: #C93434;
}
.wallet_css{color: #fff;}

@media screen and (max-width: 575px) {
  .socialx-circle {
    gap: 10px;
  }
  .socialx-circle__link {
    width: 46px;
    height: 46px;
  }
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/templates/luxelive/fonts/Mulish-Regular.woff2") format("woff2"), url("/templates/luxelive/fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/templates/luxelive/fonts/Mulish-Medium.woff2") format("woff2"), url("/templates/luxelive/fonts/Mulish-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/templates/luxelive/fonts/Mulish-ExtraBold.woff2") format("woff2"), url("/templates/luxelive/fonts/Mulish-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/templates/luxelive/fonts/Mulish-SemiBold.woff2") format("woff2"), url("/templates/luxelive/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* mixin ============================================== */
:root {
  --bgColor: #EDF2F5;
  --font:	"Mulish", Arial, sans-serif;
  --color: #000;
  --size: 15px;
  --accentColor: #68B04D;
  --accentColorHover: #589641;
  --accentColor2: #EE6F6F;
  --accentColor2Hover: #cf6363;
}

/* Normalize =========================================== */
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

td, form {
  margin: 0px;
  padding: 0px;
}

a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus, *:active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

p:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
}

html {
  font-size: 100%;
}

html.lock, html.lock body {
  overflow: hidden;
}
html.navLock, html.navLock body {
  overflow: hidden;
}

body {
  color: var(--color);
  font: 400 var(--size) var(--font);
  line-height: 1.4;
  background: var(--bgColor);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.ttu {
  text-transform: uppercase !important;
}

.ttl {
  text-transform: lowercase !important;
}

.italic {
  font-style: italic;
}

.font-800 {
  font-weight: 800 !important;
}

.font-700, strong {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-100 {
  font-weight: 100 !important;
}

.color-gray {
  color: #666 !important;
}

.color-accent-active {
  color: #217A00 !important;
}

.color-default {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.tdb {
  border-bottom: 1px solid #676767;
}
.tdb:hover {
  border-color: transparent;
}

.tdu {
  text-decoration: underline;
}
.tdu:hover {
  text-decoration: none;
}

.size-md {
  font-size: 14px !important;
}

.size-lg {
  font-size: 16px !important;
}

.size-xl {
  font-size: 18px !important;
}

.size-sm {
  font-size: 12px !important;
}

.margin > *:last-child {
  margin-bottom: 0;
}
.margin > *:first-child {
  margin-top: 0;
}

.styled-text {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.styled-text > *:first-child {
  margin-top: 0 !important;
}
.styled-text > *:last-child {
  margin-bottom: 0 !important;
}
.styled-text p {
  margin-bottom: 20px;
}
.styled-text ul,ol {
  margin-left: 30px;
}
.styled-text a {
  color: #217A00; text-decoration: underline;
}
.styled-text h1 {
  text-transform: uppercase;
  color: #33BA00;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;width: 100%;display: inline-block; margin-bottom: 5px; margin-top: 10px;
}
.styled-text h2 {
    font-size: 18px; width: 100%;display: inline-block; margin-bottom: 5px; margin-top: 10px;width: 100%;
  float: left;color: #000;
}
.styled-text h3 {
    font-size: 16px; width: 100%;display: inline-block; margin-bottom: 5px; margin-top: 10px;width: 100%;
  float: left;color: #000;
}
.styled-text h4 {
    font-size: 14px; width: 100%;display: inline-block; margin-bottom: 5px; margin-top: 10px;width: 100%;
  float: left;color: #000;
}
.styled-text p {
  width: 100%;  
}
.styled-text ol,.styled-text ul {
  float: left;
}

.styled-text table {
  float: left;width:100%;margin-bottom:20px;margin-top:10px;
}

.list-check {
  list-style-type: none;
}
.list-check li {
  position: relative;
  font-size: 15px;
  color: #666;
  font-weight: 600;
  padding-left: 1.3em;
}
.list-check li:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("/templates/luxelive/img/check.svg") no-repeat center;
  background-size: contain;
}

/* Elements ============ */
.paging-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.paging-list__link {
  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;
  color: #217A00;
  border-radius: 10px;
  padding: 0 10px;
  height: 30px;
  min-width: 30px;
  background: #BCE4AD;
}
.paging-list__link.is-active, .paging-list__link:hover {
  background: var(--accentColor);
  color: #fff;
}

/* Tabs */
/* --------------------------------------------------------------- */
/* Accoordion */
/* --------------------------------------------------------------- */
/* Social */
/* --------------------------------------------------------------- */
/* Swiper */
/* --------------------------------------------------------------- */
.swiper-pagination {
  position: static;
  margin-top: 16px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  background: #D9D9D9;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: -19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  -webkit-box-shadow: 0px 10px 30px #C2CFD1;
          box-shadow: 0px 10px 30px #C2CFD1;
  opacity: 1 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
  pointer-events: none;
  stroke-width: 1px;
  color: #000;
  font-size: 12px;
  width: 1em;
  height: 1em;
}
.swiper-button-prev{
 background: url(/templates/luxelive/img/pl.png) no-repeat center center;width: 35px;
  height: 35px;
}
.swiper-button-next{
background: url(/templates/luxelive/img/pr.png) no-repeat center center;width: 35px;
  height: 35px;
}
.swiper-button-prev:after,.swiper-button-next:after{content:"";}
/* Crumbs */
/* --------------------------------------------------------------- */
.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px 20px;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 100%;
  margin-left: 8px;
  background: url("/templates/luxelive/img/breadcrumbs-bg.svg") no-repeat center;
  width: 4px;
  height: 7px;
}
.breadcrumbs__item a {
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}

/* Text Collapse */
/* --------------------------------------------------------------- */
._text-collapse .more-wrap {
  display: none;
}
._text-collapse._full .more-wrap {
  display: block;
}

._text-collapse-block {
  overflow: hidden;
  position: relative;
}
._text-collapse-block._short:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.25rem;
  width: 100%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0)), to(#fbfbfb));
  background: -o-linear-gradient(top, rgba(251, 251, 251, 0), #fbfbfb);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0), #fbfbfb);
}
._text-collapse-block._full {
  max-height: none;
}
._text-collapse-block._full:after {
  display: none;
}

/* Counter */
/* --------------------------------------------------------------- */
.counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.counter__val {
  width: 1.875rem;
  text-align: center;
  line-height: 1.5625rem;
}
.counter__btn {
  height: 1.5625rem;
  width: 1.5625rem;
  border: none;
  padding: 0;
  text-align: center;
}
.counter--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hr {
  height: 1px;
  background: #C6D6E5;
}

.l-alert {
  border-radius: 5px;
  background: #F2F3F4;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
}
.l-alert--danger {
  color: #D52B1E;
}
.l-alert--info {
  background: #E3EEF9;
}

/* Video */
/* Range bootstrap */
/* Range */
.button, a.button {
  position: relative;
  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;
  vertical-align: middle;
  height: 35px;
  padding: 0 17px;
  gap: 10px;
  color: #fff;
  font: 700 14px/14px var(--font);
  text-align: center;
  text-decoration: none;
  background: var(--accentColor);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.button:hover, a.button:hover {
  background: #217A00;
}
.button--primary, a.button--primary {
  background: #fff;
  border: 1px solid #C6D6E5;
  color: var(--color);
}
.button--primary:hover, a.button--primary:hover {
  background: #f2f7fc;
}
.button--danger, a.button--danger {
  background: var(--accentColor2);
}
.button--danger:hover, a.button--danger:hover {
  background: #D52B1E;
}
.button--outline-danger, a.button--outline-danger {
  border: 2px solid #EE6F6F;
  color: #000;
  background: #F2F3F4;
}
.button--outline-danger:hover, a.button--outline-danger:hover {
  background: #EE6F6F;
  color: #fff;
}
.button--lg, a.button--lg {
  height: 48px;
  font-size: 16px;
  padding: 0 25px;
}
.button--md, a.button--md {
  height: 40px;
  padding: 0 20px;
}
.button--sm, a.button--sm {
  height: 30px;
  padding: 0 12px;
}
.button--sm .icon, a.button--sm .icon {
  font-size: 16px;
}
.button--xs, a.button--xs {
  height: 26px;
  padding: 0 10px;
  font-weight: 600;
}
.button--xs .icon, a.button--xs .icon {
  font-size: 11px;
}
.button--block, a.button--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.add-comment {
  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;
  gap: 7px;
  border-radius: 100px;
  border: 1px solid #C6D6E5;
  background: #fff;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font), sans-serif;
  padding: 0 12px;
  white-space: nowrap;
}
.add-comment span {
  color: #666;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.add-comment span .icon {
  color: var(--accentColor);
  font-size: 20px;
}
.add-comment:hover {
  border-color: var(--accentColor);
}

.btn-comment, .btn-like {
  border: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  white-space: nowrap;
  background: none;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.btn-comment .icon, .btn-like .icon {
  font-size: 25px;
}
.btn-comment--sm, .btn-like--sm {
  font-size: 11px;
  gap: 5px;
}
.btn-comment--sm .icon, .btn-like--sm .icon {
  font-size: 20px;
}

.btn-like .icon {
  color: #C6D6E5;
}
.btn-like.is-active .icon {
  color: #D52B1E;
}

.btn-comment .icon {
  color: #D9D9D9;
}
.btn-comment.is-active .icon {
  color: var(--accentColor);
}

.btn-smile {
  height: 30px;
  width: 30px;
  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;
  border: none;
  background: none;
  padding: 0;
}
.btn-smile .icon {
  color: #EC9C00;
  font-size: 28px;
}

.btn-picture {
  border-radius: 5px;
  border: 1px solid #C6D6E5;
  background: #fff;
  background: #FFF;
  gap: 10px;
  white-space: nowrap;
  padding: 0 10px;
  height: 46px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 160px;
  cursor: pointer;
}
.btn-picture input {
  display: none;
}
.btn-picture .icon {
  color: #EC9C00;
  font-size: 28px;
}

/* Form =========================================== */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
.form-row__col {
  padding: 0 0.9375rem;
}
.form-field {
  margin-bottom: 1.25rem;
  position: relative;
}
.form-input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 15px;
  color: #000;
  font: 600 14px var(--font);
  line-height: normal;
  border: 1px solid #C6D6E5;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-input:focus::-moz-placeholder {
  opacity: 0;
}
.form-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-input:focus::-ms-input-placeholder {
  opacity: 0;
}
.form-input:focus::placeholder {
  opacity: 0;
}
.form-input:-ms-input-placeholder {
  color: #aaa;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input::-moz-placeholder {
  color: #aaa;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input::-webkit-input-placeholder {
  color: #aaa;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input::-ms-input-placeholder {
  color: #aaa;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input::placeholder {
  color: #aaa;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input.form-select {
  padding-right: 30px;
}
.form-input._error {
  border-color: red;
}
.form-input._valid {
  border-color: green;
}
.form-input--outline {
  background: #fff;
  border: 1px solid #D9D9D9;
}
.form-button {
  margin-top: 1.25rem;
}
.form-links a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #A5A5A5;
  text-decoration: none;
}
@media (any-hover: hover) {
  .form-links a:hover {
    border-color: transparent;
  }
}

.bootstrap-tagsinput2 {
  max-width: 100%;
  width: 100%;
  background: #fff;
  padding: 7px;
  line-height: 28px;
}
.bootstrap-tagsinput2 .tag {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 100px;
  height: 23px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 20px;
  font-size: 12px;
  padding: 0 18px 0 9px;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .bootstrap-tagsinput2 .tag:hover {
    background: #fff;
    color: var(--color);
  }
}
.bootstrap-tagsinput2 input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  height: 23px;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput2 [data-role=remove] {
  background: url("/templates/luxelive/img/remove.svg") no-repeat center;
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 4;
  margin-top: -6px;
}

textarea.form-input {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  overflow: auto;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}
.form-label__star {
  color: #EE6F6F;
}

/* Checkbox	======================================= */
.l-checkbox {
  padding-left: 30px;
}
.l-checkbox input {
  border-color: #AAB7C5;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-left: -30px !important;
}
.l-checkbox input:checked[type=radio] {
  border-color: #AAB7C5;
  background-color: #EDF1F5;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2368B04D'/%3e%3c/svg%3e");
}
.l-checkbox input:checked[type=checkbox] {
  border-color: #AAB7C5;
  background-color: #fff;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2368B04D' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.l-checkbox .icon-telegram {
  color: #0091E2;
  font-size: 22px;
  top: -1px;
}
.l-checkbox .icon-whatsapp {
  color: #35C100;
  font-size: 22px;
  top: -1px;
  margin-left: 4px;
}
.l-checkbox .icon-viber {
  color: #8053FF;
  font-size: 22px;
  top: -1px;
  margin-left: 4px;
}

/* Selectbox	======================================= */
.selectbox {
  position: relative;
}
.selectbox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
  border: 1px solid #C6D6E5;
  background: #FFF;
}
.selectbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 0 10px;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font: 600 14px var(--font);
  color: var(--color);
  line-height: 24px;
}
.selectbox__text.placeholder {
  color: #666;
}
.selectbox__caret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  width: 18px;
  height: 100%;
  background: url("/templates/luxelive/img/caret.svg") no-repeat center;
}
.selectbox__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  overflow: hidden;
  padding: 4px 0;
  z-index: 10;
  min-width: 120px;
  border: 1px solid #C6D6E5;
  background: #fff;
  border-radius: 8px;
}
.selectbox__drop ul {
  max-height: 10.75rem;
  overflow: hidden;
  overflow-y: auto;
}
.selectbox__drop ul li {
  padding: 5px 10px;
  font-size: 14px;
  color: var(--color);
  cursor: pointer;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .selectbox__drop ul li:hover {
    background: #F5F5F5;
  }
}
.selectbox__drop ul li._selected {
  background: #F5F5F5;
}
.selectbox__search {
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
  position: relative;
}
.selectbox__search .icon-zoom {
  position: absolute;
  left: 0.8125rem;
  top: 0.625rem;
  font-size: 1rem;
  color: #aaa;
}
.selectbox__search .form-input {
  padding-left: 2.4375rem;
}
.selectbox._open .selectbox__head {
  z-index: 11;
}
.selectbox._open .selectbox__caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.selectbox._open .selectbox__drop {
  display: block;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

.scrollbar::-webkit-scrollbar-track {
  background: var(--accentColor);
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #fff;
  border: 2px solid var(--accentColor);
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-button {
  display: none;
}

/* File	=========================================== */
.upload-picture {
  height: 250px;
  border-radius: 3px;
  background: #EDF1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 170px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #8396A7;
  padding: 20px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .upload-picture {
    width: 130px;
    height: 200px;
    padding: 15px;
  }
}
.upload-picture .icon {
  fill: none;
  font-size: 52px;
  color: #AEC0D0;
}
.upload-picture__title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .upload-picture__title {
    font-size: 16px;
  }
}

.message {
  font-size: 14px;
  font-weight: 600;
}
.message--warning {
  color: #D52B1E;
}

.upload-button {
  position: relative;
  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;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background: var(--accentColor);
  color: #fff;
  border-radius: 100px;
  padding: 0 15px;
  height: 38px;
}
.upload-button:hover {
  background: #217A00;
}
.upload-button input {
  display: none;
}

/* icons ============ */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
}
.icon-smile {
  fill: none;
}

/* HEADER */
/* ================================================ */
.header {
  width: 100%;
  min-width: 20rem;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #1F1F1F;
}
@media screen and (max-width: 1199px) {
  .header {
    background: #000;
  }
}
.header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}
.header__logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 280px;
  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-right: 20px;
  position: relative;
  background: #040404;
}
@media screen and (max-width: 1599px) {
  .header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 1199px) {
  .header__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: auto;
    height: 63px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__logo img {
    height: 63px;
  }
}
.header__logo:before {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit;
}
.header__top {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 0 5px 36px;
  min-height: 61px;
  gap: 79px;
}
@media screen and (max-width: 1399px) {
  .header__top {
    gap: 40px;
    height: 63px;
    padding-left: 20px;
  }
}
.header__bottom {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  background: var(--accentColor);
  padding: 10px 1px 10px 36px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header__bottom {
    padding-left: 1px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .header__bottom {
    height: 50px;
  }
}
.header__bottom:before {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit;
}
.header__bottom:after {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit;
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__bottom:after {
    display: block;
  }
}
.header__right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 22px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-menu__link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .top-menu__link {
    font-size: 14px;
  }
}
.top-menu__link:hover {
  text-decoration: underline;
}

.user-block {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1199px) {
  .user-block {
    padding-right: 0;
  }
}
.user-block__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap; background: none; border: none;
}
.user-block__link:hover {
  text-decoration: none;
}

.lang-dropdown {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.lang-dropdown__button {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  color: #fff;
  font-family: var(--font);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #666;
  background: #000;
  padding: 0 10px;
}
.lang-dropdown__button:after {
  display: none;
}
.lang-dropdown__button .icon {
  font-size: 10px;
  color: #C0C0C0;
}

.search-block {
  width: 100%;
  max-width: 514px;
}

.search-form {
  position: relative;
}
.search-form__input {
  border-radius: 100px;
  border: 1px solid #6B6B6B;
  display: block;
  width: 100%;
  height: 34px;
  background: #000;
  padding: 0 50px 0 24px;
  font-family: var(--font);
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .search-form__input {
    height: 40px;
  }
}
.search-form__input::-webkit-input-placeholder {
  color: #969696;
}
.search-form__input::-moz-placeholder {
  color: #969696;
}
.search-form__input:-ms-input-placeholder {
  color: #969696;
}
.search-form__input::-ms-input-placeholder {
  color: #969696;
}
.search-form__input::placeholder {
  color: #969696;
}
.search-form__button {
  position: absolute;
  top: 3px;
  right: 7px;
  width: 30px;
  height: 30px;
  padding: 0;
  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;
  border: none;
  background: transparent;
}
@media screen and (max-width: 1199px) {
  .search-form__button {
    top: 5px;
  }
}
.search-form__button .icon {
  font-size: 23px;
  color: var(--accentColor);
}

.burger {
  background: transparent;
  padding: 0;
  width: 33px;
  height: 33px;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
}
.burger .icon {
  font-size: 33px;
  color: #fff;
}

.search-btn {
  border: none;
  background: #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  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;
}
@media screen and (max-width: 767px) {
  .search-btn {
    height: 30px;
    width: 30px;
  }
}
.search-btn .icon {
  color: var(--accentColor);
  font-size: 20px;
}

.city-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;
  gap: 8px;
  font-size: 14px;
  color: #fff;
  border-radius: 100px;
  background: #000;
  border: none;
  padding: 0 10px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .city-btn {
    height: 30px;
  }
}
.city-btn .icon {
  color: #C0C0C0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 10px;
}

.offcanvas {
  background: rgba(55, 139, 23, 0.9);
  border: none;
  color: #fff;
}
.offcanvas .btn-close {
  background: transparent;
  opacity: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  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;
  margin: 10px 10px 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.offcanvas .btn-close .icon {
  color: #fff;
  font-size: 24px;
}
.offcanvas-body {
  padding: 20px 30px;
}
@media screen and (max-width: 575px) {
  .offcanvas-body {
    padding: 20px;
  }
}

.offcanvas.offcanvas-top {
  height: auto;
  bottom: auto;
}

#search-mobile .btn-close {
  position: absolute;
  right: 10px;
  top: 14px;
}
#search-mobile .search-block {
  max-width: calc(100% - 40px);
}

.m-menu {
  list-style-type: none;
}
.m-menu__link {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
}

/* MAIN */
/* ================================================ */
.main-wrapper {
  padding: 0;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 100vh;
  width: 100%;
}

.main {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container-fluid {
  max-width: 1920px;
}

.container {
  width: 100%;
  min-width: 320px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.wrapper {
  background: #fff;
  padding: 25px 50px;
}
@media screen and (max-width: 1599px) {
  .wrapper {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.title {
  color: var(--accentColor);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}
.title--lg {
  font-size: 20px;
}
.title--sm {
  font-size: 14px;
}
.title--black {
  color: var(--color);
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
  margin-top: 27px;
}
@media screen and (max-width: 1199px) {
  .wrap {
    margin-top: 15px;
  }
}
.wrap__side {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 280px;
}
@media screen and (max-width: 1599px) {
  .wrap__side {
    width: 220px;
  }
}
.wrap__content {
  width: calc(100% - 280px - 210px - 44px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1599px) {
  .wrap__content {
    width: calc(100% - 220px - 210px - 44px);
  }
}
@media screen and (max-width: 1199px) {
  .wrap__content {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .wrap__content {
    width: 100%;
  }
}
.wrap__side2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 210px;
}
@media screen and (max-width: 1199px) {
  .wrap__side2 {
    display: none;
  }
}

.cc-block {
  overflow: hidden;
  overflow-y: auto;
  margin-top: -4px;
}

.cc-menu {
  list-style-type: none;
}
.cc-menu__item {
  margin-bottom: 1px;
}
.cc-menu__item-top {
  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;
  gap: 10px;
}
.cc-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .cc-menu__link {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    gap: 10px;
  }
}
.cc-menu__link:hover {
  color: var(--accentColor);
}
.cc-menu__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25px;
}
.cc-menu__caret {
  margin-left: auto;
  border: none;
  width: 25px;
  height: 25px;
  background: transparent;
}
@media screen and (max-width: 1199px) {
  .cc-menu__caret {
    width: 30px;
    height: 30px;
  }
}
.cc-menu__caret .icon {
  color: #666666;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .cc-menu__caret .icon {
    color: #fff;
    font-size: 16px;
  }
}
.cc-menu__caret:hover .icon {
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .cc-menu__caret:hover .icon {
    color: #fff;
  }
}

.cc-menu-dropdown {
  list-style-type: none;
  margin: 0;
  padding: 4px 0 4px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cc-menu-dropdown {
    font-size: 16px;
  }
}
.cc-menu-dropdown a {
  display: block;
  padding: 4px 0;
}
.cc-menu-dropdown a:hover {
  color: var(--accentColor);
}

.banner {
  border-radius: 8px;
  overflow: hidden;
}
.banner a {
  display: block;
}
.banner img {
  width: auto;height:auto;max-width:100%;max-height:100%;
}

.filter-block .dropdown .button {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}
.filter-block .dropdown .button:after {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .filter-block {
    border-radius: 5px;
    padding: 8px 12px;
    background: var(--accentColor);
  }
  .filter-block .dropdown .button {
    border-radius: 0;
    padding: 0 20px;
    height: 35px;
  }
  .filter-block .dropdown .button:after {
    margin-left: auto;
  }
  .filter-block .dropdown .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 1199px) {
  .filter-block__checkboxes .form-check {
    width: calc(50% - 8px);
    max-width:170px;
  }
}

.filter-button {
  border-radius: 37px;
  border: 1px solid #C6D6E5;
  width: 100%;
  padding: 0 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 37px;
  background: #FFF;
  position: relative;
}
.filter-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  height: 6px;
  width: 9px;
  background: url("/templates/luxelive/img/caret.svg") no-repeat center;
}

@media screen and (min-width: 1200px) {
  #filter {
    display: block !important;
  }
}
.dropdown-menu {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-color: #C6D6E5;
}

.dropdown-col {
  min-width: 210px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px;
}

.dropdown-title {
  font-size: 16px;
  font-weight: 500;
  color: #217A00;
}

.section-inner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-inner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-inner__head:before {
  content: "";
  width: 110px;
}
@media screen and (max-width: 767px) {
  .section-inner__head:before {
    display: none;
  }
}
.section-inner__title {
  text-transform: uppercase;
  color: #33BA00;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.sc-link {white-space: nowrap;
  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;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  height: 26px; text-decoration: none !important;
  padding: 0 10px;
  border-radius: 100px;
  border: 1px solid #C6D6E5;
  background: #FFF;
}
.sc-link .icon {
  font-size: 10px;
}
.sc-link:hover {
  background: var(--accentColor);
  color: #fff;
  border-color: var(--accentColor);
}
.sc-link[data-lero-toggle] span:nth-child(2) {
  display: none;
}
.sc-link[data-lero-toggle].is-active .icon-arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sc-link[data-lero-toggle].is-active span:first-child {
  display: none;
}
.sc-link[data-lero-toggle].is-active span:nth-child(2) {
  display: block;
}

.card-item {
  background: #fff;
  -webkit-box-shadow: 0px 4px 7px 0px #C6D6E5;
          box-shadow: 0px 4px 7px 0px #C6D6E5;
  border-radius: 8px;
  height: 100%;
}
.card-item__img {
  width: 140px;
  height: 125px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .card-item__img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .card-item__img {
    width: 96px;
    height: 96px;
  }
}
.card-item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-item__img .label-tag {
  position: absolute;
  left: 10px;
  bottom: 8px;
  max-width: calc(100% - 20px);
}
.card-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card-item__button {
  margin-top: auto;
  padding-top: 5px;
}
.card-item__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color);max-height: 43px;
  overflow: hidden;
}
.card-item__text {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .card-item__text {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}
.card-item.flex-column .card-item__img {
  height: auto;
  width: 100%;
}

.label-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 27px;
  gap: 10px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
}
.label-tag .icon {
  color: var(--accentColor);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

.tags-block {
  background: #fff;
  padding: 10px 15px 15px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .tags-block {
    background: none;
    padding: 0;
  }
}
.tags-block__title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
}
.tags-block__title span {
  font-weight: 900;
  color: var(--accentColor);
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .tags {
    gap: 6px;
  }
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 10px;
  height: 27px;
  border-radius: 100px;
  background: var(--accentColor);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tag {
    font-size: 14px;
  }
}
.tag:hover {
  background: var(--accentColorHover);
}
.tag.is-active {
  background: var(--accentColor2);
}
.tag.is-active:hover {
  background: var(--accentColor2Hover);
}

.profile-item {
  position: relative;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 7px 0px #C6D6E5;
          box-shadow: 0px 4px 7px 0px #C6D6E5;
  padding: 33px 6px 6px;
}
.profile-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.profile-item__img_agency,.profile-item__img {
  position: relative;
}
.profile-item__img_agency img,.profile-item__img img {
  width: 100%;
  border-radius: 8px;
}
.profile-item__img_agency .labels-fixed,.profile-item__img .labels-fixed {
  position: absolute;
  top: 10px;
  right: -6px;
}
.profile-item__label {
  position: relative;
  top: 6px;
  left: 6px;
  margin-right: 5px;
  white-space: nowrap;
  width: auto;
}
.profile-item__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;height: 22px;
  overflow: hidden;
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .profile-item__name {
    font-size: 16px;
  }
}
.profile-item__country {
  font-size: 14px;
  font-weight: 600;
  color: #217A00;max-height: 22px;
  overflow: hidden; white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .profile-item__country {
    font-size: 12px;
  }
}
.profile-item:hover .profile-item__name {
  color: var(--accentColor);
}

.labels-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.label2 {
  width: 40px;
  height: 36px;
  border-radius: 5px;
  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-align: center;
  word-break: break-all;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background: var(--color);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .label2 {
    width: 36px;
    height: 36px;
    font-size: 9px;
  }
}
.label--warning {
  background: #EC9C00;
}
.label--danger {
  background: #EE6F6F;
}
.label--success {
  background: #68B04D;
}
._premiumstatus{width: 70px;}
.label--info {
  background: #0091E2;

}
.label--lg {
  font-size: 16px;
  padding-bottom: 7px;
  width: auto;
  min-width: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

.agency-item {
  position: relative;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 7px 0px #C6D6E5;
          box-shadow: 0px 4px 7px 0px #C6D6E5;
  padding: 33px 6px 6px;
}
.agency-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.agency-item__img {
  position: relative;
  margin-bottom: 8px;
  margin-left: -6px;
  margin-right: -6px;
}
.agency-item__img img {
  width: 100%;
  border-radius: 8px;
}
.agency-item__body {
  padding: 0 15px 8px;
}
.agency-item__label {
  position: absolute;
  top: 6px;
  left: 6px;
  padding-bottom: 7px;
}
.agency-item__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .agency-item__title {
    font-size: 16px;
  }
}
.agency-item__text {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .agency-item__text {
    font-size: 12px;
  }
}
.agency-item__country, .agency-item__escorts {
  font-size: 14px;
  font-weight: 600;
  color: #217A00;
}
@media screen and (max-width: 767px) {
  .agency-item__country, .agency-item__escorts {
    font-size: 12px;
  }
}
.agency-item:hover .agency-item__title {
  color: var(--accentColor);
}

.card-wrapper:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.card-wrapper__swiper {
  width: calc(42% - 20px);
  float: left;
  padding-left: 93px;
  min-height: 1px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .card-wrapper__swiper {
    width: calc(45% - 15px);
  }
}
@media screen and (max-width: 1399px) {
  .card-wrapper__swiper {
    padding-left: 72px;
  }
}
@media screen and (max-width: 767px) {
  .card-wrapper__swiper {
    float: none;
    width: 100%;
    padding-left: calc(20% + 12px);
  }
}
.card-wrapper__thumbs {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 81px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1399px) {
  .card-wrapper__thumbs {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .card-wrapper__thumbs {
    width: 20%;
  }
}
.card-wrapper__thumbs .swiper-button-next {
  top: auto;
  bottom: -20px;
  left: 50%;
  margin-left: -18px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .card-wrapper__thumbs .swiper-button-next {
    bottom: -10px;
  }
}
.card-wrapper__thumbs .swiper-button-prev {
  top: -20px;
  left: 50%;
  margin-left: -18px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .card-wrapper__thumbs .swiper-button-prev {
    top: -10px;
  }
}
.card-wrapper__slider {
  min-width: 1px;
  position: relative;
}
.card-wrapper__slider .labels-fixed {
  position: absolute;
  left: -7px;
  top: 15px;
  z-index: 2;
}
.card-wrapper__slider .labels-fixed-horizontal {
  position: absolute;
  top: -27px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.card-wrapper__slider .label {
  width: 50px;
  height: 50px;
  font-size: 12px;
}
.card-wrapper__slider .label--lg {
  width: auto;
  font-size: 15px;
  padding-bottom: 18px;
}
.card-wrapper__info, .card-wrapper__posts {
  float: right;
  width: calc(58% - 20px);
}
@media screen and (max-width: 1599px) {
  .card-wrapper__info, .card-wrapper__posts {
    width: calc(55% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .card-wrapper__info, .card-wrapper__posts {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.card-wrapper__about, .card-wrapper__reviews {
  width: calc(42% - 20px);
  float: left;
}
@media screen and (max-width: 1599px) {
  .card-wrapper__about, .card-wrapper__reviews {
    width: calc(45% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .card-wrapper__about, .card-wrapper__reviews {
    float: none;
    width: 100%;
  }
}

.card-swiper {
  height: 100%;
  position: relative;
}
.card-swiper .swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  aspect-ratio: 1/1.5;
  max-height: 580px;
}
.card-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.card-swiper-thumbs {
  height: 100%;
  margin: 0 !important;
}
.card-swiper-thumbs .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
.card-swiper-thumbs .swiper-slide:hover {
  border-color: var(--accentColor);
}
.card-swiper-thumbs .swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-swiper-thumbs .swiper-slide .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card-name {
  font-size: 32px;
  font-weight: 700;
  color: #217A00;
}

.button-email {
  color: #0091E2;
  font-size: 20px;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
}
.button-email.is-active, .button-email:hover {
  opacity: 1;
}

.card-status {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  color: #666666;
}
.card-status a{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  color: #68B04D;
}

.card-online {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.card-online.is-active {
  color: #217A00;
  font-weight: 600;
}

.card-contacts {
  gap: 5px 12px;
}
.card-contacts__title {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.card-contacts__flag {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.card-contacts__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #217A00;
  font-size: 15px;
  font-weight: 500;
  gap: 5px;
}
.card-contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card-contacts__social .icon {
  font-size: 22px;
}
.card-contacts__social .icon-whatsapp-alt {
  color: #30BE7A;
  top: -1px;
}

.check-circle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #fff;
  border: 2px solid var(--accentColor);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  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;
}
.check-circle .icon {
  top: 1px;
  color: var(--accentColor);
  font-size: 12px;
}

.phone-number {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 30px;
  white-space: nowrap;
}

.card-subscribe__text {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  max-width: 400px;
}

.card-params__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--accentColor);
  border-radius: 5px;
  margin-bottom: 10px;
}
.card-params__th {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 800;
}
.card-params__item {
  background: #F2F3F4;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-params__label, .card-params__labeled {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
}
.card-params__status {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  text-align: center;
  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;
}
.card-params__status .icon {
  font-size: 16px;
}
.card-params__status .icon-check {
  color: var(--accentColor);
}
.card-params__status .icon-close2 {
  color: var(--accentColor2);
  font-size: 14px;
}
.card-params__labeled {
  color: #217A00;
}

.collapse-btn {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .collapse-btn {
    margin-bottom: 0;
    padding: 10px 30px 10px 0;
  }
  .collapse-btn:after {
    content: "";
    background: url("/templates/luxelive/img/caret.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .card-block {
    border-bottom: 2px solid #F2F3F4;
    border-top: 2px solid #F2F3F4;
  }
  .card-block + .card-block {
    margin-top: -2px;
  }
}
@media screen and (max-width: 767px) {
  .card-block__body {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .collapse-mobile {
    display: block !important;
    height: auto !important;
  }
}
.card-about {
  color: #666;
  font-weight: 500;
}
.card-about p {
  margin-bottom: 10px;
}

.card-about:not(.is-open) > * {
  display: inline;
}
 
@media screen and (max-width: 768px) {
  .card-about:not(.is-open) {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sc-link{display:block;}
}

.working-time {
  background: #F2F3F4;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
}
.working-time__title {
  font-size: 16px;
  font-weight: 700;
  color: #217A00;
  margin-bottom: 2px;
}

.add-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 100px;
  border: 1px solid #C6D6E5;
  background: #EDF1F5;
  font-size: 18px;
  font-weight: 500;
  color: #4F6276;
  height: 44px;
  padding: 0 20px;
  font-family: var(--font), sans-serif;
  gap: 15px;
}
.add-post .icon {
  font-size: 24px;
  color: #EC9C00;
}
.add-post:hover {
  border-color: var(--accentColor);
}

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.post-item {
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px 0px #D5DBE0;
          box-shadow: 0px 2px 15px 0px #D5DBE0;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}
.post-item__picture {
  margin-left: -15px;
  margin-right: -15px;
  background: #F2F3F4;
}
.post-item__picture img {
  width: 100%;
}
.post-item__date {
  font-size: 14px;
  font-weight: 500;
}
.post-item__title {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item__text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 20px 60px;
  background: #F2F3F4;
}
.img-disabled img {
  width: 100%;
  max-width: 250px;
}

.review-item {
  margin-bottom: 30px;
}
.review-item:last-child {
  margin-bottom: 0;
}
.review-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.review-item__rating {
  padding-top: 3px;
}
.review-item__name {
  font-size: 20px;
  font-weight: 600;
}
.review-item__date {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.review-item__details {
  font-size: 14px;
  font-weight: 700;
}
.review-item__details span {
  color: #217A00;
}
.review-item__text {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
.review-item__text:not(.is-open) {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.review-item__text:not(.is-open) > * {
  display: inline;
}

.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating__stars .icon {
  font-size: 12px;
  color: #D9D9D9;
}
.rating__stars .icon.is-active {
  color: #DD6464;
}

.form-review {
  position: relative;
}
.form-review:has(.btn-smile) .form-review__input {
  padding-left: 56px;
}
.form-review__input {
  display: block;
  width: 100%;
  height: 48px;
  font-family: var(--font), sans-serif;
  border-radius: 100px;
  border: 1px solid #C6D6E5;
  background: #F2F3F4;
  font-size: 15px;
  font-weight: 600;
  color: var(--color);
  padding: 0 50px 0 18px;
}
.form-review__input::-webkit-input-placeholder {
  color: #7C7D7D;
}
.form-review__input::-moz-placeholder {
  color: #7C7D7D;
}
.form-review__input:-ms-input-placeholder {
  color: #7C7D7D;
}
.form-review__input::-ms-input-placeholder {
  color: #7C7D7D;
}
.form-review__input::placeholder {
  color: #7C7D7D;
}
.form-review__btn {
  padding: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  font-size: 20px;
  height: 30px;
  width: 30px;
  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;
  border: none;
  background: none;
  color: var(--accentColor);
}
.form-review .btn-smile {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
}

.comment-item {
  margin-bottom: 20px;
}
.comment-item:last-child {
  margin-bottom: 0;
}
.comment-item__content {
  position: relative;
  padding: 10px 15px 10px 35px;
  border-radius: 5px;
  background: #F2F3F4;
}
.comment-item__head {
  margin-bottom: 5px;
}
.comment-item__avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 11px;
  left: 8px;
}
.comment-item__avatar .icon {
  font-size: 14px;
  color: #C6D6E5;
}
.comment-item__name {
  font-size: 14px;
  font-weight: 500;
  color: var(--color);
}
.comment-item__date {
  font-size: 10px;
  font-weight: 500;
  color: #8F8E8E;
}
.comment-item__text {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
@media screen and (max-width: 767px) {
  .comment-item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .comment-item__text {
    font-size: 12px;
  }
}
.comment-item--self {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .comment-item--self {
    margin-left: 20px;
  }
}
.comment-item--self .comment-item__name {
  color: #217A00;
}

.edit-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .edit-menu {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .edit-menu .button {
    max-width: 50%;
  }
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
.steps__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 100px;
  border: 1px solid #FFF;
  height: 36px;
  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: 0 15px;
  gap: 8px;
  font-weight: 600;
  background: #C6D6E5;
}
@media screen and (max-width: 1399px) {
  .steps__item {
    padding: 0 12px;
  }
}
.steps__item:not(:last-child) {
  margin-right: -23px;
}
.steps__item:not(:first-child) {
  padding-left: 35px;
}
@media screen and (max-width: 1399px) {
  .steps__item:not(:first-child) {
    padding-left: 30px;
  }
}
.steps__item:nth-child(1) {
  z-index: 10;
}
.steps__item:nth-child(2) {
  z-index: 9;
}
.steps__item:nth-child(3) {
  z-index: 8;
}
.steps__item:nth-child(4) {
  z-index: 7;
}
.steps__item:nth-child(5) {
  z-index: 6;
}
.steps__item:nth-child(4) {
  z-index: 5;
}
.steps__item:nth-child(5) {
  z-index: 4;
}
.steps__item:nth-child(6) {
  z-index: 3;
}
.steps__item:nth-child(7) {
  z-index: 2;
}
.steps__item:nth-child(8) {
  z-index: 1;
}
.steps__item.is-acitve {
  background: var(--accentColor);
  color: #fff;
  font-weight: 700;
}
.steps__item.is-acitve .steps__icon {
  border-color: var(--accentColor);
}
.steps__item.is-acitve .steps__icon .icon {
  color: var(--accentColor);
}
.steps__icon {
  margin-right: -8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #fff;
  border: 2px solid #AAB7C5;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  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;
}
.steps__icon .icon {
  font-size: 12px;
  color: #AAB7C5;
  top: 1px;
}
.steps__title {
  font-size: 14px;
}

.register-blocks {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.register-cat {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 160px;
}
@media screen and (max-width: 767px) {
  .register-cat {
    min-height: auto;
  }
}
.register-cat .button {
  height: 40px;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.register-cat .list-stars {
  min-width: 40%;
}

.list-stars {
  list-style-type: none;
}
.list-stars li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}
@media screen and (max-width: 575px) {
  .list-stars li {
    font-size: 12px;
  }
}
.list-stars li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url("/templates/luxelive/img/list-star.svg") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 575px) {
  .list-stars li:before {
    top: -1px;
  }
}

.sec-premium {
  position: relative;
  z-index: 1;
  --ps: 200px;
  padding-left: var(--ps);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-premium {
    --ps: 70px;
  }
}
.sec-premium:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(var(--ps) - 15px);
  background: var(--bgColor);
  border-radius: 5px;
  z-index: -1;
}
.sec-premium__head {
  margin-bottom: 20px;
}
.sec-premium__picture {
  margin-left: calc(var(--ps) * -1);
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.sec-premium__picture img {
  margin-bottom: -10px;
  margin-top: -10px;
}
.sec-premium__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.numbers-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #C6D6E5;
  padding-bottom: 20px;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .numbers-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.numbers-grid__item {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -1px;
  margin-left: -1px;
  border-right: 2px dotted var(--accentColor);
  border-left: 2px dotted var(--accentColor);
}
.numbers-grid__item:first-child {
  border-left: none;
}
.numbers-grid__item:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .numbers-grid__item {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .numbers-grid__item:nth-child(2n) {
    border-right: none;
  }
  .numbers-grid__item:nth-child(2n+1) {
    border-left: none;
  }
}

.numbers__left, .numbers__right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.numbers__left span, .numbers__right span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 1.1;
}
@media screen and (max-width: 575px) {
  .numbers__left span, .numbers__right span {
    font-size: 20px;
  }
}
.numbers__right {
  color: #217A00;
}
.numbers__devider {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--accentColor);
}
@media screen and (max-width: 575px) {
  .numbers__devider {
    width: 8px;
  }
}

.numbers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.numbers-columns {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.numbers-columns__item .numbers-wrap {
  position: relative;
}
.numbers-columns__item .numbers-wrap:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  height: 100%;
  border-right: 2px dotted var(--accentColor);
}
@media screen and (max-width: 767px) {
  .numbers-columns__item .numbers-wrap:after {
    display: none;
  }
}
.numbers-columns__item:last-child .numbers-wrap:after {
  display: none;
}

.popup {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.8);
}
.popup .btn-close {
  position: absolute;
  top: -25px;
  right: -25px;
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--accentColor);
  opacity: 1;
  z-index: 5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup .btn-close {
    right: -10px;
    top: -15px;
  }
}
.popup .btn-close .icon {
  color: #fff;
  font-size: 14px;
  top: -1px;
}
.popup .modal-dialog {
  max-width: 616px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .popup .modal-dialog {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .popup .modal-dialog {
    padding: 10px 5px;
  }
}
.popup .modal-content {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 40px 0px #CCD6E1;
          box-shadow: 0px 20px 40px 0px #CCD6E1;
  border: none;
}
.popup .modal-header {
  background-size: cover;
  text-align: center;
  border-radius: 0;
  display: block;
  color: #fff;
  border: none;
  padding-bottom: 0;
}
.popup .modal-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--color);
}
.popup .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.popup .modal-form {
  max-width: 324px;
  margin: 0 auto;
}
.popup .modal-foot {
  border-top: 1px solid #C6D6E5;
}

#add_ads_modalx .btn-close,#login_modal .btn-close,#modal-login .btn-close,#recovery_modal .btn-close, #register_modal .btn-close {
  top: 20px;
  right: 20px;
  background: transparent;
}
#add_ads_modalx .btn-close .icon,#login_modal .btn-close .icon,#modal-login .btn-close .icon,#recovery_modal .btn-close .icon, #register_modal .btn-close .icon {
  color: #fff;
  font-size: 20px;
}
#add_ads_modalx .modal-dialog,#login_modal .modal-dialog,#modal-login .modal-dialog,#recovery_modal .modal-dialog, #register_modal .modal-dialog {
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
#add_ads_modalx .modal-dialog-centered,#login_modal .modal-dialog-centered,#modal-login .modal-dialog-centered,#recovery_modal .modal-dialog-centered, #register_modal .modal-dialog-centered {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#add_ads_modalx .modal-content,#login_modal .modal-content,#modal-login .modal-content,#recovery_modal .modal-content, #register_modal .modal-content {
  background-color: #212121;
  border-radius: 0;
  border: none;
}
#add_ads_modalx .modal-header,#login_modal .modal-header,#modal-login .modal-header,#recovery_modal .modal-header, #register_modal .modal-header {
  padding: 0;
  border: none;
}
#add_ads_modalx .modal-logo,#login_modal .modal-logo,#modal-login .modal-logo,#recovery_modal .modal-logo, #register_modal .modal-logo {
  position: relative;
  z-index: 1;
}
#add_ads_modalx .modal-logo:after,#login_modal .modal-logo:after,#modal-login .modal-logo:after,#recovery_modal .modal-logo:after, #register_modal .modal-logo:after {
  content: "";
  height: 80px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#add_ads_modalx .modal-content,#login_modal .modal-content,#modal-login .modal-content, #recovery_modal .modal-content{background: url(/templates/luxelive/img/loginbg.jpg) no-repeat center center;
    background-size: auto;
  background-size: cover;}

@media screen and (max-width: 767px) {
  #add_ads_modalx .modal-logo:after,#login_modal .modal-logo:after,#modal-login .modal-logo:after,#recovery_modal .modal-logo:after, #register_modal .modal-logo:after {
    height: 65px;
  }
}
#add_ads_modalx .modal-logo img,#login_modal .modal-logo img,#modal-login .modal-logo img,#recovery_modal .modal-logo img, #register_modal .modal-logo img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #add_ads_modalx .modal-logo img,#login_modal .modal-logo img,#modal-login .modal-logo img,#recovery_modal .modal-logo img, #register_modal .modal-logo img {
    max-width: 150px;
  }
}
#add_ads_modalx .modal-title,#login_modal .modal-title,#modal-login .modal-title,#recovery_modal .modal-title, #register_modal .modal-title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
#add_ads_modalx .modal-body,#login_modal .modal-body,#modal-login .modal-body,#recovery_modal .modal-body, #register_modal .modal-body {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#add_ads_modalx .modal-form,#login_modal .modal-form,#modal-login .modal-form,#recovery_modal .modal-form, #register_modal .modal-form {
  max-width: 284px;
}

.modal-input {
  display: block;
  width: 100%;
  padding: 0 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  color: #fff;
  font-family: var(--font), sans-serif;
  border: 1px solid #816D40;
  background: #1A1A1A;
  height: 48px;
}
.modal-input::-webkit-input-placeholder {
  color: #fff;
}
.modal-input::-moz-placeholder {
  color: #fff;
}
.modal-input:-ms-input-placeholder {
  color: #fff;
}
.modal-input::-ms-input-placeholder {
  color: #fff;
}
.modal-input::placeholder {
  color: #fff;
}

.create-post-form .form-control {
  border-color: #C6D6E5;
  font-size: 18px;
}
.create-post-form .form-control::-webkit-input-placeholder {
  color: #4F6276;
}
.create-post-form .form-control::-moz-placeholder {
  color: #4F6276;
}
.create-post-form .form-control:-ms-input-placeholder {
  color: #4F6276;
}
.create-post-form .form-control::-ms-input-placeholder {
  color: #4F6276;
}
.create-post-form .form-control::placeholder {
  color: #4F6276;
}
.create-post-form textarea.form-control {
  resize: none;
}

#view_post_modal .modal-dialog,#view_profile_photo_modal .modal-dialog {
  max-width: 740px;
}
#view_post_modal .modal-body,#view_profile_photo_modal .modal-body {
  padding: 20px;
}
@media screen and (max-width: 575px) {
  #view_post_modal .modal-body,#view_profile_photo_modal .modal-body {
    padding: 15px;
  }
}
#view_post_modal .post-item,#view_profile_photo_modal .post-item {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
#view_post_modal .post-item__title,#view_profile_photo_modal .post-item__title {
  -webkit-line-clamp: none;
  display: block;
  -o-text-overflow: clip;
     text-overflow: clip;
}
#view_post_modal .post-item__text,#view_profile_photo_modal .post-item__text {
  -webkit-line-clamp: none;
  display: block;
  -o-text-overflow: clip;
     text-overflow: clip;
}

/* Desktop =========================*/
@media screen and (min-width: 1400px) {
  .visible-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1399px) {
  .hidden-desktop {
    display: none !important;
  }
}
/* Laptop =========================*/
@media screen and (min-width: 1200px) {
  .visible-laptop {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .hidden-laptop {
    display: none !important;
  }
}
/* Ipad ===========================*/
@media screen and (min-width: 992px) {
  .visible-ipad {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .hidden-ipad {
    display: none !important;
  }
}
/* Mobile =========================*/
@media screen and (min-width: 768px) {
  .visible-iphone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-iphone {
    display: none !important;
  }
}
/* Mobile sm ======================*/
@media screen and (min-width: 576px) {
  .visible-iphone-sm {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .hidden-iphone-sm {
    display: none !important;
  }
}
/* Mobile xs ======================*/
@media screen and (min-width: 371px) {
  .visible-iphone-xs {
    display: none !important;
  }
}
@media screen and (max-width: 370px) {
  .hidden-iphone-xs {
    display: none !important;
  }
}
/* FOOTER */
/* ================================================ */
.footer {
  width: 100%;
  min-width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--accentColor);
  position: relative;
  margin-top: 20px;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  position: relative;
  width: 266px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 20px;
}
@media screen and (max-width: 1599px) {
  .footer__logo {
    width: 206px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .footer__logo img {
    max-height: 90px;
  }
}
.footer__logo:before {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  bottom: 0;
  background: inherit;
  width: 50vw;
}
.footer__logo:after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  bottom: 0;
  background: inherit;
  width: 50vw;
  display: none;
}
@media screen and (max-width: 1199px) {
  .footer__logo:after {
    display: block;
  }
}
.footer__content {
  padding-left: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .footer__content {
    padding-left: 0px;
  }
}
.footer__text {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .footer .top-menu {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    display: block;
    -webkit-column-gap: 2 0px;
       -moz-column-gap: 2 0px;
            column-gap: 2 0px;
  }
}

.copyright {
  font-size: 12px;
  font-weight: 600;
  color: #FCE999;
}


._csslng1{background-repeat:no-repeat;background-position:5px center;background-size:18px 12px;padding-left:30px;font-size:14px;}
.top-menu__item .top-menu__link{padding: 5px 0;border-radius: 7px;}
.top-menu__link.active{background: #000;padding: 5px 10px;}

.selectbox__drop ul{ max-height: 100%;}
.selectbox__drop ul li {padding: 2px 0;}
.filter-block .selectbox__drop ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  min-width: 210px;
}
.__groupedchar h4{margin-bottom:10px;}
.__groupedchar._w50 ul li{width: 50%;float: left;}

.__groupedchar._ethcss{width: 150px;float: left;}

.filter-block .dropdown .dropdown-col label{ white-space: nowrap;}
.filter-block .dropdown .dropdown-toggle.active{background: #68B04D;color: #fff;}


._ads_ontop{width:50%;height:60px; overflow:hidden;border-radius:5px;}
._ads_ontop .banner a{ width: 100%; display:inline-block  !important;height: 100%;}
._ads_ontop .banner{ border-radius: 5px;margin-left: auto; margin-right: auto;display: flex !important;width: 100%;height: 100%;}
._ads_ontop .banner img{height:60px;}
@media screen and (max-width: 767px) {
  ._ads_ontop{ text-align: center;margin-left: auto; margin-right: auto; }
  ._ads_ontop .banner{  margin-left: auto; margin-right: auto;display: flex !important;width: 100%;height: 100%;    font-size: 12px;}

}


._ads_about{width:25%;height:80px; overflow:hidden;border-radius:5px;}
._ads_about .banner a{display: flex;
  align-items: center;
  justify-content: center; width: 100%;height: 100%;}
._ads_about .banner{ border-radius: 5px;margin-left: auto; margin-right: auto;display: flex !important;width: 100%;height: 100%;}
._ads_about .banner img{width: 100%;height:80px;}
@media screen and (max-width: 767px) {
  ._ads_about{ width:50%;height:80px;text-align: center;margin-left: auto; margin-right: auto; }
  ._ads_about .banner{  margin-left: auto; margin-right: auto;display: flex !important;width: 100%;height: 100%;    font-size: 12px;}


}
._ads_about .ads_examples{padding:0 !important;}





.section-inner__head::before {
  content: "";
  width: 100px;
}
.ads_cats{filter: grayscale(0%);border-radius:0;line-height: 190px;background-repeat:no-repeat;background-size:cover;display:inline-block;height:128px;width:100%;border-radius: 10px;}
.ads_cats span{border-radius: 20px;border:1px solid #FFFFFF;padding:5px;font-size: 14px;display: inline-block;
  line-height: 100%;
  max-width: 100%;
  white-space: wrap;}
.ads_cats.is-active span{border: 2px solid #68B04D;}
.ads_cats.is-active{filter: grayscale(0%);}
.ads_cats:hover{filter: grayscale(100%);}
