@charset "UTF-8";

@font-face {
  font-family: ArialNova;
  src: url(../../fonts/ArialNova/ArialNova.eot);
  src: url(../../fonts/ArialNova/ArialNova.eot) format("embedded-opentype"),
    url(../../fonts/ArialNova/ArialNova.woff2) format("woff2"), url(../../fonts/ArialNova/ArialNova.woff) format("woff"),
    url(../../fonts/ArialNova/ArialNova.ttf) format("truetype"),
    url(../../fonts/ArialNova/ArialNova.svg#ArialNova) format("svg");
}

@font-face {
  font-family: ArialNovaBold;
  src: url(../../fonts/ArialNova/ArialNova-Bold.eot);
  src: url(../../fonts/ArialNova/ArialNova-Bold.eot) format("embedded-opentype"),
    url(../../fonts/ArialNova/ArialNova-Bold.woff2) format("woff2"),
    url(../../fonts/ArialNova/ArialNova-Bold.woff) format("woff"),
    url(../../fonts/ArialNova/ArialNova-Bold.ttf) format("truetype");
}

@font-face {
  font-family: FuturaPTDemi;
  src: url(../fonts/FuturaPTDemi/FuturaPTDemi.eot);
  src: url(../fonts/FuturaPTDemi/FuturaPTDemi.eot) format("embedded-opentype"),
    url(../fonts/FuturaPTDemi/FuturaPTDemi.woff2) format("woff2"),
    url(../fonts/FuturaPTDemi/FuturaPTDemi.woff) format("woff"),
    url(../fonts/FuturaPTDemi/FuturaPTDemi.ttf) format("truetype"),
    url(../fonts/FuturaPTDemi/FuturaPTDemi.svg#FuturaPTDemi) format("svg");
}

@font-face {
  font-family: FuturaPTMedium;
  src: url(../../fonts/FuturaPT/FuturaPT-Medium.eot);
  src: url(../../fonts/FuturaPT/FuturaPT-Medium.eot) format("embedded-opentype"),
    url(../../fonts/FuturaPT/FuturaPT-Medium.woff) format("woff"),
    url(../../fonts/FuturaPT/FuturaPT-Medium.ttf) format("truetype");
}

.regform_main .form-group {
  width: 100%;
}

.regform_main .input_error,
.profile_form .input_error,
.report_form .input_error {
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  bottom: -14px;
  right: 8px;
  position: absolute;
  font-size: 11px;
  text-align: right;
  /*color: rgba(216, 15, 15, 0.5);*/
  color: #e86b0c;
}

.regform_main .sub_title {
  margin-top: 32px;
  font-size: 13px;
  font-family: ArialNovaBold, sans-serif;
  font-weight: 400;
  color: #2b2c2e;
  text-decoration: none;
}

.regform_main h2 {
  line-height: 0.44;
  color: #2a2d40;
  font-family: FuturaPTMedium, sans-serif;
  font-weight: 500;
}

.submit_button {
  cursor: pointer;
  display: block;
  width: 100%;
  color: #fff;
  height: 42px;
  border-radius: 5px;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.02);
  background-color: #0f55a1;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.link_help {
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #2b2c2e;
  text-decoration: none;
  border-bottom: 1px solid #2b2c2e;
}

.link_help:visited {
  color: #2b2c2e;
}

.form-input:hover {
  border: 1px solid rgba(15, 85, 161, 0.5);
}

.form-input:focus {
  background-color: rgba(85, 86, 95, 0.05);
  border: 1px solid rgba(15, 85, 161, 0.5);
}

.create_text_form .form-group .form-input,
.create_text_form .form-group .form-input:focus {
  background-color: rgba(15, 85, 161, 0.04);
  border: 1px solid rgba(42, 45, 64, 0.15);
}

.regform_main .input_error,
.profile_form .input_error,
.report_form .input_error {
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  bottom: -14px;
  right: 8px;
  position: absolute;
  font-size: 11px;
  text-align: right;
  /*color: rgba(216, 15, 15, 0.5);*/
  color: #e86b0c;
}

.input_error_quest {
  color: #e86b0c;
  position: absolute;
  display: inline-block;
  top: -18px;
  right: 0;
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  font-size: 11px;
}

.big_error {
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  text-align: right;
  /*color: rgba(216, 15, 15, 0.5);*/
  color: #e86b0c;
}

.reset_pas_wrap {
  text-align: center;
}

.reset_pas_link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.reset_pas_mess {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  text-align: center;
}

.linkback {
  cursor: pointer;
  border-bottom: 1px solid;
  display: inline-block;
  margin-top: 8px;
}

.need_star:before {
  content: "*";
  color: rgba(216, 15, 15, 0.5);
  color: #e86b0c;
}

.wrap_phone {
  height: 42px;
}

.wrap_phone {
  display: -ms-flexbox;
  display: flex;
}

.wrap_phone .phone_country {
  width: 40%;
  margin-right: 16px;
}

.wrap_phone .phone_country .v-select li > a {
  padding: 3px 5px !important;
  font-size: 12px !important;
}

.phone_country {
  position: relative;
  float: left;
  width: 30%;
}

.phone_country .dropdown-menu {
  width: 100%;
  min-width: 100px !important;
}

.phone_country .dropdown-toggle {
  height: 42px;
}

.phone_country .selected-tag {
  font-size: 10px;
  margin-top: 4px;
  margin-left: 5px;
}

.country_label {
  left: 10px;
  top: 0px !important;
  right: initial !important;
}

.phone_input_tah {
  position: relative;
  float: left;
  width: 70%;
}

.wrap_phone .phone_input_tah {
  width: calc(60% - 16px);
}

.type_block {
  position: relative;
  margin-bottom: 20px;
}

.checkbox_container_tah {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(42, 45, 64, 0.7);
  line-height: 1.5;
}

.checkbox_container_tah input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}

