.element-hidden,
.hidden {
  display: none;
}

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0;
}

.form-item-gdpr-warning .description {
  display: inline-block;
}

.modal-dialog {
  max-width: 500px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 65px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 35px;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 360px;
  margin: 0 auto;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

#aside_footer_menu.menu {
  position: relative;
  align-items: flex-end;
}
#aside_footer_menu.menu .menu-item:first-child {
  position: absolute;
  left: 0;
  top: calc(50% - 21px);
}
#aside_footer_menu.menu .menu-item:first-child .menu-link i {
  transition: color 0.4s;
}
#aside_footer_menu.menu .menu-item:first-child .menu-link:hover i {
  color: #009ef7;
}
#aside_footer_menu.menu .menu-item:not(:first-child) .menu-link {
  padding: 0.2rem 1rem;
}
#aside_footer_menu.menu .icon-user {
  font-size: 25px;
}

.breadcrumb {
  background-color: transparent;
}
.breadcrumb a:hover {
  color: #45bcff;
  text-decoration: none;
}
.breadcrumb a:active {
  color: #45bcff;
}
.breadcrumb a:focus {
  outline: none;
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.4s, background-color 0.4s;
  background-color: #f1faff;
  color: #009ef7;
}

.menu-sub.menu-sub-accordion {
  overflow: hidden;
  display: flex;
}

.admin-menu .menu {
  flex-direction: column;
}

.region-tabs {
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  margin-top: -20px;
  padding: 20px 0px 10px 0px;
}
@media (max-width: 991.98px) {
  .region-tabs {
    margin-top: 0px;
  }
}
.region-tabs ul.tabs {
  margin: 0;
  border: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  overflow: hidden;
  background: none;
  max-width: 100%;
}
.region-tabs ul.tabs a {
  color: #5e6278;
  display: block;
  padding: 3px 7px;
  border-radius: inherit;
  white-space: nowrap;
  line-height: 1.15;
  background-color: #efefef;
  transition: color 0.4s, background-color 0.4s;
}
.region-tabs ul.tabs a:hover {
  background-color: #f1faff;
  color: #009ef7;
}
.region-tabs ul.tabs a:active {
  background-color: #bee8ff;
}
.region-tabs ul.tabs li {
  display: block;
  border-radius: 0.65rem;
  margin: 0 0 10px 10px;
}
.region-tabs ul.tabs li.is-active a {
  background-color: #bee8ff;
}
.region-tabs .block-local-actions-block nav {
  left: 0;
}
.region-tabs .block > div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 65px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .h-xl-down,
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-up,
  .hidden-xxl-up {
    display: none !important;
  }
}

.h-xxl-down,
.hidden-xxl-down {
  display: none !important;
}

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #494949;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #fff;
}
body.cke_editable {
  color: #000;
  background-color: #fff;
}

.flex-start {
  justify-content: flex-start !important;
}

/* HEADERS */
h1 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 30px;
}

a {
  color: #009ef7;
  transition: color 0.4s;
}
.main-menu a {
  color: #494949;
}
.main-menu a:hover {
  color: #009ef7;
}
a:hover {
  color: #45bcff;
  text-decoration: none;
}
a:active {
  color: #45bcff;
}
a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.table-checkout {
  word-break: break-word;
}
.table-checkout .mxw-150 {
  max-width: 150px;
}
.table-checkout .mxw-200 {
  max-width: 200px;
}
.table-checkout .mxw-250 {
  max-width: 250px;
}
.table-checkout .mxw-300 {
  max-width: 300px;
}
.table-checkout .nowrap {
  white-space: nowrap;
}

.error-mark {
  background: #AC182D;
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px;
  text-align: left;
  white-space: nowrap;
}

.warning-mark {
  background: #FF9800;
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px;
  text-align: left;
}

.dashboard-h4 {
  margin-top: 30px !important;
  margin-bottom: 5px !important;
}

button:focus {
  outline: none !important;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
}
table.table {
  margin-bottom: 0px;
}
table .th-offset {
  padding-left: 50px !important;
}
table .th-bold {
  font-size: 16px;
  font-weight: bold;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

tfoot tr:last-child {
  font-weight: bold;
}

.table-wrapper {
  overflow-x: scroll;
}
.table-wrapper::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 3px;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #a1a5b7;
}
.table-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: #a1a5b7 !important;
}

.form-control {
  height: auto;
}

details {
  border-color: transparent;
}

.container-xxl {
  max-width: 1520px;
}

.row > * {
  margin-top: 0px;
}

.wrapper {
  padding-top: 20px;
}

.page-title h1 {
  margin-bottom: 0px;
}

.table td:first-child {
  padding-left: 0.75rem;
}

.table td:last-child {
  padding-right: 0.75rem;
}

td[headers=view-nothing-1-table-column] > *,
td[headers=view-nothing-table-column] > * {
  margin-bottom: 10px;
}

.footer {
  flex-shrink: 0;
  padding: 15px 0;
  color: #494949;
  background-color: transparent;
}
.footer-copyright {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
.footer .synapse {
  padding-top: 7px;
}
.footer .synapse-logo {
  top: -4px;
  height: 28px;
  position: relative;
}
.footer .synapse-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(73, 73, 73, 0.5);
  transition: border-color 0.4s, color 0.4s;
}
.footer .synapse-link:focus, .footer .synapse-link:hover {
  border-color: transparent;
}
.footer .synapse-link:active {
  color: rgba(73, 73, 73, 0.7);
}
.footer a {
  color: #494949;
}
.footer a:hover {
  color: #494949;
}

