:root {
  --size-90: 90px;
  --size-60: 60px;
  --size-50: 50px;
  --size-30: 30px; }
  @media only screen and (max-width: 1290px) {
    :root {
      --size-90: 60px;
      --size-60: 40px;
      --size-50: 30px;
      --size-30: 20px; } }

@font-face {
  font-family: 'DINPro';
  src: url('../themes/wowhaus/assets/fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Regular.otf') format('opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Regular.woff') format('woff'), url('../themes/wowhaus/assets/fonts/DINPro-Regular.ttf') format('truetype'), url('../themes/wowhaus/assets/fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'DINPro';
  src: url('../themes/wowhaus/assets/fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Medium.otf') format('opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Medium.woff') format('woff'), url('../themes/wowhaus/assets/fonts/DINPro-Medium.ttf') format('truetype'), url('../themes/wowhaus/assets/fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DINPro';
  src: url('../themes/wowhaus/assets/fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Light.otf') format('opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Light.woff') format('woff'), url('../themes/wowhaus/assets/fonts/DINPro-Light.ttf') format('truetype'), url('../themes/wowhaus/assets/fonts/DINPro-Light.svg#DINPro-Light') format('svg');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DINPro';
  src: url('../themes/wowhaus/assets/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Bold.otf') format('opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Bold.woff') format('woff'), url('../themes/wowhaus/assets/fonts/DINPro-Bold.ttf') format('truetype'), url('../themes/wowhaus/assets/fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'DINPro';
  src: url('../themes/wowhaus/assets/fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Black.otf') format('opentype'), url('../themes/wowhaus/assets/fonts/DINPro-Black.woff') format('woff'), url('../themes/wowhaus/assets/fonts/DINPro-Black.ttf') format('truetype'), url('../themes/wowhaus/assets/fonts/DINPro-Black.svg#DINPro-Black') format('svg');
  font-weight: 900;
  font-style: normal; }

:root {
  --font-64: 64px;
  --font-36: 36px;
  --font-30: 30px;
  --font-24: 24px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;
  --font-12: 12px; }
  @media only screen and (max-width: 1290px) {
    :root {
      --font-64: 48px;
      --font-36: 30px;
      --font-30: 24px;
      --font-24: 20px;
      --font-20: 18px;
      --font-18: 16px;
      --font-16: 14px;
      --font-14: 12px;
      --font-12: 11px; } }

.label-big {
  display: inline-block;
  font-weight: bold;
  font-size: 64px;
  font-size: var(--font-64);
  line-height: 90%;
  letter-spacing: -0.06em; }
  .label-big .label-big-light {
    font-weight: normal; }

.label-medium {
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  font-size: var(--font-36);
  line-height: 90%;
  letter-spacing: -0.06em; }
  .label-medium .label-medium-light {
    font-weight: normal; }
  .label-medium .label-medium-gray {
    color: rgba(206, 206, 206, 1); }

.label-underline {
  padding-bottom: 30px;
  padding-bottom: var(--size-30);
  margin-bottom: 50px;
  margin-bottom: var(--size-50);
  border-bottom: 2px solid rgba(46, 46, 46, 1); }
  .label-underline .label-medium {
    margin-bottom: 0; }
  .label-underline.no-margin-bottom {
    margin-bottom: 0; }

.label-arrow {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: var(--font-16);
  line-height: 150%;
  letter-spacing: -0.03em;
  padding-right: 38px; }
  .label-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 15px;
    background-image: url('../themes/wowhaus/assets/images/arrow-right-orange.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .label-arrow.block-header-more {
    height: 24px;
    margin-top: 14px;
    margin-left: 24px; }

.btn-light {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 40px;
  border: 2px solid rgba(255, 64, 38, 1);
  box-sizing: border-box;
  font-size: 16px;
  font-size: var(--font-16);
  line-height: 150%;
  padding: 5px 10px 7px 40px; }
  .btn-light:before {
    content: '';
    position: absolute;
    background: rgba(46, 46, 46, 1);
    width: 2px;
    height: 16px;
    top: 10px;
    left: 18px;
    transition: all 0.2s ease; }
  .btn-light:after {
    content: '';
    position: absolute;
    background: rgba(46, 46, 46, 1);
    width: 16px;
    height: 2px;
    top: 17px;
    left: 11px;
    transition: all 0.2s ease; }
  .btn-light:hover:before, .btn-light:hover:after {
    transform: rotate(90deg); }

.btn-gray {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 40px;
  border: 2px solid rgba(251, 251, 251, 1);
  box-sizing: border-box;
  font-size: 16px;
  font-size: var(--font-16);
  line-height: 150%;
  padding: 5px 10px 7px 10px; }
  .btn-gray span {
    vertical-align: text-bottom; }
  .btn-gray svg {
    width: 22px;
    height: 15px;
    margin-top: 6px; }

.btn-more {
  position: relative;
  display: inline-block;
  height: 40px;
  border: 2px solid rgba(255, 64, 38, 1);
  box-sizing: border-box;
  font-size: 16px;
  font-size: var(--font-16);
  line-height: 150%;
  padding: 5px 75px 7px 40px; }
  .btn-more:before {
    content: url('../themes/wowhaus/assets/images/arrow-down.svg');
    position: absolute;
    top: 8px;
    left: 13px;
    width: 15px;
    height: 16px; }

.btn-submit {
  display: inline-block;
  height: 40px;
  font-family: inherit;
  font-size: 16px;
  font-size: var(--font-16);
  line-height: 40px;
  padding: 0 35px;
  color: #fff;
  background-color: rgba(255, 64, 38, 1);
  border: none;
  outline: none;
  cursor: pointer; }
  .btn-submit:hover {
    background-color: rgba(46, 46, 46, 1); }
  .btn-submit.btn-submit-dark {
    background-color: rgba(46, 46, 46, 1); }
  .btn-submit.btn-submit-dark:hover {
    color: #fff;
    background-color: rgba(255, 64, 38, 1); }

.pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-top: var(--size-60);
  border-top: 2px solid rgba(46, 46, 46, 1); }
  .pagination .pagination-prev, .pagination .pagination-next {
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 64, 38, 1);
    box-sizing: border-box;
    color: rgba(46, 46, 46, 1);
    padding: 10px 9px 9px 10px; }
  .pagination .pagination-prev.inactive, .pagination .pagination-next.inactive {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed; }
  .pagination .pagination-prev svg, .pagination .pagination-next svg {
    width: 100%;
    height: 100%; }
  .pagination .pagination-prev:hover, .pagination .pagination-next:hover {
    color: rgba(255, 64, 38, 1); }
  .pagination .pagination-prev {
    margin-right: 10px; }
  .pagination .pagination-next {
    margin-left: 10px; }
  .pagination .pagination-item {
    display: inline-block;
    vertical-align: bottom;
    line-height: 40px;
    padding: 0 10px; }
  .pagination .pagination-item.current {
    color: rgba(255, 64, 38, 1); }

.tag {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 5px;
  font-size: 14px;
  font-size: var(--font-14);
  font-weight: 400;
  line-height: 110%;
  background-color: rgba(251, 251, 251, 1); }
  .tag:last-child {
    margin-right: 0; }

.side-form {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: var(--size-30);
  margin-bottom: 30px;
  margin-bottom: var(--size-30);
  border-bottom: 1px solid rgba(206, 206, 206, 1); }

.side-form-search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: var(--font-16);
  line-height: 150%;
  font-family: 'DINPro', sans-serif;
  padding: 2px 40px 2px 10px;
  background-color: rgba(251, 251, 251, 1);
  border: 1px solid transparent; }
  .side-form-search:focus, .side-form-search:active {
    outline: none;
    border: 1px solid rgba(46, 46, 46, 1); }
  .side-form-search:focus ~ .fast-search, .side-form-search:active ~ .fast-search {
    display: block; }

