.main-bg {
  left: 0;
  top: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-bg img {
  width: 100%;
  height: auto;
}
.main-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--chernyy)));
  background: linear-gradient(transparent, var(--chernyy));
}
.main-img {
  top: 23px;
  right: -36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main .container {
  padding: 47px 0 77px;
}
.main .container::before {
  content: "";
  position: absolute;
  left: -30px;
  background: var(--temnyy-seryy);
  height: calc(100% + 10px);
  top: 0;
  width: 1px;
}
.main-title.title {
  margin: 21px 0 20px;
  font-size: 128px;
  line-height: 128px;
}
.main-title.title span {
  display: block;
  margin-top: -28px;
  font-size: 96px;
  line-height: 109px;
  width: 100%;
}
.main-text {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: var(--belyy);
  width: 506px;
  max-width: 100%;
  margin-left: 6px;
}
.main-text b {
  font-weight: 500;
}
.main-wrapper {
  width: 600px;
}
.main-btn {
  height: 91px;
  width: 380px;
  margin-top: 47px;
}
.main-rating__top {
  background: var(--svetlyy-chernyy);
  border-radius: 150px;
  width: 299px;
  height: 60px;
}
.main-rating__top svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.main-rating__top span {
  padding-left: 6px;
  font-weight: 400;
  font-size: 12px;
  color: var(--seryy);
  width: 130px;
}
.main-rating__logos {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 174px;
  margin-top: -10px;
}
.main-rating__logos img {
  width: 51px;
  height: 51px;
  min-width: 51px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.25);
  margin-left: -20px;
}
.main-rating__logos img:nth-child(5) {
  z-index: 5;
}
.main-rating__logos img:nth-child(4) {
  z-index: 4;
}
.main-rating__logos img:nth-child(3) {
  z-index: 3;
}
.main-rating__logos img:nth-child(2) {
  z-index: 2;
}
.main-chat {
  bottom: 20px;
  right: -155px;
  width: 197px;
  height: 219px;
  background-image: url("../img/chat.svg");
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-right: 13px;
  padding-left: 36px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}


.steps {
  z-index: 4;
}
.steps-item {
  width: calc(50% - 25px);
  margin-top: 52px;
}
.steps-item__img {
  width: 165px;
  min-width: 165px;
  margin-right: 37px;
}
.steps-item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
  color: var(--belyy);
  padding-top: 5px;
}
.steps-item__text {
  margin-top: 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--belyy);
}
.steps-item__text a, .steps-item__text span {
  font-weight: 500;
  color: var(--zheltyy);
  text-decoration: none;
}
.steps-wrapper {
  -webkit-backdrop-filter: blur(74.9000015259px);
          backdrop-filter: blur(74.9000015259px);
  background: rgba(49, 49, 49, 0.5);
  border-radius: 2px;
  padding: 14px 63px 60px 35px;
}

