@charset "UTF-8";
:root {
  --gray-1: #1B1B1B;
  --white: #FFFFFF;
  --black-gray: #141414;
  --purple: #906AFF;
}

/* Icomoon
=========================================================================================*/
.icon {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-preloader {
  width: 0.7568359375em;
}
.icon-logo {
  height: 100%;
}

/* Основные стили
=========================================================================================*/
* {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}
html ::-webkit-scrollbar {
  width: 6px;
}
html ::-webkit-scrollbar-track {
  background: #333;
}
html ::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 6px;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #fff;
  cursor: pointer;
}

body {
  background: var(--black-gray);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-family: "Open sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  min-height: 100%;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-top: 0;
}

h1 {
  font-size: 38px;
  line-height: 41px;
  margin-bottom: 40px;
  margin-top: 50px;
}
h2 {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 40px;
  margin-top: 50px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
  margin-top: 50px;
}

@media (max-width: 992px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
h4 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  margin-top: 50px;
}

@media (max-width: 992px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 50px;
}

@media (max-width: 992px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
h6 {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 50px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  h6 {
    margin-top: 25px;
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

a {
  color: var(--black);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.is-active {
  color: var(--hover);
}
a:focus {
  outline: var(--hover);
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
a.bright:hover {
  opacity: 1;
  filter: saturate(1.4);
  text-decoration: none;
}

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

button,
input,
optgroup,
select,
label,
textarea {
  box-shadow: none !important;
  border: none;
  resize: vertical;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.img {
  position: relative;
  overflow: hidden;
}

.no-photo {
  background: #F0F0F0;
  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;
  width: 100%;
}
.no-photo img {
  max-width: 120px;
  width: 50%;
  height: 50%;
}
.no-photo.typical-content {
  min-height: 400px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .no-photo.typical-content {
    min-height: 250px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: fit-content;
  padding-top: 92px;
}
.wrapper > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
}

.wrapper > .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wrapper > .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .wrapper {
    padding-top: 76px;
  }
  .wrapper > .container {
    padding-top: 32px;
  }
  .wrapper > .c-container {
    padding-top: 32px;
  }
  .wrapper > .content-area {
    padding-top: 40px;
  }
}
.button {
  padding: 20px 84px;
  background: var(--brown, #8C8479);
  color: var(--white);
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  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: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

/* Тело страницы
=========================================================================================*/
ul {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.c-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.content-area {
  max-width: 1380px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
article {
  margin-top: 150px;
}
.comments-area, .entry-footer, .post-navigation {
  display: none;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .c-container {
    padding: 0 10px;
  }
  .content-area {
    padding: 0 20px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  position: fixed;
  z-index: 9;
  background: rgb(0, 0, 0);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 0;
  max-height: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  margin-right: auto;
  padding: 12px;
  background: rgb(27, 27, 27);
  border-radius: 10px;
}
.header__lang:hover {
  opacity: 0.6;
}
.header__action-menu {
  border-radius: 50%;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  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: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: none;
}
@media (max-width: 1499px) {
  .header__action-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
}
.header__action-menu:hover {
  opacity: 0.6;
}
.header__action-menu-item {
  position: absolute;
  width: 13px;
  height: 1px;
  background: rgb(25, 25, 25);
  border-radius: 2px;
}
.header__action-menu-item:first-child {
  margin-top: -5px;
}
.header__action-menu-item:last-child {
  margin-top: 5px;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 248px;
  font-size: 248px;
  color: rgb(142, 106, 255);
  height: auto;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
}
.header__logo:hover {
  opacity: 1;
}
.header__logo .icon-logo {
  max-height: 50px;
}
.header__logo .icon-logo-shadow {
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  width: 60px;
  height: 60px;
  left: -14px;
  top: -12px;
  filter: blur(10px);
  border-radius: 100%;
  z-index: 0;
}
.header__logo-sound {
  position: absolute;
  left: -3px;
  width: 39px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
.header__logo-sound span {
  min-width: 5px;
  background: #8E6AFF;
  height: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1000;
}
.header__logo-sound span:nth-child(2) {
  height: 30px;
}
.header__logo-sound span:nth-child(3) {
  height: 15px;
}
.header__logo-sound span:nth-child(4) {
  height: 37px;
}
.header__logo-sound span:nth-child(5) {
  height: 25px;
}
.header__logo-sound span:nth-child(6) {
  height: 17px;
}
@-webkit-keyframes headerLogo1 {
  from {
    height: 10px;
  }
  to {
    height: 20px;
  }
}
@keyframes headerLogo1 {
  from {
    height: 10px;
  }
  to {
    height: 20px;
  }
}
@-webkit-keyframes headerLogo2 {
  from {
    height: 30px;
  }
  to {
    height: 25px;
  }
}
@keyframes headerLogo2 {
  from {
    height: 30px;
  }
  to {
    height: 25px;
  }
}
@-webkit-keyframes headerLogo3 {
  from {
    height: 15px;
  }
  to {
    height: 20px;
  }
}
@keyframes headerLogo3 {
  from {
    height: 15px;
  }
  to {
    height: 20px;
  }
}
@-webkit-keyframes headerLogo4 {
  from {
    height: 37px;
  }
  to {
    height: 15px;
  }
}
@keyframes headerLogo4 {
  from {
    height: 37px;
  }
  to {
    height: 15px;
  }
}
@-webkit-keyframes headerLogo5 {
  from {
    height: 25px;
  }
  to {
    height: 40px;
  }
}
@keyframes headerLogo5 {
  from {
    height: 25px;
  }
  to {
    height: 40px;
  }
}
@-webkit-keyframes headerLogo6 {
  from {
    height: 17px;
  }
  to {
    height: 10px;
  }
}
@keyframes headerLogo6 {
  from {
    height: 17px;
  }
  to {
    height: 10px;
  }
}
@-webkit-keyframes headerLogo7 {
  from {
    height: 10px;
  }
  to {
    height: 20px;
  }
}
@keyframes headerLogo7 {
  from {
    height: 10px;
  }
  to {
    height: 15px;
  }
}
.header__logo:hover .header__logo-sound span {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__logo:hover .header__logo-sound span:nth-child(1) {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: headerLogo1;
  animation-name: headerLogo1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.header__logo:hover .header__logo-sound span:nth-child(2) {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: headerLogo2;
  animation-name: headerLogo2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.header__logo:hover .header__logo-sound span:nth-child(3) {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: headerLogo3;
  animation-name: headerLogo3;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.header__logo:hover .header__logo-sound span:nth-child(4) {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: headerLogo4;
  animation-name: headerLogo4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.header__logo:hover .header__logo-sound span:nth-child(5) {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: headerLogo5;
  animation-name: headerLogo5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.header__logo:hover .header__logo-sound span:nth-child(6) {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: headerLogo6;
  animation-name: headerLogo6;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.header__logo:hover .header__logo-sound span:nth-child(7) {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: headerLogo7;
  animation-name: headerLogo7;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.header__info-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-right: 39px;
}
.header__info-actions-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.header__info-actions-balance-name {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
}
.header__info-actions-balance-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
}
.header__info-actions-notification {
  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;
  font-size: 14px;
  width: 26px;
  height: 27px;
  padding: 12px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  border-radius: 10px;
  background: transparent;
}
.header__info-actions-notification:hover {
  background: rgb(247, 158, 27);
}
.header__info-actions-notification.is-active {
  background: rgb(247, 158, 27);
}
.header__info-actions-notification img{
  max-width: none;
}
.header__info-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__info-menu-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.header__info-menu-data-avatar {
  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-radius: 50%;
  overflow: hidden;
  max-width: 56px;
  width: 100%;
  height: 56px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.header__info-menu-data-avatar:hover {
  opacity: 0.6;
}
.header__info-menu-data-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__info-menu-data-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  padding-right: 10px;
}
.header__info-menu-data-arrow {
  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;
  font-size: 16px;
  width: 20px;
  height: 25px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.header__info-menu-data-arrow .icon-close {
  display: none;
}
.header__info-menu-data-arrow svg {
  margin-top: 2px;
}
.header__info-menu-data-arrow:hover {
  opacity: 0.6;
}
.header__info-menu-list {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
  background: var(--gray-1);
  min-width: 283px;
  opacity: 0;
  visibility: hidden;
  pointer-events: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__info-menu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 12px;
}
.header__info-menu-list-item:last-child {
  margin-bottom: 0;
}
.header__info-menu-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
}
.header__info-menu-list-item--exit {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.header__info-menu-list-item--exit a {
  color: rgba(255, 255, 255, 0.8);
}
.header__info-menu-list-item--exit svg {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: rgb(235, 83, 56);
}
@media (max-width: 1499px) {
  .header__info-actions {
    margin-right: 10px;
  }
}
@media (max-width: 1499px) {
  .header__info-actions {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 283px;
    right: 60px;
    top: 100%;
    z-index: 1;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .header__info-actions-balance-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .header__info-actions-balance-value {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .header__info-actions-notification {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 8px;
    background: rgb(20, 20, 20);
  }
  .header__info-menu-list {
    padding-top: 60px;
  }
  .header__info-menu-list-item a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .header__info-menu-data:hover {
    opacity: 1;
    cursor: default;
  }
  .header__info-menu-data-name {
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0%;
  }
  .header__info-menu-data-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: none;
  }
  .header__info-menu-data-arrow .icon-close {
    display: block;
  }
  .header__info-menu-data-arrow .icon-arrow {
    display: none;
  }
  .header__info-menu-data-avatar {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .header__lang {
    display: none;
  }
  .header__logo {
    left: 20px;
    max-width: 163px;
    font-size: 163px;
  }
  .header__info-actions {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__info-menu-list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 283px;
  max-width: 283px;
  width: 100%;
  height: 100%;
}
.sidebar__lang {
  display: none;
}
.sidebar-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.sidebar-menu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar-menu-list-item a {
  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;
  padding: 16px 24px;
  opacity: 0.8;
  border-radius: 16px;
  width: 100%;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
}
.sidebar-menu-list-item a svg {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  font-size: 32px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-menu-list-item a:hover {
  background: rgba(144, 106, 255, 0.2);
}
.sidebar-menu-list-item a:hover svg {
  color: rgb(144, 106, 255);
}
.sidebar-menu-list-item a.is-active {
  background: rgba(144, 106, 255, 0.2);
}
.sidebar-menu-list-item a.is-active svg {
  color: rgb(144, 106, 255);
}
.sidebar-menu-list-item span {
  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;
  padding: 16px 24px;
  opacity: 0.5;
  border-radius: 16px;
  width: 100%;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
}
.sidebar-menu-list-item span svg {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  font-size: 32px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar--public {
  position: fixed;
  left: -100%;
  z-index: 10;
  top: 0;
  background: var(--gray-1);
  padding: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar--public .sidebar__lang {
  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-top: 16px;
  padding: 11px 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1499px) {
  .sidebar {
    position: fixed;
    left: -100%;
    z-index: 10;
    top: 0;
    background: var(--gray-1);
    padding: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sidebar__lang {
    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-top: 16px;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    color: var(--white);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .sidebar {
    max-width: 100%;
    width: 100%;
    top: 76px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0px 0px 24px 24px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
    /* gray-1 */
    background: rgb(27, 27, 27);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-top: none;
    background: rgb(20, 20, 20);
    padding: 0 18px 18px 18px;
  }
  .sidebar-menu-list-item a {
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  .sidebar-menu-list-item a svg {
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    font-size: 19px;
  }
}

body.profile-menu .header__info-menu-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}
body.profile-menu .header__info-menu-data-arrow {
  margin-top: 4px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.profile-menu .header__info-menu-data-action .header__info-menu-data-action-item:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}
body.profile-menu .header__info-menu-data-action .header__info-menu-data-action-item:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}
body.profile-menu .header__info-actions {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
}
@media (max-width: 1199px) {
  body.profile-menu .header__info-menu-data-avatar {
    margin-right: 12px;
  }
  body.profile-menu .header__info-menu-data-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.profile-menu .header__info-menu-data-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.profile-menu .header--public .header__info-menu-data-arrow {
    display: none;
  }
  body.profile-menu .header--public .header__info-menu-data-avatar {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  body.profile-menu .header--public .header__logo {
    margin-left: -60px;
  }
}
@media (max-width: 768px) {
  body.profile-menu .header--public .header__info-menu-data-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.profile-menu .header__info {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    padding: 16px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* gray-1 */
    background: rgb(27, 27, 27);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
  }
  body.profile-menu .header__info .header__info-menu {
    width: 100%;
  }
  body.profile-menu .header__info .header__info-menu-data {
    width: 100%;
  }
  body.profile-menu .header__info-menu-data-arrow {
    margin-left: auto;
  }
  body.profile-menu .header__info-menu-list {
    width: 100%;
    width: calc(100% + 40px);
    left: -20px;
    border-radius: 0 0 24px 24px;
    border-top: none;
    border-left: none;
    border-right: none;
    background: rgb(27, 27, 27);
    -webkit-box-shadow: 0px 25px 32px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 25px 32px 0px rgba(0, 0, 0, 0.25);
    padding-top: 52px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  body.profile-menu .header--public .header__info-menu-list {
    padding-top: 10px;
  }
  body.profile-menu .header__info-actions {
    left: 20px;
    right: inherit;
  }
}

.banner {
  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;
  width: 100%;
  border-radius: 32px;
  background: none;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 13%;
  position: relative;
}
.banner picture {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .banner {
    border-radius: 18px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding-top: 0;
    height: 160px;
    margin-bottom: 10px;
  }
  .banner picture {
    position: inherit;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.st-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 32px;
  border-radius: 32px;
  background: var(--gray-1);
  margin-bottom: 16px;
}
.st-upper__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: var(--black-gray);
  padding: 8px 8px 8px 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
  margin-right: 32px;
}
.st-upper__link svg {
  padding: 11px;
  border-radius: 6px;
  background: var(--purple);
  font-size: 27px;
  height: 44px;
  width: 44px;
}
.st-upper__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-right: 20px;
}
.st-upper__price-value {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* purple */
  border: 1px solid rgb(144, 106, 255);
  border-radius: 12px;
  background: rgba(144, 106, 255, 0.12);
  padding: 16px 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: left;
}
.st-upper__info {
  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;
  width: 44px;
  height: 44px;
  font-size: 20px;
  margin-left: auto;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
}
.st-upper__link-text {
  text-indent: -150px;
}

.st-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 32px;
  background: var(--gray-1);
  padding: 74px 32px 32px 32px;
}
.st-main__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: rgb(20, 20, 20);
  overflow: hidden;
  padding: 20px 20px 0 20px;
  position: relative;
}
.st-main__sidebar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 112px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(89.253%, rgb(20, 20, 20)), to(rgba(20, 20, 20, 0)));
  background: -o-linear-gradient(top, rgb(20, 20, 20) 89.253%, rgba(20, 20, 20, 0) 100%);
  background: linear-gradient(180deg, rgb(20, 20, 20) 89.253%, rgba(20, 20, 20, 0) 100%);
}
.st-main__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 12px;
}
.st-main__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14px;
  row-gap: 16px;
}
.st-main__upper .status {
  margin-right: 40px;
}
.st-main__upper .checkbox {
  margin-right: 40px;
}
.st-main__upper-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 420px;
  width: 100%;
  margin-right: 32px;
  position: relative;
}
.st-main__upper-select-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  opacity: 0.5;
  margin-bottom: 8px;
  position: absolute;
  left: 16px;
  top: -30px;
}
.st-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.st-main__wrapper .panel {
  max-width: calc(100% - 511px);
}
.st-main__wrapper .st-main__sidebar {
  max-width: 439px;
  width: 100%;
}

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.panel .panel__support {
  display: none;
}
.panel.in-line {
  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: relative;
}
.panel.in-line .panel__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 2;
  max-width: 674px;
}
.panel.in-line .panel__support-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 20px;
  border-radius: 32px;
  background: rgb(144, 106, 255);
  margin-bottom: 20px;
}
.panel.in-line .panel__support-top__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 16px;
  color: var(--white);
}
.panel.in-line .panel__support-top__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
}
.panel.in-line .panel__support-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border-radius: 32px;
  background: rgb(27, 27, 27);
}
.panel.in-line .panel__support-bottom__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 60%;
}
.panel.in-line .panel__support-bottom__line {
  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-left: auto;
  padding: 20px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 768px) {
  .panel.in-line .panel__support {
    top: 0;
  }
  .panel.in-line .panel__support-top {
    padding: 24px 12px;
    border-radius: 16px;
  }
  .panel.in-line .panel__support-top__title {
    font-size: 17px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
  .panel.in-line .panel__support-top__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
  }
  .panel.in-line .panel__support-bottom {
    background: none;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .panel.in-line .panel__support-bottom__text {
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 80px;
  }
  .panel.in-line .panel__support-bottom__line {
    margin: 0 auto;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 18px 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.panel.in-line .panel__actions {
  z-index: 0;
}
.panel.in-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(20, 20, 20, 0.8);
  z-index: 2;
}
.panel__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(25, 176, 93);
  border-radius: 20px;
  padding: 20px;
  background: rgba(25, 176, 93, 0.08), rgba(0, 0, 0, 0.2), rgb(27, 27, 27);
}
.panel__text-icon {
  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;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  font-size: 44px;
  border-radius: 8px;
  background: rgb(25, 176, 93);
}
.panel__text-icon svg {
  font-size: 24px;
}
.panel__text-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
}
.panel__actions {
  padding: 80px 0 0 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;
  width: 100%;
  gap: 20px;
  position: relative;
}
.panel__actions-item {
  max-width: 88px;
  min-width: 88px;
  height: 56px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.panel__actions-item-status {
  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;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.panel__actions-item-status svg {
  position: absolute;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  font-size: 21px;
}
.panel__actions-item-arrow {
  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;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.panel__actions-item-arrow.is-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.panel__actions-item-arrow svg {
  font-size: 15px;
}
.panel__actions-item-select {
  position: absolute;
  left: -100%;
  bottom: calc(100% + 13px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
  /* gray-1 */
  background: rgb(27, 27, 27);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 20px 16px 20px;
  min-width: 500px;
  z-index: 10;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.panel__actions-item-select.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .panel__actions-item-select {
    min-width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
.panel__actions-item-select-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 12px;
  color: var(--white);
}
.panel__actions-item-select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.panel__actions-item-select-list-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  padding: 12px;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .panel__actions-item-select-list-item {
    padding: 8px;
    font-size: 13px;
  }
}
.panel__actions-item-select-list-item:hover {
  background: rgba(255, 255, 255, 0.06);
}
.panel__actions-item-select-list-item.is-active {
  background: rgba(255, 255, 255, 0.06);
}
.panel__actions-item .is-on {
  display: none;
}
.panel__actions-item .is-off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel__actions-item.is-active {
  background: rgb(0, 136, 204);
}
.panel__actions-item.is-active .is-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel__actions-item.is-active .is-off {
  display: none;
}
.panel__actions-item.is-active:hover {
  background: rgb(0, 136, 204);
  border-color: rgb(0, 136, 204);
}
.panel__actions-item:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.panel__actions-disconnect {
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 19px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  text-align: left;
  color: var(--white);
  border-radius: 100px;
  background: rgb(235, 83, 56);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  border-radius: 12px;
}
.panel__actions-disconnect svg {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  font-size: 20px;
}
.panel__actions-disconnect:hover {
  opacity: 0.6;
}
.panel__actions-timer {
  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;
}
.panel__actions-timer-wrapper {
  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-radius: 12px;
  background: rgb(20, 20, 20);
  margin-left: auto;
  position: absolute;
  right: 0;
  padding: 18px 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.panel__actions-timer-value {
  background: -o-linear-gradient(318.3deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.6));
  background: linear-gradient(131.7deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.panel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  border-radius: 32px;
  background: rgb(20, 20, 20);
  padding: 40px;
}
@media (max-width: 1730px) {
  .panel__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 16px;
  width: calc(50% - 10px);
}
@media (max-width: 1730px) {
  .panel__item {
    width: 100%;
  }
}
.panel__item-avatar {
  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;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 8px;
  background: rgb(0, 136, 204);
  margin-right: 16px;
}
.panel__item-avatar svg {
  font-size: 40px;
  color: var(--white);
}
.panel__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  max-width: 40%;
  width: 100%;
  margin-right: auto;
  padding-right: 20px;
}
.panel__item-name-value {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  display: inline-block;
  max-width: 100%;
}
.panel__item-name-price {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
.panel__item-time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-right: 20px;
}
.panel__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.panel__item-actions-remove {
  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;
  width: 28px;
  height: 28px;
  font-size: 16px;
  color: var(--white);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.panel__item-actions-remove.is-active {
  background: rgb(0, 136, 204);
}
.panel__item-actions-remove:hover {
  background: rgb(0, 136, 204);
}
.panel__item-actions-mute {
  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;
  width: 28px;
  height: 28px;
  font-size: 16px;
  color: var(--white);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.panel__item-actions-mute.is-active {
  background: rgb(235, 83, 56);
}
.panel__item-actions-mute:hover {
  background: rgb(235, 83, 56);
}
.panel__item-main {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 20px;
  background: rgb(20, 20, 20);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel__item-main .panel__item-avatar {
  background: none;
  border-radius: 8px;
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  margin-right: 20px;
}
.panel__item-main .panel__item-sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel__item-main .panel__item-sound span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: 7px;
  background: var(--white);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel__item-main .panel__item-name {
  font-size: 21px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}
.panel__item-main .panel__item-time {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
}
.panel__item-main.is-active {
  -webkit-box-shadow: inset 0px 0px 52px -11px rgba(255, 255, 255, 0.4), inset 0px 0px 80px 0px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0px 0px 52px -11px rgba(255, 255, 255, 0.4), inset 0px 0px 80px 0px rgba(255, 255, 255, 0.1);
}
.panel__item-main.is-active .panel__item-sound span:nth-child(2) {
  height: 22px;
}
.panel__item-main.is-active .panel__item-sound span:nth-child(3) {
  height: 12px;
}
.panel__item-main.is-active .panel__item-sound span:nth-child(4) {
  height: 30px;
}
.panel__item-main.is-active .panel__item-sound span:nth-child(5) {
  height: 18px;
}
.panel__item-main.is-active .panel__item-sound span:nth-child(6) {
  height: 13px;
}

.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: var(--white);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.status::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.status__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.status__item::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.status.is-online {
  background: -o-radial-gradient(17% 50%, 95% 95%, rgba(61, 220, 132, 0.2), rgba(61, 220, 132, 0) 100%);
  background: radial-gradient(95% 95% at 17% 50%, rgba(61, 220, 132, 0.2), rgba(61, 220, 132, 0) 100%);
}
.status.is-online .status__item {
  border: 1px solid rgb(61, 220, 132);
}
.status.is-online .status__item::after {
  background: rgb(61, 220, 132);
}
.status.is-pause {
  background: -o-radial-gradient(17% 50%, 50% 50%, rgba(247, 158, 27, 0.2), rgba(247, 158, 27, 0) 100%), -o-radial-gradient(17% 50%, 219% 99%, rgba(247, 158, 27, 0.2), rgba(247, 158, 27, 0) 100%);
  background: radial-gradient(50% 50% at 17% 50%, rgba(247, 158, 27, 0.2), rgba(247, 158, 27, 0) 100%), radial-gradient(219% 99% at 17% 50%, rgba(247, 158, 27, 0.2), rgba(247, 158, 27, 0) 100%);
}
.status.is-pause .status__item {
  border-color: rgb(247, 158, 27);
}
.status.is-pause .status__item::after {
  background: rgb(247, 158, 27);
}
.status.is-offline {
  background: -o-radial-gradient(17% 50%, 50% 50%, rgba(144, 106, 255, 0.2), rgba(144, 106, 255, 0) 100%), -o-radial-gradient(17% 50%, 219% 99%, rgba(144, 106, 255, 0.2), rgba(144, 106, 255, 0) 100%);
  background: radial-gradient(50% 50% at 17% 50%, rgba(144, 106, 255, 0.2), rgba(144, 106, 255, 0) 100%), radial-gradient(219% 99% at 17% 50%, rgba(144, 106, 255, 0.2), rgba(144, 106, 255, 0) 100%);
}
.status.is-offline .status__item {
  border-color: rgb(144, 106, 255);
}
.status.is-offline .status__item::after {
  background: rgb(144, 106, 255);
}
.status.is-disabled {
  background: -o-radial-gradient(17% 50%, 50% 50%, rgba(235, 83, 56, 0.2), rgba(235, 83, 56, 0) 100%), -o-radial-gradient(17% 50%, 219% 99%, rgba(235, 83, 56, 0.2), rgba(235, 83, 56, 0) 100%);
  background: radial-gradient(50% 50% at 17% 50%, rgba(235, 83, 56, 0.2), rgba(235, 83, 56, 0) 100%), radial-gradient(219% 99% at 17% 50%, rgba(235, 83, 56, 0.2), rgba(235, 83, 56, 0) 100%);
}
.status.is-disabled .status__item {
  border-color: rgb(235, 83, 56);
}
.status.is-disabled .status__item::after {
  background: rgb(235, 83, 56);
}

.checkbox-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.checkbox-selector__selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background: rgb(20, 20, 20);
  min-width: 50px;
  max-width: 50px;
  height: 20px;
  padding: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkbox-selector__selector:hover {
  opacity: 0.6;
}
.checkbox-selector__selector span {
  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;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin-left: 0;
  background: rgb(128, 128, 128);
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkbox-selector__selector span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: url(../img/svg/check-def.svg) no-repeat center center;
  background-size: contain;
}
.checkbox-selector__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
}
.checkbox-selector.is-active span {
  margin-left: 30px;
  background: var(--white);
}
.checkbox-selector.is-active span::after {
  width: 11px;
  height: 8px;
  background: url(../img/svg/check-ok.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .checkbox-selector__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
}

.chat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  overflow-y: auto;
  height: 600px;
  margin-left: -20px;
  width: calc(100% + 40px);
}
.chat-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 20px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: calc(100% - 40px);
}
.chat-list__item:last-child {
  border: none;
}
.chat-list__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.chat-list__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.chat-list__item-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.chat-list__item-main-info-icon {
  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;
  font-size: 24px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 8px;
}
.chat-list__item-main-info-icon svg {
  width: 24px;
  height: 24px;
}
.chat-list__item-main-info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chat-list__item-main-info-data-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.chat-list__item-main-info-data-sum {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: rgb(255, 255, 255);
}
.chat-list__item-main-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.chat-list__item-main-actions-add {
  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;
  font-size: 16px;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.chat-list__item-main-actions-add svg {
  width: 16px;
  height: 16px;
}
.chat-list__item-main-actions-add:hover {
  background: rgb(25, 176, 93);
}
.chat-list__item-main-actions-time {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
}
.chat-list__item-main-actions-time.is-yellow {
  color: rgb(247, 158, 27);
}
.chat-list__item-main-actions-time.is-red {
  color: rgb(218, 71, 57);
}
.chat-list__item-main-actions-delete {
  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;
  font-size: 16px;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.chat-list__item-main-actions-delete:hover {
  background: rgb(235, 83, 56);
}
.chat-list__item.disconnect .chat-list__item-main-info-data-sum {
  color: rgba(255, 255, 255, 0.5);
}
.chat-list__item.disconnect .chat-list__item-main-info-icon {
  background: rgb(218, 71, 57) !important;
}
.chat-list__item.disconnect .chat-list__item-main-actions-time {
  color: rgb(218, 71, 57) !important;
}
.chat-list__item.pause .chat-list__item-main-actions-time {
  color: rgb(247, 158, 27);
}

.nice-select {
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: left;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding-right: 55px;
}
.nice-select .current {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  max-width: 100%;
  white-space: normal;
}
.nice-select::after {
  border: none;
  width: 20px;
  height: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: -9px;
  background: url(../img/svg/select-arrow.svg) no-repeat center center;
}
.nice-select.open::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  margin-top: -15px;
  right: 18px;
}
@media (max-width: 768px) {
  .nice-select {
    font-size: 15px;
    font-weight: 400;
    height: 48px;
    line-height: 46px;
    letter-spacing: 0%;
  }
}

.nice-select .nice-select-dropdown {
  width: 100%;
  background-color: var(--gray-1);
}
.nice-select .list {
  padding: 5px 0;
}
.nice-select option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background: var(--black-gray);
}

body.menu-open .header__action-menu .header__action-menu-item:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}
body.menu-open .header__action-menu .header__action-menu-item:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}
body.menu-open .sidebar {
  left: 0;
}
body.menu-open .header--main {
  top: 0;
}
body.menu-open .header--main .header__wrapper {
  border-radius: 0;
}
body.menu-open .header__dropdown {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.menu-open .header__social {
  top: 20px;
}
@media (max-width: 768px) {
  body.menu-open .header__social {
    display: none;
  }
  body.menu-open .header__dropdown {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .header--public.header--main {
    top: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header--public.header--main + .wrapper {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .header--public.header--main + .wrapper {
    padding-top: 76px;
  }
}
.header--public.header--main .header__logo .icon-logo-full {
  display: none;
}
.header__wrapper .header__logo .icon-logo-full {
  display: none;
}
@media (max-width: 992px) {
  .header--public.header--main .header__logo .icon-logo-full {
    display: block;
  }
  .header--public.header--main .header__logo .icon-logo {
    display: none;
  }
  .header--public.header--main .header__logo-sound {
    display: none;
  }
  .header__wrapper .header__logo .icon-logo-full {
    display: block;
    z-index: 1000;
  }
  .header__wrapper .header__logo .icon-logo-shadow {
    left: -19px;
  }
  .header__wrapper .header__logo .icon-logo {
    display: none;
  }
  .header__wrapper .header__logo-sound {
    display: none;
  }
  body.menu-open .header__dropdown {
    width: 100%;
  }
}
.header--public.header--main .header__info-menu-data-avatar {
  padding: 0 0;
  border-radius: 100px;
  background: -o-linear-gradient(315deg, rgb(161, 26, 220) 0%, rgb(21, 206, 234) 99.999%);
  background: linear-gradient(135deg, rgb(161, 26, 220) 0%, rgb(21, 206, 234) 99.999%);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 115px;
  max-width: 115px;
}
@media (max-width: 992px) {
  .header--public.header--main .header__info-menu-data-avatar {
    height: 40px;
    min-width: 86px;
    max-width: 86px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0%;
  }
  .header--public.header--main .header__action-menu {
    margin-left: 6px;
  }
  .header--public.header--main .header__wrapper {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header--public.header--main .header__logo {
    left: 0;
  }
  .header--public.header--main .header__wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 350px) {
  .header--public.header--main .header__logo {
    max-width: 140px;
    font-size: 140px;
  }
}

.panel__get-chat {
  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;
  padding: 14px 20px;
  border-radius: 12px;
  background: rgb(27, 27, 27);
  cursor: pointer;
  margin-top: 20px;
  display: none;
}
.panel__get-chat-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
}
.panel__get-chat svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.panel__get-chat--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.panel__get-chat--reverse svg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1199px) {
  .panel__get-chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(20, 20, 20);
  }
}
@media (max-width: 768px) {
  .panel__get-chat {
    background: rgb(27, 27, 27);
  }
}

@media (max-width: 1512px) {
  .panel__item-main .panel__item-name {
    font-size: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .st-main__sidebar {
    display: none;
  }
  .st-main__wrapper .panel {
    width: 100%;
    max-width: 100%;
  }
  .st-main__wrapper.is-chat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .st-main__wrapper.is-chat .st-main__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st-main__wrapper.is-chat .panel__wrapper {
    display: none;
  }
  .st-main__wrapper.is-chat .panel__get-chat--panel {
    display: none;
  }
  .panel__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel__item {
    width: calc(50% - 10px);
  }
  .panel__item-main {
    width: 100%;
  }
  .st-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 30px;
    position: relative;
  }
  .st-upper__info {
    position: absolute;
    top: 32px;
    right: 32px;
  }
}
@media (max-width: 992px) {
  .panel__item {
    width: 100%;
  }
  .panel__item-main {
    width: 100%;
  }
  .panel__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .st-upper__link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .st-upper__price {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
  }
  .st-upper__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: inherit;
    margin-left: 0;
    top: inherit;
    right: inherit;
  }
  .panel__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel__actions-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .panel__actions-timer-wrapper {
    position: relative;
    right: inherit;
    margin: 0 auto;
  }
  .panel__actions-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .panel__actions-disconnect {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 768px) {
  .st-upper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 20px 20px 20px;
    border-radius: 24px;
    background: rgb(27, 27, 27);
    margin-bottom: 0;
    row-gap: 0;
    max-width: 100%;
  }
  .checkbox-selector__selector {
    background: rgb(27, 27, 27);
  }
  .st-upper__info {
    background: none;
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .st-upper__info svg {
    color: rgba(255, 255, 255, 0.5);
  }
  .st-upper__link {
    padding: 8px 8px 8px 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .st-upper__link-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    max-width: 100%;
  }
  .st-upper__link svg {
    min-width: 22px;
  }
  .st-upper__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    row-gap: 20px;
  }
  .st-upper__price-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 8px;
  }
  .st-upper__price-value {
    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;
    width: 100%;
    padding: 16px 20px 15px 20px;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
  }
  .panel__wrapper {
    row-gap: 0;
    padding: 20px;
    background: rgb(27, 27, 27);
  }
  .panel__item {
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 12px;
  }
  .panel__item:last-child {
    margin-bottom: 0;
  }
  .panel__item-avatar {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
  }
  .panel__item-avatar svg {
    font-size: 20px;
  }
  .panel__item-name {
    display: grid;
  }
  .panel__item-name-price {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
  .panel__item-name-value {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
  }
  .panel__item-time {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    margin-right: 8px;
  }
  .panel__item-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .panel__item-actions-mute {
    background: rgba(255, 255, 255, 0.08);
  }
  .panel__item-main {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 20px;
  }
  .panel__item-main .panel__item-avatar {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    margin-right: 12px;
  }
  .panel__item-main .panel__item-sound {
    margin-right: 12px;
  }
  .panel__item-main .panel__item-sound span {
    width: 2px;
  }
  .panel__item-main .panel__item-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
  }
  .panel__item-main .panel__item-time {
    display: none;
  }
  .panel__item-main.is-active .panel__item-sound span:nth-child(1) {
    height: 6px;
  }
  .panel__item-main.is-active .panel__item-sound span:nth-child(2) {
    height: 14px;
  }
  .panel__item-main.is-active .panel__item-sound span:nth-child(3) {
    height: 8px;
  }
  .panel__item-main.is-active .panel__item-sound span:nth-child(4) {
    height: 20px;
  }
  .panel__item-main.is-active .panel__item-sound span:nth-child(5) {
    height: 14px;
  }
  .panel__item-main.is-active .panel__item-sound span:nth-child(6) {
    height: 10px;
  }
  .panel__item-main.is-active .panel__item-sound span:nth-child(7) {
    height: 6px;
  }
  .panel__actions {
    padding-top: 64px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel__actions-item {
    max-width: 70px;
    min-width: 70px;
    height: 44px;
  }
  .panel__actions-item-select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .panel__actions-item-status svg {
    font-size: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
  .panel__actions-disconnect {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    padding: 13px 20px;
  }
  .panel__actions-disconnect-text {
    display: none;
  }
  .panel__actions-disconnect svg {
    font-size: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
  .panel__text {
    padding: 16px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    border-radius: 16px;
  }
  .panel__text-icon {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
  }
  .panel__text-icon svg {
    font-size: 20px;
  }
  .panel__text-value {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
  }
  .st-main {
    padding: 20px 0 20px 0;
    background: none;
  }
  .st-main__check {
    padding-top: 21px;
    padding-bottom: 20px;
  }
  .st-main__upper {
    row-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .st-main__upper-select {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .st-main__upper-select-title {
    position: relative;
    top: inherit;
    left: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 8px;
    padding-left: 20px;
  }
  .chat-list__item {
    padding: 12px 20px;
  }
  .chat-list__item-main {
    padding: 0 20px;
  }
  .chat-list__item-main-info-data-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .chat-list__item-main-info-data-sum {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left;
  }
  .chat-list__item-text {
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
  }
  .st-main__wrapper .st-main__sidebar {
    border-radius: 0;
    max-width: 100%;
    padding: 5px 0 0 0;
  }
  .chat-list {
    padding-top: 25px;
  }
  .st-main__sidebar::before {
    height: 90px;
  }
  .st-main__chat-sort {
    margin: 0 16px;
  }
}
.modal-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal-open {
    padding-right: 8px;
  }
  .modal-open .header {
    width: calc(100% - 8px);
  }
}

.modal {
  position: fixed;
  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;
  left: 0;
  top: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 100%;
  z-index: 10;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}
.modal__overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(20, 20, 20, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px;
  border-radius: 28px;
  background: -o-radial-gradient(50% 0%, 53% 100%, rgba(20, 20, 20, 0.12), rgba(20, 20, 20, 0) 100%), rgb(0, 0, 0);
  background: radial-gradient(53% 100% at 50% 0%, rgba(20, 20, 20, 0.12), rgba(20, 20, 20, 0) 100%), rgb(0, 0, 0);
  position: relative;
  z-index: 20;
  max-width: 912px;
  width: calc(100% - 32px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
.modal__item--disconnect {
  padding: 60px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid rgb(236, 189, 19);
  border-radius: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* gray-1 */
  background: rgb(27, 27, 27);
  overflow: hidden;
}
.modal__item--disconnect .modal__item-close {
  color: rgb(255, 255, 255);
}
.modal__item--disconnect::after {
  content: "";
  position: absolute;
  background: url(../img/svg/modal-border.svg) no-repeat center center;
  max-width: 700px;
  width: 100%;
  background-size: contain;
  height: 40px;
  bottom: -20px;
}
@media (max-width: 992px) {
  .modal__item--disconnect::after {
    background: url(../img/svg/modal-border-mobile.svg) no-repeat center center;
  }
}
.modal__item-close {
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  right: 20px;
  top: 20px;
  border: none;
  background: none;
  color: rgb(27, 27, 27);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal__item-close:hover {
  opacity: 0.6;
}
.modal__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
}
.modal__item-content ol {
  padding-left: 25px;
}
.modal__item-content * {
  color: rgb(255, 255, 255);
}
.modal__item-content p {
  padding: 0 20px;
  text-align: center;
}
.modal__item-content a {
  color: rgb(144, 106, 255);
  text-decoration: underline;
}
.modal__item-content-big {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
  color: var(--white);
}
.modal__item-content .panel__actions-disconnect {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal__item-content .panel__actions-disconnect-text {
  color: var(--white);
}
.modal__item-content .panel__actions-disconnect svg {
  color: var(--white);
}
.modal__item-content .panel__actions-disconnect svg use {
  color: var(--white);
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10;
}
.modal.is-show .modal__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal.is-show .modal__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  .modal__item {
    padding: 45px 20px 32px 20px;
  }
  .modal__item--disconnect {
    padding: 52px 20px;
  }
  .modal__item-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
  }
  .modal__item-content-big {
    font-size: 15px;
    max-width: 276px;
    margin: 0 auto 15px auto;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 140px 0 20px 0;
  max-width: 911px;
  margin: 0 auto;
}
.footer__logo {
  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: 0 auto 32px auto;
  max-width: 321px;
  width: 100%;
  font-size: 321px;
  color: rgb(142, 106, 255);
  height: 30px;
}
.footer__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 43px;
}
.footer__link {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .footer {
    padding: 80px 0 30px 0;
    overflow: hidden;
  }
  .footer__logo {
    max-width: calc(100% - 64px);
    margin-bottom: 20px;
  }
  .footer__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    margin-bottom: 10px;
    padding: 0 16px;
  }
  .footer__link {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(20, 20, 20, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 768px) {
  body.select-device .overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  border-radius: 32px;
  background: rgb(27, 27, 27);
  margin-top: 16px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.bottom-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.bottom-links__item svg {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  color: rgb(144, 106, 255);
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
    row-gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 20px;
  }
  .bottom-links__item {
    font-size: 15px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .bottom-links__item svg {
    top: 1px;
  }
}

.user {
  background: none;
  max-width: 910px;
  width: 100%;
}
.user__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  max-width: 674px;
  margin: 0 auto !important;
  background: rgb(20, 20, 20);
  padding: 24px;
  margin-bottom: 20px;
}
.user__info-avatar {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 16px;
  margin-right: 24px;
}
.user__info-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user__info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user__info-main-name {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user__info-social {
  display: -webkit-ruby;
  display: -ms-ruby;
  display: ruby;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-left: auto;
  padding-left: 12px;
}
.user__info-social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
}
.user__info-social-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.user .panel__wrapper {
  border-radius: 32px;
  background: rgb(27, 27, 27);
}
@media (max-width: 1730px) {
  .user .panel__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .user .panel__item {
    width: calc(50% - 10px);
  }
  .user .panel__item-main {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .user {
    width: 100%;
    padding: 0 16px;
  }
  .user__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
    padding: 18px;
    margin-bottom: 12px;
  }
  .user__info-avatar {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
  }
  .user__info-main-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
  }
  .user__info-main .status {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    padding: 4px 16px;
  }
  .user__info-social {
    width: 100%;
  }
  .user__info-social-item {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .user .panel__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .user .panel__item {
    width: 100%;
  }
  .user .panel__item-main {
    width: 100%;
  }
  .user .panel__actions {
    padding-top: 12px;
    row-gap: 30px;
  }
  .user .panel__actions-timer-wrapper {
    padding: 10px 32px;
  }
  .user .panel__actions-timer-value {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0%;
  }
}

.header--public {
  background: transparent;
}
.header--public:not(.header--main) + .wrapper {
  padding-top: 280px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header--public:not(.header--main) + .wrapper::before {
  content: "";
  position: absolute;
  top: 100px;
  width: 1300px;
  height: 215px;
  mask-image: url(../img/svg/default-background.svg);
  background-size: cover !important;
  background-position: bottom;
  z-index: -1;
  border-radius: 35px;
  overflow: hidden;
}
.header--public .header__lang {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background: none;
  border-radius: 100px;
  padding: 15px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.header--public .header__logo {
  max-width: 418px;
  font-size: 418px;
}
.header--public .header__logo svg {
  height: 40px;
}
.header--public .header__wrapper {
  margin: 0 auto;
  max-width: 1380px;
  border-radius: 100px;
  background: rgb(0, 0, 0);
  padding: 18px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header--public .header__action-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
}
.header--public .header__action-menu span {
  width: 16px;
  height: 2px;
}
.header--public .header__info-actions {
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 283px;
  right: 60px;
  top: 100%;
  z-index: 1;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header--public .header__info-actions-balance-name {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
}
.header--public .header__info-actions-balance-value {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
}
.header--public .header__info-actions-notification {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 8px;
  background: rgb(20, 20, 20);
}
.header--public .header__info-menu-list {
  padding-top: 20px;
}
.header--public .header__info-menu-data:hover {
  opacity: 1;
  cursor: default;
}
.header--public .header__info-menu-data-avatar {
  border-radius: 50%;
  background: -o-linear-gradient(315deg, rgb(161, 26, 220) 0%, rgb(21, 206, 234) 99.999%);
  background: linear-gradient(135deg, rgb(161, 26, 220) 0%, rgb(21, 206, 234) 99.999%);
}
.header--public .header__info-menu-data-avatar svg {
  font-size: 24px;
}
.header--public .header__info-menu-data-name {
  display: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
}
.header--public .header__info-menu-data-arrow {
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: none;
}
.header--public .header__info-menu-data-arrow .icon-close {
  display: block;
}
.header--public .header__info-menu-data-arrow .icon-arrow {
  display: none;
}
.header--public .header__info-menu-data-avatar {
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  margin-right: 0;
}
.group-blog {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .header--public .header__logo {
    max-width: 247px;
    font-size: 247px;
  }
}
@media (max-width: 768px) {
  .header--public {
    max-width: 100%;
    background: rgb(0, 0, 0);
  }
  .header--public:not(.header--main) + .wrapper {
    padding-top: 194px;
  }
  .header--public:not(.header--main) + .wrapper::before {
    top: 55px;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: contain !important;
    height: 200px;
  }
  .header--public .header__wrapper {
    border-radius: 0;
    padding: 18px 0;
    width: 100%;
    max-width: 100%;
    width: calc(100% - 32px);
  }
  .header--public .header__action-menu {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .header--public .header__action-menu:hover {
    opacity: 1;
  }
  .header--public .header__action-menu span {
    width: 13px;
    height: 1px;
  }
  .header--public .header__lang {
    display: none;
  }
  .header--public .header__logo {
    left: auto;
    max-width: 163px;
    font-size: 163px;
  }
  .header--public .header__info-actions {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header--public .header__info-menu-data-avatar {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .header--public .header__info-menu-data-avatar:hover {
    opacity: 1;
  }
  .header--public .header__info-menu-data-avatar svg {
    font-size: 14px;
  }
  .header--public .header__info-menu-list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header--public:not(.header--main) + .wrapper {
        align-items: unset;
        /*padding-left: 30px;
        padding-right: 30px;*/
    }
    .header--public:not(.header--main) + .wrapper::before 
    {
        align-self: center;
        margin-top: -39px;
    }
}

.header.header--payment .header__lang {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .header.header--payment .header__wrapper {
    height: 56px;
    padding: 0;
  }
  .header.header--payment .header__logo {
    left: inherit;
    max-width: 163px;
    font-size: 163px;
  }
}

.payment {
  max-width: 674px;
  margin: 0 auto;
}
.payment__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  border-radius: 32px;
/*  background: url(../img/main/payment-main-bg.svg) no-repeat center top, rgb(27, 27, 27);*/
  background: rgb(27, 27, 27);
  overflow: hidden;
  background-size: cover;
}
.payment__main-title, .payment__main-subtitle, .payment__main-sound {
    z-index: 1;
}
.gradient-element {
    position: relative;
    width: 400px;
    height: 400px;
    left: 10%;
    top: -300px;
    filter: blur(80px);
    border-radius: 100%;
    margin-bottom: -400px;
    z-index: 0;
}
.payment__main-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 24px;
  margin-bottom: 40px;
}
.payment__main-action-btn {
  width: 100%;
}
.payment__main-action-btn-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
  padding-left: 20px;
}
.payment__main-action .payment__select-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: 72px;
  margin-bottom: 8px;
}
.payment__main-action-line {
  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-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 24px 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  white-space: nowrap;
}
.payment__main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  margin-bottom: 12px;
  margin-top: 0;
}
.payment__main-subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}
.payment__main-sound {
  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;
  margin-bottom: 40px;
}
.payment__main-sound-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
}
.payment__main-sound-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.payment__main-sound-value span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.5)));
  background: -o-linear-gradient(top, rgb(255, 255, 255), rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5) 100%);
  height: 7px;
  border-radius: 2px;
}
.payment__main-sound-value span:nth-child(2) {
  height: 20px;
}
.payment__main-sound-value span:nth-child(3) {
  height: 13px;
}
.payment__main-sound-value span:nth-child(4) {
  height: 30px;
}
.payment__main-sound-value span:nth-child(5) {
  height: 17px;
}
.payment__main-sound-value span:nth-child(6) {
  height: 10px;
}
.payment__main-sound-value span:nth-child(9) {
  height: 20px;
}
.payment__main-sound-value span:nth-child(10) {
  height: 10px;
}
.payment__main-sound-value span:nth-child(11) {
  height: 30px;
}
.payment__main-sound-value span:nth-child(12) {
  height: 17px;
}
.payment__main-sound-value span:nth-child(13) {
  height: 10px;
}
.payment__main-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.payment__main-inputs .checkbox {
  margin: 0 auto;
}
.payment__main-inputs .checkbox--big {
  margin-top: 20px;
}
.payment__main-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.payment__main-input-select {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 20px;
}
.payment__main-input-select-head {
  display: none;
}
.payment__main-input-select-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.payment__main-input-select-values-item {
  padding: 7px 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 6px;
}
.payment__main-input-select-values-item.is-active {
  opacity: 1;
  background: rgb(255, 255, 255);
  color: rgb(20, 20, 20);
}
.payment__main-input-select-values-item:hover {
  opacity: 1;
  background: rgb(255, 255, 255);
  color: rgb(20, 20, 20);
}
.payment__main-input-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 12px;
}
.payment__main-input-prices-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.payment__main-input-prices-item:hover {
  opacity: 1;
}
.payment__main-input-prices-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
  margin-left: auto;
}
.payment__main-input-prices-text .is-desktop {
  display: inline;
}
.payment__main-input-prices-text .is-mobile {
  display: none;
}
.payment__main-input input {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  height: 81px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  font-family: "Inter", sans-serif;
  padding-top: 55px;
}
.payment__main-input textarea {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  min-height: 81px;
  max-height: 215px;
  field-sizing: content;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  font-family: "Inter", sans-serif;
  overflow: auto;
  resize: none;
}
.payment__main-input textarea::-webkit-scrollbar {
  width: 0px;
}
.payment__main-input textarea::-webkit-scrollbar-track {
  background: transparent;
}
.payment__main-input textarea::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}
.payment__main-input textarea::-webkit-scrollbar-thumb:hover {
  background: transparent;
  cursor: pointer;
}
.payment__main-input label {
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  top: 28px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
.payment__main-input--textarea {
  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;
}
.payment__main-input--textarea label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  left: inherit;
  top: inherit;
  opacity: 1;
}
.payment__main-input--textarea label svg {
  font-size: 20px;
}
.payment__main-input--textarea textarea {
  width: 100%;
  font-size: 16px;
  padding-top: 15px;
}
.payment__main-input--textarea.active label {
  display: none;
}
.payment__main-input--textarea.focus label {
  display: none;
}
.payment__main-input--textarea.focus textarea {
  border-color: var(--white);
}
.payment__main-input.active label {
  top: 19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.payment__main-input.focus label {
  top: 19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.payment__main-input.focus input {
  border-color: var(--white);
}
.payment__twitch-button {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 20px 28px;
  border: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-out;
  outline: 0;
  background-color: #9147ff;
  color: var(--white);
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.payment__twitch-button:hover {
  background-color: #772ce8;
}
.payment__twitch-button:disabled {
  background-color: #808080;
  cursor: default;
}
.payment__twitch-note {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
}
.payment__main-input-reset {
  display: flex;
  justify-content: center;
}
.payment__main-action-warn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 8px 8px 20px;
  gap: 19px;
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
.payment__warn-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 10px;
  width: 40px;
  height: 40px;
  background: #E14231;
  border-radius: 8px;
}
.payment__warn-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.payment__main-input.twitch-style {
  display: flex;
  flex-direction: column;
  position: relative;
}
.payment__main-input.twitch-style input {
  background-image: url(../img/svg/twitch-color.svg);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 20px;
  padding-left: 80px;
  height: 81px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  font-family: "Inter", sans-serif;
}
.payment__main-input.twitch-style label {
  position: absolute;
  left: 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
  top: 28px;
  font-family: "Inter", sans-serif;
  cursor: default;
}
.payment__main-input.twitch-style.focus label {
  top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.payment__main-input.twitch-style.active label {
  top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.payment__main-input.twitch-style.focus input {
  padding-bottom: 0;
  border-color: var(--white);
}
.payment__main-input.twitch-style.active input {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .payment__main {
    padding: 40px 20px 40px 20px;
  }
  .payment__main .payment__select-logo {
    display: none;
  }
  .payment__main-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 30px;
  }
  .payment__main-subtitle {
    margin-top: 0;
/*    display: none;*/
  }
  .payment__main-sound {
    margin-bottom: 30px;
  }
  .payment__main-sound-text {
    max-width: 142px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
  }
  .payment__main-sound-value {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .payment__main-inputs .checkbox--big {
    margin-top: 0px;
  }
  .payment__main-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    row-gap: 24px;
    margin-bottom: 0;
  }
  .payment__main-action .payment__select-submit {
    max-width: 218px;
    height: 56px;
  }
  .payment__main-action-btn-text {
    padding-left: 0;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
  }
  .payment__main-action-line {
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
  .payment__main-input-select {
    top: 17px;
  }
  .payment__main-input-select-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    padding: 6px 10px;
  }
  .payment__main-input-select-head-value {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    color: rgb(20, 20, 20);
  }
  .payment__main-input-select-head svg {
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: rgb(20, 20, 20);
    fill: var(--white);
  }
  .payment__main-input-select-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 32px;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    z-index: 2;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .payment__main-input-select-values-item {
    color: rgb(20, 20, 20);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 0;
  }
  .payment__main-input-select.is-active .payment__main-input-select-values {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .payment__main-input-select.is-active .payment__main-input-select-head svg {
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
  }
  .payment__main-input-prices {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .payment__main-input-prices-item {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    white-space: nowrap;
  }
  .payment__main-input-prices-item:nth-child(4) {
    display: none;
  }
  .payment__main-input-prices-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
  }
  .payment__main-input-prices-text .is-desktop {
    display: none;
  }
  .payment__main-input-prices-text .is-mobile {
    display: inline;
  }
  .payment__main-input input {
    height: 64px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 28px;
    border-radius: 12px;
  }
  .payment__main-input label {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    top: 10px;
  }
  .payment__main-input.active label {
    top: 10px;
    left: 17px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }
  .payment__main-input.focus label {
    top: 15px;
    left: 17px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }
  .payment__main-input--textarea {
    overflow: hidden;
    border-radius: 12px;
  }
  .payment__main-input--textarea textarea {
    font-size: 13px;
    line-height: 18px;
    overflow: auto;
    border-radius: 12px;
  }
  .payment__main-input--textarea label {
    top: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .payment__main-input--textarea label svg {
    font-size: 13px;
  }
  .payment__warn-label {
    font-size: 12px;
    line-height: 16px;
  }
  .payment__main-input.twitch-style input {
    background-image: url('{% static "/img/svg/twitch-color.svg" %}');
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 36px;
    padding-left: 60px;
    height: 60px;
    font-size: 16px;
  }
  .payment__main-input.twitch-style label {
    left: 60px;
    font-size: 16px;
    top: 18px;
  }
  .payment__main-input.twitch-style.focus label {
    top: 8px;
    font-size: 14px;
  }
  .payment__main-input.twitch-style.active label {
    top: 8px;
    font-size: 14px;
  }
  .payment__main-input.twitch-style.focus input {
    padding-bottom: 2px;
  }
  .payment__main-input.twitch-style.active input {
    padding-bottom: 2px;
  }
}
.payment__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  opacity: 0.6;
  margin-top: 20px;
}
.payment__info a {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .payment__info {
    font-size: 12px;
    margin-top: 15px;
  }
}
.payment__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  background: url(../img/content/pay-bg.png) no-repeat center center, rgb(27, 27, 27);
  background-size: cover;
  padding: 40px 109px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .payment__select {
    padding: 32px 8px;
    border-radius: 24px;
  }
}
.payment__select-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 40px;
}
.payment__select-type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(../img/content/pay-btn-bg.png) no-repeat center bottom;
}
.payment__select-type-item.is-active {
  background: url(../img/svg/type-active.svg) no-repeat center bottom;
  background-size: 100%;
}
.payment__select-type-item:hover {
  background: url(../img/svg/type-active.svg) no-repeat center bottom;
  background-size: 100%;
}
.payment__select-type-item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .payment__select-type {
    max-width: 300px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    margin-bottom: 32px;
  }
  .payment__select-type-item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .payment__select-type-item.is-active {
    background: url(../img/svg/btn-bg-mobile.svg) no-repeat center center;
    background-size: cover;
  }
  .payment__select-type-item:hover {
    background: url(../img/svg/btn-bg-mobile.svg) no-repeat center center;
    background-size: cover;
  }
}
.payment__select-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.payment__select-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-box-shadow: 2px 4px 32px 0px rgba(20, 20, 20, 0.2), inset 0px 6px 27.4px -10px rgba(255, 255, 255, 0.25);
          box-shadow: 2px 4px 32px 0px rgba(20, 20, 20, 0.2), inset 0px 6px 27.4px -10px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(160px);
          backdrop-filter: blur(160px);
  background: rgba(255, 255, 255, 0.04);
  background: url(../img/main/card.png) no-repeat center center;
  padding: 40px;
  margin-bottom: 40px;
}
.payment__select-card-logo {
  max-width: 162px;
  width: 100%;
  margin-bottom: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.payment__select-card-item {
  max-width: 64px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 40px;
}
.payment__select-card-number {
  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;
  margin-bottom: 10px;
}
.payment__select-card-number-item {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 4%;
  text-align: left;
}
.payment__select-card-adv {
  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;
}
.payment__select-card-adv-cvc {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 4%;
  text-align: left;
  color: var(--white);
}
.payment__select-card-adv-date {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 4%;
  text-align: left;
  color: var(--white);
}
@media (max-width: 576px) {
  .payment__select-card {
    padding: 26px;
    margin-bottom: 20px;
  }
  .payment__select-card-logo {
    max-width: 125px;
    margin-bottom: 20px;
  }
  .payment__select-card-item {
    width: 48px;
    margin-bottom: 35px;
  }
  .payment__select-card-number {
    margin-bottom: 8px;
  }
  .payment__select-card-number-item {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 4%;
    text-align: left;
  }
  .payment__select-card-adv-cvc {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 4%;
  }
  .payment__select-card-adv-date {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 4%;
  }
}
.payment__select-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 20px;
  background: rgb(20, 20, 20);
  overflow: hidden;
  margin-bottom: 20px;
}
.payment__select-inputs-item {
  width: calc(50% - 1px);
}
.payment__select-inputs-item:first-child {
  width: 100%;
  border-bottom: 1px solid rgb(27, 27, 27);
}
.payment__select-inputs-item:nth-child(2) {
  border-right: 1px solid rgb(27, 27, 27);
}
.payment__select-inputs-item input {
  height: 57px;
  width: 100%;
  background: transparent;
  border: none;
  padding-left: 20px;
  padding-top: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--white);
}
.payment__select-inputs-item input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
}
.payment__select-inputs-item input::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
}
.payment__select-inputs-item input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
}
.payment__select-inputs-item input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
}
.payment__select-inputs-item input::placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  opacity: 0.5;
}
@media (max-width: 576px) {
  .payment__select-inputs {
    margin: 0 12px 20px 12px;
  }
  .payment__select-inputs-item input {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    height: 48px;
  }
  .payment__select-inputs-item input::-webkit-input-placeholder {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
  }
  .payment__select-inputs-item input::-moz-placeholder {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
  }
  .payment__select-inputs-item input:-ms-input-placeholder {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
  }
  .payment__select-inputs-item input::-ms-input-placeholder {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
  }
  .payment__select-inputs-item input::placeholder {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.payment__select-checkbox {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .payment__select-checkbox {
    margin: 0 12px 32px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.payment__select-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  background: rgb(144, 106, 255);
  padding: 20px 28px;
  border: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-width: 390px;
  width: 100%;
  margin: 0 auto 40px auto;
}
.payment__select-submit svg {
  width: 22px;
  height: 22px;
}
.payment__select-submit:hover {
  background: rgb(106, 76, 196);
}
.payment__select-submit:disabled {
  background: #808080 !important;
  cursor: default;
}
@media (max-width: 576px) {
  .payment__select-submit {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 18px 24px;
    border-radius: 12px;
    max-width: 273px;
    margin-bottom: 32px;
  }
  .payment__select-submit svg {
    width: 20px;
    height: 20px;
  }
}
.payment__select-logo {
  max-width: 230px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .payment__select-logo {
    max-width: 173px;
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  position: relative;
  cursor: pointer;
}
.checkbox input {
  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;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: rgb(144, 106, 255);
}
.checkbox input::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: url(../img/svg/checked.svg) no-repeat center center;
  background-size: 10px;
}
.payment .checkbox span {
  padding-left: 28px;
}
.checkbox a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .checkbox--big {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    width: 100%;
    padding: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .checkbox--big input {
    position: inherit;
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .checkbox--big input::before {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .checkbox--big input:checked::after {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: url(../img/svg/heart.svg) no-repeat center center;
  }
  .checkbox--big span {
    padding-left: 0;
  }
}

.container--mp {
  max-width: 1380px;
  padding: 0 16px;
}

@media (max-width: 1380px) {
  .container--mp {
    max-width: -webkit-fill-available;
  }
}
.footer--main {
  max-width: 1380px;
  width: 100%;
  padding: 200px 0 34px 0;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.footer__wrapper .footer__left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 439px;
  width: 100%;
  margin-right: 150px;
}
.footer__wrapper .footer__logo {
  margin: 0 0 32px 0;
  max-width: 282px;
  font-size: 282px;
}
.footer__wrapper .footer__text {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}
.footer__wrapper .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.footer__wrapper .footer__social a {
  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;
  width: 52px;
  height: 52px;
}
.footer__wrapper .footer__social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: calc(100% - 589px);
  padding-top: 60px;
  height: 100%;
}
.footer__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.33% - 16px);
}
.footer__menu-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  margin-bottom: 14px;
}
.footer__menu-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.footer__menu-item ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-top: 50px;
}
.footer__bottom .footer__link {
  margin: 0;
}

@media (max-width: 1199px) {
  .footer__wrapper .footer__left {
    margin-right: 30px;
    max-width: 300px;
  }
  .footer__menu {
    width: calc(100% - 330px);
  }
}
@media (max-width: 992px) {
  .footer__wrapper .footer__left {
    margin-right: 0;
    max-width: 100%;
  }
  .footer__menu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer--main {
    padding: 100px 0 32px 0;
  }
  .footer__wrapper .footer__logo {
    max-width: 280px;
    width: 100%;
    font-size: 300px;
    margin: 0 auto 20px auto;
  }
  .footer__wrapper .footer__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
  }
  .footer__wrapper .footer__social {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .footer__wrapper .footer__social a {
    width: 40px;
    height: 40px;
  }
  .footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
    row-gap: 24px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .footer__menu-item {
    width: calc(50% - 8px);
  }
  .footer__menu-item-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0%;
  }
  .footer__menu-item ul {
    row-gap: 8px;
  }
  .footer__menu-item ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
  .footer__bottom {
    margin-top: 40px;
  }
}
.header__social {
  position: absolute;
  top: -100%;
  left: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
.header__social a {
  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;
  width: 52px;
  height: 52px;
}
.header__social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__dropdown {
  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;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  top: 100%;
  background: rgb(27, 27, 27);
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: -1;
}
.header__dropdown-bottom {
  display: none;
}
.header__dropdown-list {
  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;
}
.header__dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  margin-right: 30px;
  position: relative;
  padding: 30px 30px 30px 0;
}
.header__dropdown-link::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.12);
}
.header__dropdown-link:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header__dropdown-link:last-child::after {
  display: none;
}
@media (max-width: 992px) {
  .header__dropdown-link {
    font-size: 13px;
    padding-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .header__dropdown {
    width: calc(100% + 16px);
    left: -16px;
    padding: 12px 18px 92px 18px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .header__dropdown-list {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    width: 100%;
  }
  .header__dropdown-link {
    padding-right: 0;
    margin-right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    padding-bottom: 16px;
    padding-top: 0;
    padding-left: 0;
  }
  .header__dropdown-link::after {
    display: none;
  }
  .header__dropdown-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: calc(100% - 62px);
    left: 18px;
    bottom: 20px;
    display: flex;
  }
  .header__dropdown-bottom .header__lang {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 11px 18px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
  .header__dropdown-bottom .header__social {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    right: 0;
    left: inherit !important;
    top: inherit !important;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .header__dropdown-bottom .header__social a {
    width: 40px;
    height: 40px;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.homescreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100vh;
  background: #0f0f0f;
  margin-bottom: 138px;
  width: 100%;
}
.homescreen .swiper {
  width: 100%;
  z-index: 0;
}
.homescreen__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.homescreen__bg picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.homescreen__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.homescreen__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
}
@media (min-width: 1920px) {
  .homescreen {
    height: 900px;
    padding-top: 0;
  }
  .homescreen__bg img {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
  }
  .homescreen__wrapper {
    height: 900px;
  }
}
.homescreen__main {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 200px;
  max-width: 674px;
}
.homescreen__main-title {
  font-size: 61px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  margin-bottom: 32px;
  margin-top: 0;
}
.homescreen__main-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
}
.homescreen__main-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 60px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.homescreen__sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 215px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.2)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2) 100%);
  overflow: hidden;
}
.homescreen__sound::before {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.homescreen__sound-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: right;
}
.homescreen__sound svg {
  font-size: 44px;
  height: 44px;
  width: 44px;
}
.homescreen__sound--bottom {
  top: inherit;
  bottom: 200px;
}
.homescreen__advan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 36px);
  max-width: 1380px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  position: absolute;
  bottom: -69px;
}
.homescreen__advan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
  padding: 32px 20px;
  color: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  width: calc(33.33% - 14px);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: -o-radial-gradient(50% 100%, 55% 28%, rgba(144, 106, 255, 0.4), rgba(144, 106, 255, 0) 100%), -o-radial-gradient(50% 100%, 80% 66%, rgba(144, 106, 255, 0.2), rgba(144, 106, 255, 0) 100%), rgba(20, 20, 20, 0.1);
  background: radial-gradient(55% 28% at 50% 100%, rgba(144, 106, 255, 0.4), rgba(144, 106, 255, 0) 100%), radial-gradient(80% 66% at 50% 100%, rgba(144, 106, 255, 0.2), rgba(144, 106, 255, 0) 100%), rgba(20, 20, 20, 0.1);
}
.homescreen__advan-item--orange {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: -o-radial-gradient(50% 100%, 55% 28%, rgba(255, 99, 71, 0.4), rgba(255, 99, 71, 0) 100%), rgba(20, 20, 20, 0.1);
  background: radial-gradient(55% 28% at 50% 100%, rgba(255, 99, 71, 0.4), rgba(255, 99, 71, 0) 100%), rgba(20, 20, 20, 0.1);
}
.homescreen__advan-item-value {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0%;
  text-align: center;
}
.homescreen__advan-item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .homescreen__sound-text {
    display: none;
  }
  .homescreen__advan {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .homescreen__advan-item {
    width: calc(33.33% - 3px);
  }
  .homescreen__advan-item-value {
    font-size: 27px;
    line-height: 31px;
  }
  .homescreen__advan-item-text {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .homescreen {
    background: none;
    position: relative;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .homescreen__advan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    row-gap: 12px;
    position: relative;
    bottom: inherit;
    width: 100%;
  }
  .homescreen__advan-item {
    width: 100%;
    padding: 24px 20px;
    border-radius: 24px;
  }
  .homescreen__advan-item-value {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }
  .homescreen__advan-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
  }
  .homescreen__bg {
    position: relative;
    height: 460px;
  }
  .homescreen__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 460px;
  }
  .homescreen__wrapper {
    height: auto;
    position: inherit;
  }
  .homescreen__main {
    position: inherit;
    bottom: inherit;
    padding-top: 20px;
  }
  .homescreen__main-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
  }
  .homescreen__main-subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
  }
  .homescreen__main-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 12px;
    margin-top: 24px;
  }
  .homescreen__sound {
    top: 60px !important;
    bottom: inherit !important;
    right: 18px;
    padding: 10px;
    border-radius: 16px;
  }
  .homescreen__sound svg {
    font-size: 28px;
    height: 28px;
    width: 28px;
  }
}

