

/* Start:/local/templates/events/style/all.css?174065439312746*/
@font-face {
  font-family: Inter-Partner;
  src: url("/local/templates/events/style/./../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter-Partner;
  src: url("/local/templates/events/style/./../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter-Partner;
  src: url("/local/templates/events/style/./../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter-Partner;
  src: url("/local/templates/events/style/./../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
body, html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
body.lock-scroll, html.lock-scroll {
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 1192px) {
  body.lock-scroll, html.lock-scroll {
    position: relative;
  }
}

.lock-scroll.employee,
.lock-scroll.profile,
.lock-scroll.deals {
  margin-right: 17px;
  top: -200px;
}
@media (min-width: 990px) {
  .lock-scroll.employee,
  .lock-scroll.profile,
  .lock-scroll.deals {
    top: 0;
  }
}

:root {
  --tpui-space-xxlarge: 36px;
  --tpui-space-xlarge: 32px;
  --tpui-space-large: 24px;
  --tpui-space-medium: 16px;
  --tpui-space-small: 12px;
  --tpui-space-xsmall: 8px;
  --tpui-space-none: 0px;
}

body {
  font-family: Inter-Partner, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  color: #14254A;
  overflow-x: hidden;
}

.g-container {
  padding: 0 16px;
}
@media (min-width: 990px) {
  .g-container {
    padding: 0 20px;
  }
}

.g-noselect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-noselect:focus {
  outline: none !important;
}

@media (min-width: 990px) {
  .hide-on-small-desktop {
    display: none !important;
  }
}

.show-on-small-desktop {
  display: none !important;
}
@media (min-width: 990px) {
  .show-on-small-desktop {
    display: block !important;
  }
}

.link__wrp,
.link__wrp a {
  transition: opacity 0.25s;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 990px) {
  .link__wrp--center {
    justify-content: center;
  }
}

@media (min-width: 1025px) and (orientation: landscape) {
  .link__wrp:hover,
  .link__wrp a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
body.main-layout {
  background-color: #F5F4F7;
  min-height: 100vh;
  overflow-x: hidden;
  min-width: 390px;
}

.main__layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.content {
  flex: 1;
}
.content--size-s {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 990px) {
  .content--size-s {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1080px;
  }
}
.content--size-m {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 990px) {
  .content--size-m {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1556px;
  }
}
.content--size-l {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 990px) {
  .content--size-l {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.arrow__icon {
  margin-right: 8px;
}
.arrow__icon--right {
  margin-right: 0;
  margin-left: 8px;
  transform: rotate(180deg);
}

.button-form {
  border: none;
  border-radius: 8px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form:hover {
    cursor: pointer;
  }
}

.w100 {
  width: 100%;
  justify-content: center;
}

@media (max-width: 989px) {
  .w100-mobile {
    width: 100%;
    justify-content: center;
  }
}

.with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.size-xl {
  height: 64px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.size-xl.with-icon {
  height: 56px;
}
@media (min-width: 990px) {
  .size-xl.with-icon {
    width: 64px;
  }
}

.size-l {
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.size-l.with-icon {
  width: 56px;
}

.size-m {
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.size-m.with-icon {
  width: 48px;
}

.size-s {
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.size-s.with-icon {
  width: 32px;
}

.color-white {
  background: #F5F4F7;
  color: #14254A;
  transition: box-shadow 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .color-white:hover {
    box-shadow: inset 0 0 0 2px #14254A;
  }
}
.color-white.active {
  background: #14254A;
  color: white;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .color-white.active:hover {
    box-shadow: none;
  }
}

.color-transparent {
  background: transparent;
  color: #14254A;
  transition: box-shadow 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .color-transparent:hover {
    box-shadow: inset 0 0 0 2px #14254A;
  }
}
.color-transparent.active {
  background: #35BE45;
  color: white;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .color-transparent.active:hover {
    box-shadow: none;
  }
}

.color-green {
  background: #35BE45;
  color: white;
  transition: background 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .color-green:hover {
    background: #278A32;
  }
}

.color-green-dark {
  background: #1A9F29;
  color: white;
  transition: background 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .color-green-dark:hover {
    background: #278A32;
  }
}

.color-blue {
  background: #14254A;
  color: white;
  transition: background 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .color-blue:hover {
    background: #0C1831;
  }
}

.button-form.disabled {
  color: rgba(20, 37, 74, 0.2);
  pointer-events: none;
  background: #F5F4F7;
  box-shadow: none;
}

.tabs-switcher {
  display: flex;
  background: #f5f4f7;
  border-radius: 8px;
  padding: 4px;
}

.tab-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 1025px) and (orientation: landscape) {
  .tab-item:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
.tab-item.active, .tab-item.active:hover {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.tab-item.active {
  font-weight: 700 !important;
}

.size__m .tab-item {
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.size__s .tab-item {
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.input-block__wrp--reg {
  display: grid;
  grid-auto-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  column-gap: 5px;
}
.input-block__wrp--reg .input__code {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
}
.input-block__wrp--reg .input__code::-webkit-outer-spin-button,
.input-block__wrp--reg .input__code::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-block__wrp--reg .input__code,
.input-block__wrp--reg .input__code:hover,
.input-block__wrp--reg .input__code:focus {
  appearance: none;
  -moz-appearance: textfield;
}
@media (min-width: 990px) {
  .input-block__wrp--reg .input__code {
    font-size: 28px;
    line-height: 28px;
  }
}

.input-block__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #575E6D;
  margin-bottom: 6px;
  margin-left: 16px;
  display: inline-block;
}

.input__form {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-family: inherit;
  padding: 0 16px;
  color: #14254A;
  height: 48px;
}
.input__form.border-2 {
  border-width: 2px;
}
.input__form.size-xl {
  height: 64px;
}
.input__form.size-l {
  height: 56px;
}
.input__form.size-m {
  height: 48px;
}
.input__form.size-s {
  height: 36px;
}
.input__form::placeholder {
  color: #14254A;
  opacity: 0.2;
  user-select: none;
}
.input__form:focus {
  outline: none;
  border-color: #D7D7D7;
}
.input__form.with-icon {
  padding-right: 40px;
}
.input__form.with-left-icon {
  padding-left: 38px;
}
.input__form--error {
  background-color: #fff6f7;
  border-color: #E14242;
}

.input__wrp {
  position: relative;
}

.auth__eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  cursor: pointer;
}

.left__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  pointer-events: none;
}

@media (min-width: 990px) {
  .user-item {
    flex: 1;
  }
}
@media (min-width: 990px) {
  .user-item__position.hide__on__pc {
    display: none;
  }
}
.user-item__info {
  display: flex;
}
.user-item__info__ava {
  width: 32px;
  border-radius: 4px;
  margin-right: 10px;
}
.user-item__info__ava img {
  display: block;
  width: 100%;
}
.user-item__info__fio {
  flex: 1;
}
.user-item__fio {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #575E6D;
}
@media (min-width: 990px) {
  .user-item__fio {
    font-size: 15px;
    line-height: 18px;
  }
}
.user-item__fio br {
  display: none;
}
.user-item__fio.bold__on__pc br {
  display: none;
}
@media (min-width: 990px) {
  .user-item__fio.bold__on__pc br {
    display: block;
  }
}
@media (min-width: 990px) {
  .user-item__fio.bold__on__pc span {
    font-weight: 400;
  }
}
.user-item__fio.bold__on__mobile br {
  display: block;
}
.user-item__fio.bold__on__mobile span {
  font-weight: 400;
}
.user-item__phone {
  margin-top: 2px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #575E6D;
  opacity: 0.5;
}
.user-item.size__m .user-item__info {
  margin-top: 8px;
}
.user-item.size__m .user-item__info__ava {
  width: 36px;
}
.user-item.size__m .user-item__fio {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
.user-item.size__m .user-item__phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 4px;
}
.user-item__open-detail {
  position: absolute;
  right: 0;
  top: 5px;
}
.user-item__open-detail--empl {
  top: 18px;
}
.user-item__open-detail:hover {
  cursor: pointer;
}

.hide__before-pc {
  display: none;
}
@media (min-width: 990px) {
  .hide__before-pc {
    display: block;
  }
}

.hide__on__pc {
  display: block;
}
@media (min-width: 990px) {
  .hide__on__pc {
    display: none !important;
  }
}

.error__field {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #E14242;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.alignment-left {
  margin-left: 20px;
}

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

.alignment-right {
  text-align: right;
}

.hidden {
  display: none !important;
}

.buttons__wrp {
  display: flex;
  justify-content: space-between;
}
.buttons__wrp .arrow__icon:nth-child(1) {
  margin-right: 5px;
}
.buttons__wrp .arrow__icon:nth-child(2) {
  margin-left: 5px;
  margin-right: 0;
}
.buttons__wrp .button__submit {
  padding-left: 10px;
  padding-right: 10px;
}

.button__submit span {
  padding: 0 10px;
}
.button__submit svg {
  fill: transparent;
  stroke: #fff;
}
.button__submit:disabled svg {
  stroke: #14254A;
  opacity: 50%;
}

.inverse svg {
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.bx-core-waitwindow {
  display: none !important;
}

div[id^=wait_] {
  display: none !important;
  background: none !important;
  border: 0 !important;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal;
  padding: 0 !important;
  position: absolute;
  text-align: center !important;
  text-indent: 0 !important;
  width: 0 !important;
  height: 0 !important;
  word-spacing: normal !important;
  z-index: 0;
  content: "";
}

/* End */


/* Start:/local/templates/events/style/header.css?174065439321486*/
.cmp-base-header {
  padding: 16px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cmp-base-header--center {
  justify-content: center;
}
.cmp-base-header > *:not(.popup-modal-2):not(:first-child) {
  margin-left: 30px;
}
@media (min-width: 990px) {
  .cmp-base-header > *:not(.popup-modal-2):not(:first-child) {
    margin-left: 0;
  }
}
.cmp-base-header a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 990px) {
  .cmp-base-header {
    padding: 24px 20px;
    column-gap: 25px;
  }
}
@media (min-width: 1482px) {
  .cmp-base-header {
    column-gap: 30px;
  }
}
.cmp-base-header__logo__wrp {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1A9F29;
}
.cmp-base-header__logo__wrp__icon {
  color: currentColor;
}
.cmp-base-header__logo__wrp__divider {
  width: 1px;
  height: 25px;
  margin: 0 6px;
  background: currentColor;
}
.cmp-base-header__logo__wrp__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: currentColor;
}
.cmp-base-header__main__menu {
  flex: 1;
  margin-left: 0 !important;
}
.cmp-base-header__main__menu__pc {
  display: none;
}
@media (min-width: 990px) {
  .cmp-base-header__main__menu__pc {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.cmp-base-header__main__menu__pc a {
  text-decoration: none;
  color: inherit;
}
.cmp-base-header__main__menu__pc li + li {
  margin-left: 6px;
}
@media (min-width: 990px) {
  .cmp-base-header__main__menu__pc li + li {
    margin-left: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1482px) {
  .cmp-base-header__main__menu__pc li + li {
    margin-left: 3px;
  }
}
.cmp-base-header__notification__btn {
  color: #14254A;
  position: relative;
  top: 3px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .cmp-base-header__notification__btn {
    transition: opacity 0.2s;
  }
  .cmp-base-header__notification__btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.cmp-base-header__notification__btn__count {
  background: #E14242;
  position: absolute;
  top: -7px;
  right: -11px;
  min-width: 14px;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  padding: 0 2px;
  color: white;
  border-radius: 100px;
}
.cmp-base-header__add__btn {
  width: 24px;
  height: 24px;
  background: #1A9F29;
  border-radius: 1000px;
  box-shadow: 0 4px 10px rgba(26, 159, 41, 0.4);
  color: white;
  flex: 0 0 auto;
  position: relative;
  transition: background 0.2s, box-shadow 0.2s;
}
.cmp-base-header__add__btn a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .cmp-base-header__add__btn:hover {
    cursor: pointer;
    background: #278A32;
    box-shadow: 0 4px 15px rgba(26, 159, 41, 0.5);
  }
}
@media (min-width: 990px) {
  .cmp-base-header__add__btn {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1910px) {
  .cmp-base-header__add__btn {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 10px;
    align-items: center;
    padding-left: 14px;
  }
}
.cmp-base-header__add__btn--auth {
  width: auto;
  height: auto;
  padding: 11px 25px;
  display: flex;
  align-self: center;
}
.cmp-base-header__add__btn__text {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.cmp-base-header__add__btn__text--mobile {
  display: block;
}
.cmp-base-header__add__btn__text--pc {
  display: none;
}
@media (min-width: 1910px) {
  .cmp-base-header__add__btn__text {
    white-space: nowrap;
    display: block;
  }
}
@media (min-width: 990px) {
  .cmp-base-header__add__btn .cmp-base-header__add__btn__text--mobile {
    display: none;
  }
  .cmp-base-header__add__btn .cmp-base-header__add__btn__text--pc {
    display: block;
  }
}
.cmp-base-header__add__btn__icon__pc, .cmp-base-header__add__btn__icon__mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmp-base-header__add__btn__icon__pc {
  display: none;
}
@media (min-width: 990px) {
  .cmp-base-header__add__btn__icon__pc {
    display: block;
  }
}
@media (min-width: 1910px) {
  .cmp-base-header__add__btn__icon__pc {
    position: static;
    transform: none;
  }
}
.cmp-base-header__add__btn__icon__mobile {
  display: block;
}
@media (min-width: 990px) {
  .cmp-base-header__add__btn__icon__mobile {
    display: none;
  }
}
.cmp-base-header__phone__btn {
  color: #14254A;
  height: 16px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .cmp-base-header__phone__btn {
    transition: opacity 0.2s;
  }
  .cmp-base-header__phone__btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (min-width: 990px) {
  .cmp-base-header__phone__btn {
    height: 20px;
  }
}
@media (min-width: 990px) {
  .cmp-base-header__menu__btn {
    display: none;
  }
}
.cmp-base-header__hide__mobile {
  display: none;
}
@media (min-width: 990px) {
  .cmp-base-header__hide__mobile {
    display: block;
  }
}
.cmp-base-header__call {
  margin-top: 24px;
}
.cmp-base-header__call__text-1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #14254A;
}
.cmp-base-header__call__text-2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #14254A;
  margin-top: 24px;
  margin-bottom: 24px;
}
.cmp-base-header__call__link {
  color: #14254A;
  text-decoration: none;
}
.cmp-base-header__call__link:hover {
  text-decoration: underline;
}
.cmp-base-header__call__button {
  margin-top: 24px;
}
.cmp-base-header__call__hint {
  max-width: 328px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #575E6D;
  margin: 24px auto 0;
}

.cmp-header-city-select {
  position: relative;
  user-select: none;
}
.cmp-header-city-select__block {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #14254A;
}
@media (min-width: 990px) {
  .cmp-header-city-select__block {
    min-width: 120px;
  }
}
@media (min-width: 1025px) and (orientation: landscape) {
  .cmp-header-city-select__block {
    transition: opacity 0.2s;
  }
  .cmp-header-city-select__block:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.cmp-header-city-select__block--is-mobile {
  flex-direction: row-reverse;
  padding-left: 16px;
  padding-right: 16px;
  margin: 34px 0;
}
.cmp-header-city-select__block__name {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  max-width: 105px;
}
.cmp-header-city-select__block--is-mobile .cmp-header-city-select__block__name {
  flex: 1;
  font-size: 16px;
  max-width: initial;
}
.cmp-header-city-select__icon-arrow {
  transition: transform 0.3s;
}
.cmp-header-city-select__icon-arrow.reverse {
  transform: rotate(-180deg);
}
.cmp-header-city-select__list {
  position: absolute;
  z-index: 20;
  top: 40px;
  width: 117px;
  background: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 16px 28px;
  left: -5px;
}
.cmp-header-city-select__list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.cmp-header-city-select__list ul li {
  white-space: nowrap;
  cursor: pointer;
  transition: font-weight 0.2s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .cmp-header-city-select__list ul li:hover {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }
}
.cmp-header-city-select__list ul li + li {
  margin-top: 12px;
}
.cmp-header-city-select--is-mobile .cmp-header-city-select__list {
  top: 30px;
  left: 0;
  right: 0;
  width: initial;
}
.cmp-header-city-select--is-mobile .cmp-header-city-select__list ul {
  font-size: 16px;
  line-height: 1.25;
}
.cmp-header-city-select__inn-block {
  font-size: 16px;
  font-weight: 400;
  margin: -25px 0 34px 37px;
  user-select: text;
}
.cmp-header-city-select__inn-label {
  color: rgba(87, 94, 109, 0.5);
}
.cmp-header-city-select__inn-number {
  color: #575E6D;
}
@media (min-width: 990px) {
  .cmp-header-city-select__inn-block {
    font-size: 12px;
    margin: 4px 0 0 23px;
  }
}

.cmp-mobile__menu__modal {
  position: absolute;
  z-index: 20;
  top: 90px;
  left: 16px;
  right: 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 80px rgba(37, 38, 41, 0.15);
  border-radius: 16px;
  padding: 20px;
}
.cmp-mobile__menu__icon {
  width: 18px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}
.cmp-mobile__menu__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #14254A;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.cmp-mobile__menu__icon span:nth-child(1) {
  top: 0px;
}
.cmp-mobile__menu__icon span:nth-child(2) {
  top: 5px;
}
.cmp-mobile__menu__icon span:nth-child(3) {
  top: 10px;
}
.cmp-mobile__menu__icon.open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cmp-mobile__menu__icon.open span:nth-child(2) {
  opacity: 0;
  left: -25px;
}
.cmp-mobile__menu__icon.open span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.cmp-mobile__menu__ul__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cmp-mobile__menu__li__menu + .cmp-mobile__menu__li__menu {
  margin-top: 24px;
}
.cmp-mobile__menu__li__menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #14254A;
  text-decoration: none;
}
.cmp-mobile__menu__li__menu a.active-link {
  font-weight: 700;
}
.cmp-mobile__menu__li__menu {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.panel + .cmp-base-header > .cmp-mobile__menu__modal {
  top: 100px;
}

.header-avatar {
  position: relative;
}
.header-avatar__avatar {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #14254A;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .header-avatar__avatar {
    transition: opacity 0.2s;
  }
  .header-avatar__avatar:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.header-avatar__avatar__img {
  width: 40px;
  height: 40px;
  border: 1px solid #14254A;
  border-radius: 8px;
  background-color: #e2e2e2;
  overflow: hidden;
  display: flex;
}
.header-avatar__avatar__img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.header-avatar__icon-arrow {
  transition: transform 0.3s;
}
.header-avatar__icon-arrow.reverse {
  transform: rotate(-180deg);
}
.header-avatar__abs-block {
  position: absolute;
  min-width: 263px;
  box-sizing: border-box;
  top: 50px;
  right: 0;
  z-index: 20;
}
.header-avatar__user {
  padding: 19px 16px;
  border: 1px solid #D9D9D9;
  box-shadow: 0 4px 80px rgba(37, 38, 41, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  background: #FFFFFF;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .header-avatar__user:hover {
    cursor: pointer;
  }
}
.header-avatar__user__img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 4px;
  display: flex;
}
.header-avatar__user__img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.header-avatar__user__surname {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
.header-avatar__user__text {
  flex: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #575E6D;
}
.header-avatar__user__icon {
  flex: 0 0 auto;
  color: #14254A;
  height: 24px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .header-avatar__user__icon {
    transition: opacity 0.2s;
  }
  .header-avatar__user__icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.header-avatar__user__link {
  display: flex;
  flex: 1;
  column-gap: 8px;
}
.header-avatar__user__popup {
  margin-top: 24px;
}

.main__header {
  padding: 16px 16px 24px 16px;
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  align-items: center;
}
@media (min-width: 990px) {
  .main__header {
    padding: 24px 20px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media (min-width: 1482px) {
  .main__header {
    column-gap: 30px;
    -moz-column-gap: 30px;
  }
}

.logo__wrp {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1A9F29;
  text-decoration: none;
}
.logo__wrp:hover {
  cursor: pointer;
}
.logo__wrp__icon {
  color: currentColor;
}
.logo__wrp__divider {
  width: 1px;
  height: 25px;
  margin: 0 6px;
  background: currentColor;
}
.logo__wrp__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: currentColor;
}

.main__menu {
  flex: 1;
}
.main__menu__pc {
  display: none;
}
@media (min-width: 990px) {
  .main__menu__pc {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}
.main__menu__pc li + li {
  margin-left: 6px;
}
@media (min-width: 1482px) {
  .main__menu__pc li + li {
    margin-left: 16px;
  }
}
.main__menu__pc a {
  text-decoration: none;
}

.add__btn {
  width: 24px;
  height: 24px;
  background: #1A9F29;
  border-radius: 100%;
  box-shadow: 0 4px 10px rgba(26, 159, 41, 0.4);
  color: white;
  flex: 0 0 auto;
  position: relative;
  transition: background 0.2s, box-shadow 0.2s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .add__btn:hover {
    cursor: pointer;
    background: #278A32;
    box-shadow: 0 4px 15px rgba(26, 159, 41, 0.5);
  }
}
@media (min-width: 990px) {
  .add__btn {
    width: 40px;
    height: 40px;
  }
}
.add__btn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone__btn {
  color: #14254A;
  height: 20px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .phone__btn {
    transition: opacity 0.2s;
  }
  .phone__btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media (min-width: 990px) {
  .menu__btn {
    display: none;
  }
}

.hide__mobile {
  display: none;
}
@media (min-width: 481px) {
  .hide__mobile {
    display: block;
  }
}

.opacity-enter-active,
.opacity-leave-active {
  transition: opacity 0.5s ease;
}

.opacity-enter-from,
.opacity-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  animation: slide-fade 0.3s;
  animation-fill-mode: forwards;
}

.slide-fade-leave-active {
  animation: slide-fade 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes slide-fade {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(80px);
  opacity: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.3s;
  animation-fill-mode: forwards;
}

.bounce-leave-active {
  animation: bounce-in 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.down-enter-active {
  animation: down-in 0.3s;
  animation-fill-mode: forwards;
}

.down-leave-active {
  animation: down-in 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes down-in {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.right-enter-active {
  animation: right-in 0.3s;
  animation-fill-mode: forwards;
}

.right-leave-active {
  animation: right-in 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes right-in {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.city__select__wrp {
  position: relative;
  user-select: none;
}

.city__select {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #14254A;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .city__select {
    transition: opacity 0.2s;
  }
  .city__select:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.city__select__name {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.icon-arrow {
  transition: transform 0.3s;
}
.icon-arrow.reverse {
  transform: rotate(-180deg);
}

.cities__list {
  position: absolute;
  z-index: 20;
  top: 40px;
  width: 117px;
  background: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 16px 28px;
  left: -5px;
}
.cities__list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.cities__list ul li {
  white-space: nowrap;
  cursor: pointer;
  transition: font-weight 0.2s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .cities__list ul li:hover {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }
}
.cities__list ul li + li {
  margin-top: 12px;
}

.mobile__menu__modal {
  position: absolute;
  z-index: 20;
  top: 70px;
  left: 16px;
  right: 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 80px rgba(37, 38, 41, 0.15);
  border-radius: 16px;
  padding: 20px;
}

.mobile__menu__icon {
  width: 18px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.mobile__menu__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #14254A;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mobile__menu__icon span:nth-child(1) {
  top: 0px;
}

.mobile__menu__icon span:nth-child(2) {
  top: 5px;
}

.mobile__menu__icon span:nth-child(3) {
  top: 10px;
}

.mobile__menu__icon.open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mobile__menu__icon.open span:nth-child(2) {
  opacity: 0;
  left: -25px;
}

.mobile__menu__icon.open span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ul__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.li__menu + .li__menu {
  margin-top: 24px;
}

.li__menu a,
.city__menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #14254A;
  text-decoration: none;
}

.li__menu a.active-link {
  font-weight: 700;
}

.city__menu {
  margin: 34px 0;
  display: flex;
  justify-content: space-between;
}

.li__menu,
.city__menu {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.change__city {
  position: absolute;
  top: 30px;
  left: -16px;
  right: -16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 80px rgba(37, 38, 41, 0.15);
  border-radius: 16px;
}
.change__city ul {
  list-style-type: none;
  margin: 0;
  padding: 16px 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.change__city ul li + li {
  margin-top: 12px;
}

.avatar__wrp {
  position: relative;
}

.avatar {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #14254A;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .avatar {
    transition: opacity 0.2s;
  }
  .avatar:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.avatar__img {
  width: 40px;
  height: 40px;
  border: 1px solid #14254A;
  border-radius: 8px;
  background-color: #e2e2e2;
  overflow: hidden;
  display: flex;
}
.avatar__img img {
  display: block;
  width: 100%;
}

.user__block {
  position: absolute;
  width: 263px;
  box-sizing: border-box;
  top: 50px;
  right: 0;
  z-index: 20;
  text-decoration: none;
}

/*.user {
  padding: 19px 16px;
  border: 1px solid #D9D9D9;
  box-shadow: 0 4px 80px rgba(37, 38, 41, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background: #FFFFFF;
}

@media (min-width: 1025px) and (orientation: landscape) {
  .user:hover {
    cursor: pointer;
  }
}*/
.user__img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 4px;
}

.user__img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.user__surname {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

.user__text {
  flex: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #575E6D;
}

.user__icon {
  flex: 0 0 auto;
  color: #14254A;
  height: 24px;
}

@media (min-width: 1025px) and (orientation: landscape) {
  .user__icon {
    transition: opacity 0.2s;
  }
  .user__icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

/* End */


/* Start:/local/templates/events/style/inner.css?174065439328819*/
.header,
.footer {
  flex: 0 0 auto;
}

.name__wrp {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.name__title {
  flex: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.agencies__block,
.top__managers {
  background: #FFFFFF;
  box-shadow: 0px 4px 80px rgba(37, 38, 41, 0.15);
  border-radius: 16px;
  padding: 16px;
}

.link {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .link {
    transition: opacity 0.2s;
  }
  .link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.tp-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tp-stack > * {
  margin-top: 0;
  margin-bottom: 0;
}
.tp-stack > * + * {
  margin-top: var(--tp-stack-gap);
}
.tp-stack--gap-xxlarge > * {
  --tp-stack-gap: var(--tpui-space-xxlarge);
}
.tp-stack--gap-xlarge > * {
  --tp-stack-gap: var(--tpui-space-xlarge);
}
.tp-stack--gap-large > * {
  --tp-stack-gap: var(--tpui-space-large);
}
.tp-stack--gap-medium > * {
  --tp-stack-gap: var(--tpui-space-medium);
}
.tp-stack--gap-small > * {
  --tp-stack-gap: var(--tpui-space-small);
}
.tp-stack--gap-xsmall > * {
  --tp-stack-gap: var(--tpui-space-xsmall);
}
.tp-stack--gap-none > * {
  --tp-stack-gap: var(--tpui-space-none);
}
.tp-stack--align-center {
  align-items: center;
}
.tp-stack--align-start {
  align-items: flex-start;
}
.tp-stack--align-end {
  align-items: flex-end;
}

.app-table--scroll {
  overflow-x: scroll;
}
.app-table--scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9fd;
}
.app-table--scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c7c7c9;
}
.app-table--scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #f9f9fd;
}
.app-table--scroll .head__wrp {
  /* display: inline-block;*/
}

.app-table.with__footer {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.head__wrp {
  background: #F3F3F3;
  border-radius: 8px;
  --padding-left: 16px;
  margin-bottom: 8px;
}
.head__wrp--order {
  --padding-left: 0;
}

.head__wrp.sticky {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.app-table__body.with__footer {
  flex: 1;
  padding-bottom: 70px;
}

.app-table__body__slot__tr {
  margin-top: 16px;
}
@media (min-width: 990px) {
  .app-table__body__slot__tr {
    margin-top: 0;
  }
}

.head-th {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #575E6D;
  flex-wrap: nowrap;
}
.head-th span {
  opacity: 0.5;
  flex: 1;
}
.head-th .tooltip-icon {
  margin-left: 6px;
  flex: 0 0 auto;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .head-th .tooltip-icon {
    transition: opacity 0.2s;
  }
  .head-th .tooltip-icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.popover-th {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.align-right-5 {
  text-align: right;
  padding-right: calc(100% - 100px);
}

.align-left-3 {
  padding-left: 42px;
}

.head-th.sortable:hover {
  cursor: pointer;
}

.timer-icon {
  position: relative;
  top: -1px;
}

.app-table__body__tr {
  display: grid;
  grid-column-gap: 20px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.empty-result {
  padding-top: 80px;
}

.search__input {
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
}
.search__input--bottom {
  margin-bottom: 20px;
}

.popover-content {
  padding: 14px 38px 14px 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.tooltip__wrp {
  position: relative;
  transition: display 0.2s;
}
.tooltip__wrp:hover > .tooltip__popover--hidden {
  display: block;
}

.tooltip__popover {
  position: absolute;
  top: 30px;
  padding: 16px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 20px 40px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  max-width: 350px;
  white-space: pre-line;
  cursor: default;
  z-index: 20;
}
.tooltip__popover--hidden {
  display: none;
}
.tooltip__popover:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.tooltip__popover.position__center {
  left: 12px;
  transform: translateX(-50%);
}
.tooltip__popover.position__center:before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip__popover.position__left {
  left: -50px;
}
.tooltip__popover.position__left:before {
  left: 52px;
}

.box__block {
  background: #FFFFFF;
  box-shadow: 0px 4px 80px rgba(37, 38, 41, 0.15);
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 990px) {
  .box__block {
    padding: 25px 32px;
  }
}
.box__block .form-input-form,
.box__block .form-select-2-form {
  margin-bottom: 7px;
}

.dp__calendar_wrap,
.dp__menu {
  font-family: Inter-Partner, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  color: #14254A;
}

.date__header {
  height: 51px;
  border-radius: 12px 12px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  color: #575E6D;
  padding-left: 16px;
  background-color: white;
}

.date__header__month {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 12px 12px 0 0;
}
.date__header__month__date {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #14254A;
  flex: 1;
}

@media (min-width: 1025px) and (orientation: landscape) {
  .change__icon {
    transition: opacity 0.2s;
  }
  .change__icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.right__icon {
  transform: rotate(180deg);
}

.dp__input {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

.calendar__icon {
  margin-left: 14px;
}

.section__header {
  display: flex;
}
.section__header .form-input-form,
.section__header .form-select-2-form {
  margin-bottom: 7px;
}

.section__title {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 990px) {
  .section__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}

.count {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-left: 8px;
  color: #575E6D;
}
@media (min-width: 990px) {
  .count {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}
.count--filter {
  opacity: 0.2;
  flex: 1;
}
@media (min-width: 990px) {
  .count--filter {
    flex: 0 0 auto;
  }
}

.clear-btn {
  display: none;
  margin-left: 16px;
}
@media (min-width: 990px) {
  .clear-btn {
    display: inline-flex;
  }
}
.clear-btn .btn__icon__cross {
  margin-right: 8px;
  opacity: 0.4;
}

.form-btn {
  display: inline-flex;
  margin-left: 16px;
}
.form-btn .btn__icon__cross {
  margin-right: 8px;
  opacity: 0.4;
}

.download-btn .btn__icon,
.print-btn .btn__icon {
  margin-right: 8px;
}

.download-btn {
  margin-top: 24px;
}
@media (min-width: 990px) {
  .download-btn {
    margin-top: 0;
  }
}

.print-btn {
  margin-top: 8px;
}
@media (min-width: 990px) {
  .print-btn {
    margin-top: 0;
    margin-left: 16px;
  }
}

.filter__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 990px) {
  .filter__link {
    display: none !important;
  }
}
@media (min-width: 1025px) and (orientation: landscape) {
  .filter__link {
    transition: opacity 0.2s;
  }
  .filter__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.cross__icon {
  margin-left: 4px;
}

.table__column {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
}

.table__column__label {
  opacity: 0.5;
}
.table__column__label.color__gray {
  color: #575E6D;
}
.table__column__label.color__blue {
  color: #14254A;
}
.table__column__label.color__purple {
  background: #E7CEFA;
}
.table__column__label.size__s {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.table__column__label.size__m {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.tooltip-icon {
  opacity: 0.7;
  margin-left: 6px;
  flex: 0 0 auto;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .tooltip-icon {
    transition: opacity 0.2s;
  }
  .tooltip-icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media (min-width: 990px) {
  .head__filter {
    display: flex;
    flex-wrap: wrap;
  }
}

.filter__block {
  background: #F5F4F7;
  padding: 16px;
  margin-top: 10px;
}
@media (min-width: 990px) {
  .filter__block {
    order: 5;
    width: 100%;
  }
}

.not__found {
  padding-left: 16px;
  font-size: 16px;
  opacity: 0.5;
  margin-bottom: 10px;
}

.btn__submit {
  margin-top: 16px;
}
@media (min-width: 990px) {
  .btn__submit {
    margin-top: 0;
  }
}

.filter__row__pc {
  display: none;
}
@media (min-width: 990px) {
  .filter__row__pc {
    display: grid;
    margin-top: 24px;
    padding: 16px;
    background: #F5F4F7;
    column-gap: 6px;
    grid-template-columns: 1.5fr repeat(4, 1fr) 120px;
  }
}

@media (min-width: 990px) {
  .tp-stack.select__filter {
    display: grid;
    background: #F5F4F7;
    column-gap: 6px;
    grid-template-columns: 1.5fr repeat(4, 1fr) 120px;
  }
}

.opacity-enter-active {
  animation: opacity-in 0.3s;
  animation-fill-mode: forwards;
}

.opacity-leave-active {
  animation: opacity-in 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.right-enter-active {
  animation: right-in 0.3s;
  animation-fill-mode: forwards;
}

.right-leave-active {
  animation: right-in 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes right-in {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-fade-enter-active {
  animation: slide-fade 0.3s;
  animation-fill-mode: forwards;
}

.slide-fade-leave-active {
  animation: slide-fade 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes slide-fade {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(80px);
  opacity: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.3s;
  animation-fill-mode: forwards;
}

.bounce-leave-active {
  animation: bounce-in 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.down-enter-active {
  animation: down-in 0.3s;
  animation-fill-mode: forwards;
}

.down-leave-active {
  animation: down-in 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes down-in {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.right-enter-active {
  animation: right-in 0.3s;
  animation-fill-mode: forwards;
}

.right-leave-active {
  animation: right-in 0.3s reverse;
  animation-fill-mode: forwards;
}

@keyframes right-in {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.select2__wrp {
  position: relative;
}
.select2__wrp__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #575E6D;
  margin-bottom: 6px;
  margin-left: 16px;
  display: inline-block;
}

@media (min-width: 990px) {
  .select2__wrp.select__input,
  .btn__submit.select__input {
    margin-top: 0;
    height: 48px;
  }
}

.select2__form {
  background: #FFFFFF;
  border: 1px solid #D9DFD9;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  position: relative;
}
.select2__form__label {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.462;
  color: #000000;
  opacity: 0.4;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .select2__form:hover {
    cursor: pointer;
    border-color: #D7D7D7;
  }
}
.select2__form.border-2 {
  border-width: 2px;
}
.select2__form.size-xl {
  height: 64px;
}
.select2__form.size-l {
  height: 56px;
}
.select2__form.size-l .dropdown-list {
  top: 63px;
}
.select2__form.size-m {
  height: 48px;
}
.select2__form.size-m .select2__form__label {
  font-size: 12px;
}
.select2__form.size-m .active__container {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.select2__form.size-m .dropdown-list {
  top: 55px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.select2__form.opened {
  outline: none;
  border-color: #D7D7D7;
}

.active__container {
  display: flex;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.219;
  color: #14254A;
  align-items: center;
}
.active__container--height-auto {
  height: auto;
}

.current__value {
  flex: 1;
}
.current__value.no-value {
  opacity: 0.2;
}

.dropdown-list {
  position: absolute;
  z-index: 21;
  top: 70px;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 0 1px #D9DFD9;
  border-radius: 8px;
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: white;
  max-height: 180px !important;
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.dropdown-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropdown-list.border-2 {
  box-shadow: inset 0 0 0 2px #D9DFD9;
}
.dropdown-list li {
  cursor: pointer;
  transition: font-weight 0.2s;
  padding-left: 16px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .dropdown-list li:hover {
    font-weight: 700;
  }
}
.dropdown-list li + li {
  margin-top: 20px;
}

.icon-arrow {
  transition: transform 0.3s;
}
.icon-arrow.reverse {
  transform: rotate(-180deg);
}

.header-deals {
  display: flex;
  align-items: center;
}
@media (min-width: 990px) {
  .header-deals {
    flex: 1;
  }
}

.tr__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #14254A;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
}
.tr__label.size__s {
  padding: 3px 8px;
}
.tr__label.size__m {
  padding: 8px;
}
.tr__label.color__blue {
  background: #CEE5FA;
}
.tr__label.color__purple {
  background: #E7CEFA;
}
.tr__label.color__gray {
  background: #F5F4F7;
}

.amount__hint {
  min-width: 170px;
  box-sizing: border-box;
  text-align: left;
  color: #14254A;
}

.amount__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #14254A;
  margin-bottom: 10px;
}

.info__item {
  display: flex;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #B0F2B7;
  flex: 0 0 auto;
  margin-right: 6px;
  position: relative;
}
.circle.not-payed {
  background: #FAE8CE;
}
.circle.half-payed:after {
  content: "";
  position: absolute;
  right: 0;
  height: 16px;
  width: 8px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #FAE8CE;
}

.transaction__item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  position: relative;
}
@media (min-width: 990px) {
  .transaction__item {
    display: grid;
    column-gap: 20px;
    padding: 8px 16px;
    grid-template-columns: 20% minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 5px);
  }
}

.transaction__item + .transaction__item {
  margin-top: 44px;
}
@media (min-width: 990px) {
  .transaction__item + .transaction__item {
    margin-top: 0;
  }
}

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

.label__date {
  flex: 1;
  color: #14254A;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.4;
  margin-left: 8px;
}

.project {
  margin-bottom: 8px;
}
@media (min-width: 990px) {
  .project {
    margin-bottom: 0;
  }
}

.project__name {
  margin-top: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.amount__column {
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
}
@media (min-width: 990px) {
  .amount__column {
    flex-direction: row;
  }
}

.amount__left {
  flex: 1;
}

.amount {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 990px) {
  .amount {
    text-align: right;
  }
}

.amount__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-top: 4px;
}
@media (min-width: 990px) {
  .amount__desc {
    text-align: right;
  }
}

.amount__right {
  margin-right: 8px;
}
@media (min-width: 990px) {
  .amount__right {
    margin-left: 8px;
    margin-right: 0;
  }
}

.additional__icon {
  position: relative;
  right: -10px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .additional__icon {
    transition: opacity 0.2s;
  }
}

@media (min-width: 990px) {
  .additional__icon.table__icon {
    right: 10px;
    top: 7px;
  }
}

.mobile__amounts {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  column-gap: 30px;
}
@media (min-width: 990px) {
  .mobile__amounts {
    display: block;
    margin-top: 0;
  }
}

.table__transactions {
  margin-top: 16px;
}

.mobile__items {
  margin-top: 36px;
}
@media (min-width: 990px) {
  .mobile__items {
    margin-top: 16px;
  }
}

.modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
  margin-bottom: 36px;
}

.value {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 4px;
}

.tags {
  display: flex;
  flex-direction: row;
  column-gap: 4px;
}

.address {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.4;
}

.right-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px 0;
  z-index: 20;
  overflow-y: auto;
}
.right-modal:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 990px) {
  .right-modal {
    padding: 20px 0;
  }
}
.right-modal__bg {
  background: rgba(14, 21, 35, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.right-modal__content {
  position: relative;
  z-index: 2;
  background-color: white;
  border-radius: 16px;
  padding: 40px 16px 24px 16px;
  margin: 0 16px;
}
@media (min-width: 990px) {
  .right-modal__content {
    padding: 44px 32px 40px 32px;
    max-width: 376px;
    min-height: calc(100vh - 134px);
    margin: 0 20px;
    float: right;
  }
}
.right-modal__cross {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #575E6D;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .right-modal__cross {
    transition: opacity 0.2s;
  }
  .right-modal__cross:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.add__employee__popup {
  margin-top: 24px;
}

.add__btn__popup {
  margin-top: 24px;
}

.popup-modal {
  --max-width: 500px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  overflow-y: auto;
}
.popup-modal:after {
  content: "";
  display: block;
  clear: both;
}
.popup-modal__bg {
  background: rgba(14, 21, 35, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.popup-modal__content__wrp {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 30px auto;
  min-height: calc(100% - 60px);
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
.popup-modal__content {
  position: relative;
  background-color: white;
  border-radius: 16px;
  display: flex;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 52px 20px 20px 20px;
}
@media (min-width: 990px) {
  .popup-modal__content {
    padding: 56px 56px 44px 56px;
  }
}
.popup-modal__cross {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #575E6D;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .popup-modal__cross {
    transition: opacity 0.2s;
  }
  .popup-modal__cross:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.popup-modal__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 990px) {
  .popup-modal__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
.popup-modal--profile {
  --max-width: 595px;
}

.employee__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #575E6D;
  margin-top: 40px;
  position: relative;
}
@media (min-width: 990px) {
  .employee__item {
    /* flex-direction: row;
     color: #14254A;*/
    margin-top: 0;
    color: #14254A;
    display: grid;
    column-gap: 20px;
    padding: 8px 16px 8px 0px;
    grid-template-columns: 24% minmax(0px, 13fr) minmax(0px, 13fr) minmax(0px, 17fr) 2%;
  }
}

.bold__value {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 990px) {
  .bold__value {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
  }
}

.tab__employee {
  color: #575E6D;
}

.edit__column {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.edit__icon {
  color: #575E6D;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .edit__icon:hover {
    color: black;
    cursor: pointer;
  }
}

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

.user__col__info {
  flex: 1;
}

.main__box {
  margin-top: 10px;
}
@media (min-width: 990px) {
  .main__box {
    margin-top: 16px;
  }
}

.agency__table {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.agency__table__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  flex: 1;
}
@media (min-width: 990px) {
  .agency__table__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}
.agency__table__btn {
  width: 114px;
}
@media (min-width: 990px) {
  .agency__table__btn {
    width: 181px;
  }
}

.table__employees {
  margin-top: 24px;
}
@media (min-width: 990px) {
  .table__employees .head__wrp {
    padding-left: 0;
  }
}
@media (min-width: 990px) {
  .table__employees .app-table__head {
    grid-template-columns: 24% minmax(0px, 13fr) minmax(0px, 13fr) minmax(0px, 17fr) 2%;
  }
}

@media (min-width: 990px) {
  .edit__icon.table__icon {
    right: 10px;
    top: 7px;
  }
}

.inner_form {
  padding: 0 20px;
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(37, 38, 41, 0.15);
  border-radius: 16px;
}
.inner_form .form-input-form,
.inner_form .form-select-2-form {
  margin-bottom: 7px;
}

.filter-block-form__filter__row .form-input-form,
.filter-block-form__filter__row .form-select-2-form {
  margin-bottom: 7px;
}

.inner_form__buttons {
  display: grid;
  column-gap: 10px;
  row-gap: 15px;
}
.inner_form__buttons--margin-top {
  margin-top: 15px;
}
.inner_form__buttons--margin-bottom {
  margin-bottom: 15px;
}
@media (min-width: 990px) {
  .inner_form__buttons--two {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner_form__buttons--three {
    grid-template-columns: repeat(3, 1fr);
  }
}
.inner_form__buttons--solo {
  display: flex;
  justify-content: center;
}

.inner_form__link {
  margin: 30px auto;
}

.inner_form__link ~ .inner_form__link {
  margin-top: 0;
}

.inner_form__h1 {
  text-align: center;
  font-size: 22px;
  color: #575E6D;
}
@media (min-width: 990px) {
  .inner_form__h1 {
    font-size: 32px;
  }
}

.inner_form__h2 {
  text-align: left;
  font-size: 17px;
  color: #575E6D;
  margin-left: 15px;
}
@media (min-width: 990px) {
  .inner_form__h2 {
    font-size: 22px;
  }
}

.inner_form__checkbox {
  margin: 8px 0 5px 0;
}
.inner_form__checkbox + .form-input-form {
  margin-top: 7px;
}

.inner_form__result {
  text-align: center;
  margin: 5px 0 10px 0;
}
.inner_form__result--success {
  color: #1A9F29;
}
.inner_form__result--error {
  color: #E14242;
}

.errortext {
  color: #E14242 !important;
}

.filter-block-form__header {
  display: flex;
  align-items: center;
  order: 1;
}
@media (min-width: 990px) {
  .filter-block-form__header {
    flex: 1;
  }
}
.filter-block-form__title {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 990px) {
  .filter-block-form__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}
.filter-block-form__count {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-left: 8px;
  color: #575E6D;
  opacity: 0.2;
  flex: 1;
}
@media (min-width: 990px) {
  .filter-block-form__count {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    flex: 0 0 auto;
  }
}
.filter-block-form__clear-btn {
  margin-left: 16px;
}
@media (min-width: 990px) {
  .filter-block-form__clear-btn {
    display: inline-flex;
  }
}
.filter-block-form__clear-btn .btn__icon__cross {
  margin-right: 8px;
  opacity: 0.4;
}
.filter-block-form__download-btn .btn__icon, .filter-block-form__print-btn .btn__icon {
  margin-right: 8px;
}
.filter-block-form__download-btn {
  margin-top: 24px;
  order: 3;
}
@media (min-width: 990px) {
  .filter-block-form__download-btn {
    margin-top: 0;
    order: 2;
  }
}
.filter-block-form__print-btn {
  margin-top: 8px;
  order: 4;
}
@media (min-width: 990px) {
  .filter-block-form__print-btn {
    margin-top: 0;
    margin-left: 16px;
    order: 3;
  }
}
.filter-block-form__filter__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .filter-block-form__filter__link {
    transition: opacity 0.2s;
  }
  .filter-block-form__filter__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (min-width: 990px) {
  .filter-block-form__filter__link, .filter-block-form__filter__block {
    display: none !important;
  }
}
.filter-block-form__cross__icon {
  margin-left: 4px;
}
.filter-block-form__head__filter {
  display: flex;
  flex-direction: column;
}
@media (min-width: 990px) {
  .filter-block-form__head__filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.filter-block-form__filter__block {
  background: #F5F4F7;
  padding: 16px;
  margin-top: 10px;
}
.filter-block-form__filter__row {
  padding: 16px;
  background: #F5F4F7;
  margin-top: 10px;
  order: 2;
  display: none;
}
.filter-block-form__filter__row > * + * {
  margin-top: 8px;
}
@media (min-width: 990px) {
  .filter-block-form__filter__row > * + * {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .filter-block-form__filter__row {
    display: grid !important;
    margin-top: 24px;
    padding: 16px;
    background: #F5F4F7;
    column-gap: 6px;
    grid-template-columns: var(--grid-columns);
    width: 100%;
    order: 4;
  }
}
.filter-block-form__btn__submit {
  margin-top: 16px;
}
@media (min-width: 990px) {
  .filter-block-form__btn__submit {
    margin-top: 0;
    width: 120px;
  }
}

@media (max-width: 989px) {
  .inner_form__buttons {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .filter-block-form__header {
    flex-wrap: wrap;
  }
  .experts-filter-block-wrp__filter__link,
  .filter-block-form__filter__link {
    position: absolute;
    right: 10px;
    top: -34px;
  }
  .filter-block-form__clear-btn {
    margin-left: 0;
  }
  .filter-block-form__download-btn {
    margin-top: 0;
  }
}
.block-tab-titles {
  display: flex;
  align-items: center;
  flex-direction: row;
  grid-column-gap: 8px;
}
@media (min-width: 990px) {
  .block-tab-titles {
    grid-column-gap: 24px;
  }
}
.block-tab-titles__item {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #575E6D;
  opacity: 0.5;
  text-decoration: none;
  white-space: nowrap;
}
.block-tab-titles__item {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block-tab-titles__item:focus {
  outline: none !important;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .block-tab-titles__item:hover {
    opacity: 0.7;
  }
}
@media (min-width: 990px) {
  .block-tab-titles__item {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}
.block-tab-titles__item--active {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #14254A;
  opacity: 1;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .block-tab-titles__item--active:hover {
    opacity: 1;
  }
}
@media (min-width: 990px) {
  .block-tab-titles__item--active {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}

/* End */


/* Start:/local/templates/events/style/footer.css?17406543932294*/
@charset "UTF-8";
.footer__base {
  padding: 40px 20px 36px 20px;
  color: #575E6D;
}
@media (min-width: 990px) {
  .footer__base {
    padding: 0;
    padding-top: 64px;
    padding-bottom: 41px;
    display: flex;
  }
}

.company__info {
  flex: 1;
}

@media (min-width: 990px) {
  .pc__flex {
    display: flex;
    column-gap: 36px;
  }
}

.apps {
  margin-top: 20px;
}
@media (min-width: 990px) {
  .apps {
    margin-top: 10px;
  }
}

.apps__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.app__btn {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
  margin-bottom: 5px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .app__btn {
    transition: opacity 0.2s;
  }
  .app__btn:hover {
    cursor: pointer;
    opacity: 0.55;
  }
}

@media (min-width: 530px) {
  .app__btn + .app__btn {
    margin-left: 8px;
  }
}
.company {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
}

.footer__address {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 990px) {
  .footer__address {
    font-size: 13px;
  }
}

.requisites {
  margin-top: 8px;
  display: flex;
  opacity: 0.6;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #575E6D;
  align-items: center;
}
@media (min-width: 990px) {
  .requisites {
    font-size: 13px;
    align-items: flex-start;
  }
}
.requisites span + span:before {
  content: "•";
  margin-left: 4px;
  margin-right: 4px;
}
@media (min-width: 990px) {
  .requisites span + span:before {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.phone {
  margin-top: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: inherit;
  display: block;
}
.phone svg {
  position: relative;
  top: 3px;
}
@media (min-width: 990px) {
  .phone {
    margin-top: 0;
  }
}
.phone:hover {
  cursor: pointer;
  opacity: 0.8;
}

.phone__desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-top: 4px;
}
@media (min-width: 990px) {
  .phone__desc {
    font-size: 13px;
  }
}

@media (min-width: 990px) {
  .phone__wrp {
    position: relative;
    top: -3px;
  }
}

/* End */


/* Start:/local/templates/events/style/daterangepicker.css?17406543698549*/
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 140px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
        float: left;
    }

    .daterangepicker {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }

    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}
/* End */


/* Start:/local/components/cresu.unipartner.ui/banner.app/templates/.default/style.css?173980000621084*/
.banner-app--open {
  height: -moz-max-content;
  height: max-content;
}

.banner-app {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
}
@media screen and (min-width: 1024px) {
  .banner-app {
    display: none;
  }
}

._bmRoot_15d18_2 {
  margin: auto;
}

._root_15d18_6 {
  width: auto;
  min-height: 72px;
  position: relative;
  z-index: 106;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #f5f5f5;
}

.banner-app__links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}

.banner-app__wrapper {
  padding: 0 15px;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-app__link {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  white-space: nowrap;
  gap: 5px;
}

.banner-app__link-item {
  color: white;
  background-color: #B2C0D3;
  border-radius: 8px;
  text-decoration: none;
  padding: 6px 8px;
}
.banner-app__link-item:hover {
  cursor: pointer;
}

.banner-app__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.banner-app__text {
  color: #000;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.8);
  flex-grow: 1;
  flex-shrink: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.banner-app__text-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  padding: 8px 8px 8px 0;
  flex: 1 1 auto;
  min-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-app__text-title {
  font: bold 14px/20px Inter-Partner, sans-serif;
}

.banner-app__text-desc {
  font: normal 14px/20px Inter-Partner, sans-serif;
  margin: 0;
  color: rgba(44, 52, 78, 0.48);
}

.banner-app__button {
  width: 100px;
  margin-right: 16px;
  flex-shrink: 0;
}

@media screen and (min-width: 375px) {
  ._root_15d18_6, .banner-app__wrapper {
    min-height: 69px;
  }
}
@media screen and (min-width: 992px) {
  ._bmRoot_15d18_2 {
    width: 960px;
  }
}
.desktop ._bmRoot_15d18_2 {
  width: 960px;
}

@media screen and (min-width: 1246px) {
  ._bmRoot_15d18_2, .desktop ._bmRoot_15d18_2 {
    width: 1200px;
  }
}
._root_b97ny_2 {
  margin: 0 4px;
  display: flex;
  justify-content: center;
}

._button_b97ny_17 {
  border-radius: 50%;
  opacity: 1;
  animation: _flashing_b97ny_1 1.5s 0.6s linear infinite;
  animation-delay: 0.3s;
}

._button_b97ny_17:first-child {
  animation-delay: 0s;
}

._button_b97ny_17:last-child {
  animation-delay: 0.6s;
}

@keyframes _flashing_b97ny_1 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.x-button {
  display: block;
  font-family: Inter-Partner, sans-serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e5e5e5;
}

.x-button_intrinsic-width {
  width: 100%;
}

.x-button_link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .x-button_intrinsic-width {
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
    min-width: 102px;
  }
  .x-button_cart-icon {
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
  }
}
.desktop .x-button_intrinsic-width {
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
  min-width: 102px;
}

.desktop .x-button_cart-icon {
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
}

.x-button[role=link]:focus, .x-button:active {
  outline: none;
}

.x-button_64 {
  font-size: 16px;
  height: 72px;
}

.x-button_link_64 {
  line-height: 72px;
}

.x-button_56 {
  font-size: 16px;
  height: 56px;
}

.x-button_link_56 {
  line-height: 56px;
}

.x-button_52 {
  font-size: 16px;
  height: 52px;
}

.x-button_link_52 {
  line-height: 52px;
}

.x-button_48 {
  font-size: 16px;
  height: 48px;
}

.x-button_link_48 {
  line-height: 48px;
}

.x-button_44 {
  font-size: 16px;
  height: 44px;
}

.x-button_link_44 {
  line-height: 44px;
}

.x-button_40 {
  font-size: 16px;
  height: 40px;
}

.x-button_link_40 {
  line-height: 40px;
}

.x-button_32 {
  font-size: 16px;
  height: 32px;
}

.x-button_link_32 {
  line-height: 32px;
}

.x-button_24 {
  font-size: 13px;
  height: 24px;
}

.x-button_link_24 {
  line-height: 24px;
}

.x-button[disabled] {
  pointer-events: none;
}

.x-button_default, .x-button_default:active {
  background: #fff;
  color: #2796ff;
  border: 1px solid #000;
}

.x-button_default[role=link]:focus {
  color: #0060d2;
  border-color: #0060d2;
}

.x-button_default:active {
  color: #888;
  border: 1px solid #888;
}

.x-button_accented, .x-button_cart, .x-button_cart-icon {
  background-color: #000;
  color: #fff;
  border: none;
}

.x-button_cart[role=link]:focus, .x-button_cart-icon[role=link]:focus, .x-button_accented[role=link]:focus {
  background-color: #0060d2;
  color: #fff;
}

.x-button_accented:active, .x-button_cart:active, .x-button_cart-icon:active {
  background-color: #888;
  color: #fff;
  border: none;
}

.x-button_negative-mood {
  background: #fff;
  color: #f93c00;
  border: 1px solid #f93c00;
}

.x-button_negative-mood[role=link]:focus {
  color: #c20000;
  border: 1px solid #c20000;
}

.x-button_negative-mood:active {
  color: #c20000;
  border: 1px solid #c20000;
}

.x-button_accented-negative-mood {
  background: #f93c00;
  color: #fff;
  border: none;
}

.x-button_accented-negative-mood[role=link]:focus {
  background: #c20000;
}

.x-button_accented-negative-mood:active {
  background: #c20000;
  color: #fff;
  border: none;
}

.x-button_black {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.x-button_black[role=link]:focus {
  border: 1px solid #000;
  color: #000;
}

.x-button_black:active {
  border: 1px solid #888;
  color: #888;
}

.x-button_accented-black {
  background: #000;
  color: #fff;
  border: none;
}

.x-button_accented-black[role=link]:focus {
  background: #000;
}

.x-button_accented-black:active {
  background: #888;
  color: #fff;
  border: none;
}

.x-button_embedded {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #e7e7e7;
  width: 78px;
  height: 36px;
  font-size: 14px;
}

.x-button_embedded:active, .x-button_embedded[role=link]:focus {
  color: #000;
}

.x-button_round {
  background: #fff;
  color: #2796ff;
  border: 1px solid #000;
  border-radius: 12px;
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.x-button_round[role=link]:focus {
  color: #0060d2;
  border: 1px solid #0060d2;
}

.x-button_round:active {
  color: #888;
  border: 1px solid #888;
}

.x-button_accented-round {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 13px;
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.x-button_accented-round[role=link]:focus {
  background: #0060d2;
  border: 1px solid #0060d2;
}

.x-button_accented-round:active {
  background: #888;
  border: 1px solid #888;
}

.x-button_secondary {
  background-color: #f5f5f5;
  color: #2796ff;
  border: 1px solid #f5f5f5;
}

.x-button_secondary:active {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.x-button_borderless {
  color: #2796ff;
  background-color: transparent;
  border: none;
}

.x-button_borderless[role=link]:focus {
  color: #0060d2;
}

.x-button_borderless:active {
  color: #888;
}

@media screen and (min-width: 768px) {
  .x-button_borderless {
    min-width: 0;
  }
}
.desktop .x-button_borderless {
  min-width: 0;
}

.x-button_borderlessPrimary {
  color: #000;
  background-color: transparent;
  border: none;
}

.x-button_borderlessPrimary[role=link]:focus, .x-button_borderlessPrimary:active {
  color: #e7e7e7;
}

.x-button_borderlessSecondary {
  color: #e7e7e7;
  background-color: transparent;
  border: none;
}

.x-button_borderlessSecondary[role=link]:focus, .x-button_borderlessSecondary:active {
  color: #000;
}

.x-button_label {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: color 0.3s, background-color 0.3s;
}

.x-button_label:hover, .x-button_label[role=link]:focus, .x-button_label:active {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.x-button_secondaryLabelFilled, .x-button_secondaryLabelFilled:active {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.x-button_secondaryLabelFilledHover {
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
  color: #fff;
}

.x-button_default[disabled], .x-button_negative-mood[disabled], .x-button_black[disabled], .x-button_primary[disabled], .x-button_secondary[disabled], .x-button_primarySmallDots {
  color: #e7e7e7;
  border-color: #e5e5e5;
}

.x-button_secondary[disabled] {
  background: #e5e5e5;
}

.x-button_accented[disabled], .x-button_accented-negative-mood[disabled], .x-button_accented-black[disabled] {
  color: #e7e7e7;
  background: #e5e5e5;
}

.x-button_cart[disabled], .x-button_cart-icon[disabled] {
  opacity: 0.4;
}

.x-button_cart.x-button_64[disabled] {
  color: #e7e7e7;
  background: #e5e5e5;
}

.x-button_icon[disabled] {
  opacity: 0.4;
  background: #000;
}

.x-button_primaryFilled[disabled] {
  opacity: 0.4;
}

.x-button_primaryNewFilled[disabled], .x-button_primaryFilledWeb7184[disabled] {
  color: #e7e7e7;
  background: #e5e5e5;
  border-color: #e5e5e5;
}

.x-button_primary, .x-button_primarySmallDots {
  border: 1px solid #000;
  color: #000;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min-content;
  text-decoration: none;
}

.x-button_primary:active, .x-button_primary[role=link]:focus, .x-button_primarySmallDots:active, .x-button_primarySmallDots[role=link]:focus {
  color: #888;
  border: 1px solid #888;
}

.x-button_primaryFilled {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.x-button_primaryFilled[role=link]:focus {
  border: 1px solid #888;
  background-color: #888;
  color: #fff;
}

.x-button_primaryNewFilled, .x-button_primaryFilledWeb7184 {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.x-button_primaryFilled_premiumFooterWeb7184 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

.x-button_primaryNewFilled[role=link]:focus, .x-button_primaryFilledWeb7184[role=link]:focus, .x-button_primaryFilledWeb7184:active, .x-button_primaryFilled_premiumFooterWeb7184[role=link]:focus, .x-button_primaryFilled_premiumFooterWeb7184:active {
  border: 1px solid #888;
  background-color: #888;
  color: #fff;
}

.x-button_secondaryFilled {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #000;
}

.x-button_secondaryFilled[role=link]:focus {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #888;
}

.x-button_secondaryFilled[disabled] {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #e7e7e7;
}

.x-button_secondaryFilledWeb7184 {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.x-button_secondaryFilledWeb7184[disabled], .x-button_primaryFilled_premiumFooterWeb7184[disabled] {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #e7e7e7;
}

.x-button_secondaryFilledWeb7184[role=link]:focus, .x-button_secondaryFilledWeb7184:active {
  border: 1px solid #888;
  background-color: transparent;
  color: #888;
}

.x-button_labelFilled {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.x-button_labelFilled:active, .x-button_labelFilled[role=link]:focus {
  border: 1px solid #888;
  background-color: #888;
}

.x-button_secondaryLabel {
  border: 1px solid #e7e7e7;
  color: #e7e7e7;
}

.x-button_secondaryLabel:active, .x-button_secondaryLabel[role=link]:focus {
  color: #000;
  border: 1px solid #000;
}

.x-button_secondaryLabelNegative {
  color: #000;
  border: 1px solid #000;
}

.x-button_secondaryLabelNegative:active, .x-button_secondaryLabelNegative[role=link]:focus {
  border: 1px solid #000;
  color: #444;
}

.x-button_secondaryLabelNegative[disabled] {
  border: 1px solid #e7e7e7;
  color: #e7e7e7;
}

.x-button_badgeForegroundColor, .x-button_badgeForegroundColor:active, .x-button_badgeForegroundColor[role=link]:focus {
  color: #fff;
  border: 1px solid #fff;
}

.x-button_secondaryWeb9301 {
  color: #000;
  background-color: #f5f5f5;
  border: 0;
}

.x-button_primaryWeb9131, .x-button_primaryWeb9131[role=link]:focus, .x-button_primaryWeb9131:active {
  color: #f7f7f7;
  border: 1px solid #f7f7f7;
}

.x-button_primaryWeb9131:hover {
  border: 1px solid #bebebe;
  color: #bebebe;
}

.x-button_primaryFilledWeb9131, .x-button_primaryFilledWeb9131[role=link]:focus, .x-button_primaryFilledWeb9131:active {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #000;
}

.x-button_primaryFilledWeb9131:hover {
  background-color: #bebebe;
  border: 1px solid #bebebe;
}

.x-button_footerApps, .x-button_footerApps[role=link]:focus, .x-button_footerApps:active {
  color: #fff;
  border: 1px solid #3a3a3c;
}

.x-button_secondaryWeb9301[role=link]:focus, .x-button_secondaryWeb9301:active {
  color: #888;
  background-color: #f5f5f5;
  border: 0;
}

.x-button_footerApps:hover {
  color: #bebebe;
  border: 1px solid #bebebe;
}

@media (prefers-color-scheme: dark) {
  .is_webview .x-button_primaryNewFilled {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
  }
  .is_webview .x-button_primaryNewFilled[role=link]:focus {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: #000;
  }
  .is_webview .x-button_primaryFilledWeb7184:not([disabled]) {
    color: #000;
  }
}
@media screen and (min-width: 992px) {
  .x-button_secondaryFilledWeb7184:hover {
    border: 1px solid #888;
    background-color: transparent;
    color: #888;
  }
  .x-button_secondary:active {
    color: #0060d2;
  }
  .x-button_default:hover {
    color: #0060d2;
    border-color: #0060d2;
  }
  .x-button_cart:hover, .x-button_cart-icon:hover, .x-button_accented:hover {
    background-color: #0060d2;
    color: #fff;
  }
  .x-button_negative-mood:hover {
    color: #c20000;
    border: 1px solid #c20000;
  }
  .x-button_accented-negative-mood:hover, .x-button_accented-negative-mood[role=link]:focus {
    background: #c20000;
  }
  .x-button_black:hover {
    border: 1px solid #000;
    color: #000;
  }
  .x-button_accented-black:hover, .x-button_accented-black[role=link]:focus {
    background: #000;
  }
  .x-button_round:hover {
    color: #0060d2;
    border: 1px solid #0060d2;
  }
  .x-button_accented-round:hover {
    background: #0060d2;
    border: 1px solid #0060d2;
  }
  .x-button_secondary:hover {
    color: #0060d2;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
  }
  .x-button_borderless:hover {
    color: #0060d2;
  }
  .x-button_borderlessPrimary:hover {
    color: #e7e7e7;
  }
  .x-button_borderlessSecondary:hover {
    color: #000;
  }
  .x-button_primary:hover, .x-button_primarySmallDots:hover {
    color: #888;
    border: 1px solid #888;
  }
  .x-button_primaryFilled:hover, .x-button_primaryNewFilled:hover, .x-button_primaryFilledWeb7184:hover {
    border: 1px solid #888;
    background-color: #888;
    color: #fff;
  }
  .x-button_primaryFilled_premiumFooterWeb7184:hover {
    border: 1px solid #bebebe;
    background-color: #bebebe;
    color: #000;
  }
  .x-button_secondaryFilled:hover {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    color: #888;
  }
  .x-button_labelFilled:hover {
    border: 1px solid #888;
    background-color: #888;
  }
  .x-button_secondaryLabel:hover {
    color: #000;
    border: 1px solid #000;
  }
  .x-button_secondaryLabelNegative:hover {
    border: 1px solid #000;
    color: #444;
  }
  .x-button_badgeForegroundColor:hover {
    color: #000;
    background-color: #fff;
  }
  .x-button_footerApps:hover {
    color: #bebebe;
    border: 1px solid #bebebe;
  }
  .x-button_primaryPremium[role=link]:focus, .x-button_primaryPremium:hover {
    border: 1px solid #444;
    background-color: #444;
    color: #fff;
  }
}
.desktop .x-button_secondaryFilledWeb7184:hover {
  border: 1px solid #888;
  background-color: transparent;
  color: #888;
}

.desktop .x-button_secondary:active {
  color: #0060d2;
}

.desktop .x-button_default:hover {
  color: #0060d2;
  border-color: #0060d2;
}

.desktop .x-button_cart:hover, .desktop .x-button_cart-icon:hover, .desktop .x-button_accented:hover {
  background-color: #0060d2;
  color: #fff;
}

.desktop .x-button_negative-mood:hover {
  color: #c20000;
  border: 1px solid #c20000;
}

.desktop .x-button_accented-negative-mood:hover, .desktop .x-button_accented-negative-mood[role=link]:focus {
  background: #c20000;
}

.desktop .x-button_black:hover {
  border: 1px solid #000;
  color: #000;
}

.desktop .x-button_accented-black:hover, .desktop .x-button_accented-black[role=link]:focus {
  background: #000;
}

.desktop .x-button_round:hover {
  color: #0060d2;
  border: 1px solid #0060d2;
}

.desktop .x-button_accented-round:hover {
  background: #0060d2;
  border: 1px solid #0060d2;
}

.desktop .x-button_secondary:hover {
  color: #0060d2;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.desktop .x-button_borderless:hover {
  color: #0060d2;
}

.desktop .x-button_borderlessPrimary:hover {
  color: #e7e7e7;
}

.desktop .x-button_borderlessSecondary:hover {
  color: #000;
}

.desktop .x-button_primary:hover, .desktop .x-button_primarySmallDots:hover {
  color: #888;
  border: 1px solid #888;
}

.desktop .x-button_primaryFilled:hover, .desktop .x-button_primaryNewFilled:hover, .desktop .x-button_primaryFilledWeb7184:hover {
  border: 1px solid #888;
  background-color: #888;
  color: #fff;
}

.desktop .x-button_primaryFilled_premiumFooterWeb7184:hover {
  border: 1px solid #bebebe;
  background-color: #bebebe;
  color: #000;
}

.desktop .x-button_secondaryFilled:hover {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #888;
}

.desktop .x-button_labelFilled:hover {
  border: 1px solid #888;
  background-color: #888;
}

.desktop .x-button_secondaryLabel:hover {
  color: #000;
  border: 1px solid #000;
}

.desktop .x-button_secondaryLabelNegative:hover {
  border: 1px solid #000;
  color: #444;
}

.desktop .x-button_badgeForegroundColor:hover {
  color: #000;
  background-color: #fff;
}

.desktop .x-button_footerApps:hover {
  color: #bebebe;
  border: 1px solid #bebebe;
}

.desktop .x-button_primaryPremium[role=link]:focus, .desktop .x-button_primaryPremium:hover {
  border: 1px solid #444;
  background-color: #444;
  color: #fff;
}

.x-button_primaryPremium {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.x-button_primaryPremium[disabled], .x-button_secondaryPremium[disabled] {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #e7e7e7;
}

.x-button_secondaryPremium {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.x-button_secondaryPremium[role=link]:focus, .x-button_secondaryPremium:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.x-button_secondaryTransparent {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: color 0.3s, background-color 0.3s;
}

.x-button_secondaryTransparent:hover, .x-button_secondaryTransparent[role=link]:focus, .x-button_secondaryTransparent:active {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

._bmRoot_15d18_2 {
  margin: auto;
}

._root_15d18_6 {
  width: auto;
  min-height: 72px;
  position: relative;
  z-index: 106;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #f5f5f5;
}

.banner-app__close {
  padding: 0 15px 0 0;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-app__close svg {
  display: flex;
}

.banner-app__close:hover,
.banner-app__links a:hover {
  cursor: pointer;
}

._content_15d18_25 {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._icon_15d18_33 {
  width: 40px;
  height: 40px;
}

._text_15d18_38 {
  color: #000;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.8);
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 8px;
  padding: 8px 8px 8px 0;
}

._title_15d18_47 {
  font: normal 13px/16px Inter-Partner, sans-serif;
}

._description_15d18_51 {
  font: normal 11px/16px Inter-Partner, sans-serif;
  margin: 0;
}

._button_15d18_56 {
  width: 100px;
  margin-right: 16px;
  flex-shrink: 0;
}

@media screen and (min-width: 375px) {
  ._root_15d18_6, .banner-app__close {
    min-height: 56px;
  }
}
@media screen and (min-width: 992px) {
  ._bmRoot_15d18_2 {
    width: 960px;
  }
}
.desktop ._bmRoot_15d18_2 {
  width: 960px;
}

@media screen and (min-width: 1246px) {
  ._bmRoot_15d18_2, .desktop ._bmRoot_15d18_2 {
    width: 1200px;
  }
}

/* End */
/* /local/templates/events/style/all.css?174065439312746 */
/* /local/templates/events/style/header.css?174065439321486 */
/* /local/templates/events/style/inner.css?174065439328819 */
/* /local/templates/events/style/footer.css?17406543932294 */
/* /local/templates/events/style/daterangepicker.css?17406543698549 */
/* /local/components/cresu.unipartner.ui/banner.app/templates/.default/style.css?173980000621084 */
