.card-head-full__social {
  position: relative; }
  .card-head-full__social .char-soc {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -10px;
    bottom: 0;
    transform: translateY(100%);
    background: #fff;
    padding: 4px 8px;
    padding-bottom: 8px; }
  .card-head-full__social:hover .char-soc {
    opacity: 1;
    pointer-events: auto;
    z-index: 15; }
    .card-head-full__social:hover .char-soc .ya-share2__link {
      margin-left: 0; }
    .card-head-full__social:hover .char-soc .ya-share2__item {
      margin: 0; }
      .card-head-full__social:hover .char-soc .ya-share2__item:not(:last-child) {
        margin-bottom: 14px; }
.card-head-full__icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  display: none; }
.card-head-full__inner {
  width: 100%;
  padding: 41px 0;
  color: #333435;
  font-size: 24px; }
.card-head-full__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
row-gap: 16px}
.card-head-full__item:not(:last-child) {
  margin-right: 44px;
  position: relative; }
  .card-head-full__item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333435; }
.card-head-full__item--no-dot {
  margin-right: 27px !important; }
  .card-head-full__item--no-dot::before {
    display: none; }

.card-name {
  font-size: 40px;
  color: #333435;
  font-family: "MagistralC";
  font-weight: 500;
  line-height: 1.2; 
  /*margin-bottom: 0px;*/
  position: relative;
}

.card-width {
  font-weight: 500; }

.card-price {
  display: flex;
  flex-wrap: wrap; }
  .card-price__name {
    margin-right: 5px; }
  .card-price__val {
    font-weight: 500; }

.tabs-cmp__head {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 5px solid #f93b00;
  margin-bottom: 40px; }
