@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/le/readexpro-bold-webfont.eot') format('otf'), url('../fonts/le/readexpro-bold-webfont.woff') format('woff'), url('../fonts/le/readexpro-bold-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/le/readexpro-regular-webfont.eot') format('otf'), url('../fonts/le/readexpro-regular-webfont.woff') format('woff'), url('../fonts/le/readexpro-regular-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/le/readexpro-light-webfont.eot') format('otf'), url('../fonts/le/readexpro-light-webfont.woff') format('woff'), url('../fonts/le/readexpro-light-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'DegularDisplay';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/dd/DegularDisplay-Black.otf') format('otf'), url('../fonts/dd/Degular_Display-Black.woff') format('woff'), url('../fonts/dd/Degular_Display-Black.woff2') format('woff2');
}
@font-face {
  font-family: 'DegularDisplay';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dd/DegularDisplay-Medium.otf') format('otf'), url('../fonts/dd/Degular_Display-Medium.woff') format('woff'), url('../fonts/dd/Degular_Display-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'DegularDisplay';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/dd/DegularDisplay-Light.otf') format('otf'), url('../fonts/dd/Degular_Display-Light.woff') format('woff'), url('../fonts/dd/Degular_Display-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'DegularDisplay';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/dd/DegularDisplay-Thin.otf') format('otf'), url('../fonts/dd/Degular_Display-Thin.woff') format('woff'), url('../fonts/dd/Degular_Display-Thin.woff2') format('woff2');
}
::-moz-selection {
  background-color: #9489fd;
  color: #000;
  border-radius: 4px;
}
::selection {
  background-color: #9489fd;
  color: #000;
  border-radius: 4px;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  margin: 0!important;
  padding: 0!important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}
.splide.is-active .splide__list {
  display: flex;
}
.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide {
  visibility: hidden;
}
.splide,
.splide__slide {
  position: relative;
  outline: none;
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none!important;
  margin: 0;
  flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}
.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}
.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}
.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__arrow:focus {
  outline: none;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}