.checkmark_tah {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: rgba(85, 86, 95, 0.1) !important;
  border-radius: 4px;
}

.checkmark_tah:after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #0f55a1;
  border: none;
  transform: none;
}

.checkbox_container_tah input:hover ~ .checkmark_tah:after {
  display: block;
  background-color: rgba(15, 85, 161, 0.5);
}

.checkbox_container_tah input:checked ~ .checkmark_tah:after {
  display: block;
  background-color: #0f55a1;
}

.checkbox_container_tah input:checked:hover ~ .checkmark_tah:after {
  background-color: #0f55a1;
}

.focused .form-label_v-select {
  top: -17px;
}

.inst_search .selected-tag {
  font-size: 13px;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
}

.v-select .vs__selected-options {
    flex-wrap: initial;
}

.mt-16 {
  margin-top: 16px;
}

.no_del_link_select .clear {
  display: none;
}

.org_label {
  top: 13px;
}

.profile_form_section .v-select {
  margin-bottom: 8px;
}

.profile_form_section .v-select.open .dropdown-toggle {
  background-color: #fff;
  border-style: solid;
  border-color: rgba(15, 85, 161, 0.5);
  border-width: 1px 1px 0 1px;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.06), 0 0 2px 0 rgba(0, 0, 0, 0.02);
}

.profile_form_section .v-select .dropdown-toggle {
  transition: all 0.3s ease;
  border: 1px solid rgba(65, 79, 175, 0.15);
  background-color: rgba(85, 86, 95, 0.05);
  padding: 0;
}

.profile_form_section .v-select .dropdown-toggle:hover {
  border: 1px solid rgba(15, 85, 161, 0.5);
}

.profile_form_section .v-select .dropdown-menu {
  padding: 0 0 5px 0;
  border-style: solid;
  border-color: rgba(15, 85, 161, 0.5);
  border-radius: 0 0 5px 5px;
  border-width: 0 1px 1px 1px;
  box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.06), 0 0 2px 0 rgba(0, 0, 0, 0.02);
}

.profile_form_section .v-select input[type="search"],
.profile_form_section .v-select input[type="search"]:focus {
  margin: 1px 0 1px;
}

.profile_form_section .v-select input::-moz-placeholder {
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2b2c2f;
}

.profile_form_section .v-select input::-webkit-input-placeholder {
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2b2c2f;
}

.profile_form_section .v-select input:-ms-input-placeholder {
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2b2c2f;
}

