@charset "UTF-8";
:root {
  --common--background-color: #B6C6FE;
  --common--gray-background-color: #E5EAF8;
  --common--gray-light-color: #eef1f9;
  --common--basic-color: #0B2D87;
  --common--basic-color-50: rgba(11, 45, 135, 0.50);
  --common--basic-color-06: rgba(11, 45, 135, 0.06);
  --common--basic-white: #ffffff;
  --common--basic-white2: #F9FAFE;
  --common--blue: #0036E9;
  --common--green: #1fd694;
  --common--dark-green: #008000;
  --common--danger: #FF0404;
  --common--blue-gradient: linear-gradient(180deg, #3963EF 0%, var(--common--blue) 100%);
}

.ug_page__header-row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1440px;
  padding: 24px 60px 16px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 962px) {
  .ug_page__header-row {
    max-width: 962px;
    padding: 32px 32px 12px 32px;
  }
}
@media screen and (max-width: 768px) {
  .ug_page__header-row {
    max-width: 768px;
    padding: 24px 16px 24px 16px;
  }
}
.ug_page__footer-row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1440px;
  padding: 0px 60px 32px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 962px) {
  .ug_page__footer-row {
    max-width: 962px;
    padding: 0px 32px 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .ug_page__footer-row {
    max-width: 768px;
    padding: 32px 16px 58px 16px;
  }
}
.ug_page__row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1440px;
  padding: 0px 60px 64px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 962px) {
  .ug_page__row {
    max-width: 962px;
    padding: 0px 32px 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .ug_page__row {
    max-width: 768px;
    padding: 0px 16px 32px 16px;
  }
}

.ug_landing__row {
  position: relative;
  max-width: 1220px;
  padding: 80px 40px 80px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 962px) {
  .ug_landing__row {
    max-width: 1000px;
    padding: 60px 30px 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .ug_landing__row {
    max-width: 1000px;
    padding: 40px 15px 40px 15px;
  }
}

@media screen and (max-width: 768px) {
  .ug_max-width-tiny {
    margin: 0 auto;
    max-width: 360px;
  }
}

.ug_font-family--atyp {
  font-family: "Atyp Text", serif;
}

.ug_clear--both {
  clear: both;
}

.ug_text-align--left {
  text-align: left;
}
.ug_text-align--right {
  text-align: right;
}
.ug_text-align--center {
  text-align: center;
}

.ug_pad--no {
  padding: 0;
}
.ug_pad--no-vert {
  padding-top: 0;
  padding-bottom: 0;
}
.ug_pad--no-hor {
  padding-left: 0;
  padding-right: 0;
}

.ug_mar--no {
  margin: 0;
}
.ug_mar--no-vert {
  margin-top: 0;
  margin-bottom: 0;
}
.ug_mar--no-hor {
  margin-left: 0;
  margin-right: 0;
}
.ug_mar--auto-hor {
  margin-left: auto;
  margin-right: auto;
}

.ug_pseudo-select-element, .ug_btn, .ug_btn {
  border-radius: 12px;
}

.ug_btn {
  display: inline-block;
  padding: 16px 48px;
  background: var(--common--blue) var(--common--blue-gradient);
  color: var(--common--basic-white) !important;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  white-space: nowrap;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}

.ug_btn {
  transition: background 0.2s, border 0.2s;
  cursor: pointer;
}
.ug_btn:hover {
  background: var(--common--basic-color) none;
}
.ug_btn--pd-tiny {
  padding: 16px 24px;
}
.ug_btn--disabled, .ug_btn--disabled:hover {
  cursor: default;
  pointer-events: none;
  background: #ddd;
  color: #888;
  border-color: #ddd;
}

.panel-footer-1 .feedback-fields-row [type=text],
.panel-footer-1 .feedback-fields-row [type=email], .panel-header__user, .panel {
  border-radius: 24px;
  border: none;
}

.cabinet-header__balance .wrapper, .support-request-content, .support-items__item, .support-filters-button, .support-filters-search, .support .work-fields-container.message .work-fields:nth-child(1), .work-table thead tr:nth-child(odd), .work-field label input[type=text],
.work-field label input[type=number],
.work-field label input[type=email],
.work-field label input[type=password],
.work-field label textarea,
.work-field label .ug_pseudo-select-element > div,
.work-field label select, .work-panel {
  border-radius: 12px;
  border: none;
}

.panel {
  background-color: var(--common--basic-white);
  padding: 42px 60px;
}
@media screen and (max-width: 962px) {
  .panel {
    padding: 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .panel {
    padding: 0px 0px;
    border-radius: unset;
  }
}
.panel-title {
  margin-bottom: 32px;
  text-align: center;
  font-family: Montserrat, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 962px) {
  .panel-title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .panel-title {
    text-align: left;
  }
}
.panel-text {
  margin-bottom: 48px;
  text-align: center;
  font-family: Montserrat, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 962px) {
  .panel-text {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .panel-text {
    margin-bottom: 16px;
    text-align: left;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--common--background-color);
  color: var(--common--basic-color);
  font-family: Montserrat, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  body {
    background-color: var(--common--basic-white);
  }
}

body > .header,
body > .footer {
  flex-shrink: 0;
}

body > .main {
  flex-grow: 1;
}

.container {
  margin: 0 auto;
}

table {
  border-spacing: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("/wp-content/themes/api/assets/images/preloader/5.gif");
  background-repeat: no-repeat;
  background-size: 128px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
}

.ugen-has-not-email-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 16px;
  z-index: 100;
  background-color: var(--common--dark-green);
  color: var(--common--basic-white);
}


.ugen-notice-success {
  background-color: var(--common--dark-green);
  color: var(--common--basic-white);
}

.ugen-notice-error {
  background-color: var(--common--danger);
  color: var(--common--basic-white);
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-not-valid {
  outline: 1px solid #dc3232 !important;
}

.wpcf7-not-valid-tip {
  display: none;
}

body > header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: inherit;
}
@media screen and (max-height: 500px) and (min-width: 768px) {
  body > header {
    position: static;
  }
}
body > header .container > div {
  position: relative;
}

body > header + .main {
  padding-top: 116px;
}
@media screen and (max-width: 962px) {
  body > header + .main {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  body > header + .main {
    padding-top: 100px;
  }
}
@media screen and (max-height: 500px) and (min-width: 768px) {
  body > header + .main {
    padding-top: 0;
  }
}

.panel-header {
  background-color: var(--common--gray-background-color);
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .panel-header {
    border-radius: 24px;
    padding: 10px 18px;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25), 0 -4px 4px 0 rgba(255, 255, 255, 0.25);
    background-color: var(--common--basic-white);
  }
}
@media screen and (max-height: 500px) and (min-width: 768px) {
  .panel-header {
    position: static;
  }
}
.panel-header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .panel-header .top .panel-header__menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .panel-header .top .panel-header__user {
    display: none;
  }
}
.panel-header .bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-expanded .panel-header .bottom > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 42px;
    padding: 35px 34px 38px;
  }
}
.panel-header .bottom .socials-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.panel-header .bottom .socials-buttons .gray-button {
  width: 48px;
  height: 48px;
  background-color: var(--common--gray-background-color);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 12px;
  flex-shrink: 0;
}
.panel-header .bottom .socials-buttons .gray-button.button-telegram {
  background-image: url(/wp-content/themes/api/assets/images/telegram-icon-mobile.svg);
}
.panel-header .bottom .socials-buttons .gray-button.button-whatsapp {
  background-image: url(/wp-content/themes/api/assets/images/whatsapp-icon-mobile.svg);
}
.panel-header .bottom .socials-buttons .gray-button.button-email {
  background-image: url(/wp-content/themes/api/assets/images/email-icon-mobile.svg);
}
.panel-header__logo img {
  display: block;
}
@media screen and (max-width: 768px) {
  .panel-header__logo img {
    width: 140px;
    height: auto;
  }
}
.panel-header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-grow: 1;
  list-style: none;
}
@media screen and (max-width: 1440px) {
  .panel-header__menu {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .panel-header__menu {
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
  }
}
.panel-header__menu.empty {
  display: none;
}
.panel-header__menu a {
  position: relative;
  display: block;
  margin: 0 10px;
  color: var(--common--basic-color-50);
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .panel-header__menu a {
    color: var(--common--basic-color);
  }
  .header-expanded .panel-header__menu a {
    margin: 0;
  }
}
.panel-header__menu .active a {
  color: var(--common--basic-color);
}
.panel-header__menu .active a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--common--basic-color);
  content: "";
}
.header-expanded .panel-header__menu .active a:after {
  display: none;
}
.panel-header__mobile-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .panel-header__mobile-button {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("/wp-content/themes/api/assets/images/mobile-menu-button-left.svg") 50% 50% no-repeat;
  }
}
.panel-header__user {
  display: block;
  background-color: var(--common--basic-white);
  border: 1px solid var(--common--background-color);
  border-radius: 12px;
  height: 48px;
  padding: 14px 12px;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 962px) {
  .panel-header__user {
    height: 48px;
  }
}
.panel-header__user--logged-out {
  display: flex;
  align-items: center;
  gap: 24px;
}
.panel-header__user .label {
  color: var(--common--basic-color);
  line-height: normal;
}
.panel-header__user .icon {
  width: 18px;
  height: 20px;
  background: url("/wp-content/themes/api/assets/images/user.svg") 50% 50% no-repeat;
  background-size: 18px 20px;
}