.side-form-search_submit {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  outline: none;
  padding: 12px;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .side-form-search_submit svg {
    width: 16px;
    height: 16px; }
  .side-form-search_submit:hover {
    color: rgba(255, 64, 38, 1); }

.side-form-dropdown .SumoSelect {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  background: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%; }
  .side-form-dropdown .SumoSelect:focus > .CaptionCont, .side-form-dropdown .SumoSelect:hover > .CaptionCont, .side-form-dropdown .SumoSelect.open > .CaptionCont {
    box-shadow: unset;
    border-color: rgba(46, 46, 46, 1);
    outline: none; }
  .side-form-dropdown .SumoSelect > .CaptionCont {
    position: relative;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: unset;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0; }
  .side-form-dropdown .SumoSelect > .CaptionCont > span {
    line-height: 38px; }
  .side-form-dropdown .SumoSelect.open > .optWrapper {
    top: 40px;
    border: none;
    background: #fff;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1); }
  .side-form-dropdown .SumoSelect > .optWrapper > .options::-webkit-scrollbar {
    width: 12px; }
  .side-form-dropdown .SumoSelect > .optWrapper > .options::-webkit-scrollbar-track {
    background: #fff; }
  .side-form-dropdown .SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb {
    background-color: rgba(224, 224, 224, 1);
    border-radius: 20px;
    border: 4px solid #fff; }
    .side-form-dropdown .SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb:hover {
      background-color: rgba(255, 64, 38, 1); }
  .side-form-dropdown .SumoSelect > .optWrapper > .options li.opt {
    border: none;
    padding: 6px 10px; }
  .side-form-dropdown .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #fff;
    color: rgba(255, 64, 38, 1); }

.side-menu {
  padding-bottom: 30px;
  padding-bottom: var(--size-30);
  margin-bottom: 30px;
  margin-bottom: var(--size-30);
  border-bottom: 1px solid rgba(206, 206, 206, 1); }
  .side-menu:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.fast-search {
  display: none;
  position: absolute;
  width: 100%;
  top: 45px;
  right: 0;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  font-size: var(--font-14);
  border-radius: 3px;
  background-color: rgba(251, 251, 251, 1);
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  z-index: 1; }
  .fast-search:focus, .fast-search:active, .fast-search:hover {
    display: block; }
  .fast-search a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 130%; }

.menu-item {
  display: block;
  font-weight: normal;
  line-height: 100%; }
  .menu-item a, .menu-item span {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 8px 10px;
    background-color: rgba(251, 251, 251, 1);
    border: 2px solid transparent;
    box-sizing: border-box; }
  .menu-item a.active, .menu-item span.active {
    color: rgba(46, 46, 46, 1);
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 64, 38, 1); }
  .menu-item a.active + .menu-dropdown-toggle, .menu-item span.active + .menu-dropdown-toggle {
    color: rgba(46, 46, 46, 1);
    background: rgba(255, 255, 255, 1);
    width: 36px; }
  .menu-item a.current, .menu-item span.current {
    color: rgba(255, 64, 38, 1); }
  .menu-item ul {
    list-style: none;
    margin: 0;
    padding-left: 20px; }
  .menu-item .menu-item-content li:last-child {
    margin-bottom: 10px; }
  .menu-item .menu-item-child a, .menu-item .menu-item-child span {
    font-size: 14px;
    font-size: var(--font-14); }
  .menu-item .menu-more {
    position: relative;
    padding-left: 40px;
    transition: all 0.2s; }
  .menu-item .menu-more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../themes/wowhaus/assets/images/arrow-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin: 12px; }
  .menu-item .menu-more:hover {
    color: rgba(255, 64, 38, 1);
    border: 2px solid rgba(255, 64, 38, 1);
    background-color: transparent; }
  .menu-item .menu-dropdown {
    position: relative;
    overflow: hidden; }
  .menu-item .menu-dropdown > a {
    padding-right: 38px; }
  .menu-item .menu-dropdown ul {
    height: 0;
    transition: height 0.3s; }
    .menu-item .menu-dropdown ul li {
      font-size: 14px;
      font-size: var(--font-14); }
      .menu-item .menu-dropdown ul li a, .menu-item .menu-dropdown ul li span {
        margin-bottom: 0;
        padding-bottom: 0; }
      .menu-item .menu-dropdown ul li:last-child a, .menu-item .menu-dropdown ul li:last-child span {
        padding-bottom: 10px; }
  .menu-item .menu-dropdown.opened > ul {
    height: auto; }
    .menu-item .menu-dropdown.opened > .menu-dropdown-toggle:before {
      transform: rotate(180deg); }
      .menu-item .menu-dropdown.opened > .menu-dropdown-toggle:after {
        transform: rotate(270deg);
        opacity: 0; }
  .menu-item .menu-dropdown .menu-dropdown-toggle {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 36px;
    height: 36px;
    min-height: initial;
    padding: 0;
    margin: 0;
    border: 2px solid transparent;
    box-sizing: border-box; }
    .menu-item .menu-dropdown .menu-dropdown-toggle:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      top: 50%;
      top: calc(50% - 1px);
      left: 50%;
      left: calc(50% - 7px);
      background-color: rgba(46, 46, 46, 1);
      transition: all 0.3s; }
    .menu-item .menu-dropdown .menu-dropdown-toggle:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      top: 50%;
      top: calc(50% - 1px);
      left: 50%;
      left: calc(50% - 7px);
      background-color: rgba(46, 46, 46, 1);
      transform: rotate(90deg);
      transition: all 0.3s; }
    .menu-item .menu-dropdown .menu-dropdown-toggle:hover:before, .menu-item .menu-dropdown .menu-dropdown-toggle:hover:after {
      background-color: rgba(255, 64, 38, 1); }

.docs .doc {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  border-bottom: 1px solid rgba(206, 206, 206, 1); }
  .docs .doc:last-child {
    border-bottom: none; }
  .docs .doc .doc-title {
    width: 100%;
    max-width: 688px; }
  .docs .doc .doc-ext {
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%;
    letter-spacing: initial;
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase; }

.content-table {
  padding-top: 50px;
  padding-top: var(--size-50);
  padding-bottom: 50px;
  padding-bottom: var(--size-50);
  margin-bottom: 50px;
  margin-bottom: var(--size-50);
  border-top: 2px solid rgba(46, 46, 46, 1);
  border-bottom: 2px solid rgba(46, 46, 46, 1); }
  .content-table .content-table-row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 5px; }
  .content-table .content-table-left {
    min-width: 330px;
    margin-right: 30px;
    margin-right: var(--size-30);
    font-weight: 400; }
  .content-table .content-table-right {
    width: 100%; }

.grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .grid .grid-item {
    margin-right: 2.1276%;
    padding-right: 30px;
    padding-right: var(--size-30); }
  .grid .grid-item:nth-child(3n + 3) {
    margin-right: 0; }
  .grid .grid-item:hover .grid-img:after {
    opacity: 1; }
    .grid .grid-item:hover .grid-title span {
      background-color: #000;
      color: #fff; }
  .grid .grid-img {
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .grid .grid-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 64, 38, 1) !important;
    mix-blend-mode: multiply;
    opacity: 0;
    will-change: opacity;
    -moz-transition: opacity 0.24s ease-out;
    -o-transition: opacity 0.24s ease-out;
    -webkit-transition: opacity 0.24s ease-out;
    transition: opacity 0.24s ease-out; }
  .grid .grid-subtitle {
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%;
    letter-spacing: initial;
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: -15px; }
  .grid .grid-title {
    margin-top: 24px;
    font-size: 24px;
    font-size: var(--font-24);
    line-height: 120%; }
  .grid .grid-title span {
    display: inline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .grid .grid-1-1 {
    width: 19.1489%; }
  .grid .grid-1-1.grid-item-bottom {
    margin-top: 4.2552%; }
  .grid .grid-1-1.grid-item-bottom-big {
    margin-top: 12.7658%; }
  .grid .grid-2-2 {
    width: 23.4042%; }
  .grid .grid-2-2.grid-item-left {
    margin-right: calc(8.5106% + 30px); }
  .grid .grid-2-2.grid-item-right {
    margin-left: 8.5106%; }
  .grid .grid-2-2.grid-item-bottom {
    margin-top: 8.5106%; }
  .grid .grid-3-3 {
    width: 31.9148%; }
  .grid .grid-4-3 {
    width: 48.9361%; }
  .grid .grid-4-3 .grid-img {
    padding-top: 66%; }
  .grid .grid-margin-right-double {
    margin-right: 4.2552%; }
  .grid .grid-title-absolute {
    position: relative; }
  .grid .grid-title-absolute .grid-title {
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0; }

.col {
  display: flex;
  width: 100%; }
  .col .col-left {
    max-width: 300px;
    min-width: 300px;
    padding-right: 60px;
    padding-right: var(--size-60); }
  .col .col-right {
    width: 100%; }
  .col .col-left-big {
    min-width: 50%;
    max-width: 660px;
    padding-right: 60px;
    padding-right: var(--size-60); }
  .col .col-right-big {
    width: 100%;
    min-width: 50%; }

header {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto 50px;
  padding: 0 30px;
  padding: 0 var(--size-30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.header-logo {
  height: 40px;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-right: 60px; }
  .header-logo svg {
    height: 34px;
    margin-top: 6px;
    color: rgba(255, 64, 38, 1);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .header-logo svg:hover {
    color: rgba(46, 46, 46, 1); }

.header-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(46, 46, 46, 1); }

.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .header-menu ul li {
    display: inline-block;
    margin-right: 20px; }
    .header-menu ul li:last-child {
      margin-right: 0; }
    .header-menu ul li.header-menu-space {
      margin-left: 40px; }

.header-user {
  position: relative; }
  .header-user .header-user_name {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px; }
    @media only screen and (max-width: 1200px) {
    .header-user .header-user_name {
      display: none; } }
  .header-user svg {
    width: 20px;
    height: 20px;
    margin-top: 2px; }
  .header-user .popup-user {
    display: none;
    position: absolute;
    right: 10px;
    top: calc(100% + 20px);
    min-width: 240px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2); }
  .header-user .popup-user a {
    display: block;
    width: 100%;
    white-space: nowrap;
    line-height: 140%;
    margin-bottom: 8px; }
    .header-user .popup-user a:last-child {
      margin-bottom: 0; }
  .header-user .popup-user:before {
    content: '';
    position: absolute;
    right: 0;
    top: -14px;
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 7px solid #fff; }

footer {
  width: 100%;
  max-width: 1650px;
  background-color: rgba(0, 0, 0, 1);
  margin: 90px auto 0;
  color: rgba(255, 255, 255, 1); }
  footer .footer-container {
    width: 100%;
    max-width: 1470px;
    padding: 0 30px;
    padding: 0 var(--size-30);
    margin: 0 auto; }
  footer a {
    color: rgba(255, 255, 255, 1); }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.footer-logo {
  height: 40px;
  margin-top: 60px;
  margin-right: 60px; }
  .footer-logo svg {
    height: 34px;
    margin-top: 6px;
    color: rgba(255, 64, 38, 1);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .footer-logo svg:hover {
    color: rgba(255, 255, 255, 1); }

.footer-menu {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 114px;
  display: flex; }
  .footer-menu .footer-menu-block {
    width: 25%; }
  .footer-menu .footer-menu-block ul li {
    margin-bottom: 20px; }
    .footer-menu .footer-menu-block ul li:last-child {
      margin-bottom: 0; }

html {
  height: 100%;
  min-width: 1020px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-overflow-style: auto; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  font: 500 16px/150% 'DINPro', sans-serif;
  letter-spacing: -0.03em;
  color: rgba(46, 46, 46, 1);
  background-color: rgba(251, 251, 251, 1); }

a {
  color: rgba(46, 46, 46, 1);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  a:hover {
    text-decoration: none;
    color: rgba(255, 64, 38, 1); }
  a.active {
    color: rgba(255, 64, 38, 1); }
  a.inactive {
    color: rgba(206, 206, 206, 1); }

h1 {
  font-size: 36px;
  font-size: var(--font-36);
  line-height: 90%;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 50px;
  margin-bottom: var(--size-50); }

h2 {
  font-size: 30px;
  font-size: var(--font-30);
  line-height: 90%;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 50px;
  margin-bottom: var(--size-50); }

h3 {
  font-size: 24px;
  font-size: var(--font-24);
  line-height: 90%;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 50px;
  margin-bottom: var(--size-50); }

.block-outer {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto 30px; }
  .block-outer:last-child {
    margin-bottom: 0; }
  .block-outer.block-white {
    background-color: rgba(255, 255, 255, 1); }

.block {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 50px 30px;
  padding: 50px var(--size-30); }
  .block.col-narrow {
    width: 100%;
    margin: 0 auto;
    max-width: 1050px; }
  .block.block-no-padding {
    padding-top: 0;
    padding-bottom: 0; }

.block-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px; }
  .block-header.block-reverse {
    flex-direction: row-reverse; }
  .block-header .block-header-left {
    display: flex; }
  .block-header .block-header-right {
    display: flex; }
  .block-header .block-align-top {
    align-items: flex-start; }
  .block-header .block-align-center {
    align-items: center; }
  .block-header .block-align-bottom {
    align-items: flex-end; }

.row {
  display: flex; }

.border-top {
  border-top: 2px solid rgba(46, 46, 46, 1); }

.border-bottom {
  border-bottom: 2px solid rgba(46, 46, 46, 1); }

.align-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.hidden {
  display: none; }

.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
  background-color: rgba(255, 64, 38, 1) !important; }

.flash-message {
  font: inherit !important; }
  .flash-message.success {
    background-color: rgba(76, 175, 80, 1) !important;
    border-radius: 0px !important;
    text-shadow: none !important; }

.cal-outer {
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 0; }

.cal .cal_month {
  min-width: 300px;
  min-height: 300px;
  margin-right: 30px;
  margin-right: var(--size-30); }
  .cal .cal_month .cal_top {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    height: 120px;
    margin-bottom: 55px; }
  .cal .cal_month .cal_bottom {
    border-top: 2px solid rgba(46, 46, 46, 1); }
  .cal .cal_day {
    width: 100%; }
  .cal .cal_day .cal_top {
    height: 120px;
    margin-bottom: 55px; }
  .cal .cal_day .cal_bottom {
    border-top: 2px solid rgba(46, 46, 46, 1);
    margin-bottom: 30px;
    margin-bottom: var(--size-30); }
  .cal .cal_day .cal_day-line {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid rgba(206, 206, 206, 1); }
    .cal .cal_day .cal_day-line.cal_day-line_last {
      border-bottom: none; }
  .cal .cal_day .cal_day-line_time {
    width: 100%;
    max-width: 90px;
    margin-right: 30px;
    margin-right: var(--size-30);
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase;
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%; }
  .cal .cal_day .cal_day-line_title {
    width: 100%;
    max-width: 270px;
    margin-right: 30px;
    margin-right: var(--size-30);
    text-transform: uppercase;
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%; }
  .cal .cal_day .cal_day-line_name {
    width: 100%;
    font-weight: 400; }
  .cal .cal_day .cal_day-line_delimiter {
    border-top: 2px solid rgba(46, 46, 46, 1); }
  .cal .datepicker--cell {
    position: relative; }
  .cal .datepicker--cell.-weekend-:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 4px;
    background-color: rgba(255, 64, 38, 1);
    opacity: 0.2; }
  .cal .datepicker--cell.-has-event-:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 4px;
    background-color: rgba(255, 64, 38, 1); }

.cal_empty {
  padding-top: 30px;
  padding-top: var(--size-30);
  color: rgba(206, 206, 206, 1);
  font-weight: normal; }

.graph .graph-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px; }
  .graph .graph-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(206, 206, 206, 1);
    z-index: 2; }
  .graph .graph-item.graph-item-active .graph-date-line {
    background-color: rgba(255, 64, 38, 1); }
    .graph .graph-item.graph-item-active .graph-date-line:before {
      border-left-color: rgba(255, 64, 38, 1); }
    .graph .graph-item.graph-item-active .graph-date-line:after {
      border-right-color: rgba(255, 64, 38, 1); }
  .graph .graph-name {
    min-width: 300px;
    margin-right: 30px;
    margin-right: var(--size-30);
    font-size: 24px;
    font-size: var(--font-24);
    line-height: 120%; }
  .graph .graph-date {
    width: 100%;
    box-sizing: content-box;
    padding: 0 4px;
    z-index: 2; }
  .graph .graph-date-line {
    position: relative;
    background-color: rgba(46, 46, 46, 1);
    height: 60px;
    cursor: pointer; }
  .graph .graph-date-start:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
    border: 40px solid transparent;
    border-left: 40px solid rgba(46, 46, 46, 1); }
  .graph .graph-date-end:after {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    bottom: -10px;
    border: 40px solid transparent;
    border-right: 40px solid rgba(46, 46, 46, 1); }
  .graph .graph-date-one_day.graph-date-start:before {
    border-left-width: 30px; }
  .graph .graph-date-one_day.graph-date-end:after {
    border-right-width: 30px; }