.profile_form_section .v-select input::-ms-input-placeholder {
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2b2c2f;
}

.profile_form_section .v-select input::-webkit-input-placeholder {
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2b2c2f;
}

.profile_form_section .v-select input:-ms-input-placeholder {
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2b2c2f;
}

.profile_form_section .v-select input::placeholder {
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2b2c2f;
}

.profile_form_section .tabs-content {
  position: relative;
  margin-bottom: 32px;
}

@media print, screen and (min-width: 44em) {
  .profile_form_section .tabs-content {
    margin-bottom: 43px;
  }
}

@media print, screen and (min-width: 78em) {
  .profile_form_section .tabs-content {
    margin-bottom: 80px;
  }
}

.profile_form_section .profile_basic_form {
  position: relative;
}

@media print, screen and (min-width: 78em) {
  .profile_form_section .profile_basic_form {
    border-radius: 5px;
    padding: 32px;
    background-color: #fff;
  }
}

@media print, screen and (min-width: 78em) {
  .profile_form_section .profile_basic_form:before {
    content: "";
    border-radius: 6px;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-image: linear-gradient(150deg, rgba(65, 79, 175, 0.02), rgba(65, 79, 175, 0.24));
    z-index: -1;
  }
}

.profile_form_section h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 78em) {
  .profile_form_section h3 {
    margin-bottom: 24px;
  }
}

.profile_form_section .about_mi {
  margin-bottom: 24px;
}

@media print, screen and (min-width: 44em) {
  .profile_form_section .about_mi {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 78em) {
  .profile_form_section .about_mi {
    margin-bottom: 0;
  }
}

.profile_form_section .dop_profile_info {
  margin-bottom: 24px;
}

@media print, screen and (min-width: 44em) {
  .profile_form_section .dop_profile_info {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 78em) {
  .profile_form_section .dop_profile_info {
    margin-bottom: 0;
  }
}

.profile_form_section .about_mi_form {
  margin-bottom: 16px;
}

.profile_form_section .about_mi_form .form-group {
  margin-bottom: 6px;
}

.profile_form_section .about_mi_form .form-group input {
  margin-bottom: 0;
}

.profile_form_section .about_mi_email {
  position: relative;
  margin-bottom: 24px;
}

.profile_form_section .about_mi_email .form-group {
  margin-bottom: 10px;
}

.profile_form_section .about_mi_email a {
  display: block;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  line-height: 6px;
  font-size: 12px;
  color: #0f55a1;
}

.profile_form_section .about_mi_email input {
  margin-bottom: 0;
}

.profile_form_section .about_mi_email span {
  position: absolute;
  display: inline-block;
  top: -18px;
  right: 0;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 11px;
}

.profile_form_section .about_mi_email span.red {
  color: #e86b0c;
}

.profile_form_section .about_mi_email span.green {
  color: #1ecb80;
}

.profile_form_section .about_mi_password {
  margin-bottom: 16px;
}

.profile_form_section .about_mi_password .form-group {
  margin-bottom: 10px;
}

.profile_form_section .about_mi_password .form-group input {
  margin-bottom: 0;
}

.profile_form_section .about_mi_password a {
  display: block;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  line-height: 6px;
  font-size: 12px;
  color: #0f55a1;
}

.profile_form_section .about_mi_info {
  margin-bottom: 24px;
}

.profile_form_section .about_mi_info .form-group {
  margin-bottom: 10px;
}

.profile_form_section .about_mi_info .form-group input {
  margin-bottom: 0;
}

.profile_form_section .about_mi_info .form-group.white input {
  background-color: #fff;
}

.profile_form_section .about_mi_info a {
  display: block;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  line-height: 6px;
  font-size: 12px;
  color: #0f55a1;
}

.profile_form_section .interests_choice {
  display: none;
  margin-bottom: 16px;
}

@media print, screen and (min-width: 78em) {
  .profile_form_section .interests_choice {
    display: block;
  }
}

.profile_form_section .interests_choice #accordion_main .accordion-item {
  margin: 0;
  width: 330px;
}

.profile_form_section .interests_choice #accordion_main .accordion-item.is-active {
  width: 690px;
  z-index: 12;
}