@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown {
    position: relative;
  }
  .main-menu .classic-menu-dropdown > a {
    float: left;
    padding-right: 0.7rem;
  }
  .main-menu .classic-menu-dropdown > span i {
    line-height: 1.5;
    color: #494949;
  }
  .main-menu .classic-menu-dropdown ul {
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    top: 90%;
    display: none;
    padding: 0.5rem;
    background-color: #ffffff;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  .main-menu .classic-menu-dropdown:hover ul {
    display: block;
  }
}
#small-menu .main-menu {
  display: block;
  text-align: center;
}
#small-menu .main-menu li {
  padding: 0.5rem 0;
}
#small-menu .main-menu li.classic-menu-dropdown {
  position: relative;
}
#small-menu .main-menu li.classic-menu-dropdown > a {
  float: none;
}
#small-menu .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#small-menu .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
#small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  margin: 0 10px 0 0;
  background-color: #009ef7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-toggler:last-child {
  margin-right: 0;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  position: absolute;
  width: 21px;
  height: 3px;
  background-color: #ffffff;
  transition: transform 0.4s, margin 0.4s, opacity 0.4s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  opacity: 0;
  transform: scale(0);
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -25%;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  opacity: 1;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:last-child {
  margin-top: 25%;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  margin-top: -0.5rem;
  transform: none;
  width: 3px;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 3px;
}

.header {
  flex-shrink: 0;
  color: #494949;
  background: transparent;
}
.header-logo img {
  height: 40px;
}
.header-logo--small img {
  height: 2.4rem;
}
.header-phone .btn {
  margin-left: 15px;
}
.header-full {
  padding: 15px 0;
}
.header-full .nav a {
  color: #494949;
}
.header-full li {
  padding: 0 1em;
}
.header-small {
  padding: 10px 0;
}
.header-info {
  border-bottom: 1px solid #f9f9f9;
}
.header a {
  color: #494949;
}
.header-nav-content-phone {
  display: none;
}
.header--fixed .header-nav-content-phone {
  display: inherit;
}
@media (max-width: 991.98px) {
  .header .page-title {
    display: block !important;
  }
}

.small-menu {
  padding: 10px 0 20px;
  border-top: solid 1px #f9f9f9;
}
.small-menu ul {
  display: flex;
  font-size: 21px;
  font-weight: 600;
  margin: 0 -10px;
  flex-direction: column;
}
.small-menu a {
  display: block;
  padding: 15px 10px;
  text-align: right;
  transition: color 0.4s, background-color 0.4s;
}
.small-menu a:hover {
  color: #f9f9f9;
}
.small-menu a:active {
  background-color: rgba(249, 249, 249, 0.07);
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-content {
  flex-grow: 1;
  padding-bottom: 30px;
}
.page--service .page-content {
  padding-bottom: 0;
}

.path-webform .region-content,
.path-webform .region-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-pane-review > div:last-child {
  display: none;
}

.toolbar-fixed .page {
  min-height: calc(100vh - 39px);
}
.toolbar-fixed.toolbar-tray-open .page {
  min-height: calc(100vh - 79px);
}

.card {
  background-color: #f2f3f5;
}
@media (max-width: 480px) {
  .card .card-body {
    padding: 2rem 1rem;
  }
}

.no-background {
  background-color: transparent !important;
}

.bg-light-green {
  background-color: rgba(214, 248, 227, 0.5607843137);
}

.bg-light-grey {
  background-color: #f2f3f5;
}

.center {
  align-items: center !important;
}

.italic {
  font-style: italic !important;
}

.cntx-report {
  font-size: 15px;
}
.cntx-report i {
  color: rgb(24, 28, 50);
}
.cntx-report #report-table-tabs .project-table-col .card-body {
  border: 1px solid #f2f3f5;
}
.cntx-report #report-table-tabs .project-table-col .card-body,
.cntx-report .border-grey {
  border: 1px solid #f2f3f5;
}
.cntx-report .report-bottom h4 {
  background-color: #f1faff !important;
  padding: 1.25rem 0.5rem !important;
}
.cntx-report th {
  background-color: #f2f3f5;
  color: rgb(24, 28, 50);
  vertical-align: middle;
}
.cntx-report tr td:first-child {
  color: rgb(24, 28, 50);
  font-weight: 600;
}
.cntx-report ul {
  margin-bottom: 0;
}

.ch-period,
.cds-search {
  padding: 2rem 2.5rem;
}