.graph-empty {
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-top: var(--size-60);
  padding-bottom: 60px;
  padding-bottom: var(--size-60);
  color: rgba(206, 206, 206, 1);
  background-color: rgba(251, 251, 251, 1);
  font-weight: normal;
  z-index: 2; }

.cal-inline .cal-container {
  position: relative;
  border-top: 2px solid rgba(46, 46, 46, 1); }
  .cal-inline .cal-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(206, 206, 206, 1);
    z-index: 2; }
  .cal-inline .datepicker {
    background: transparent;
    width: 100%;
    display: flex; }
  .cal-inline .datepicker--nav {
    min-width: 300px;
    margin-right: 30px;
    margin-right: var(--size-30);
    border-bottom: none; }
  .cal-inline .datepicker--content {
    width: 100%; }
  .cal-inline .datepicker--days-names {
    display: none; }
  .cal-inline .datepicker--cell-day.-other-month-, .cal-inline .datepicker--cell-year.-other-decade- {
    display: none; }
  .cal-inline .datepicker--cells {
    flex-wrap: nowrap; }
  .cal-inline .datepicker--cells-months {
    height: auto; }
  .cal-inline .datepicker--cells-years {
    height: auto; }
  .cal-inline .datepicker--years {
    height: auto; }
  .cal-inline .datepicker--cell-month {
    height: 32px; }
  .cal-inline .datepicker--cell-year {
    height: 32px; }
  .cal-inline .datepicker--cell-day:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 1px;
    height: 100vh;
    background-color: #fff;
    z-index: 1; }
  .cal-inline .datepicker--cell-day:last-child:after {
    content: unset; }

.block-white .cal-inline .datepicker--cell-day:after {
  background-color: rgba(251, 251, 251, 1); }
  .block-white .graph-empty {
    background-color: #fff; }

.projects-sort a {
  margin-right: 20px; }
  .projects-sort a:last-child {
    margin-right: 0; }

.projects-grid {
  display: flex;
  flex-wrap: wrap; }
  .projects-grid .project-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 40px; }
  .projects-grid .project-item:nth-child(3n+3) {
    margin-right: 0; }
  .projects-grid .project-item:hover .project-item-img:after {
    opacity: 1; }
    .projects-grid .project-item:hover .project-item-title span {
      background-color: #000;
      color: #fff; }
  .projects-grid .project-item .project-item-img {
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .projects-grid .project-item .project-item-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 64, 38, 1) !important;
      mix-blend-mode: multiply;
      opacity: 0;
      will-change: opacity;
      -moz-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
  .projects-grid .project-item .project-item-title {
    margin-top: 24px;
    font-size: 24px;
    font-size: var(--font-24);
    line-height: 120%; }
    .projects-grid .project-item .project-item-title span {
      display: inline;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .projects-grid .project-item .project-item-subtitle {
    font-weight: bold;
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%;
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: -15px; }

.project-img {
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  .project-img img {
    width: 100%; }

.project-header {
  padding-bottom: 30px;
  padding-bottom: var(--size-30);
  margin-bottom: 50px;
  margin-bottom: var(--size-50);
  border-bottom: 2px solid rgba(46, 46, 46, 1); }
  .project-header h1 {
    margin-bottom: 15px; }

.project-content .text {
  font-weight: 400; }
  .project-content .text a {
    color: rgba(255, 64, 38, 1); }
    .project-content .text a:hover {
      text-decoration: underline; }
  .project-content img {
    width: 100%;
    margin-bottom: 50px;
    margin-bottom: var(--size-50); }
  .project-content .img-vertical {
    width: 100%;
    height: 700px;
    margin-bottom: 50px;
    margin-bottom: var(--size-50);
    overflow: hidden;
    background-color: rgba(224, 224, 224, 1); }
  .project-content .img-vertical img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto 50px;
    margin: 0 auto var(--size-50); }
  .project-content .list-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-bottom: var(--size-50); }
  .project-content .list-block {
    display: inline-block;
    width: 50%;
    width: calc((100% - 30px) / 2);
    width: calc((100% - var(--size-30)) / 2);
    margin-bottom: 30px;
    margin-bottom: var(--size-30);
    margin-right: 30px;
    margin-right: var(--size-30);
    padding: 25px 30px;
    padding: 25px var(--size-30);
    background-color: rgba(251, 251, 251, 1); }
  .project-content .list-block:nth-child(2n + 2) {
    margin-right: 0; }
  .project-content .list-header {
    font-size: 20px;
    font-size: var(--font-20);
    line-height: 90%;
    letter-spacing: -0.06em;
    color: rgba(46, 46, 46, 1);
    padding-bottom: 15px; }
  .project-content .project-block {
    margin-bottom: 50px;
    margin-bottom: var(--size-50); }

.project-info {
  border-top: 1px solid rgba(206, 206, 206, 1);
  padding-top: 50px;
  padding-top: var(--size-50); }
  .project-info .project-info-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px; }
  .project-info .project-info-title {
    width: 50%;
    padding-right: 30px;
    padding-right: var(--size-30);
    font-weight: 400; }
  .project-info .project-info-content {
    width: 50%;
    padding-right: 10px; }
  .project-info .project-info-content p {
    margin-top: 0; }
  .project-info .project-info-content a {
    display: block; }

.project-form select1 {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  background: none;
  border: 1px solid rgba(224, 224, 224, 1);
  box-sizing: border-box;
  padding: 0 10px; }
  .project-form select1:hover, .project-form select1:active, .project-form select1:focus {
    border: 1px solid rgba(46, 46, 46, 1);
    outline: none; }
  .project-form .form-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .project-form .form-reset {
    font-family: 'DINPro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: right;
    border: none;
    outline: none;
    background: none;
    cursor: pointer; }
  .project-form .form-reset:hover {
    color: rgba(255, 64, 38, 1); }

.team-grid {
  display: flex;
  flex-wrap: wrap; }
  .team-grid .team-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 40px; }
  .team-grid .team-item:nth-child(3n+3) {
    margin-right: 0; }
  .team-grid .team-item-img {
    display: block;
    width: 100%;
    padding-top: 145.45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.team-img {
  display: block;
  width: 100%;
  margin-bottom: 30px; }

.team-item-title {
  margin-top: 24px;
  font-size: 24px;
  font-size: var(--font-24);
  line-height: 120%; }

.team-item-subtitle {
  min-height: 36px;
  color: rgba(183, 183, 183, 1);
  font-size: 12px;
  font-size: var(--font-12);
  line-height: 150%;
  letter-spacing: initial;
  text-transform: uppercase;
  margin-top: 10px; }

.team-item-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(46, 46, 46, 1); }
  .team-item-info a {
    display: block; }

.team-category {
  padding-top: 60px; }

