@charset "UTF-8";
@font-face {
  font-family: pignose-calendar-icon;
  src: url(/assets/fonts/pignose.calendar.eot?gpa4vl);
  src: url(/assets/fonts/pignose.calendar.eot?gpa4vl#iefix) format("embedded-opentype"), url(/assets/fonts/pignose.calendar.ttf?gpa4vl) format("truetype"), url(/assets/fonts/pignose.calendar.woff?gpa4vl) format("woff"), url(/assets/fonts/pignose.calendar.svg?gpa4vl#pignose.calendar) format("svg");
  font-weight: 400;
  font-style: normal;
}
.pignose-calendar .icon-arrow-left, .pignose-calendar .icon-arrow-right {
  font-family: pignose-calendar-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.pignose-calendar .icon-arrow-left:before {
  content: "\e90b";
}

.pignose-calendar .icon-arrow-right:before {
  content: "\e90a";
}

.pignose-calendar-wrapper {
  display: none;
  position: fixed;
  width: 80%;
  max-width: 360px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  z-index: 50001;
  overflow: hidden;
  box-shadow: 0 4px 16px #000;
  transform: translate3d(0, 160px, 0);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.5s ease-out;
}

.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pignose-calendar-wrapper .pignose-calendar {
  max-width: auto;
  width: 100%;
  border: none;
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
  width: 50%;
  display: block;
  float: left;
  height: 3.2em;
  text-align: center;
  line-height: 3.2em;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #efefef;
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #fff;
  background-color: #2fabb7;
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
  background-color: #49c4d0;
}

.pignose-calendar-wrapper-overlay {
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
}

.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
  opacity: 0.7;
}

.pignose-calendar {
  width: 80%;
  max-width: 360px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  font-size: 100%;
  margin: 0 auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.pignose-calendar .pignose-calendar-top {
  padding: 2.6em 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  position: relative;
  overflow: hidden;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.8em 0;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month, .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
  display: block;
  text-align: center;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
  font-size: 115%;
  color: rgba(0, 0, 0, 0.5);
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  margin-bottom: 0.4em;
  font-size: 130%;
  font-weight: 600;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  position: relative;
  z-index: 5;
  text-decoration: none;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  display: inline-block;
  color: #777;
  font-size: 115%;
  font-weight: 600;
  vertical-align: middle;
  margin-top: -10px;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #555;
  font-size: 160%;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  float: left;
  margin-left: 1.6em;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
  margin-left: 0.2em;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  float: right;
  margin-right: 1.6em;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
  margin-right: 0.2em;
}

.pignose-calendar .pignose-calendar-header {
  padding: 0 1.2em;
  margin-top: 1.2em;
  font-weight: 600;
  overflow: hidden;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  float: left;
  width: 14.28%;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
  color: #fa4832;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week:last-child {
  width: 14.32%;
}

.pignose-calendar .pignose-calendar-body {
  padding: 1.2em;
}

.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  overflow: hidden;
}

.pignose-calendar .pignose-calendar-unit {
  float: left;
  display: block;
  height: 3.8em;
  width: 14.28%;
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
}

.pignose-calendar .pignose-calendar-unit:last-child {
  width: 14.32%;
}

.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
  line-height: 0.5em;
}

.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
  display: inline-block;
  background-color: #777;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 0.2em;
}

.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
  margin-right: 0;
}