.cards-search {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.cards-search > * {
  white-space: nowrap;
}
.cards-search .form-actions {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 449px) {
  .cards-search .form-actions {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cards-search .form-actions .form-submit {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1401px) {
  .cards-search {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cards-search .form-submit {
    margin-left: 0px !important;
  }
}

.pager__item--ellipsis {
  display: flex;
  align-items: center;
}

.pager__item.is-active a {
  color: #009ef7;
  text-decoration: none;
  background-color: #f1faff;
}

.portlet-body svg rect {
  fill: transparent !important;
}

.yandex-problems-col {
  width: 100%;
  height: 300px;
  display: inline-flex;
  overflow-y: scroll;
  flex-direction: column;
  justify-content: center;
}
.yandex-problems-row {
  display: block;
  white-space: nowrap;
}

.manager-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.manager-image img {
  width: 30%;
}

.copy-cover-letter {
  top: 10px;
  right: 10px;
  z-index: 10;
}

#cover-letter-ajax-form {
  margin-bottom: 30px;
}

.field--type-text-long table {
  table-layout: fixed;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .field--type-text-long table {
    display: block;
  }
}

.field--name-field-attach {
  margin: 50px 0 30px;
}
.field--name-field-attach .field__item {
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
  margin: 0 0 10px;
  min-height: 36px;
}
.field--name-field-attach .field__item::before {
  content: "\f15b";
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.field--name-field-attach .file {
  font-size: 1em;
  font-weight: bold;
  background: none;
  padding-left: 20px;
}
.field--name-field-attach .file a {
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.field--name-field-attach .file a:hover {
  border-color: #fff !important;
}
@media (max-width: 991.98px) {
  .field--name-field-attach .field--name-field-attach {
    margin: 20px 0;
  }
  .field--name-field-attach .field--name-field-attach .file {
    background-size: 20px;
    padding: 0 0 15px 30px;
    font-size: 15px;
  }
}

.text-formatted {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .text-formatted td,
  .text-formatted th {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .text-formatted table {
    display: block;
    overflow: auto;
    margin-bottom: 15px;
  }
  .text-formatted h2 {
    margin: 20px 0;
    font-size: 23px;
  }
  .text-formatted h3 {
    margin: 18px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .text-formatted h4 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .text-formatted p {
    margin: 0 0 15px;
  }
  .text-formatted .youtube-embed-wrapper {
    margin: 15px 0;
  }
  .text-formatted iframe {
    max-height: 40vh;
    margin: 15px 0;
  }
}

@media (max-width: 991.98px) {
  .field--name-field-gallery .field__item {
    width: 33.333%;
  }
}

.cboxElement {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cboxElement img {
  display: block;
  object-fit: cover;
  transition: transform 0.4s, opacity 0.4s;
}
.cboxElement img:hover {
  transform: scale(1.07) perspective(1px);
}
.cboxElement img:active {
  opacity: 0.7;
}

#sys .messages {
  margin: 0 0 50px;
}

@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #f4f4f4;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }
  div::-webkit-scrollbar-thumb,
  ol::-webkit-scrollbar-thumb,
  pre::-webkit-scrollbar-thumb,
  span::-webkit-scrollbar-thumb,
  ul::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 0;
    background-color: #131313;
  }
  div:hover::-webkit-scrollbar-thumb,
  ol:hover::-webkit-scrollbar-thumb,
  pre:hover::-webkit-scrollbar-thumb,
  span:hover::-webkit-scrollbar-thumb,
  ul:hover::-webkit-scrollbar-thumb {
    background-color: #131313;
  }
  body {
    scrollbar-color: #e2e2e2 transparent;
    scrollbar-width: thin;
  }
}
.is-dragging a {
  pointer-events: none;
}

.synmap-point {
  width: 42px;
  height: 60px;
  fill: #009ef7;
  -webkit-filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
}

.preloader {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.95) no-repeat;
  background-position: center;
  background-size: 170px;
  margin-bottom: 30px;
}
.preloader--small {
  height: 100px;
  background-size: 90px;
}
.preloader--transparent {
  background-color: transparent;
}

@page {
  margin: 15mm 0 15mm 0;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  .page-break-mb {
    margin-bottom: 30px;
  }
  .page-break-mt {
    margin-top: 30px;
  }
  .woot-widget-bubble {
    display: none !important;
  }
  #block-adaptive-local-tasks,
  #aside,
  .btn-theme-panel,
  #cards-search-block,
  #card-form,
  .report-table-show-all {
    display: none !important;
  }
  #kt_wrapper {
    padding-left: 0 !important;
  }
  .header {
    height: auto !important;
  }
  .page-title {
    width: 100%;
    margin: 100px auto;
    text-align: center;
  }
  .page-title h1 {
    font-size: 72px;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  .page-break .designations-block-wrapper {
    height: 100% !important;
  }
  .page-break .designations-block-wrapper ul {
    transform: translate(0) !important;
  }
  .report-header .card-label.fs-3 {
    font-size: 26px !important;
  }
  .report-header .fs-6 {
    font-size: 18px !important;
  }
  .card h2,
  .card h4 {
    font-size: 30px !important;
  }
  .card .fs-6 {
    font-size: 18px !important;
  }
  .card .report-footer-text {
    font-size: 18px !important;
    min-height: 180px !important;
  }
  .card.project-table-card {
    page-break-inside: avoid;
  }
  .card.project-table-card .card-content-item {
    font-size: 18px !important;
  }
  .card.project-table-card .card-title {
    font-size: 18px !important;
  }
  .card.project-table-card .card-content {
    font-size: 18px !important;
  }
  .card.project-table-card .card-toolbar {
    font-size: 18px !important;
  }
  #seo-chart-search svg text,
  #seo-charts svg text {
    font-size: 16px !important;
  }
}
.page-node_project-node-webfrom_submission #block-adaptive-soderzimoestranicy summary {
  font-size: 18px !important;
}

.webform-multiple-table--operations.webform-multiple-table--operations-two {
  width: 70px;
  display: flex;
  justify-content: space-around;
}

input[type=radio] {
  width: 15px;
  height: 15px !important;
  margin-right: 15px;
}
input[type=radio]:checked {
  background-color: #2196F3;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  padding: 10px 18px;
  min-width: 160px;
  font-size: 14px;
  color: #ffffff;
  border-color: transparent;
  background-color: #009ef7;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: #007dc4;
}
.btn.btn-active-color-primary:active {
  background-color: transparent;
}
.btn:active {
  background-color: #005d91;
}
.btn--loading {
  overflow: hidden;
  position: relative;
}
.btn--loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat center;
  background-size: 25px;
  position: absolute;
}
.btn-icon {
  min-width: unset;
  background-color: transparent;
}
.btn-icon [class^=icon-] {
  font-size: 25px;
  transition: color 0.4s;
}
.btn-icon:hover {
  background-color: transparent;
}
.btn-icon:hover [class^=icon-] {
  color: #45bcff;
}
.btn-small {
  white-space: nowrap;
  width: 100%;
  min-width: unset;
  min-height: unset;
  padding: 10px;
  font-size: 14px;
  text-transform: none;
  cursor: default;
  line-height: 1;
}
.btn-small.cursor-pointer {
  cursor: pointer;
}

.dashboard-backlink {
  margin-bottom: 10px;
  display: block;
}

.btn-download {
  min-width: 204px;
}

.messages {
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 20px;
  text-align: left;
}
.messages--error {
  background: #AC182D;
}
.messages--status {
  background: #4caf50;
}
.messages--warning {
  background: #ff9800;
}
.messages a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  transition: color 0.4s, border-color 0.4s;
}
.messages a:hover {
  color: #fff;
  border-color: #fff;
}
.messages a:active {
  border-color: rgba(255, 255, 255, 0.5);
}

.form-text {
  margin-top: 0px;
}

.form-type-checkbox label {
  margin-left: 0.5rem;
}

legend {
  margin-bottom: 16px;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 10px;
}

.form-composite > legend {
  font-size: 1.5rem;
  margin-bottom: 16px;
  font-weight: normal;
}
.form-composite::after {
  display: none;
}