.team-list .team-row {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  border-bottom: 1px solid rgba(206, 206, 206, 1); }
  .team-list .team-row .team-row-title {
    width: 33%;
    font-size: 24px;
    font-size: var(--font-24);
    font-weight: 500;
    line-height: 90%;
    letter-spacing: -0.06em; }
  .team-list .team-row .team-row-pos {
    width: 33%;
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%;
    letter-spacing: initial;
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase; }
  .team-list .team-row .team-row-contacts {
    width: 33%; }

.tippy-box {
  background-color: unset !important;
  border: none !important;
  border-radius: unset !important; }

.tippy-content {
  padding: 0 !important; }
  .tippy-content .team-item-img {
    width: 250px;
    padding-top: 145.45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.employee-img {
  display: block;
  width: 100%; }
  .employee-img img {
    width: 100%; }

.employee-item-subtitle {
  font-size: 12px;
  font-size: var(--font-12);
  letter-spacing: initial;
  line-height: 150%;
  color: rgba(206, 206, 206, 1);
  text-transform: uppercase;
  margin-top: 15px; }

.employee-info-container {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(206, 206, 206, 1); }

.employee-info {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 5px; }

.employee-info-left {
  min-width: 330px;
  margin-right: 30px;
  margin-right: var(--size-30);
  font-weight: 400; }

.employee-info-right {
  width: 100%; }

.employee-tabs-header {
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-bottom: var(--size-30);
  border-bottom: 2px solid rgba(46, 46, 46, 1); }

.employee-tab-title {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer; }
  .employee-tab-title.active {
    color: rgba(255, 64, 38, 1); }

.employee-tab {
  display: none;
  animation: fadeEffect 1s; }
  .employee-tab.active {
    display: block; }

@keyframes fadeEffect {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.material-grid-row {
  display: flex; }
  .material-grid-row .material-grid-title {
    min-width: calc((100% - (30px * 2)) / 3);
    min-width: calc((100% - (var(--size-30) * 2)) / 3);
    margin-right: 30px;
    margin-right: var(--size-30); }
  .material-grid-row .material-grid-title h3 {
    margin-bottom: 20px; }
  .material-grid-row .material-grid-content {
    width: 100%; }
  .material-grid-row .material-grid-content .material-grid-content_cols {
    column-count: 2;
    column-gap: 30px;
    column-gap: var(--size-30); }
  .material-grid-row .material-grid-link {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    margin-bottom: 10px; }
  .material-grid-row .material-grid-link a {
    display: inline-block; }
  .material-grid-row .material-grid-more {
    padding-top: 30px;
    padding-top: var(--size-30);
    margin-top: 30px;
    margin-top: var(--size-30);
    border-top: 1px solid rgba(206, 206, 206, 1); }

.materials .material-row {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  border-bottom: 1px solid rgba(206, 206, 206, 1); }
  .materials .material-row:last-child {
    border-bottom: 2px solid rgba(46, 46, 46, 1); }
  .materials .material-row .material-title {
    width: 100%;
    max-width: 688px; }
  .materials .material-row.material-row-catalog .material-title {
    width: 33%; }
    .materials .material-row.material-row-catalog .align-right {
      width: 33%; }
  .materials .material-row .material-ext {
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%;
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase;
    padding: 2px 25px; }
  .materials .material-row .material-link svg {
    width: 31px;
    height: 15px; }
  .materials .material-row .material-link-external svg {
    width: 16px;
    height: 16px; }
  .materials .material-row .material-catalog {
    width: 33%;
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%;
    letter-spacing: initial;
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase; }

.material-content-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.material-content-col {
  width: 50%;
  padding-right: 30px;
  padding-right: var(--size-30);
  font-weight: 400; }
  .material-content-col p {
    margin-top: 0; }

.pushbar-container {
  padding: 25px 60px;
  min-width: 1050px; }
  .pushbar-container.success form {
    display: none; }
  .pushbar-container.success .form-submit-container {
    display: none; }
  .pushbar-container.success .form-success {
    display: block; }
  .pushbar-container.success .form-close {
    display: block; }

.pushbar-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer; }
  .pushbar-close:hover:before, .pushbar-close:hover:after {
    background-color: rgba(255, 64, 38, 1); }
  .pushbar-close:before, .pushbar-close:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: rgba(46, 46, 46, 1);
    top: 50%;
    left: 0;
    transform: rotate(45deg); }
  .pushbar-close:after {
    transform: rotate(-45deg); }

.pushbar_overlay {
  background: rgba(0, 0, 0, 0.2); }

.pushbar_locked {
  margin-right: 17px; }

.form-row {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  margin-bottom: var(--size-30);
  min-height: 40px; }
  .form-row .form-label {
    min-width: 300px;
    margin-right: 60px;
    margin-right: var(--size-60);
    font-size: 14px;
    font-size: var(--font-14);
    line-height: 150%;
    text-transform: uppercase; }
  .form-row .form-label .form-label-desc {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    font-size: var(--font-12);
    color: rgba(183, 183, 183, 1);
    text-transform: none;
    letter-spacing: normal; }
  .form-row .form-field {
    width: 100%; }
  .form-row textarea {
    resize: none;
    width: 100%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid rgba(224, 224, 224, 1);
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
    font-size: inherit; }
  .form-row textarea:active, .form-row textarea:focus {
    border-color: rgba(46, 46, 46, 1); }
  .form-row select {
    width: 330px;
    height: 40px;
    border: 1px solid rgba(224, 224, 224, 1);
    box-sizing: border-box;
    outline: none;
    padding: 0 10px;
    font-family: inherit;
    font-size: inherit; }
  .form-row input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(224, 224, 224, 1);
    box-sizing: border-box;
    outline: none;
    padding: 0 10px;
    font-family: inherit;
    font-size: inherit; }
  .form-row input.side-form-datepicker {
    width: 330px; }
  .form-row .SumoSelect {
    width: 330px;
    height: 40px;
    outline: none; }
  .form-row .SumoSelect:focus {
    outline: none; }
  .form-row .form-field-sub {
    margin-bottom: 30px; }
  .form-row .form-field-sub input {
    margin-bottom: 10px; }
    .form-row .form-field-sub input:last-child {
      margin-bottom: 0; }

.form-row-delimiter {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(206, 206, 206, 1);
  height: 1px; }

.form-submit-container {
  width: 100%; }

.form-submit {
  display: block;
  width: 330px;
  margin: 0 auto; }

.form-success {
  display: none;
  width: 100%;
  max-width: 690px;
  margin-bottom: 30px; }

.form-close {
  display: none; }

.datepickers-container {
  z-index: 1000; }
  .datepickers-container .datepicker.active {
    border: 1px solid rgba(224, 224, 224, 1); }

