

/* Start:/assets/css/kinescope-embed.css?17853395872857*/
/* 16:9 — единый контейнер; постеры 1440×660 и 672×412 кадрируются через object-fit:cover */
.kinescope-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #1a1440;
  border-radius: 8px;
  overflow: hidden;
}

@supports not (aspect-ratio: 16 / 9) {
  .kinescope-embed {
    height: 0;
    padding-top: 56.25%;
  }
}

.kinescope-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.kinescope-embed__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  z-index: 1;
}

.kinescope-embed__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  pointer-events: none;
}

.kinescope-embed__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: clamp(36px, 12vw, 140px);
  height: clamp(36px, 12vw, 140px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kinescope-embed__play:hover,
.kinescope-embed__play:focus-visible {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.22);
  outline: none;
}

.kinescope-embed__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(5px, 1.6vw, 21px) 0 clamp(5px, 1.6vw, 21px) clamp(9px, 2.8vw, 36px);
  border-color: transparent transparent transparent #1f205f;
}

.kinescope-embed--playing .kinescope-embed__poster,
.kinescope-embed--playing .kinescope-embed__shade,
.kinescope-embed--playing .kinescope-embed__play {
  display: none;
}

.kinescope-embed--facade:not(.kinescope-embed--playing) iframe {
  display: none;
}

.big-video .kinescope-embed,
.video .kinescope-embed,
.product-page__main-video-big-video .kinescope-embed {
  border-radius: 12px;
}

#about .top-block .video,
#about .video-block .big-video,
#project .video-block .big-video,
#main-page .main-video .big-video,
.product-page__main-video-big-video {
  height: auto !important;
  min-height: 0;
  background: none !important;
  overflow: visible;
}

#about .video-block .big-video::before,
#project .video-block .big-video::before,
#main-page .main-video .big-video::before,
.product-page__main-video-big-video::before {
  display: none !important;
  content: none !important;
}

#about .top-block .video .play,
#about .video-block .big-video .play,
#project .video-block .big-video .play,
#main-page .main-video .big-video .play,
.product-page__main-video-big-video-play {
  display: none !important;
}

/* End */


/* Start:/local/templates/v1_yac/components/bitrix/news.list/team/style.css?15739367852782*/
#team {
    padding: 120px 0 80px;
    background-color: #F7F5FB;
}
#team h2 {
    font-weight: 700;
    font-size: 36px;
    color: #1A1753;
    position: relative;
    padding-left: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
    padding-right: 20px;
}
#team h2:before {
    content: "";
    width: 37px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    background-color: #1A1752;
    left: 0;
    top: 23px;
}
#team h2.marks {
    margin-top: 20px;
}
#team .person {
    margin-bottom: 60px;
}
#team .photo-block {
    padding-right: 40px;
}
#team .person .photo {
    max-width: 180px;
    height: auto;
    border-radius: 100%;
}
#team .person .name {
    font-size: 24px;
    line-height: 32px;
    color: #1A1753;
    font-weight: 700;
    padding-bottom: 20px;
}
#team .person .role {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}
#team .person .mail {
    background: url(/local/templates/v1_yac/components/bitrix/news.list/team/img/mail.svg) no-repeat left 6px;
    padding-left: 21px;
    font-size: 14px;
    color: #38363A;
    text-decoration: none;
}
#team .person .phone {
    background: url(/local/templates/v1_yac/components/bitrix/news.list/team/img/phone.svg) no-repeat left center / auto 15px;
    padding-left: 21px;
    font-size: 14px;
    color: #38363A;
    text-decoration: none;
    margin-top: 7px;
    display: inline-block;
}
#team .person .quote {
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-radius: 10px;
}


@media (max-width: 991.98px) {

    #team {
        padding: 120px 0 0;
    }
    #team .photo-block {
        padding-right: 25px;
    }
    #team .person .photo {
        max-width: 145px
    }
    #team .person .name {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 14px;
    }
    #team .person .role {
        font-size: 15px;
        line-height: 20px;
    }
    #team .person .mail {
        font-size: 13px;
    }
    #team .person .phone {
        font-size: 13px;
    }

}

@media (max-width: 575.98px) {

    #team {
        padding: 50px 0 60px;
    }
    #team h2 {
        font-size: 24px;
        padding-left: 0;
        padding-bottom: 40px;
        padding-right: 0;
        line-height: 32px;
        text-align: center;
    }
    #team h2:before {
        display: none;
    }
    #team .person .photo {
        max-width: 100px;
    }
    #team .person .name {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 7px;
    }
    #team .person {
        margin-bottom: 40px;
    }
    #team .photo-block {
        padding-right: 20px;
    }
    #team .person .quote {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }

}
/* End */
/* /assets/css/kinescope-embed.css?17853395872857 */
/* /local/templates/v1_yac/components/bitrix/news.list/team/style.css?15739367852782 */