.checkout-form .form-actions,
.checkout-form .form .modal-header,
.contact-message-form .form-actions,
.contact-message-form .form .modal-header {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}
.checkout-form .form-item-fz152-agreement label,
.contact-message-form .form-item-fz152-agreement label {
  display: inline-block;
  margin-bottom: 0;
}
.checkout-form .form-actions,
.contact-message-form .form-actions {
  margin-bottom: 0;
  padding-top: 15px;
}
.checkout-form .form-control,
.contact-message-form .form-control {
  color: inherit;
  margin-top: 0;
  padding: 6px 15px 5px 0;
  border-radius: 0;
  border-color: #aaaaaa;
  border-width: 0 0 1px;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s, padding 0.4s;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.checkout-form .form-control:hover,
.contact-message-form .form-control:hover {
  padding-right: 0;
  padding-left: 15px;
}
.checkout-form .form-control:focus,
.contact-message-form .form-control:focus {
  padding-right: 0;
  padding-left: 15px;
  background-color: transparent;
  border-color: #009ef7;
}
.checkout-form .form-control.error,
.contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.checkout-form .form-control:disabled,
.contact-message-form .form-control:disabled {
  cursor: not-allowed;
  background-color: rgba(222, 221, 221, 0.5);
}
@media (max-width: 767.98px) {
  .checkout-form .form-control,
  .contact-message-form .form-control {
    font-size: 20px;
  }
}
.checkout-form .form-control::-webkit-input-placeholder,
.contact-message-form .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus::-webkit-input-placeholder,
.contact-message-form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.checkout-form .form-control::-moz-placeholder,
.contact-message-form .form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus::-moz-placeholder,
.contact-message-form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.checkout-form .form-control:-moz-placeholder,
.contact-message-form .form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus:-moz-placeholder,
.contact-message-form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox),
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) {
  position: relative;
  margin-top: 16px;
  margin-bottom: 29px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: background-color 0.4s;
  z-index: 1;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) label {
  color: rgba(73, 73, 73, 0.54);
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  background-color: transparent;
  transform-origin: 0 0;
  transform: translateY(-15px) scale(0.82);
  transition: transform 0.2s;
  z-index: 2;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox)::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  transition: border-color 0.4s;
  transform: none;
  pointer-events: none;
  z-index: 2;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) .description,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) .description {
  color: rgba(73, 73, 73, 0.6);
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 0 0;
  transform: translateY(100%);
  z-index: 1;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty label {
  color: #494949;
  transform: translate3d(0, 18px, 0);
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty:focus-within label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty:focus-within label {
  transform: translate(-9px, -15px) scale(0.82);
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty:focus-within::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty:focus-within::before {
  border-color: #009ef7;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):hover .form-control,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):hover .form-control {
  border: 1px solid #8c8c8c;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):focus-within label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):focus-within label {
  color: #009ef7;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):focus-within::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):focus-within::before {
  transform: none;
  transition: none;
  border-color: #009ef7;
}
.checkout-form .form-type-radio, .checkout-form .form-form-type-checkbox,
.contact-message-form .form-type-radio,
.contact-message-form .form-form-type-checkbox {
  margin-bottom: 10px;
}
.checkout-form .form-type-radio label, .checkout-form .form-form-type-checkbox label,
.contact-message-form .form-type-radio label,
.contact-message-form .form-form-type-checkbox label {
  display: block;
  margin-bottom: 0;
}
.checkout-form .form-type-radio .description, .checkout-form .form-form-type-checkbox .description,
.contact-message-form .form-type-radio .description,
.contact-message-form .form-form-type-checkbox .description {
  margin-left: 0;
  opacity: 0.7;
}
.checkout-form .form-type-managed-file,
.contact-message-form .form-type-managed-file {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.checkout-form .form-type-managed-file input[type=file],
.contact-message-form .form-type-managed-file input[type=file] {
  padding: 0;
  border: none;
}
.checkout-form .form-type-managed-file .btn,
.contact-message-form .form-type-managed-file .btn {
  min-width: inherit;
  min-height: inherit;
}
.checkout-form .form-control.error,
.contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.checkout-form .form-actions,
.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.checkout-form .form-wrapper .form-item label, .checkout-form.cabinet-form .form-item label,
.contact-message-form .form-wrapper .form-item label,
.contact-message-form.cabinet-form .form-item label {
  display: block;
  font-weight: 400;
}
.checkout-form .form-wrapper .form-type-radio label, .checkout-form .form-wrapper .form-type-checkbox label, .checkout-form.cabinet-form .form-type-radio label, .checkout-form.cabinet-form .form-type-checkbox label,
.contact-message-form .form-wrapper .form-type-radio label,
.contact-message-form .form-wrapper .form-type-checkbox label,
.contact-message-form.cabinet-form .form-type-radio label,
.contact-message-form.cabinet-form .form-type-checkbox label {
  display: inline-block;
  padding-left: 5px;
}
.checkout-form .form-wrapper .form-control, .checkout-form.cabinet-form .form-control,
.contact-message-form .form-wrapper .form-control,
.contact-message-form.cabinet-form .form-control {
  margin-top: 0;
  padding: 15px;
  border-radius: 5px;
  border-width: 1px !important;
  border: 1px solid #ccc;
}
.checkout-form .form-wrapper .form-control:hover, .checkout-form.cabinet-form .form-control:hover,
.contact-message-form .form-wrapper .form-control:hover,
.contact-message-form.cabinet-form .form-control:hover {
  background-color: #ffffff;
}
.checkout-form.cabinet-form .form-control,
.contact-message-form.cabinet-form .form-control {
  margin-bottom: 50px;
}
.checkout-form .ajax-progress,
.contact-message-form .ajax-progress {
  display: none;
}

.form-item-date .form-control {
  width: auto;
  display: inline;
}

.footer-order .form {
  margin-bottom: 15px;
}
.footer-order .form .form-actions {
  margin-bottom: 0;
}
.footer-order .form .form-actions input {
  line-height: 1.7;
}
@media (min-width: 992px) {
  .footer-order .form .form-actions input {
    margin-top: 16px;
  }
}
.footer-order .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) {
  margin-bottom: 0;
}

.dropbutton-multiple .dropbutton {
  border: none;
}
.dropbutton-multiple .dropbutton .dropbutton-action {
  border-radius: 0.65rem;
}
.dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin: 0px;
}
.dropbutton-multiple .dropbutton .secondary-action {
  border: none;
}
.dropbutton-widget {
  border: none;
  border-radius: 0.65rem;
  background-color: transparent;
}
.dropbutton-toggle {
  border-radius: 0.65rem;
  background-color: white;
}
.dropbutton-toggle button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropbutton-toggle .dropbutton-arrow {
  position: static;
  margin-top: 1px;
}

form[class^=docs-form] .form-item.form-type-checkbox,
.docs-itog-form .form-item.form-type-checkbox {
  display: flex;
  align-items: center;
}
form[class^=docs-form] .form-item label,
.docs-itog-form .form-item label {
  font-weight: normal;
  margin-left: 0.6rem;
}

.app-choose-period {
  width: 420px;
}
@media (max-width: 575.98px) {
  .app-choose-period {
    width: auto;
  }
  .app-choose-period .form-actions {
    display: flex;
    flex-direction: column;
  }
  .app-choose-period .form-submit {
    margin-bottom: 10px;
  }
}

.webform-submission-form .webform-section-title {
  font-size: 18px;
  font-weight: 400;
}
.webform-submission-form legend {
  font-size: 18px;
}
.webform-submission-form label.option {
  font-size: 14px;
}
.webform-submission-form .js-form-type-webform-multiple thead {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.webform-submission-form .js-form-item.form-item {
  margin-bottom: 24px;
}
.webform-submission-form .js-form-item.form-item.js-form-type-webform-multiple {
  margin-bottom: 0;
}
.webform-submission-form td > .js-form-item.form-item {
  margin-bottom: 0;
}
.webform-submission-form .form-item:not(.form-type-radio):not(.form-type-checkbox) > label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}

.card.webform-card .card-body .webform-submission-link a {
  display: none;
  width: 700px;
  margin: auto;
}
.card.webform-card .card-body:has(form[data-webform-wizard-current-page=webform_confirmation]) .webform-submission-link a {
  display: block;
}

.webform-submission-data--webform-sait-brif .form-item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2784313725);
  padding-bottom: 10px;
}
.webform-submission-data--webform-sait-brif label {
  font-weight: bold;
  margin-right: 30px;
}