.possibilities {
  margin-top: -60px;
  padding-bottom: 230px;
}
.possibilities-red {
  padding: 105px 37px 60px;
  border-radius: 2px;
  background: var(--krasnyy);
  width: 480px;
}
.possibilities-red__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: var(--belyy);
}
.possibilities-item {
  margin-top: 40px;
  width: 380px;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.possibilities-item:nth-child(1) {
  margin-right: 200px;
}
.possibilities-item:nth-child(3) {
  margin-right: 100px;
}
.possibilities-item__title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: var(--belyy);
}
.possibilities-item__text {
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--belyy);
}
.possibilities-item__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
}
.possibilities-right::before {
  content: "";
  position: absolute;
  right: 323px;
  top: 213px;
  width: 859px;
  height: 460px;
  background-image: url("../img/lines.svg");
  background-repeat: no-repeat;
}
.possibilities-items {
  padding-top: 166px;
}
.possibilities-img {
  top: 170px;
  left: 47%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.possibilities-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  mix-blend-mode: lighten;
}
.possibilities-blur {
  top: -220px;
  right: -462px;
}
.possibilities-blur:first-child {
  top: -50px;
  left: -414px;
  right: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.marquee {
  background: #E30613;
}
.marquee-item {
  height: 144px;
  font-weight: 700;
  font-size: 65px;
  line-height: 130%;
  color: var(--belyy);
  white-space: nowrap;
}

.ref {
  padding: 50px 0 196px;
}
.ref-list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ref-item {
  margin-bottom: 14px;
  width: 480px;
  padding: 40px 37px 74px;
  background: var(--krasnyy);
  border-radius: 2px;
}
.ref-item__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: var(--belyy);
}
.ref-img {
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ref-stones {
  bottom: 0;
  height: 276px;
  min-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ref-filter {
  z-index: 4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 0;
  right: 50%;
  mix-blend-mode: lighten;
  min-width: 50%;
  height: 241px;
}
.ref-card {
  left: calc(50% - 163px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 6;
  bottom: 154px;
}

.reviews {
  padding-top: 18px;
}
.reviews-title {
  margin-bottom: 31px;
}
.reviews-video {
  width: 380px;
  margin-left: auto;
  max-width: 100%;
}
.reviews-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reviews-video:hover::after {
  opacity: 0.8;
}
.reviews-video img {
  width: 100%;
}
.reviews-item {
  margin-top: 20px;
  margin-right: 20px;
  padding: 28px 24px 32px 29px;
  border: 1px solid var(--svetlyy-chernyy);
  border-radius: 2px;
  width: 380px;
  min-width: 380px;
}
.reviews-item__img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.reviews-item__name {
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: var(--belyy);
}
.reviews-item__stars {
  margin-top: 9px;
}
.reviews-item__stars svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.reviews-item__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 120%;
  white-space: normal;
}
.reviews-items {
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateX(-40%);
  width: 200%;
  overflow: hidden;
  margin-top: -12px;
}
.reviews-track {
  width: calc(100% - 380px);
}
.reviews-row:first-child {
  margin-left: -200px;
}
.faq {
  padding: 75px 0 35px;
}
.faq-title {
  margin-bottom: 32px;
}

.app {
  padding: 41px 0 90px;
}
.app-bg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
}
.app-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: var(--belyy);
  margin-top: 16px;
  width: 309px;
}
.app-left {
  width: 400px;
}
.app-right {
  padding: 23px 24px 28px;
  background: var(--svetlyy-chernyy);
  border-radius: 2px;
  width: 280px;
}
.app-qr {
  padding: 8px;
  background: var(--temnyy-seryy);
  border-radius: 2px;
  width: 100%;
  margin: 0 auto;
}
.app-qr img {
  width: 100%;
  height: auto;
}
.app-qr__text {
  margin: 12px 0 11px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: var(--seryy);
}
.app-link {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin: 0 5px;
}
.app-link svg {
  width: 30px;
  height: 30px;
}





