#main #workflow {
  background-color: #F7F7FC;
}

.kontainer {
  z-index: 999;
}

#main #workflow #contentbox {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 28px;
  padding-bottom: 60px;
}

@media (min-width: 540px) {
  #main #workflow #contentbox {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 760px) {
  #main #workflow #contentbox {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 820px;
  }
}

@media (min-width: 990px) {
  #main #workflow #contentbox {
    padding-top: 58px;
    max-width: 1060px;
  }
}

@media (min-width: 1110px) {
  #main #workflow #contentbox {
    max-width: 1280px;
  }
}

#main h1 {
  font-variant-numeric: lining-nums;
  font: 700 26px/30px "Raleway", sans-serif;
  color: #161A41;
  padding: 0;
  text-align: left;
}

@media (min-width: 540px) {
  #main h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 760px) {
  #main h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 990px) {
  #main h1 {
    font-size: 50px;
    line-height: 62px;
  }
}

.team-desk {
  font-family: 'Raleway', sans-serif;
  margin-top: 20px;
}

.team-desk__item {
  display: block;
  color: #161A41;
  text-decoration: none;
}

.team-desk__item_job .team-desk__item-inner {
  background-color: rgba(255, 255, 255, 0.8);
}

.team-desk__item:hover .team-desk__item-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #161A41;
  z-index: 1;
}

.team-desk__item:hover .team-desk__item-inner .team-desk__name {
  color: #3D5AFE;
}

.team-desk__item-inner {
  padding: 28px 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #F7F7FC;
}

.team-desk__item-content {
  text-align: center;
}

.team-desk__name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0 20px;
}

.team-desk__work {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 8px;
  color: rgba(22, 26, 65, 0.6);
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.team-desk__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  background: center no-repeat;
  background-size: cover;
}

@media (min-width: 540px) {
  .team-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team-desk__item {
    width: 50%;
  }
  .team-desk__item-inner {
    padding: 0;
    position: relative;
  }
  .team-desk__item-inner::before {
    content: '';
    display: block;
    padding-bottom: 100%;
    -webkit-box-shadow: 20px 14px 0px rgba(206, 206, 206, 0);
            box-shadow: 20px 14px 0px rgba(206, 206, 206, 0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .team-desk__item:hover .team-desk__item-inner::before {
    -webkit-box-shadow: 20px 14px 90px rgba(206, 206, 206, 0.6);
            box-shadow: 20px 14px 90px rgba(206, 206, 206, 0.6);
  }
  .team-desk__item-content {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1110px) {
  .team-desk {
    margin-top: 60px;
    border-top: solid 1px #e0e0e8;
  }
  .team-desk__item {
    width: 33%;
    border: solid 1px #e0e0e8 !important;
    border-top: none !important;
    border-left-color: transparent !important;
  }
  .team-desk__item:nth-child(3n + 3) {
    border-right-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .team-desk__item {
    width: 25%;
  }
  .team-desk__item:nth-child(3n + 3) {
    border-right-color: #e0e0e8 !important;
  }
  .team-desk__item:nth-child(4n + 4) {
    border-right-color: transparent !important;
  }
  .team-desk__name {
    font-size: 21px;
    line-height: 26px;
    margin-top: 30px;
  }
  .team-desk__work {
    max-width: 240px;
  }
}
/*# sourceMappingURL=page-team.css.map */