.webform-submission-sait-brif-form .webform-checkboxes-other .form-checkboxes .form-item {
  display: block;
  margin-left: 24px;
}
.webform-submission-sait-brif-form .webform-checkboxes-other .form-checkboxes .form-item input {
  margin-left: -24px;
}
.webform-submission-sait-brif-form .webform-checkboxes-other .form-checkboxes .form-item .description {
  margin: 6px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  color: #55565b;
}
.webform-submission-sait-brif-form .webform-multiple-table legend {
  display: contents;
}
.webform-submission-sait-brif-form .webform-multiple-add {
  display: flex;
  align-items: center;
}
.webform-submission-sait-brif-form .webform-multiple-add .form-submit {
  margin: 16px 12px 16px 0;
}
.webform-submission-sait-brif-form .webform-multiple-add .form-type-number {
  display: flex;
  align-items: center;
}
.webform-submission-sait-brif-form .webform-multiple-add .form-type-number input {
  margin-right: 12px;
}

#age_gender_table .webform-multiple-table--operations, #entities_table .webform-multiple-table--operations, #income_table .webform-multiple-table--operations, #edit-season .webform-multiple-table--operations, #season_table .webform-multiple-table--operations, #benefits_table .webform-multiple-table--operations, #offer_table .webform-multiple-table--operations {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.webform-submission-data label,
.webform-submission-data .webform-section-title {
  font-size: 14px;
  font-weight: 400;
}

.messangers,
.socials {
  display: flex;
  margin: 0px -8px 10px;
}

.messangers {
  margin-right: 8px;
}