/*------------------------------------------------------------------*/
.tarifs {
  padding-top: 65px;
}
.tarifs-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: var(--belyy);
  text-align: center;
  margin-top: 16px;
}
.tarifs-tabs {
  margin: 35px 0 45px;
}
.tarifs-tab {
  margin: 0 15px;
  width: 180px;
  height: 72px;
  border-radius: 150px;
  background: var(--temnyy-seryy);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: var(--seryy);
}
.tarifs-tab.active, .tarifs-tab:hover {
  background: var(--zheltyy);
  color: var(--chernyy);
}
.tarifs-tab.active {
  width: 200px;
}
.tarifs-block {
  width: 34%;
  margin-top: 20px;
}
.tarifs-list {
  margin-top: -20px;
}
.tarifs-item {
  border-radius: 2px;
  background: var(--svetlyy-chernyy);
  padding: 0 23px 41px;
  min-height: 100%;
}
.tarifs-item__btn {
  width: 100%;
  height: 75px;
  font-size: 23px;
  margin-top: 25px;
}
.tarifs-item__promo {
  border: 1px solid var(--temnyy-seryy);
  border-radius: 52px;
  width: 100%;
  max-width: 200px;
  height: 55px;
  font-weight: 500;
  font-size: 12px;
  color: var(--zheltyy);
  margin: auto;
  margin-top: 17px;
}
.tarifs-item__promo svg {
  width: 11px;
  height: 9px;
  margin-right: 5px;
  fill: var(--zheltyy);
}
.tarifs-item__promo:hover {
  background: var(--zheltyy);
  color: var(--chernyy);
}
.tarifs-item__promo:hover svg {
  fill: var(--chernyy);
}
.tarifs-item__promo.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--temnyy-seryy);
}
.tarifs-item__promo.disabled svg {
  fill: var(--temnyy-seryy);
}
.tarifs-item__title {
  margin: 22px 0 15px 14px;
  font-weight: 600;
  font-size: 32px;
  color: var(--belyy);
}
.tarifs-item__title span {
  border-radius: 2px 0 0 0;
  border-left: 1px solid var(--temnyy-seryy);
  border-top: 1px solid var(--temnyy-seryy);
  left: -6px;
  top: -6px;
  width: 6px;
  height: 6px;
}
.tarifs-item__title span:nth-child(2) {
  left: 152px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-top: none;
  border-bottom: 1px solid var(--temnyy-seryy);
}
.tarifs-item__title span:nth-child(3) {
  bottom: -6px;
  top: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: none;
  border-bottom: 1px solid var(--temnyy-seryy);
}
.tarifs-item__title span:nth-child(4) {
  left: 152px;
  bottom: -6px;
  top: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tarifs-item__price-old {
  margin-right: 10px;
  opacity: 0.5;
  font-weight: 500;
  font-size: 32px;
  text-decoration: line-through;
  color: var(--belyy);
}
.tarifs-item__price-current {
  font-weight: 700;
  font-size: 32px;
  color: var(--belyy);
}
.tarifs-item__price-text {
  margin-left: 4px;
  font-weight: 400;
  font-size: 12px;
  color: var(--seryy);
  min-height: 28px;
  position: relative;
  padding-left: 5px;
}
.c-yellow {
  color: var(--zheltyy);
}
.tarifs-item__center {
  padding: 25px 0;
}
.highlight-tarif .tarifs-item__center {
  padding: 25px 5px;
}
.highlight-tarif .tarifs-wrap__btn {
  padding: 0 5px;
}
.tarifs-item__check {
  background-image: url("../img/check-2.svg");
  background-repeat: no-repeat;
  background-position: top left;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--belyy);
  padding-top: 2px;
  min-height: 21px;
  padding-left: 28px;
  margin-bottom: 12px;
}
.highlight-tarif .tarifs-item__check {
  background-image: url("../img/check-3.svg");
}
.tarifs-item__check:last-child {
  margin: 0;
}
.tarifs-item__check b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -1px;
  width: 18px;
  height: 19px;
  margin-left: 4px;
}
.tarifs-item__check b svg {
  width: 18px;
  height: 19px;
}
.tarifs-item__check b span {
  padding: 8px;
  border-radius: 2px;
  background: var(--temnyy-seryy);
  left: calc(100% + 5px);
  bottom: 13px;
  font-weight: 400;
  font-size: 13px;
  color: var(--seryy);
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tarifs-item__check b span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 21px;
  background-image: url("../img/vector.svg");
  background-repeat: no-repeat;
  background-position: center;
  bottom: -15px;
  left: -1px;
}
.tarifs-item__check b:hover span {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tarifs-item__buttons,
.tarifs-item__tokens,
.tarifs-item__price {
  padding: 19px 22px 22px;
  border: 1px solid var(--temnyy-seryy);
  border-radius: 2px;
  margin-left: -23px;
  margin-right: -23px;
}
.tarifs-item__buttons-item {
  margin-top: 15px;
}
.tarifs-item__buttons-item:first-child {
  margin-top: 0;
}
.tarifs-item__buttons-title {
  padding-left: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--belyy);
  margin-bottom: 4px;
}
.tarifs-item__buttons-title svg {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.tarifs-item__buttons-list {
  display: inline-block;
  padding: 3px;
  background: #242424;
  border-radius: 150px;
}
.tarifs-item__buttons-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--seryy);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.tarifs-item__buttons-btn span {
	border-radius: 150px;
	pointer-events: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
  height: 37px;
  padding: 0 20px;
}
.tarifs-item__buttons-btn input[type=radio]:checked + * {
    color: var(--chernyy);
    background: var(--seryy);
    cursor: text;
}
.tarifs-item__btn-transparent {
	border: 1px solid #464646;
	padding: 13px;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	color: #FFFC0D;
	background: none;
	cursor: pointer;
	-webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
	margin-top: 20px;
}
.tarifs-item__btn-transparent:hover {
	border: 1px solid #FFFC0D;
}
.tarifs-item__btn-transparent svg {
	width: 12px;
    min-width: 12px;
    height: 12px;
	margin-right: 5px;
}