.btn {
  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 28px;
  height: 64px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  border-radius: 100px;
}
.btn--color {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(90, 117, 227);
          box-shadow: 0px 0px 20px 0px rgb(90, 117, 227);
  background: -o-radial-gradient(50% 0%, 30% 30%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 100%), -o-radial-gradient(50% 100%, 20% 13%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 100%), -o-linear-gradient(315deg, rgb(161, 26, 220) 0%, rgb(21, 206, 234) 99.999%), rgb(255, 255, 255);
  background: radial-gradient(30% 30% at 50% 0%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 100%), radial-gradient(20% 13% at 50% 100%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, rgb(161, 26, 220) 0%, rgb(21, 206, 234) 99.999%), rgb(255, 255, 255);
}
.btn--bordered {
  border: 1px dashed rgba(255, 255, 255, 0.3);
}
.btn--white {
  background: var(--white);
  color: #000;
}
.btn--purple{
  border-radius: 16px;
  background: rgb(144, 106, 255);
}

.btn--purple:hover{
  opacity: .6;
}
@media (max-width: 768px) {
  .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: max-content;
    height: 54px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
}

.format {
  padding: 150px 0 100px 0;
}
.format__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  position: relative;
}
.format__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  max-width: calc(40% - 32px);
}
.format__img {
  position: absolute;
  right: 0;
  width: calc(60% - 32px);
  border-radius: 32px;
  overflow: hidden;
}
.format__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.format__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  max-width: calc(40% - 32px);
  margin: 0;
}
.format__advan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  max-width: calc(40% - 32px);
  padding-top: 60px;
}
.format__advan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  width: calc(50% - 8px);
}
.format__advan-item img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.format__advan-item-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
}
@media (max-width: 1199px) {
  .format {
    padding-top: 100px;
  }
  .format__img {
    width: calc(50% - 10px);
  }
  .format__title {
    font-size: 35px;
    margin-bottom: 16px;
    max-width: calc(50% - 10px);
  }
  .format__subtitle {
    font-size: 17px;
    max-width: calc(50% - 10px);
  }
  .format__advan {
    padding-top: 30px;
    max-width: calc(50% - 10px);
  }
  .format__advan-item-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .format {
    padding: 50px 0;
  }
  .format__title {
    max-width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 24px;
  }
  .format__img {
    position: relative;
    right: inherit;
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 12px;
  }
  .format__subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    max-width: 100%;
  }
  .format__advan {
    padding-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    max-width: 100%;
  }
  .format__advan-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    width: 100%;
  }
  .format__advan-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
  .format__advan-item img {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
}