@media screen and (max-width: 768px) {
  .panel-footer-1 {
    border-radius: 24px;
    border: none;
    background: var(--common--gray-background-color);
    padding: 32px 16px;
  }
}
.panel-footer-1 .footer-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-content {
    gap: 32px;
  }
}
.panel-footer-1 .footer-top {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-top {
    gap: 32px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.panel-footer-1 .footer-top__block-1 {
  display: flex;
  align-items: center;
}
.panel-footer-1 .footer-top__block-1 .logo img {
  display: block;
}
.panel-footer-1 .footer-top__block-2 {
  display: flex;
  flex-grow: 1;
}
.panel-footer-1 .footer-top__block-2 .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-grow: 1;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1440px) {
  .panel-footer-1 .footer-top__block-2 .footer-menu {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-top__block-2 .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.panel-footer-1 .footer-top__block-2 .footer-menu.empty {
  display: none;
}
.panel-footer-1 .footer-top__block-2 .footer-menu a {
  display: block;
  padding: 0 10px;
  color: var(--common--basic-color-50);
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-top__block-2 .footer-menu a {
    color: var(--common--basic-color);
  }
}
.panel-footer-1 .footer-top__block-2 .footer-menu .active a {
  color: var(--common--basic-color);
}
.panel-footer-1 .footer-top__block-2 .socials {
  display: flex;
  gap: 12px;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-top__block-2 .socials {
    flex-direction: column;
  }
}
.panel-footer-1 .footer-top__block-2 .socials .item {
  width: 48px;
  height: 48px;
  background-color: var(--common--gray-background-color);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-top__block-2 .socials .item {
    background-color: var(--common--basic-white);
  }
}
.panel-footer-1 .footer-top__block-2 .socials .item.telegram {
  background-image: url(/wp-content/themes/api/assets/images/telegram-icon.svg);
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-top__block-2 .socials .item.telegram {
    background-image: url(/wp-content/themes/api/assets/images/telegram-icon-mobile.svg);
  }
}
.panel-footer-1 .footer-top__block-2 .socials .item.whatsapp {
  background-image: url(/wp-content/themes/api/assets/images/whatsapp-icon.svg);
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-top__block-2 .socials .item.whatsapp {
    background-image: url(/wp-content/themes/api/assets/images/whatsapp-icon-mobile.svg);
  }
}
.panel-footer-1 .footer-top__block-2 .socials .item.email {
  background-image: url(/wp-content/themes/api/assets/images/email-icon.svg);
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .footer-top__block-2 .socials .item.email {
    background-image: url(/wp-content/themes/api/assets/images/email-icon-mobile.svg);
  }
}
.panel-footer-1 .feedback {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .feedback {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.panel-footer-1 .feedback-title {
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (max-width: 1260px) {
  .panel-footer-1 .feedback-title {
    font-size: 32px;
    margin-bottom: 0;
  }
}
.panel-footer-1 .feedback-text {
  text-align: left;
  margin-bottom: 0;
}
.panel-footer-1 .feedback-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.panel-footer-1 .feedback-fields-row {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .feedback-fields-row > * {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .panel-footer-1 .feedback-fields-row p {
    width: 100%;
  }
}
.panel-footer-1 .feedback-fields-row label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.panel-footer-1 .feedback-fields-row [type=text],
.panel-footer-1 .feedback-fields-row [type=email] {
  background: var(--common--gray-background-color);
  width: 100%;
  border-radius: 12px;
  border: none;
  outline: none;
  padding: 13px 35px;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .feedback-fields-row [type=text],
  .panel-footer-1 .feedback-fields-row [type=email] {
    background: var(--common--basic-white);
    padding: 12px 18px;
  }
}
.panel-footer-1 .feedback-fields-row [type=submit] {
  border: 0;
  margin-top: 4px;
}
@media screen and (max-width: 428px) {
  .panel-footer-1 .feedback-fields-row [type=submit] {
    width: 100%;
  }
}
.panel-footer-1 .feedback-fields-row [name=feedback-offer] {
  position: relative;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
.panel-footer-1 .feedback-fields-row [name=feedback-offer]:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 24px;
  height: 24px;
  background: #EEF1F9;
  background: var(--common--basic-white);
  border: 1px solid var(--common--basic-color-50);
  border-radius: 5px;
}
.panel-footer-1 .feedback-fields-row [name=feedback-offer]:checked:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -5px;
  left: -5px;
  background-image: url(/wp-content/themes/api/assets/images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.panel-footer-1 .feedback-fields-row .feedback-offer-text {
  color: var(--common--basic-color-50);
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  margin: 2px 0 0 17px;
}
.panel-footer-1 .feedback-fields-row .feedback-offer-text a {
  color: var(--common--basic-color-50);
  font-size: 10px;
  line-height: 120%;
}
.panel-footer-1 .feedback-fields-row .wpcf7-list-item {
  margin: 0;
}
.panel-footer-1 .feedback-fields-label {
  display: none;
}
.panel-footer-1 .feedback > :nth-child(1) {
  margin-left: 72px;
  min-width: 45%;
}
@media screen and (max-width: 1440px) {
  .panel-footer-1 .feedback > :nth-child(1) {
    margin: 0;
  }
}
.panel-footer-1 .feedback > :nth-child(1) .image {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .feedback > :nth-child(1) .image {
    display: none;
  }
}
.panel-footer-1 .feedback > :nth-child(1) .image img {
  display: inline-block;
  margin-top: 25px;
}
@media screen and (max-width: 1260px) {
  .panel-footer-1 .feedback > :nth-child(1) .image img {
    margin-top: 18px;
    width: 300px;
    max-width: 100%;
  }
}
.panel-footer-1 .feedback > :nth-child(2) {
  max-width: 584px;
}
@media screen and (max-width: 768px) {
  .panel-footer-1 .feedback > :nth-child(2) {
    max-width: unset;
  }
}

.panel-footer-2 {
  background: var(--common--gray-background-color);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .panel-footer-2 {
    background: none;
    padding: 0 16px;
  }
}
.panel-footer-2 a {
  color: inherit;
}
.panel-footer-2__top {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .panel-footer-2__top {
    flex-direction: column;
  }
}
.panel-footer-2__bottom {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  text-align: center;
}
.panel-footer-2 .footer-left {
  min-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .panel-footer-2 .footer-left {
    color: var(--common--basic-color-50);
  }
}
@media screen and (max-width: 428px) {
  .panel-footer-2 .footer-left {
    font-size: 12px;
    line-height: normal;
  }
}
.panel-footer-2 .footer-right {
  max-width: 584px;
  flex-grow: 1;
  margin-left: 72px;
}
@media screen and (max-width: 1440px) {
  .panel-footer-2 .footer-right {
    margin: 0;
  }
}
@media screen and (max-width: 1240px) {
  .panel-footer-2 .footer-right {
    max-width: unset;
    justify-content: flex-end;
  }
}
.panel-footer-2 .footer-right .supported_by__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
@media screen and (max-width: 1240px) {
  .panel-footer-2 .footer-right .supported_by__items {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .panel-footer-2 .footer-right .supported_by__items {
    justify-content: flex-start;
  }
}
.panel-footer-2 .footer-right .supported_by__items.count-2 .supported_by__item {
  width: 50%;
}
.panel-footer-2 .footer-right .supported_by__item {
  display: flex;
}
.panel-footer-2 .footer-right .supported_by__item-left {
  width: 120px;
}
.panel-footer-2 .footer-right .supported_by__item-left img {
  width: 100%;
}
.panel-footer-2 .footer-right .supported_by__item-right {
  padding-left: 15px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.panel-footer-2 .footer-right .supported_by__item-label {
  font-size: 10px;
  line-height: 14px;
  color: var(--common--basic-color);
}
.panel-footer-2 .footer-right .supported_by__item-title {
  font-weight: 600;
  line-height: 22px;
  color: var(--common--basic-color);
}

.work-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.work-container-empty {
  width: 100%;
}
.work-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 34px 30px 30px;
  background-color: var(--common--basic-white);
}
.work-panel h2,
.work-panel h3 {
  display: flex;
  gap: 15px;
  font-weight: 600;
}
.work-panel h3 {
  justify-content: space-between;
}
.work-panel h3 a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  text-decoration: none;
  color: var(--common--basic-color);
}
.work-panel h3 a svg path {
  fill: var(--common--basic-color);
}
.work-title {
  font-weight: 600;
  margin-left: 14px;
  margin-bottom: 2px;
}
.work-title-small {
  margin-bottom: -9px;
}
.work-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 14px;
}
.work-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 30px;
}
.work-fields-1-3 > div:nth-child(1) {
  width: calc(33.3333333333% - 15px);
}
.work-fields-1-3 > div:nth-child(2) {
  width: calc(66.6666666667% - 15px);
  flex-direction: column;
}
.work-fields-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.work-field {
  position: relative;
  width: 100%;
  min-height: 24px;
}
.work-field label {
  display: flex;
  flex-direction: column;
}
.work-field label.check {
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 39px);
  position: relative;
  height: 24px;
}
.work-field label.check span {
  margin-left: 14px;
  margin-bottom: 5px;
}
.work-field label.check input[type=checkbox] {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.work-field label.check input[type=checkbox] + span:after {
  content: "";
  display: block;
  width: 39px;
  height: 24px;
  background-image: url("/wp-content/plugins/u-generator/assets/images/checkbox.svg");
  cursor: pointer;
}
.work-field label.check input[type=checkbox]:checked + span:after {
  background-image: url("/wp-content/plugins/u-generator/assets/images/checkbox-active.svg");
}
.work-field label.check-arrow {
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
  position: relative;
  column-gap: 12px;
}
.work-field label.check-arrow span {
  margin-left: 14px;
  margin-bottom: 0;
}
.work-field label.check-arrow .checkbox {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.work-field label.check-arrow input[type=checkbox] {
  width: 0;
  height: 0;
  cursor: pointer;
}
.work-field label.radio {
  display: flex;
  gap: 15px;
  cursor: pointer;
}
.work-field label.radio input[type=radio] {
  display: none;
}
.work-field label.radio input[type=radio] + span {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/plugins/u-generator/assets/images/radio.svg");
}
.work-field label.radio input[type=radio]:checked + span {
  background-image: url("/wp-content/plugins/u-generator/assets/images/radio-active.svg");
}
.work-field label.file {
  position: relative;
  height: 100%;
}
.work-field label.file .file-view.load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--common--basic-white);
}
.work-field label.file .file-view.load img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.work-field label.file .file-view.load:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/plugins/u-generator/assets/images/remove-icon.svg");
}
.work-field label span {
  color: var(--common--basic-color);
  margin-left: 24px;
  margin-bottom: 8px;
}
.work-field label input[type=text],
.work-field label input[type=number],
.work-field label input[type=email],
.work-field label input[type=password],
.work-field label textarea,
.work-field label .ug_pseudo-select-element > div,
.work-field label select {
  background: var(--common--basic-white);
  padding: 13px 35px;
  outline: none;
}
.work-field label textarea {
  height: 141px;
  resize: none;
}


.form_v2 .form_v2-row .settings-fields .settings-field label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: rgba(11, 45, 135, 0.5);
}
.form_v2 .form_v2-row .settings-fields .settings-field label input,
.form_v2 .form_v2-row .settings-fields .settings-field label select {
  border: none;
  background: none;
  padding: 0px 18px;
  line-height: 22px;
  color: #0b2d87;
  font-size: 14px;
  font-weight: bold;
}
.form_v2 .form_v2-row .settings-fields .settings-field .buttons-after {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.form_v2 .form_v2-row .settings-fields .settings-field .buttons-after a {
  padding: 5px 25px 2px;
  border-radius: 12px;
  border: 1px solid rgb(0, 54, 233);
  text-decoration: none;
  font-size: 12px;
  margin-left: -7px;
}
.form_v2 .form_v2-row .settings-fields .settings-field .inputlist {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
}
.form_v2 .form_v2-row .settings-fields .settings-field .inputlist:after {
  content: ">";
  transform: rotate(90deg);
  position: absolute;
  right: 22px;
  font-weight: bold;
  font-size: 20px;
}
.form_v2 .form_v2-row .settings-fields .settings-field .inputlist.active:after {
  transform: rotate(270deg);
}
.form_v2 .form_v2-row .settings-fields .settings-button {
  border-bottom: 0;
}
.form_v2 .form_v2-row.block_v3 .settings-fields .settings-field label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.form_v2 .form_v2-row.block_v3 .settings-fields .settings-field label input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
  width: 100%;
}
.form_v2 .form_v2-row.block_v3 .settings-fields .settings-field label input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 2px;
}
.form_v2 .form_v2-row.block_v3 .settings-fields .settings-field.field_check {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .settings.form_v2 .form_v2-row {
    width: 100% !important;
    padding: 15px !important;
  }
}

.auth {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.auth .header {
  display: flex;
  align-items: center;
  padding: 0 120px;
  height: 78px;
  background-color: var(--common--basic-white);
}
@media screen and (max-width: 768px) {
  .auth .header {
    padding: 0 32px;
  }
}
.auth .header .logo img {
  display: block;
}
.auth-login .work-field label.check {
  justify-content: flex-start;
  gap: 15px;
  white-space: nowrap;
}
.auth-login .work-field label.check span {
  margin-left: 0;
}
.auth-signup {
  display: none;
}
.auth-signup.auth-section .work-field label.check-arrow span {
  font-size: 10px;
  color: #a9afc3;
  letter-spacing: -0.2px;
}
.auth-signup.auth-section .work-field label.check-arrow span a {
  color: inherit;
}
.auth-signup.auth-section .work-field label.check-arrow span i {
  color: var(--common--blue);
  font-style: normal;
}
.auth-signup .work-field label.check-arrow input[type=checkbox]:checked:after {
  border: 1px solid var(--common--basic-color-50);
}
.auth-signup .work-field label.check-arrow input[type=checkbox]:after {
  border: 1px solid var(--common--danger);
}
.auth-message {
  color: var(--common--danger);
}
.auth-message:empty {
  display: none;
}
@media screen and (max-width: 768px) {
  .auth-section {
    padding: 0;
    background-image: none;
  }
}
.auth-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #071C54;
  opacity: 0.7;
  content: "";
}
@media screen and (max-width: 768px) {
  .auth-section:before {
    display: none;
  }
}
.auth-section .work-panel {
  max-width: 440px;
  margin: 0 auto;
  padding: 40px 30px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .auth-section .work-panel {
    padding: 0 16px 32px;
  }
}
.auth-section .work-fields {
  row-gap: 8px;
}
.auth-section .work-field label span {
  margin-left: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
.auth-section .work-field label [type=text],
.auth-section .work-field label [type=number],
.auth-section .work-field label [type=email],
.auth-section .work-field label [type=password],
.auth-section .work-field label textarea,
.auth-section .work-field label select {
  background-color: var(--common--gray-background-color);
  padding: 15px 24px;
  font-size: 12px;
  line-height: 130%;
}
.auth-section__title {
  font-size: 36px;
  text-align: center;
  line-height: normal;
  margin-left: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .auth-section__title {
    font-size: 24px;
  }
}
.auth-section__submit > * {
  width: 100%;
}
.auth-section__buttons-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.auth-section__buttons-bottom > * {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: var(--common--basic-color);
}
.auth-section__buttons-bottom > *:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--common--basic-color);
  content: "";
}
.auth-section__buttons-bottom .signup {
  font-weight: 800;
}
.auth-section__signup-success {
  display: none;
}
.auth-section__signup-success .image {
  margin-bottom: 16px;
  text-align: center;
}
.auth-section__signup-success .image img {
  display: inline-block;
  width: 100px;
}
.auth-section__signup-success .message {
  font-size: 20px;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .auth-section__signup-success .message {
    font-size: 18px;
  }
}
.auth-section__social {
  display: flex;
  column-gap: 4px;
}
.auth-section__social--button {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  border: 1px solid var(--common--gray-background-color);
  border-radius: 12px;
  text-decoration: none;
}
.auth-section__social--button .icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.auth-section__social--button .label {
  font-weight: 700;
  font-size: 14px;
  color: var(--common--blue);
  line-height: normal;
}
.auth-section__social--button.button-social-yandex .icon {
  background-image: url("/wp-content/plugins/u-generator/assets/images/auth/yandex-icon.svg");
}
.auth-section__social--button.button-social-google .icon {
  background-image: url("/wp-content/plugins/u-generator/assets/images/auth/google-icon.svg");
}
.auth-section__social--button.button-social-vk .icon {
  background-image: url("/wp-content/plugins/u-generator/assets/images/auth/vk-icon.svg");
}

.support .work-title {
  font-family: Montserrat, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.support .work-panel {
  height: 100%;
  gap: 0;
  background-color: var(--common--gray-background-color);
  padding: 15px 20px 15px;
}
.support .work-panel label span {
  color: var(--common--basic-color);
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-left: 0;
  margin-bottom: 12px;
}
.support .work-fields-container.message .work-fields:nth-child(1) {
  flex-grow: 1;
  flex-direction: column;
  background: var(--common--basic-white);
  overflow: hidden;
}
.support .work-fields-container.message .work-field.message {
  flex-grow: 1;
}
.support .work-fields-container.message .file-input .file-preview {
  border: none;
  border-radius: unset;
  padding: 0;
  width: 100%;
  margin: 0;
}
.support .work-fields-container.message .file-input .file-drop-zone {
  border: none;
  min-height: 0;
  border-radius: unset;
  margin: 0;
  padding: 0;
}
.support .work-fields-container.message .file-input .file-drop-zone-title {
  display: none;
}
.support .work-fields-container.message .file-input .file-preview-thumbnails {
  display: flex;
  flex-wrap: wrap;
}
.support .work-fields-container.message .file-input .file-preview-thumbnails .file-preview-frame {
  display: flex;
  gap: 20px;
  float: none;
  margin: 0;
  border: none;
  box-shadow: none;
  background: #f3f3f3;
  border-radius: 2px;
  padding: 4px 6px;
}
.support .work-fields-container.message .file-input .file-preview-thumbnails .file-preview-frame .file-thumbnail-caption {
  text-align: left;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.support .work-fields-container.message .file-input .file-preview-thumbnails .file-preview-frame .file-thumbnail-actions {
  display: flex;
  align-items: center;
}
.support .work-fields-container.message .file-input .file-preview-thumbnails .file-preview-frame .file-footer-buttons {
  display: flex;
  align-items: center;
}
.support .work-fields-container.message .file-input .file-preview-thumbnails .file-preview-frame .kv-file-remove {
  cursor: pointer;
  border: none;
  width: 12px;
  height: 12px;
  background: url("/wp-content/plugins/u-generator/assets/images/user-interface/detach-file-icon.svg") 50% 50% no-repeat;
}
.support .work-fields-container.message .file-input-browse span :nth-child(2) {
  color: var(--common--gray-background-color);
}
.support-filters-search {
  display: flex;
  flex-grow: 1;
  padding-left: 45px;
  padding-right: 25px;
  background-color: var(--common--basic-white);
  background-image: url("/wp-content/plugins/u-generator/assets/images/user-interface/filter-search-icon.svg");
  background-position: 17px 52%;
  background-repeat: no-repeat;
}
.support-filters-search input {
  display: flex;
  width: 100%;
  border: none;
  outline: unset;
  font-family: Montserrat, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
}
.support-filters-button {
  cursor: pointer;
  width: 50px;
  flex-shrink: 0;
  background-color: var(--common--basic-white);
  background-image: url("/wp-content/plugins/u-generator/assets/images/user-interface/filter-button-icon.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.support-items {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 8px;
}
.support-items.empty {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  color: var(--common--basic-color-50);
}
.support-items__item {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--common--basic-white);
  border: 3px solid transparent;
  padding: 11px;
}
.support-items__item--line1 {
  display: flex;
  gap: 24px;
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 700;
}
.support-items__item--line2 {
  display: flex;
}
.support-items__item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  bottom: 11px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
.support-items__item--date {
  font-family: Montserrat, serif;
  font-size: 12px;
  font-weight: 400;
}
.support-items__item--title {
  flex-grow: 1;
}
.support-items__item--author {
  flex-grow: 1;
}
.support-items__item--status {
  display: flex;
  width: 108px;
}
.support-items__item--status span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  border-radius: 18px;
  background-color: var(--common--basic-color-50);
  padding: 0 8px;
  font-family: Montserrat, serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--common--basic-white);
}
.support-items__item.current {
  border-color: var(--common--green);
}
.support-items__item.current .support-items__item--icon {
  background-color: var(--common--green);
}
.support-items__item.current .support-items__item--icon svg path {
  fill: var(--common--basic-white);
}
.support-items__item.status-new .support-items__item--status span {
  background-color: var(--common--green);
  color: var(--common--basic-color);
}
.support-items__item.status-in-progress .support-items__item--status span {
  background-color: var(--common--blue-gradient);
}
.support-request-header--status span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  border-radius: 18px;
  background-color: var(--common--basic-color-50);
  padding: 0 8px;
  font-family: Montserrat, serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--common--basic-white);
}
.support-request-header--title {
  flex-grow: 1;
}
.support-request-header--date {
  align-self: flex-start;
  font-family: Montserrat, serif;
  font-size: 12px;
  font-weight: 400;
}
.support-request-content {
  background-color: var(--common--basic-white);
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 10px 18px;
}
.support-request-content__message {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.support-request-content__message--header {
  display: flex;
  align-items: center;
  gap: 32px;
}
.support-request-content__message--body {
  display: flex;
}
.support-request-content__message--name {
  flex-grow: 1;
  font-weight: 500;
}
.support-request-content__message--date {
  font-family: Montserrat, serif;
  font-size: 12px;
  font-weight: 400;
}
.support-request-content__message--avatar {
  display: flex;
  flex-shrink: 0;
  width: 110px;
}
.support-request-content__message--avatar img {
  display: flex;
  width: 68px;
  height: 68px;
}
.support-request-content__message--text {
  font-size: 12px;
}
.support-request-content__message--files {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 0;
}
.support-request-content__message--files .file {
  display: flex;
  gap: 20px;
  float: none;
  margin: 0;
  border: none;
  box-shadow: none;
  background: #f3f3f3;
  border-radius: 2px;
  padding: 4px 6px;
  text-decoration: none;
  color: inherit;
}
.support-request-content__message--files .file-caption {
  text-align: left;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  line-height: normal;
}
.support-request.status-new .support-request-header--status span {
  background-color: var(--common--green);
  color: var(--common--basic-color);
}
.support-request.status-in-progress .support-request-header--status span {
  background-color: var(--common--blue-gradient);
}

.settings.form_v2 {
  height: 100%;
}
.settings.form_v2 .screen-title {
  margin-bottom: 32px;
}
.settings.form_v2 .form_v2-row {
  margin-bottom: 17px;
  background: rgb(229, 234, 248);
  padding: 42px 57px 39px;
  border-radius: 12px;
  width: 41%;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field {
  width: 100%;
  border-bottom: 0.5px solid rgba(11, 45, 135, 0.2);
  position: relative;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field #timezones {
  position: absolute;
  top: -100px;
  background: #fff;
  padding: 15px;
  left: 150px;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field #timezones.active {
  opacity: 1;
  top: 36px;
  z-index: 99;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field:last-child {
  border-bottom: 0;
}
.settings.form_v2 .form_v2-row .settings-fields .row-settings {
  display: flex;
  justify-content: space-between;
}
.settings.form_v2 .form_v2-row .settings-fields .row-settings .otchet_text {
  display: flex;
}
.settings.form_v2 .form_v2-row .settings-fields .row-settings .otchet_text .quantity_text {
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 400;
  line-height: 8.8px;
  text-align: left;
  color: rgba(11, 45, 135, 0.5);
}
.settings.form_v2 .form_v2-row .settings-fields .row-settings .otchet_text .quantity-block {
  position: relative;
  margin-right: 15px;
}
.settings.form_v2 .form_v2-row .settings-fields .row-settings .otchet_text .quantity-block .quantity-num::-webkit-inner-spin-button, .settings.form_v2 .form_v2-row .settings-fields .row-settings .otchet_text .quantity-block .quantity-num::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-button {
  border-bottom: 0;
}
.settings.form_v2 .form_v2-row .settings-fields hr {
  border: 0.5px solid rgba(11, 45, 135, 0.2);
  margin-top: -14px;
  margin-bottom: 3px;
}
.settings.form_v2 .form_v2-row .settings-fields h4 {
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-bottom: -12px;
}
.settings.form_v2 .form_v2-row.block_v3 .settings-fields .settings-field {
  width: 100%;
  border-bottom: 0;
}
.settings.form_v2 .form_v2-row.block_v3 .settings-fields.settings-button {
  margin-top: 29px;
}
.settings.form_v2 .form_v2-row.settings-fields-2 .settings-field:last-child {
  margin-top: -6px;
}

.index .notification.error {
  width: 80%;
  margin: 30px;
  padding: 22px 51px 22px 51px;
  background: rgb(255, 217, 217);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: center;
  color: rgb(255, 0, 0);
  border-radius: 8px;
}
.index .notification.account {
  width: 100%;
  margin: 30px;
  padding: 22px 51px 22px 51px;
  background: rgb(229, 234, 248);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: rgb(255, 0, 0);
  border-radius: 8px;
}
.index .notification.account h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
  color: rgb(11, 45, 135);
}
.index .notification.account p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: rgba(11, 45, 135, 0.5);
}
.index .notification.account .account-slider {
  padding: 0 30px;
}
.index .notification.account .account-slider .slick-slide {
  display: block;
  width: 232px !important;
  margin: 15px;
}
.index .notification.account .account-slider .slick-slide .item-account {
  padding: 15px;
  border-radius: 12px;
  width: 232px;
  height: 72px;
  background: rgb(255, 255, 255);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.index .notification.account .account-slider .slick-slide .item-account img {
  height: 30px;
    max-width: 50px;
}
.index .notification.account .account-slider .slick-slide .item-account.active {
  border: 2px solid rgb(31, 214, 148);
}
.index .notification.account .account-slider .slick-arrow {
  border: none;
  font-size: 0;
  background: url(../images/arrow_active.svg);
  width: 38px;
  height: 38px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -19px;
  transform: rotate(180deg);
}
.index .notification.account .account-slider .slick-arrow.slick-next {
  transform: none;
  left: auto;
  right: -20px;
}
.index .notification.account .filter {
  width: 109px;
  height: 28px;
  padding: 2px 16px;
  border-radius: 72px;
  align-items: center;
  justify-content: end;
  background: rgb(255, 255, 255);
  color: rgb(11, 45, 135);
  display: flex;
  position: relative;
}
.index .notification.account .filter:after {
  content: "";
  background: url(../images/filter_icon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
}
.index .notification.account .clear {
  width: 200px;
  height: 28px;
  padding: 2px 5px;
  border-radius: 72px;
  align-items: center;
  justify-content: end;
  background: rgb(255, 255, 255);
  color: rgb(11, 45, 135);
  display: flex;
  position: relative;
  justify-content: center;
}
.index .notification .filter_row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.index .notification .filter_row .filter_block {
  display: flex;
  gap: 20px;
}
.index .notification .filter_row .add_account {
  background: linear-gradient(180deg, #3963EF 0%, #0036E9 100%);
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 30px;
}
.index .notification .filter_row .add_account:hover {
  color: #0036e9;
  background: none;
  border: 1px solid #0036e9;
}


@media screen and (max-width: 1280px) {
  .index-row .index-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1800px) {
  .index-row .index-container .index-panel {
    padding: 0 0 30px 150px;
  }
}
@media screen and (max-width: 640px) {
  .index-row .index-container .index-panel {
    padding: 0 0 30px 100px;
    height: auto;
    min-height: 150px;
    max-height: max-content;
  }
}
@media screen and (max-width: 1800px) {
  .index-row .index-container .index-panel img {
    margin: 0 0px;
  }
}
@media screen and (max-width: 640px) {
  .index-row .index-container .index-panel img {
    width: 70px;
  }
}
@media screen and (max-width: 2010px) {
  .index-row .index-container .index-panel .info h1, .index-row .index-container .index-panel .info h2 {
    margin: 25px 20px 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .index-row .index-container .index-panel .info h1, .index-row .index-container .index-panel .info h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .index-row .index-container .index-panel .info h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 2010px) {
  .index-row .index-container .index-panel .info p {
    margin: 25px 20px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .index-row .index-container .index-panel .info p {
    margin: 25px 20px 10px -85px;
  }
}
@media screen and (max-width: 1800px) {
  .index-row .index-container .index-panel .info a {
    width: 95%;
    padding: 16px 0px 16px;
  }
}
@media screen and (max-width: 480px) {
  .index-row .index-container .index-panel .info a {
    margin: 25px 20px 10px -85px;
    width: calc(95% + 65px);
  }
}
@media screen and (max-width: 640px) {
  .index-row .index-container .index-panel.reclame img {
    width: 50px;
  }
}

.ug_pseudo-select-element {
  position: relative;
}
.ug_pseudo-select-element:before {
  content: "&nbsp;";
  display: block;
}
.ug_pseudo-select-element:after {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 1;
  pointer-events: none;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("/wp-content/plugins/u-generator/assets/images/user-interface/pseudo-selector-arrow.svg") 50% 50% no-repeat;
  transform: rotate(180deg);
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}
.ug_pseudo-select-element > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ug_pseudo-select-element__current {
  display: block;
  cursor: pointer;
  padding-right: 34px;
}
.ug_pseudo-select-element__options {
  padding-top: 3px;
  padding-bottom: 13px;
}
.ug_pseudo-select-element__options-wrapper {
  overflow: hidden;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
}
.ug_pseudo-select-element__option:last-child {
  border-bottom: none;
}
.ug_pseudo-select-element.collapsed .ug_pseudo-select-element__options-wrapper {
  height: 0;
}
.ug_pseudo-select-element.collapsed:after {
  transform: rotate(0deg);
}

.cabinet {
  height: 100%;
  background-color: var(--common--basic-white);
}
.cabinet-header__balance .wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
  height: 30px;
  padding: 0 18px 0 50px;
  background: var(--common--basic-white) url("/wp-content/plugins/u-generator/assets/images/user-interface/balance-icon.svg") 18px 50% no-repeat;
  border: 1px solid var(--common--gray-background-color);
}
.cabinet-header__balance .wrapper .label {
  font-size: 12px;
}
.cabinet-header__balance .wrapper .value {
  color: var(--common--basic-color-50);
  font-size: 12px;
}
.cabinet-header__buttons {
  display: flex;
  column-gap: 24px;
}
.cabinet-header__button {
  cursor: pointer;
  display: flex;
  column-gap: 24px;
}
.cabinet-header__button--help {
  display: flex;
  column-gap: 24px;
}
.cabinet-header__user {
  position: relative;
  width: 48px;
  height: 48px;
}
.cabinet-header__user .user-avatar {
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.cabinet-header__user .user-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.cabinet-header__user .user-menu {
  display: flex;
  flex-direction: column;
}
.cabinet-header__user .user-menu-item {
  display: flex;
  align-items: center;
  height: 30px;
  color: var(--common--basic-color);
  font-size: 12px;
  text-decoration: none;
  outline: none;
}
.cabinet-header__user .user-menu-item.item-tariff {
  display: flex;
  align-items: stretch;
  column-gap: 10px;
  color: var(--common--blue-gradient);
}
.cabinet-header__user .user-menu-item.item-tariff .label {
  display: flex;
  align-items: center;
}
.cabinet-header__user .user-menu-item.item-tariff .value {
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding: 0 16px;
  border: 1px solid var(--common--basic-color-50);
  border-radius: 22px;
}
.cabinet-header__user .user-menu-item.item-tariff .value .tariff-status {
  background: var(--common--blue-gradient);
  padding: 0 6px;
  border-radius: 4px;
  color: var(--common--basic-white);
  font-size: 10px;
  line-height: 20px;
  white-space: nowrap;
}
.cabinet-header__user .user-name {
  padding-bottom: 8px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--common--gray-light-color);
  color: #515e8b;
  font-size: 15px;
  font-weight: 600;
}
.cabinet-header__user .user-name-item {
  display: flex;
  align-items: center;
  height: 30px;
  color: var(--common--basic-color);
  font-size: 12px;
  text-decoration: none;
  outline: none;
}
.account-menu-opened .cabinet-header__user .user-popup {
  pointer-events: all;
  opacity: 1;
}
.cabinet-header__user .user-popup-content {
  position: relative;
  padding: 19px 12px 14px 24px;
  background-color: var(--common--basic-white);
}
.cabinet-sidebar__menu {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.cabinet-sidebar__menu-item {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  color: inherit;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  padding: 0 16px 0 40px;
  background-repeat: no-repeat;
  background-position: 16px 50%;
    background-size: 24px;
}
.cabinet-sidebar__menu-item.active {
  background-color: var(--common--basic-white);
}
.cabinet-sidebar__menu-item.part-projects {
  background-image: url("/wp-content/plugins/u-generator/assets/images/menu-parts/projects-icon.svg");
}
.cabinet-sidebar__menu-item.part-templates {
  background-image: url("/wp-content/plugins/u-generator/assets/images/menu-parts/templates-icon.svg");
}
.cabinet-sidebar__menu-item.part-accounts {
  background-image: url("/wp-content/plugins/u-generator/assets/images/menu-parts/accounts-icon.svg");
}
.cabinet-sidebar__menu-item.part-profile {
  background-image: url("/wp-content/plugins/u-generator/assets/images/menu-parts/profile-icon.svg");
}
.cabinet-sidebar__menu-item.part-support {
  background-image: url("/wp-content/plugins/u-generator/assets/images/menu-parts/support-icon.svg");
}
.cabinet-sidebar__menu-item.part-tariffs {
  background-image: url("/wp-content/plugins/u-generator/assets/images/menu-parts/tariffs-icon.svg");
}
.cabinet-sidebar__menu-item.part-settings {
  background-image: url("/wp-content/plugins/u-generator/assets/images/menu-parts/settings-icon.svg");
}
.cabinet-sidebar__menu-item span {
  display: none;
  margin-left: 12px;
}
.cabinet-content .screen-title {
  font-family: Montserrat, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.cabinet .work-field label [type=text],
.cabinet .work-field label [type=number],
.cabinet .work-field label [type=email],
.cabinet .work-field label [type=password],
.cabinet .work-field label textarea,
.cabinet .work-field label select,
.cabinet .work-field label .ug_pseudo-select-element:before,
.cabinet .work-field label .ug_pseudo-select-element > div {
  padding: 10px 18px;
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

/*# sourceMappingURL=lk-style.css.map */
























.settings.form_v2 .form_v2-row .settings-fields .settings-field #timezones {
    left: 123px;
    width: 249px;
}
#timezones p:hover{
	cursor: pointer;
}
.index .notification.account {
    width: 100%;
    margin: 30px 0;
}
.password-checkbox {
  display: inline-block;
  position: relative;
    width: 1.3em;
    height: 1.3em;
  background: currentColor; /* цвет иконки как цвет текста */ 
  border-radius: 70% 0 / 70%;
  transform: rotate(45deg);
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 10px;
}
.password-checkbox::before,
.password-checkbox::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background: #fff;
  border-radius: 100%;
}
.password-checkbox::after {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
  background: inherit; /* цвет зрачка как у родителя */ 
}
.cabinet-sidebar--top {
    background-color: var(--common--basic-color);
}
.index .notification.account .account-slider .slick-slide .item-account {
    border: 2px solid #fff;	
}
.tariffs table .act {
	background: rgba(11, 45, 135, 0.5);
}
.tariffs {
    border-radius: 12px;
    background: rgba(229, 234, 248, 1);
    position: relative;
    padding: 15px;
}
.tariff-row th {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: rgba(11, 45, 135, 1);
    padding-bottom: 12px;
}
.tariff-row td {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    text-align: left;
    color: rgba(11, 45, 135, 1);
}
.my_tariff .left h3 {
    font-size: 14px;
}
.tariff-row td {
	text-align: center;
}
.tariff-row .tarif_name {
    width: 210px;
	padding: 0 0 0 35px;
	text-align: left;
}
.tariff-row .price {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: rgba(11, 45, 135, 1);
}
.btn .btn_tariff {
    color: rgba(0, 54, 233, 1);
    background: none;
    border: 1px solid rgba(0, 54, 233, 1);
    padding: 5px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}
.work-table thead tr:nth-child(odd) {
    background: none;
}
.work-table thead th {
    color: rgba(11, 45, 135, 0.5);
	border-bottom: 1px solid rgba(11, 45, 135, 0.5);
    min-width: 70px;
    padding: 5px 12px;
}
.work-table tbody td {
    min-width: 70px;
    padding: 12px 12px;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.6px;

}
.button.save-added-projects {
    padding: 5px 25px 5px;
    border-radius: 12px;
    border: 1px solid rgb(0, 54, 233);
    text-decoration: none;
    font-size: 12px;
    margin-left: -7px;
}
 #counter {
  position: absolute;
  top: -100px;
  background: #fff;
  padding: 15px;
  left: 150px;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
#counter.active {
    opacity: 1;
    top: 70px;
    left: 120px;
    z-index: 99;
    width: 90px;
}
#counter {
    left: 123px;
    width: 249px;
}
#counter p:hover{
	cursor: pointer;
}
.counter_block {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
}
.yes_back.counter {
    border: 1px solid rgba(11, 45, 135, 1);
    width: 86px;
    height: 36px;
    padding: 0 15px;
    margin: 0 20px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
}
.search {
    width: 283px;
    height: 28px;
    border-radius: 12px;
    border: 1px solid rgba(11, 45, 135, 0.5);
    justify-content: space-between;
    display: inline-flex;
    color: rgba(11, 45, 135, 0.5);
    padding-left: 45px;
}
.block_search {
    position: relative;
}
.go_search {
    position: absolute;
    left: 15px;
    top: 5px;
}

.index .notification .filter_row .add_account {
    text-decoration: none;
}
.project .add_account {
    background: linear-gradient(180deg, #3963EF 0%, #0036E9 100%);
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 30px;
    text-decoration: none;
}
.project-row .all_projects.account-project .project .project_row .btn {
    height: 26px;
    font-size: 14px;
}

.index .notification .filter_row .filter_block {
    position: relative;
}
.btn-edit {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    text-decoration: none;
    color: rgba(0, 54, 233, 1);
    margin-top: -20px;
    float: right;
}
.max_value {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field.none_last {
    border-bottom: 0;
    margin-bottom: 20px;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field {
    padding-bottom: 10px;
    margin-bottom: -5px;
}
.form_v2 .form_v2-row .settings-fields .settings-field label input.max_value {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
}

input.checkbox_block[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label.checkbox_label {
	cursor: pointer;
	text-indent: 9px;
    width: 51px;
    height: 31px;
	background: rgba(120, 120, 128, 0.16);
	display: block;
	border-radius: 100px;
	position: relative;
}

label.checkbox_label:after {
	content: '';
	position: absolute;
    top: 2px;
    left: 2px;
    width: 27px;
    height: 27px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input.checkbox_block + label {
	background: rgba(120, 120, 128, 0.16);
    float: left;
    margin-right: 12px;
}
input.checkbox_block:checked + label {
	background: rgba(52, 199, 89, 1);
}

input.checkbox_block:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

label.checkbox_label:active:after {
	width: 40px;
}
.settings-fields .settings-field .row {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field.field_check {
	margin-top: 15px;
}
.template-cabinet-settings .settings.form_v2 .form_v2-row .settings-fields .settings-field.field_check {
    margin-top: 0;
    padding: 0;
}
.template-cabinet-profile .work-panel {
    gap: 0;
    padding: 0;
}
.notification_block {
	display: none;
	position: absolute;
    width: auto;
    height: auto;
    top: -33px;
    left: auto;
    z-index: 1;
    padding: 10px 9px 10px 9px;
    gap: 10px;
    border-radius: 2px 0px 0px 0px;
    background: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    color: rgba(11, 45, 135, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}
.project_row a {
	position: relative;
    display: flex;
    justify-content: center;
}



/* ПЕРЕНЕС В SASS*/
.main .notification.account {
    width: 100%;
    margin: 30px 0;
    padding: 22px 51px 22px 51px;
    background: rgb(229, 234, 248);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: rgb(255, 0, 0);
    border-radius: 8px;
}
.main .notification.account h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    text-align: left;
    color: rgb(11, 45, 135);
}
.main .notification.account .account-slider {
    padding: 0 30px;
}
.main .notification .filter_row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.main .notification.account .account-slider .slick-arrow {
    border: none;
    font-size: 0;
    background: url(../images/arrow_active.svg);
    width: 38px;
    height: 38px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -19px;
    transform: rotate(180deg);
}
.main .notification.account .account-slider .slick-arrow.slick-next {
    transform: none;
    left: auto;
    right: -20px;
}
.main .notification.account .account-slider .slick-slide {
    display: block;
	width: auto;
    margin: 15px;
}
.main .notification.account .account-slider .slick-slide .item-account {
    padding: 15px;
    border-radius: 12px;
    width: 232px;
    height: 72px;
    background: rgb(255, 255, 255);
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.main .notification.account .account-slider .slick-slide .item-account.active {
    border: 2px solid rgb(31, 214, 148);
}
.template-cabinet-add-account .connect-account p {
    display: flex;
	align-items: baseline;
}
.template-cabinet-add-account .connect-account svg {
    margin: 0 12px 0 0px;
}
.template-cabinet-add-account .work-table tr:hover {
	background: rgba(0, 0, 0, 0.04);
}
.template-cabinet-add-account .work-table thead {
border-bottom: 1px solid rgba(11, 45, 135, 0.5);
background: rgba(0, 0, 0, 0.04);
}
.template-cabinet-add-account .work-table thead th {
	color: rgba(11, 45, 135, 1);
}
.template-cabinet-add-account .work-panel {
    padding: 0 0 30px;
}
.template-cabinet-add-account .work-table tbody td {
    padding: 4px 12px;
}
.tariff-row td {
    border: 0.5px solid rgba(11, 45, 135, 0.5);
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field {
    padding-bottom: 0px;
    margin-bottom: -5px;
    margin-top: 9px;
}
.settings.form_v2 .form_v2-row {
    padding: 32px 52px 38px 56px;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field:last-child {
    margin-top: 0px;
}
.settings.form_v2 .form_v2-row.block_v3 {
    padding: 31px 57px 48px;
}
.form_v2 .form_v2-row .settings-fields .settings-field .buttons-after a {
    color: rgb(0, 54, 233);
}
.settings.form_v2 .form_v2-row .settings-fields .row-settings .h3 {
    width: 66%;
}
.settings.form_v2 .form_v2-row.block_v4 {
    padding: 39px 57px 39px;
}



.settings-field.field_check.field_check2 input[type="checkbox"]:checked, 
.settings-field.field_check.field_check2 input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.settings-field.field_check.field_check2 input[type="checkbox"]:checked + label:before, 
.settings-field.field_check.field_check2 input[type="checkbox"]:not(:checked) + label:before {
	content: "";
    border: 1px solid #d2d2d2;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    position: absolute;
    background: #fff;
} 
.settings-field.field_check.field_check2 input[type="checkbox"]:checked + label:after, 
.settings-field.field_check.field_check2 input[type="checkbox"]:not(:checked) + label:after  {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.template-cabinet-settings .settings.form_v2 .form_v2-row .settings-fields .settings-field.field_check label {
    margin-left: 30px;
}
.template-cabinet-settings .settings.form_v2 .form_v2-row .settings-fields .settings-field.field_check {
    margin-bottom: -16px;
}
.settings.form_v2 .form_v2-row.block_v3.block_v4 .settings-fields .settings-field.settings-button {
    margin-top: 28px;
}
.settings.form_v2 .form_v2-row .settings-fields .settings-field input.up_balance {
    border: 1px solid rgba(11, 45, 135, 0.2);
    width: 150px;
    margin-right: 20px;
    padding: 5px 20px;
	font-size: 12px;
}
.form_v2 .form_v2-row .settings-fields .settings-field label input.pay {
    color: rgb(0, 54, 233);
    padding: 5px 25px 2px;
    border-radius: 12px;
    border: 1px solid rgb(0, 54, 233);
    text-decoration: none;
    font-size: 12px;
    margin-left: -7px;
}
label.checkbox_label {
    min-width: 51px;
}
.item-info h4 {
    font-size: 14px;
    color: rgba(11, 45, 135, 1);
}
.index .notification.account p {
    font-size: 12px;
}
.btn-add,
.project_row a.add-account {
    background: linear-gradient(180deg, #3963EF 0%, #0036E9 100%);
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 30px;
    text-decoration: none;
}
.ug_pseudo-select-element__current {
    color: rgba(11, 45, 135, 1);
}
.filter_block .ug_btn {
    display: inline-block;
    padding: 10px 48px;
	font-size: 14px;
}
.password-checkbox {
    opacity: 0.5;
}

/*  ПЕРЕНЕС В SASS!!!!  */
.form_v3-container {
    display: flex;
}
.form_v2 .right-content .form_v2-row .settings-field.field_check.field_check2 {
    position: relative;
}
.guest-access label {
    padding-left: 30px;
}
.form_v2 .right-content .form_v2-row .settings-fields .settings-field label span b {
    font-weight: 300;
    color: red;
}
.next_step.last_step {
    width: 160px;
}
.next_step {
    width: 120px;
    align-items: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    text-align: left;
    color: rgba(0, 54, 233, 1);
    z-index: 1;
    cursor: pointer;
    display: none;
}
.next_step:after {
	content: "";
	background-image: url(/wp-content/uploads/2024/10/arrow.png);
    width: 38px;
    height: 38px;
    position: absolute;
    right: 25px;
    top: -9px;
	cursor: pointer;
    z-index: 1;
}
.next_step.active:after {
	background-image: url(/wp-content/uploads/2024/10/arrow_act.png);
}
.form_v2 .right-content .form_v2-row .settings-field.flex-row {
	display: flex;
}
.form_v2 .form_v2-row .settings-fields .settings-field.color-fields label input  {
    width: 25px;
    height: 25px;
    padding: 0px 2px;
    background-color: #fff;
    border: 1px solid rgba(182, 198, 254, 1);
    border-radius: 2px;
}
.form_v2 .form_v2-row .settings-fields .settings-field.color-fields label  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 12px;
}
.image_desc, .settings-field.color-fields h4 {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 22.4px;
	text-align: left;
	color: rgba(11, 45, 135, 1);
}
.image_desc, .settings-field.color-fields h4 {
	margin-bottom: 10px;
}
textarea{
	width:100%;
    height:260px;
    padding:25px 25px 10px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: rgba(11, 45, 135, 0.5);
    border: 0;
}

.messtemplate:after, .messtemplate:before {
	content: "";
	background: rgba(182, 198, 254, 1);
	width: 100%;
    height: 51px;
    display: block;
    border-radius: 15px 15px 0 0;
}
.messtemplate:after {
    border-radius: 0 0 15px 15px;
    margin-top: -5px;
}
.form_v2 .right-content .form_v2-row .settings-field.flex-row.row-space-between {
    justify-content: space-between;
    width: 100%;
}
.form_v2 .right-content .form_v2-row .settings-field.flex-row.row-space-between span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    text-align: left;
    color: rgba(11, 45, 135, 0.5);
    margin-bottom: 10px;
}
.form_v2 .right-content .form_v2-row .services .left-item {
    display: flex;
    align-items: center;
}
.form_v2 .right-content .form_v2-row .services .left-item img {
    margin-right: 10px;
}
.service-settings .item {
    box-sizing: border-box;
    display: inline-block;
    max-width: 50%;
	width: calc(50% - 15px);
    border: 1px solid rgba(11, 45, 135, 0.3);
    height: 254px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
}
.service-settings {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.top-item {
    border-bottom: 1px solid rgba(11, 45, 135, 0.3);
    display: flex;
    padding: 10px 15px;
    align-items: center;
}
.top-item img {
    margin-right: 20px;
}
.item_service {
    border: 1px solid rgba(11, 45, 135, 0.3);
    margin: 7px 25px;
    display: flex;
    justify-content: space-between;
    padding: 5px 30px;
    align-items: center;
}
.item_service.active {
    background: rgba(229, 234, 248, 1);
}
.item_service .right-item {
    font-size: 45px;
    font-weight: 200;
}
.item_service .right-item::before {
    content: "+";
    display: inline-block;
    vertical-align: top;
}
.item_service.active .right-item::before {
    content: "–";
    margin-top: -3px;
}
.content-item {
	margin: 30px 12px 0 0;
    overflow: auto;
    height: 60%;
}
.content-item::-webkit-scrollbar {
  width: 8px; /* Ширина всего элемента навигации */
}
.content-item::-webkit-scrollbar-track {
  background: #fff; /* Цвет дорожки */
}
.content-item::-webkit-scrollbar-thumb {
  background-color: rgba(229, 234, 248, 1); /* Цвет бегунка */
  border-radius: 20px; /* Округление бегунка */
  border: 1px solid rgba(229, 234, 248, 1); /* Оформление границ бегунка */
}
.checkbox3 {
	margin-bottom: 10px;
}
.checkbox3 input[type=radio] {
	display: none;
}
.form_v2 .right-content .form_v2-row .settings-fields .settings-field label.checkbox3 label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
    overflow: unset;
}
.checkbox3 label:before {    
	content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(11, 45, 135, 0.5);
}
 
/* Checked */

/* Hover */
.checkbox3 label:hover:before {
	filter: brightness(120%);
}
 
/* Disabled */
.checkbox3 input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}
.form_v2 .right-content .step5.form_v2-row .settings-fields .settings-field label {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-right: 17px;
    padding-left: 30px;
    margin: 8px 0;
}
.settings-field.all_day_checkbox {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.right-content .step5 .row {
    display: flex;
    gap: 40px;
    margin-bottom: 6px;
}
.h3 {
    margin-top: 60px;
}
.cabinet-header__user .user-menu-item.item-tariff .value .tariff-name {
    font-size: 16px;
}
.template-cabinet-accounts .notification.account .account-slider .slick-slide {
    display: block;
    width: 200px !important;
}
.template-cabinet-accounts .notification.account .account-slider .slick-slide .item-info p {
    display: flex;
    gap: 8px;
    align-items: center;
}

.cabinet-content .screen-title {
    color: rgba(11, 45, 135, 1);
	
}

@media screen and (max-width: 1920px) {
  .project-row .all_projects.account-project .project .project_row .btn {
    width: 50%;
  }
}






