.container {
  margin: 0 auto;
}

@media (min-width: 1620px) {
  .container {
    max-width: 1620px;
  }
}
#navigation {
  position: fixed;
  width: 100%;
  z-index: 2;
}

#flash_notification {
  z-index: 999;
}

#page {
  position: relative;
  display: flex;
}

.header-select-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 40px;
}
.header-select-wrapper .label {
  margin-right: 15px;
}

#sidebar {
  left: 0;
  top: 0;
  bottom: 0;
  width: 600px;
  min-height: calc(100vh - 65px);
  padding: 80px 15px 15px;
  border-right: 1px solid #E7E7E7;
  position: sticky;
  flex: 0 0 600px;
  height: 100vh;
}
#sidebar .sidebar-inner {
  overflow: auto;
  height: 100%;
}
#sidebar .sidebar-inner > .simple-tile, #sidebar .sidebar-inner > .complex-tile {
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  position: relative;
}
#sidebar .sidebar-inner > .simple-tile .tile-content, #sidebar .sidebar-inner > .complex-tile .tile-content {
  transition: all 0.2s;
}
#sidebar .sidebar-inner > .simple-tile .tile-content.active, #sidebar .sidebar-inner > .complex-tile .tile-content.active {
  cursor: default;
  background: #D8E8F3 !important;
}
#sidebar .sidebar-inner > .simple-tile .tile-content:hover, #sidebar .sidebar-inner > .simple-tile .tile-content:focus, #sidebar .sidebar-inner > .complex-tile .tile-content:hover, #sidebar .sidebar-inner > .complex-tile .tile-content:focus {
  cursor: pointer;
  background: #f3f4f6;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .phase-title, #sidebar .sidebar-inner > .complex-tile.complex-tile .phase-title {
  position: absolute;
  top: -10px;
  right: 40px;
  border-radius: 3px;
  background-color: #707070;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content {
  position: relative;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .icon, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .icon {
  align-self: flex-start;
  margin-top: 4px;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 5px solid #C4C4C4;
  margin-top: 1px;
  margin-left: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon.active, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon.active {
  border-color: #FABD00;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon.active-before:not(:last-child):before, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon.active-before:not(:last-child):before {
  background-color: #FABD00;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon.active-after:not(:last-child):after, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon.active-after:not(:last-child):after {
  background-color: #FABD00;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon:not(:last-child):before, #sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon:not(:last-child):after, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon:not(:last-child):before, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon:not(:last-child):after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  left: 79px;
  background-color: #C4C4C4;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon:not(:last-child):before, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon:not(:last-child):before {
  height: 41px;
  top: -23px;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon:not(:last-child):after, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon:not(:last-child):after {
  height: calc(100% - 32px);
  top: 52px;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon.first:before, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon.first:before {
  height: 0;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon.last:after, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon.last:after {
  height: 0;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .custom-icon img, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .custom-icon img {
  width: 22px;
  height: 22px;
}
#sidebar .sidebar-inner > .simple-tile.complex-tile .tile-content .text, #sidebar .sidebar-inner > .complex-tile.complex-tile .tile-content .text {
  margin-top: 0;
}
#sidebar .sidebar-inner > .simple-tile .tile-content, #sidebar .sidebar-inner > .complex-tile .tile-content {
  display: flex;
  padding: 15px 30px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .order, #sidebar .sidebar-inner > .complex-tile .tile-content .order {
  width: 40px;
  font-weight: bold;
  font-size: 20px;
  color: #707070;
  padding-top: 3px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text, #sidebar .sidebar-inner > .complex-tile .tile-content .text {
  flex: 1;
  padding: 0 25px;
  margin-top: 25px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .main, #sidebar .sidebar-inner > .complex-tile .tile-content .text .main {
  font-size: 20px;
  font-weight: bold;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .secondary, #sidebar .sidebar-inner > .complex-tile .tile-content .text .secondary {
  color: #707070;
  font-size: 13px;
  margin-top: 10px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .secondary .item-details, #sidebar .sidebar-inner > .complex-tile .tile-content .text .secondary .item-details {
  display: flex;
  align-items: center;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .secondary .item-details .icon-status, #sidebar .sidebar-inner > .complex-tile .tile-content .text .secondary .item-details .icon-status {
  width: 10px;
  margin-right: 5px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .secondary .item-details .title, #sidebar .sidebar-inner > .complex-tile .tile-content .text .secondary .item-details .title {
  margin-top: 2px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .secondary .item-details .title .completed, #sidebar .sidebar-inner > .complex-tile .tile-content .text .secondary .item-details .title .completed {
  text-decoration: line-through;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .secondary .item-details .icon-urgent, #sidebar .sidebar-inner > .complex-tile .tile-content .text .secondary .item-details .icon-urgent {
  width: 10px;
  margin-left: 5px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .due-date, #sidebar .sidebar-inner > .complex-tile .tile-content .text .due-date {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 12px;
  margin-right: 10px;
  color: #707070;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .due-date .date, #sidebar .sidebar-inner > .complex-tile .tile-content .text .due-date .date {
  margin-top: 3px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .text .due-date .icon-due-date, #sidebar .sidebar-inner > .complex-tile .tile-content .text .due-date .icon-due-date {
  width: 15px;
  margin-right: 5px;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .actions, #sidebar .sidebar-inner > .complex-tile .tile-content .actions {
  display: flex;
  align-items: center;
}
#sidebar .sidebar-inner > .simple-tile .tile-content .actions .active-items-number, #sidebar .sidebar-inner > .complex-tile .tile-content .actions .active-items-number {
  border-radius: 10px;
  background-color: #FF5722;
  color: #fff;
  padding: 2px 8px;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  margin-right: 8px;
}
#sidebar .sidebar-inner > .simple-tile:last-child, #sidebar .sidebar-inner > .complex-tile:last-child {
  margin-bottom: 0;
}

#tabs {
  padding: 80px 15px 15px;
  width: 100%;
  margin-bottom: 400px;
}
#tabs .tab {
  padding: 45px;
  background-color: #fff;
  border-radius: 6px;
}
#tabs .tab > .header {
  margin-bottom: 45px;
}
#tabs .tab > .header .top {
  display: flex;
}
#tabs .tab > .header .top .title {
  font-size: 26px;
  font-weight: bold;
  flex: 1;
}
#tabs .tab > .header .top .due-date {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 13px;
  margin-right: 10px;
}
#tabs .tab > .header .top .due-date .date {
  margin-top: 3px;
}
#tabs .tab > .header .top .due-date .icon-due-date {
  width: 15px;
  margin-right: 5px;
}
#tabs .tab > .header .bottom {
  display: flex;
  align-items: center;
}
#tabs .tab > .header .bottom .image {
  margin-right: 25px;
  margin-top: 25px;
}
#tabs .tab > .header .bottom .description {
  color: #707070;
  font-size: 20px;
  line-height: 28px;
}
#tabs .tab > .block {
  color: #707070;
}
#tabs .tab > .block:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E7E7E7;
}
#tabs .tab > .block.contacts .cards {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
#tabs .tab > .block.contacts .cards .contact {
  position: relative;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 20px 20px 55px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 350px;
}
#tabs .tab > .block.contacts .cards .contact .bio {
  display: flex;
}
#tabs .tab > .block.contacts .cards .contact .bio .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
#tabs .tab > .block.contacts .cards .contact .bio .texts {
  flex: 1;
  overflow: hidden;
}
#tabs .tab > .block.contacts .cards .contact .bio .texts .name {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
#tabs .tab > .block.contacts .cards .contact .bio .texts .name,
#tabs .tab > .block.contacts .cards .contact .bio .texts .profession,
#tabs .tab > .block.contacts .cards .contact .bio .texts .email {
  overflow: hidden;
  text-overflow: ellipsis;
}
#tabs .tab > .block.contacts .cards .contact .contacts-detailed {
  margin: 30px 0;
}
#tabs .tab > .block.contacts .cards .contact .contacts-detailed .line {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
#tabs .tab > .block.contacts .cards .contact .contacts-detailed .line .type {
  margin-right: 10px;
}
#tabs .tab > .block.contacts .cards .contact .contacts-detailed .line .type img {
  width: 20px;
  height: 20px;
}
#tabs .tab > .block.contacts .cards .contact .contacts-detailed .line .type svg {
  color: #707070;
}
#tabs .tab > .block.contacts .cards .contact .show-qr {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
#tabs .tab > .block.contacts .cards .contact .show-qr:hover, #tabs .tab > .block.contacts .cards .contact .show-qr:focus {
  background-color: #fff;
}
#tabs .tab > .block.contacts .cards .contact .qr-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}
#tabs .tab > .block.contacts .cards .contact .qr-popup .square-link {
  margin-top: 15px;
}
#tabs .tab > .block.calendar .task-deadlines-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}
#tabs .tab > .block.calendar .task-deadlines-checkbox:hover, #tabs .tab > .block.calendar .task-deadlines-checkbox:focus {
  color: #000;
}
#tabs .tab > .block.calendar .task-deadlines-checkbox input[type=checkbox] {
  margin-right: 12px;
  cursor: pointer;
}
#tabs .tab > .block.calendar .appointment {
  display: flex;
}
#tabs .tab > .block.calendar .appointment:not(:last-child) {
  margin-bottom: 15px;
}
#tabs .tab > .block.calendar .appointment .description .type {
  font-weight: bold;
}
#tabs .tab > .block.calendar .no-data-info {
  font-style: italic;
}
#tabs .tab > .block.text-blocks .top .icon {
  font-size: 50px;
}
#tabs .tab > .block.text-blocks .bottom {
  margin-top: 0;
}
#tabs .tab > .block.meetings .year-title {
  color: #000;
  margin-bottom: 15px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 24px;
}
#tabs .tab > .block.single-meeting-tab .square-link {
  margin-bottom: 15px;
}
#tabs .tab > .block.items .item {
  position: relative;
}
#tabs .tab > .block.items .item.disabled-item-filter {
  filter: grayscale(1);
  opacity: 0.5;
}
#tabs .tab > .block.items .item.disabled-item-filter:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#tabs .tab > .block.items .item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 0.5px solid #E7E7E7;
  margin-bottom: 30px;
}
#tabs .tab > .block.items .item .item-inner {
  width: 100%;
  display: flex;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.6s;
}
#tabs .tab > .block.items .item .item-inner.highlighted-from-url {
  animation-name: background-blink-light;
  animation-duration: 1.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#tabs .tab > .block.items .item .item-inner.highlighted-from-url.red {
  animation-name: background-blink-red !important;
}
#tabs .tab > .block.items .item .item-inner.grey {
  background-color: #F5F5F5;
}
#tabs .tab > .block.items .item .item-inner.red {
  background-color: #FF5722;
}
#tabs .tab > .block.items .item .item-inner.red .order {
  color: #fff;
}
#tabs .tab > .block.items .item .item-inner.red .icon ion-icon {
  color: #fff;
}
#tabs .tab > .block.items .item .item-inner.red .info .header .title {
  color: #fff;
}
#tabs .tab > .block.items .item .item-inner.red .content {
  color: #fff;
}
#tabs .tab > .block.items .item .item-inner.red .item-actions {
  margin-bottom: 20px;
}
#tabs .tab > .block.items .item .item-inner.red .item-actions .button.button-cancel {
  color: #e7e7e7;
}
#tabs .tab > .block.items .item .item-inner.red .item-actions .button.button-cancel:hover, #tabs .tab > .block.items .item .item-inner.red .item-actions .button.button-cancel:focus {
  color: #fff;
  text-decoration: none;
}
#tabs .tab > .block.items .item .item-inner .order {
  width: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #707070;
  padding-top: 3px;
}
#tabs .tab > .block.items .item .item-inner .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  margin-left: 5px;
}
#tabs .tab > .block.items .item .item-inner .icon ion-icon {
  font-size: 40px;
}
#tabs .tab > .block.items .item .item-inner .icon img {
  height: 100%;
  width: auto;
}
#tabs .tab > .block.items .item .item-inner .info {
  flex: 1;
}
#tabs .tab > .block.items .item .item-inner .info .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
#tabs .tab > .block.items .item .item-inner .info .header .title {
  font-weight: bold;
  color: #000;
  transition: all 0.2s;
}
#tabs .tab > .block.items .item .item-inner .info .header .title.link {
  color: #3586d7;
  text-decoration: underline;
}
#tabs .tab > .block.items .item .item-inner .info .header .title.link:hover, #tabs .tab > .block.items .item .item-inner .info .header .title.link:focus {
  color: #1d66a7;
  text-decoration: none;
}
#tabs .tab > .block.items .item .item-inner .info .header .actions {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#tabs .tab > .block.items .item .item-inner .info .header .actions .copy-link {
  display: inline-flex;
  width: 23px;
  height: 23px;
}
#tabs .tab > .block.items .item .item-inner .info .header .actions .icon-right {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#tabs .tab > .block.items .item .item-inner .info .image-preview {
  max-width: 400px;
  max-height: 400px;
}
#tabs .tab > .block.items .item .item-inner .info .content {
  padding-right: 30px;
}
#tabs .tab > .block.items .item .item-inner .info .content .checklist-items {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#tabs .tab > .block.items .item .item-inner .info .content .checklist-items .checklist-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}
#tabs .tab > .block.items .item .item-inner .info .content .checklist-items .checklist-item:hover, #tabs .tab > .block.items .item .item-inner .info .content .checklist-items .checklist-item:focus {
  color: #000;
}
#tabs .tab > .block.items .item .item-inner .info .content .checklist-items .checklist-item input[type=checkbox] {
  margin-right: 12px;
  cursor: pointer;
}
#tabs .tab > .block.items .item .item-inner .info .subheadline .main {
  font-weight: bold;
  color: #000;
  font-size: 22px;
  margin: 0 -15px;
}
#tabs .tab > .block.items .item .item-inner .info .subheadline .description {
  font-size: 18px;
  line-height: 26px;
  margin: 0 -15px;
}
#tabs .tab > .block.items .item .item-inner .info .square-link {
  margin: 15px 0;
}
#tabs .tab > .block.items .item > .item-line {
  position: relative;
  height: 70px;
  background-color: #f3f4f6;
  margin: -31px -45px;
}
#tabs .tab > .block.items .item > .item-line:before, #tabs .tab > .block.items .item > .item-line:after {
  content: "";
  height: 27.5px;
  width: 100%;
  background: white;
  position: absolute;
}
#tabs .tab > .block.items .item > .item-line:before {
  top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#tabs .tab > .block.items .item > .item-line:after {
  bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#tabs .tab > .block .top {
  display: flex;
}
#tabs .tab > .block .top .letter {
  width: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-right: 25px;
}
#tabs .tab > .block .top .icon {
  width: 50px;
  margin-right: 25px;
}
#tabs .tab > .block .top .texts .title {
  font-weight: bold;
}
#tabs .tab > .block .bottom {
  margin-top: 25px;
  padding-left: 120px;
}

.square-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfb;
  color: #657287;
  border-radius: 2px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.square-link.download-link {
  color: #1976d2;
}
.square-link.download-link:hover, .square-link.download-link:focus {
  background-color: #d0eaff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
  border: 2px solid #3586d7;
}
.square-link.login-link {
  color: #f3f4f6;
  background-color: #f52691;
}
.square-link.login-link:hover, .square-link.login-link:focus {
  background-color: #8824a3;
  color: #f3f4f6;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
}
.square-link:hover, .square-link:focus {
  background-color: #e8e8e8;
  color: #37404c;
}
.square-link .icon-left {
  margin-right: 15px;
  height: 14px;
  width: 14px;
}
.square-link .icon-right {
  margin-left: 15px;
  height: 14px;
  width: 14px;
}

.inline-link {
  display: inline-block;
  color: #3586d7;
  text-decoration: underline;
  cursor: pointer;
}
.inline-link:hover, .inline-link:focus {
  color: #1d66a7;
  text-decoration: none;
}

@keyframes background-blink-light {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #D8E8F3;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes background-blink-red {
  0% {
    background-color: #FF5722;
  }
  50% {
    background-color: #2c6a95;
  }
  100% {
    background-color: #FF5722;
  }
}