.field-fileupload .upload-object {
  position: relative;
  outline: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .field-fileupload .upload-object img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .field-fileupload .upload-object .upload-remove-button {
    display: none; }
  .field-fileupload .upload-object.is-success .image {
    opacity: 1; }
  .field-fileupload .upload-object.is-loading .image {
    opacity: 0.6; }
  .field-fileupload .upload-object.is-success {
    cursor: pointer; }
  .field-fileupload .upload-object.is-success .progress-bar {
    opacity: 0; }
  .field-fileupload .upload-object.is-success:hover .upload-remove-button {
    display: block; }
  .field-fileupload .upload-object.is-error {
    cursor: pointer; }
  .field-fileupload .upload-object.is-error .icon-container {
    opacity: 1; }
    .field-fileupload .upload-object.is-error .icon-container > img, .field-fileupload .upload-object.is-error .icon-container > i {
      opacity: 0.5; }
  .field-fileupload .upload-object.is-error .info h4 {
    color: #ab2a1c; }
    .field-fileupload .upload-object.is-error .info h4 a {
      display: none; }
  .field-fileupload .upload-object.is-error .meta {
    display: none; }

.field-fileupload.style-image-multi .upload-button, .field-fileupload.style-image-single .upload-button, .field-fileupload.style-image-multi .upload-object, .field-fileupload.style-image-single .upload-object {
  margin: 0 10px 10px 0; }
  .field-fileupload.style-image-multi .upload-button, .field-fileupload.style-image-single .upload-button {
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 40px;
    float: left;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 64, 38, 1);
    text-align: center; }
  .field-fileupload.style-image-multi .upload-button:before, .field-fileupload.style-image-single .upload-button:before {
    content: '';
    position: absolute;
    background: rgba(46, 46, 46, 1);
    width: 2px;
    height: 16px;
    top: 20px;
    left: 18px;
    left: calc(50% - 1px);
    transition: all 0.2s ease; }
  .field-fileupload.style-image-multi .upload-button:after, .field-fileupload.style-image-single .upload-button:after {
    content: '';
    position: absolute;
    background: rgba(46, 46, 46, 1);
    width: 16px;
    height: 2px;
    top: 27px;
    left: 11px;
    left: calc(50% - 8px);
    transition: all 0.2s ease; }
  .field-fileupload.style-image-multi .upload-button:hover:before, .field-fileupload.style-image-single .upload-button:hover:before, .field-fileupload.style-image-multi .upload-button:hover:after, .field-fileupload.style-image-single .upload-button:hover:after {
    transform: rotate(90deg); }
  .field-fileupload.style-image-multi .upload-files-container, .field-fileupload.style-image-single .upload-files-container {
    display: inline; }
  .field-fileupload.style-image-multi .upload-object, .field-fileupload.style-image-single .upload-object {
    float: left;
    background: #fff;
    border: 2px solid rgba(255, 64, 38, 1);
    width: 120px;
    height: 120px;
    margin-left: 0;
    box-sizing: border-box; }
  .field-fileupload.style-image-multi .upload-object .progress-bar, .field-fileupload.style-image-single .upload-object .progress-bar {
    display: block;
    width: 100%;
    width: calc(100% - 10px);
    margin: 0 5px;
    overflow: hidden;
    height: 5px;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 10px;
    left: 0; }
    .field-fileupload.style-image-multi .upload-object .progress-bar .upload-progress, .field-fileupload.style-image-single .upload-object .progress-bar .upload-progress {
      float: left;
      width: 0%;
      height: 100%;
      line-height: 5px;
      color: #fff;
      background-color: rgba(255, 64, 38, 1);
      opacity: 0.6; }
  .field-fileupload.style-image-multi .upload-object .image, .field-fileupload.style-image-single .upload-object .image {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 116px;
    height: 116px; }
  .field-fileupload.style-image-multi .upload-object .upload-remove-button, .field-fileupload.style-image-single .upload-object .upload-remove-button {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    .field-fileupload.style-image-multi .upload-object .upload-remove-button:before, .field-fileupload.style-image-single .upload-object .upload-remove-button:before {
      content: '';
      position: absolute;
      background: rgba(183, 183, 183, 1);
      width: 4px;
      height: 40px;
      top: calc(50% - 20px);
      left: calc(50% - 2px);
      transition: all 0.2s ease;
      transform: rotate(45deg); }
    .field-fileupload.style-image-multi .upload-object .upload-remove-button:after, .field-fileupload.style-image-single .upload-object .upload-remove-button:after {
      content: '';
      position: absolute;
      background: rgba(183, 183, 183, 1);
      width: 40px;
      height: 4px;
      top: calc(50% - 2px);
      left: calc(50% - 20px);
      transition: all 0.2s ease;
      transform: rotate(45deg); }
    .field-fileupload.style-image-multi .upload-object .upload-remove-button:hover:before, .field-fileupload.style-image-single .upload-object .upload-remove-button:hover:before, .field-fileupload.style-image-multi .upload-object .upload-remove-button:hover:after, .field-fileupload.style-image-single .upload-object .upload-remove-button:hover:after {
      background: #fff; }
  .field-fileupload.style-image-multi .upload-object.is-success:after, .field-fileupload.style-image-single .upload-object.is-success:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 64, 38, 1) !important;
    mix-blend-mode: multiply;
    opacity: 0;
    will-change: opacity;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .field-fileupload.style-image-multi .upload-object:hover:after, .field-fileupload.style-image-single .upload-object:hover:after {
    opacity: 1; }

.field-fileupload.style-image-single.is-populated .upload-button {
  display: none; }

.field-fileupload.style-file-single {
  overflow: hidden;
  position: relative; }
  .field-fileupload.style-file-single .upload-button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(224, 224, 224, 1);
    box-sizing: border-box;
    outline: none;
    padding: 0 10px;
    font-family: inherit;
    font-size: inherit; }
  .field-fileupload.style-file-single .upload-empty-message {
    padding: 8px 0 8px 11px;
    font-size: 14px; }
  .field-fileupload.style-file-single.is-populated .upload-button {
    display: none; }
  .field-fileupload.style-file-single .upload-object {
    display: block;
    width: 100%;
    padding: 7px 0 9px 0; }
  .field-fileupload.style-file-single .upload-object .icon-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    padding: 0 5px;
    margin: 8px 0 0 7px;
    text-align: center; }
    .field-fileupload.style-file-single .upload-object .icon-container i {
      line-height: 150%;
      font-size: 15px; }
    .field-fileupload.style-file-single .upload-object .icon-container img {
      display: none; }
  .field-fileupload.style-file-single .upload-object .info {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 36px;
    border: 1px solid rgba(224, 224, 224, 1);
    box-sizing: border-box;
    outline: none;
    padding: 0 10px 0 40px;
    font-family: inherit;
    font-size: inherit;
    color: rgba(183, 183, 183, 1);
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .field-fileupload.style-file-single .upload-object .info .upload-remove-button {
      position: absolute;
      left: 0;
      top: 0;
      height: 40px;
      width: 40px;
      display: block; }
    .field-fileupload.style-file-single .upload-object .info .upload-remove-button:before {
      content: '';
      position: absolute;
      background: rgba(183, 183, 183, 1);
      width: 2px;
      height: 16px;
      top: 10px;
      left: 18px;
      transition: all 0.2s ease;
      transform: rotate(45deg); }
    .field-fileupload.style-file-single .upload-object .info .upload-remove-button:after {
      content: '';
      position: absolute;
      background: rgba(183, 183, 183, 1);
      width: 16px;
      height: 2px;
      top: 17px;
      left: 11px;
      transition: all 0.2s ease;
      transform: rotate(45deg); }
    .field-fileupload.style-file-single .upload-object .info .upload-remove-button:hover:before, .field-fileupload.style-file-single .upload-object .info .upload-remove-button:hover:after {
      background: rgba(46, 46, 46, 1); }
  .field-fileupload.style-file-single .upload-object .progress-bar {
    display: block;
    width: 100%;
    width: calc(100% - 10px);
    margin: 0 5px;
    overflow: hidden;
    height: 5px;
    background-color: #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 5px; }
    .field-fileupload.style-file-single .upload-object .progress-bar .upload-progress {
      float: left;
      width: 0%;
      height: 100%;
      line-height: 5px;
      color: #fff;
      background-color: rgba(255, 64, 38, 1);
      opacity: 0.6; }
  .field-fileupload.style-file-single .upload-object .meta {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    right: 0;
    width: 15%; }

.report-form-container {
  display: flex;
  justify-content: space-between; }

.report-form .form-row {
  margin-bottom: 0; }
  .report-form .form-row .form-label {
    min-width: initial;
    line-height: 40px;
    text-align: right;
    white-space: nowrap;
    margin-right: 30px; }

.report-grid .report-row {
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid rgba(206, 206, 206, 1); }
  .report-grid .report-row:first-child {
    border-top: 2px solid rgba(46, 46, 46, 1); }
  .report-grid .report-row:last-child {
    border-bottom: 2px solid rgba(46, 46, 46, 1); }
  .report-grid .report-row:hover .report-expand:before, .report-grid .report-row:hover .report-expand:after {
    background-color: rgba(255, 64, 38, 1); }
  .report-grid .report-row .report-head {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between; }
    .report-grid .report-row .report-head .report-title {
      width: 30%; }
    .report-grid .report-row .report-head .report-progress {
      display: inline-block;
      vertical-align: baseline;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: rgba(224, 224, 224, 1);
      border: 0;
      border-radius: 0.1rem;
      color: rgba(255, 64, 38, 1);
      height: 0.2rem;
      position: relative;
      width: 20%; }
    .report-grid .report-row .report-head .report-progress::-webkit-progress-bar {
      background: transparent;
      border-radius: 0.1rem; }
    .report-grid .report-row .report-head .report-progress::-webkit-progress-value {
      background: rgba(255, 64, 38, 1);
      border-radius: 0.1rem; }
    .report-grid .report-row .report-head .report-progress::-moz-progress-bar {
      background: rgba(255, 64, 38, 1);
      border-radius: 0.1rem; }
    .report-grid .report-row .report-head .report-progress.hidden {
      opacity: 0; }
    .report-grid .report-row .report-head .report-row_status {
      min-width: 100px;
      text-align: center;
      font-size: 12px;
      font-size: var(--font-12);
      line-height: 150%;
      letter-spacing: initial;
      color: rgba(206, 206, 206, 1);
      text-transform: uppercase; }
    .report-grid .report-row .report-head .report-row_status.report-row_status-sent {
      color: rgba(76, 175, 80, 1); }
    .report-grid .report-row .report-head .report-row_status.report-row_status-checked {
      color: rgba(76, 175, 80, 1); }
    .report-grid .report-row .report-head .report-expand-container {
      position: relative;
      width: 40px;
      height: 40px; }
    .report-grid .report-row .report-head .report-expand {
      position: absolute;
      top: 2px;
      right: 2px;
      width: 36px;
      height: 36px;
      min-height: initial;
      padding: 0;
      margin: 0;
      border: 2px solid transparent;
      box-sizing: border-box; }
    .report-grid .report-row .report-head .report-expand:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      top: 50%;
      top: calc(50% - 1px);
      left: 50%;
      left: calc(50% - 7px);
      background-color: rgba(46, 46, 46, 1);
      transition: all 0.3s; }
    .report-grid .report-row .report-head .report-expand:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      top: 50%;
      top: calc(50% - 1px);
      left: 50%;
      left: calc(50% - 7px);
      background-color: rgba(46, 46, 46, 1);
      transform: rotate(90deg);
      transition: all 0.3s; }
    .report-grid .report-row .report-head .report-expand:hover:before, .report-grid .report-row .report-head .report-expand:hover:after {
      background-color: rgba(255, 64, 38, 1); }
  .report-grid .report-row .report-content {
    display: flex;
    justify-content: space-between;
    height: 0;
    overflow: hidden;
    font-weight: 400; }
    .report-grid .report-row .report-content table {
      width: 100%;
      max-width: 600px;
      text-align: left;
      border-collapse: collapse;
      border-spacing: 0;
      margin: 5px 0; }
    .report-grid .report-row .report-content table thead {
      border-bottom: 1px solid rgba(183, 183, 183, 1); }
    .report-grid .report-row .report-content table tbody tr:hover {
      background: rgba(224, 224, 224, 1) !important; }
      .report-grid .report-row .report-content table tbody tr:nth-of-type(odd) {
        background: rgba(251, 251, 251, 1); }
      .report-grid .report-row .report-content table tbody tr.validate-error {
        background-color: rgba(255, 64, 38, 0.15) !important; }
    .report-grid .report-row .report-content table tr td {
      padding: 2px 5px; }
    .report-grid .report-row .report-content .report-table-projects select {
      font: inherit;
      width: 100%;
      border: none;
      outline: none; }
      .report-grid .report-row .report-content .report-table-projects select:disabled, .report-grid .report-row .report-content .report-table-projects select.disabled {
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        color: inherit;
        opacity: 1;
        margin-left: 5px; }
        .report-grid .report-row .report-content .report-table-projects select:disabled::-ms-expand, .report-grid .report-row .report-content .report-table-projects select.disabled::-ms-expand {
          display: none; }
    .report-grid .report-row .report-content .report-table-hours {
      text-align: center;
      width: 10%; }
    .report-grid .report-row .report-content .report-table-hours input {
      font: inherit;
      width: 60px;
      text-align: center;
      border: none;
      outline: none;
      padding-left: 15px; }
      .report-grid .report-row .report-content .report-table-hours input:disabled, .report-grid .report-row .report-content .report-table-hours input.disabled {
        background: transparent;
        color: inherit;
        opacity: 1;
        padding-left: 0; }
        .report-grid .report-row .report-content .report-table-hours input:disabled::-webkit-outer-spin-button, .report-grid .report-row .report-content .report-table-hours input.disabled::-webkit-outer-spin-button, .report-grid .report-row .report-content .report-table-hours input:disabled::-webkit-inner-spin-button, .report-grid .report-row .report-content .report-table-hours input.disabled::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
    .report-grid .report-row .report-content .report-table-hours input[type=number] {
      -moz-appearance: textfield; }
    .report-grid .report-row .report-content .report-table-buttons {
      text-align: right;
      width: 30%;
      font-size: 21px;
      line-height: 18px; }
    .report-grid .report-row .report-content .report-table-amount_title {
      font-size: 16px;
      line-height: 18px;
      margin: 0; }
    .report-grid .report-row .report-content .report-button-save {
      display: none; }
    .report-grid .report-row .report-content .report-row-edit .report-button-edit {
      display: none; }
    .report-grid .report-row .report-content .report-row-edit .report-button-save {
      display: inline-block; }
    .report-grid .report-row .report-content .report-buttons {
      margin-bottom: 10px;
      padding-left: 20px;
      padding-top: 33px; }
    .report-grid .report-row .report-content .report-buttons .report-button-add {
      display: inline-block;
      vertical-align: top;
      width: 180px; }
    .report-grid .report-row .report-content .report-buttons .report-button-submit {
      display: inline-block;
      vertical-align: top;
      margin-left: 20px; }
      .report-grid .report-row .report-content .report-buttons .report-button-submit:hover {
        color: #fff; }
  .report-grid .report-row .report-amount {
    display: flex;
    width: 100%;
    max-width: 600px; }
    .report-grid .report-row .report-amount .report-amount_label {
      display: inline-block;
      width: 75%;
      padding: 4px 10px; }
    .report-grid .report-row .report-amount .report-amount_edit {
      display: inline-block;
      text-align: right;
      width: 25%;
      padding: 4px 10px; }
    .report-grid .report-row .report-amount .report-button-amount-save {
      display: none; }
    .report-grid .report-row .report-amount .report-row-edit .report-button-amount-edit {
      display: none; }
    .report-grid .report-row .report-amount .report-row-edit .report-button-amount-save {
      display: inline-block; }
    .report-grid .report-row .report-amount input {
      display: inline-block;
      width: 75px;
      border: 1px solid rgba(224, 224, 224, 1);
      box-sizing: border-box;
      outline: none;
      padding: 2px 2px 2px 15px;
      font-family: inherit;
      font-size: inherit;
      text-align: center; }
    .report-grid .report-row .report-amount input:disabled, .report-grid .report-row .report-amount input.disabled {
      background: transparent;
      color: inherit;
      opacity: 1;
      padding-left: 0; }
      .report-grid .report-row .report-amount input:disabled::-webkit-outer-spin-button, .report-grid .report-row .report-amount input.disabled::-webkit-outer-spin-button, .report-grid .report-row .report-amount input:disabled::-webkit-inner-spin-button, .report-grid .report-row .report-amount input.disabled::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .report-grid .report-row .report-amount a {
      font-size: 20px; }
    .report-grid .report-row .report-amount a .icon {
      margin-bottom: 6px; }
  .report-grid .report-row.report-row-expanded .report-expand:before {
    transform: rotate(180deg); }
    .report-grid .report-row.report-row-expanded .report-expand:after {
      transform: rotate(270deg);
      opacity: 0; }
    .report-grid .report-row.report-row-expanded .report-content {
      height: auto; }
  .report-grid .report-row.report-row-noexpand .report-content {
    height: auto; }
  .report-grid .report-row.row-grayscale .report-title {
    color: rgba(206, 206, 206, 1); }

.report-status {
  border: 1px solid transparent;
  margin-bottom: 30px;
  padding: 10px 15px; }
  .report-status.report-status-success {
    border-color: rgba(76, 175, 80, 1);
    color: rgba(76, 175, 80, 1); }
  .report-status.report-status-error {
    border-color: rgba(255, 64, 38, 1);
    color: rgba(255, 64, 38, 1); }
  .report-status .report-status-comment {
    color: rgba(46, 46, 46, 1); }

.icon {
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  height: 1em;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 1em;
  margin-left: 5px; }

.icon::after, .icon::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.icon-edit::before {
  border: 0.1rem solid currentColor;
  height: 0.4em;
  transform: translate(-0.35em, -0.25em) rotate(-45deg);
  width: 0.85em; }

.icon-edit::after {
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 0;
  left: 5%;
  top: 95%;
  transform: translate(0, -100%);
  width: 0; }

.icon-check::before {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: 0.5em;
  transform: translate(-50%, -0.375em) rotate(-45deg);
  width: 0.9em; }

.icon-delete::before {
  border: 0.1rem solid currentColor;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  border-top: 0;
  height: 0.75em;
  top: 60%;
  width: 0.75em; }

.icon-delete::after {
  background: currentColor;
  box-shadow: -0.25em 0.2em, 0.25em 0.2em;
  height: 0.1rem;
  top: 0.05rem;
  width: 0.5em; }

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

.report-send-btn {
  margin-top: 20px; }

.staff-report_team {
  padding: 15px;
  border: 1px solid rgba(46, 46, 46, 1);
  margin-top: 30px; }
  .staff-report_team .staff-report_team-name {
    font-size: 20px;
    font-weight: 100;
    color: rgba(206, 206, 206, 1);
    padding-bottom: 10px; }
  .staff-report_user {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(46, 46, 46, 1);
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .staff-report_user:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .staff-report_user .report-grid {
    position: relative;
    width: 100%;
    margin-left: 30px; }
  .staff-report_user .report-grid .report-row {
    border-bottom: none; }
    .staff-report_user .report-grid .report-row:first-child {
      border-top: none; }
    .staff-report_user .report-grid .report-row:last-child {
      border-bottom: none; }
  .staff-report_user .report-row {
    font-weight: 400;
    display: flex; }
  .staff-report_user .report-row:last-child {
    border-bottom: none; }
  .staff-report_user .report-row table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top; }
    .staff-report_user .report-row table td {
      padding: 2px 5px; }
    .staff-report_user .report-row table tbody tr:hover {
      background-color: #fafafa; }
    .staff-report_user .report-row table thead {
      font-weight: 500; }
  .staff-report_user .report-table-last-row {
    border-bottom: 1px solid rgba(206, 206, 206, 1); }
  .staff-report_user .report-table-last-row:last-child {
    border-bottom: none; }
  .staff-report_user .report-table-date {
    width: 30%; }
  .staff-report_user .report-table-hours {
    width: 10%;
    text-align: center; }
  .staff-report_user .report-table-status {
    width: 20%;
    text-align: right; }
  .staff-report_user .report-row_status {
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%;
    letter-spacing: initial;
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase; }
  .staff-report_user .report-row_status.report-row_status-checked {
    color: rgba(76, 175, 80, 1); }
  .staff-report_user .btn-submit {
    margin-top: 20px; }
  .staff-report_user .report-side-btn {
    position: absolute;
    bottom: 0;
    left: -40px;
    transform: translateX(-100%); }
  .staff-report_user .report-send-decline {
    display: inline-block;
    position: relative;
    user-select: none; }
  .staff-report_user .report-send-decline_form {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 10px 10px 0;
    transform: translate(-50%, -100%);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 8, 16, 0.15);
    box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform, visibility, opacity; }
  .staff-report_user .report-send-decline_form .form-row {
    flex-wrap: wrap;
    margin-bottom: 0;
    text-align: center; }
  .staff-report_user .report-send-decline_form textarea {
    min-width: 300px;
    min-height: 75px;
    height: initial;
    margin-top: 20px; }
  .staff-report_user .report-send-decline_form-arrow {
    position: relative;
    width: 16px;
    height: 16px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .staff-report_user .report-send-decline_form-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: #fff;
    transform-origin: center top; }
  .staff-report_user .report-send-decline_form-arrow:after {
    content: "";
    position: absolute;
    z-index: -1;
    border-color: transparent;
    border-style: solid;
    border-top-color: rgba(0, 8, 16, 0.2);
    border-width: 7px 7px 0;
    top: 17px;
    left: 1px; }

.staff-report_user-name {
  width: auto;
  min-width: 20%; }

.staff-report_user-status {
  display: block; }
  .staff-report_user-status.staff-report_user-status-success {
    color: rgba(76, 175, 80, 1); }
  .staff-report_user-status.staff-report_user-status-error {
    color: rgba(255, 64, 38, 1); }

.staff-report_empty {
  width: 100%;
  text-align: center; }

.team-grid {
  display: flex;
  flex-wrap: wrap; }
  .team-grid .team-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 40px; }
  .team-grid .team-item:nth-child(3n+3) {
    margin-right: 0; }
  .team-grid .team-item-img {
    display: block;
    width: 100%;
    padding-top: 145.45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.team-img {
  display: block;
  width: 100%;
  margin-bottom: 30px; }

.team-item-title {
  margin-top: 24px;
  font-size: 24px;
  font-size: var(--font-24);
  line-height: 120%; }

.team-item-subtitle {
  min-height: 36px;
  color: rgba(183, 183, 183, 1);
  font-size: 12px;
  font-size: var(--font-12);
  line-height: 150%;
  letter-spacing: initial;
  text-transform: uppercase;
  margin-top: 10px; }

.team-item-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(46, 46, 46, 1); }
  .team-item-info a {
    display: block; }