.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus {
  outline: none;
}
.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}
* {
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}
body {
  font-family: "DegularDisplay";
  font-weight: 300;
  font-size: 24px;
  padding-top: 0px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #111;
  transition: all 300ms;
  scroll-behavior: smooth;
}
a {
  color: #5746FB;
  text-decoration: none;
}
input,
select,
textarea,
button {
  box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.hidden {
  display: none;
}
.chart_hidden {
  position: absolute;
  left: -3000px;
}
.homepage_main {
  background-color: #404040;
  color: #fff;
  text-align: center;
}
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #DFDFEB;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #DFDFEB;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i {
  background-image: linear-gradient(45deg, #812fe5, #5fc4f8);
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.menu {
  min-height: 60px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #111;
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  box-shadow: 0 4px 50px -2px rgba(111, 166, 222, 0.2);
}
.menu__container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__container a {
  color: #111;
}
.menu__logo {
  height: 35px;
}
.footer {
  background-color: #fff;
  color: #111;
  padding-top: 40px;
  padding-bottom: 40px;
}
.container {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.container_fullwidth {
  max-width: 100%;
}
.container_minheight {
  min-height: 100vh;
}
.container_homepage {
  background-color: #404040;
  background-size: 120vw;
  background-position: -30vw 90px;
  background-repeat: no-repeat;
  background-image: url('/img/mainlogo_bg.png');
  color: #fff;
  padding-top: 20px;
  margin-bottom: 0px;
}
.container__title {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 30px;
}
.container__title span {
  display: inline-block;
  border: 2px solid #f4fd56;
  padding-left: 8px;
  padding-right: 8px;
}
.container__titlesmall {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.container__description {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 30px;
}
.container__smalltext {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 30px;
}
.hometitle {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
.howblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.howblock__left {
  width: calc(50% - 20px);
  text-align: center;
}
.howblock__right {
  width: calc(50% - 20px);
  text-align: center;
}
.howblock__text {
  text-align: left;
}
.howblock__text span {
  font-family: "Lexend";
  color: #5746FB;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block;
}
.howblock__text h3 {
  font-family: "Lexend";
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
.howblock__text h3 a {
  color: #5746FB;
  text-decoration: none;
}
.flextwo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.flextwo__left {
  width: calc(50% - 20px);
  text-align: center;
}
.flextwo__left a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #fff;
  padding-left: 8px;
  padding-right: 8px;
  color: #404040;
}
.flextwo__right {
  width: calc(50% - 20px);
  text-align: center;
}
.flextwo__right a {
  display: inline-block;
  border: 2px solid #f4fd56;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
}
.statscard {
  padding: 0px;
  border-radius: 10px;
  box-sizing: border-box;
  width: calc(50% - 10px);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  min-height: 450px;
  display: inline-block;
  float: left;
}
.statscard__panel {
  margin-top: 10px;
  margin-bottom: 10px;
}
.statscard__panel:after {
  content: ' ';
  display: block;
  clear: both;
}
.statscard__panel_dates {
  display: inline-block;
  float: right;
  color: #807F89;
  font-size: 16px;
  font-family: "Lexend";
  font-weight: 500;
  padding-top: 10px;
}
.statscard__panel_switcher {
  border: 1px solid #F4F4FA;
  border-radius: 6px;
  padding: 5px;
  width: 160px;
  height: 24px;
  display: inline-block;
  float: left;
}
.statscard__panel_switcher a {
  display: inline-block;
  width: 80px;
  line-height: 24px;
  height: 24px;
  font-size: 15px;
  border-radius: 6px;
  text-align: center;
  font-family: "Lexend";
  font-weight: 500;
  color: #807F89;
  box-sizing: border-box;
  float: left;
}
.statscard__panel_switcher a.active {
  background-image: linear-gradient(45deg, #812fe5, #5fc4f8);
  color: #fff;
  font-family: "Lexend";
  font-weight: 500;
}
.statscard__panel_switcher:after {
  content: ' ';
  display: block;
  clear: both;
}
.statscard h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Lexend";
}
.statscard_wide {
  width: 100%;
}
.statscard .regform {
  padding: 10px;
  border: 0px solid #fff;
  background-color: #f1fbff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(111, 111, 111, 0.1);
  text-align: center;
}
.statscard .regform__category {
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
.statscard .regform__category_image {
  background-size: cover;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin-bottom: 50px;
}
.statscard .regform__categories {
  margin-top: 30px;
}
.statscard .regform__categories .regform__category {
  width: 105px;
  height: 105px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px;
  border-radius: 5px;
}
.statscard .regform__categories:after {
  content: ' ';
  display: block;
  clear: both;
}
.statscard .regform__categories .regform__checkmark {
  display: block;
  margin-top: 0px;
  position: relative;
}
.statscard .regform__categories .regform__checkbox {
  padding-left: 0px;
  width: 10px;
  height: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.registration {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.registration__left {
  width: calc(50% - 10px);
  min-height: 100vh;
  text-align: center;
  box-sizing: border-box;
  padding-top: 115px;
}
.registration__left h1 {
  font-size: 44px;
  line-height: 44px;
  margin: 0px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.registration__left p {
  font-size: 16px;
  line-height: 24px;
  color: #807F89;
  font-family: "Lexend";
}
.registration__right {
  width: calc(50% - 10px);
  text-align: center;
  background-image: linear-gradient(45deg, #812fe5, #5fc4f8);
  border-radius: 26px 0px 0px 26px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4.64079px 37.1263px rgba(96, 116, 226, 0.3);
}
.registration__right h1 {
  font-size: 44px;
  line-height: 44px;
  margin: 0px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.registration__right p {
  font-size: 18px;
  line-height: 26px;
  color: #D5D3FA;
  font-family: "Lexend";
}
.registration__image {
  max-width: 400px;
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.registration__object {
  position: absolute;
  background-size: contain;
  z-index: 1;
}
.registration__object_a {
  top: -120px;
  left: -70px;
  width: 430px;
  height: 370px;
  background-image: url(../img/design/reg_box_1.png);
  mix-blend-mode: color-burn;
}
.registration__object_b {
  top: -30px;
  left: 300px;
  width: 420px;
  height: 420px;
  background-image: url(../img/design/reg_box_2.png);
}
.registration__object_c {
  top: 210px;
  right: -40px;
  width: 132px;
  height: 142px;
  background-image: url(../img/design/reg_box_3.png);
  mix-blend-mode: color-burn;
}
.registration__object_d {
  top: 230px;
  left: 10px;
  width: 251px;
  height: 307px;
  background-image: url(../img/design/reg_box_4.png);
}
.registration__object_e {
  bottom: -90px;
  right: -80px;
  width: 343px;
  height: 334px;
  background-image: url(../img/design/reg_box_5.png);
  mix-blend-mode: color-burn;
}
.registration__object_f {
  bottom: 40px;
  right: 200px;
  width: 245px;
  height: 220px;
  background-image: url(../img/design/reg_box_7.png);
}
.registration__object_g {
  bottom: 310px;
  right: 120px;
  width: 60px;
  height: 70px;
  background-image: url(../img/design/reg_box_3.png);
  mix-blend-mode: color-burn;
}
.registration__object_h {
  top: 280px;
  right: 240px;
  width: 105px;
  height: 115px;
  background-image: url(../img/design/reg_box_1.png);
  mix-blend-mode: color-burn;
}
.registration__object_i {
  bottom: 230px;
  left: 180px;
  width: 75px;
  height: 85px;
  background-image: url(../img/design/reg_box_3.png);
  mix-blend-mode: color-burn;
}
.registration__object_j {
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
  width: 380px;
  height: 342px;
  background-image: url(../img/design/reg_box_6.png);
  z-index: 10;
}
.registration__text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 350px;
  z-index: 20;
}
.registration__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.regform {
  padding: 40px;
  text-align: center;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.regform__closebtn {
  position: absolute;
  top: 45px;
  right: 60px;
}
.regform__password {
  width: 100%;
  position: relative;
}
.regform__showhide {
  position: absolute;
  right: 15px;
  top: 10px;
}
.regform__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.regform__description {
  font-size: 24px;
  margin-bottom: 20px;
}
.regform__inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.regform__inputs .img_form {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.regform__inputs .img_form #file-input {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 0, 255, 0.3);
  z-index: 10;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
.regform__inputs .img_form img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-left: 0px;
  margin-right: auto;
  float: left;
}
.regform__inputs .img_form__text {
  display: inline-block;
  float: right;
  width: calc(100% - 120px);
}
.regform__inputs .img_form__text h4 {
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.regform__inputs .img_form__text span {
  color: #807F89;
  font-weight: 300;
  font-family: "Lexend";
  font-size: 14px;
}
.regform__inputs .img_form:after {
  content: ' ';
  display: block;
  clear: both;
}
.regform__inputs span {
  font-size: 14px;
  line-height: 18px;
  color: #1B192C;
  font-family: "Lexend";
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.regform__inputs label {
  font-size: 14px;
  color: #999;
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.regform__inputs input[type="text"],
.regform__inputs input[type="password"],
.regform__inputs input[type="email"] {
  font-family: "Lexend";
  line-height: 50px;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DFDFEB;
  font-size: 16px;
  color: #1B192C;
  box-sizing: border-box;
  padding-left: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.regform__inputs select {
  font-family: "Lexend";
  line-height: 50px;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DFDFEB;
  font-size: 16px;
  color: #1B192C;
  box-sizing: border-box;
  padding-left: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.regform__inputs img {
  max-width: 100%;
  width: 100%;
}
.regform__category {
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.regform__category_image {
  background-size: cover;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.regform__subcategory a {
  display: inline-block;
  border: 1px solid #363636;
  line-height: 20px;
  font-size: 14px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}
.regform__subcategory a:hover {
  background-color: #363636;
  color: #fff;
}
.regform__subcategory a.active {
  background-color: #363636;
  color: #fff;
}
.regform__checkbox {
  display: block;
  position: absolute;
  width: 170px;
  height: 150px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0px;
  left: 0px;
}
.regform__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.regform__checkbox:hover input ~ .regform__checkmark {
  opacity: 0;
}
.regform__checkbox input:checked ~ .regform__checkmark {
  opacity: 0;
  transition: all 400ms;
}
.regform__checkbox input:checked ~ .regform__checkmark:after {
  display: block;
}
.regform__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 170px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.5;
  display: block;
  transition: all 400ms;
}
.regform__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.regform__disclaimer {
  padding-top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lexend";
  color: #807F89;
}
.regform__disclaimer a {
  font-weight: 500;
}
.regform__status {
  font-size: 16px;
  margin-bottom: 20px;
}
.regform__code {
  padding: 20px;
  background-color: rgba(87, 70, 251, 0.1);
  border-radius: 4px;
  font-size: 12px;
  line-height: 23px;
  border: 1px solid #5746fb;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Lexend";
  font-weight: 500;
}
.regform__toggles {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  min-height: 50px;
}
.regform__toggles:after {
  content: ' ';
  position: absolute;
  height: 1px;
  background-color: #dedede;
  width: 100%;
  top: 45px;
}
.regform__toggles a {
  display: inline-block;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  color: #807F89;
  font-family: "Lexend";
  font-weight: 600;
}
.regform__toggles a.active {
  color: #5746FB;
}
.regform__toggles a.active:after {
  content: ' ';
  position: absolute;
  width: 30px;
  height: 2px;
  background-image: linear-gradient(45deg, #812fe5, #5fc4f8);
  left: 50%;
  margin-left: -15px;
  top: 34px;
  z-index: 10;
}
.regform__toggles:after {
  content: ' ';
  display: block;
  clear: both;
}
.regform__tab {
  text-align: left;
  display: none;
  font-size: 20px;
  line-height: 32px;
  font-family: "Lexend";
  font-weight: 600;
}
.regform__tab.active {
  display: block;
}
.regform__tab img {
  margin-top: 20px;
}
.regform__tab h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Lexend";
  font-weight: 500;
  color: #807F89;
}
.regform__tab span {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}
.regform__categories .regform__category {
  width: 170px;
  height: 150px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F4F4FA;
  box-sizing: border-box;
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
}
.regform__categories .regform__category_a {
  background: linear-gradient(0.1turn, #39b9ff, #13d1ff);
  box-shadow: 0 0 6px rgba(155, 215, 255, 0.8);
}
.regform__categories .regform__category_b {
  background: linear-gradient(0.1turn, #ff579d, #ffa964);
  box-shadow: 0 0 6px rgba(255, 160, 100, 0.8);
}
.regform__categories .regform__category_c {
  background: linear-gradient(0.1turn, #2ccebb, #76f0ba);
  box-shadow: 0 0 6px rgba(120, 240, 180, 0.8);
}
.regform__categories .regform__category_d {
  background: linear-gradient(0.1turn, #6d21ff, #c46aff);
  box-shadow: 0 0 6px rgba(190, 100, 255, 0.8);
}
.regform__categories .regform__category_e {
  background: linear-gradient(0.1turn, #bdce2d, #f3ff6a);
  box-shadow: 0 0 6px rgba(240, 255, 106, 0.8);
}
.regform__categories .regform__category_f {
  background: linear-gradient(0.1turn, #5ace2d, #88f134);
  box-shadow: 0 0 6px rgba(135, 240, 50, 0.8);
}
.regform__categories .regform__category_g {
  background: linear-gradient(0.1turn, #28c2e8, #c65bfe);
  box-shadow: 0 0 6px rgba(190, 90, 255, 0.8);
}
.regform__categories .regform__category_h {
  background: linear-gradient(0.1turn, #ffa800, #facc7b);
  box-shadow: 0 0 6px rgba(250, 200, 120, 0.8);
}
.regform__categories .regform__category_i {
  background: linear-gradient(0.1turn, #c93e14, #fa7b99);
  box-shadow: 0 0 6px rgba(240, 80, 130, 0.8);
}
.regform__categories .regform__category_j {
  background: linear-gradient(0.1turn, #9e1689, #ff00f6);
  box-shadow: 0 0 6px rgba(255, 0, 255, 0.8);
}
.regform__categories .regform__category_image {
  width: 150px;
  height: 100px;
  border-radius: 10px;
  margin-top: 10px;
}
.regform__categories:after {
  content: ' ';
  display: block;
  clear: both;
}
.regform__categories .regform__checkmark {
  display: block;
  margin-top: 0px;
  top: 0px;
}
.regform__categories .regform__checkbox {
  width: 170px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-bottom: 12px;
  padding-left: 9px;
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 600;
  color: #1B192C;
}
.img_form {
  width: 100%;
  background-image: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAeAAD/7gAOQWRvYmUAZMAAAAAB/9sAhAAQCwsLDAsQDAwQFw8NDxcbFBAQFBsfFxcXFxcfHhcaGhoaFx4eIyUnJSMeLy8zMy8vQEBAQEBAQEBAQEBAQEBAAREPDxETERUSEhUUERQRFBoUFhYUGiYaGhwaGiYwIx4eHh4jMCsuJycnLis1NTAwNTVAQD9AQEBAQEBAQEBAQED/wAARCAAiACIDASIAAhEBAxEB/8QAdwAAAgMBAQAAAAAAAAAAAAAAAAIEBQYDAQEBAQEAAAAAAAAAAAAAAAAAAAECEAACAQIBBwkDDQAAAAAAAAABAgMABBEhEjJSEzMFMVFhcdFCgpMU0zQV8EGBkaEicpKyI0MkNREBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A1FlZRcRia7u2d3d2AAYqqqDgFAFdV4RwtmKKSzLpKJGJHWM6jhCs3CyqHNYmQK3MSzYGotjY3CXFt/W9O1vnbefOx2uI+3GqJvwPh+q/527aWTgtmqM0ZkjkAJVw7Ygj5+WpV5eQ2cW0lyk5EQaTNzAUtveQ3ls0kWQgEOh0lbDkIqCh+NX2v/Bh4tfroqv9jRWhqOB/56/jf9RqReXkVnFtJMpOREGk7cwqusL6Cy4adqf3I5HXZDTLFjguFdrO3aSX118ymc7qLEZsS9tQNZ2cskvrr7LOd1F3Yl7a8v7KWN2vrH7s+B2sfdlXp6asNpHrD6xXOaaFIXZnUKFOJxHNUGN9jRT7GXUPu+fydzW6qK0JvGvfn3H0aXj6ar/KoooDyqeHep7vyjT0PF0UUUGv8vd/Lw0UUVkf/9k=");
  background-position: 40px 15px;
  background-repeat: no-repeat;
}
.img_form img {
  width: 100%;
  max-width: 200px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.btn_big_color {
  background: linear-gradient(76.41deg, #812FE6 -20.86%, #5FC4F8 119.24%);
  border-radius: 6px;
  font-family: Lexend;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  padding-left: 26px;
  padding-right: 26px;
  float: right;
  font-weight: 400;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.btn_big_color svg {
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 6px;
}
.btn_small_color {
  background: linear-gradient(76.41deg, #812FE6 -20.86%, #5FC4F8 119.24%);
  border-radius: 6px;
  font-family: Lexend;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  float: right;
  font-weight: 400;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.btn_small_color svg {
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 6px;
}
.btn_small_white {
  background: #fff;
  border-radius: 6px;
  font-family: Lexend;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding-left: 16px;
  padding-right: 16px;
  float: right;
  font-weight: 600;
  align-items: center;
  text-align: center;
  color: #5746FB;
  border: 1px solid #5746FB;
  box-sizing: border-box;
}
.btn_small_white svg {
  display: inline-block;
  float: left;
  margin-top: 9px;
  margin-right: 6px;
}
.btn_small_link {
  background: #fff;
  border-radius: 6px;
  font-family: Lexend;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding-left: 16px;
  padding-right: 16px;
  float: right;
  font-weight: 600;
  align-items: center;
  text-align: center;
  color: #5746FB;
  box-sizing: border-box;
}
.btn_small_link svg {
  display: inline-block;
  float: right;
  margin-top: 2px;
  margin-left: 6px;
}
.balanceblock {
  margin-top: 30px;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-family: "Lexend";
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.balanceblock__top {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.balanceblock__top span {
  display: block;
}
.balanceblock__top span:nth-of-type(1) {
  margin-bottom: 14px;
}
.balanceblock__top b {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Lexend";
  margin-right: 5px;
}
.balanceblock__bottom a {
  line-height: 36px;
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 36px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 600;
}
.balanceblock__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.doughnutchart {
  position: relative;
}
.doughnutchart__values {
  position: absolute;
  top: 100px;
  width: 100%;
}
.doughnutchart__values span {
  display: block;
  text-align: center;
  font-family: "Lexend";
  font-size: 16px;
  line-height: 24px;
  color: #696875;
  font-weight: 300;
}
.doughnutchart__values h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-family: "Lexend";
  font-weight: 600;
}
.doughnutchart__bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
.doughnutchart__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.doughnutchart__row_color {
  width: 6px;
  border-radius: 4px;
  height: 20px;
  display: inline-block;
  text-align: left;
}
.doughnutchart__row_name {
  width: calc(100% - 160px);
  color: #807F89;
  text-align: left;
  font-weight: 500;
}
.doughnutchart__row_amount {
  width: 80px;
  text-align: left;
  color: #000;
  font-weight: 500;
}
.doughnutchart__row_percent {
  width: 50px;
  text-align: left;
  color: #807F89;
  font-weight: 500;
}
.panel {
  display: flex;
  justify-content: space-between;
  transition: all 200ms;
  background-image: linear-gradient(135deg, #7b72f9, #3febf4);
}
.panel #sidelogo {
  width: 63px;
  margin-left: 10px;
}
.panel__preview {
  position: relative;
  width: 100%;
  min-height: 560px;
  border: 1px solid #F4F4FA;
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
  margin-top: 30px;
  box-sizing: border-box;
  padding-top: 80px;
  padding-left: 20px;
}
.panel__preview_blogo {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.panel__preview_logo {
  position: absolute;
  left: 20px;
  top: 20px;
}
.panel__preview_text {
  color: #807F89;
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend;
}
.panel__preview .btn_big_color {
  position: absolute;
  top: 20px;
  right: 20px;
}
.panel__preview h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 24px;
  font-family: Lexend;
}
.panel__catlist {
  margin-left: -15px;
  margin-right: -15px;
}
.panel__catlist__cat {
  position: relative;
  width: calc(33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #F4F4FA;
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.panel__catlist__cat_promo {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(76.41deg, #812FE6 -20.86%, #5FC4F8 119.24%);
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
  font-family: Lexend;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.panel__catlist__cat_promo .panel__catlist__name {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-family: Lexend;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.panel__catlist__name {
  margin-bottom: 0px;
  margin-top: 30px;
}
.panel__catlist__text {
  color: #807F89;
  font-family: Lexend;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.panel__catlist__image {
  width: 80px;
  height: 80px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
  margin-top: 9px;
  margin-left: 9px;
  background-size: cover;
  background-position: center center;
}
.panel__catlist__remove {
  position: absolute;
  right: 10px;
  top: 10px;
}
.panel__catlist__button {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(38, 37, 112, 0.15);
  border-radius: 8px;
  display: inline-block;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  color: #5746FB;
}
.panel__catlist:after {
  content: ' ';
  display: block;
  clear: both;
}
.panel__blockrow {
  display: block;
}
.panel__blockrow h3 {
  display: inline-block;
  font-family: Lexend;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.panel__blockrow:after {
  content: ' ';
  display: block;
  clear: both;
}
.panel__shader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  z-index: 300;
}
.panel__shader__content {
  position: fixed;
  width: 520px;
  height: 100vh;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px 60px;
  z-index: 320;
  top: 0px;
  right: 0px;
  overflow-y: auto;
  border-radius: 26px 0px 0px 26px;
}
.panel__shader__content_wide {
  width: 700px;
}
.panel__tick {
  position: absolute;
  right: 20px;
  top: 25px;
}
.panel__dropmenu {
  position: absolute;
  top: 60px;
  left: 0px;
  background-color: #fff;
  list-style: none;
  padding: 10px 20px;
  border: 1px solid #E9E9EE;
  box-shadow: 0px 4px 40px 10px rgba(35, 44, 90, 0.08);
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.panel__dropmenu li a {
  color: #1B192C;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lexend";
}
.panel__dropmenu li a svg {
  color: #807F89;
  fill: currentColor;
}
.panel__brandlogo {
  width: 34px;
  height: 34px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 10px;
  border-radius: 6px;
}
.panel__topright {
  position: absolute;
  right: 20px;
  top: 30px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #F4F4FA;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(226, 226, 237, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 240px;
  cursor: pointer;
}
.panel__topright svg {
  transform: rotate(180deg);
}
.panel__topright h1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Lexend";
}
.panel__topright.active svg {
  transform: rotate(0deg);
}
.panel__topright.active .panel__dropmenu {
  opacity: 1;
  transition: all 400ms;
  pointer-events: all;
  z-index: 100;
}
.panel__topright:after {
  content: ' ';
  display: block;
  clear: both;
}
.panel__bottom {
  color: #fff;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: none;
}
.panel__bottom div:nth-of-type(1) {
  position: relative;
}
.panel__bottom div:nth-of-type(1) h1 {
  font-size: 36px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.panel__bottom div:nth-of-type(1) img {
  position: absolute;
  right: -20px;
  top: -60px;
}
.panel__bottom div:nth-of-type(2) span {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
}
.panel__bottom div:nth-of-type(3) a {
  line-height: 46px;
  height: 46px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  background-image: linear-gradient(135deg, #e8945d, #e027e3);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 1px;
}
.panel__menu {
  flex: 1;
  width: 75px;
  flex-basis: 75px;
  transition: all 200ms;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.panel__menu_sep {
  flex: 1;
  cursor: pointer;
}
.panel__content {
  flex: 1;
  flex-basis: calc(100% - 95px);
  width: calc(100% - 95px);
  padding-top: 30px;
  min-height: 100vh;
  background-color: #fff;
  border-radius: 26px 0px 0px 26px;
}
.panel__title {
  margin-bottom: 30px;
  color: #363636;
}
.panel__sep {
  margin-top: 30px;
  border-top: 1px solid #efefef;
  padding-top: 30px;
}
.panel.active #sidelogo {
  width: 131px;
  margin-left: 10px;
}
.panel.active .panel__bottom {
  display: block;
}
.panel.active .panel__menu {
  width: 260px;
  flex-basis: 260px;
}
.panel.active .panel__content {
  width: calc(100% - 280px);
  flex-basis: calc(100% - 280px);
}
.panel.active .panel__menulist li a {
  width: 100%;
  box-sizing: border-box;
}
.panel.active .panel__menulist li a span {
  display: inline-block;
  box-sizing: border-box;
}
.panel.active .balanceblock {
  display: flex;
}
.panel__menulist {
  width: calc(100% - 40px);
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel__menulist li {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  border-radius: 6px;
}
.panel__menulist li a {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}
.panel__menulist li a svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.panel__menulist li a span {
  width: calc(100% - 32px);
  text-align: left;
  display: none;
  box-sizing: border-box;
}
.panel__menulist li.active {
  background-color: #fff;
}
.panel__menulist li.active a {
  color: #5746FB;
}
.panel__menulist li:hover {
  background-color: #fff;
}
.panel__menulist li:hover a {
  color: #5746FB;
}
.panel__menulist li:last-of-type {
  margin-bottom: 0px;
}
.products_table {
  width: 100%;
  margin-top: 30px;
}
.products_table th {
  font-size: 16px;
  font-weight: 500;
  color: #807F89;
  font-family: "Lexend";
  padding-bottom: 10px;
  text-align: left;
}
.products_table th:nth-of-type(1) {
  padding-left: 20px;
}
.products_table td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  font-family: "Lexend";
}
.products_table td:first-of-type {
  width: 78px;
  text-align: left;
  padding-left: 20px;
  border-radius: 6px 0px 0px 6px;
}
.products_table td:first-of-type:after {
  content: ' ';
  display: block;
  clear: both;
}
.products_table td:last-of-type {
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
}
.products_table tr {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 6px;
}
.products_table tr:nth-of-type(odd) td {
  background-color: #F9FBFC;
}
.products_table__credits {
  width: 60px;
  border: 1px solid #dedede;
  border-radius: 4px;
  line-height: 30px;
  padding-left: 5px;
  margin-right: 5px;
  box-sizing: border-box;
  font-size: 18px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.products_table__category {
  display: inline-block;
  border-radius: 16px;
  margin-top: 5px;
  background-color: #EEECFF;
  font-weight: 500;
  font-family: "Lexend";
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.products_table__promotion {
  width: 80px;
  border: 1px solid #dedede;
  border-radius: 4px;
  line-height: 30px;
  padding-left: 5px;
  margin-right: 5px;
  box-sizing: border-box;
  font-size: 18px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.products_table__image {
  width: 78px;
  height: 72px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
}
.products_table__image_small {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
}
.products_table__actions a {
  color: #ccc;
}
.products_table__actions a.disabled {
  color: #efefef;
}
.products_table__actions_update {
  display: inline;
  float: left;
  margin-top: 4px;
  color: #006699;
}
.products_table__actions_update.active {
  color: #0099cc;
}
.products_table__actions_update:hover {
  color: #0099cc;
}
.products_table__actions_update svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.products_table__actions_start.active {
  color: #66cc00;
}
.products_table__actions_start:hover {
  color: #66cc00;
}
.products_table__actions_pause.active {
  color: #ffcc66;
}
.products_table__actions_pause:hover {
  color: #ffcc66;
}
.products_table__actions_stop.active {
  color: #cc3333;
}
.products_table__actions_stop:hover {
  color: #cc3333;
}
.products_table__actions span {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-top: 5px;
}
.products_table__actions span svg {
  display: inline-block;
  margin-left: 6px;
  float: right;
}
.products_table__actions svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.financetoggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* Hover */
  /* Disabled */
  /* Focus */
}
.financetoggle__block {
  display: block;
  opacity: 0.3;
  transition: all 300ms;
}
.financetoggle__block.active {
  opacity: 1;
  transition: all 300ms;
}
.financetoggle__text {
  padding-left: 0px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Lexend";
}
.financetoggle__text span {
  display: block;
  color: #00cc44;
}
.financetoggle .checkbox-ios {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;
  margin-top: -8px;
}
.financetoggle .checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 46px;
  height: 22px;
  border-radius: 18px;
  vertical-align: top;
  background: #eff3fe;
  transition: 0.2s;
}
.financetoggle .checkbox-ios .checkbox-ios-switch:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(76.41deg, #812FE6 -20.86%, #5FC4F8 119.24%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.15s;
}
.financetoggle .checkbox-ios input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.financetoggle .checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.financetoggle .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
  background: #eff3fe;
}
.financetoggle .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
  transform: translateX(22px);
}
.financetoggle .checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.3);
}
.financetoggle .checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, 0.1);
}
.financetoggle .checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
  background: #eee;
}
.financetoggle .checkbox-ios.focused .checkbox-ios-switch:before {
  box-shadow: inset 0px 0px 4px #ff5623;
}
.cardblock {
  max-width: 400px;
}
.cardblock h2 {
  margin-bottom: 20px;
  text-align: center;
}
.cardblock h2 svg {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.cardblock p {
  color: #807F89;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lexend";
  margin-top: 30px;
  margin-bottom: 30px;
}
.cardblock p svg {
  display: inline-block;
  float: right;
}
.cardblock span {
  color: #1B192C;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: "Lexend";
}
.cardblock__button {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  background: linear-gradient(76.41deg, #812FE6 -20.86%, #5FC4F8 119.24%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lexend";
  border-radius: 10px;
  padding: 0px;
}
.cardblock input {
  line-height: 40px;
  height: 40px;
  background-color: #fff;
  padding-right: 10px;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
  /* Secondary/Grey_input */
  border: 1px solid #DFDFEB;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 5px rgba(109, 137, 241, 0.12);
}
.financepromo {
  background: linear-gradient(76.41deg, #812FE6 -20.86%, #5FC4F8 119.24%);
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}
.financepromo p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  font-family: Lexend;
  text-align: center;
}
.financepromo a {
  font-family: Lexend;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  border-radius: 10px;
  color: #5746FB;
  background-color: #fff;
  width: 210px;
  text-align: center;
}
.financepromo__object {
  position: absolute;
  background-size: contain;
  z-index: 1;
}
.financepromo__object_a {
  top: 30px;
  left: 30px;
  width: 170px;
  height: 170px;
  background-image: url(../img/design/reg_box_1.png);
  mix-blend-mode: color-burn;
}
.financepromo__object_b {
  right: 60px;
  top: 30px;
  width: 90px;
  height: 90px;
  background-image: url(../img/design/reg_box_3.png);
  mix-blend-mode: color-burn;
}
.financepromo__object_c {
  right: -10px;
  bottom: -20px;
  width: 152px;
  height: 154px;
  background-image: url(../img/design/reg_box_5.png);
  mix-blend-mode: color-burn;
}
.financeblock {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.financeblock:after {
  content: ' ';
  display: block;
  clear: both;
}
.financeblock__button {
  height: 50px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.financeblock__button a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  background: #fff;
  color: #5746FB;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lexend";
  border-radius: 10px;
  box-shadow: 0px 6px 20px rgba(47, 45, 115, 0.1);
}
.financeblock__button a.disabled {
  background: #fff;
  color: #807F89;
  border: 1px solid #E9E9EE;
  box-shadow: none;
}
.financeblock__icon {
  width: 76px;
  height: 76px;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 15px;
  top: 15px;
}
.financeblock_visible {
  pointer-events: all;
  opacity: 1;
  transition: all 300ms;
}
.financeblock__item {
  width: calc(33% - 20px);
  height: 435px;
  padding: 10px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #F4F4FA;
  box-sizing: border-box;
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
}
.financeblock__item.active {
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.18);
}
.financeblock__item.active .financeblock__button a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  background: linear-gradient(76.41deg, #812FE6 -20.86%, #5FC4F8 119.24%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lexend";
  border-radius: 10px;
}
.financeblock__item.active .financeblock__button a.disabled {
  background: #fff;
  color: #807F89;
  border: 1px solid #E9E9EE;
}
.financeblock_hidden {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  transition: all 300ms;
}
.financeblock__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: calc(100% - 90px);
  padding-bottom: 10px;
  margin-left: 90px;
  left: 5px;
  padding-top: 5px;
  font-family: "Lexend";
}
.financeblock__title span {
  color: #00cc44;
  display: none;
}
.financeblock__description {
  font-size: 16px;
  height: 120px;
  border-top: 1px solid #E9E9EE;
  width: calc(100% - 30px);
  padding-top: 20px;
  font-family: "Lexend";
  position: absolute;
  left: 15px;
  top: 110px;
}
.financeblock__description p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #807F89;
  font-weight: 500;
  letter-spacing: 1px;
}
.financeblock__description p:after {
  content: ' ';
  display: block;
  clear: both;
}
.financeblock__description p svg {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
.financeblock__bottom {
  display: block;
  position: absolute;
  margin-left: 100px;
  left: 0px;
  width: calc(100% - 80px);
  top: 52px;
  font-family: "Lexend";
}
.financeblock__price {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Lexend";
}
.financeblock__price_desc {
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
  display: none;
}
.financeblock__price span {
  font-size: 13px;
  font-weight: normal;
  color: #807F89;
}
.financeblock__price sup {
  font-size: 16px;
  margin-right: 5px;
}
.financeblock__select {
  font-size: 16px;
}
.list_table {
  width: 100%;
  border-spacing: 0px;
}
.list_table tr {
  transition: all 200ms;
}
.list_table tr:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.list_table tr:first-of-type td {
  border-top: 1px solid #dedede;
}
.list_table tr td {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.list_table tr td:last-of-type {
  border-right: 1px solid #dedede;
}
.list_table tr td a {
  color: #069;
}
.smallform__field {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}
.smallform__field_block {
  display: block;
}
.smallform__field label {
  font-size: 14px;
  color: #999;
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
.smallform__field input {
  border: 1px solid #e1ebef;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #111;
  padding-left: 10px;
  margin-bottom: 4px;
  width: 100%;
  transition: all 300ms;
  font-family: "DegularDisplay";
  font-weight: 300;
}
.smallform__field input:focus {
  border: 1px solid #363636;
}
.smallform__field textarea {
  border: 1px solid #e1ebef;
  font-size: 14px;
  height: 120px;
  line-height: 18px;
  background-color: #fff;
  color: #111;
  padding-left: 10px;
  margin-bottom: 4px;
  width: 100%;
  transition: all 300ms;
  font-family: "DegularDisplay";
  font-weight: 300;
}
.smallform__field textarea:focus {
  border: 1px solid #363636;
}
.subscription_list {
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  margin-top: 10px;
}
.subscription_list__cancel {
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 4px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.subscription_list__cancel:hover {
  background-color: #dedede;
}
.subscription_list__id {
  margin-bottom: 4px;
  font-weight: bold;
  display: inline-block;
}
.subscription_list__status_active {
  color: #0c0;
}
.subscription_list__status_canceled {
  color: #c00;
}
.subscription_list p {
  margin-bottom: 4px;
}
.flexhalf {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.flexhalf__block {
  width: calc(50% - 20px);
}
.flexmenu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flexmenu__menu {
  width: 280px;
  background: #FFFFFF;
  border: 1px solid #F4F4FA;
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 4px;
}
.flexmenu__menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.flexmenu__menu ul li {
  width: 100%;
  height: 50px;
}
.flexmenu__menu ul li a {
  color: #807F89;
  line-height: 50px;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lexend";
}
.flexmenu__menu ul li a svg {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 14px;
}
.flexmenu__menu ul li a:hover {
  background-color: #F4F4FA;
  color: #5746FB;
}
.flexmenu__menu ul li a.active {
  background-color: #F4F4FA;
  color: #5746FB;
}
.flexmenu__content {
  width: calc(100% - 300px);
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #F4F4FA;
  box-sizing: border-box;
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
}
.flexmenu__content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.flexmenu__content .img_form {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.flexmenu__content .img_form #file-input {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 0, 255, 0.3);
  z-index: 10;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
.flexmenu__content .img_form img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-left: 0px;
  margin-right: auto;
  float: left;
}
.flexmenu__content .img_form__text {
  display: inline-block;
  float: right;
  width: calc(100% - 120px);
}
.flexmenu__content .img_form__text h4 {
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.flexmenu__content .img_form__text span {
  color: #807F89;
  font-weight: 300;
  font-family: "Lexend";
  font-size: 14px;
}
.flexmenu__content .img_form:after {
  content: ' ';
  display: block;
  clear: both;
}
.carasellpopup {
  display: none;
}
.carasellpopup.active {
  display: block;
}
.carasellpopup__bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 300;
}
.carasellpopup__content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 400;
  overflow-y: auto;
}
.carasellpopup__small {
  top: 100px;
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  padding-top: 10px;
  border-radius: 10px;
}
.carasell__products {
  margin-top: 30px;
}
.splide {
  padding-bottom: 10px;
  box-sizing: border-box;
}
.splide__arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #F4F4FA;
  box-sizing: border-box;
  box-shadow: 0px 6px 24px rgba(163, 170, 187, 0.3);
}
.splide__arrow--prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: -18px;
}
.splide__arrow--next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: -18px;
}
.splide__track {
  height: 350px;
}
.splide__slide {
  width: 250px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 10px;
}
.splide .carasell__item {
  padding: 15px;
  width: 250px;
  border: 1px solid #F4F4FA;
  box-sizing: border-box;
  box-shadow: 0px 5px 40px rgba(78, 95, 113, 0.08);
  border-radius: 10px;
  height: 310px;
}
.splide .carasell__item__picture {
  width: 220px;
  height: 200px;
  background-size: cover;
  border-radius: 10px;
  background-position: center center;
}
.splide .carasell__item__details {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-position: center center;
  background-size: cover;
}
.splide .carasell__item__brandimage {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  cursor: pointer;
}
.splide .carasell__item__shopinfo {
  display: none;
}
.splide .carasell__item__name {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lexend";
  padding-top: 10px;
}
.splide .carasell__item__price {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.splide .carasell__item__price b {
  font-family: "Lexend";
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