.header-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #009ef7;
}
.header-social-networks {
  display: none;
  padding-left: 16px;
  margin: 8px -10px 0px -10px;
}
.header-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.header-social-networks a:hover {
  background-color: #006dab;
}
@media (max-width: 991.98px) {
  .header-social-networks {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.footer-social-link {
  width: 38px;
  height: 38px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #009ef7;
}
.footer-social-networks {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-social-networks a {
  padding: 0px;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.footer-social-networks a:hover {
  background-color: #006dab;
}
@media (max-width: 991.98px) {
  .footer-social-networks {
    margin-top: 30px;
    text-align: left;
  }
}

.contact-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #009ef7;
}
.contact-social-networks {
  margin: 0px -10px 0px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.contact-social-networks a:hover {
  background-color: #006dab;
}

.whatsapp {
  background-color: #25d366;
}
.whatsapp-widget {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 120px;
  z-index: 50;
}
.whatsapp-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: 0 0 10px -3px #131313;
  transition: box-shadow 0.4s;
}
.whatsapp-widget__link svg {
  width: 42px;
  height: 42px;
  animation: sway 6s ease-in-out infinite;
}
.whatsapp-widget__sign {
  color: #25d366;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 3px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(19, 19, 19, 0.3), 0 0 3px rgba(141, 198, 63, 0.3);
  text-align: center;
  text-shadow: 0 0 1px rgba(19, 19, 19, 0.3);
}
.whatsapp-widget--colored .whatsapp-widget__sign {
  color: #009ef7;
  background-color: #fff;
}
.whatsapp-widget--colored .whatsapp-widget__link {
  background-color: #009ef7;
}
@media (max-width: 767.98px) {
  .whatsapp-widget {
    bottom: 5px;
    right: 5px;
  }
}
.whatsapp:hover {
  background-color: #1a9247 !important;
}

.telegram {
  background-color: #1d97c9 !important;
}
.telegram svg {
  margin-left: -3px;
}
.telegram:hover {
  background-color: #136586 !important;
}

.viber {
  background-color: #7360f2;
}
.viber svg {
  margin-bottom: -2px;
}
.viber:hover {
  background-color: #3519ec !important;
}

.aside {
  top: 10px;
  bottom: 10px;
}
.aside.drawer {
  top: 0px;
  bottom: 0px;
}
@media (max-width: 991.98px) {
  .aside .aside-logo {
    display: block;
  }
}
.aside-menu.menu-big {
  align-items: flex-start;
  overflow: scroll;
}
.aside-menu nav {
  width: 100%;
}
.aside-menu .menu-title,
.aside-menu i {
  transition: color 0.4s;
}

@media (min-width: 992px) {
  #aside-wrapper {
    display: none;
  }
}

.report-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 70px;
  flex-direction: column;
}
.report-header-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0.5rem;
  margin-left: 0;
  line-height: 1.2;
  font-size: 1.7rem;
  color: #181c32;
}
.report-header-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.report-header-btns .btn {
  white-space: nowrap;
}
.report-header-btns .btn:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1690px) {
  .report-header-btns .btn {
    min-width: unset;
    width: calc(14.2857142857% - 10px);
  }
}
@media (max-width: 1360px) {
  .report-header-btns .btn {
    width: auto;
  }
}
@media (max-width: 1199.98px) {
  .report-header-btns {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .report-header-btns {
    justify-content: space-between;
  }
  .report-header-btns .btn {
    width: calc(33.3333333333% - 10px);
  }
  .report-header-btns .btn:nth-child(3n) {
    margin-right: 0px;
  }
  .report-header-btns .btn:last-child {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .report-header-btns .btn {
    width: calc(50% - 10px);
  }
  .report-header-btns .btn:nth-child(3n) {
    margin-right: 10px;
  }
  .report-header-btns .btn:nth-child(2n) {
    margin-right: 0px;
  }
}
.report-footer-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.report-tabs {
  margin: 0px -15px;
}
.report-tabs-content .tab-pane {
  min-height: 140px;
  position: relative;
}
.report-tabs .nav-item {
  margin: 0px 15px;
}
.report-tabs .nav-link {
  transition: border-color 0.4s !important;
  margin: 0px !important;
}
.report-tabs .nav-link h2 {
  margin: 0px;
  transition: color 0.4s !important;
}
@media (max-width: 767.98px) {
  .report-tabs .nav-link h2 {
    font-size: 1.4rem;
  }
}
.report-tabs .nav-link:not(.active) h2 {
  color: #a1a5b7;
}
.report-tabs .hidden {
  display: block;
}
.report-table-row {
  position: relative;
}
.report-table-col {
  min-width: 285px;
}
@media (min-width: 992px) and (max-width: 1060px) {
  .report-table-col {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .report-table-col {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 650px) {
  .report-table-col {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .report-table-col {
    min-width: unset;
  }
}
.report-table-col.big-col {
  width: 100%;
}
.report-table-card {
  height: calc(100% - 1.25rem);
}
.report-table-card.card .card-header {
  min-height: unset;
  padding: 0;
  flex-wrap: nowrap;
}
.report-table-card.card .card-title {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 10px;
}
.report-table-card.card .card-toolbar {
  font-size: 13px;
  padding: 10px 10px;
}
.report-table-card.card .card-content-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.report-table-show-all {
  width: auto;
  transition: color 0.4s, background-color 0.4s;
}
.report-table-show-all.hidden {
  display: none;
}

.table-gds-col {
  min-width: 740px;
}

.gds-wrapper {
  max-height: 60px;
  overflow-y: scroll;
}
.gds-wrapper::-webkit-scrollbar {
  width: 3px;
  height: 6px;
}
.gds-wrapper::-webkit-scrollbar-thumb {
  background-color: #a1a5b7;
}
.gds-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: #a1a5b7 !important;
}

.block-clue-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-clue-title .clue-icon {
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  width: 25px;
}
.block-clue-title .clue-icon .clue {
  width: 25px;
  height: 25px;
}
.block-clue-title .clue-icon .clue-hidden {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 12px 50px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 14px 15px 13px;
  width: 600px;
  opacity: 0;
  display: none;
  z-index: -1;
  position: absolute;
  top: 5px;
  right: 39px;
}
.block-clue-title .clue-icon:hover .clue-hidden {
  display: block;
  opacity: 1;
  z-index: 1;
}

.toggle-block:not(.static) .toggle-block-title,
.toggle-block:not(.static) .chart-block-title, .toggle-block-clue:not(.static) .toggle-block-title,
.toggle-block-clue:not(.static) .chart-block-title {
  margin-bottom: 0px;
  cursor: pointer;
  transition: color 0.4s;
}
.toggle-block:not(.static) .toggle-block-title svg,
.toggle-block:not(.static) .chart-block-title svg, .toggle-block-clue:not(.static) .toggle-block-title svg,
.toggle-block-clue:not(.static) .chart-block-title svg {
  transition: transform 0.4s;
}
.toggle-block:not(.static) .toggle-block-title svg path,
.toggle-block:not(.static) .chart-block-title svg path, .toggle-block-clue:not(.static) .toggle-block-title svg path,
.toggle-block-clue:not(.static) .chart-block-title svg path {
  transition: fill 0.4s;
}
.toggle-block:not(.static) .toggle-block-title:hover,
.toggle-block:not(.static) .chart-block-title:hover, .toggle-block-clue:not(.static) .toggle-block-title:hover,
.toggle-block-clue:not(.static) .chart-block-title:hover {
  color: #45bcff;
}
.toggle-block:not(.static) .toggle-block-title:hover svg path,
.toggle-block:not(.static) .chart-block-title:hover svg path, .toggle-block-clue:not(.static) .toggle-block-title:hover svg path,
.toggle-block-clue:not(.static) .chart-block-title:hover svg path {
  fill: #45bcff;
}
.toggle-block:not(.static) .toggle-block-title.active,
.toggle-block:not(.static) .chart-block-title.active, .toggle-block-clue:not(.static) .toggle-block-title.active,
.toggle-block-clue:not(.static) .chart-block-title.active {
  margin-bottom: 30px;
}
.toggle-block:not(.static) .toggle-block-title.active svg,
.toggle-block:not(.static) .chart-block-title.active svg, .toggle-block-clue:not(.static) .toggle-block-title.active svg,
.toggle-block-clue:not(.static) .chart-block-title.active svg {
  transform: rotate(90deg);
}
.toggle-block:not(.static) .toggle-block-clue-title,
.toggle-block:not(.static) .chart-block-clue-title, .toggle-block-clue:not(.static) .toggle-block-clue-title,
.toggle-block-clue:not(.static) .chart-block-clue-title {
  display: inline-block;
  width: 100%;
}
.toggle-block:not(.static) .toggle-block-clue-title .clue-title,
.toggle-block:not(.static) .chart-block-clue-title .clue-title, .toggle-block-clue:not(.static) .toggle-block-clue-title .clue-title,
.toggle-block-clue:not(.static) .chart-block-clue-title .clue-title {
  display: inline-block;
  width: calc(100% - 55px);
}
.toggle-block:not(.static) .toggle-block-wrapper,
.toggle-block:not(.static) .chart-block-wrapper, .toggle-block-clue:not(.static) .toggle-block-wrapper,
.toggle-block-clue:not(.static) .chart-block-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s linear;
}
.toggle-block:not(.static) .toggle-block-wrapper > *,
.toggle-block:not(.static) .chart-block-wrapper > *, .toggle-block-clue:not(.static) .toggle-block-wrapper > *,
.toggle-block-clue:not(.static) .chart-block-wrapper > * {
  transform: translateY(-100%);
  transition: transform 0.4s linear;
}
.toggle-block:not(.static) .toggle-block-wrapper.show > *,
.toggle-block:not(.static) .chart-block-wrapper.show > *, .toggle-block-clue:not(.static) .toggle-block-wrapper.show > *,
.toggle-block-clue:not(.static) .chart-block-wrapper.show > * {
  transform: none;
}
.toggle-block:not(.static) .toggle-block:last-child .chart-block-title,
.toggle-block:not(.static) .chart-block:last-child .chart-block-title, .toggle-block-clue:not(.static) .toggle-block:last-child .chart-block-title,
.toggle-block-clue:not(.static) .chart-block:last-child .chart-block-title {
  margin-bottom: 0px;
}
.toggle-block:not(.static) .toggle-block:last-child .chart-block-title.active,
.toggle-block:not(.static) .chart-block:last-child .chart-block-title.active, .toggle-block-clue:not(.static) .toggle-block:last-child .chart-block-title.active,
.toggle-block-clue:not(.static) .chart-block:last-child .chart-block-title.active {
  margin-bottom: 30px;
}
.toggle-block:not(.static) .toggle-block-clue:has(.clue:hover) .toggle-block-clue-wrapper,
.toggle-block:not(.static) .chart-block-clue:has(.clue:hover) .toggle-block-clue-wrapper, .toggle-block-clue:not(.static) .toggle-block-clue:has(.clue:hover) .toggle-block-clue-wrapper,
.toggle-block-clue:not(.static) .chart-block-clue:has(.clue:hover) .toggle-block-clue-wrapper {
  display: block;
  max-height: none;
}
.toggle-block:not(.static) .toggle-block-clue:has(.clue:hover) .toggle-block-clue-wrapper *,
.toggle-block:not(.static) .chart-block-clue:has(.clue:hover) .toggle-block-clue-wrapper *, .toggle-block-clue:not(.static) .toggle-block-clue:has(.clue:hover) .toggle-block-clue-wrapper *,
.toggle-block-clue:not(.static) .chart-block-clue:has(.clue:hover) .toggle-block-clue-wrapper * {
  transform: none;
}

.seo-goals-block-title {
  cursor: pointer;
  transition: color 0.4s;
}
.seo-goals-block-title svg {
  transition: transform 0.4s;
}
.seo-goals-block-title svg path {
  transition: fill 0.4s;
}
.seo-goals-block-title:hover {
  color: #45bcff;
}
.seo-goals-block-title:hover svg path {
  fill: #45bcff;
}
.seo-goals-block-title.active svg {
  transform: rotate(90deg);
}
.seo-goals-block-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s linear;
}
.seo-goals-block-wrapper > * {
  transform: translateY(-100%);
  transition: transform 0.4s linear;
}
.seo-goals-block-wrapper.show > * {
  transform: none;
}
.seo-goals-block:last-child .chart-block-title {
  margin-bottom: 0px;
}
.seo-goals-block:last-child .chart-block-title.active {
  margin-bottom: 30px;
}

.docs-menu-button.btn {
  width: 100%;
}

.menu-docs .btn-small {
  cursor: pointer;
}

.webform-card .form-item-agree-agree {
  flex-wrap: wrap;
}
.webform-card .form-item-agree-agree .description {
  margin-top: 10px;
  width: 100%;
  margin-left: calc(0.5rem + 13px);
}
.webform-card .description {
  font-size: 1em;
}

@keyframes preloader-rotate {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}
[id^=seo-chart-] svg g g g rect {
  stroke: #a1a5b7;
  stroke-width: 1;
}

#report-table-tabs .card-content-item span:last-child {
  flex-shrink: 1;
  margin-left: 0.5rem;
  min-width: 25px;
  text-align: right;
}

#tabs-preloader {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(242, 243, 245);
  opacity: 0.7;
}
#tabs-preloader .preloader-image {
  width: 50px;
  height: 50px;
  animation: preloader-rotate 2s infinite linear;
}