.tarifs-item__yellow {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--zheltyy);
}
.tarifs-item__yellow svg {
  width: 31px;
  min-width: 31px;
  height: 31px;
  margin-right: 7px;
}
.tarifs-item__buttons-list.dif .tarifs-item__buttons-btn {
  width: 100% !important;
  padding: 0 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.tarifs-item.border-red {
  border: 5px solid var(--krasnyy);
}

.tarifs-item__price-text strong {
  font-weight: 400;
}
.tarifs-item__price-text .next {
  margin-left: 9px;
}
.tarifs-tokens {
  color: #FFFC0D;
  background: #232323;
  border-radius: 150px;
  padding: 18px 7px;
  padding-left: 28px;
  cursor: pointer;
}
.tarifs-tokens > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}
.tarifs-tokens a {
  color: #FFFC0D;
  text-decoration: none;
}
.tarifs-tokens__arrow {
  position: absolute;
  right: 7px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  background: #313131;
  border-radius: 100%;
}
.tarifs-tokens__arrow svg {
  width: 14px;
  min-width: 14px;
  height: 8px;
}
.tarifs-item__tokens {
  border-top: none;
}
.highlight-tarif .tarifs-item {
  box-shadow: inset 0 0 0 5px red;
}
.highlight-tarif .tarifs-item__buttons,
.highlight-tarif .tarifs-item__tokens,
.highlight-tarif .tarifs-item__price {
  margin-left: -18px;
  margin-right: -18px;
}



.ui-popover {
    display: none;
    position: absolute;
    z-index: 1200;
	color: white;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 20px;
	font-weight: normal;
	line-height: normal;
}
.popover-tooltip {
    width: 100%;
    max-width: 300px;
    font-size: 12px;
    font-weight: 400;
	z-index: 1100;
}
.popover-tooltip.tip {
	width: auto;
}
.popover-tooltip .popover-inner {
    background: #232323;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
    -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
    padding: 10px !important;
}
.popover-tooltip .popover-title {
    margin-bottom: 10px;
}
.ui-popover-arrow {
  position: absolute;
  pointer-events: none;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #464646;
  z-index: -1;
}
.popover-tooltip .ui-popover-arrow {
  background: #232323;
}
.dropdown {
    background: #464646;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    z-index: 10;
}
.dropdown a {
    display: block;
    padding: 10px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #E5E5E5;
	text-decoration: none;
}
.dropdown a.active, .dropdown a:hover {
    color: #FFFC0D;
    text-decoration: none;
}

.select2-container .select2-selection {
    border: 2px solid #464646;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: #313131;
    height: 55px;
}
.select2-container .select2-selection__rendered {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px !important;
    color: white !important;
    padding: 10px !important;
    padding-right: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 20px;
    margin: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    display: block;
    width: 20px;
    height: 20px;
    background: url('/template/img/arrow-down.svg');
    border: none;
    margin: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.select2-dropdown {
    background: #464646;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
}
.select2-results__options {
    padding: 10px 0;
}
.select2-results__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.select2-results__option::before {
    content: '';
    display: block;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background: #E5E5E5;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin-right: 7px;
}
.select2-container--default .select2-results__option--selected {
    background: #464646;
}
.select2-container--default .select2-results__option--selected::before {
    content: '';
    background: #FFFC0D url('/template/img/check.svg') no-repeat center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #716F6F;
}

.select-style-2 {
    padding-left: 5px;
    padding-bottom: 1px;
}
.select-style-2,
.select-style-2 + * .select2-selection {
    border: none;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    background: #242424;
    height: 65px;
    color: #FFFC0D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-style-2 + .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    min-width: 55px;
    height: 55px;
    background: #313131;
    border-radius: 100%;
    margin: 0;
}
.select-style-2 + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 14px;
    height: 9px;
    background: url('/template/img/arrow-down-select.svg');
}
.select-style-2 + .select2-container .select2-selection__rendered {
    color: #FFFC0D !important;
    padding: 19px 40px 19px 20px !important;
    font-size: 16px;
    font-weight: 500;
}
.select-style-2 + .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select-style-2 + .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select-style-2 + .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select-style-2 + .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-dropdown.type2 {
	background: #242424;
}
.type2 .select2-results__option {
	font-size: 16px;
	font-weight: 400;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background: #1A1A1A;
}
.select2-results__options::-webkit-scrollbar-thumb {
    border: 1px solid #716F6F;
    background: #716F6F;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.select2-results__options::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.consumption-midjourney {
    margin-top: 20px;
    margin-bottom: 15px;
}
/*----------------------------------------------------------------------------------*/