.team-category {
  padding-top: 60px; }

.team-list .team-row {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  border-bottom: 1px solid rgba(206, 206, 206, 1); }
  .team-list .team-row .team-row-title {
    width: 33%;
    font-size: 24px;
    font-size: var(--font-24);
    font-weight: 500;
    line-height: 90%;
    letter-spacing: -0.06em; }
  .team-list .team-row .team-row-pos {
    width: 33%;
    font-size: 12px;
    font-size: var(--font-12);
    line-height: 150%;
    letter-spacing: initial;
    color: rgba(206, 206, 206, 1);
    text-transform: uppercase; }
  .team-list .team-row .team-row-contacts {
    width: 33%; }

.tippy-box {
  background-color: unset !important;
  border: none !important;
  border-radius: unset !important; }

.tippy-content {
  padding: 0 !important; }
  .tippy-content .team-item-img {
    width: 250px;
    padding-top: 145.45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.employee-img {
  display: block;
  width: 100%; }
  .employee-img img {
    width: 100%; }

.employee-item-subtitle {
  font-size: 12px;
  font-size: var(--font-12);
  letter-spacing: initial;
  line-height: 150%;
  color: rgba(206, 206, 206, 1);
  text-transform: uppercase;
  margin-top: 15px; }

.employee-info-container {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(206, 206, 206, 1); }

.employee-info {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 5px; }

.employee-info-left {
  min-width: 330px;
  margin-right: 30px;
  margin-right: var(--size-30);
  font-weight: 400; }

.employee-info-right {
  width: 100%; }

.employee-tabs-header {
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-bottom: var(--size-30);
  border-bottom: 2px solid rgba(46, 46, 46, 1); }

.employee-tab-title {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer; }
  .employee-tab-title.active {
    color: rgba(255, 64, 38, 1); }

.employee-tab {
  display: none;
  animation: fadeEffect 1s; }
  .employee-tab.active {
    display: block; }

@keyframes fadeEffect {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