.pignose-calendar .pignose-calendar-unit a {
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: #49c4d0;
  line-height: 2.4em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pignose-calendar .pignose-calendar-unit a:active {
  background-color: #d8d8d8;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  opacity: 0.5;
  background-color: #efefef;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: #2fabb7;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a {
  color: #fff;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #efefef;
  border-radius: 0;
  width: 100%;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #b2b9bb;
  background-color: #e1e1e1;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
  border-top-left-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a {
  color: #fa4832;
}

.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a {
  color: #ccc !important;
}

.pignose-calendar.pignose-calendar-default.pignose-calendar-reverse .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-inactive a {
  color: #ccc !important;
}

.pignose-calendar.pignose-calendar-dark {
  border-color: #323537;
  background-color: #4b4f51;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
  background-color: #3f4244;
  border-bottom-color: #323537;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
  color: #fff;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
  color: #bdc2c5;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  color: #a2a9ab;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #a2a9ab;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
  color: #bdc2c5;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sat, .pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sun {
  color: #ff6060;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #51cfd2;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a, .pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a {
  color: #ff6060;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  color: #868e8f;
  background-color: #5d6365;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  color: #fff;
  background-color: #31bbbf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
  color: #8b8f94;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #5a5d62;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #727a7c;
  background-color: #4f5558;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group {
  border-top: 1px solid #323537;
  overflow: hidden;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button {
  color: #fff;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #5a5d62;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #fff;
  background-color: #31bbbf;
}

.pignose-calendar.pignose-calendar-blue {
  background-color: #fafafa;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
  background-color: #009fe3;
  border-bottom-color: #e1e1e1;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-month {
  color: #fff;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-year {
  color: #fff;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  color: #fff;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #fff;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week {
  color: #5c6270;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
  color: #fa4832;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #5c6270;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a, .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a {
  color: #fa4832;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  background-color: #efefef;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  color: #fff;
  background-color: #009fe3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
  color: #ccc;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #efefef;
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  background-color: #efefef;
}

:root {
  --offset: 0px;
  --p-card: 24px;
  --p-card-m: 20px ;
}

@media screen and (max-width: 767px) {
  :root {
    --p-card: 12px;
    --p-card-m: 12px ;
  }
}
:root {
  --ON_toggle: initial ;
}

:root, [data-theme=default], [data-theme=light], html {
  --light: var(--ON_toggle);
  --dark: var(--OFF_toggle) ;
}

[data-theme=dark] {
  --light: var(--OFF_toggle);
  --dark: var(--ON_toggle) ;
}

:root {
  --header-height: 84px ;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes pulse-notification {
  70% {
    box-shadow: 0 0 0 20px rgba(var(--color-txt-5), 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(var(--color-txt-5), 0);
  }
}
[data-simplebar] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-line-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}
:root {
  --swiper-theme-color: #007aff ;
}

[class*=uk-divider] {
  border: none;
  margin-bottom: 20px;
}

* + [class*=uk-divider] {
  margin-top: 20px;
}

[class*=uk-list] > :before {
  content: "";
  display: list-item;
  height: 1.5em;
  left: -30px;
  list-style-position: inside;
  margin-bottom: -1.5em;
  position: relative;
  text-align: right;
  width: 30px;
}

.uk-icon {
  fill: currentcolor;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-transform: none;
}

button.uk-icon:not(:disabled) {
  cursor: pointer;
}

.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

.uk-icon > * {
  transform: translate(0);
}

.uk-icon-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #f8f8f8;
  border-radius: 500px;
  box-sizing: border-box;
  color: #999;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  vertical-align: middle;
  width: 36px;
}

.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}

.uk-icon-button:active {
  background-color: #dfdfdf;
  color: #666;
}

.uk-button {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font: inherit;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
  overflow: visible;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-button:hover {
  text-decoration: none;
}

.uk-button-default {
  background-color: #f8f8f8;
  color: #333;
}

.uk-button-default:hover {
  background-color: #ebebeb;
  color: #333;
}

.uk-button-default:active {
  background-color: #dfdfdf;
  color: #333;
}

.uk-button-default:disabled {
  background-color: #f8f8f8;
  color: #999;
}

.uk-button-text {
  background: 0 0;
  color: #333;
  line-height: 1.5;
  padding: 0;
}

.uk-button-text:disabled, .uk-button-text:hover {
  color: #999;
}

.uk-container {
  box-sizing: content-box;
  display: flow-root;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-container > :last-child {
  margin-bottom: 0;
}

.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

.uk-close {
  color: #999;
}

.uk-close:hover {
  color: #666;
}
@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(270deg);
  }
}
@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  to {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
[class*=uk-drop-top] {
  margin-top: -20px;
}

[class*=uk-drop-bottom] {
  margin-top: 20px;
}

[class*=uk-drop-left] {
  margin-left: -20px;
}

[class*=uk-drop-right] {
  margin-left: 20px;
}

.uk-dropdown {
  background: #f8f8f8;
  box-sizing: border-box;
  color: #666;
  display: none;
  min-width: 200px;
  padding: 15px;
  position: absolute;
  z-index: 1020;
}

.uk-dropdown.uk-open {
  display: block;
}

[class*=uk-dropdown-top] {
  margin-top: -10px;
}

[class*=uk-dropdown-bottom] {
  margin-top: 10px;
}

[class*=uk-dropdown-left] {
  margin-left: -10px;
}

[class*=uk-dropdown-right] {
  margin-left: 10px;
}

[class*=uk-modal-close-] {
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1010;
}

[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
}
:root {
  --uk-leader-fill-content: "." ;
}

[class*=uk-tooltip-top] {
  margin-top: -10px;
}

[class*=uk-tooltip-bottom] {
  margin-top: 10px;
}

[class*=uk-tooltip-left] {
  margin-left: -10px;
}

[class*=uk-tooltip-right] {
  margin-left: 10px;
}

[class*=uk-navbar-center-] {
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

[class*=uk-navbar-dropdown-bottom], [class*=uk-navbar-dropdown-top] {
  margin-top: 0;
}

[class*=uk-navbar-dropdown-left], [class*=uk-navbar-dropdown-right] {
  margin-left: 0;
}

header {
  display: block;
}

.uk-tooltip {
  background: #666;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: none;
  max-width: 200px;
  padding: 3px 6px;
  position: absolute;
  top: 0;
  z-index: 1030;
}

.uk-tooltip.uk-active {
  display: block;
}

.uk-tooltip {
  background-color: #253648;
  border-radius: 8px;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
  color: rgb(255, 255, 255);
  font-size: 12px;
  max-width: 240px;
  padding: 12px;
  height: auto;
  max-height: none;
}

.uk-tooltip:before {
  content: "";
  position: absolute;
}

.uk-tooltip-top-center:before, .uk-tooltip.uk-transform-origin-bottom-center:before {
  border-bottom: 0 solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #253648;
  height: 0;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.uk-tooltip-right-center:before, .uk-tooltip.uk-transform-origin-center-left:before {
  border-bottom: 7px solid transparent;
  border-left: 0 solid transparent;
  border-right: 6px solid transparent;
  border-right-color: #253648;
  border-top: 7px solid transparent;
  height: 0;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.uk-tooltip-bottom-center:before, .uk-transform-origin-top-center:before {
  border-bottom: 6px solid transparent;
  border-bottom-color: #253648;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0 solid transparent;
  bottom: 100%;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
}

.uk-tooltip-left-center:before, .uk-transform-origin-center-right:before {
  border-bottom: 7px solid transparent;
  border-left: 6px solid transparent;
  border-left-color: #253648;
  border-right: 0 solid transparent;
  border-top: 7px solid transparent;
  height: 0;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

html {
  position: relative;
}

body, html {
  color: rgba(var(--color-txt-1), 1);
  font-family: CofoSans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23087;
}

body {
  background-color: rgba(var(--color-bg-page), 1);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: var(--header-height);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(var(--color-txt-1), 1);
  font-family: CofoSans, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.h2, h2 {
  font-size: 2.15395rem;
}

h3 {
  font-size: 1.69241rem;
}

h4 {
  font-size: 1.38472rem;
}

h1, h5 {
  font-size: 1.23087rem;
}

h6 {
  font-size: 1rem;
}

a {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[disabled] {
  opacity: 0.5;
  pointer-events: none !important;
}

.container {
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1372px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.container > * {
  margin-bottom: 28px;
}

.container > .title-container, .container > :last-child {
  margin-bottom: 0;
}

[uk-dropdown], [uk-modal] {
  display: none;
}

[class*=uk-dropdown-bottom] {
  margin-top: 0;
}

.line {
  background-color: rgba(var(--color-ui-6), 1);
  height: 1px;
  width: 100%;
}

.item {
  display: flex;
}

.item-block > * {
  margin-bottom: 24px;
}

.item-block > :last-child {
  margin-bottom: 0;
}

.item-content {
  display: flex;
  flex-direction: column;
}

.item-content ~ .item-content {
  margin-left: 42px;
}

.item__icon {
  flex-shrink: 0;
  height: 34px;
  margin-right: 12px;
  width: 34px;
}

.item__title {
  align-items: center;
  display: flex;
  font-weight: 500;
  margin-bottom: 4px;
}

.item__title:last-child {
  margin-bottom: 0;
}

.item__text {
  align-items: flex-start;
  display: flex;
}

.item-offset_l {
  margin-left: 46px;
}

[data-modal-id] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.ripple {
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

.ripple span {
  background-color: rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  transition: inherit;
}

[ripple] {
  position: relative;
  z-index: 1;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(var(--color-ui-7), 1);
}

::-webkit-scrollbar-thumb, [data-theme=dark] ::-webkit-scrollbar-track {
  background-color: rgba(var(--color-ui-4), 1);
}

[data-theme=dark] ::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-ui-7), 1);
}

.text-content {
  font-size: 1.23087rem;
}

.text-content > * {
  display: block;
  margin-bottom: 1.5rem;
}

.text-content > :last-child {
  margin-bottom: 0;
}

.text-content a {
  color: rgba(var(--color-link), 1);
}

.text-content a:hover {
  color: rgba(var(--color-txt-5), 1);
}

.text-content > h4 {
  margin-top: 1rem;
}

.text-content > h4:first-child {
  margin-top: 0;
}

.text-content > h5, .text-content > h6 {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.text-content > h5:first-child, .text-content > h6:first-child {
  margin-top: 0;
}

.text-content > h5 ~ h4 {
  margin-top: -0.75rem;
}

span.text {
  display: inline-block;
}

.text--color_default {
  color: rgba(var(--color-txt-1), 1);
}

.uk-dropdown {
  color: inherit;
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: CofoSans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.53856;
  overflow: visible;
  overflow: initial;
  padding: 0.69241em 1.30779em;
  position: relative;
  text-align: center;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: color, background, border, opacity;
  z-index: 1;
}

.btn__title {
  display: block;
  font-weight: 500;
}

.btn__icon {
  flex-shrink: 0;
  height: 18px;
  margin-bottom: -10px;
  margin-right: 10px;
  margin-top: -10px;
  width: 18px;
}

.btn__icon.icon {
  fill: rgba(var(--color-txt-1), 1);
}

.btn--style_transparent {
  background-color: transparent;
}

.btn--style_transparent .btn__icon.icon {
  fill: rgba(var(--color-ui-1), 1);
}

.btn--style_transparent:hover {
  background-color: rgba(var(--color-bg-black), 0.04);
  border-color: transparent;
  color: inherit;
}

.btn--style_transparent .ripple span {
  background-color: rgba(var(--color-bg-black), 0.07);
}

.btn--style_none {
  background-color: transparent;
  background-color: initial;
  border-width: 0;
  font-weight: 400;
  line-height: inherit;
  padding: 0;
  text-align: left;
}

.btn-icon {
  border-radius: 50%;
  padding: 7px;
}

.btn-icon__icon {
  height: 20px;
  margin: 0;
  width: 20px;
}

.btn--without_brs {
  border-radius: 8px;
}

.close .btn__icon {
  fill: rgba(var(--color-txt-2), 1);
  height: 14px;
  width: 14px;
}

:-moz-placeholder, ::-moz-placeholder {
  color: rgba(var(--color-ui-3), 1);
}

:-ms-input-placeholder {
  color: rgba(var(--color-ui-3), 1);
}

::-webkit-input-placeholder {
  color: rgba(var(--color-ui-3), 1);
}

.icon {
  fill: rgba(var(--color-ui-2), 1);
  color: rgba(var(--color-ui-3), 1);
  display: inline-block;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon > * {
  fill: inherit;
  color: inherit;
  display: block;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
@keyframes dotFlashing {
  0% {
    background-color: rgba(var(--color-ui-10), 1);
  }
  50%, to {
    background-color: rgba(var(--color-ui-10), 0.2);
  }
}
@keyframes loader-circle-rotate {
  0% {
    transform: rotate(0);
  }
  90% {
    transform: rotate(1turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes loader-circle-dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  90% {
    content: "...";
  }
  to {
    content: "...";
  }
}
@keyframes loader-circle-rotate1 {
  0% {
    transform: rotate(0);
  }
  90% {
    transform: rotate(1turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.title, .title-block {
  align-items: center;
  display: flex;
}

.title-block {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.title-block > * {
  margin-left: 12px;
}

.title-block > :first-child {
  margin-left: 0;
}

.title-block > .icon {
  fill: rgba(var(--color-ui-1), 1);
  height: 16px;
  margin-top: -6px;
  width: 16px;
}

.title__icon {
  height: 32px;
  margin-right: 12px;
  width: 32px;
}

.title__text {
  color: inherit;
  margin-bottom: 0;
  margin-top: 0;
}

.title--offset_block {
  margin-bottom: 24px;
}

.title--offset_item {
  margin-bottom: 8px;
}

.title--offset_item-2 {
  margin-bottom: 12px;
}

.title--line .title__text {
  padding-bottom: 8px;
  position: relative;
}

.title--line .title__text:before {
  background-color: rgba(var(--color-ui-10), 1);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 62px;
}

.dropdown {
  background-color: rgba(var(--color-bg-popup), 1);
  border-radius: 12px;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
  color: rgba(var(--color-txt-1), 1);
  font-weight: 400;
  max-width: 434px;
  min-width: 300px;
  padding: 18px;
}

.dropdown__body-top, .dropdown__content {
  align-items: flex-start;
  display: flex;
}

.dropdown__content {
  flex-direction: column;
}

.dropdown__content > * {
  margin-bottom: 24px;
}

.dropdown__content > :last-child {
  margin-bottom: 0;
}

.dropdown__close {
  flex-shrink: 0;
  margin-left: auto;
}

.dropdown__title {
  flex-shrink: 0;
  margin-bottom: 24px;
  margin-right: 24px;
}

.dropdown__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  width: 100%;
}

.dropdown__item .btn__icon {
  margin-top: -2px;
}

.dropdown__item-title {
  margin-bottom: 4px;
}

.dropdown__item-title:last-child {
  margin-bottom: 0;
}

.dropdown__item-text {
  color: rgba(var(--color-txt-2), 1);
  font-weight: 400;
  line-height: 1.23077;
}

.dropdown--width_m {
  min-width: 200px;
}

.dropdown--without_max-width {
  max-width: none;
}

.header-dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-scroll-chaining: none;
  align-items: center;
  background-color: rgba(var(--color-bg-card), 1);
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
  flex-direction: column;
  overflow: auto;
  overscroll-behavior: none;
  padding: 32px 32px 64px;
  transition: top 0.2s ease-in-out;
  width: 100%;
}

.header-dropdown, .header-dropdown.header--height_default {
  max-height: calc(100vh - var(--header-height));
}

.header-dropdown.uk-open, .header-dropdown__top {
  display: flex;
}

.header-dropdown__top {
  align-items: center;
  width: 100%;
}

.header-dropdown__close {
  margin-left: auto;
}

.header-dropdown__content {
  max-width: 952px;
  width: 100%;
}

.header-dropdown__content > * {
  margin-bottom: 10px;
}

.header-dropdown__content > :last-child {
  margin-bottom: 0;
}

.header-dropdown__content .title-container {
  min-height: auto;
}

[class*=uk-modal-close-] {
  right: 0;
  top: 0;
}
@keyframes notification_line {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.title-container {
  justify-content: space-between;
  min-height: 64px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.title-container {
  align-items: center;
  display: flex;
}

.block-content {
  position: relative;
}

.header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: rgba(var(--color-bg-card), 1);
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
  left: 0;
  padding-left: 22px;
  padding-right: 22px;
  position: fixed;
  top: 0;
  transition: min-height 0.2s ease-in-out;
  width: 100%;
  z-index: 77;
}

@media screen and (max-width: 767px) {
  .header {
    padding-left: 16px;
    padding-right: 8px;
  }
}
.header:after {
  background-color: rgba(var(--color-ui-6), 1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.header__left {
  align-items: center;
  display: flex;
}

.header__left {
  margin-right: auto;
  padding-right: 15px;
}

.header__left > * {
  margin-left: 24px;
}

.header__left > :first-child {
  margin-left: 0;
}

.header__btn {
  font-weight: 500;
}

.header__btn .btn__icon {
  fill: rgba(var(--color-txt-4), 1);
  background-color: rgba(var(--color-ui-3), 1);
  height: 36px;
  margin-bottom: 0;
  margin-right: 8px;
  margin-top: 0;
  width: 36px;
}

@media screen and (max-width: 519px) {
  .header__btn-services {
    display: none;
  }
}
.header__dropdown {
  -ms-scroll-chaining: none;
  background-color: rgba(var(--color-bg-card), 1);
  border-radius: 0;
  max-height: calc(100vh - var(--header-height));
  overflow: auto;
  overscroll-behavior: none;
  padding: 32px 32px 64px;
  z-index: 78;
}

@media screen and (max-width: 767px) {
  .header__dropdown {
    padding: 32px 12px;
  }
}
.header__dropdown-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 952px;
  width: 100%;
}

.header-services {
  overflow: hidden;
  width: 100%;
}

.header-services__title {
  color: rgba(var(--color-txt-2), 1);
  margin-bottom: 10px;
  width: 100%;
}

.header-services__title > * {
  width: 100%;
}

.header-services__title .title__text {
  border-bottom: 1px solid rgba(var(--color-ui-4), 1);
  padding-bottom: 10px;
}

.header-services__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
  max-width: 824px;
}

.header-services__item {
  align-items: center;
  border-radius: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 402px;
  padding: 20px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .header-services__item {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .header-services__item {
    max-width: none;
    padding: 16px;
  }
}
.header-services__item-icon {
  flex-shrink: 0;
  height: 82px;
  margin-right: 32px;
  width: 82px;
}

@media screen and (max-width: 767px) {
  .header-services__item-icon {
    height: 64px;
    margin-right: 24px;
    width: 64px;
  }
}
@keyframes ball_1 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5%);
  }
}
@keyframes ball_2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-7%);
  }
}
.brs-default {
  border-radius: 8px;
}

.color-txt-1 {
  color: rgba(var(--color-txt-1), 1);
}

.fill-txt-1 {
  fill: rgba(var(--color-txt-1), 1);
}

.color-txt-2 {
  color: rgba(var(--color-txt-2), 1);
}

.fill-txt-2 {
  fill: rgba(var(--color-txt-2), 1);
}

.color-txt-3 {
  color: rgba(var(--color-txt-3), 1);
}

.fill-txt-3 {
  fill: rgba(var(--color-txt-3), 1);
}

.color-txt-4 {
  color: rgba(var(--color-txt-4), 1);
}

.fill-txt-4 {
  fill: rgba(var(--color-txt-4), 1);
}

.color-txt-5 {
  color: rgba(var(--color-txt-5), 1);
}

.fill-txt-5 {
  fill: rgba(var(--color-txt-5), 1);
}

.fill-none {
  fill: none;
}

.fill-currentColor {
  fill: currentColor;
}

.m-m {
  margin: 20px;
}

.m-0 {
  margin: 0;
}

.m-2 {
  margin: 2px;
}

.m-4 {
  margin: 4px;
}

.m-8 {
  margin: 8px;
}

.m-10 {
  margin: 10px;
}

.m-12 {
  margin: 12px;
}

.m-18 {
  margin: 18px;
}

.m-20 {
  margin: 20px;
}

.m-24 {
  margin: 24px;
}

.m-26 {
  margin: 26px;
}

.m-28 {
  margin: 28px;
}

[class*=uk-animation-] {
  animation: 0.5s ease-out both;
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes uk-shake {
  0%, to {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  to {
    stroke-dashoffset: 0;
  }
}
[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}

[class*=uk-width] {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.uk-width-1-2 {
  width: 50%;
}

.uk-width-1-3 {
  width: 33.32223%;
}

.uk-width-2-3 {
  width: 66.64445%;
}

.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

.uk-width-1-6 {
  width: 16.66389%;
}

.uk-width-5-6 {
  width: 83.31945%;
}

@media (min-width: 960px) {
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-1-2\@m {
    width: 50%;
  }
  .uk-width-1-3\@m {
    width: 33.32223%;
  }
  .uk-width-2-3\@m {
    width: 66.64445%;
  }
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  .uk-width-1-6\@m {
    width: 16.66389%;
  }
  .uk-width-5-6\@m {
    width: 83.31945%;
  }
}
@media (min-width: 1200px) {
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-1-2\@l {
    width: 50%;
  }
  .uk-width-1-3\@l {
    width: 33.32223%;
  }
  .uk-width-2-3\@l {
    width: 66.64445%;
  }
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  .uk-width-1-6\@l {
    width: 16.66389%;
  }
  .uk-width-5-6\@l {
    width: 83.31945%;
  }
}
[class*=uk-height] {
  box-sizing: border-box;
}

.uk-height-1-1 {
  height: 100%;
}

.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
    color: transparent !important;
  }
}
.uk-text-left {
  text-align: left !important;
}

.uk-text-justify {
  text-align: justify !important;
}

@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
}
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

[class*=uk-column-] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width: 1200px) {
  [class*=uk-column-] {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
[uk-cover] {
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

[class*=uk-align] {
  display: block;
  margin-bottom: 30px;
}

* + [class*=uk-align] {
  margin-top: 30px;
}

.uk-align-left {
  float: left;
  margin-right: 30px;
  margin-top: 0;
}

@media (min-width: 960px) {
  .uk-align-left\@m {
    float: left;
    margin-right: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .uk-align-left\@l {
    float: left;
    margin-top: 0;
  }
  .uk-align-left, .uk-align-left\@l, .uk-align-left\@m {
    margin-right: 40px;
  }
}
.uk-svg, .uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

.uk-svg {
  transform: translate(0);
}

[class*=uk-float-] {
  max-width: 100%;
}

[class*=uk-inline] {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
}

[class*=uk-box-shadow-hover] {
  transition: box-shadow 0.1s ease-in-out;
}

@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    z-index: 0;
  }
  .uk-box-shadow-bottom:after {
    background: #444;
    border-radius: 100%;
    bottom: -30px;
    content: "";
    filter: blur(20px);
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    will-change: filter;
    z-index: -1;
  }
}
@-moz-document url-prefix() {
  .uk-dropcap:first-letter, .uk-dropcap > p:first-of-type:first-letter {
    margin-top: 1.1%;
  }
}
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type:first-letter {
    font-size: 1em;
  }
}
:root {
  --uk-position-margin-offset: 0px ;
}

[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
  box-sizing: border-box;
  max-width: calc(100% - var(--uk-position-margin-offset) * 2);
  position: absolute !important;
}

[class*=uk-position-center-left], [class*=uk-position-center-right] {
  --uk-position-translate-y: -50%;
  top: calc(50% - var(--uk-position-margin-offset));
  transform: translateY(var(--uk-position-translate-y));
}

:where(.uk-transition-fade), :where([class*=uk-transition-scale]), :where([class*=uk-transition-slide]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0 ;
}

[class*=uk-transition-scale], [class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 0;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
}

[class*=uk-transition-scale] {
  -webkit-backface-visibility: hidden;
}

[hidden] {
  display: none !important;
}

.width-1-1 {
  width: calc(100% - var(--offset));
}

.width-1-1, .width-1-2 {
  margin-bottom: var(--offset);
  margin-left: var(--offset);
}

.width-1-2 {
  width: calc(50% - var(--offset));
}

.width-1-3 {
  width: calc(33.33333% - var(--offset));
}

.width-1-3, .width-2-3 {
  margin-bottom: var(--offset);
  margin-left: var(--offset);
}

.width-2-3 {
  width: calc(66.66667% - var(--offset));
}

.width-1-4 {
  width: calc(25% - var(--offset));
}

.width-1-4, .width-3-4 {
  margin-bottom: var(--offset);
  margin-left: var(--offset);
}

.width-3-4 {
  width: calc(75% - var(--offset));
}

.width-4-4 {
  width: calc(100% - var(--offset));
}

.width-1-5, .width-4-4 {
  margin-bottom: var(--offset);
  margin-left: var(--offset);
}

.width-1-5 {
  width: calc(20% - var(--offset));
}

.width-2-5 {
  width: calc(40% - var(--offset));
}

.width-2-5, .width-3-5 {
  margin-bottom: var(--offset);
  margin-left: var(--offset);
}

.width-3-5 {
  width: calc(60% - var(--offset));
}

.width-4-5 {
  width: calc(80% - var(--offset));
}

.width-1-6, .width-4-5 {
  margin-bottom: var(--offset);
  margin-left: var(--offset);
}

.width-1-6 {
  width: calc(16.66667% - var(--offset));
}

.width-5-6 {
  width: calc(83.33333% - var(--offset));
}

.width-1-7, .width-5-6 {
  margin-bottom: var(--offset);
  margin-left: var(--offset);
}

.width-1-7 {
  width: calc(14.28571% - var(--offset));
}

@media screen and (max-width: 1279px) {
  .width-1-1---m {
    width: calc(100% - var(--offset));
  }
  .width-1-2---m {
    width: calc(50% - var(--offset));
  }
  .width-1-3---m {
    width: calc(33.33333% - var(--offset));
  }
  .width-2-3---m {
    width: calc(66.66667% - var(--offset));
  }
  .width-1-4---m {
    width: calc(25% - var(--offset));
  }
  .width-3-4---m {
    width: calc(75% - var(--offset));
  }
  .width-4-4---m {
    width: calc(100% - var(--offset));
  }
  .width-1-5---m {
    width: calc(20% - var(--offset));
  }
  .width-2-5---m {
    width: calc(40% - var(--offset));
  }
  .width-3-5---m {
    width: calc(60% - var(--offset));
  }
  .width-4-5---m {
    width: calc(80% - var(--offset));
  }
  .width-1-6---m {
    width: calc(16.66667% - var(--offset));
  }
  .width-5-6---m {
    width: calc(83.33333% - var(--offset));
  }
  .width-1-7---m {
    width: calc(14.28571% - var(--offset));
  }
}
@font-face {
  font-family: "CoFoSans";
  src: url("/assets/fonts/CoFoSans-Regular.eot");
  src: url("/assets/fonts/CoFoSans-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/CoFoSans-Regular.woff2") format("woff2"), url("/assets/fonts/CoFoSans-Regular.woff") format("woff"), url("/assets/fonts/CoFoSans-Regular.ttf") format("truetype"), url("/assets/fonts/CoFoSans-Regular.svg#CoFoSans-Regular") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "CoFoSans 500";
  src: url("/assets/fonts/CoFoSans-Medium.eot");
  src: url("/assets/fonts/CoFoSans-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/CoFoSans-Medium.woff2") format("woff2"), url("/assets/fonts/CoFoSans-Medium.woff") format("woff"), url("/assets/fonts/CoFoSans-Medium.ttf") format("truetype"), url("/assets/fonts/CoFoSans-Medium.svg#CoFoSans-Medium") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CoFoSans 700";
  src: url("/assets/fonts/CoFoSans-Bold.eot");
  src: url("/assets/fonts/CoFoSans-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/CoFoSans-Bold.woff2") format("woff2"), url("/assets/fonts/CoFoSans-Bold.woff") format("woff"), url("/assets/fonts/CoFoSans-Bold.ttf") format("truetype"), url("/assets/fonts/CoFoSans-Bold.svg#CoFoSans-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
}
@font-face {
  font-family: "CoFoSans 900";
  src: url("/assets/fonts/CoFoSans-Black.eot");
  src: url("/assets/fonts/CoFoSans-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/CoFoSans-Black.woff2") format("woff2"), url("/assets/fonts/CoFoSans-Black.woff") format("woff"), url("/assets/fonts/CoFoSans-Black.ttf") format("truetype"), url("/assets/fonts/CoFoSans-Black.svg#CoFoSans-Black") format("svg");
  font-style: normal;
  font-weight: 900;
}
.button__white_border-red_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  border: 1px solid rgb(225, 37, 27);
  background-color: rgb(255, 255, 255);
  padding: 0 18px;
  gap: 10px;
  height: 40px;
  transition: 0.2s ease all;
  cursor: pointer;
}
.button__white_border-red_icon:hover {
  background-color: rgb(225, 37, 27);
}
.button__white_border-red_icon:hover svg path {
  fill: rgb(248, 248, 248);
}
.button__white_border-red_icon:hover .text {
  color: rgb(248, 248, 248);
}
.button__white_border-red_icon .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.button__white_border-red_icon .text {
  color: #1A222C;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  white-space: nowrap;
}

.button_white_border-gray {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  border: 1px solid rgb(181, 181, 181);
  background-color: rgb(255, 255, 255);
  padding: 0 18px;
  gap: 10px;
  height: 40px;
  transition: 0.2s ease all;
  cursor: pointer;
}
.button_white_border-gray:hover {
  background-color: rgb(225, 37, 27);
  border: 1px solid rgb(225, 37, 27);
}
.button_white_border-gray:hover .text {
  color: rgb(248, 248, 248);
}
.button_white_border-gray .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.button_white_border-gray .text {
  color: #1A222C;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  white-space: nowrap;
}

.button__red_white {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  background-color: rgb(225, 37, 27);
  border: 1px solid rgb(225, 37, 27);
  padding: 0 18px;
  gap: 10px;
  height: 40px;
  transition: 0.2s ease all;
  cursor: pointer;
  color: rgb(248, 248, 248);
}
.button__red_white:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(225, 37, 27);
}
.button__red_white:hover svg path {
  fill: rgb(225, 37, 27);
}
.button__red_white:hover .text {
  color: rgb(225, 37, 27);
}
.button__red_white .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.button__red_white svg path {
  fill: rgb(248, 248, 248);
}
.button__red_white .text {
  color: rgb(248, 248, 248);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  white-space: nowrap;
}

.button__gray_white {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  background-color: rgb(141, 142, 145);
  border: 1px solid rgb(141, 142, 145);
  padding: 0 18px;
  gap: 10px;
  height: 40px;
  transition: 0.2s ease all;
  cursor: pointer;
}
.button__gray_white:hover {
  background-color: rgb(255, 255, 255);
}
.button__gray_white:hover .text {
  color: rgb(141, 142, 145);
}
.button__gray_white:hover svg path {
  fill: rgb(141, 142, 145);
}
.button__gray_white .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.button__gray_white .text {
  color: rgb(248, 248, 248);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  white-space: nowrap;
}

.button__gray_red {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  background-color: rgb(240, 241, 242);
  border: 1px solid rgb(240, 241, 242);
  padding: 0 18px;
  gap: 10px;
  height: 40px;
  transition: 0.2s ease all;
  cursor: pointer;
}
.button__gray_red:hover {
  background-color: rgb(225, 37, 27);
}
.button__gray_red:hover .text {
  color: rgb(248, 248, 248);
}
.button__gray_red .text {
  color: rgb(225, 37, 27);
  text-align: center;
  font-size: 13px;
  font-family: "CoFoSans 500";
  line-height: 13px;
  white-space: nowrap;
}

* {
  font-family: CoFoSans, sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

*:focus-visible {
  outline: none;
}

html {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: #1a222c;
}

.ie-block {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgb(248, 248, 248);
  z-index: 100;
  border-bottom: 4px solid rgb(225, 37, 27);
  position: fixed;
  top: 0;
  left: 0;
}
.ie-block .ie-container {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.ie-block .ie-container .ie-content-block {
  height: 160px;
  width: 100%;
  display: block;
  position: relative;
  margin: 300px auto;
  text-align: center;
}
.ie-block .ie-container .ie-content-block .ie-text-block {
  display: inline-block;
  height: 100%;
  max-width: 500px;
  position: relative;
  margin-right: 150px;
}
.ie-block .ie-container .ie-content-block .ie-text-block .ie-text_title {
  display: block;
  font-size: 33px;
  color: rgb(26, 34, 44);
  margin-bottom: 12px;
  text-align: left;
}
.ie-block .ie-container .ie-content-block .ie-text-block .ie-text_title .icon-round {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 10;
  top: -15px;
  right: 55px;
}
.ie-block .ie-container .ie-content-block .ie-text-block .ie-text_text {
  display: block;
  font-size: 28px;
  color: rgb(114, 114, 115);
  text-align: left;
}
.ie-block .ie-container .ie-content-block .ie-image {
  display: inline-block;
  position: relative;
}

.ie-block.is-ie {
  display: block;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 85px;
  padding: 23px 22px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(208, 212, 217);
}

.header-left {
  display: flex;
  max-height: 38px;
}

.header__logo {
  max-width: 129px;
  max-height: 38px;
  margin-right: 23px;
}

.header__menu-profile {
  display: none;
  position: absolute;
  width: 320px;
  height: auto;
  background-color: rgb(255, 255, 255);
  top: 85px;
  right: 0;
  z-index: 50;
  transition: 0.3s ease all;
}
.header__menu-profile .menu-left__button {
  width: 100%;
  border-left: 1px solid rgb(208, 212, 217);
  border-right: 1px solid rgb(208, 212, 217);
}
.header__menu-profile .menu-left__button .header__menu-profile-btn {
  display: flex;
  flex-direction: row;
  width: 80%;
  justify-content: flex-start;
}
.header__menu-profile .menu-left__button .header__menu-profile-btn .header__text-btn {
  padding-left: 15px;
}
.header__menu-profile a {
  text-decoration: none;
  color: #2c3e50;
}

.header__menu-profile.active {
  display: block;
}

.btn-disabled {
  background-color: rgb(231, 231, 231);
  pointer-events: none;
}

.header__widget-time {
  display: flex;
  flex-direction: column;
}

.header__time-day {
  display: flex;
  flex-direction: row;
  max-height: 28px;
}

.header__time {
  display: flex;
  font-size: 26px;
  margin-right: 5px;
  align-items: center;
}

.header__block-day {
  display: flex;
  flex-direction: column;
  color: rgb(26, 34, 44);
  align-items: flex-start;
  justify-content: center;
}

.header__day {
  display: flex;
  color: rgb(26, 34, 44);
  font-size: 10px;
  text-align: left;
}

.header__day-of-week {
  display: flex;
  color: rgb(26, 34, 44);
  font-size: 10px;
  text-align: left;
}

.header__regional-time {
  text-align: left;
  color: rgb(114, 114, 115);
  font-size: 8px;
  font-family: "CoFoSans 500", sans-serif;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 38px;
  padding-right: 25px;
}

.header__phone {
  display: flex;
  font-size: 16px;
  color: rgb(26, 34, 44);
  font-family: "CoFoSans 500", sans-serif;
  margin-right: 28px;
  min-width: 147px;
}

.icon-header {
  margin-right: 24px;
  cursor: pointer;
}

.header__notify {
  display: flex;
}

.header__profile {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__icon-profile {
  display: flex;
}

.icon-text {
  padding-left: 8px;
}

.header__menu-services {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  width: 100%;
  height: 255px;
  border-top: 1px solid rgb(208, 212, 217);
  border-bottom: 4px solid rgb(225, 37, 27);
  background-color: rgb(255, 255, 255);
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 186px;
  padding: 24px 0;
}

.copyright-text {
  color: rgb(114, 114, 115);
  font-size: 12px;
  padding-top: 24px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: auto;
  padding: 24px 0;
}

.footer__phone {
  color: rgb(114, 114, 115);
  font-size: 18px;
  font-family: "CoFoSans 500", sans-serif;
}

.footer__working-time {
  color: rgb(114, 114, 115);
  font-size: 12px;
  padding-top: 4px;
}

.footer__connect-with-us {
  display: flex;
  flex-direction: row;
  color: rgb(114, 114, 115);
  font-size: 12px;
  padding-top: 20px;
  justify-content: center;
  cursor: pointer;
}

.footer__icon-mail {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.footer__btn-text {
  display: flex;
  color: rgb(114, 114, 115);
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 18px 64px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 65vh;
}

.container-data {
  max-width: 100%;
  padding: 20px 12px 0 76px;
}

.title-questionnaire-data {
  max-width: 70%;
}

.block-info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

p a {
  color: rgb(52, 130, 212);
}

.block-text {
  display: flex;
  flex-direction: column;
}

.info__title {
  display: flex;
  font-size: 34px;
  font-family: "CoFoSans 500", sans-serif;
  color: rgb(0, 0, 0);
  width: 100%;
  text-align: left;
}
.info__title.info__title-mini {
  font-size: 20px;
  margin-top: 24px;
}

.info__text {
  display: flex;
  font-size: 18px;
  font-family: "CoFoSans 400", sans-serif;
  color: rgb(32, 32, 32);
  padding-top: 17px;
  width: 100%;
  text-align: left;
  flex-direction: column;
}
.info__text.info__text-mini {
  font-size: 13px;
  margin-bottom: 8px;
}

.info__text.text-red {
  font-size: 16px;
  color: rgb(225, 37, 27);
}

.info-image__bg {
  display: flex;
  width: auto;
  height: auto;
}
.info-image__bg img {
  min-width: 570px;
}

.catalog__pagination-item {
  list-style: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 18px;
  background-color: rgb(225, 37, 27);
  font-size: 13px;
  color: rgb(244, 240, 240);
  font-family: "CoFoSans 500", sans-serif;
  font-weight: 700;
  margin-top: 34px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.2s ease all;
}
.btn:hover {
  background-color: rgb(240, 81, 77);
}
.btn a {
  text-decoration: none;
  color: rgb(244, 240, 240);
}

.btn-center {
  margin: 12px auto;
}

.btn-back {
  background-color: rgb(240, 241, 242);
  color: rgb(26, 34, 44);
}

.pos-right {
  margin: 0 0 0 auto;
}

.pos-right-float {
  float: right;
}

.pos-left {
  margin: 0 auto 0 0;
}

.container-data {
  background-image: url(/assets/images/bg-questions.svg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.69);
  background-blend-mode: lighten;
  background-position-y: -735px;
  height: 100%;
  min-height: 100vh;
  padding-top: 38px;
  padding-bottom: 38px;
}

.main-content-block {
  background-color: #ffffff;
  padding: 54px 64px;
  width: 621px;
  height: auto;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}

.questionnaire {
  display: flex;
  flex-direction: column;
  width: 620px;
  padding: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
  margin: 15px auto;
}

.questionnaire__title {
  display: flex;
  width: 100%;
  height: auto;
  font-size: 34px;
  line-height: 42px;
  color: rgb(32, 32, 32);
  font-family: "CoFoSans 500", sans-serif;
  text-align: left;
}

.questionnaire__img > * {
  display: block;
  max-width: 100%;
}

.btn-next-step-create.button__criterion-save {
  display: none;
  cursor: pointer;
}
.btn-next-step-create.button__criterion-save.active {
  display: flex;
}

.questionnaire__parent-title {
  font-size: 12px;
  font-weight: 500;
  color: rgb(114, 114, 115);
  margin-bottom: 10px;
  line-height: 20px;
}
.questionnaire__parent-title .bold-text {
  font-weight: 700;
  color: rgb(26, 34, 44);
}

.sign-in-wrap.content {
  min-height: 100vh;
}

.questionnaire__question-number {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  width: 100%;
  justify-content: flex-start;
  font-size: 18px;
  color: rgb(114, 114, 115);
}

.question-number__text {
  padding-right: 8px;
}

.questionnaire__name {
  display: flex;
  font-size: 13px;
  color: rgb(26, 34, 44);
  padding-top: 15px;
  font-weight: 700;
}

.questionnaire__answers-block {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  padding-top: 10px;
  justify-content: space-between;
}

.answer-item {
  display: flex;
  width: 265px;
  min-height: 56px;
  margin-bottom: 10px;
  background-color: rgb(248, 248, 248);
  color: rgb(26, 34, 44);
  font-size: 13px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.answer-item .checkbox-required {
  max-width: initial;
}
.answer-item .checkbox-required:last-child {
  margin-right: 0;
}
.answer-item .checkbox-required .r-checkbox:last-child {
  margin-right: 0;
}

.checkbox {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 24px;
  font-size: 13px;
  font-weight: 700;
  color: #1a222c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.checkbox:hover .checkbox_checkmark {
  border-color: #e1251b;
}

.checkbox_checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #727375;
  transition: all 0.3s;
}

input:checked ~ .checkbox_checkmark {
  border-color: #e1251b;
  background-color: #e1251b;
}

input:checked ~ .checkbox_checkmark:before {
  opacity: 1;
}

input:checked ~ .checkbox_checkmark--radio {
  background-color: transparent;
}

input:checked ~ .checkbox_checkmark--radio ~ * {
  font-family: "CoFoSans 700", sans-serif;
  color: #1a222c;
}

.checkbox_checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background-image: url(/assets/icons/checkmark.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.checkbox_checkmark--radio {
  border-radius: 50%;
}

.checkbox_checkmark--radio::before {
  width: 8px;
  height: 8px;
  background-color: #e1251b;
  background-image: none;
  border-radius: 50%;
}

input,
textarea {
  font-size: 13px;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.checkbox input[disabled] {
  border-color: #8d8e91;
}

.checkbox input[disabled] + .checkbox_checkmark {
  border-color: #a0a0a0;
}

.checkbox input[disabled] ~ span {
  color: #727273;
}

.checkbox a {
  font-size: inherit;
  line-height: inherit;
  color: #287dd5;
  transition: all 0.3s;
}

.checkbox a:hover {
  color: #e1251b;
}

.checkboxes {
  display: flex;
  flex-wrap: wrap;
}

.checkboxes > * {
  width: 50%;
}

.checkboxes > *:nth-of-type(2n + 1) {
  padding-right: 10px;
}

.checkbox--radio {
  font-size: 13px;
}

.questionnaire-pass .answer-item {
  align-items: flex-start;
}
.questionnaire-pass .checkbox_checkmark {
  top: 0;
  transform: translateY(0);
}

.tel_dropdown {
  width: 45px;
  height: 40px;
  position: absolute;
  top: 0;
}

.tel_dropdown-input {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}

.tel_dropdown-input:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.tel_dropdown-input.active:before {
  transform: translateY(-50%) scale(-1);
}

.tel_dropdown-input:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 8px;
  height: 8px;
  background-image: url(/assets/images/ic/arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.tel_dropdown-input .tel_flag {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}

.tel_dropdown-input.active ~ .tel_dropdown-list {
  max-height: 200px;
}

.tel_dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  overflow: auto;
  transition: max-height 0.3s;
  z-index: 1;
  width: 270px;
}

.tel_flag {
  background-color: #dbdbdb;
  background-image: url(/assets/images/flags.png);
  background-position: 20px 0;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #888;
  height: 15px;
  width: 20px;
}

.tel_dropdown-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.1428571429;
  transition: background-color 0.3s;
}

.tel_dropdown-item:hover {
  background-color: #f4f4f4;
}

.tel_dropdown-item.active {
  background-color: #e7e7e7;
  pointer-events: none;
}

.tel_dropdown-item .tel_flag,
.tel_dropdown-item .tel_country-name {
  margin-right: 6px;
}

.tel_dropdown-item .tel_dial-code {
  color: #999999;
}

.tel_flag.tel_np {
  width: 13px;
}

.tel_flag.tel_ch,
.tel_flag.tel_va {
  width: 15px;
}

.tel_flag.tel_be,
.tel_flag.tel_ne {
  width: 18px;
}

.tel_flag.tel_mc {
  width: 19px;
}

.tel_flag.tel_ac {
  height: 10px;
  background-position: 0 0;
}

.tel_flag.tel_ad {
  height: 14px;
  background-position: -22px 0;
}

.tel_flag.tel_ae {
  height: 10px;
  background-position: -44px 0;
}

.tel_flag.tel_af {
  height: 14px;
  background-position: -66px 0;
}

.tel_flag.tel_ag {
  height: 14px;
  background-position: -88px 0;
}

.tel_flag.tel_ai {
  height: 10px;
  background-position: -110px 0;
}

.tel_flag.tel_al {
  height: 15px;
  background-position: -132px 0;
}

.tel_flag.tel_am {
  height: 10px;
  background-position: -154px 0;
}

.tel_flag.tel_ao {
  height: 14px;
  background-position: -176px 0;
}

.tel_flag.tel_aq {
  height: 14px;
  background-position: -198px 0;
}

.tel_flag.tel_ar {
  height: 13px;
  background-position: -220px 0;
}

.tel_flag.tel_as {
  height: 10px;
  background-position: -242px 0;
}

.tel_flag.tel_at {
  height: 14px;
  background-position: -264px 0;
}

.tel_flag.tel_au {
  height: 10px;
  background-position: -286px 0;
}

.tel_flag.tel_aw {
  height: 14px;
  background-position: -308px 0;
}

.tel_flag.tel_ax {
  height: 13px;
  background-position: -330px 0;
}

.tel_flag.tel_az {
  height: 10px;
  background-position: -352px 0;
}

.tel_flag.tel_ba {
  height: 10px;
  background-position: -374px 0;
}

.tel_flag.tel_bb {
  height: 14px;
  background-position: -396px 0;
}

.tel_flag.tel_bd {
  height: 12px;
  background-position: -418px 0;
}

.tel_flag.tel_be {
  height: 15px;
  background-position: -440px 0;
}

.tel_flag.tel_bf {
  height: 14px;
  background-position: -460px 0;
}

.tel_flag.tel_bg {
  height: 12px;
  background-position: -482px 0;
}

.tel_flag.tel_bh {
  height: 12px;
  background-position: -504px 0;
}

.tel_flag.tel_bi {
  height: 12px;
  background-position: -526px 0;
}

.tel_flag.tel_bj {
  height: 14px;
  background-position: -548px 0;
}

.tel_flag.tel_bl {
  height: 14px;
  background-position: -570px 0;
}

.tel_flag.tel_bm {
  height: 10px;
  background-position: -592px 0;
}

.tel_flag.tel_bn {
  height: 10px;
  background-position: -614px 0;
}

.tel_flag.tel_bo {
  height: 14px;
  background-position: -636px 0;
}

.tel_flag.tel_bq {
  height: 14px;
  background-position: -658px 0;
}

.tel_flag.tel_br {
  height: 14px;
  background-position: -680px 0;
}

.tel_flag.tel_bs {
  height: 10px;
  background-position: -702px 0;
}

.tel_flag.tel_bt {
  height: 14px;
  background-position: -724px 0;
}

.tel_flag.tel_bv {
  height: 15px;
  background-position: -746px 0;
}

.tel_flag.tel_bw {
  height: 14px;
  background-position: -768px 0;
}

.tel_flag.tel_by {
  height: 10px;
  background-position: -790px 0;
}

.tel_flag.tel_bz {
  height: 14px;
  background-position: -812px 0;
}

.tel_flag.tel_ca {
  height: 10px;
  background-position: -834px 0;
}

.tel_flag.tel_cc {
  height: 10px;
  background-position: -856px 0;
}

.tel_flag.tel_cd {
  height: 15px;
  background-position: -878px 0;
}

.tel_flag.tel_cf {
  height: 14px;
  background-position: -900px 0;
}

.tel_flag.tel_cg {
  height: 14px;
  background-position: -922px 0;
}

.tel_flag.tel_ch {
  height: 15px;
  background-position: -944px 0;
}

.tel_flag.tel_ci {
  height: 14px;
  background-position: -961px 0;
}

.tel_flag.tel_ck {
  height: 10px;
  background-position: -983px 0;
}

.tel_flag.tel_cl {
  height: 14px;
  background-position: -1005px 0;
}

.tel_flag.tel_cm {
  height: 14px;
  background-position: -1027px 0;
}

.tel_flag.tel_cn {
  height: 14px;
  background-position: -1049px 0;
}

.tel_flag.tel_co {
  height: 14px;
  background-position: -1071px 0;
}

.tel_flag.tel_cp {
  height: 14px;
  background-position: -1093px 0;
}

.tel_flag.tel_cr {
  height: 12px;
  background-position: -1115px 0;
}

.tel_flag.tel_cu {
  height: 10px;
  background-position: -1137px 0;
}

.tel_flag.tel_cv {
  height: 12px;
  background-position: -1159px 0;
}

.tel_flag.tel_cw {
  height: 14px;
  background-position: -1181px 0;
}

.tel_flag.tel_cx {
  height: 10px;
  background-position: -1203px 0;
}

.tel_flag.tel_cy {
  height: 14px;
  background-position: -1225px 0;
}

.tel_flag.tel_cz {
  height: 14px;
  background-position: -1247px 0;
}

.tel_flag.tel_de {
  height: 12px;
  background-position: -1269px 0;
}

.tel_flag.tel_dg {
  height: 10px;
  background-position: -1291px 0;
}

.tel_flag.tel_dj {
  height: 14px;
  background-position: -1313px 0;
}

.tel_flag.tel_dk {
  height: 15px;
  background-position: -1335px 0;
}

.tel_flag.tel_dm {
  height: 10px;
  background-position: -1357px 0;
}

.tel_flag.tel_do {
  height: 14px;
  background-position: -1379px 0;
}

.tel_flag.tel_dz {
  height: 14px;
  background-position: -1401px 0;
}

.tel_flag.tel_ea {
  height: 14px;
  background-position: -1423px 0;
}

.tel_flag.tel_ec {
  height: 14px;
  background-position: -1445px 0;
}

.tel_flag.tel_ee {
  height: 13px;
  background-position: -1467px 0;
}

.tel_flag.tel_eg {
  height: 14px;
  background-position: -1489px 0;
}

.tel_flag.tel_eh {
  height: 10px;
  background-position: -1511px 0;
}

.tel_flag.tel_er {
  height: 10px;
  background-position: -1533px 0;
}

.tel_flag.tel_es {
  height: 14px;
  background-position: -1555px 0;
}

.tel_flag.tel_et {
  height: 10px;
  background-position: -1577px 0;
}

.tel_flag.tel_eu {
  height: 14px;
  background-position: -1599px 0;
}

.tel_flag.tel_fi {
  height: 12px;
  background-position: -1621px 0;
}

.tel_flag.tel_fj {
  height: 10px;
  background-position: -1643px 0;
}

.tel_flag.tel_fk {
  height: 10px;
  background-position: -1665px 0;
}

.tel_flag.tel_fm {
  height: 11px;
  background-position: -1687px 0;
}

.tel_flag.tel_fo {
  height: 15px;
  background-position: -1709px 0;
}

.tel_flag.tel_fr {
  height: 14px;
  background-position: -1731px 0;
}

.tel_flag.tel_ga {
  height: 15px;
  background-position: -1753px 0;
}

.tel_flag.tel_gb {
  height: 10px;
  background-position: -1775px 0;
}

.tel_flag.tel_gd {
  height: 12px;
  background-position: -1797px 0;
}

.tel_flag.tel_ge {
  height: 14px;
  background-position: -1819px 0;
}

.tel_flag.tel_gf {
  height: 14px;
  background-position: -1841px 0;
}

.tel_flag.tel_gg {
  height: 14px;
  background-position: -1863px 0;
}

.tel_flag.tel_gh {
  height: 14px;
  background-position: -1885px 0;
}

.tel_flag.tel_gi {
  height: 10px;
  background-position: -1907px 0;
}

.tel_flag.tel_gl {
  height: 14px;
  background-position: -1929px 0;
}

.tel_flag.tel_gm {
  height: 14px;
  background-position: -1951px 0;
}

.tel_flag.tel_gn {
  height: 14px;
  background-position: -1973px 0;
}

.tel_flag.tel_gp {
  height: 14px;
  background-position: -1995px 0;
}

.tel_flag.tel_gq {
  height: 14px;
  background-position: -2017px 0;
}

.tel_flag.tel_gr {
  height: 14px;
  background-position: -2039px 0;
}

.tel_flag.tel_gs {
  height: 10px;
  background-position: -2061px 0;
}

.tel_flag.tel_gt {
  height: 13px;
  background-position: -2083px 0;
}

.tel_flag.tel_gu {
  height: 11px;
  background-position: -2105px 0;
}

.tel_flag.tel_gw {
  height: 10px;
  background-position: -2127px 0;
}

.tel_flag.tel_gy {
  height: 12px;
  background-position: -2149px 0;
}

.tel_flag.tel_hk {
  height: 14px;
  background-position: -2171px 0;
}

.tel_flag.tel_hm {
  height: 10px;
  background-position: -2193px 0;
}

.tel_flag.tel_hn {
  height: 10px;
  background-position: -2215px 0;
}

.tel_flag.tel_hr {
  height: 10px;
  background-position: -2237px 0;
}

.tel_flag.tel_ht {
  height: 12px;
  background-position: -2259px 0;
}

.tel_flag.tel_hu {
  height: 10px;
  background-position: -2281px 0;
}

.tel_flag.tel_ic {
  height: 14px;
  background-position: -2303px 0;
}

.tel_flag.tel_id {
  height: 14px;
  background-position: -2325px 0;
}

.tel_flag.tel_ie {
  height: 10px;
  background-position: -2347px 0;
}

.tel_flag.tel_il {
  height: 15px;
  background-position: -2369px 0;
}

.tel_flag.tel_im {
  height: 10px;
  background-position: -2391px 0;
}

.tel_flag.tel_in {
  height: 14px;
  background-position: -2413px 0;
}

.tel_flag.tel_io {
  height: 10px;
  background-position: -2435px 0;
}

.tel_flag.tel_iq {
  height: 14px;
  background-position: -2457px 0;
}

.tel_flag.tel_ir {
  height: 12px;
  background-position: -2479px 0;
}

.tel_flag.tel_is {
  height: 15px;
  background-position: -2501px 0;
}

.tel_flag.tel_it {
  height: 14px;
  background-position: -2523px 0;
}

.tel_flag.tel_je {
  height: 12px;
  background-position: -2545px 0;
}

.tel_flag.tel_jm {
  height: 10px;
  background-position: -2567px 0;
}

.tel_flag.tel_jo {
  height: 10px;
  background-position: -2589px 0;
}

.tel_flag.tel_jp {
  height: 14px;
  background-position: -2611px 0;
}

.tel_flag.tel_ke {
  height: 14px;
  background-position: -2633px 0;
}

.tel_flag.tel_kg {
  height: 12px;
  background-position: -2655px 0;
}

.tel_flag.tel_kh {
  height: 13px;
  background-position: -2677px 0;
}

.tel_flag.tel_ki {
  height: 10px;
  background-position: -2699px 0;
}

.tel_flag.tel_km {
  height: 12px;
  background-position: -2721px 0;
}

.tel_flag.tel_kn {
  height: 14px;
  background-position: -2743px 0;
}

.tel_flag.tel_kp {
  height: 10px;
  background-position: -2765px 0;
}

.tel_flag.tel_kr {
  height: 14px;
  background-position: -2787px 0;
}

.tel_flag.tel_kw {
  height: 10px;
  background-position: -2809px 0;
}

.tel_flag.tel_ky {
  height: 10px;
  background-position: -2831px 0;
}

.tel_flag.tel_kz {
  height: 10px;
  background-position: -2853px 0;
}

.tel_flag.tel_la {
  height: 14px;
  background-position: -2875px 0;
}

.tel_flag.tel_lb {
  height: 14px;
  background-position: -2897px 0;
}

.tel_flag.tel_lc {
  height: 10px;
  background-position: -2919px 0;
}

.tel_flag.tel_li {
  height: 12px;
  background-position: -2941px 0;
}

.tel_flag.tel_lk {
  height: 10px;
  background-position: -2963px 0;
}

.tel_flag.tel_lr {
  height: 11px;
  background-position: -2985px 0;
}

.tel_flag.tel_ls {
  height: 14px;
  background-position: -3007px 0;
}

.tel_flag.tel_lt {
  height: 12px;
  background-position: -3029px 0;
}

.tel_flag.tel_lu {
  height: 12px;
  background-position: -3051px 0;
}

.tel_flag.tel_lv {
  height: 10px;
  background-position: -3073px 0;
}

.tel_flag.tel_ly {
  height: 10px;
  background-position: -3095px 0;
}

.tel_flag.tel_ma {
  height: 14px;
  background-position: -3117px 0;
}

.tel_flag.tel_mc {
  height: 15px;
  background-position: -3139px 0;
}

.tel_flag.tel_md {
  height: 10px;
  background-position: -3160px 0;
}

.tel_flag.tel_me {
  height: 10px;
  background-position: -3182px 0;
}

.tel_flag.tel_mf {
  height: 14px;
  background-position: -3204px 0;
}

.tel_flag.tel_mg {
  height: 14px;
  background-position: -3226px 0;
}

.tel_flag.tel_mh {
  height: 11px;
  background-position: -3248px 0;
}

.tel_flag.tel_mk {
  height: 10px;
  background-position: -3270px 0;
}

.tel_flag.tel_ml {
  height: 14px;
  background-position: -3292px 0;
}

.tel_flag.tel_mm {
  height: 14px;
  background-position: -3314px 0;
}

.tel_flag.tel_mn {
  height: 10px;
  background-position: -3336px 0;
}

.tel_flag.tel_mo {
  height: 14px;
  background-position: -3358px 0;
}

.tel_flag.tel_mp {
  height: 10px;
  background-position: -3380px 0;
}

.tel_flag.tel_mq {
  height: 14px;
  background-position: -3402px 0;
}

.tel_flag.tel_mr {
  height: 14px;
  background-position: -3424px 0;
}

.tel_flag.tel_ms {
  height: 10px;
  background-position: -3446px 0;
}

.tel_flag.tel_mt {
  height: 14px;
  background-position: -3468px 0;
}

.tel_flag.tel_mu {
  height: 14px;
  background-position: -3490px 0;
}

.tel_flag.tel_mv {
  height: 14px;
  background-position: -3512px 0;
}

.tel_flag.tel_mw {
  height: 14px;
  background-position: -3534px 0;
}

.tel_flag.tel_mx {
  height: 12px;
  background-position: -3556px 0;
}

.tel_flag.tel_my {
  height: 10px;
  background-position: -3578px 0;
}

.tel_flag.tel_mz {
  height: 14px;
  background-position: -3600px 0;
}

.tel_flag.tel_na {
  height: 14px;
  background-position: -3622px 0;
}

.tel_flag.tel_nc {
  height: 10px;
  background-position: -3644px 0;
}

.tel_flag.tel_ne {
  height: 15px;
  background-position: -3666px 0;
}

.tel_flag.tel_nf {
  height: 10px;
  background-position: -3686px 0;
}

.tel_flag.tel_ng {
  height: 10px;
  background-position: -3708px 0;
}

.tel_flag.tel_ni {
  height: 12px;
  background-position: -3730px 0;
}

.tel_flag.tel_nl {
  height: 14px;
  background-position: -3752px 0;
}

.tel_flag.tel_no {
  height: 15px;
  background-position: -3774px 0;
}

.tel_flag.tel_np {
  height: 15px;
  background-position: -3796px 0;
}

.tel_flag.tel_nr {
  height: 10px;
  background-position: -3811px 0;
}

.tel_flag.tel_nu {
  height: 10px;
  background-position: -3833px 0;
}

.tel_flag.tel_nz {
  height: 10px;
  background-position: -3855px 0;
}

.tel_flag.tel_om {
  height: 10px;
  background-position: -3877px 0;
}

.tel_flag.tel_pa {
  height: 14px;
  background-position: -3899px 0;
}

.tel_flag.tel_pe {
  height: 14px;
  background-position: -3921px 0;
}

.tel_flag.tel_pf {
  height: 14px;
  background-position: -3943px 0;
}

.tel_flag.tel_pg {
  height: 15px;
  background-position: -3965px 0;
}

.tel_flag.tel_ph {
  height: 10px;
  background-position: -3987px 0;
}

.tel_flag.tel_pk {
  height: 14px;
  background-position: -4009px 0;
}

.tel_flag.tel_pl {
  height: 13px;
  background-position: -4031px 0;
}

.tel_flag.tel_pm {
  height: 14px;
  background-position: -4053px 0;
}

.tel_flag.tel_pn {
  height: 10px;
  background-position: -4075px 0;
}

.tel_flag.tel_pr {
  height: 14px;
  background-position: -4097px 0;
}

.tel_flag.tel_ps {
  height: 10px;
  background-position: -4119px 0;
}

.tel_flag.tel_pt {
  height: 14px;
  background-position: -4141px 0;
}

.tel_flag.tel_pw {
  height: 13px;
  background-position: -4163px 0;
}

.tel_flag.tel_py {
  height: 11px;
  background-position: -4185px 0;
}

.tel_flag.tel_qa {
  height: 8px;
  background-position: -4207px 0;
}

.tel_flag.tel_re {
  height: 14px;
  background-position: -4229px 0;
}

.tel_flag.tel_ro {
  height: 14px;
  background-position: -4251px 0;
}

.tel_flag.tel_rs {
  height: 14px;
  background-position: -4273px 0;
}

.tel_flag.tel_ru {
  height: 14px;
  background-position: -4295px 0;
}

.tel_flag.tel_rw {
  height: 14px;
  background-position: -4317px 0;
}

.tel_flag.tel_sa {
  height: 14px;
  background-position: -4339px 0;
}

.tel_flag.tel_sb {
  height: 10px;
  background-position: -4361px 0;
}

.tel_flag.tel_sc {
  height: 10px;
  background-position: -4383px 0;
}

.tel_flag.tel_sd {
  height: 10px;
  background-position: -4405px 0;
}

.tel_flag.tel_se {
  height: 13px;
  background-position: -4427px 0;
}

.tel_flag.tel_sg {
  height: 14px;
  background-position: -4449px 0;
}

.tel_flag.tel_sh {
  height: 10px;
  background-position: -4471px 0;
}

.tel_flag.tel_si {
  height: 10px;
  background-position: -4493px 0;
}

.tel_flag.tel_sj {
  height: 15px;
  background-position: -4515px 0;
}

.tel_flag.tel_sk {
  height: 14px;
  background-position: -4537px 0;
}

.tel_flag.tel_sl {
  height: 14px;
  background-position: -4559px 0;
}

.tel_flag.tel_sm {
  height: 15px;
  background-position: -4581px 0;
}

.tel_flag.tel_sn {
  height: 14px;
  background-position: -4603px 0;
}

.tel_flag.tel_so {
  height: 14px;
  background-position: -4625px 0;
}

.tel_flag.tel_sr {
  height: 14px;
  background-position: -4647px 0;
}

.tel_flag.tel_ss {
  height: 10px;
  background-position: -4669px 0;
}

.tel_flag.tel_st {
  height: 10px;
  background-position: -4691px 0;
}

.tel_flag.tel_sv {
  height: 12px;
  background-position: -4713px 0;
}

.tel_flag.tel_sx {
  height: 14px;
  background-position: -4735px 0;
}

.tel_flag.tel_sy {
  height: 14px;
  background-position: -4757px 0;
}

.tel_flag.tel_sz {
  height: 14px;
  background-position: -4779px 0;
}

.tel_flag.tel_ta {
  height: 10px;
  background-position: -4801px 0;
}

.tel_flag.tel_tc {
  height: 10px;
  background-position: -4823px 0;
}

.tel_flag.tel_td {
  height: 14px;
  background-position: -4845px 0;
}

.tel_flag.tel_tf {
  height: 14px;
  background-position: -4867px 0;
}

.tel_flag.tel_tg {
  height: 13px;
  background-position: -4889px 0;
}

.tel_flag.tel_th {
  height: 14px;
  background-position: -4911px 0;
}

.tel_flag.tel_tj {
  height: 10px;
  background-position: -4933px 0;
}

.tel_flag.tel_tk {
  height: 10px;
  background-position: -4955px 0;
}

.tel_flag.tel_tl {
  height: 10px;
  background-position: -4977px 0;
}

.tel_flag.tel_tm {
  height: 14px;
  background-position: -4999px 0;
}

.tel_flag.tel_tn {
  height: 14px;
  background-position: -5021px 0;
}

.tel_flag.tel_to {
  height: 10px;
  background-position: -5043px 0;
}

.tel_flag.tel_tr {
  height: 14px;
  background-position: -5065px 0;
}

.tel_flag.tel_tt {
  height: 12px;
  background-position: -5087px 0;
}

.tel_flag.tel_tv {
  height: 10px;
  background-position: -5109px 0;
}

.tel_flag.tel_tw {
  height: 14px;
  background-position: -5131px 0;
}

.tel_flag.tel_tz {
  height: 14px;
  background-position: -5153px 0;
}

.tel_flag.tel_ua {
  height: 14px;
  background-position: -5175px 0;
}

.tel_flag.tel_ug {
  height: 14px;
  background-position: -5197px 0;
}

.tel_flag.tel_um {
  height: 11px;
  background-position: -5219px 0;
}

.tel_flag.tel_un {
  height: 14px;
  background-position: -5241px 0;
}

.tel_flag.tel_us {
  height: 11px;
  background-position: -5263px 0;
}

.tel_flag.tel_uy {
  height: 14px;
  background-position: -5285px 0;
}

.tel_flag.tel_uz {
  height: 10px;
  background-position: -5307px 0;
}

.tel_flag.tel_va {
  height: 15px;
  background-position: -5329px 0;
}

.tel_flag.tel_vc {
  height: 14px;
  background-position: -5346px 0;
}

.tel_flag.tel_ve {
  height: 14px;
  background-position: -5368px 0;
}

.tel_flag.tel_vg {
  height: 10px;
  background-position: -5390px 0;
}

.tel_flag.tel_vi {
  height: 14px;
  background-position: -5412px 0;
}

.tel_flag.tel_vn {
  height: 14px;
  background-position: -5434px 0;
}

.tel_flag.tel_vu {
  height: 12px;
  background-position: -5456px 0;
}

.tel_flag.tel_wf {
  height: 14px;
  background-position: -5478px 0;
}

.tel_flag.tel_ws {
  height: 10px;
  background-position: -5500px 0;
}

.tel_flag.tel_xk {
  height: 15px;
  background-position: -5522px 0;
}

.tel_flag.tel_ye {
  height: 14px;
  background-position: -5544px 0;
}

.tel_flag.tel_yt {
  height: 14px;
  background-position: -5566px 0;
}

.tel_flag.tel_za {
  height: 14px;
  background-position: -5588px 0;
}

.tel_flag.tel_zm {
  height: 14px;
  background-position: -5610px 0;
}

.tel_flag.tel_zw {
  height: 10px;
  background-position: -5632px 0;
}

.tel_flag.tel_np {
  background-color: transparent;
}

.input-small.tel {
  padding-left: 50px;
}

* {
  scrollbar-track-color: rgb(181, 181, 181);
  scrollbar-color: rgb(181, 181, 181);
  scrollbar-width: 8px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(240, 241, 242);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(181, 181, 181);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(225, 37, 27);
}

.importance-rating {
  display: flex;
  flex-direction: column;
  width: 335px;
  height: 91px;
  padding: 1px 0;
}

.importance-rating__title {
  display: flex;
  justify-content: flex-start;
  color: rgb(0, 0, 0);
  font-size: 13px;
  text-align: left;
}

.importance-rating__value {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  width: 100%;
}

.value__block {
  display: flex;
  flex-direction: row;
}

.value-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 0.2s ease all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.value-item-checkbox {
  display: none;
}

.value-item:hover {
  transform: scale(1.1);
}

input ~ .value-item {
  transform: scale(1);
}

input:checked ~ .value-item {
  transform: scale(1.1);
  font-size: 20px;
  font-weight: 700;
}

.smile-rating label {
  margin-right: 20px;
}
.smile-rating input:checked ~ .value-item {
  transform: scale(1.3);
}
.smile-rating .value__helpers {
  width: 100%;
  justify-content: space-between;
}

.rating-area {
  overflow: hidden;
  width: 320px;
  padding-top: 15px;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  float: right;
  width: 58px;
  padding: 0;
  cursor: pointer;
  font-size: 58px;
  line-height: 58px;
  color: rgb(208, 212, 217);
}

.rating-area:not(:checked) > label:before {
  content: "★";
}

.rating-area > input:checked ~ label {
  color: rgb(225, 37, 27);
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: rgb(225, 37, 27);
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: rgb(225, 37, 27);
}

.rate-area > label:active {
  position: relative;
}

.value-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.neutral {
  background-color: rgb(141, 142, 145);
  width: 46.67px;
  height: 40px;
  border-radius: 12px;
  margin-right: 10px;
}

.value__very-low {
  background-color: rgb(225, 37, 27);
  width: 51.67px;
  height: 40px;
  border-radius: 12px 0 0 12px;
  margin-right: 5px;
}

.value__low {
  background-color: rgb(240, 81, 77);
  width: 51.67px;
  height: 40px;
  margin-right: 5px;
}

.value__middle {
  background-color: rgb(255, 153, 0);
  width: 51.67px;
  height: 40px;
  margin-right: 5px;
}

.value__high {
  background-color: rgb(82, 202, 94);
  width: 51.67px;
  height: 40px;
  margin-right: 5px;
}

.value__very-high {
  background-color: rgb(39, 189, 54);
  width: 51.67px;
  height: 40px;
  border-radius: 0 12px 12px 0;
}

.value__helpers {
  display: flex;
  flex-direction: row;
  width: 275px;
  justify-content: space-between;
  font-size: 10px;
  color: rgb(0, 0, 0);
  padding-top: 11px;
  align-self: flex-end;
}

.steps-buttons {
  display: flex;
  flex-direction: row;
  width: 620px;
  margin: 0 auto 20px auto;
  justify-content: space-between;
  height: auto;
}

.button-submit {
  background: none;
  cursor: pointer;
}

.checkbox-toggle {
  pointer-events: none;
}

.checkbox-toggle.ready-click {
  pointer-events: auto;
}

.checkbox-toggle-block.button-left {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.input-small.change-input {
  border-radius: 2px;
  background-color: white;
  border-bottom: 1px solid rgb(141, 142, 145);
}

.btn.btn-gray {
  background-color: rgb(240, 241, 242);
  color: rgb(26, 34, 44);
  border: 1px solid rgb(240, 241, 242);
}
.btn.btn-gray:hover {
  background-color: rgb(208, 212, 217);
}

.empty-list {
  padding: 15px;
  border-top: 1px solid gray;
}

.menu-left {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 64px;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.menu-left__info-block {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 22px 22px 22px 32px;
  width: 100%;
  height: auto;
}
.menu-left__info-block-title {
  color: #727273;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.menu-left__info-block-phone {
  color: #727273;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.menu-left__info-block-time {
  color: #727273;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 460px) and (max-width: 1540px) {
  .menu-left:hover {
    width: 205px;
    z-index: 1;
  }
  .menu-left:hover .icon-text-mini {
    display: block;
  }
  .menu-left:hover .menu-left__info-block {
    display: flex;
  }
}
@media (min-width: 1540px) {
  .menu-left {
    width: 205px;
    z-index: 1;
  }
  .menu-left__info-block {
    display: flex;
  }
  .menu-left .icon-text-mini {
    display: block;
  }
}
.menu-left__button, .menu-right__button {
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid rgb(208, 212, 217);
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.menu-left__button:hover, .menu-right__button:hover {
  border-bottom: 4px solid rgb(225, 37, 27);
}

.menu-left__button-active {
  border-bottom: 4px solid rgb(225, 37, 27);
  box-sizing: content-box;
}

.menu-left__button-icon, .menu-right__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.menu-left__button-icon img, .menu-right__button-icon img {
  width: 100%;
  height: 100%;
}

.menu-right__button-icon {
  width: 20px;
  height: 18px;
}

.menu-right__button {
  justify-content: center;
}
.menu-right__button .header__menu-profile-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 80%;
}
.menu-right__button .header__text-btn {
  padding-left: 15px;
}

.container-central {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1372px;
  min-height: 700px;
}

@media (min-width: 1540px) {
  .container-central {
    width: calc(100% - 150px);
    margin-left: 150px;
  }
}
.modal-choice-user-base .modal-submit .btn,
.modal-share .modal-submit .btn {
  margin: 10px auto;
}

.button-share-questionnaire {
  cursor: pointer;
}

.data-survey .title-filter-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.data-survey .filter-btn-add-base-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
.data-survey .filter-btn-add-base-block .filter__button-main {
  margin-bottom: 0;
}
.data-survey .filter-btn-add-base-block .menu-tab-button-icon {
  display: flex;
  margin-left: 24px;
}

.data-survey.data-view-survey {
  background-color: rgb(248, 248, 248);
}
.data-survey.data-view-survey .dates-block__period {
  margin-right: 150px;
}
.data-survey.data-view-survey .helper-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  width: 220px;
  justify-content: flex-end;
  align-self: flex-end;
}
.data-survey.data-view-survey .helper-buttons .helper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgb(240, 241, 242);
  border-radius: 8px;
  transition: 0.3s ease all;
  cursor: pointer;
  margin-left: 12px;
}
.data-survey.data-view-survey .helper-buttons .helper-button:hover {
  background-color: #fff;
}
.data-survey.data-view-survey .data-survey__group-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.data-survey.data-view-survey .data-survey__group-buttons .item-data__buttons {
  margin-top: 0;
}
.data-survey.data-view-survey .icon-btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.data-survey.data-view-survey .dates-block__end {
  margin-top: 0;
}
.data-survey.data-view-survey .title-questionnaire__block-title {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.data-survey.data-view-survey .title-questionnaire__content-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.data-survey.data-view-survey .statistic-page {
  flex-direction: column;
}
.data-survey.data-view-survey .statistic-page__results {
  display: none;
  flex-direction: row;
  justify-content: space-between;
}
.data-survey.data-view-survey .statistic-page__questions-block {
  display: flex;
  flex-direction: column;
  width: 35%;
  height: auto;
  max-height: 468px;
  margin-bottom: 20px;
}
.data-survey.data-view-survey .statistic-page__block-title {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  font-size: 16px;
  color: rgb(26, 34, 44);
  margin-bottom: 15px;
}
.data-survey.data-view-survey .statistic-page__questions-list {
  display: flex;
  max-height: 468px;
  min-height: 468px;
  width: 100%;
  overflow-y: auto;
  flex-direction: column;
  padding-right: 10px;
}
.data-survey.data-view-survey .statistic-page__question-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.data-survey.data-view-survey .statistic-page__question-item:hover {
  border: 1px solid rgb(225, 37, 27);
}
.data-survey.data-view-survey .statistic-page__question-item.active {
  border: 1px solid rgb(225, 37, 27);
}
.data-survey.data-view-survey .question-item__upper-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.data-survey.data-view-survey .question-item__upper-content--count {
  font-size: 13px;
  color: rgb(114, 114, 115);
}
.data-survey.data-view-survey .question-item__upper-content--info {
  display: flex;
  flex-direction: row;
}
.data-survey.data-view-survey .question-item__upper-content--info-percent {
  display: flex;
  color: rgb(26, 34, 44);
  font-size: 16px;
  margin-right: 10px;
}
.data-survey.data-view-survey .question-item__upper-content--info-people {
  display: flex;
  color: rgb(114, 114, 115);
  font-size: 13px;
}
.data-survey.data-view-survey .question-item__bottom-content {
  display: flex;
  color: rgb(26, 34, 44);
  font-size: 16px;
  font-weight: 700;
  word-break: break-all;
  margin-top: 15px;
}
.data-survey.data-view-survey .question-item__category-block {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.data-survey.data-view-survey .question-item__category-block .question-item__bottom-content {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.data-survey.data-view-survey .graph-scale-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.data-survey.data-view-survey .graph-scale-block__data-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.data-survey.data-view-survey .graph-scale-block__info-title {
  font-size: 13px;
  color: rgb(114, 114, 115);
  text-align: left;
  word-break: break-all;
}
.data-survey.data-view-survey .graph-scale-block__right-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.data-survey.data-view-survey .graph-scale-block__percents {
  font-size: 11px;
  font-weight: 700;
  color: rgb(26, 34, 44);
  margin-right: 5px;
}
.data-survey.data-view-survey .graph-scale-block__count {
  font-size: 11px;
  font-weight: 400;
  color: rgb(114, 114, 115);
  margin-right: 5px;
}
.data-survey.data-view-survey .graph-scale-block__graph {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  padding-bottom: 5px;
}
.data-survey.data-view-survey .graph-scale-block__graph--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  min-height: 48px;
  height: 48px;
  min-width: 42px;
  width: 100%;
  background-color: rgba(141, 142, 145, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item:first-child {
  border-radius: 12px 0 0 12px;
}
.data-survey.data-view-survey .graph-scale-block__graph--item:last-child {
  border-radius: 0 12px 12px 0;
}
.data-survey.data-view-survey .graph--item__percent {
  font-size: 11px;
  color: rgb(26, 34, 44);
}
.data-survey.data-view-survey .graph--item__count {
  font-size: 11px;
  color: rgb(114, 114, 115);
}
.data-survey.data-view-survey .graph-row-block__graph {
  flex-direction: column;
}
.data-survey.data-view-survey .graph-row-block__graph .graph-scale-block__graph--item {
  width: 100%;
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  flex-direction: row;
  padding: 16px 12px;
  height: auto;
  background-color: rgba(207, 211, 216, 0.25);
}
.data-survey.data-view-survey .graph-row-block__graph .graph--item__title {
  max-width: 60%;
}
.data-survey.data-view-survey .graph-row-block__graph .graph--item__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.data-survey.data-view-survey .graph-row-block__graph .graph--item__block .graph--item__percent {
  font-weight: 700;
  margin-right: 20px;
}
.data-survey.data-view-survey .question-item__additional-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.data-survey.data-view-survey .question-item__additional--item {
  display: flex;
  flex-direction: column;
}
.data-survey.data-view-survey .additional--item__comments {
  margin-right: 270px;
}
.data-survey.data-view-survey .question-item__additional--title {
  font-size: 13px;
  color: rgb(114, 114, 115);
}
.data-survey.data-view-survey .question-item__additional--link {
  font-size: 13px;
  font-weight: 500;
  color: rgb(52, 130, 212);
  transition: 0.3s ease all;
}
.data-survey.data-view-survey .question-item__additional--link:hover {
  color: rgb(225, 37, 27);
}
.data-survey.data-view-survey .statistic-page__question-result-block {
  width: 63%;
  max-height: none;
}
.data-survey.data-view-survey .statistic-page__question-result-block .statistic-page__question-item {
  height: auto;
}
.data-survey.data-view-survey .statistic-page__question-result-block .statistic-page__question-item:hover {
  border: none;
  cursor: default;
}
.data-survey.data-view-survey .base-questioonaire-links {
  flex-direction: column;
  margin-right: 20px;
}
.data-survey.data-view-survey .base-questioonaire-links .dropdown-legal {
  margin-right: 15px;
}
.data-survey.data-view-survey .item-data__content.object-block {
  justify-content: flex-start;
}
.data-survey.data-view-survey .item-data__content.object-block .base-questioonaire-links {
  margin-top: 0;
  flex-direction: row;
  margin-right: 0;
  margin-bottom: 0;
}
.data-survey.data-view-survey .item-data__content.object-block .base-questioonaire-links .custom-questionnaire-dropdown {
  min-width: 240px;
  max-width: 240px;
}
.data-survey.data-view-survey .item-data__content.object-block .base-questioonaire-links .object-link-block.copy-link {
  min-width: 230px;
}
.data-survey.data-view-survey .title-questionnaire {
  align-items: flex-start;
}
.data-survey.data-view-survey .block-title__text {
  color: rgb(26, 34, 44);
}
.data-survey.data-view-survey .block-title__line {
  display: flex;
  width: 62px;
  height: 2px;
  background-color: rgb(225, 37, 27);
  margin-top: 6px;
}
.data-survey.data-view-survey .statistic-graph {
  display: flex;
  flex-direction: column;
}
.data-survey.data-view-survey .statistic-graph__title {
  display: flex;
  font-size: 16px;
  color: rgb(26, 34, 44);
  margin-bottom: 24px;
}
.data-survey.data-view-survey .statistic-graph__chart {
  min-height: 145px;
  width: 100%;
}
.data-survey.data-view-survey .statistic-graph__chart canvas {
  width: 100% !important;
  height: 145px !important;
}

.view-editor--activated .view-editor__placeholder {
  display: none;
}
.view-editor__title, .view-editor__description, .view-editor__criterion {
  overflow-y: auto;
}

.file-upload {
  position: relative;
}
.file-upload input[type=file] {
  position: absolute;
  height: 0px;
  width: 0px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.file-upload__area {
  position: relative;
}
.file-upload__btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  background-color: rgb(141, 142, 145);
  border-radius: 12px;
  transition: all 0.3s ease-in;
}
.file-upload__btn:hover {
  background-color: rgb(141, 142, 145);
}
.file-upload__btn-icon {
  display: block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  color: currentColor;
}
.file-upload__btn-icon > * {
  display: block;
  height: 100%;
  width: 100%;
  fill: currentColor;
  color: inherit;
  transition: all 0.2s scubic-bezier(0.4, 0, 0.2, 1);
}
.file-upload__message-error {
  margin-top: 12px;
  font-size: 13px;
  color: red;
}
.file-upload__message-error:empty {
  display: none;
}
.file-upload .values {
  margin-top: 20px;
}
.file-upload .values:has(.values__list:empty) {
  display: none;
}

.values:has(.values__list:empty) {
  display: none;
}
.values__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.values__item {
  padding: 4px 8px;
}
.values__item-btns {
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-bottom: 12px;
  position: absolute;
  width: 100%;
}
.values__item-remove {
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 1;
  padding: 5px;
  height: 12px;
  width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 13px;
  font-weight: 400;
  background-color: #F0F1F2;
  border-radius: 8px;
  text-align: center;
  transition: 0.2s;
  transition-property: color, background-color, border, opacity;
}
.values__item-remove::before {
  content: "×";
}
.values__item-remove:hover {
  color: #fff;
  background-color: rgb(225, 37, 27);
}
.values__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.values__item--style_img {
  border-radius: 12px;
  height: 130px;
  position: relative;
  width: 110px;
}

.statistics-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.statistic-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-right: 8px;
  width: 24.4%;
  min-width: 292px;
  height: 88px;
  padding: 24px;
  flex-direction: row;
  border-radius: 12px;
}

.statistic-block__icon {
  margin-right: 12px;
}

.statistic-block__info {
  display: flex;
  flex-direction: column;
}

.statistic-block__title {
  color: rgb(114, 114, 115);
  font-size: 13px;
}

.statistic-block__text {
  color: rgb(26, 34, 44);
  font-size: 18px;
}

.statistic-block__subtext {
  margin-left: 10px;
  color: rgb(114, 114, 115);
  font-size: 13px;
}

.base-questioonaire-links {
  margin-bottom: 20px;
  max-width: 90%;
  min-width: 245px;
  align-self: flex-start;
  margin-right: 23px;
}
.base-questioonaire-links .statistic-block__tooltip {
  width: 18px;
  height: 18px;
  top: 12px;
  right: -20px;
}

.statistic-block__tooltip {
  position: absolute;
  top: 24px;
  right: 24px;
}

.block-blue {
  background-color: rgba(52, 130, 212, 0.17);
}

.block-purple {
  background-color: rgba(151, 71, 255, 0.17);
}

.block-orange {
  background-color: rgba(255, 153, 0, 0.17);
}

.block-green {
  background-color: rgba(105, 181, 78, 0.17);
}

.block-gray {
  background-color: rgba(37, 54, 72, 0.17);
}

.development-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.development-text {
  margin-top: 12px;
}

.modal .title-questionnaire .block-title__text {
  color: rgb(26, 34, 44);
}

.watchers-list {
  display: flex;
  flex-direction: column;
  max-height: 130px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow-y: auto;
  gap: 12px;
}
.watchers-list .watchers-item {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 32px;
  width: 276px;
}
.watchers-list .watchers-item .r-checkbox div {
  font-weight: 700;
}

.filter__group-buttons .filter__button:first-child {
  margin-left: 0;
}

.data-view-participants {
  background-color: rgb(248, 248, 248) !important;
}
.data-view-participants .block-title__text-data {
  color: rgb(26, 34, 44);
}
.data-view-participants .user-base__group.group-1 {
  width: 25% !important;
}
.data-view-participants .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view {
  justify-content: flex-start;
}
.data-view-participants .filter__group-buttons {
  width: 100%;
}
.data-view-participants .filter__group-buttons .filter__button {
  width: 100%;
}
.data-view-participants .filter__group-buttons .filter__button .icon-search-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(114, 115, 117);
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  margin-right: 0;
}
.data-view-participants .filter__group-buttons .filter__button .icon-search-filter path {
  fill: #fff;
}
.data-view-participants .filter__group-buttons .filters-clear-new {
  background-color: #fff;
}
.data-view-participants .filter__group-buttons .filters-clear-new path {
  fill: rgb(114, 115, 117);
}
.data-view-participants .filter__group-buttons .filters-clear-new:hover path {
  fill: #fff;
}

.input.input__error {
  display: block;
}

.menu-tab-profile {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  justify-content: center;
  overflow-x: auto;
}

.menu-tab-profile__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(231, 231, 231);
  color: rgb(26, 34, 44);
  font-size: 13px;
  margin-right: 8px;
  padding: 8px 24px;
  border-radius: 44px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.menu-tab-profile__button:hover {
  background-color: rgb(225, 37, 27);
  color: rgb(255, 255, 255);
}
.menu-tab-profile__button:hover a {
  color: rgb(255, 255, 255);
}

.menu-tab-members {
  justify-content: flex-start;
  padding-left: 2px;
}
.menu-tab-members .email-btn {
  border-radius: 24px 0 0 24px;
  margin-right: 10px;
  width: 141px;
  min-width: 0;
  padding: 3px 22px;
}
.menu-tab-members .company-btn {
  border-radius: 0 0 0 0;
  margin-right: 10px;
  width: 175px;
  min-width: 0;
  padding: 3px 22px;
}
.menu-tab-members .object-btn {
  border-radius: 0 24px 24px 0;
  width: 155px;
  min-width: 0;
  padding: 3px 22px;
}
.menu-tab-members .all-btn {
  border-radius: 24px 0 0 24px;
  margin-right: 10px;
  width: 182px;
  min-width: 182px;
  padding: 8px 10px;
  font-weight: 700;
}
.menu-tab-members .result-btn {
  border-radius: 0 24px 24px 0;
  padding: 8px 10px;
  font-weight: 700;
  padding: 8px 10px;
  width: 240px !important;
  min-width: 240px !important;
}
.menu-tab-members .result-btn .menu-tab-members__title {
  width: 230px;
  min-width: 225px;
  padding-left: 5px;
}
.menu-tab-members .num-counts-filters {
  display: flex;
  margin-left: 10px;
}
.menu-tab-members .menu-tab__category.active-tab {
  background-color: rgb(225, 37, 27);
  color: #fff;
}
.menu-tab-members .menu-tab__category.active-tab .num-counts-filters {
  color: rgb(225, 37, 27);
  background-color: #fff;
}
.menu-tab-members .menu-tab__category:hover {
  background-color: rgb(225, 37, 27);
  color: #fff;
}
.menu-tab-members .menu-tab__category:hover .num-counts-filters {
  color: rgb(225, 37, 27);
  background-color: #fff;
}

.form-buttons__btn .buttons__btn.btn-publish {
  min-height: 36px;
  height: 36px;
}

.filters-clear {
  margin-left: 20px;
}

.menu-tab-profile__button-active {
  background-color: rgb(225, 37, 27);
  color: rgb(255, 255, 255);
  cursor: default;
}
.menu-tab-profile__button-active a:visited {
  color: rgb(255, 255, 255);
}

.menu-tab-questions {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 12px;
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: 12px;
  overflow-x: auto;
}

.hint-block .questionnaire-options__title {
  margin-bottom: 0;
}

.block-search {
  display: none;
  margin-top: 8px;
  width: 100%;
  align-items: center;
}
.block-search .input-small {
  width: 95%;
  margin-bottom: 0;
  border-radius: 8px 0 0 8px;
}
.block-search .clear-search {
  position: absolute;
  right: 0;
  cursor: pointer;
  transform: translateX(-540%);
  width: 20px;
  height: 20px;
}
.block-search .clear-search path {
  transition: 0.3s ease all;
}
.block-search .clear-search:hover path {
  fill: rgb(225, 37, 27);
}
.block-search .btn-search {
  position: relative;
  margin: auto 15px auto 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translateX(-10%);
}
.block-search .btn-search rect {
  transition: 0.3s ease all;
}
.block-search .btn-search:hover rect {
  fill: rgb(225, 37, 27);
}
.block-search .close-search {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.block-search .close-search path {
  transition: 0.3s ease all;
}
.block-search .close-search:hover path {
  fill: rgb(225, 37, 27);
}
.block-search.active {
  display: flex;
}

.header__dropdown {
  background-color: #fff;
}

.text-center {
  text-align: center;
}

.number-ten {
  width: 100%;
}

.menu-tab-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  background-color: rgb(231, 231, 231);
  border-radius: 34px;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.menu-tab-button-icon path {
  fill: #e1251b;
}
.menu-tab-button-icon:hover {
  background-color: rgb(225, 37, 27);
}
.menu-tab-button-icon:hover path {
  fill: #fff;
}
.menu-tab-button-icon.active {
  transform: rotate(180deg);
  background-color: rgb(225, 37, 27);
}
.menu-tab-button-icon.active path {
  fill: #fff;
}

.form-add-criterion {
  display: none;
}
.form-add-criterion.active {
  display: flex;
}

.icon-effective {
  width: 40px;
  height: 41px;
}

.new-group-obj_buttons {
  display: flex;
  flex-direction: row;
}

.base-questioonaire-links {
  display: flex;
  flex-direction: column;
  min-width: 225px;
}
.base-questioonaire-links .object-link-block {
  display: none;
  flex-direction: row;
  margin-top: 10px;
}
.base-questioonaire-links .object-link-block .link {
  padding-left: 7px;
}
.base-questioonaire-links .dropdown-legal {
  margin-top: 0;
  border-bottom: none;
}
.base-questioonaire-links .dropdown-legal-search {
  margin-top: 0;
  margin-right: 10px;
}

.block-criterion-inputs .container-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block-criterion-inputs .container-content .block-criterion-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 12px;
}
.block-criterion-inputs .container-content .block-criterion-input .icon-criterion-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}
.block-criterion-inputs .container-content .block-criterion-input .icon-criterion-input .icon-number {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}
.block-criterion-inputs .container-content .block-criterion-input .input-criterion-text {
  display: flex;
  width: 90%;
}
.block-criterion-inputs .container-content .block-criterion-input .input-criterion-text .input-big {
  margin: 0;
}
.block-criterion-inputs .criterion-smiles .value-item {
  width: 25px;
  height: 25px;
}

.criterion-response-select {
  margin-top: 0 !important;
}

.addition-criterion-list {
  display: none;
}
.addition-criterion-list.active {
  display: flex;
}

.legal-dropdown-icon {
  transition: 0.3s ease all;
}

.legal-dropdown-icon.active {
  transform: rotate(180deg);
}

.menu-tab-questions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(231, 231, 231);
  color: rgb(26, 34, 44);
  min-width: 85px;
  font-size: 13px;
  margin-right: 8px;
  padding: 8px 24px;
  border-radius: 44px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.menu-tab-questions__button:hover {
  background-color: rgb(225, 37, 27);
  color: rgb(255, 255, 255);
}

.menu-tab-questions__button-active {
  background-color: rgb(225, 37, 27);
  color: rgb(255, 255, 255);
  cursor: default;
}

.data-survey-index .block-create-questionnaire.block-create-questionnaire-data .block-title__text {
  color: rgb(52, 130, 212);
}

.data-survey-index .item-data__information {
  flex-direction: column;
}
.data-survey-index .efficiency-block__second {
  margin-top: 14px;
}
.data-survey-index .item-data__dates-block {
  min-width: 160px;
}
.data-survey-index .item-data__dates-block {
  min-width: 160px;
}
.data-survey-index .item-data__information {
  min-width: 210px;
}

.modal-watchers .watchers-item {
  justify-content: space-between;
}
.modal-watchers .watchers-item .checkbox-required {
  margin-right: 15px;
}
.modal-watchers .watchers-item .checkbox-required .r-checkbox div {
  font-size: 11px;
}
.item-members__block.block-create-questionnaire.email-members-container .email-members__item {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.item-members__block.block-create-questionnaire.email-members-container .option-item-questionnaire {
  margin-bottom: 0;
}
.item-members__block.block-create-questionnaire.email-members-container .checkbox-required {
  margin-right: 0;
}
.item-members__block.block-create-questionnaire.email-members-container .checkbox-required .r-checkbox {
  margin-right: 0;
}
.item-members__block.block-create-questionnaire.email-members-container .input-small {
  width: 75%;
  margin-bottom: 0;
}
.item-members__block.block-create-questionnaire.email-members-container .icon-add,
.item-members__block.block-create-questionnaire.email-members-container .icon-close {
  margin-right: 0;
  margin-left: 10px;
}

.item-members__block.block-create-questionnaire.object-members-container .input-object {
  border-bottom: none;
}
.item-members__block.block-create-questionnaire.object-members-container .object-link-block {
  display: flex;
  flex-direction: row;
}
.item-members__block.block-create-questionnaire.object-members-container .object-link-block .icon-link {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.item-members__block.block-create-questionnaire.object-members-container .object-link-block .link {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.item-members__block.block-create-questionnaire.object-members-container .item-members__bottom-helpers-block {
  margin-top: 14px;
}
.item-members__block.block-create-questionnaire.object-members-container .icons-edit {
  width: 50px;
}

.title-questionnaire {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.title-questionnaire-icon {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background-image: url(/assets/icons/icon-title.svg);
  background-size: cover;
  margin-right: 12px;
}

.title-questionnaire-icon-data {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.title-questionnaire__block-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 2px;
}

.block-title__text {
  font-size: 16px;
  font-weight: 700;
  color: rgb(26, 34, 44);
  text-align: left;
  word-wrap: break-word;
}
.block-title__text p {
  word-break: break-word;
}

.questionnaire-data__helper-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 14px;
}
.questionnaire-data__helper-upper .helpers-group {
  display: flex;
  flex-direction: row;
  width: 110px;
  justify-content: space-between;
}
.questionnaire-data__helper-upper .helpers-group form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
}

.block-title__line {
  width: 62px;
  height: 2px;
  background-color: rgb(225, 37, 27);
  margin-top: 6px;
}

.block-create-questionnaire {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.block-create-questionnaire.category-questionnaire .category-questionnaire-block {
  display: flex;
  flex-direction: column;
}
.block-create-questionnaire.category-questionnaire .category-questionnaire-block .block-inner-default {
  width: 100%;
}
.block-create-questionnaire.category-questionnaire .danger-response {
  padding-top: 0;
}
.block-create-questionnaire.category-questionnaire .btn {
  margin: 10px auto;
  height: 40px;
}

.get-personal-data.get-pass .r-checkbox div {
  padding-left: 30px;
}
.get-personal-data.get-pass .r-checkbox div:nth-of-type(1)::before {
  top: 12px;
}
.get-personal-data.get-pass .r-checkbox div:nth-of-type(1)::after {
  top: 12px;
}
.get-personal-data.get-pass a {
  color: rgb(52, 130, 212);
  text-decoration: none;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  min-height: 70px !important;
}

.ck.ck-editor {
  margin-bottom: 15px !important;
}

.group-steps-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.group-steps-buttons .btn-prev-step-create {
  display: flex;
  width: 157px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(181, 181, 181);
  border-radius: 8px;
  font-size: 13px;
  margin: 22px auto;
  transition: 0.3s ease all;
  color: rgb(26, 34, 44);
  font-weight: 700;
}
.group-steps-buttons .btn-prev-step-create .icon-prev-step {
  margin-right: 10px;
  width: 14px;
  height: 14px;
}
.group-steps-buttons .btn-prev-step-create:hover {
  background-color: rgb(240, 241, 242);
}
.group-steps-buttons .btn-next-step-create {
  display: flex;
  width: 157px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(225, 37, 27);
  border-radius: 8px;
  font-size: 13px;
  margin: 22px auto;
  font-weight: 700;
  transition: 0.3s ease all;
  background-color: rgb(232, 60, 56);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.group-steps-buttons .btn-next-step-create .icon-next-step {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.disable-members-choice {
  pointer-events: none;
  background-color: rgb(240, 81, 77);
  color: rgb(240, 241, 242);
}

.icons-edit {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 84px;
  height: 18px;
}

.icon-copy {
  position: relative;
  background-image: url(/assets/icons/icon-copy.svg);
  width: 18px;
  height: 18px;
  transition: all ease-in 0.2s;
}
.icon-copy:hover {
  background-image: url(/assets/icons/icon-copy-red.svg);
}

.icon-copy-new {
  position: relative;
  background-image: url(/assets/icons/icon-copy-new.svg);
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #fff;
}

.icon-delete {
  position: relative;
  background-image: url(/assets/icons/icon-delete.svg);
  width: 18px;
  height: 18px;
  transition: all ease-in 0.2s;
  cursor: pointer;
  background-color: #fff;
}
.icon-delete:hover {
  background-image: url(/assets/icons/icon-delete-red.svg);
}

.icon-slash {
  position: relative;
  height: 18px;
  width: 1px;
  background-color: rgba(144, 147, 153, 0.2);
}

.checkbox-toggle-block {
  position: relative;
  display: flex;
  flex-direction: row;
  width: auto;
  height: 16px;
  justify-content: flex-end;
  margin-bottom: 10px;
  align-items: center;
}

.checkbox-toggle__text {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: rgb(26, 34, 44);
  padding-right: 10px;
}

.checkbox-toggle input[type=checkbox] {
  display: none;
}

.checkbox-toggle input[type=checkbox] + label {
  display: block;
  position: relative;
  width: 30px;
  height: 16px;
  border-radius: 10px;
  background: rgb(208, 212, 217);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: background 0.1s ease-in-out;
}

.checkbox-toggle input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 1em;
  background: #fff;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all 0.2s ease-in-out;
}

.checkbox-toggle input[type=checkbox]:checked + label {
  background: rgb(225, 37, 27);
}

.checkbox-toggle input[type=checkbox]:checked + label:before {
  left: 16px;
}

.input-big {
  display: block;
  position: relative;
  min-height: 87px;
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 12px;
  background-color: rgb(248, 248, 248);
  color: rgb(26, 34, 44);
  border-radius: 10px;
  border-bottom: 1px solid rgb(141, 142, 145);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
}

.select-dropdown {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid rgb(114, 115, 117);
  border-radius: 12px;
}

.select-dropdown .select-dropdown__selected {
  background-color: rgb(248, 248, 248);
  border-radius: 6px;
  border-bottom: 1px solid rgb(114, 115, 117);
  color: rgb(26, 34, 44);
  padding-left: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-dropdown .select-dropdown__selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 1em;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: rgb(26, 34, 44) transparent transparent transparent;
}

.select-dropdown .select-dropdown__items {
  color: rgb(26, 34, 44);
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
  margin-top: 10px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
}

.select-dropdown .select-dropdown__items div {
  color: rgb(26, 34, 44);
  padding-left: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-dropdown .select-dropdown__items div:hover {
  background-color: rgb(240, 241, 242);
}

.selectHide {
  display: none;
}

hr {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgb(208, 212, 217);
  margin: 12px 0;
}

.input-small {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  background-color: rgb(248, 248, 248);
  color: rgb(26, 34, 44);
  border-radius: 10px;
  border-bottom: 1px solid rgb(141, 142, 145);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.block-questionnaire-options {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 12px;
}

.questionnaire-options__title {
  align-self: start;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  width: auto;
}

.questionnaire-pass {
  min-height: 100vh;
}

.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
}
.modal.active {
  display: flex;
}
.modal .btn-edit {
  background-color: #fff;
  font-weight: 500;
}
.modal .dropdown-legal {
  border-bottom: 0;
  margin-bottom: 10px;
}

.bg-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.61);
  z-index: 78;
  min-height: 1000px;
}

.modal-submit {
  display: flex;
  width: 320px;
  height: auto;
  background-color: #fff;
  z-index: 100;
  margin-top: 200px;
  position: fixed;
  flex-direction: column;
  padding: 32px 22px;
}
.modal-submit .select_title {
  color: rgb(141, 142, 145);
}
.modal-submit .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  margin-right: 0;
}
.modal-submit .btns-modal {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 24px;
}
.modal-submit .btn {
  margin: 10px 0 0 0;
}

.option-item-questionnaire {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: center;
}

.r-checkbox {
  cursor: pointer;
  position: relative;
  display: block;
}

.r-checkbox--tooltip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.r-checkbox--tooltip .statistic-block__tooltip {
  position: relative;
  top: auto;
  right: auto;
  width: 16px;
  height: 16px;
}

.r-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}

.r-checkbox input:checked ~ div {
  color: rgb(26, 34, 44);
}

.r-checkbox div {
  position: relative;
  padding-left: 35px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #4b4c4e;
  transition: color 0.3s;
}

.r-checkbox div:nth-of-type(1)::after,
.r-checkbox div:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-53%);
}

.r-checkbox div:nth-of-type(1)::before {
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 1em;
}

.r-checkbox div:nth-of-type(1)::after {
  width: 10px;
  height: 10px;
  background-image: url(/assets/icons/dot-r-checkbox.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s;
  left: 0%;
  transform: translate(38%, -50%);
}

.r-checkbox input:checked ~ div::after {
  opacity: 1;
}

.r-checkbox input:checked ~ div:nth-of-type(1)::before {
  border: 1px solid rgb(225, 37, 27);
}

.option-item-questionnaire__input {
  max-width: 78%;
  margin-bottom: 0;
  margin-right: 10px;
}

.block-questionnaire-helpers__right-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.checkbox-required.checkbox__main-question .r-checkbox div {
  padding-left: 27px;
}
.checkbox-required.checkbox__main-question .r-checkbox input:checked ~ div:nth-of-type(1)::before {
  background: none;
  border: 1px solid #c4c4c4;
}
.checkbox-required.checkbox__main-question .r-checkbox div:nth-of-type(1)::after {
  background-image: url(/assets/icons/check-red.svg);
}
.checkbox-required.checkbox__main-question.hidden-block {
  display: none;
}

.clear-parents {
  color: rgb(52, 130, 212);
  font-size: 13px;
  line-height: 16px;
  padding: 10px;
  cursor: pointer;
  -webkit-text-decoration: underline dotted rgb(52, 130, 212);
          text-decoration: underline dotted rgb(52, 130, 212);
  transition: 0.3s ease all;
}
.clear-parents:hover {
  text-decoration: none;
}

.add-all-parents {
  color: rgb(26, 34, 44);
  font-size: 13px;
  line-height: 16px;
  padding: 10px;
  cursor: pointer;
  -webkit-text-decoration: underline dotted rgb(26, 34, 44);
          text-decoration: underline dotted rgb(26, 34, 44);
  transition: 0.3s ease all;
}
.add-all-parents:hover {
  text-decoration: none;
}

.helper-parent-buttons {
  display: flex;
  justify-content: space-between;
}

.dropdown-legal-search.parent-question .dropdown-menu {
  z-index: 10;
}
.dropdown-legal-search.parent-question .r-checkbox div:nth-of-type(1)::before {
  border-radius: 10px;
  transition: 0.3s ease all;
}
.dropdown-legal-search.parent-question .r-checkbox:hover div:nth-of-type(1)::before {
  border: 1px solid rgb(225, 37, 27);
}

.custom-questionnaire-dropdown.parent-question-response {
  display: none;
}
.custom-questionnaire-dropdown.parent-question-response.active {
  display: flex;
}

.checkbox-required {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 250px;
  margin-right: 24px;
}
.checkbox-required .r-checkbox {
  margin-right: 5px;
}
.checkbox-required .r-checkbox div:nth-of-type(1)::before {
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
.checkbox-required .r-checkbox div:nth-of-type(1)::after {
  width: 10px;
  height: 10px;
  background-image: url(/assets/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(38%, -50%);
}
.checkbox-required .r-checkbox input:checked ~ div:nth-of-type(1)::before {
  background-color: rgb(225, 37, 27);
}

.checkbox-required.get-personal-data {
  margin-top: 25px;
  max-width: 100%;
}

.block-info .item-data__id.id-color {
  margin-top: 5px;
}
.block-info .btn {
  margin-top: 10px;
}

.block-questionnaire-helpers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.icon-close {
  background-image: url(/assets/icons/icon-close.svg);
  background-size: cover;
  margin-right: 10px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.icon-add {
  background-image: url(/assets/icons/icon-round-plus-add.svg);
  background-size: cover;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.icon-add.active {
  transform: rotate(180deg);
  background-image: url(/assets/icons/icon-round-plus-add-red.svg);
}

.icon-helper {
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/icon-helper.svg);
  background-size: cover;
}

.icon-download {
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/icon-download-new.svg);
  background-size: cover;
  cursor: pointer;
  background-color: inherit;
}
.icon-download input {
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
}

.search-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 10px auto;
}

.response-success {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #69b54e;
  height: auto;
  width: auto;
  margin: 7px auto;
}
.response-success.active {
  display: flex;
}

.helpers-block-main {
  display: flex;
  flex-direction: row;
}
.helpers-block-main .icon-download {
  display: block;
  margin-right: 8px;
}

.edit-all-question {
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/icon-more.svg);
  background-size: cover;
}

.block-new-questionnaire {
  border-left: 3px solid rgb(225, 37, 27);
}

.block-peek-date {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.block-peek-date .questionnaire-options__title {
  color: rgb(0, 0, 0);
  font-weight: 700;
  align-self: flex-start;
}

.peek-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 300px;
  align-items: center;
}

.input-date {
  display: flex;
  flex-direction: row;
  width: 133px;
  height: 40px;
  position: relative;
  padding: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  background-color: rgb(248, 248, 248);
  color: rgb(141, 142, 145);
  border-radius: 10px;
  border-bottom: 1px solid rgb(141, 142, 145);
}
.input-date input {
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 85%;
}

.icon-date {
  width: 14px;
  height: 14px;
  background-image: url(/assets/icons/icon-date.svg);
  background-size: cover;
}

.icon-dash {
  display: block;
  width: 11px;
  height: 1px;
  background-color: #000000;
}

.members-questionnaire__helper-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.item-members__block {
  margin-bottom: 10px;
}

.item-members__title-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.item-members__title-left {
  display: flex;
  flex-direction: column;
  width: 70%;
  justify-content: flex-start;
}

.link {
  display: flex;
  font-size: 14px;
  color: rgb(52, 130, 212);
  cursor: pointer;
}
.link span {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.item-members__members-count {
  align-self: flex-start;
  font-size: 11px;
}

.item-members__title-helpers {
  display: flex;
  flex-direction: row;
}

.add-block__top-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.add-block__top-title .icon-close {
  width: 12px;
  height: 12px;
}

.btn-members-add-center {
  margin: 24px auto;
}

.item-members__bottom-helpers-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.item-data__status,
.item-data__id {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 14px;
  margin-bottom: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.status-gray {
  color: rgb(114, 115, 117);
  border: 1px solid rgb(114, 115, 117);
}

.status-red {
  color: rgb(240, 81, 77);
  border: 1px solid rgb(240, 81, 77);
}

.status-green {
  color: rgb(105, 181, 78);
  border: 1px solid rgb(105, 181, 78);
}

.id-color {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 153, 0);
  border: 1px solid rgb(255, 153, 0);
  text-transform: uppercase;
}

.canvas-diagram {
  width: 40px;
  height: 40px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 10px;
  padding-bottom: 3px;
}

.icon-members {
  background-image: url(/assets/icons/icon-members.svg);
  width: 40px;
  height: 41px;
  background-size: cover;
}

.item-data__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

.item-data__content--information {
  display: flex;
  flex-direction: row;
  width: 70%;
  max-width: 700px;
  justify-content: space-between;
}

.item-data__content--survey-view .item-data__dates-block {
  margin-right: 0;
  justify-content: flex-start;
}
.item-data__content--survey-view .item-data__dates-block .dates-block__period {
  margin-right: 0;
}
.item-data__content--survey-view .item-data__dates-block .dates-block__period:first-child {
  margin-bottom: 30px;
}

.block-create-questionnaire__survey-view {
  padding: 24px;
}

.item-data__dates-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: auto;
  height: auto;
}

.link-button-blue {
  display: flex;
  color: rgb(52, 130, 212);
}

.dates-block__period {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  justify-content: flex-start;
}

.dates-title {
  text-align: left;
  font-size: 13px;
  color: rgb(114, 114, 115);
  margin-bottom: 2px;
  font-weight: 400;
}

.dates-date {
  text-align: left;
  font-size: 13px;
  color: rgb(26, 34, 44);
  margin-bottom: 4px;
  font-weight: 700;
}

.dates-days {
  text-align: left;
  font-size: 10px;
  color: rgb(141, 142, 145);
  font-weight: 400;
}

.dates-block__end {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  justify-content: flex-start;
  margin-top: 10px;
}

.item-data__information {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  min-width: 350px;
}

.efficiency-block {
  display: flex;
  flex-direction: row;
}

.efficiency-block__info {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}

.block__info-title {
  text-align: left;
  font-size: 13px;
  color: rgb(114, 114, 115);
  margin-bottom: 4px;
  font-weight: 400;
}

.block__info-nums {
  display: flex;
  flex-direction: row;
}

.nums-percents {
  text-align: left;
  font-size: 18px;
  color: rgb(26, 34, 44);
  margin-right: 8px;
  font-weight: 500;
}

.nums-responses {
  text-align: left;
  font-size: 13px;
  color: rgb(114, 114, 115);
  font-weight: 400;
}

.item-data__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  min-width: 310px;
  width: auto;
  height: auto;
  align-items: center;
  margin-top: 20px;
}
.item-data__buttons .buttons__btn {
  margin-left: 10px;
  margin-top: 10px;
}

.buttons__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 18px;
  border-radius: 12px;
  max-height: 38px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.btn-edit {
  color: rgb(26, 34, 44);
  background-color: #fff;
  border: 1px solid #b5b5b5;
}
.btn-edit:hover {
  color: rgb(244, 240, 240);
  background-color: rgb(225, 37, 27);
  border: 1px solid rgb(225, 37, 27);
}

.legal-input {
  background: #f8f8f8;
  border-bottom: 1px solid #8d8e91;
  border-radius: 8px;
  margin-top: 10px;
}

.btn-download-result {
  color: rgb(244, 240, 240);
  background-color: rgb(141, 142, 145);
}

.btn-publish {
  color: rgb(244, 240, 240);
  background-color: rgb(225, 37, 27);
}
.btn-publish:hover {
  color: rgb(26, 34, 44);
  background-color: rgb(244, 240, 240);
}

.block-create-questionnaire.block-create-questionnaire-data.block-user-base .item-data__content {
  margin-top: 10px;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .btn-next-step-create {
  width: 188px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 5px;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .item-data__buttons {
  margin-top: 0;
  width: auto;
  min-width: 0;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .menu-tab-questions__button-add {
  margin: 0;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .item-members__title-helpers-data {
  flex-direction: row;
  justify-content: space-between;
  min-width: 198px;
  max-width: 200px;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .item-members__members-count {
  color: rgb(114, 114, 115);
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .block-title__text {
  color: rgb(26, 34, 44);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .icon-base-helper {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .icon-base-helper:hover .sec {
  stroke: rgb(225, 37, 27);
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .icon-base-helper:hover .frst {
  fill: rgb(225, 37, 27);
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base .user-base-bottom-help {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
  justify-content: flex-end;
  align-items: flex-end;
}

.icon-share {
  width: 18px;
  height: 18px;
  transition: 0.3s ease-in all;
}
.icon-share:hover path {
  fill: rgb(225, 37, 27);
  stroke: rgb(225, 37, 27);
}

.helpers-group .icon-edit:hover path {
  fill: rgb(225, 37, 27);
}

.block-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.block-inputs input {
  width: 32%;
}

.block-edit-in-user-base {
  width: 90%;
}
.button-back {
  display: flex;
  flex-direction: row;
  height: 32px;
  width: 101px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  transition: 0.3s ease all;
}
.button-back .icon-back {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.button-back .text-button {
  color: rgb(26, 34, 44);
}
.button-back:hover {
  background-color: rgb(26, 34, 44);
}
.button-back:hover path {
  fill: #fff;
}
.button-back:hover .text-button {
  color: #fff;
}

.data-view-survey .buttons__btn.btn-publish.button-publish-questionnaire {
  margin: 20px auto;
}
.data-view-survey .menu-tab-members .tab-members__button {
  min-width: 215px;
  width: 220px;
}

.icon-upload {
  width: 18px;
  height: 18px;
  background-size: cover;
  margin-right: 5px;
  cursor: pointer;
}
.icon-upload svg {
  fill: #7B90A4;
}
.icon-upload input {
  height: 0;
  left: 0;
  opacity: 0;
  top: 0;
  width: 0;
}

.icon-upload:hover svg {
  fill: rgb(225, 37, 27);
}

.preview-pass .steps-buttons {
  justify-content: center;
}
.preview-pass .steps-buttons .btn {
  min-width: 300px;
}

.no-bg-container {
  background-image: none !important;
  background-color: rgb(248, 248, 248) !important;
}

.group-filters-helpers {
  display: flex;
  flex-direction: row;
}
.group-filters-helpers .btn {
  height: 40px;
  width: 105px;
}
.group-filters-helpers .filters-clear-new {
  color: #287dd5;
  pointer-events: auto;
  -webkit-text-decoration: underline dotted #287dd5;
          text-decoration: underline dotted #287dd5;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}

.user-base__block {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
}
.user-base__block.block-owner {
  justify-content: unset;
  gap: 2px;
}

.user-base__block-title {
  color: rgb(114, 114, 115);
  font-weight: 500;
}

.user-base__block-value {
  color: rgb(26, 34, 44);
  font-weight: 700;
}

.item-data__user-base {
  min-width: 610px;
  gap: 48px;
}

.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__block.block-email {
  width: 400px;
  margin-right: 40px;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__block.block-fio {
  width: 400px;
  margin-right: 40px;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__block.block-company {
  width: 320px;
  margin-right: 40px;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group {
  display: flex;
  flex-direction: row;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .group-1 {
  width: 35%;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .group-2 {
  width: 50%;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__checkbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  max-width: 30px;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__checkbox .checkbox-required {
  position: relative;
  margin-right: 0;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__helpers {
  display: flex;
  width: 60px;
  height: auto;
  align-items: flex-start;
  justify-content: space-between;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .icon-edit {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .icon-edit:hover path {
  fill: rgb(225, 37, 27);
}
.block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .icon-edit.active path {
  fill: rgb(225, 37, 27);
}

.no-suitable-surveys {
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.no-suitable-surveys .message {
  width: 97%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgb(114, 114, 115);
}

.icon-text-mini {
  display: none;
  text-align: center;
}

.wd-230 {
  width: 230px !important;
}

.copy-link {
  color: #0d559b;
  cursor: pointer;
  margin-top: 5px;
  transition: 0.3s ease all;
}
.copy-link:hover {
  color: #2c3e50;
}

.criteria-item.hidden {
  display: none;
}

.dropdown-criterion.hidden {
  display: none;
}

#buttonPersonalData.btn-disabled {
  background-color: rgb(240, 81, 77);
}

.loader-main {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.loader-main .loader-question-results {
  transform: translateY(-70px);
}
.loader-main.active-loader {
  display: flex;
}

.value__block-10 {
  overflow-x: auto;
  height: 46px;
  align-items: center;
}
.value__block-10 .color-2 {
  background-color: #e83c38;
}
.value__block-10 .color-3 {
  background-color: #f0514d;
}
.value__block-10 .color-4 {
  background-color: #ff9900;
}
.value__block-10 .color-5 {
  background-color: rgba(255, 153, 0, 0.8);
}
.value__block-10 .color-6 {
  background-color: #d1d434;
}
.value__block-10 .color-7 {
  background-color: rgba(209, 212, 52, 0.8);
}
.value__block-10 .color-8 {
  background-color: rgba(39, 189, 54, 0.6);
}
.value__block-10 .color-9 {
  background-color: rgba(39, 189, 54, 0.8);
}
.value__block-10 .color-10 {
  background-color: #27bd36;
}

#copyLink {
  font-size: 1px;
  width: 0px;
  height: 0px;
}
#copyLink:focus-visible {
  outline: none;
}

.form-buttons__btn {
  min-height: 36px;
}

.loader-question-results {
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
}

.loader-question-results:before {
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: red;
  border-bottom-color: red;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  animation: AnimationPreloaderQuestion 1s linear infinite;
}

@keyframes AnimationPreloaderQuestion {
  to {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
.data-survey.data-view-survey .graph-scale-block__graph--item.five-scale-item:nth-child(1) {
  background-color: rgba(141, 142, 145, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.five-scale-item:nth-child(2) {
  background-color: rgba(225, 37, 27, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.five-scale-item:nth-child(3) {
  background-color: rgba(240, 81, 77, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.five-scale-item:nth-child(4) {
  background-color: rgba(240, 81, 77, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.five-scale-item:nth-child(5) {
  background-color: rgba(82, 202, 94, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.five-scale-item:nth-child(6) {
  background-color: rgba(39, 189, 54, 0.25);
}

.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(1) {
  background-color: rgba(141, 142, 145, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(2) {
  background-color: rgba(225, 37, 27, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(3) {
  background-color: rgba(232, 60, 56, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(4) {
  background-color: rgba(240, 81, 77, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(5) {
  background-color: rgba(255, 153, 0, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(6) {
  background-color: rgba(255, 153, 0, 0.2);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(7) {
  background-color: rgba(209, 212, 52, 0.25);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(8) {
  background-color: rgba(209, 212, 52, 0.2);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(9) {
  background-color: rgba(82, 202, 94, 0.17);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(10) {
  background-color: rgba(82, 202, 94, 0.2);
}
.data-survey.data-view-survey .graph-scale-block__graph--item.ten-scale-item:nth-child(11) {
  background-color: rgba(82, 202, 94, 0.25);
}

.image-smile {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.image-smile.smile-result-0 {
  background-image: url("/assets/icons/smile-bad.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.image-smile.smile-result-1 {
  background-image: url("/assets/icons/smile-not-bad.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.image-smile.smile-result-2 {
  background-image: url("/assets/icons/smile-good.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.image-smile.smile-result-3 {
  background-image: url("/assets/icons/smile-very-good.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.image-smile.smile-result-4 {
  background-image: url("/assets/icons/smile-best.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-star-result {
  width: 45px;
  height: 43px;
}

.graph-row-block__text .graph--item__title {
  width: 100%;
}

.graph-scrolling {
  overflow-y: auto;
  max-height: 316px;
}

.data-survey.data-view-survey .graph-row-block__graph.graph-stars {
  display: flex;
  flex-direction: row;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .graph-scale-block__graph--item {
  min-width: 55px;
  max-width: 70px;
  margin-right: 5px;
  flex-direction: column;
  background: none;
  padding: 0;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .graph--item__title {
  display: flex;
  flex-direction: column;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .graph--item__block {
  flex-direction: column;
  margin-top: 5px;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .graph--item__percent {
  margin-right: 0;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .graph--item__title {
  max-width: none;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .star-result-0 {
  background-image: url("/assets/icons/icon-star-x1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .star-result-1 {
  background-image: url("/assets/icons/icon-star-x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .star-result-2 {
  background-image: url("/assets/icons/icon-star-x3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .star-result-3 {
  background-image: url("/assets/icons/icon-star-x4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-stars .star-result-4 {
  background-image: url("/assets/icons/icon-star-x5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.data-survey.data-view-survey .graph-row-block__graph.graph-smile {
  display: flex;
  flex-direction: row;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-smile .graph-scale-block__graph--item {
  min-width: 55px;
  max-width: 70px;
  margin-right: 5px;
  flex-direction: column;
  background: none;
  padding: 0;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-smile .graph--item__title {
  display: flex;
  flex-direction: column;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-smile .graph--item__block {
  flex-direction: column;
  margin-top: 5px;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-smile .graph--item__percent {
  margin-right: 0;
}
.data-survey.data-view-survey .graph-row-block__graph.graph-smile .graph--item__title {
  max-width: none;
}

.container__parent-questions {
  display: none;
  flex-direction: column;
}
.container__parent-questions.active {
  display: flex;
}
.container__parent-questions .checkbox-required {
  width: 100%;
  max-width: none;
}
.container__parent-questions .parent-question .text-dropdown {
  overflow: hidden;
}

.admin-info-poupap {
  position: fixed;
  top: 110px;
  right: 20px;
  padding: 18px 28px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  min-width: 290px;
  max-width: 300px;
  z-index: 3;
}

.admin-info-poupap--l {
  max-width: 345px;
}

.admin-info-poupap.succes .admin-info-poupap__title {
  border-bottom: 4px solid #75be5c;
}

.admin-info-poupap.error .admin-info-poupap__title {
  border-bottom: 4px solid #ef524e;
}

.admin-info-poupap__upper-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.admin-info-poupap__icon-close {
  cursor: pointer;
}

.admin-info-poupap__title {
  font-size: 20px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 13px;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  color: #153c61;
  padding-bottom: 8px;
}

.admin-info-poupap p {
  margin-bottom: 12px;
}

.admin-info-poupap .omk-icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.canvas-graph {
  position: absolute;
}

.canvas-graph2 {
  position: absolute;
}

.canvas-graph3 {
  position: absolute;
}

.percent-diagram {
  position: absolute;
  text-align: center;
}

.input-copy-link {
  display: flex;
}
.input-copy-link .input-copy {
  width: 100%;
  max-width: 220px;
  padding-left: 10px;
  background: none;
}

.icon-copy-link {
  display: block;
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  background: url(/assets/icons/icon-copy-link.svg);
  cursor: pointer;
}

.modal-copy-link .modal-submit {
  border-radius: 1px;
  padding: 22px;
}
.modal-copy-link .modal-submit .input-small {
  margin-bottom: 0px;
}
.modal-copy-link .modal-submit .input-small.active-copy {
  border-bottom: 2px solid rgb(52, 130, 212);
}

.modal-copy-survey .messages {
  margin-top: 12px;
  font-weight: 400;
  font-size: 13px;
}

.copy-icon__block {
  position: relative;
}
.copy-icon__block .uk-tooltip.uk-active {
  position: absolute;
  top: 30px;
  left: -102px;
  width: 227px;
  height: 39px;
  font-size: 12px;
  padding: 12px;
}
@media (max-width: 465px) {
  .copy-icon__block .uk-tooltip.uk-active {
    position: absolute;
    top: 30px;
    left: -3px;
    width: 227px;
    height: 39px;
    font-size: 12px;
    padding: 12px;
  }
  .copy-icon__block .uk-transform-origin-top-center:before {
    left: 6%;
  }
}

.filter {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.filter .btn {
  margin: 0 0 0 10px;
}
.filter.active {
  display: flex;
}

.filter__group-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  flex-wrap: wrap;
  gap: 10px;
}

.filter__button, .dropdown-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 10px;
  border-radius: 12px;
  max-height: 60px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  color: rgb(26, 34, 44);
  font-weight: 500;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.filter__button .text-dropdown,
.filter__button .button__title, .dropdown-button .text-dropdown,
.dropdown-button .button__title {
  font-weight: 500;
  font-family: "CoFoSans 500", sans-serif;
}

.dropdown-button {
  padding: 0;
}
.dropdown-button .dropdown-checkbox {
  border-radius: 12px;
  height: 60px;
  padding: 0;
}
.dropdown-button .select {
  display: flex;
  padding: 20px 10px;
  align-items: center;
}

.filter-base-users .filter__button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.filter-base-users .icon-search-filter {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 12px;
  background-color: #fff;
}
.filter-base-users .icon-search-filter:hover path {
  fill: rgb(225, 37, 27);
}
.filter-base-users .input-small {
  margin-bottom: 0;
}

.button__title {
  display: flex;
  font-size: 13px;
  margin-right: 5px;
}

.button__arrow-down {
  background-image: url(/assets/icons/icon-arrow-down-filter.svg);
  width: 14px;
  height: 14px;
  background-size: cover;
}

.filters-clear {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  color: rgb(52, 130, 212);
  cursor: pointer;
}

.icon-clear-filters {
  width: 14px;
  height: 14px;
  background-image: url("/assets/icons/icon-close-blue.svg");
  background-size: cover;
}

.button-filter-title {
  font-size: 13px;
  margin-left: 10px;
}

.pagination {
  display: flex;
  max-width: 620px;
  height: auto;
  justify-content: flex-start;
  margin: 0 auto;
  flex-direction: column;
}
.pagination .questionnaire__name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
}

.pagination__items-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 15px;
  gap: 4px;
}

.icon-step {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(141, 142, 145);
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.icon-step:hover {
  background-color: rgb(141, 142, 145);
}
.icon-step:hover path {
  fill: #f4f0f0;
}

.pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(114, 114, 115);
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  border-radius: 8px;
  border: 1px solid rgb(141, 142, 145);
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease-in;
}
.pagination-page:hover {
  background-color: rgb(141, 142, 145);
  color: rgb(244, 240, 240);
}
.pagination-page.active-page {
  background-color: rgb(232, 60, 56);
  color: rgb(244, 240, 240);
}

.nav_ext {
  margin: 0 10px;
  cursor: default;
}

.filter__button-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 20px;
  background-color: rgb(240, 241, 242);
  border-radius: 12px;
  cursor: pointer;
  height: 40px;
  justify-content: space-around;
  align-self: flex-end;
  transition: all ease 0.3s;
  margin-bottom: 15px;
}
.filter__button-main:hover {
  background-color: rgb(240, 81, 77);
}
.filter__button-main:hover .text-button {
  color: #fff;
}
.filter__button-main:hover .icon-filter path {
  fill: #fff;
}
.filter__button-main.active {
  background-color: rgb(225, 37, 27);
}
.filter__button-main.active:hover {
  background-color: rgb(181, 181, 181);
}
.filter__button-main.active .text-button {
  color: #fff;
}
.filter__button-main.active .icon-filter path {
  fill: #fff;
}

.filter__button .dropdown-legal .select {
  cursor: pointer;
  display: flex;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.filter__button .text-dropdown {
  display: flex;
  align-items: center;
}
.filter__button .button__value {
  display: none;
}

.icon-filter {
  width: 18px;
  height: 18px;
}

.text-button {
  color: rgb(225, 37, 27);
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
  text-wrap: nowrap;
}

.num-counts-filters {
  display: none;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: rgb(141, 142, 145);
  border-radius: 50%;
  font-size: 13px;
  color: rgb(244, 240, 240);
  margin-left: 10px;
}

.block-title__text-data {
  text-align: left;
}

.item-members__title-helpers-data {
  flex-direction: column;
}

.block-create-questionnaire-data {
  margin-bottom: 8px;
}
.block-create-questionnaire-data .item-members__members-count {
  color: rgb(114, 114, 115);
}
.block-create-questionnaire-data .item-members__title-block {
  margin-bottom: 10px;
}

.item-members__bottom-helpers-block-end {
  justify-content: flex-end;
}

/*pignose-calendar*/
.questionnaire-calendar {
  position: absolute;
  display: none;
  transform: translate(-3%, 58%);
  z-index: 50;
}

.created-at-calendar {
  position: absolute;
  display: none;
  transform: translate(-3%, 58%);
  z-index: 50;
}

.period-calendar {
  position: absolute;
  display: none;
  transform: translate(-3%, 58%);
  z-index: 50;
  cursor: pointer;
}

.date-started-calendar {
  position: absolute;
  display: none;
  transform: translate(-7%, 7%);
  z-index: 50;
  cursor: pointer;
  font-size: 13px;
}
.date-started-calendar .pignose-calendar .pignose-calendar-unit {
  float: left;
  display: block;
  height: 2.5em;
  width: 14.28%;
  text-align: center;
  line-height: 0.8em;
  box-sizing: border-box;
}
.date-started-calendar .pignose-calendar .pignose-calendar-top {
  padding: 1.4em 0 !important;
  background-color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: none !important;
  border: none !important;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: rgb(225, 37, 27);
  color: white !important;
}

.pignose-calendar-unit.pignose-calendar-unit-date.pignose-calendar-unit-range.pignose-calendar-unit-range-first a,
.pignose-calendar-unit.pignose-calendar-unit-date.pignose-calendar-unit-range a,
.pignose-calendar-unit.pignose-calendar-unit-date.pignose-calendar-unit-active.pignose-calendar-unit-second-active a {
  background-color: rgba(225, 37, 27, 0.1019607843) !important;
  color: #1a222c !important;
  border-radius: 0 !important;
}

.pignose-calendar-unit.pignose-calendar-unit-date.pignose-calendar-unit-active.pignose-calendar-unit-second-active a {
  border-radius: 0px 8px 8px 0px !important;
  box-shadow: none !important;
  border: 1px solid rgb(225, 37, 27);
}

.pignose-calendar .pignose-calendar-unit a {
  width: 2.9em;
}

#datePeriodCalendar .pignose-calendar-button-cancel,
#dateEndCalendar .pignose-calendar-button-cancel {
  display: none;
}
#datePeriodCalendar .pignose-calendar-button-apply,
#dateEndCalendar .pignose-calendar-button-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
}
#datePeriodCalendar .pignose-calendar-unit.pignose-calendar-unit-date.pignose-calendar-unit-active.pignose-calendar-unit-first-active a,
#dateEndCalendar .pignose-calendar-unit.pignose-calendar-unit-date.pignose-calendar-unit-active.pignose-calendar-unit-first-active a {
  border-radius: 8px 0 0 8px !important;
  box-shadow: none;
}

.pignose-calendar .pignose-calendar-unit a {
  height: 2.3em !important;
}

.danger-response.red {
  color: rgb(232, 60, 56);
}

.danger-response.green {
  color: rgb(105, 181, 78);
}

.danger-response {
  padding-top: 10px;
}

.date-end-calendar {
  position: absolute;
  display: none;
  transform: translate(-58%, 7%);
  z-index: 50;
  font-size: 13px;
}
.date-end-calendar .pignose-calendar .pignose-calendar-unit {
  float: left;
  display: block;
  height: 2.5em;
  width: 14.28%;
  text-align: center;
  line-height: 0.8em;
  box-sizing: border-box;
}
.date-end-calendar .pignose-calendar .pignose-calendar-top {
  padding: 1.4em 0 !important;
  background-color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: none !important;
  border: none !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  min-height: 260px;
}

.ck-editor__editable {
  min-height: 70px;
}

.pignose-calendar {
  min-width: 320px;
  min-height: 400px;
}

.pignose-calendar .pignose-calendar-unit a {
  color: #1a222c !important;
  border-radius: 8px !important;
  font-weight: bold;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
  color: #1a222c !important;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: #e1251b;
  color: #fff !important;
  font-weight: 600;
}

.pignose-calendar .pignose-calendar-top {
  border-radius: 12px;
  padding: 2.6em 0 !important;
  background-color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: none !important;
  border: none !important;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  text-transform: none !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  margin-bottom: 0 !important;
  font-size: 106% !important;
  font-weight: 600 !important;
  margin-right: 5px !important;
}

.pignose-calendar {
  border-radius: 12px !important;
  border: none !important;
}

.pignose-calendar-button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 10px;
}

.pignose-calendar-button.pignose-calendar-button-cancel {
  padding: 5px 10px;
  background-color: rgb(141, 142, 145);
  color: #fff;
  margin-right: 15px;
  border-radius: 8px;
}

.pignose-calendar-button.pignose-calendar-button-apply {
  padding: 5px 10px;
  background-color: rgb(225, 37, 27);
  color: #fff;
  border-radius: 8px;
}

.dropdown-checkbox-list {
  position: absolute;
  top: 68px;
  display: none;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 1;
  padding: 8px 0;
  border-radius: 10px;
}
.dropdown-checkbox-list.active {
  display: flex;
}
.dropdown-checkbox-list li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  padding: 12px 24px;
  cursor: pointer;
}
.dropdown-checkbox-list li:hover {
  background-color: rgb(240, 241, 242);
}
.dropdown-checkbox-list .checkmark {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border: 1px solid #8d919a;
  border-radius: 4px;
  display: block;
  height: 16px;
  width: 16px;
}
.dropdown-checkbox-list .checkmark.active {
  background-color: #E1251B;
  border-color: #9b7978;
  display: block;
  background-image: url(/assets/icons/check.svg);
  border-radius: 4px;
}

.dropdown-legal, .dropdown-checkbox {
  width: 100%;
  display: flex;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 13px;
  color: #474747;
  height: 40px;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}

.form-error-message {
  display: none;
  margin: 30px auto;
  font-size: 16px;
  color: rgb(225, 37, 27);
  text-align: center;
  justify-content: center;
}
.form-error-message.active-error {
  display: flex;
}

.dropdown-legal .select {
  cursor: pointer;
  display: block;
  /*! padding: 10px */
}

.dropdown-legal .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}

.dropdown-legal:focus-visible {
  outline: none;
}

.dropdown-legal.active .select > i {
  transform: rotate(-90deg);
}

.dropdown-legal .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
  top: 60px;
}

.dropdown-legal .dropdown-menu.mini {
  top: 42px;
}

.dropdown-legal .dropdown-menu li {
  cursor: pointer;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
.dropdown-legal .dropdown-menu li.is-search-no-match {
  display: none;
}

.dropdown-legal .dropdown-menu {
  padding: 0;
  list-style: none;
}

.dropdown-legal .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.dropdown-legal .dropdown-menu li:active {
  background-color: #e2e2e2;
}

.dropdown-legal-search {
  width: 100%;
  display: flex;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 13px;
  color: #474747;
  min-height: 40px;
  height: auto;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.dropdown-legal-search .select {
  cursor: pointer;
  display: flex;
  width: 90%;
  height: 90%;
  align-items: center;
}
.dropdown-legal-search .select .text-dropdown {
  color: rgb(141, 142, 145);
}

.dropdown-types-response .select,
.parent-question .select {
  width: 100%;
}

.dropdown-legal-search .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}

.observers-email-link {
  padding-left: 35px;
  color: rgb(52, 130, 212);
}

.block-pagination-pages {
  display: flex;
  flex-direction: row;
}
.block-pagination-pages .count-pages__view {
  margin-left: 5px;
  color: rgb(52, 130, 212);
  cursor: pointer;
}
.block-pagination-pages .count-pages {
  display: none;
  position: absolute;
  list-style: none;
  right: -20px;
  top: 40px;
  border-radius: 7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.block-pagination-pages .count-pages .count-pages__option {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(26, 34, 44);
  padding: 14px 16px;
  transition: 0.3s ease all;
  cursor: pointer;
  list-style-type: none;
}
.block-pagination-pages .count-pages .count-pages__option:hover {
  background-color: rgb(240, 81, 77);
  color: rgb(255, 255, 255);
}
.block-pagination-pages .count-pages .count-pages__option span {
  border-bottom: none;
}
.block-pagination-pages .count-pages.active {
  display: block;
}

.quit-button {
  font-size: 20px;
  color: #fff;
  background-color: rgb(114, 115, 117);
}
.quit-button .header__menu-profile-btn {
  align-items: center;
}

.dropdown-legal-search:focus-visible {
  outline: none;
}

.button-publish-questionnaire {
  width: 143px;
}

.dropdown-legal-search.active .select > i {
  transform: rotate(-90deg);
}

.dropdown-legal-search .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  display: none;
  max-height: 384px;
  overflow-y: auto;
  z-index: 9;
  top: 60px;
}
.dropdown-legal-search .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 0 8px 8px 0;
}

.dropdown-legal-search .dropdown-menu.mini {
  top: 110%;
}

.dropdown-legal-search .dropdown-menu li {
  padding: 8px 18px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.dropdown-legal-search .dropdown-menu {
  padding: 0;
  list-style: none;
}

.dropdown-legal-search .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.dropdown-legal-search .dropdown-menu li:active {
  background-color: #e2e2e2;
}

.header-icon path {
  transition: 0.3s ease-in-out all;
}
.header-icon:hover path {
  fill: rgb(225, 37, 27);
}
.header-icon:hover rect {
  fill: rgb(244, 240, 240);
}

.group-header-btns {
  display: flex;
  position: relative;
  width: auto;
  height: auto;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px 0 30px;
}
.group-header-btns .reg-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 36px;
  background-color: rgb(240, 241, 242);
  color: rgb(225, 37, 27);
  font-size: 13px;
  border-radius: 8px;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
.group-header-btns .reg-btn:hover {
  background-color: rgb(225, 37, 27);
  color: rgb(255, 255, 255);
}
.group-header-btns .auth-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 36px;
  background-color: rgb(225, 37, 27);
  color: rgb(255, 255, 255);
  font-size: 13px;
  border-radius: 8px;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
.group-header-btns .auth-btn:hover {
  background-color: rgb(240, 241, 242);
  color: rgb(225, 37, 27);
}

.block-double-question {
  display: none;
}
.block-double-question.active {
  display: block;
}

.block-comment,
.block-note {
  display: none;
}
.block-comment.active,
.block-note.active {
  display: block;
}

.btn-next-step-create {
  display: flex;
  width: 157px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: rgb(26, 34, 44);
  border: 1px solid rgb(225, 37, 27);
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  margin: 22px auto;
  font-weight: 500;
  transition: 0.3s ease all;
}
.btn-next-step-create:hover {
  background-color: rgb(225, 37, 27);
  color: #ffffff;
}
.btn-next-step-create:hover path {
  fill: #ffffff;
}
.btn-next-step-create .icon-next-step {
  margin-left: 13px;
  width: 14px;
  height: 14px;
}
.btn-next-step-create .icon-next-step svg {
  width: 100%;
  height: 100%;
}

.custom-questionnaire-dropdown {
  background-color: rgb(248, 248, 248);
  border-radius: 10px;
  border-bottom: 1px solid rgb(141, 142, 145);
  padding-right: 10px;
}

.block-response-input {
  margin-top: 20px;
}
.block-response-input textarea {
  font-size: 14px;
  color: rgb(26, 34, 44);
}

.danger-input {
  border-bottom: 1px solid rgb(225, 37, 27) !important;
}

.danger-input-response {
  color: rgb(225, 37, 27);
  font-size: 13px;
  display: none;
  padding: 5px 0;
}
.danger-input-response.danger-active {
  display: block;
}

.input-big.danger-input,
.input-small.danger-input {
  margin-bottom: 0;
}

.option-item-questionnaire-block {
  margin-bottom: 10px;
}
.danger-input-response__item-question {
  padding-left: 35px;
}

.option-item-questionnaire .danger-input-response__item-question {
  position: absolute;
  bottom: -23px;
}

.custom-list-item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.custom-list-item .option-item-questionnaire__input {
  max-width: 99%;
}

.create-question-failed {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: auto;
  margin: 20px auto;
}
.create-question-failed .failed-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.create-question-failed .icon-reload {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.create-question-failed .icon-reload svg {
  width: 100%;
  height: 100%;
}
.create-question-failed .btn-next-step-create {
  font-weight: 700;
  width: 130px;
}

.hr-data {
  margin-top: 40px;
  margin-bottom: 15px;
}

.data-bottom-helpers {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  padding-right: 10px;
}
.data-bottom-helpers .count-pages {
  color: rgb(52, 130, 212);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

.dropdown-menu-helper {
  display: none;
  width: 320px;
  height: auto;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 25px;
  text-align: right;
  transition: all 0.3s ease;
}
.dropdown-menu-helper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: auto;
  cursor: pointer;
}
.dropdown-menu-helper ul li {
  display: inline-block;
  background-color: #fff;
  width: 217px;
  transition: all 0.3s ease;
}
.dropdown-menu-helper span {
  display: block;
  padding: 8px 18px;
  color: rgb(26, 34, 44);
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 400;
}
.dropdown-menu-helper .dropdown-arrow {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}
.dropdown-menu-helper span:hover {
  background-color: rgb(240, 241, 242);
}
.dropdown-menu-helper ul ul {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  transition: all 0.3s ease;
}
.dropdown-menu-helper ul li:hover > ul {
  display: inherit;
}
.dropdown-menu-helper ul ul li {
  width: 335px;
  float: none;
  display: list-item;
  position: relative;
  transition: all 0.3s ease;
}
.dropdown-menu-helper li {
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
}
.dropdown-menu-helper.active {
  display: block;
}

.helper-text {
  position: absolute;
  display: none;
  top: 25px;
  right: 0;
  width: 200px;
  font-size: 10px;
  text-align: left;
  color: rgb(26, 34, 44);
  background-color: rgb(244, 240, 240);
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
  z-index: 11;
  padding: 15px;
  border-radius: 8px;
}

.icon-helper:hover .helper-text {
  display: block;
}

.tab-group {
  display: flex;
  flex-direction: row;
}

.button__value {
  display: none;
  flex-direction: row;
  align-items: center;
  background-color: rgb(240, 241, 242);
  padding: 8px;
  border-radius: 8px;
  margin-left: 5px;
}
.button__value.active-filter {
  display: flex;
}

.icon-close-filter, .icon-delete-filter {
  background-image: url(/assets/icons/icon-close.svg);
  background-size: cover;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: flex;
  z-index: 30;
}

.form {
  padding: 32px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.form h4 {
  font-size: 20px;
  line-height: 1.1;
}
.form .input:not(:last-child) {
  margin-bottom: 24px;
}
.form .input {
  position: relative;
  display: block;
  transition: opacity 0.3s;
}
.form .input_title {
  margin-bottom: 4px;
  font-family: "CoFoSans 500", sans-serif;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #727273;
}
.form .input-inner {
  position: relative;
}
.form .input input,
.form .input input:focus,
.form .input textarea,
.form .input textarea:focus,
.form .input .d-select-value,
.form .input .d-select-value:focus {
  color: #1a222c;
}
.form .input input,
.form .input textarea,
.form .input .d-select-value {
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.2307692308;
  border-radius: 2px 2px 0 0;
}
.form .input input,
.form .input textarea,
.form .input .d-select-value-wrap {
  width: 100%;
  height: 40px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #a0a0a0;
  border-radius: 2px 2px 0 0;
  transition: 0.3s;
  transition-property: all;
  transition-property: padding-left, color, background, border;
}
.form .input input,
.form .input textarea {
  display: block;
}
.form input,
.form button,
.form a {
  color: inherit;
}
.form input,
.form button,
.form textarea {
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
}
.form .input-inner ~ .input_error {
  display: none;
}
.form .input.input__error .input_error {
  display: block;
}
.form .input_error {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3333333333;
  color: #e1251b;
}
.form .captcha-block {
  margin: 20px 0 20px 0;
  max-width: 100%;
}
.form .captcha-image img {
  width: 100%;
}
.form img {
  vertical-align: top;
}
.form .btn {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #ffffff;
  background-color: #e1251b;
  background-position: center;
  transition: 0.3s;
  transition-property: all;
  transition-property: color, background, border, opacity;
}
.form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 10px 18px;
  background-color: rgb(225, 37, 27);
  font-size: 13px;
  color: rgb(244, 240, 240);
  font-family: "CoFoSans 500", sans-serif;
  font-weight: 700;
  margin-top: 34px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.2s ease all;
}

.menu-tab__members {
  min-width: 165px;
}

.menu-tab__category {
  min-width: 180px;
}

.menu-tab__criterion {
  min-width: 165px;
}

.menu-tab__questions {
  min-width: 165px;
}

.ck.ck-editor__editable_inline ol,
.view-editor__description ol,
.view-editor__title ol,
.block-title__text-data ol,
.view-editor__criterion ol,
.block-title__text ol {
  padding-left: 35px;
}
.ck.ck-editor__editable_inline ul,
.view-editor__description ul,
.view-editor__title ul,
.block-title__text-data ul,
.view-editor__criterion ul,
.block-title__text ul {
  padding-left: 35px;
}

.input__search-answers--graph {
  margin: 5px 0;
}

.item__search-answers.item__search--hidden {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  .new-group-obj_buttons {
    flex-direction: column;
  }
  .new-group-obj_buttons .base-questioonaire-links {
    margin-bottom: 20px;
    max-width: 245px;
    min-width: 245px;
    align-self: flex-end;
    margin-right: 23px;
  }
  .item-data__content .item-data__buttons {
    align-items: flex-start;
    margin-top: 0;
  }
  .item-data__content .item-data__buttons .buttons__btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 1250px) {
  .item-data__content .item-data__buttons {
    align-items: flex-start;
    margin-top: 0;
  }
  .item-data__content .item-data__buttons .buttons__btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 1263px) {
  .filter__group-buttons .filter__button {
    margin-left: 0;
  }
}
@media screen and (max-width: 1185px) {
  .item-data__content--information {
    display: flex;
    flex-direction: row;
    width: 70%;
    max-width: 700px;
    justify-content: space-between;
  }
  .item-data__content--survey-view .item-data__dates-block {
    margin-right: 0;
  }
  .item-data__content--survey-view .item-data__dates-block .dates-block__period {
    margin-right: 0;
  }
  .block-create-questionnaire__survey-view {
    padding: 24px;
  }
  .data-survey.data-view-survey .data-survey__group-buttons {
    max-width: 200px;
  }
  .data-survey.data-view-survey .data-survey__group-buttons .item-data__buttons {
    flex-wrap: wrap;
    min-width: 0;
    align-items: flex-end;
  }
  .data-survey.data-view-survey .download-result {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1150px) {
  .new-group-obj_buttons {
    margin-top: 15px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .menu-tab-profile {
    justify-content: flex-start;
  }
  .item-data__information {
    margin-top: 10px;
  }
  .item-data__buttons {
    margin-top: 10px;
  }
  .block-info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1005px) {
  .item-data__buttons {
    justify-content: flex-start;
  }
  .item-data__buttons .buttons__btn.btn-edit {
    margin-left: 0;
  }
  .item-data__buttons .btn-finish {
    margin-right: 10px;
  }
  .item-data__content--information {
    display: flex;
    flex-direction: row;
    width: 70%;
    max-width: 700px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-data__content--survey-view .item-data__dates-block {
    margin-right: 0;
    margin-top: 12px;
  }
  .item-data__content--survey-view .item-data__dates-block .dates-block__period {
    margin-right: 0;
  }
  .block-create-questionnaire__survey-view {
    padding: 24px;
  }
  .data-survey.data-view-survey .data-survey__group-buttons {
    max-width: 200px;
  }
  .data-survey.data-view-survey .data-survey__group-buttons .item-data__buttons {
    flex-wrap: wrap;
    min-width: 0;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .data-survey.data-view-survey .dates-block__period {
    margin-right: 30px;
  }
  .data-survey.data-view-survey .item-data__dates-block {
    min-width: 215px;
  }
  .data-survey.data-view-survey .helper-buttons {
    align-self: flex-start;
    justify-content: flex-end;
    margin-top: 15px;
  }
  .data-survey.data-view-survey .helper-buttons .helper-button {
    margin-left: 0;
    margin-right: 12px;
  }
  .data-survey.data-view-survey .item-data__buttons .buttons__btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block {
    margin-right: 0;
    justify-content: flex-start;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block .dates-block__period {
    margin-right: 0;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block .dates-block__period:first-child {
    margin-bottom: 12px;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block:nth-child(3) {
    flex-direction: row;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block:nth-child(3) .dates-block__period {
    margin-right: 65px;
  }
}
@media screen and (max-width: 850px) {
  .item-data__user-base {
    min-width: 590px !important;
  }
  .item-data__information {
    min-width: 290px;
  }
  .item-data__dates-block {
    min-width: 330px;
  }
  .group-header-btns {
    display: flex;
  }
}
@media screen and (max-width: 822px) {
  .data-survey.data-view-survey .item-data__buttons .buttons__btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .data-survey.data-view-survey .data-survey__group-buttons {
    max-width: none;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block {
    margin-right: 0;
    justify-content: flex-start;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block .dates-block__period {
    margin-right: 0;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block .dates-block__period:first-child {
    margin-bottom: 12px;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block:nth-child(3) {
    flex-direction: row;
  }
  .data-survey.data-view-survey .item-data__content--survey-view .item-data__dates-block:nth-child(3) .dates-block__period {
    margin-right: 65px;
  }
  .data-survey.data-view-survey .helper-buttons {
    align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .questionnaire {
    width: 100%;
  }
  .steps-buttons {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .answer-item {
    width: 100%;
    min-width: 265px;
  }
  .questionnaire__title {
    font-size: 16px;
    line-height: 20px;
  }
  .item-data__content.object-block {
    justify-content: flex-start;
  }
  .item-data__content.object-block .base-questioonaire-links {
    margin-top: 0;
    flex-direction: column !important;
    margin-right: 0;
  }
  .item-data__content.object-block .base-questioonaire-links .custom-questionnaire-dropdown {
    min-width: 240px;
    max-width: 240px;
  }
  .item-data__content.object-block .base-questioonaire-links .object-link-block.copy-link {
    min-width: 230px;
  }
  .item-data__user-base {
    width: 100% !important;
    min-width: auto !important;
    flex-wrap: wrap;
    gap: 16px;
  }
  .item-data__content .item-data__buttons {
    margin: 10px auto !important;
  }
  .item-data__buttons {
    justify-content: flex-start;
  }
  .item-data__buttons .buttons__btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view {
    flex-direction: column;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group {
    flex-direction: column;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group .user-base__block.block-email, .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group .user-base__block.block-fio {
    margin-top: 18px;
    width: auto;
    margin-right: 0;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group .user-base__block.block-company {
    margin-top: 18px;
    width: auto;
    margin-right: 0;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .group-1,
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .group-2 {
    width: 100%;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__helpers {
    position: absolute;
    right: 15px;
  }
  .block-edit-in-user-base {
    width: 100%;
    padding-top: 30px;
  }
  .block-edit-in-user-base .block-inputs {
    flex-direction: column;
  }
  .block-edit-in-user-base .block-inputs .input-small {
    width: 100%;
  }
  .block-edit-in-user-base hr {
    display: none;
  }
  .block-edit-in-user-base .btn-next-step-create {
    margin-top: 5px;
    margin-bottom: 0;
    width: 190px;
  }
  .group-header-btns {
    display: flex;
  }
  .container-data {
    background-image: none;
  }
  .main-content-block {
    background-color: #ffffff;
    padding: 12px;
    width: 100%;
    height: auto;
    box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .block-create-questionnaire.block-new-questionnaire {
    max-width: 303px;
  }
  .pagination {
    margin-bottom: 15px;
  }
  .info-image__bg img {
    max-width: 100%;
  }
  .base-questioonaire-links {
    margin-top: 10px;
  }
  .data-survey.data-view-survey .statistic-page__results {
    flex-direction: column;
  }
  .data-survey.data-view-survey .statistic-page__results .statistic-page__questions-block {
    width: 100%;
  }
  .data-survey.data-view-survey .statistic-page__results .statistic-page__questions-list {
    width: 100%;
    min-height: auto;
    max-height: 468px;
  }
  .data-survey.data-view-survey .statistic-page__results .statistic-page__questions-list .statistic-page__question-item {
    width: 100%;
  }
  .block-create-questionnaire.block-new-questionnaire {
    max-width: 100%;
  }
  .data-survey.data-view-survey .additional--item__comments {
    margin-right: 125px;
  }
}
@media screen and (max-width: 555px) {
  .header__phone {
    display: none;
  }
  .item-data__user-base .user-base__block {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 460px) {
  .btn-publish {
    min-height: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .header .menu-left__button {
    border-radius: 0;
  }
  .menu-left {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background-color: rgb(255, 255, 255);
    z-index: 50;
    border-top: 3px solid red;
    top: auto;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 0;
  }
  .menu-left__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-bottom: none;
    border-radius: 10px;
    flex-direction: column;
  }
  .menu-left__button .icon-text-mini {
    display: flex;
    font-size: 8px;
    font-weight: 500;
    margin-top: 5px;
    color: rgb(114, 115, 117);
  }
  .menu-left__button:hover {
    background-color: rgb(37, 54, 72);
    border-bottom: none;
  }
  .menu-left__button:hover .icon-text-mini {
    color: #fff;
  }
  .menu-left__button:hover path {
    fill: #fff;
  }
  .container {
    padding: 0 10px;
  }
  .container-data {
    padding: 38px 10px;
  }
  .block-create-questionnaire.block-new-questionnaire {
    max-width: 100%;
  }
  .peek-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 345px;
    max-width: 100%;
    align-items: center;
    align-self: center;
  }
  .footer {
    padding: 0 25px;
  }
  .filter {
    flex-direction: column;
  }
  .filter .filter__group-buttons .filter__button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .new-group-obj_buttons {
    flex-direction: column;
  }
  .new-group-obj_buttons .base-questioonaire-links {
    margin-bottom: 20px;
    max-width: 90%;
    min-width: 245px;
    align-self: flex-start;
    margin-right: 23px;
  }
  .new-group-obj_buttons .base-questioonaire-links .statistic-block__tooltip {
    width: 18px;
    height: 18px;
    top: 12px;
    right: -20px;
  }
  .pagination {
    padding: 0 25px;
  }
  .block-create-questionnaire.category-questionnaire .category-questionnaire-block {
    flex-direction: column;
  }
  .block-create-questionnaire.category-questionnaire .btn {
    margin: 20px auto;
  }
  .btn {
    margin: 10px auto;
  }
  .dropdown-menu-helper ul ul li {
    width: 265px;
  }
  .main-content-block {
    padding: 0;
  }
  .icons-edit {
    width: auto;
  }
  .checkbox-required {
    margin-right: 10px;
  }
  .r-checkbox div {
    padding-left: 22px;
  }
  .checkbox-required .r-checkbox div:nth-of-type(1)::before {
    width: 14px;
    height: 14px;
  }
  .option-item-questionnaire__input {
    max-width: 65%;
  }
  .container-central {
    min-height: 0;
  }
  .container.container-data {
    min-height: 0;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
    height: auto;
    border-top: 1px solid rgb(208, 212, 217);
    border-bottom: 4px solid rgb(225, 37, 27);
    background-color: rgb(255, 255, 255);
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-right {
    align-items: flex-start;
  }
  .header__notify,
  .header__profile,
  .header__menu-services {
    margin-right: 10px;
  }
  .header__notify rect,
  .header__profile rect,
  .header__menu-services rect {
    display: none;
  }
  .header__notify path,
  .header__profile path,
  .header__menu-services path {
    fill: rgb(26, 34, 44);
  }
  .header-right .header__menu-services {
    margin-right: 0;
  }
  .questionnaire {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.08);
    margin: 15px auto;
    flex-wrap: wrap;
  }
  .steps-buttons,
  .pagination {
    width: 100%;
  }
  .filter {
    flex-wrap: wrap;
  }
  .filter .filters-clear {
    margin-top: 15px;
  }
  .item-data__dates-block {
    min-width: 290px;
  }
  .item-data__dates-block .dates-title {
    font-size: 11px;
  }
  .item-data__dates-block .date-date {
    font-size: 11px;
  }
  .questionnaire__name {
    max-width: 100%;
  }
  .block-response-input {
    max-width: 100%;
  }
  .rating-area {
    width: 100%;
  }
  .rating-area:not(:checked) > label {
    width: 45px;
    font-size: 40px;
  }
  input ~ .value-item {
    transform: scale(1);
  }
  .importance-rating {
    width: 100%;
  }
  .value__block label {
    width: auto;
    max-width: auto;
  }
  .value-item:hover {
    transform: scale(0.8);
  }
  .smile-rating label {
    margin-right: 8px;
  }
  .rating-area {
    margin-left: -4em;
  }
  .info-image__bg img {
    min-width: auto;
    max-width: 100%;
  }
  .item-data__content {
    flex-direction: column;
  }
  .item-data__dates-block {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .item-data__content,
  .item-data__dates-block {
    flex-direction: column;
  }
  .item-data__buttons,
  .item-data__information {
    flex-direction: column;
  }
  .efficiency-block {
    margin-top: 10px;
  }
  .efficiency-block,
  .item-data__information {
    flex-direction: row;
  }
  .item-data__buttons,
  .item-data__information {
    flex-direction: column;
  }
  .data-survey .title-filter-block {
    flex-direction: column;
  }
  .data-survey .title-filter-block .filter__button-main {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .data-survey .title-filter-block .filter__button-main div {
    margin-left: 5px;
    margin-right: 5px;
  }
  .data-survey .filter-btn-add-base-block {
    width: 100%;
    flex-direction: column;
  }
  .data-survey .filter-btn-add-base-block .filter__button-main {
    margin-bottom: 20px;
  }
  .block-inputs {
    height: auto;
    flex-direction: column;
  }
  .block-inputs input {
    width: 100%;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base .menu-tab-questions__button-add {
    margin: 10px auto;
  }
  .item-data__content .item-data__buttons {
    min-height: 0;
  }
  .group-filters-helpers {
    margin: 0 auto;
  }
  .filter__button {
    width: 100%;
    margin: 10px;
  }
  .filter {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
  }
  .item-data__buttons {
    min-width: auto;
    width: auto;
    flex-wrap: wrap;
    max-width: 100%;
    min-height: 88px;
    flex-direction: row;
    justify-content: flex-start;
  }
  .item-data__buttons .buttons__btn {
    margin-left: 0;
  }
  .item-data__buttons .btn-edit {
    margin-right: 24px;
  }
  .item-data__buttons .button-publish-questionnaire {
    width: 123px;
  }
  .block-text .btn {
    margin: 20px 0 0 0;
  }
  .footer-no-btns {
    padding-bottom: 0 !important;
    border-bottom: 2px solid rgb(225, 37, 27) !important;
  }
  .footer-left {
    height: 140px;
  }
  input:checked ~ .value-item {
    transform: scale(1.1);
    font-size: 20px;
    font-weight: 700;
  }
  .btn-download-result {
    margin-right: 7px;
  }
  .buttons__btn {
    padding: 9px 12px;
  }
  .item-data__content.object-block .download-result {
    margin-top: 10px;
  }
  .statistic-block {
    width: 100%;
  }
  .data-survey {
    background: none;
    padding-top: 0;
  }
  .menu-tab-members .email-btn {
    min-width: 141px;
  }
  .menu-tab-members .company-btn {
    min-width: 175px;
  }
  .menu-tab-members .object-btn {
    min-width: 155px;
  }
  .hr-data {
    display: none;
  }
  .block-pagination-pages {
    display: none;
  }
  .data-bottom-helpers {
    margin-bottom: 0;
  }
  .container.container-data {
    background-color: rgb(248, 248, 248);
    box-shadow: none;
  }
  .main-content-block {
    box-shadow: none;
    background: none;
  }
  .container {
    background-color: rgb(248, 248, 248);
    padding: 25px;
  }
  .sign-in-wrap.content {
    min-height: auto;
  }
  .sign-in_content {
    padding-top: 30px;
  }
  .filter.active {
    background-color: #fff;
  }
  .filter__group-buttons {
    width: 100%;
  }
  .no-bg-container {
    padding-top: 15px;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view {
    flex-direction: column;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group {
    flex-direction: column;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group .user-base__block.block-email, .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group .user-base__block.block-fio {
    margin-top: 18px;
    width: auto;
    margin-right: 0;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__group .user-base__block.block-company {
    margin-top: 18px;
    width: auto;
    margin-right: 0;
  }
  .block-create-questionnaire.block-create-questionnaire-data.block-user-base-view .user-base__helpers {
    position: absolute;
    right: 15px;
  }
  .block-edit-in-user-base {
    width: 100%;
    padding-top: 30px;
  }
  .block-edit-in-user-base hr {
    display: none;
  }
  .block-edit-in-user-base .btn-next-step-create {
    margin-top: 5px;
    margin-bottom: 0;
    width: 190px;
  }
  .delete-block-email,
  .delete-block-base-selected {
    background-color: rgb(248, 248, 248);
  }
  .header__menu-services {
    right: 0 !important;
  }
  .header-right {
    padding-right: 30px;
  }
  .footer {
    border-bottom: none;
    padding-bottom: 80px;
  }
  .menu-left {
    margin-bottom: 0;
  }
  *:focus-visible {
    outline: none;
    border: none;
  }
  .item-data__content .item-data__buttons {
    margin: 10px 0 !important;
  }
  .data-survey.data-view-survey .item-data__buttons .download-result {
    margin-top: 15px;
  }
  .data-survey.data-view-survey .title-questionnaire__block-title {
    flex-direction: column;
  }
  .data-survey.data-view-survey .title-questionnaire__block-title .title-questionnaire__content-right {
    margin-top: 15px;
    margin-left: -40px;
    align-items: flex-start;
  }
  .data-survey.data-view-survey .helper-buttons {
    align-self: flex-start;
    margin-top: 10px;
    justify-content: flex-start;
  }
  .container-central.data-survey.data-view-survey {
    padding: 0;
  }
  .container-central.data-survey.data-view-survey .helper-buttons .helper-button {
    margin-left: 0;
    margin-right: 12px;
  }
  .container-central.data-survey.data-view-survey .dates-block__period {
    margin-right: 0;
  }
  .container-central.data-survey.data-view-survey .item-data__buttons {
    justify-content: flex-start;
  }
  .data-survey.data-view-survey .item-data__buttons .download-result:last-child .buttons__btn {
    margin-right: 0;
  }
  .data-survey.data-view-survey .item-data__buttons .download-result:first-child .buttons__btn {
    margin-left: 0;
  }
  .data-survey.data-view-survey .statistic-page__results {
    flex-direction: column;
  }
  .data-survey.data-view-survey .statistic-page__questions-block {
    width: 100%;
  }
  .data-survey.data-view-survey .statistic-page__questions-block {
    width: 100%;
  }
  .filter__button {
    width: 93%;
  }
  .pignose-calendar {
    min-width: 280px;
  }
  .period-calendar,
  .questionnaire-calendar,
  .created-at-calendar {
    transform: translate(-15%, 58%);
  }
  .data-survey.data-view-survey .additional--item__comments {
    margin-right: 70px;
  }
  .data-survey.data-view-survey .graph-scale-block__graph--item {
    min-width: 34px;
    font-size: 10px;
  }
  .data-survey.data-view-survey .graph-row-block__graph.graph-stars .graph-scale-block__graph--item {
    max-width: 50px;
    min-width: 45px;
  }
  .icon-star-result {
    height: 37px;
    width: 35px;
    min-height: 37px;
    min-width: 35px;
  }
  .image-smile {
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .data-survey.data-view-survey .graph-row-block__graph.graph-smile .graph-scale-block__graph--item {
    min-width: 50px;
    max-width: 55px;
    margin-right: 2px;
  }
  .data-survey.data-view-survey .graph--item__percent {
    font-size: 10px;
  }
  .data-survey.data-view-survey .graph--item__count {
    font-size: 10px;
  }
  .questionnaire-pass .answer-item {
    min-width: 265px;
    max-width: 100%;
    width: 100%;
  }
  .questionnaire-pass .checkbox_checkmark {
    top: 0;
    transform: translateY(0);
  }
}
@media screen and (max-width: 348px) {
  .item-data__buttons {
    justify-content: flex-start;
  }
  .item-data__buttons .buttons__btn.btn-edit {
    margin-right: 5px;
  }
}
@media screen and (max-width: 348px) {
  .item-data__buttons {
    justify-content: flex-start;
  }
  .item-data__buttons .buttons__btn.btn-edit {
    margin-top: 10px;
  }
  .item-data__buttons .buttons__btn.btn-publish {
    margin-top: 10px;
  }
}
