@font-face {
  font-family: "GolosUI";
  src: url("../fonts/golos-ui_vf.woff2") format("woff2");
  font-display: swap;
}
body *:not(svg):not(svg *):not(a):not(img):not(button):not(strong):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: unset;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    color: #EE002D;
  }
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

.hidden {
  display: none !important;
}

body {
  min-height: 100vh;
  position: relative;
  height: 100%;
  background-color: #F2F4F4;
  font-family: "GolosUI";
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.14px;
}

html {
  height: auto;
  -webkit-text-size-adjust: none;
}
html.disable-scrolling {
  overflow: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

html,
body {
  min-height: 100vh;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main p {
  margin: 0;
}

.header ~ .main {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  max-width: 1110px;
}
.container--small {
  max-width: 350px;
}

.section {
  margin: 40px 0;
}
.section--no-overflow {
  overflow: hidden;
}

.info-section {
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 20px;
}
.info-section__empty {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.grid-list {
  display: grid;
}
.grid-list--side {
  grid-template-columns: 365px 1fr;
  grid-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 991px) {
  .grid-list--side {
    grid-template-columns: 1fr;
  }
}

.table-scroll table {
  border-collapse: collapse;
}
.table-scroll td,
.table-scroll th {
  text-align: center;
  vertical-align: top;
}
.table-scroll td:not(:last-child),
.table-scroll th:not(:last-child) {
  border-right: 1px solid #DBE4E6;
}
.table-scroll td.no-border,
.table-scroll th.no-border {
  border-right: 0;
}
.table-scroll td:first-child,
.table-scroll th:first-child {
  text-align: left;
}
.table-scroll .top-border td {
  border-top: 1px solid #DBE4E6;
}
.table-scroll tbody td:first-child {
  border-radius: 6px 0 0 6px;
}
.table-scroll tbody td:last-child {
  border-radius: 0 6px 6px 0;
}
.table-scroll thead tr:first-child td:first-child,
.table-scroll thead tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
.table-scroll thead tr:first-child td:last-child,
.table-scroll thead tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.table-scroll thead tr:last-child td:first-child,
.table-scroll thead tr:last-child th:first-child {
  border-bottom-left-radius: 6px;
}
.table-scroll thead tr:last-child td:last-child,
.table-scroll thead tr:last-child th:last-child {
  border-bottom-right-radius: 6px;
}
.table-scroll thead tr:not(:only-child) th {
  padding: 14px 10px 10px 10px;
}
.table-scroll thead tr td {
  padding: 0 10px 18px;
}
.table-scroll th {
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.16px;
  background-color: #F2F4F4;
}
.table-scroll td {
  padding: 12px 10px;
}
.table-scroll--visits table {
  width: 100%;
}
.table-scroll--visits td:last-child,
.table-scroll--visits th:last-child {
  width: 42%;
}
.table-scroll--visits tbody tr:nth-child(even) td {
  background-color: #F2F4F4;
}

.download-report {
  margin-left: auto;
  margin-top: 20px;
}

[v-cloak] {
  display: none !important;
}

.inputholder {
  width: 100%;
  position: relative;
}
.inputholder__input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #BFC8CA;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "GolosUI";
  height: 38px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.inputholder__input.error {
  border-color: #EE002D;
}
.inputholder__input--label {
  padding: 28px 16px 10px;
  height: 62px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.inputholder__input:focus {
  outline: none;
}
.inputholder__input--float + .inputholder__label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  top: 10px;
}
.inputholder__label {
  color: #BFC8CA;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  pointer-events: none;
}

.password-toggle-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url(../img/image/password-eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.password-toggle-icon--hide {
  background-image: url(../img/image/password-eye-closed.svg);
}

.form {
  display: grid;
  grid-gap: 12px;
}
.form__buttonholder {
  margin-top: 12px;
}

.button {
  font-family: "GolosUI";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  min-height: 42px;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  outline: none;
  position: relative;
  border-radius: 16px;
  border: unset;
  font-weight: 500;
  line-height: 128.571%;
  text-transform: uppercase;
}
.button[disabled] {
  pointer-events: none;
}
.button__icon {
  width: 18px;
  height: 18px;
  margin-left: -6px;
}
.button--full {
  width: 100%;
}
.button--red {
  color: #FFFFFF;
  background-color: #EE002D;
}
@media (any-hover: hover) {
  .button--red:hover {
    background-color: #BF0022;
    color: #FFFFFF;
  }
}
.button--red[disabled], .button--red.disabled {
  background-color: #FFDAD7;
  color: #FFFFFF;
}
.button--gray {
  color: #000000;
  background-color: #DBE4E6;
}
@media (any-hover: hover) {
  .button--gray:hover {
    background-color: #BFC8CA;
    color: #000000;
  }
}
.button--gray[disabled], .button--gray.disabled {
  background-color: #DBE4E6;
  color: #BFC8CA;
}
.button--transparent {
  min-height: unset;
  padding: 8px 14px;
}
@media (any-hover: hover) {
  .button--transparent:hover {
    color: #EE002D;
    fill: #EE002D;
  }
}
.button--transparent.active {
  color: #EE002D;
  fill: #EE002D;
}

.logo {
  display: block;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.nav__link.active {
  color: #EE002D;
}

.header {
  position: relative;
  margin-top: 20px;
  z-index: 11;
}
.header__row {
  display: grid;
  grid-template-columns: 122px 1fr;
  grid-gap: 34px;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .header__menu {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    top: 100px;
    right: 0;
    margin: 0;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: auto;
    z-index: 10;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: calc(100% - 30px);
    left: 50%;
    gap: 32px;
  }
  .header__menu--vis {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.header__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
@media screen and (max-width: 991px) {
  .header__personal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.header__person {
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px;
  background-image: url(../img/image/person-icon.svg);
}

.burger {
  display: none;
}
@media screen and (max-width: 991px) {
  .burger {
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
  }
}
.burger:before, .burger::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.burger:before {
  top: 10px;
}
.burger:after {
  top: 18px;
}
.burger--open:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}
.burger--open::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
}

.login {
  display: grid;
  grid-gap: 24px;
}
.login__head {
  display: grid;
  grid-gap: 60px;
}
.login__logo {
  max-width: 180px;
  margin: 0 auto;
}
.login__title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.result {
  display: grid;
  grid-gap: 20px;
}
.result__head {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .result__head {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.result .select-holder {
  max-width: 280px;
}
.result__table {
  max-height: 617px;
  overflow: auto;
  max-width: 100%;
}
.result__table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #DBE4E6;
  border-radius: 2px;
}
.result__table::-webkit-scrollbar-thumb {
  background-color: #6F797A;
  border-radius: 2px;
}
.result__table table {
  table-layout: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.result__table table th {
  width: 257px;
}
.result__table table th:first-child {
  width: 206px;
}
.result__table table td {
  background-color: #FFFFFF;
}
.result__table table .gray td {
  background-color: #F2F4F4;
}
.result__table table .result-section--active td:first-child, .result__table table .result-section--active td:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.result__table table .result-question td {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.result__table table .result-question td:first-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.12px;
}
.result__table table .result-question--no-radius td:first-child, .result__table table .result-question--no-radius td:last-child {
  border-radius: 0;
}
.result .hidden-row {
  display: none;
}

.toggler {
  display: grid;
  grid-template-columns: 1fr 20px;
  grid-gap: 15px;
  cursor: pointer;
}
.toggler__button {
  position: relative;
  cursor: pointer;
}
.toggler__button:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/select-arrow.svg);
  top: 2px;
  right: 0px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.toggler__button.open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select {
  position: relative;
  color: #000000;
}
.select--years {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.select__active {
  width: 100%;
  padding: 8px 32px 8px 16px;
  border-radius: 16px;
  border: 1px solid #BFC8CA;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "GolosUI";
  height: 37px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select__active:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/select-arrow.svg);
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.select__active.open:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.select__text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.select__drop {
  position: absolute;
  z-index: 1;
  width: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  left: 0;
  top: calc(100% + 10px);
}
.select__drop--checkboxes {
  max-width: 179px;
}
.select__item {
  display: block;
  cursor: pointer;
  padding: 13px 16px;
}
.select__item:first-child {
  border-radius: 10px 10px 0 0;
}
.select__item:last-child {
  border-radius: 0 0 10px 10px;
}
.select__item.active {
  background-color: #F2F4F4;
}
@media (any-hover: hover) {
  .select__item:hover {
    background-color: #F2F4F4;
  }
}
.select__input {
  display: none;
}

.select-holder {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-picker {
  display: grid;
  grid-gap: 16px;
}
.date-picker:not(:first-child) {
  margin-top: 30px;
}
.date-picker__caption {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 575px) {
  .date-picker__separator {
    text-align: center;
  }
}
.date-picker__row {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .date-picker__row {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
.date-picker__input {
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 22px;
  background-image: url(../img/image/calendar.svg);
  padding-right: 38px;
  cursor: pointer;
}
.date-picker .datepicker-cell.selected,
.date-picker .datepicker-cell.selected:hover {
  background-color: #EE002D;
}

.checkbox {
  display: block;
  min-height: 18px;
  position: relative;
  cursor: pointer;
}
.checkbox .checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
@media (any-hover: hover) {
  .checkbox .checkbox__input:hover:hover + label::before,
  .checkbox .checkbox__input:hover:hover + span::before {
    border-color: #EE002D;
  }
}
.checkbox .checkbox__input + label,
.checkbox .checkbox__input + span {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 28px;
  min-height: 18px;
  line-height: normal;
  cursor: pointer;
}
.checkbox .checkbox__input + label::before,
.checkbox .checkbox__input + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #BFC8CA;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkbox .checkbox__input + label::after,
.checkbox .checkbox__input + span::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/check.svg);
}
.checkbox .checkbox__input:not(:checked) + label::after,
.checkbox .checkbox__input:not(:checked) + span::after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.checkbox .checkbox__input:checked + label::before,
.checkbox .checkbox__input:checked + span::before {
  border-color: #EE002D;
  background-color: #EE002D;
}
.checkbox .checkbox__input:checked + label::after,
.checkbox .checkbox__input:checked + span::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=style.css.map */