.support {
  padding: 100px 0;
}
.support__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgb(20, 20, 20);
  padding: 32px;
  position: relative;
  padding-top: 27%;
  width: calc(50% - 16px);
  overflow: hidden;
}
.support__item-name {
  background: -o-linear-gradient(318.3deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.6));
  background: linear-gradient(131.7deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 32px;
  top: 32px;
  padding-right: 32px;
}
.support__item-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.support__item-images img {
  position: absolute;
}
.support__item-images img:nth-child(1) {
  width: calc(207px + 10%);
  bottom: 40px;
  left: -70px;
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.support__item-images img:nth-child(2) {
  width: calc(161px + 10%);
  bottom: -70px;
  left: -50px;
  z-index: 1;
  -webkit-transform: translate(-150%, 100%);
      -ms-transform: translate(-150%, 100%);
          transform: translate(-150%, 100%);
}
.support__item-images img:nth-child(3) {
  width: calc(192px + 10%);
  bottom: -30%;
  left: 70px;
  z-index: 0;
  -webkit-transform: translate(0, 300px);
      -ms-transform: translate(0, 300px);
          transform: translate(0, 300px);
}
.support__item-images img:nth-child(4) {
  width: calc(166px + 10%);
  bottom: -15%;
  left: 200px;
  z-index: 2;
  -webkit-transform: translate(0, 700px);
      -ms-transform: translate(0, 700px);
          transform: translate(0, 700px);
}
.support__item-images img:nth-child(5) {
  width: calc(200px + 10%);
  bottom: -10%;
  right: 60px;
  z-index: 1;
  -webkit-transform: translate(0, 500px);
      -ms-transform: translate(0, 500px);
          transform: translate(0, 500px);
}
.support__item-images img:nth-child(6) {
  width: calc(166px + 10%);
  bottom: 0;
  right: 20px;
  z-index: 0;
  -webkit-transform: translate(900px, 0);
      -ms-transform: translate(900px, 0);
          transform: translate(900px, 0);
}
.support__item-images img:nth-child(7) {
  width: calc(270px + 10%);
  bottom: -25%;
  right: -20%;
  z-index: 2;
  -webkit-transform: translate(500px, 0);
      -ms-transform: translate(500px, 0);
          transform: translate(500px, 0);
}
@media (max-width: 768px) {
  .support__item-images img:nth-child(1) {
    width: calc(99px + 10%);
    bottom: 15px;
    left: -50px;
    -webkit-transform: translate(-100%, -100%);
        -ms-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
  .support__item-images img:nth-child(2) {
    width: calc(77px + 10%);
    bottom: -40px;
    left: -30px;
    z-index: 1;
    -webkit-transform: translate(-150%, 100%);
        -ms-transform: translate(-150%, 100%);
            transform: translate(-150%, 100%);
  }
  .support__item-images img:nth-child(3) {
    width: calc(92px + 10%);
    bottom: -40%;
    left: 30px;
    z-index: 0;
    -webkit-transform: translate(0, 300px);
        -ms-transform: translate(0, 300px);
            transform: translate(0, 300px);
  }
  .support__item-images img:nth-child(4) {
    width: calc(79px + 10%);
    bottom: -20%;
    left: 95px;
    z-index: 2;
    -webkit-transform: translate(0, 700px);
        -ms-transform: translate(0, 700px);
            transform: translate(0, 700px);
  }
  .support__item-images img:nth-child(5) {
    width: calc(96px + 10%);
    bottom: -10%;
    right: 25px;
    z-index: 1;
    -webkit-transform: translate(0, 500px);
        -ms-transform: translate(0, 500px);
            transform: translate(0, 500px);
  }
  .support__item-images img:nth-child(6) {
    width: calc(71px + 10%);
    bottom: 0;
    right: 20px;
    z-index: 0;
    -webkit-transform: translate(900px, 0);
        -ms-transform: translate(900px, 0);
            transform: translate(900px, 0);
  }
  .support__item-images img:nth-child(7) {
    width: calc(125px + 10%);
    bottom: -25%;
    right: -70px;
    z-index: 2;
    -webkit-transform: translate(500px, 0);
        -ms-transform: translate(500px, 0);
            transform: translate(500px, 0);
  }
}
.support__item:nth-child(2) .support__item-images img:nth-child(1) {
  width: calc(197px + 10%);
  bottom: -70px;
  left: -80px;
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.support__item:nth-child(2) .support__item-images img:nth-child(2) {
  width: calc(294px + 10%);
  bottom: -30%;
  left: 70px;
  z-index: 0;
  -webkit-transform: translate(0, 300px);
      -ms-transform: translate(0, 300px);
          transform: translate(0, 300px);
  z-index: 1;
}
.support__item:nth-child(2) .support__item-images img:nth-child(3) {
  width: calc(276px + 10%);
  bottom: 0;
  right: 120px;
  left: initial;
  z-index: 0;
  -webkit-transform: translate(0, 300px);
      -ms-transform: translate(0, 300px);
          transform: translate(0, 300px);
  z-index: 0;
}
.support__item:nth-child(2) .support__item-images img:nth-child(4) {
  width: calc(356px + 10%);
  bottom: -80px;
  right: -120px;
  left: initial;
  z-index: 0;
  -webkit-transform: translate(600px, 0);
      -ms-transform: translate(600px, 0);
          transform: translate(600px, 0);
  z-index: 0;
}
@media (max-width: 768px) {
  .support__item:nth-child(2) .support__item-images img:nth-child(1) {
    width: 140px;
    bottom: -40px;
    left: -48px;
    -webkit-transform: translate(-100%, -100%);
        -ms-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
  .support__item:nth-child(2) .support__item-images img:nth-child(2) {
    width: 160px;
    bottom: -50px;
    left: 35px;
    z-index: 0;
    -webkit-transform: translate(0, 300px);
        -ms-transform: translate(0, 300px);
            transform: translate(0, 300px);
    z-index: 1;
  }
  .support__item:nth-child(2) .support__item-images img:nth-child(3) {
    width: calc(132px + 10%);
    bottom: -10px;
    right: 15%;
    left: initial;
    z-index: 0;
    -webkit-transform: translate(0, 300px);
        -ms-transform: translate(0, 300px);
            transform: translate(0, 300px);
    z-index: 0;
  }
  .support__item:nth-child(2) .support__item-images img:nth-child(4) {
    width: calc(171px + 10%);
    bottom: -40px;
    right: -60px;
    left: initial;
    z-index: 0;
    -webkit-transform: translate(600px, 0);
        -ms-transform: translate(600px, 0);
            transform: translate(600px, 0);
    z-index: 0;
  }
}
@media (max-width: 1199px) {
  .support__item {
    padding-top: 40%;
  }
}
@media (max-width: 992px) {
  .support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .support__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .support {
    padding: 50px 0;
  }
  .support__item {
    height: 190px;
    padding: 20px;
  }
  .support__item-name {
    font-size: 17px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    left: 20px;
    top: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .support__item {
    border-radius: 20px;
    height: 190px;
    padding-top: 0;
  }
}

@-webkit-keyframes ptLeftTranstit {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes ptLeftTranstit {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.partner {
  padding: 100px 0;
}
.partner__anim {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-animation-delay: 3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ptLeftTranstit;
  animation-name: ptLeftTranstit;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.partner__anim::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -100%;
  left: -40%;
  width: 100%;
  height: 200%;
  background: url(../img/svg/pt-top.svg) no-repeat center center;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-delay: 3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ptTopRotate;
  animation-name: ptTopRotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.partner__anim::after {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -100%;
  right: -40%;
  width: 100%;
  height: 200%;
  background: url(../img/svg/pt-top.svg) no-repeat center center;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.partner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
  border-radius: 32px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.partner__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0%;
  color: var(--white);
  margin-bottom: 20px;
  text-align: center;
  max-width: 650px;
}
.partner__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  max-width: 760px;
  text-align: center;
  margin-bottom: 20px;
}
.partner__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.partner__more svg {
  font-size: 15px;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  margin-top: 3px;
}
.partner .btn {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .partner {
    padding: 50px 0;
  }
  .partner__anim::before {
    width: 200%;
    background: url(../img/svg/pt-top-m.png) no-repeat center center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .partner__anim::after {
    background: url(../img/svg/pt-top-m.png) no-repeat center center;
    -o-object-fit: contain;
       object-fit: contain;
    width: 200%;
  }
  .partner__wrapper {
    background: none;
    padding: 60px 20px;
  }
  .partner__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
    max-width: 284px;
  }
  .partner__subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 284px;
  }
  .partner__more {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
  }
  .partner__more svg {
    font-size: 12px;
    margin-top: 4px;
  }
  .partner .btn {
    margin-top: 24px;
  }
}

.mp-blog {
  padding: 100px 0;
}
.mp-blog__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  margin-bottom: 40px;
}
.mp-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 32px;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: auto;
  position: relative;
}
.mp-blog__item::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 50%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgb(20, 20, 16)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(20, 20, 16) 60%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(20, 20, 16) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#141410",GradientType=1);
  z-index: 1;
}
.mp-blog__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.mp-blog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mp-blog__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.mp-blog__item-main-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  margin-bottom: 12px;
}
.mp-blog__item-main-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.mp-blog .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: inherit;
}
.mp-blog .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mp-blog .swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: calc(50% - 32px);
  width: 100%;
  z-index: 3;
  height: 0;
}
.mp-blog .swiper-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 18px;
  color: #906AFF;
  border-radius: 50%;
  border: 1px solid #906AFF;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 12px 0px rgb(144, 106, 255);
          box-shadow: 0px 0px 12px 0px rgb(144, 106, 255);
  background: rgb(20, 20, 20);
  opacity: 1;
}
.mp-blog .swiper-nav__item.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.mp-blog .swiper-nav__item--prev {
  margin-left: -32px;
}
.mp-blog .swiper-nav__item--next {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  margin-right: -32px;
}
.mp-blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
}
.mp-blog .container {
  max-width: 1380px;
  width: 100%;
}
@media (max-width: 1506px) {
  .mp-blog .swiper-nav__item--prev {
    margin-left: -10px;
  }
  .mp-blog .swiper-nav__item--next {
    margin-right: -10px;
  }
}
@media (max-width: 768px) {
  .mp-blog {
    padding: 50px 0;
  }
  .mp-blog__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
  }
  .mp-blog__item {
    padding: 10px;
  }
  .mp-blog__item-img {
    max-height: 236px;
    height: 100%;
  }
  .mp-blog__item-main-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 8px;
  }
  .mp-blog__item-main-subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
  .mp-blog__wrapper {
    width: calc(100% + 16px);
  }
  .mp-blog__wrapper .swiper-nav {
    display: none;
  }
}