#seo-search-report .chart-block-title:hover {
  color: rgb(24, 28, 50);
  cursor: default;
}

#seo-charts .portlet-body,
#seo-search-report .portlet-body {
  overflow-y: hidden;
  overflow-x: scroll;
}

#seo-chart-search,
#seo-chart-10,
#seo-chart-30 {
  max-width: 100%;
  width: 100%;
}

.seo-summary-table-heading {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #181c32;
  margin-right: 20px;
}
.seo-summary-table-td {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.seo-summary-table td {
  padding: 0 !important;
}
.seo-summary-table th {
  text-align: center;
  padding: 0 !important;
}
.seo-summary-table th:first-child {
  text-align: start;
}
.seo-summary-table .portlet-body svg rect {
  fill: initial !important;
}

.vk-report {
  line-height: 24px;
}
.vk-report .text-money {
  color: #009ef7;
  font-weight: 600;
}
.vk-report .text-count {
  color: #7239ea;
  font-weight: 600;
}
.vk-report input[type=date]:after {
  display: none;
}
.vk-report #vk-report-tabs .project-table-card.card .card-content-item.flex-start strong {
  margin-right: 5px;
}
.vk-report .bg-light-info.remainder {
  background-color: #f2f3f5 !important;
}
.vk-report .bg-light-info.remainder #remainder {
  margin-bottom: 0 !important;
}
.vk-report .bg-light-info.remainder .remain {
  display: flex;
}
.vk-report .bg-light-info.remainder .remain span {
  margin-right: 5px;
}

