

/* Start:/local/templates/optika/css/staff.css?1783415427167*/
.page-staff__content {
  width: 100%;
}
.page-staff__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*# sourceMappingURL=staff.css.map */

/* End */


/* Start:/local/templates/optika/components/bitrix/breadcrumb/optika/style.css?1783415427921*/
.crumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  z-index: 2;
  clear: both;
}
.crumbs__item {
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #c4c4c4;
  font-size: 14px;
}

.crumbs__item--active {
  color: #356BCD;
}

.crumbs__link {
  color: #333333;
  text-decoration: none;
}
.crumbs__link:hover, .crumbs__link:focus {
  outline: none;
  text-decoration: underline;
}
.crumbs__link::after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  width: 6px;
  height: 8px;
  margin-left: 12px;
}

@media (max-width: 1440px) {
  .crumbs__link::after {
    margin-left: 11px;
  }
  .crumbs__item {
    margin-right: 5px;
  }
}
@media (max-width: 1199.9px) {
  .crumbs {
    padding: 20px 0;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/optika/components/bitrix/menu/menu.internal/style.css?17834154271329*/
.internal-menu {
  margin: 0 0 clamp(20px, 2.08vw, 40px) 0;
}
@media (max-width: 500px) {
  .internal-menu {
    padding: 0 !important;
  }
}
.internal-menu__wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
}

.internal-menu__items {
  display: flex;
  gap: 12px;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 500px) {
  .internal-menu__items {
    gap: 8px;
  }

  .internal-menu {
    margin-bottom: 12px;
  }
}
.internal-menu__item {
  font-weight: 600;
  font-size: 22px;
  padding: 4px 24px;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid transparent;
  background-color: white;
  color: #2F3540;
  height: 64px;
}
@media (max-width: 1000px) {
  .internal-menu__item {
    font-size: 14px;
  }
}
.internal-menu__item.active {
  font-weight: 700 !important;
  font-size: 20px;
  border: 1px solid #356BCD;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .internal-menu__item.active {
    font-size: 14px;
  }
}
.internal-menu__item:hover {
  border: 1px solid #356BCD;
  
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .internal-menu__item:hover {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/staff/templates/.default/style.css?17834154273900*/
.staff-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.staff-item {
  height: 720px;
}

.staff-item .row, .staff-item__right {
  height: 100%;
}

.staff-item .row > div {
  height: 100%;
}

.staff-item__right {
  background-color: white;
  padding: clamp(12px, 3.33vw ,64px);
  border-radius: clamp(12px, 2.50vw, 48px);
  overflow-y: auto;
}



@media (max-width: 1000px) {
  .staff-item {
    flex-direction: column;
    align-items: center;
    padding: 12px;
  }
}
.staff-item__left {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: clamp(12px, 2.50vw, 48px);
}

.staff-item__btn-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

@media (max-width: 1440px) {
  .staff-item {
    height:clamp(500px, 50vw, 720px);
  }
}

@media (max-width: 1000px) {
  .staff-item__left {
    width: 100%;
  }
}
.staff-item__left .btn {
  width: 100%;
  height: 64px;
  font-size: 24px;
  border-radius: 16px;
  margin-top: 20px;
}
.staff-item__img {
  width: 350px;
}
@media (max-width: 1000px) {
  .staff-item__img {
    width: 100%;
  }
}
.staff-item__img img {
  width: 100%;
  max-width: 350px;
}
.staff-item__name {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .staff-item__name {
    font-size: 20px;
  }
}
.staff-item__posts {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.staff-item__post {
  border-radius: 20px;
  padding: 5px 10px;
  background-color: #F3F3F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 600px) {
  .staff-item__post {
    font-size: 12px;
  }
}
.staff-item__info {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .staff-item__info {
    margin-top: 16px;
  }
}
.staff-item__info-title {
  font-weight: 500;
  font-size: 14px;
  color: #82868C;
}
@media (max-width: 600px) {
  .staff-item__info-title {
    font-size: 16px;
  }
}
.staff-item__info-items {
  margin: 5px 0 0 0;
  padding-left: 30px;
}
.staff-item__info li {
  font-weight: 400;
  font-size: 18px;
  line-height: 162%;
}
@media (max-width: 600px) {
  .staff-item__info li {
    font-size: 14px;
  }
}
.staff-item__info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 162%;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .staff-item__info-text {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .staff-item__right-persone {
    display: none;
  }
}

@media (max-width: 991.9px) {
  .persone-descktop {
    display: none;
  }

  .staff-item__right  {
    padding: 28px;
  }

  .staff-item__right-inner {
    display: flex;
    gap: 20px;
  }

  .staff-item__right-persone {
    height: 230px;
    width: 230px;
    border-radius: 20px;
    flex-shrink: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F3F3F4;
  }

  .staff-item__btn-wrapper {
    padding: 0 8px;
    bottom: 8px;
  }

  .staff-item__btn-wrapper .btn.btn--mini{
    max-width: 100%;
  }

  .staff-item__info li {
    font-size: 16px;
  }

  .staff-item {
    height: auto;
    background-color: white;
    border-radius: 24px;
    padding: 0;
  }

  .staff-item__posts {
    flex-wrap: wrap;
  }
}

@media (max-width:767.9px) {
  .staff-item__name {
    font-size: clamp(20px, 3.65vw, 28px);
  }
}

@media (max-width: 575.9px) {
  .staff-item__right-inner {
    flex-direction: column;
  }

  .staff-item__right-persone {
    width: 100%;
    height:min(90.28vw, 520px);
  }

  .staff-item__right  {
    padding: 16px;
    border-radius: 24px;
  }

  .staff-item {
    border-radius: 24px;
  }

  .staff-item__info-title {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/optika/css/staff.css?1783415427167 */
/* /local/templates/optika/components/bitrix/breadcrumb/optika/style.css?1783415427921 */
/* /local/templates/optika/components/bitrix/menu/menu.internal/style.css?17834154271329 */
/* /local/components/bokus/staff/templates/.default/style.css?17834154273900 */