.profile_form_section .submit_form button {
  cursor: pointer;
  display: block;
  width: 100%;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 7px;
  border-radius: 6px;
  padding: 18px 0 17px;
  background-color: #0f55a1;
}

.profile_form_section .submit_form.mobile_submit {
  display: block;
}

@media print, screen and (min-width: 78em) {
  .profile_form_section .submit_form.mobile_submit {
    display: none;
  }
}

.profile_form_section .form-textarea {
  margin: 0;
}

.profile_form_section .community .form-group:last-child {
  margin-bottom: 0;
}

.profile_form_section select {
  border-radius: 5px;
  background-color: rgba(15, 85, 161, 0.04);
  margin-bottom: 0;
  color: #2b2c2f;
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom: 12px;
  padding-top: 12px;
  height: 42px;
  border: 1px solid rgba(42, 45, 64, 0.15);
  margin-bottom: 16px;
}

@media print, screen and (min-width: 78em) {
  .profile_form_section select {
    display: none;
  }
}

.profile_form_section .profile_form_footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e9eef6;
}

@media print, screen and (min-width: 44em) {
  .profile_form_section .profile_form_footer {
    margin-top: 25px;
    padding-top: 32px;
  }
}

.profile_form_section .profile_form_footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media print, screen and (min-width: 44em) {
  .profile_form_section .profile_form_footer ul {
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

.profile_form_section .profile_form_footer ul li:not(:last-child) {
  margin-bottom: 21px;
}

@media print, screen and (min-width: 44em) {
  .profile_form_section .profile_form_footer ul li:not(:last-child) {
    margin-right: 32px;
    margin-bottom: 0px;
  }
}

.profile_form_section .profile_form_footer ul li a {
  font-size: 12px;
  color: #0f55a1;
  line-height: 6px;
  display: block;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
}

.profile_form_section .profile_form_footer ul li.delete_account {
  margin-top: 23px;
}

@media print, screen and (min-width: 44em) {
  .profile_form_section .profile_form_footer ul li.delete_account {
    margin-top: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
  }
}

.profile_form_section .profile_form_footer ul li.delete_account a {
  color: rgba(85, 86, 95, 0.5);
}

.sphere_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.mt-8 {
  margin-top: 8px !important;
}

.block_sphere {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.01), 0 0 2px 0 rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  min-width: 50%;
  flex-grow: 1;

  @media (max-width: 625px) {
    min-width: auto;
    width: 100%;
  }
}

.text_label {
  /*min-height: 60px;*/
  display: block;
}

.sphere_icon {
  display: block;
  width: 80px;
  /*margin: 0 auto;*/
  margin-left: -10px;
}

.checkbox_container_tah input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.menu_search_filters .additional_dropdown_block .additional_filter_buttons .v-select input[type="search"],
.menu_search_filters .additional_dropdown_block .additional_filter_buttons .v-select input[type="search"]:focus {
  margin: 1px 0 1px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

input[type="search"] {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.form-input {
  transition: all 0.3s ease;
  padding: 15px;
  border: none;
  width: 100%;
  height: 42px;
  border-radius: 5px;
  background-color: rgba(85, 86, 95, 0.05);
  border: 1px solid rgba(65, 79, 175, 0.15);
  font-size: 12px;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  color: #2b2c2f;
  box-shadow: none;
}

.focused .form-label_v-select {
  top: -17px;
}

.create_text_form .form-group.focused .form-label {
  color: rgba(42, 45, 64, 0.5);
}

.phone_focused .form-label {
  top: 2px !important;
}

.focused .form-label {
  color: rgba(40, 42, 56, 0.79) !important;
}

.fix_label_top .focused .form-label {
  top: 1px;
}

.focused .form-label {
  transition: all 0.3s ease-in-out;
  top: 1px;
  right: 11px;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-align: right;
  color: rgba(42, 45, 64, 0.5);
}

.focused .form-label_v-select {
  top: -17px;
}

.form-label {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 7px;
  left: 15px;
  right: auto;
  color: rgba(43, 44, 47, 0.25);
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  pointer-events: none;
  transition: transform 0.15s ease-out, font-size 0.15s ease-out;
  font-size: 12px;
}

.form-group {
  position: relative;
  margin-bottom: 16px;
}

.regform_main h2 {
  line-height: 0.44;
  color: #2a2d40;
  font-family: FuturaPTMedium, sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 22px;
}

.loader_reg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  text-align: center;
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  z-index: 99;
  border-radius: 15px;
}

.selected-tag {
  padding: 12px 15px;
  background: transparent;
  border: none;
  font-family: ArialNova, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #2b2c2f;
  font-size: 13px;
  line-height: 1.3;
  margin-left: 8px !important;
}
.v-select .vs__selected-options .selected-tag {
  margin-top: 9px;
}
.profile_form_section .v-select .selected-tag {
  margin: 0 2px;
}

.menu_search_filters .additional_dropdown_block .additional_filter_buttons .v-select .selected-tag {
  margin: 0px 2px 0;
}

.create_text_form .v-select .dropdown-toggle .selected-tag {
  padding-left: 14px;
  font-family: "ArialNova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #2b2c2f;
}

@media (max-width: 425px) {
  .loader_reg {
    flex-direction: column;
    padding-bottom: 61px;
  }
}

.regform_main {
   max-width: 600px;
}

.component-fade-enter-active,
.component-fade-leave-active {
  transition: opacity 0.3s ease;
}

.component-fade-enter,
.component-fade-leave-to

/* .component-fade-leave-active до версии 2.1.8 */ {
  opacity: 0;
}

.fix_modal input {
  width: 100%;
}

.reglist-item {
  display: inline-block;
  margin: 20px;
  width: 90%;
}

.reglist-enter-active {
  transition: all 0.5s;
}

.reglist-leave-active {
}

.reglist-enter,
.reglist-leave-to

/* .reglist-leave-active до версии 2.1.8 */ {
  opacity: 0;
  transform: translateX(30px);
}

.cppd_text {
  font-size: 10px;
  color: rgba(42, 45, 64, 0.7);
}

.cppd_text a {
  font-size: 10px;
}

.user_type {
  margin-right: 20px;
  display: inline-block;
}

.nuxt-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quest_query_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 5px;

  margin-bottom: 20px;
}

.quest_msg_box {
  margin-bottom: 20px;
}

.quest_text_box {
  min-height: 119px;
  overflow-y: scroll;
}
.regform_main {
  min-width: 600px;
}

.first-step {
  width: 600px;
}
.vm--modal {
  border-radius: 15px;
  overflow-y: auto;
}
.goal_label {
  line-height: 1 !important;
}
.step_spheres .loader_reg {
  height: 114%;
}
/*.v-select .dropdown-menu li {*/
/*  overflow: ;*/
/*}*/
.v-select .vs__selected-options {
  padding-bottom: 4px;
}
.upload_button label {
  padding: 0;
}
.closebtn {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url(/themes/matlab/assets/img/bt-delete-no-hover.svg);
  background-color: #c3c3c6;
  transition: all 0.3s ease;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 5px;
}
.has-file > .c-file-input__remove {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.upload_button label span {
  position: relative;
  cursor: pointer;
  font-family: ArialNova,sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(42,45,64,.6);
  padding-left: 32px;
}
.upload_button label span::before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 12px;
  background-size: cover;
  background-image: url(../../img/ico-clip-gray.svg);
  left: 0px;
  top: 3px;
}
.d-center {
  overflow: hidden;
  white-space: initial;
}
@media (max-width: 768px) {
  .first-step {
    width: 100%;
    margin-left: auto;
  }
  .regform_main {
    min-width: auto;
    margin-right: 10px;
  }
  .regform_main h2 {
    line-height: 1;
  }
  .reglist-item {
    width: 95%
  }
  .v-select ul {
    text-overflow: ellipsis;
  }
  .v-select li a {
    padding-left: 10px;
  }
}
@media (max-width: 400px) {
  .reglist-item {
    margin-left: 15px
  }
}

.form_modal {
  overflow-y: scroll;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}

.form_modal::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.form_modal .vm--modal {
  height: auto !important;
}