.project-table-row {
  position: relative;
}
.project-table-row .big-col {
  width: 100% !important;
}
@media (max-width: 1400px) {
  .project-table-row .big-col {
    width: 50% !important;
  }
}
@media (max-width: 1060px) {
  .project-table-row .big-col {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .project-table-row .big-col {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .project-table-row .big-col {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  .project-table-row .big-col {
    width: 100% !important;
  }
}
.project-table-col {
  min-width: 285px;
}
@media (min-width: 992px) and (max-width: 1060px) {
  .project-table-col {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 650px) {
  .project-table-col {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .project-table-col {
    min-width: unset;
  }
}
.project-table-card {
  height: calc(100% - 1.25rem);
}
.project-table-card.card .act-content {
  flex-grow: 1;
  flex-shrink: 0;
}
.project-table-card.card .act-content .card-info {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.project-table-card.card .docs-menu-button span,
.project-table-card.card .docs-menu-button i {
  color: inherit;
}
.project-table-card.card .card-header {
  min-height: unset;
  padding: 0;
  flex-wrap: nowrap;
}
.project-table-card.card .no-border {
  border: none !important;
}
.project-table-card.card .card-body {
  padding: 2rem 1rem;
}
.project-table-card.card .card-title {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .project-table-card.card .card-title {
    font-size: 13px;
  }
}
.project-table-card.card .card-toolbar {
  font-size: 14px;
  padding: 10px 10px;
}
@media (max-width: 767.98px) {
  .project-table-card.card .card-toolbar {
    font-size: 13px;
  }
}
.project-table-card.card .card-content-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  flex-wrap: wrap;
}
.project-table-card.card .card-content-item .card-content-image {
  width: 31%;
  margin-bottom: 10px;
}
.project-table-card.card .card-content-item .card-content-image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .project-table-card.card .card-content-item .card-content-image {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  .project-table-card.card .card-content-item .card-content-image {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .project-table-card.card .card-content-item {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .project-table-card.card .card-info {
    width: 100%;
  }
}
.project-table-card.card .card-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}
.project-table-card.card .card-actions .btn {
  min-width: 100px;
}
.project-table-card.card .card-actions .btn:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .project-table-card.card .card-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .project-table-card.card .card-actions .btn {
    margin: 0 0.5rem 0.5rem 0.5rem !important;
  }
}
.project-table-card.card.search-report-card.mobile {
  display: none;
}
@media (max-width: 524px) {
  .project-table-card.card.search-report-card.mobile {
    display: flex;
  }
}
@media (max-width: 524px) {
  .project-table-card.card.search-report-card {
    max-width: 550px;
    overflow-x: scroll;
  }
}
.project-table-card.card.search-report-card .card-content {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.5rem;
}
.project-table-card.card.search-report-card .search-report-card-column {
  display: flex;
}
.project-table-card.card.search-report-card .search-report-card-column.left {
  flex-direction: column;
  align-items: flex-start;
}
.project-table-card.card.search-report-card .search-report-card-column > *:not(:last-child) {
  margin-bottom: 10px;
}
.project-table-card.card.search-report-card .search-report-card-subcolumn {
  display: flex;
  flex-direction: column;
  margin: 0px 0.5rem;
}
.project-table-card.card.search-report-card .search-report-card-subcolumn:last-child {
  margin-right: 0px;
}
.project-table-card.card.search-report-card .search-report-card-subcolumn > *:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .project-table-card.card.search-report-card .search-report-card-subcolumn {
    margin: 0px 0.25rem;
  }
  .project-table-card.card.search-report-card .search-report-card-subcolumn:last-child {
    margin-right: 0px;
  }
}
.project-table-card.card.search-report-card .search-report-card-subcolumn .rounded {
  white-space: nowrap;
}
@media (max-width: 480px) {
  .project-table-card.card.search-report-card .search-report-card-subcolumn strong {
    font-size: 11px !important;
  }
}
.project-table-show-all {
  width: auto;
  transition: color 0.4s, background-color 0.4s;
}
.project-table-show-all.hidden {
  display: none;
}
.project-telegram-report .project-table-col {
  display: inline;
  min-width: unset;
  width: calc(50% - 10px);
}
.project-telegram-report .project-table-col:first-child {
  margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 940px) {
  #seo-tabs-card .project-table-col {
    width: 50%;
  }
}

.card-manager {
  background-color: #fff;
  padding: 2rem 2.25rem;
  width: calc(100% - 19.5px);
  border-radius: 0.65rem;
  margin: 0 auto;
  border: 2px solid #009ef7;
  display: flex;
  align-items: center;
}
.card-manager-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-right: 20px;
  width: 65px;
  min-width: 65px;
  height: 65px;
  border: 1px solid #5e6278;
  border-radius: 50%;
}
.card-manager-info img {
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .card-manager-info {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.card-manager-text {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .card-manager-text {
    font-size: inherit;
  }
}

.our-actions {
  display: flex;
}
.our-actions a {
  flex: 1;
  transition: 0.4s;
}
.our-actions a:hover {
  background-color: #f1faff !important;
}
/*# sourceMappingURL=_maps/index.css.map */