.reg {
  margin-top: 50px;
  padding: 180px 0;
  background: url(../img/main/reg-bg-desk.jpeg) no-repeat center right;
  position: relative;
}
@media (min-width: 1921px) {
  .reg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(153deg, rgba(255, 255, 255, 0) 25%, rgb(157, 32, 221) 40%);
    background: linear-gradient(297deg, rgba(255, 255, 255, 0) 25%, rgb(157, 32, 221) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#9d20dd",GradientType=1);
  }
}
.reg__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.reg__main-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
  color: var(--white);
}
.reg__main-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
}
.reg__main .btn {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .reg {
    margin-top: 50px;
    padding: 260px 0 60px 0;
    height: 518px;
    background: url(../img/main/reg-bg-mob.jpeg) no-repeat center center;
    background-size: cover;
  }
  .reg__main {
    margin-top: auto;
  }
  .reg__main-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0%;
    text-align: left;
    color: rgb(253, 253, 253);
    margin-bottom: 12px;
  }
  .reg__main-subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
  .reg__main .btn {
    margin-top: 24px;
  }
}

.start {
  padding: 100px 0 100px 0;
}
.start__title {
  color: rgb(253, 253, 253);
  font-size: 48px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: center;
}
.start__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.start__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 32px;
  background: rgb(27, 27, 27);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
}
.start__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 32px 0;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  opacity: 0.5;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.start__top-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  border-radius: 10px 10px 0px 0px;
  background: rgb(144, 106, 255);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start__top-item svg {
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  font-size: 28px;
}
.start__top-item:hover {
  opacity: 1;
}
.start__top-item.is-active {
  opacity: 1;
}
.start__top-item.is-active svg {
  color: #906AFF;
}
.start__top-item.is-active::after {
  bottom: 0;
}
.start__body {
  border-radius: 32px;
  background: rgb(27, 27, 27);
  overflow: hidden;
  position: relative;
  height: 100%;
}
.start__body-tab {
  display: none;
  border-radius: 32px;
  background: rgb(27, 27, 27);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  padding: 40px;
  min-width: 100%;
}
.start__body-tab-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 400px;
}
.start__body-tab-img {
  height: auto;
  max-width: calc(100% - 500px);
  border-radius: 20px;
}
.start__body-tab-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.start__body-tab.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .start__body-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
  .start__body-tab-text {
    max-width: 100%;
  }
  .start__body-tab-img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .start {
    padding: 50px 0 50px 0;
  }
  .start__body-tab {
    padding: 20px;
    height: 60%;
  }
  .start__body-tab-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }
  .start__body-tab-img {
    max-width: 100%;
  }
  .start__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 24px;
  }
  .start__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    border-radius: 24px;
    background: rgb(27, 27, 27);
    row-gap: 20px;
    overflow: hidden;
  }
  .start__top-item {
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    overflow: visible;
  }
  .start__top-item svg {
    min-width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .start__top-item::after {
    top: 0;
    height: 100%;
    width: 3px;
    left: -23px;
    border-radius: 0px 10px 10px 0px;
  }
  .start__top-item.is-active::after {
    left: -20px;
  }
}
/*.st-main__upper-select select {
  min-height: 35px;
}*/