.tabs-cmp__head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.tabs-cmp__head-item {
  flex: 1;
  min-width: 0;
  position: relative;
  padding: 23px 0;
  cursor: pointer; }
  .tabs-cmp__head-item.is-active .tabs-cmp__head-item-text {
    color: #f93b00 !important; }
  .tabs-cmp__head-item::before {
    content: "";
    width: 1px;
    height: calc(100% - 28px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    background: #cfcfcf; }
  .tabs-cmp__head-item:last-child::before {
    display: none; }
.tabs-cmp__head-item-text {
  font-size: 15px;
  font-weight: 500;
  color: #333435;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 1099px) {
    .tabs-cmp__head-item-text--mob {
      display: none; } }
  @media (max-width: 1100px) {
    .tabs-cmp__head-item-text--desc {
      display: none; } }
.tabs-cmp__item:not(.is-active) {
  width: 0.01em;
  height: 0.01em;
  position: fixed;
  opacity: 0;
  pointer-events: none; }

.manager-person {
  background: #f5f5f5;
  padding: 32px 42px;
  padding-bottom: 38px;
  color: #333435; }
  .manager-person__img {
    display: flex;
    justify-content: center;
    margin-bottom: 22px; }
    .manager-person__img img {
      width: 137px;
      height: 137px;
      border-radius: 50%;
      object-fit: cover; }
  .manager-person__name {
    font-size: 24px;
    font-weight: bold;
    color: #333435;
    text-align: center;
    font-family: "MagistralC"; }
  .manager-person__more-link {
    color: #f93b00;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase; }
  .manager-person__more {
    display: flex;
    justify-content: center; }
  .manager-person__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .manager-person__contact:not(:last-child) {
      margin-bottom: 16px; }
  .manager-person__contact-text {
    flex: 0 auto;
    min-width: 0;
    padding-left: 13px; }
  .manager-person__contact-icon {
    width: 17px; }
  .manager-person__contact-link {
    font-size: 18px; }
    .manager-person__contact-link:hover {
      color: #f93b00;
      transition: all 0.3s ease; }
  .manager-person__right {
    margin-top: 30px; }
  .manager-person__bot {
    margin-top: 43px; }
    .manager-person__bot .btn {
      display: flex;
      width: 100%;
      justify-content: center; }

.main-card-slider .swiper-wrapper {
  display: flex; }
.main-card-slider__big {
  height: 326px;
  width: 100%; }
.main-card-slider__big-item {
  width: 100%;
  height: 100%; }
  .main-card-slider__big-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.main-card-slider__small {
  flex: 1;
  min-width: 0;
  padding-right: 20px; }
  .main-card-slider__small .swiper-slide {
    width: calc(33.332% - 20px); }
    .main-card-slider__small .swiper-slide:not(:last-child) {
      margin-right: 20px; }
.main-card-slider__small-item {
  width: 100%;
  display: block;
  height: 87px; }
  .main-card-slider__small-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.main-card-slider__bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
.main-card-slider__bottom-more {
  display: flex;
  align-items: center;
  justify-content: center; }
.main-card-slider__bottom-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #f93b00;
  text-transform: uppercase; }
.main-card-slider__bottom-more-text {
  flex: 1;
  min-width: 0;
  padding-left: 15px; }
.main-card-slider__actions {
  width: 100%;
  margin-top: 31px; }
.main-card-slider__actions-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .main-card-slider__actions-row:not(:last-child) {
    margin-bottom: 28px; }
  .main-card-slider__actions-row .new_card__header_item {
    margin-bottom: 0; }
.main-card-slider__action {
  display: flex;
  align-items: baseline; }
  .main-card-slider__action:not(:last-child) {
    margin-right: 70px;
    position: relative; }
    .main-card-slider__action:not(:last-child)::before {
      content: "";
      position: absolute;
      right: -37px;
      top: 50%;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #f93b00; }
  .main-card-slider__action img {
    object-fit: contain; }

.card-detail__chars {
  padding-left: 44px !important;
  padding-right: 52px !important;
  position: relative;
  top: -9px;
  margin-bottom: 0 !important; }

.char__val {
  min-width: unset; }
.card-info img {
  object-fit: contain;
}
.card-info {
  margin-bottom: 25px; }
  .card-info__more {
    margin-top: 25px; }
  .card-info__more-link {
    position: relative;
    padding-left: 21px;
    font-size: 18px;
    font-weight: 500;
    color: #f93b00;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.35rem; }
    .card-info__more-link::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #f93b00; }

/*[data-hide-show-text] > * {*/
/*  display: none; }*/
/*  [data-hide-show-text] > *:nth-child(1), [data-hide-show-text] > *:nth-child(2), [data-hide-show-text] > *:nth-child(3), [data-hide-show-text] > *:nth-child(4), [data-hide-show-text] > *:nth-child(5), [data-hide-show-text] > *:nth-child(6), [data-hide-show-text] > *:nth-child(7) {*/
/*    display: inline-block; }*/
/*[data-hide-show-text].is-active > * {*/
/*  display: inline-block; }*/

.popup-middle--bio {
  max-width: 1059px;
  width: 100%;
  padding: 0; }
.popup-middle--view {
  max-width: 1600px;
  width: 100%;
  padding: 0; }

.biography-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 480px; }

.biography__picture {
  height: auto;
  flex: 1 0 382px;
  width: 382px;
  max-width: 382px;
  display: flex; }
.biography__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }
.biography__content {
  flex: 1;
  min-width: 0;
  padding-left: 58px;
  padding-right: 58px;
  padding-top: 54px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column; }
.biography__name {
  font-size: 24px;
  font-weight: bold;
  color: #333435;
  font-family: "MagistralC";
  margin-bottom: 30px; }
.biography__text {
  color: #333435;
  font-size: 18px; }
  .biography__text > *:not(:last-child) {
    margin-bottom: 30px; }
.biography__action {
  margin-top: auto;
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
.biography__action-item:not(:last-child) {
  margin-right: 20px; }
.biography__action-item--mobile {
  display: none; }
.biography__action-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap; }
  .biography__action-link .shell-link__title {
    flex: 1;
    min-width: 0; }
  .biography__action-link .shell-link__ico {
    display: flex;
    align-items: center;
    justify-content: center; }
  .biography__action-link img {
    width: 18px;
    height: 18px;
    object-fit: contain; }
  .biography__action-link svg {
    width: 18px;
    height: 18px; }

.popup .mfp-close {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='29px'%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 59, 0)' d='M1.487,0.198 L28.711,27.716 L28.003,28.431 L0.780,0.913 L1.487,0.198 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(249, 59, 0)' d='M28.285,0.198 L1.061,27.716 L1.769,28.431 L28.992,0.913 L28.285,0.198 Z'/%3E%3C/svg%3E");
  width: 29px;
  height: 29px;
  right: 20px !important;
  top: 20px !important; }

.view-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .view-gallery__aside {
    width: 325px;
    flex: 1 0 325px;
    max-width: 325px;
    background: #f5f5f5;
    padding-top: 71px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 40px; }
  .view-gallery__aside-inner {
    top: 0; }
  .view-gallery__images {
    flex: 1;
    min-width: 0;
    height: auto;
    position: relative;
    scrollbar-color: #f93b00 #F1F1F1;
    scrollbar-width: thin; }
    .view-gallery__images ::-webkit-scrollbar {
      width: 4px;
      background-color: #F1F1F1; }
    .view-gallery__images ::-webkit-scrollbar-thumb {
      background-color: #f93b00; }
  .view-gallery__images-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto; }
  .view-gallery__image {
    width: 100%;
    display: flex; }
    .view-gallery__image:not(:last-child) {
      margin-bottom: 18px; }
    .view-gallery__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .view-gallery__top {
    padding-bottom: 37px;
    margin-bottom: 37px;
    border-bottom: 1px solid #cfcfcf; }
  .view-gallery__name {
    color: #f93b00;
    font-size: 24px;
    font-family: "MagistralC";
    font-weight: 500;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1; }
  .view-gallery__subname {
    font-size: 16px;
    text-align: center;
    color: #333435;
    margin-bottom: -6px; }
  .view-gallery__price {
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
  .view-gallery__char-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0 5px; }
    .view-gallery__char-item:not(:last-child) {
      margin-bottom: 25px; }
  .view-gallery__char-name {
    font-size: 18px;
    font-weight: 400;
    color: #333435;
    text-align: center; }
  .view-gallery__char-val {
    font-weight: 500;
    font-size: 17px;
    color: #333435;
    text-align: center; }
    .view-gallery__char-val--uppercase {
      text-transform: uppercase; }
  .view-gallery__footer {
    margin-top: 37px; }
  .view-gallery__footer-item {
    width: 100%;
    display: flex;
    justify-content: center; }
    .view-gallery__footer-item:not(:last-child) {
      margin-bottom: 24px; }
    .view-gallery__footer-item .btn {
      display: flex;
      width: 100%;
      justify-content: center;
      margin: 0; }
    .view-gallery__footer-item .link {
      color: #f93b00; }

.back-arrow {
  width: 11px;
  height: 17px;
  margin-right: 12px;
  display: inline-flex;
  position: relative; }

.show-mobile {
  display: none; }

.yahtsSwiper .swiper-slide {
  /*pointer-events: none;/=*/
  max-width: calc(80vw); }
.yahtsSwiper .swiper-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Object' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.95 58.79'%3E%3Cpath d='M3.97,29.4L30.43,2.93c.21-.21,.07-.7-.32-1.09s-.88-.54-1.09-.32L2.01,28.52c-.06,.05-.13,.09-.19,.15-.06,.06-.1,.12-.15,.19l-.17,.17c-.08,.08-.1,.22-.08,.37-.02,.15,0,.28,.08,.37l.17,.17c.05,.06,.09,.13,.15,.19,.06,.06,.12,.1,.19,.15l27.01,27.01c.21,.21,.7,.07,1.09-.32,.39-.39,.54-.88,.32-1.09L3.97,29.4Z' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='2.83'/%3E%3C/svg%3E");
  width: 11px;
  height: 17px;
  background-repeat: no-repeat; }
  .yahtsSwiper .swiper-button::before {
    display: none; }
  .yahtsSwiper .swiper-button.swiper-button__left {
    left: 19px !important; }
  .yahtsSwiper .swiper-button.swiper-button__right {
    right: 19px !important;
    transform: scaleX(-1) translateY(-50%); }

@media (max-width: 1199px) {
  .manager-person {
    background: transparent;
    padding: 0;
    margin-bottom: 40px; }
    .manager-person__top {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      background: #f5f5f5;
      padding-top: 80px;
      padding-bottom: 30px;
      padding-left: 60px;
      padding-right: 60px; }
    .manager-person__picture {
      display: flex;
      flex-wrap: wrap; }
    .manager-person__info {
      flex: 1;
      min-width: 0;
      padding-left: 40px; }
    .manager-person__name {
      text-align: left; }
    .manager-person__more {
      justify-content: flex-start; }
    .manager-person__right {
      margin-top: 0;
      padding-left: 80px; }
    .manager-person__contact {
      justify-content: flex-start; }

  .tabs-cmp__body {
    margin-bottom: 50px; } }
@media (min-width: 1199px) {
  .tabs-cmp {
    margin-bottom: 80px; } }
@media (max-width: 1300px) {
  .main-card-slider__action:not(:last-child) {
    margin-right: 55px; }
    .main-card-slider__action:not(:last-child)::before {
      right: -30px; } }
@media (max-width: 1250px) {
  .main-card-slider__action:not(:last-child) {
    margin-right: 32px; }
    .main-card-slider__action:not(:last-child)::before {
      right: -19px; } }
@media (max-width: 991px) {
  .card-detail__chars {
    margin-top: 30px; } }
@media (max-width: 760px) {
  .card-head-full__icon-link img {
    max-width: 20px;
  }
  .yahtsSwiper .swiper-wrapper {
    display: flex;
    align-items: flex-start; }

  .yahtsSwiper .swiper-slide {
    display: flex;
    max-height: 360px;
    min-height: 158px;
    height: 198px;
   }

  .yahtsSwiper .swiper-slide img {
    min-height: 158px;
    object-fit: cover;
  }

  .yahtsSwiper .swiper-button__right {
    right: 3px !important; }

  .yahtsSwiper .swiper-button__left {
    left: 4px !important; }

  .hide-mobile {
    display: none; }

  .show-mobile {
    display: flex; }

  .main-card-slider {
    display: none; }

  .card-detail__chars {
    margin: 0;
    padding: 0 !important;
    top: 0; }

  .tabs-cmp__head {
    margin-bottom: 19px;
    border-width: 3px; }
  .tabs-cmp__head-item {
    padding: 18px 0; }
    .tabs-cmp__head-item ::before {
      height: calc(100% - 24px); }
  .tabs-cmp__head-item-text {
    font-size: 11px; }
  .tabs-cmp__body {
    margin-bottom: 18px; }

  .main-card-slider__actions-row {
    margin-bottom: 18px; }

  .card-info {
    margin-bottom: 2px; }
    .card-info__more {
      margin-top: 2px; }
    .card-info__more-link {
      font-size: 11px;
      text-transform: uppercase;
      padding-left: 10px; }
      .card-info__more-link:before {
        width: 4px;
        height: 4px; }
    .card-info p {
      font-size: 12px; }

  .shell-link__title {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1; }

  .shell-link__ico {
    width: 14px;
    height: 14px; }

  .manager-person {
    margin-bottom: 17px; }
    .manager-person__bot {
      margin-top: 17px; }
      .manager-person__bot .btn_middle {
        font-size: 12px; }
    .manager-person__top {
      padding-left: 0;
      padding-right: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative; }
      .manager-person__top::before {
        content: "";
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #f5f5f5;
        z-index: 0; }
      .manager-person__top > * {
        z-index: 1;
        flex: 1;
        min-width: 0; }
    .manager-person__img {
      margin-bottom: 0px; }
      .manager-person__img img {
        width: 61px;
        height: 61px; }
    .manager-person__info {
      padding-left: 14px; }
    .manager-person__name {
      font-size: 18px;
      line-height: 16px;
      margin-bottom: 5px; }
    .manager-person__more-link {
      font-size: 11px; }
    .manager-person__contact-link {
      font-size: 12px; }
    .manager-person__contacts {
      position: relative;
      top: -4px; }
    .manager-person__contact:not(:last-child) {
      margin-bottom: 2px; }
    .manager-person__contact-icon {
      width: 14px;
      display: flex; }
    .manager-person__contact-text {
      padding-left: 8px;
      line-height: 1.2; }
    .manager-person__right {
      padding-left: 24px; }

  .popup-middle--bio {
    width: 100vw;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    left: -8px;
    min-height: 100vh; }
    .popup-middle--bio .mfp-close {
      right: unset;
      left: 19px;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Object' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.95 58.79'%3E%3Cpath d='M3.97,29.4L30.43,2.93c.21-.21,.07-.7-.32-1.09s-.88-.54-1.09-.32L2.01,28.52c-.06,.05-.13,.09-.19,.15-.06,.06-.1,.12-.15,.19l-.17,.17c-.08,.08-.1,.22-.08,.37-.02,.15,0,.28,.08,.37l.17,.17c.05,.06,.09,.13,.15,.19,.06,.06,.12,.1,.19,.15l27.01,27.01c.21,.21,.7,.07,1.09-.32,.39-.39,.54-.88,.32-1.09L3.97,29.4Z' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='2.83'/%3E%3C/svg%3E");
      width: 11px;
      height: 17px;
      background-repeat: no-repeat; }

  .biography__picture {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    height: 0;
    padding-top: 90%;
    border-top: 3px solid #f93b00;
    overflow: hidden;
    position: relative; }
  .biography__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-position: 0 27%; }
  .biography__content {
    padding: 20px 19px; }
  .biography__name {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px; }
  .biography__text {
    font-size: 12px; }
    .biography__text > :not(:last-child) {
      margin-bottom: 14px; }
  .biography__action {
    margin-top: 10px;
    padding-top: 0;
    display: block; }
  .biography__action-item {
    line-height: 1;
    width: 100%; }
    .biography__action-item:not(:last-child) {
      margin-right: 0; }
    .biography__action-item:not(:last-child) {
      border-bottom: 1px solid #e7e7e7;
      padding-bottom: 9px; }
    .biography__action-item:not(:first-child) {
      padding-top: 10px; }
    .biography__action-item--mobile {
      display: block;
      margin-top: 10px; }
      .biography__action-item--mobile .btn {
        width: 100%;
        display: flex;
        justify-content: center; }
    .biography__action-item--no-border {
      border: unset !important; }

  .mfp-container::before {
    display: none; }

  .card-head-full {
    border-top: 3px solid #f93b00; }
    .card-head-full__item--no-dot {
      display: flex;
      align-items: center;


    }
  .card-head-full__item--no-dot:first-child {
    width: 100%;
  }
  .card-head-full__inner {
    font-size: 16px;
  }
    .card-head-full__inner {
      padding-top: 9px;
      padding-bottom: 12px; }
    .card-head-full__icons {
      display: flex; }

  .card-name {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .card-name span {
    font-size: 14px;
  }
  .yahtsSwiper--alt .swiper-slide img {
    width: 100%;
    height: 100%; } }
@media (max-width: 330px) {
  .card-head-full__icons {
    gap: 12px;
  }
}
/*# sourceMappingURL=style.css.map */