@media (min-width: 2200px) {
  .ref-card {
    left: calc(50% - 100px);
  }
}

@media (max-width: 1199px) {
  .ref-card {
    width: 400px;
    bottom: 170px;
    left: calc(50% - 85px);
  }
  .ref-img {
    width: 2400px;
    bottom: 122px;
  }
  .steps-wrapper {
    padding: 8px 15px 33px;
  }
  .steps-item {
    width: calc(50% - 5px);
    margin-top: 17px;
  }
  .steps-item__img {
    width: 131px;
    min-width: 131px;
    margin-right: 20px;
  }
  .steps-item__title {
    font-size: 18px;
    line-height: 115%;
  }
  .steps-item__text {
    margin-top: 7px;
    font-size: 13px;
    line-height: 130%;
  }
  .possibilities-item:nth-child(1), .possibilities-item:nth-child(3) {
    margin-right: 60px;
  }
  .possibilities-right::before {
    display: none;
  }
  .possibilities-blur {
    right: -93px;
    width: 260px;
  }
  .possibilities-blur:first-child {
    left: -106px;
    right: auto;
  }
  .possibilities {
    padding-bottom: 200px;
  }
  .possibilities-img {
    width: 700px;
    top: auto;
    bottom: -230px;
    right: auto;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-img {
    width: 550px;
    top: auto;
    bottom: -85px;
  }
  .main-chat {
    right: -15px;
  }
  .main .container::before {
    display: none;
  }
  .tarifs-block {
      width: 40%;
  }
  .possibilities-red {
    width: calc(100% - 45px);
  }
  .possibilities-list {
    display: block;
  }
}
@media (max-width: 992px) {
  .app {
    padding: 0 0 29px;
  }
  .app-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 130%;
  }
  .app-right {
    margin-top: 250px;
    width: 100%;
    padding: 27px 24px;
  }
  .app-qr {
    display: none;
  }
  .app-qr__text {
    margin: 0 0 11px;
    font-size: 18px;
    line-height: normal;
  }
  .app-mobile {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 80px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .app-bg {
    display: none;
  }
  .marquee-item {
    height: 64px;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
  }
  .reviews {
    padding-top: 10px;
  }
  .ref {
    padding: 45px 0 80px;
  }
  .ref .benefits-steps__item:first-child {
    margin-top: 25px;
  }
  .ref-stones {
    width: 1050px;
    min-width: 1050px;
    height: auto;
  }
  .ref-filter {
    height: auto;
    width: 506px;
    bottom: 0;
  }
  .ref-card {
    display: none;
  }
  .ref-mobile {
    display: block;
    bottom: 79px;
    left: calc(50% - 90px);
    z-index: 5;
  }
  .ref-item {
    padding: 27px 18px 111px;
    width: calc(100% - 47px);
    margin-top: 40px;
    margin-left: auto;
  }
  .ref-item__text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 130%;
  }
  .ref-item__cubes {
    top: -45px;
    left: -82px;
    z-index: -1;
    display: block;
  }
  .ref-img {
    display: none;
  }
  .ref-left {
    width: 100%;
  }
  .possibilities-img {
    width: 600px;
    position: static;
    min-width: 425px;
    margin: 0 0 0 -15px;
  }
  .possibilities-item {
    margin: 18px 0 0 0 !important;
    width: 100%;
  }
  .possibilities-item__icon {
    width: 61px;
    height: 61px;
    min-width: 61px;
    margin-right: 16px;
  }
  .possibilities-item__title {
    font-size: 14px;
    line-height: 130%;
  }
  .possibilities-item__text {
    margin-top: 4px;
    font-size: 13px;
    line-height: 130%;
  }
  .possibilities-items {
    padding-top: 12px;
  }
  .possibilities {
    margin-top: -30px;
  }
  .possibilities-bottom {
    min-width: 500px;
  }
  .possibilities-red {
    padding: 45px 19px 28px;
  }
  .possibilities-red__text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 130%;
  }
  .main {
    padding: 22px 0 8px;
  }
  .main .container {
    padding: 0 15px;
  }
  .main-title.title {
    margin-top: 8px;
    font-size: 68px;
    line-height: normal;
    margin-bottom: 0;
  }
  .main-title.title span {
    font-size: 48px;
    line-height: normal;
    margin: 0;
    margin-top: -20px;
  }
  .main-text {
    margin: 10px 0 15px;
    font-size: 16px;
    line-height: 130%;
    width: 400px;
  }
  .main-rating__top {
    height: 45px;
    width: 235px;
  }
  .main-rating__top svg {
    width: 16px;
    height: 16px;
    min: -16px;
    margin-right: 3px;
  }
  .main-rating__top span {
    width: 110px;
    font-size: 10px;
    line-height: normal;
  }
  .main-rating__logos {
    margin-top: -8px;
    width: 140px;
  }
  .main-rating__logos img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: -15px;
  }
  .main-btn.btn {
    margin: 25px 0 222px;
    height: 70px;
    font-size: 18px;
    width: 300px;
  }
  .main-img {
    width: 300px;
    right: auto;
    left: 32px;
    bottom: -60px;
  }
  .main-chat {
    position: static;
    width: 158px;
    height: 178px;
    background-size: 158px 178px;
    padding: 33px 13px 0 32px;
    font-size: 12px;
    line-height: 16px;
  }
  .main-wrapper {
    width: 100%;
  }
  .main-text {
    width: 100%;
  }
  .main-bg {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 992px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--chernyy)));
    background: linear-gradient(transparent, var(--chernyy));
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .tarifs-block {
    width: 50%;
  }
  .reviews-video {
    display: none;
  }
  .reviews-track {
      width: 100%;
  }
}
@media (max-width: 767px) {
  .steps-item {
    width: 100%;
  }
  .tarifs-block {
    width: 100%;
  }



}
@media (max-width: 576px) {
  .main-btn.btn {
    width: 100%;
  }
  .steps-wrapper {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .steps-item {
    display: block;
  }
  .steps-item__img {
    margin-right: 0;
    margin-bottom: 7px;
  }

  .app-mobile {
    width: 800px;
    bottom: 150px;
  }
  .ref-mobile {
    left: auto;
    right: 30px;
  }
  .ref-stones {
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: -290px;
  }
  .possibilities-img {
    width: 425px;
  }
  .main-bg {
    top: auto;
    bottom: 0;
    left: 30%;
  }
  .tarifs-item {
    padding: 0 15px 41px;
  }
  .tarifs-item__buttons, .tarifs-item__tokens, .tarifs-item__price {
    padding: 19px 15px 22px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .highlight-tarif .tarifs-item__buttons, .highlight-tarif .tarifs-item__tokens, .highlight-tarif .tarifs-item__price {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tarifs-item__price-current {
    font-size: 26px;
  }
  .tarifs-item__price-old {
    font-size: 20px;
  }
  .tarifs-tokens {
    padding-left: 20px;
  }
  .tarifs-item__buttons-btn span {
    padding: 0 20px;
  }





  .reviews-video {
    margin: 35px auto 0;
    max-width: 100%;
  }
  .reviews-items {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    position: static;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reviews-item {
    margin: 15px 0 0 0 !important;
    width: calc(50% - 7.5px);
  }
  .reviews-title {
    margin-bottom: 25px;
  }
  .reviews-col {
    flex-direction: row;
  }


  .reviews-title {
    margin-bottom: 5px;
  }
  .reviews-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
    z-index: 2;
    margin-bottom: -60px;
    padding-bottom: 60px;
    left: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    right: auto;
    margin-top: 0;
    overflow: auto;
  }
  .reviews-items::-webkit-scrollbar {
    display: none;
  }
  .reviews-item {
    padding: 24px 19px 30px;
    border-width: 1px;
    margin-right: 15px !important;
    width: 260px;
    min-width: 260px;
  }
  .reviews-item__img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 9px;
  }
  .reviews-item__name {
    font-size: 17px;
    line-height: 115%;
  }
  .reviews-item__stars {
    margin-top: 6px;
  }
  .reviews-item__stars svg {
    margin-right: 5px;
  }
  .reviews-item__text {
    font-size: 13px;
    line-height: 120%;
    margin-top: 15px;
  }
  .reviews-wrapper,
  .reviews-video {
    display: block;
  }
  .reviews-row:first-child {
    margin-left: 0;
  }
  .str_wrap {
    display: none;
  }



}


.dn {
    display: none;
}