.oneall_social_login_providers {
    text-align: center;
    margin: 20px 0 0 35px;
    overflow: hidden;
    max-height: 50px;

}
.oneall_social_login_label {
  display: none;
}
.oneall_social_login_providers iframe {
  width: 130px !important;
  height: 100px !important;
  transform: scale(1.5);
  padding-top: 28px;
}

@media(max-width: 768px){
  .oneall_social_login_providers {
    margin: 0px -35px 0 -25px;
}
}


.control-top{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.control__info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 32px;
  background: #1B1B1B;
  border-radius: 32px;
  width: 100%;
}

.control__info-avatar{
    max-width: 206px;
    min-width: 206px;
    height: 206px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.control__info-avatar > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.control__info-avatar form{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.control__info-avatar form:hover{
  opacity: 1;
}

.control__info-avatar .field--file{
  z-index: 1;
  height: 100%;
  width: 100%;
  position: relative;
}

.control__info-avatar .field__input{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.control__info-avatar .field__file{
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}

.control__info-avatar-informer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 8px;
  padding: 12px;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.control__info-avatar-informer img{
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.control__info-rightside{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  row-gap: 12px;
}

.control__info-links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.control__info-links a{
  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;
  max-width: 52px;
  min-width: 52px;
  height: 52px;
}

.control__info-links a img{
  -o-object-fit: contain;
     object-fit: contain;
}

.control__info-name{
  color: rgb(253, 253, 253);
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

.control__info-link{
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  max-width: 270px;
  overflow-wrap: break-word;
  text-indent: -149px;
  overflow: hidden;
}

.control-actions{
  border-radius: 32px;
  background: rgb(27, 27, 27);
  max-width: 500px;
  min-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  padding: 32px;
}

.control-actions .st-upper__link{
  margin-right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-upper__button {
  margin-right: 20px;
  padding: 0 50px;
}

.st-upper__button-text, .st-upper__link-text, .st-upper__price-text {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.control-actions__balance{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.control-actions__balance-title{
  color: rgb(255, 255, 255);
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.control-actions__balance-sum{
  color: rgb(144, 106, 255);
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

.control-actions__identify{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}

.control-actions__identify img{
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.control-actions__identify-wp{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 17px;
  width: 100%;
}

.control-actions__loyality {
  padding: 10px 15px;
  background: #333;
  border-radius: 10px;
  max-width: fit-content;
}

.control-actions__loyality-value {
  font-weight: bold;
  padding: 5px;
  background: #000;
  border-radius: 10px;
  margin-left: 5px;
  line-height: 30px;
}

@media(max-width: 1499px){
  .control-actions{
    max-width: none;
    min-width: auto;
  }

  .control-top{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 16px));
  }
}

@media(max-width: 1199px){
  .control__info{
    position: relative;
  }

  .control__info-avatar{
    max-width: 106px;
    min-width: 106px;
    height: 106px;
    position: absolute;
    top: 32px;
    left: 32px;
  }

  .control__info-avatar-informer{
    font-size: 13px;
  }

  .control__info-links{
    height: 106px;
    margin-bottom: 8px;
    padding-left: 118px;
  }
}

@media(max-width: 991px){
  .control-top{
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 16px;
  }

  .control-actions .st-upper__link{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .control-actions__balance{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .control-actions__identify-wp{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media(max-width: 767px){
  .control__info{
    padding: 20px;
    border-radius: 24px;
  }

  .control__info-avatar{
    max-width: 60px;
        min-width: 60px;
        height: 60px;
        position: absolute;
        top: 20px;
        left: 20px;
  }

  .control__info-avatar-informer-text{
    display: none;
  }

  .control__info-links{
    height: 60px;
    padding-left: 72px;
    margin-bottom: 16px;
  }

  .control__info-links a{
    max-width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .control__info-rightside{
    row-gap: 4px;
  }

  .control__info-name{
    font-size: 24px;
    line-height: 29px;
  }

  .control__info-link{
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .control-actions{
/*    padding: 20px;*/
    border-radius: 24px;
  }

  .control-actions .st-upper__link{
    margin-bottom: 14px;
  }

  .control-actions .st-upper__link svg{
    min-width: 44px;
    max-width: 44px;
  }

  .control-actions__balance{
    row-gap: 4px;
  }

  .control-actions__balance-title{
    font-size: 17px;
    line-height: 21px;
  }

  .control-actions__balance-sum{
    font-size: 24px;
  }

  .control-actions__identify-wp{
    padding-top: 16px;
  }

  .control-actions__identify{
    font-size: 15px;
    line-height: 18px;
  }
}

.control-tabs{
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding-bottom: 100px;
}

.control-tabs__nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: rgb(27, 27, 27);
  padding: 24px 35px 0 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.control-tabs__nav-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.6;
  position: relative;
}

.control-tabs__nav-item::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 10px 10px 0px 0px;
  background: rgb(144, 106, 255);
}

.control-tabs__nav-item.is-active::after{
  width: 100%;
}

.control-tabs__nav-item.active::after{
  width: 100%;
}

.control-tabs__nav-item:hover{
  opacity: 1;
}

.control-tabs__nav-item svg{
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.control-tabs__nav-item.is-active{
  opacity: 1;
}

.control-tabs__nav-item.is-active svg{
  color: rgb(144, 106, 255);
}

.control-tabs__nav-item.active{
  opacity: 1;
}

.control-tabs__nav-item.active svg{
  color: rgb(144, 106, 255);
}

.control-tabs__content{
  position: relative;
}

.control-tabs__content-item{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 32px;
  border-radius: 32px;
  background: rgb(27, 27, 27);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.control-tabs__content-item.is-active{
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.control-tabs__content-leftside{
  max-width: 525px;
  min-width: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}

.control-tabs__content-leftside .st-upper__link{
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.control-tabs__content-leftside form {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.control-tabs__content-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.control-tabs__content-title{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.control-tabs__content-desc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
  border-radius: 16px;
  background: rgb(20, 20, 20);
  padding: 18px 20px 18px 20px;
}

.control-tabs__content-desc-name{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, .5);
}

.control-tabs__content-rightside{
  width: 100%;
  min-width: 260px;
}

.control-tabs__content-desc-text{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.control-tabs__content-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.control-tabs__content-list-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.control-tabs__content-list-item img{
  max-width: 52px;
  min-width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.control-tabs__content-list-item-value{
  border-radius: 16px;
  background: rgb(20, 20, 20);
  padding: 18px 20px 18px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  width: 100%;
  height: 100%;
}

.control-tabs__content-block--download{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.control-tabs__content-block--download .control-tabs__content-title{
  margin-bottom: 12px;
}

.control-tabs__content-block .field--file{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  width: 100%;
}

.help-group .control-tabs__nav {
    width: auto;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

[data-toggle="collapse"] {
  cursor: pointer;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Для анимации переключения (если используется) */
.tab-content > .tab-pane {
  transition: opacity .15s linear;
}
.tab-content > .active {
  opacity: 1;
}

.panel-item {
  background: rgb(27, 27, 27);
  padding: 15px 24px 15px 24px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.panel-body p, .panel-group p {
    font-size: 17px;
    line-height: 22px;
}
.panel-body a, .panel-group p a {
    color: rgb(144, 106, 255);
    text-decoration: underline;
}
.panel-item h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
.panel-heading .icon-close {
    float: right;
    margin: 10px;
    height: 25px;
    width: 25px;
    transition-timing-function: ease;
    transition-duration: .35s;
}
.collapsed .icon-close {
    rotate: 45deg; 
}

.field__file{
  border-radius: 16px;
  background: rgb(20, 20, 20);
  padding: 18px 20px 18px 20px;
}

.field__file-title{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.field__file-title img{
  max-width: 24px;
  min-width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.field__file-title:hover{
  opacity: .6;
}

.field__files{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
}

.field__files-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.field__files-item-icon{
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.field__files-item-title{
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  overflow: hidden;
  max-height: 20px;
  text-overflow: ellipsis;
  max-width: 195px;
}

.field__files-informer{
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.control-tabs__content-block-color{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: rgb(20, 20, 20);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 8px 20px 8px 8px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.control-tabs__content-block-rightside{
  width: 100%;
}

.control-tabs__content-block-color:hover{
  opacity: .6;
}

.control-tabs__content-block-color-type{
  border-radius: 8px;
  max-width: 44px;
  min-width: 44px;
  height: 44px;
}

.control-tabs__content-block-color-name{
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.control-tabs__content-block-color-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.control-tabs__content-block-color-preview {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  flex-shrink: 0;
}

.control-tabs__content-block-color-value {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.control-tabs__content-block-leftside{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.control-tabs__content-prof{
  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: 110px 40px;
  border-radius: 20px;
  height: 50%;
  background: -o-radial-gradient(50% 100%,135.00% 95.00%,rgb(178, 153, 250),rgb(105, 59, 238) 50%,rgba(105, 59, 238, 0) 100%),rgb(27, 27, 27);
  background: radial-gradient(135.00% 95.00% at 50% 100%,rgb(178, 153, 250),rgb(105, 59, 238) 50%,rgba(105, 59, 238, 0) 100%),rgb(27, 27, 27);
}

.control-tabs__content-prof iframe{
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  border: none;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.control-tabs__content-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
  width: 100%;
  border-radius: 16px;
  padding: 18px 20px 18px 20px;
  background: rgb(20, 20, 20);
  min-height: 87px;
}

.control-tabs__content-leftside--info{
  row-gap: 12px;
  padding-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}


.control-tabs__content-info-name{
  color: rgba(255, 255, 255, .5);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.control-tabs__content-info-value{
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

@media(max-width: 1499px){
  .control-tabs__content-leftside{
    max-width: 500px;
    min-width: 500px;
  }

  .control-tabs__content-leftside--info{
    max-width: 672px;
    min-width: 672px;
  }

  .control-tabs__content-block--download{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

@media(max-width: 991px){
  .control-tabs__content-leftside{
    max-width: 400px;
    min-width: 400px;
  }

  .control-tabs__content-leftside--info{
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    border-right: none;
  }

  .control-tabs__content-leftside .st-upper__link{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .control-tabs__content-block{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media(max-width: 767px){
  .control-tabs{
    row-gap: 16px;
    padding-bottom: 60px;
  }

  .control-tabs__nav{
    padding: 20px 20px 20px 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-radius: 24px;
    overflow: hidden;
  }

  .control-tabs__nav-item{
    padding: 12px 0 12px 20px;
    font-size: 17px;
    line-height: 21px;
  }

  .control-tabs__nav-item::after{
    width: 5px;
    height: 0;
    bottom: initial;
    top: -10px;
    border-radius: 10px 10px 100px 100px;
  }

  .control-tabs__nav-item.is-active::after{
    height: 44px;
    width: 5px;
  }

  .control-tabs__nav-item:first-of-type{
    padding-top: 0;
  }

  .control-tabs__nav-item:last-of-type{
    padding-bottom: 0;
  }

  .control-tabs__nav-item:last-of-type::after{
    top: 5px;
    border-radius: 10px 100px 100px 10px;
  }

  .control-tabs__nav-item svg{
    max-width: 16px;
    min-width: 16px;
    height: 13px;
  }

  .control-tabs__content-item{
    padding: 20px;
    border-radius: 24px;
  }

  .control-tabs__content-leftside{
    max-width: 100%;
    min-width: 100%;
    row-gap: 20px;
  }

  .control-tabs__content-leftside .st-upper__link svg{
    max-width: 44px;
    min-width: 44px;
  }

  .control-tabs__content-title{
    font-size: 18px;
    line-height: 27px;
  }

  .control-tabs__content-desc{
    padding: 14px 16px 14px 16px;
  }

  .control-tabs__content-desc-name{
    font-size: 13px;
    line-height: 18px;
  }

  .control-tabs__content-desc-text{
    font-size: 15px;
    line-height: 20px;
  }

  .control-tabs__content-list-item img{
    max-width: 32px;
    min-width: 32px;
    height: 32px;
  }

  .control-tabs__content-list-item-value{
    min-height: 56px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 16px;
  }

  .field__file{
    border-radius: 16px;
    padding: 17px 20px 17px 20px;
  }

  .field__file-title{
    font-size: 15px;
    line-height: 20px;
  }

  .field__file-title img{
    max-width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .control-tabs__content-block-color{
    border-radius: 16px;
  }

  .control-tabs__content-block-color-type{
    max-width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .control-tabs__content-block-color-name{
    font-size: 15px;
    line-height: 20px;
  }

  .control-tabs__content-rightside{
    position: relative;
  }

  .control-tabs__content-rightside::before{
    position: absolute;
    content: '';
    left: 0;
    top: -19px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }

  .control-tabs__content-prof{
    padding: 15px 20px;
    border-radius: 8px;
    background: -o-radial-gradient(50% 100%,135.00% 95.00%,rgb(178, 153, 250),rgb(105, 59, 238) 50%,rgba(105, 59, 238, 0) 100%),rgb(27, 27, 27);
    background: radial-gradient(135.00% 95.00% at 50% 100%,rgb(178, 153, 250),rgb(105, 59, 238) 50%,rgba(105, 59, 238, 0) 100%),rgb(27, 27, 27);
  }

  .control-tabs__content-info{
    padding: 14px 16px 14px 16px;
    min-height: 68px;
  }

  .control-tabs__content-info-name{
    font-size: 13px;
    line-height: 18px;
  }

  .control-tabs__content-info-value{
    font-size: 15px;
    line-height: 20px;
  }
}

.identify{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 704px 82px auto;
  grid-template-columns: 704px auto;
  -webkit-column-gap: 82px;
     -moz-column-gap: 82px;
          column-gap: 82px;
  padding-bottom: 100px;
}

.identify__title{
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
}

.identify form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.identify__step{
  padding: 32px;
  border-radius: 32px;
  background: rgb(27, 27, 27);
}

.identify__step-heading{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.identify__step-heading:hover{
  opacity: .6;
}

.identify__step-num{
  max-width: 44px;
  min-width: 44px;
  height: 47px;
  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-radius: 8px;
  background: rgb(144, 106, 255);
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.identify__step-name{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.identify__step-dropdown{
  padding-top: 32px;
}

.identify__step .btn{
  margin-top: 20px;
  padding: 20px 28px 20px 28px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.field {
  position: relative;
}

.field__input{
  width: 100%;
  border: 1px solid transparent;
  height: 87px;
  margin-bottom: 12px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: var(--white);
  border-radius: 16px;
  background: rgb(20, 20, 20);
  padding: 18px 20px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.field__label{
  color: rgba(255, 255, 255, .5);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  top: 18px;
  left: 20px;
}

.field.focus .field__input{
  border-color:  rgb(255, 255, 255);
}

.identify__info-icon{
  width: 96px;
  height: 96px;
  margin-bottom: 32px;
}

.identify__info-icon img{
  -o-object-fit: contain;
     object-fit: contain;
}

.identify__subtitle{
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.identify__rightside{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media(max-width: 1550px){
  .identify{
    -ms-grid-columns: 550px 32px auto;
    grid-template-columns: 550px auto;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

@media(max-width: 991px){
  .identify{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 24px;
  }

  .control-tabs__content-leftside{
    max-width: 100%;
    min-width: 100%;
  }

  .control-tabs__content-prof{
    height: 1220px !important;
  }

  .control-tabs__content-item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }

  .identify__info-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
  }

  .identify__title{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .identify__subtitle{
    font-size: 15px;
    line-height: 20px;
  }

  .identify__leftside .identify__title{
    display: none;
  }

  .identify__step{
    padding: 20px;
    border-radius: 24px;
  }

  .identify__step-heading{
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .identify__step-num{
    max-width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 17px;
    line-height: 23px;
  }

  .identify__step-name{
    font-size: 17px;
    line-height: 23px;
  }

  .identify__step-dropdown{
    padding-top: 20px;
  }

  .field__input{
    padding: 14px 16px 0 16px;
    border-radius: 16px;
    font-size: 15px;
    height: 68px;
    line-height: 20px;
  }

  .field__label{
    font-size: 13px;
    line-height: 18px;
    top: 12px;
    left: 18px;
  }
}

@media(max-width: 767px){
  .identify__step .btn{
    margin-top: 8px;
    width: 100%;
    padding: 18px;
  }
}

.clients{
  padding: 100px 0;
}

.clients__title{
  margin-bottom: 47px;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 112%;
  text-align: center;
}

.clients__info{
  display: flex;
  flex-direction: column;
  row-gap: 120px;
  max-width: 1163px;
  margin: 0 auto;
}

.atropos{
  max-width: 1345px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.atropos:last-of-type{
  margin-bottom: 0;
}

.clients__info-item{
  display: flex!important;
  align-items: center;
  column-gap: 120px;
  position: relative!important;
}

.atropos:nth-child(odd) .clients__info-item{
  flex-direction: row-reverse;
}



.clients__info-item-img{
  max-width: 792px;
  min-width: 792px;
  height: 560px;
  position: relative;
}

.clients__info-item-img::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  transform: translate(-50%, -50%);
  filter: blur(280px);
  background: linear-gradient(135.00deg, rgb(161, 26, 220) 0%,rgb(21, 206, 234) 99.999%),rgb(144, 106, 255);
  z-index: 0;
}

.clients__info-item-img img{
  object-fit: contain;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.clients__info-item-info{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative!important;
}

.clients__info-item-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.clients__info-item-text{
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media(max-width: 1199px){
  .clients__info{
    row-gap: 40px;
  }

  .clients__info-item{
    column-gap: 60px;
  }
}

@media(max-width: 991px){
  .clients__info-item{
    column-gap: 10px;
  }
}


@media(max-width: 767px){
  .clients{
    padding: 60px 0;
  }

  .clients__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 112%;
    margin-bottom: 24px;
  }

  .clients__info-item{
    flex-direction: column;
    row-gap: 10px;
  }

  .atropos:nth-child(odd) .clients__info-item{
    flex-direction: column;
  }

  .atropos{
    margin-bottom: 40px;
  }


  .clients__info{
    row-gap: 30px;
  }

  .clients__info-item-img{
    height: auto;
    min-width: auto;
    max-width: none;
  }

  .clients__info-item-info{
    row-gap: 16px;
  }

  .clients__info-item-title{
    font-size: 17px;
        font-weight: 500;
        line-height: 21px;
  }

  .clients__info-item-text{
    font-size: 15px;
        font-weight: 400;
        line-height: 18px;
  }

  .clients__info-item-img::before{
    width: 50%;
    height: 50%;
  }
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

#call-alert {
    margin-bottom: 20px;
    padding: 10px;
    background: #000;
    border: 1px solid #fff;
}

.toast {
/*    position: absolute;*/
    width: 100%;
    left: 5%;
    top: 115px;
    position: fixed;
    background: linear-gradient(
        135deg,
        rgba(130, 130, 130, 0.15) 20%,
        rgba(230, 230, 230, 0.35) 100%
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    opacity: 1;
    transition: 
        opacity 0.3s ease,
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        top 0.3s ease;
    z-index: 8;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 90%;
    text-align: center;
    
    /* Фолбэк для браузеров без поддержки backdrop-filter */
    @supports not (backdrop-filter: blur(10px)) {
        background: rgba(0, 0, 0, 0.6);
    }
}
/* .toast.success {
} */
.toast.error {
    background-color: rgb(235 83 56 / 30%)
}

@media (max-width: 768px) {
    .toast {
        left: 50% !important;
        transform: translateX(-50%) !important;
        white-space: normal;
        width: 90%;
        max-width: 300px;
        padding: 10px 16px;
        font-size: 13px;
    }
}


.rcli.icon-wannasay-phone {
    background-image: url(../img/svg/wannasay-phone.svg) !important;
    background-size: cover !important;
}
.rcli.icon-wannasay-cog {
    background-image: url(../img/svg/wannasay-cog.svg) !important;
    background-size: cover !important;
}
.rcli.icon-wannasay-book {
    background-image: url(../img/svg/wannasay-book.svg) !important;
    background-size: cover !important;
}
.rcli.icon-wannasay-money {
    background-image: url(../img/svg/wannasay-money.svg) !important;
    background-size: cover !important;
}
.rcli.icon-wannasay-chart {
    background-image: url(../img/svg/wannasay-chart.svg) !important;
    background-size: cover !important;
}
.rcli.icon-wannasay-help {
    background-image: url(../img/svg/wannasay-help.svg) !important;
    background-size: cover !important;
}

.support-form {
  margin: 30px 0;
  padding: 20px;
  background: #8e6aff;
  border-radius: 15px;
  clear: both;
  color: #fff;
  display: flow-root;
}
.support-form input, .support-form select, .support-form textarea {
  color: #fff;
  background-color: #000;
  width: 1000px;
  max-width: 100%;
  padding: 20px;
  border-radius: 15px;
}
.support-form select {
  width: 1000px;
  color: #fff;
  appearance: none;
  background-image: url(../img/svg/select-arrow.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: center;

}
.support-form option {
  padding: 0 15px !important;
  line-height: 30px !important;
  height: 20px !important;
}
.support-form textarea {
  min-width: 100%;
  width: 1000px;
  min-height: 235px;
  margin-bottom: 20px;
  color: #fff;
}
.support-form .c-btn {
  width: 300px;
  max-height: 50px;
  margin: -10px 25px;
  float: right;
}
.support-form .c-btn input{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
   background: #fff;
    border-radius: 25px;
    color: #000;
    cursor: pointer;
}
.support-form .c-btn input:focus{
  outline:none;
}
.support-form .form-title h3 {
    margin: 0;
    font-weight: bold;
}
.support-form .form-title p {
    margin: 0;
}

.leftside {
      width: 30%;
    display: inline-block;
}
.rightside {
      width: 66%;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

@media (max-width: 768px) {
.leftside, .rightside {
  width: 100%;
  margin: 0;
}
.support-form .c-btn {
  width: 100%;
  max-height: none;
  margin: 0;
  float: none;
}
}

  .search-panel {
    width: 100%;
    max-width: 400px;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    background: none;
    border: 2px solid #222;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }

  .search-panel:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
  }

  .highlight {
    background-color: #FFD700;
    color: #000;
    border-radius: 3px;
  }
  .wpcf7-not-valid-tip {
    height: 1em;
    margin: -38px 10px 38px 0;
    text-align: right;
}
.upper-panel {
/*  display: block;*/
}
.upper-panel h2 {
  margin-right: 20px !important;
}
.st-upper__link {
  max-width: 365px;
}
/* .onair__button {
  margin: 20px auto 30px;
  width: 100%;
} */
.onair__button:active {
  background: none;
  padding: 0 47px;
  border: 3px dashed #777 !important;
  color: #777;
}
.payment__notion {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    background: orange;
    padding: 20px 28px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: var(--white);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
}

article ul {
  padding-left: 0px;
}
article ol li {
  padding-left: 4px;
  margin-bottom: 12px;
}
article ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0px;
  margin-bottom: 8px;
}
article ul li p {
  margin-bottom: 0px;
}
article ul li ul,
ol li ol {
  padding-top: 4px;
}
/* .main ul li:before { */
article ul li:before {
  content: "";
  position: relative;
  left: 0px;
  top: 11px;
  background: #666666;
  width: 11px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.card-icons {
    position: absolute;
    right: 50px;
    top: 44%;
    transform: translateY(-50%);
    display: flex;
    gap: 5px;
/*    background: #fff;*/
/*    padding: 0 10px;*/
}

.card-icon {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}

.card-fields {
    display: flex;
    gap: 20px;
}

.card-fields .field {
    flex: 1;
}

.field select {
    appearance: none;
    background: url(/wp-content/themes/wannasay/img/svg/select-arrow.svg) no-repeat right;
    background-position-x: calc(100% - 15px);
    background-position-y: 44px;
    background-color: #141414;
}

#selected-card-icon {
    top: 20px;
    right: 50px;
    transform: none;
}

.identify {
    display: flex;
}

.identify__rightside {
    max-width: 610px;
    flex-direction: row;
    margin-top: 70px;
}

.identify__step-heading {
    cursor: default;
}
.identify__step-heading:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    #selected-card-icon {
        top: 5px;
    }
    .field select {
        background-position-y: 30px;
    }
    .card-icons {
        right: 20px;
    }
}

/* Иконки платежных систем (встроенные SVG) */
.card-icon.visa { background-image: url('/wp-content/themes/wannasay/img/svg/visa.svg'); }
.card-icon.mastercard { background-image: url('/wp-content/themes/wannasay/img/svg/mastercard.svg'); }
.card-icon.mir { background-image: url('/wp-content/themes/wannasay/img/svg/mir.svg'); }
.card-icon.amex { background-image: url('/wp-content/themes/wannasay/img/svg/amex.svg'); }
.card-icon.unionpay { background-image: url('/wp-content/themes/wannasay/img/svg/unionpay.svg'); }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 100px #141414 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.st-widget__wrap {
    padding: 32px;
    border-radius: 32px;
    background: rgb(27, 27, 27);
    margin-top: 16px;
}
.st-widget__descr {
    width: 55%;
    display: inline-block;
    vertical-align: top;
}
.st-widget__img {
    display: inline-block;
    background: #141414;
    padding: 22px;
    border-radius: 31px;
    margin: auto;
}
.st-widget__notification {
    color: #888;
}
.st-widget__link {
    max-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background: var(--black-gray);
    padding: 8px 8px 8px 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
    -webkit-column-gap: 62px;
    -moz-column-gap: 62px;
    column-gap: 62px;
    margin-right: 32px;
}
.st-widget__link svg {
    padding: 11px;
    border-radius: 6px;
    background: var(--purple);
    font-size: 27px;
    height: 44px;
    width: 44px;
}
.st-widget__link-text {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#widget-page {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .st-widget__descr {
      width: 100%;
  }
  .control-tabs__content-prof {
        padding: 0 !important;
  }
}
/* Ecom - ЛК */
.section-slider {
  width: 100%;
  margin-bottom: 20px;
}
.section-slider__slide {
    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;
    width: 100%!important;
    background: none;
    overflow: hidden;
    position: relative;
}
.section-slider__slide picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.section-slider__slide img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .section-slider {
    margin-bottom: 16px;
  }
}

.section-text {
  display: flex;
  flex-direction: column;
  padding: 32px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 32px;
  background: radial-gradient(53.00% 100.00% at 50% 0%,rgba(255, 255, 255, 0.08),#1B1B1B 100%) ;
}
.section-text h2 {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}
.section-text p {
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 0;
}
.section-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-text {
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 16px;
  }
    .section-text h2 {
      font-size: 20px;
      line-height: 120%;
      margin-bottom: 12px;
    }
    .section-text p {
      font-size: 15px;
      margin-bottom: 10px;
    }
}
.promo-code-ecom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 24px;
  border: 1px solid rgba(144, 106, 255, 1);
  border-radius: 32px;
  background: rgba(144, 106, 255, 0.12);
  margin-bottom: 20px;
}
.promo-code-ecom__text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}
.promo-code-ecom__img {
  max-width: 285px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .promo-code-ecom {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .promo-code-ecom {
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .promo-code-ecom__text {
    font-size: 15px;
    line-height: 20px;
  }
    .promo-code-ecom__img {
      max-width: 265px;
    }
}
.partners {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 60px 0;
    position: relative;
}
.partners::after {
  content: "";
  height: 100%;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90.00deg, rgba(20.399999618530273, 20.399999618530273, 20.399999618530273, 1),rgba(20, 20, 20, 0) 100%);
  z-index: 1;
}
.partners::before {
  content: "";
  height: 100%;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(-90.00deg, rgba(20.399999618530273, 20.399999618530273, 20.399999618530273, 1),rgba(20, 20, 20, 0) 100%);
  z-index: 1;
}
.partners__row {
    height: 2.9375rem;
    position: relative;
    width: calc(12.6875rem * var(--items-count) - 2rem);
    overflow: hidden;
}
.partners__row-inner {
    position: absolute;
    left: 0%;
    display: flex;
    gap: 2rem;
    height: 2.9375rem;
    width: calc(200% + 2rem);
    animation: scroll-partners 50s linear infinite;
}
.partners__row-content {
    display: flex;
    gap: 2rem;
}
.partners__partner {
    width: 10.6875rem;
}
.partners__row:nth-child(2) .partners__row-inner {
    animation-direction: reverse;
}
@keyframes scroll-partners{
  0% {
    left: 0;
  }
  100% {
      left: calc(-100% - 2rem);
  }
}
@media (max-width: 768px) {
  .partners {
    margin: 24px 0 16px 0;
  }
}
.leads {
  display: flex;
  align-items: center;
  column-gap: 32px;
  padding: 8px;
  border-radius: 32px;
  margin-bottom: 60px;
  background: RGBA(255, 192, 123, 1);
background: linear-gradient(90deg,rgba(255, 192, 123, 1) 9%, rgba(255, 82, 119, 1) 19%, rgba(27, 27, 27, 1) 42%);
}
.leads__main {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.leads__main-img {
  display: flex;
  max-width: 320px;
  width: 100%;
}
.leads__main-img img {
  width: 100%;
  height: 100%;
}
.leads__main-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leads__main-text h2 {
  color: rgba(255, 255, 255, 1);
    font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}
.leads__main-text p {
 margin: 0;
   font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 0;
}
.leads__upload {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 357px;
  width: 100%;
}
.leads__upload-icon {
  display: flex;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  pointer-events: none;
  z-index: 0;
}
.leads__upload label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  border: 2px dashed var(--white, rgba(255, 255, 255, 1));
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 16px 16px 16px;
  cursor: pointer;
  transition: background .3s ease-out;
  position: relative;
  z-index: 3;
}
.leads__upload label:hover {
  background: rgba(20, 20, 20, 1);
}
.leads__upload label.is-active {
    background: rgba(20, 20, 20, 1);
}
.leads__upload input {
  display: none;
}
.leads__upload-submit {
  margin-top: 16px;
  width: 171px;
  height: 55px;
  transition: opacity .3s ease-out;
  cursor: pointer;
  z-index: 1;
}
.leads__upload-submit.disabled {
  pointer-events: none;
  background: rgba(189, 189, 189, 1);
  z-index: 0;
}
.leads__upload-name {
  color: var(--white, rgba(255, 255, 255, 1));
   font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  z-index: 0;
  position: relative;
    pointer-events: none;
}
@media (max-width: 1280px) {
  .leads {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .leads__upload {
    width: 100%;
    max-width: 100%;
    height: 200px;
    align-self: center;
  }
}
@media (max-width: 768px) {
    .leads {
      flex-direction: column;
      padding: 6px;
      margin-bottom: 18px;
     background: RGBA(255, 192, 123, 1);
background: linear-gradient(180deg,rgba(255, 192, 123, 1) 3%, rgba(255, 82, 119, 1) 19%, rgba(27, 27, 27, 1) 57%);
    }
    .leads__main {
      flex-direction: column;
    }
    .leads__main-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
     .leads__main-text h2{
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 6px;
        text-align: center;
     }
     .leads__main-text p {
        font-size: 15px;
        text-align: center;
     }
     .leads__upload-name {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
     }
     .leads__upload-submit {
      height: 47px;
     }
}
.promo-bottom {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.promo-bottom h2{
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.promo-bottom .btn {
  width: fit-content;
}
@media (max-width: 768px) {
  .promo-bottom {
    align-items: center;
  }
  .promo-bottom h2{
      font-size: 20px;
      line-height: 120%;
      margin-bottom: 16px;
      text-align: center;
      max-width: 280px;
    }
}
.casdoor-login-btn {
  padding: 0 30px 0 30px;
  border-radius: 100px;
  background: -o-linear-gradient(315deg, rgb(161, 26, 220) 0%, rgb(21, 206, 234) 99.999%);
  background: linear-gradient(135deg, rgb(161, 26, 220) 0%, rgb(21, 206, 234) 99.999%);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--white);
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: auto;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.casdoor-login-btn:hover {
  opacity: 0.6;
}

#payment-widget-frame {
  position: relative;
  min-height: 300px;
}

#payment-widget-frame iframe {
  position: relative;
  z-index: 2;
}

#payment-widget-frame .filler {
  position: relative;
  z-index: 0;
  width: 400px;
  height: 600px;
}

#payment-widget-frame .iframe-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

#payment-widget-frame .dot-windmill {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ee5a85;
  transform-origin: 50% 20px;
  animation: dot-windmill 3s infinite linear;
}

#payment-widget-frame .dot-windmill::before,
#payment-widget-frame .dot-windmill::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#payment-widget-frame .dot-windmill::before {
  left: -13px;
  top: 22px;
  background-color: #92c74c;
}

#payment-widget-frame .dot-windmill::after {
  left: 13px;
  top: 22px;
  background-color: #fbc753;
}

@keyframes dot-windmill {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(720deg);
  }
}

.cookies {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  padding: 13px 15px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
  column-gap: 20px;
  background: #000;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(29, 30, 28, 0.10);
          box-shadow: 0px 2px 16px 0px rgba(29, 30, 28, 0.10);
  z-index: 9999;
  bottom: 10px;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
  max-width: 750px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
.cookies__text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  max-width: 550px;
}
.js-cookies .js-cookies-btn {
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.providers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  min-width: 0;
  width: 100%;
}
.providers__img {
  width: 55px;
  margin: 5px;
  padding: 5px;
  background: white;
  border-radius: 5px;
  min-height: 55px;
  min-width: 55px;
  position: relative;
  text-indent: -16px;
  line-height: 45px;
}
img.providers__img:before {
  width: 40px;
  height: 16px;
  position: absolute;
  content: "";
  background: #fff;
  background-size: contain;
  left: -10px;
}
.providers__img-big {
  margin-bottom: 10px;
}

.blocker {
  height: 100%;
  width: stretch;
  width: -moz-available;
  width: -webkit-fill-available;
  position: absolute;
  z-index: 8;
}
