

/* Start:/local/templates/ncompany/components/bitrix/news/vrachi/bitrix/news.detail/.default/style.css?17296924291718*/
.doctors-detail {
	margin-bottom: 100px;
}

.doctors-detail-wrapper {
	display: flex;
	align-items: start;
	row-gap: 30px;
	column-gap: 30px;
	padding-top: 40px;
}

.doctors-detail__info {
	width: 100%;
	/*padding-top: 80px;*/
}

.doctors-detail__position {
	font-size: 18px;
	color: #1D1D1D;
	opacity: .6;
	max-width: 445px;
}

.doctors-detail__fullname {
	margin-top: 24px;
}

.doctors-detail__fullname h1 {
	margin: 0;
	font-weight: 700;
	font-size: 60px;
}

.doctors-detail__description {
	font-size: 18px;
	color: #1D1D1D;
	margin-top: 30px;
	line-height: 1.5;
}

.doctors-detail__callback {
	margin-top: 60px;
}

.doctors-detail__image {
	width: 100%;
	max-width: 690px;
	padding-top: 48%;
	position: relative;
}
.doctors-detail__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.doctors-detail__title {
	margin-top: 90px;
	margin-bottom: 30px;
}
.company__section {
	margin-bottom: 60px;
}
.company__wrapper {
	margin-top: 0 !important;
}
.company-section__text {
	display: block !important;
}
.company-section__text ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}
.company-section__header {
	font-size: 28px;
}

@media screen and (max-width: 991px) {
	.doctors-detail-wrapper {
		flex-direction: column;
		padding-top: 0px;
	}
	.doctors-detail__image {
		padding-top: 100%;
		order: -1;
	}
	.doctors-detail__info {
		padding-top: 0;
	}
	.doctors-detail__position {
		font-size: 16px;
	}
	.doctors-detail__fullname h1 {
		font-size: 32px;
	}
	.doctors-detail__description {
		font-size: 16px;
	}
	.doctors-detail__callback {
		margin-top: 30px;
	}
	.doctors-detail__callback .button {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/ncompany/components/juice.code/elements/ourCompanyVideo/style.css?17255990261941*/
.page__container .company--video {
  margin-left: -120px;
  margin-right: -120px;
  width: calc(100% + 240px);
  position: relative;

  &::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 101vw;
    transform: translateX(-50%);
    background-color: #F7F9FA;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
  }

  @media (max-width: 768px) {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  @media (max-width: 576px) {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

.company__video {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.company__video video {
  position: relative;
  z-index: 0;
}
.company__video-poster::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.3);
}
.company__video-poster img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__video-poster__play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%) translateY(-50%);
}
.company__video-poster__play svg {
  transition: .2s;
  scale: 1;
  width: 100%;
  height: 100%;
  transform-origin: center;
}
.company__video-poster:hover .company__video-poster__play svg {
  scale: 1.05;
}

@media screen and (max-width: 991px) {
  .company .title__name {
    font-size: 30px;
  }
  .company__video:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .company .title__name {
    font-size: 30px;
  }
  .company__video:not(:first-child) {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
/* End */


/* Start:/local/templates/ncompany/components/juice.code/elements/sertificates/style.css?1724920901980*/
.gallery--sertificates .page__container {
  padding: 0;
}

.gallery--sertificates .gallery__wrapper {
  margin: 0 67px;
  position: relative;
}

.gallery--sertificates .gallery__buttons {
  position: absolute;
  left: -67px;
  top: 50%;
  right: -67px;
  height: 60px;
  margin-top: -30px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.gallery--sertificates :is(.gallery__button-prev, .gallery__button-next) {
  width: 50px;
  height: 50px;
  pointer-events: all;
}

.gallery--sertificates :is(.gallery__button-prev, .gallery__button-next) svg {
  width: 22px;
  height: 22px;
}

.gallery--sertificates .gallery__container[data-perview="auto"] .gallery__item.swiper-slide {
  width: auto !important;
}

.gallery--sertificates .gallery__link {
  padding-top: 0;
  padding-bottom: 0;
}
.gallery--sertificates .gallery__image {
  position: relative;
  height: 240px;
}
/* End */


/* Start:/local/templates/ncompany/components/juice.code/elements/reviews/style.css?172559971580*/
.page__container .page__container  {
  padding-left: 0;
  padding-right: 0;
}
/* End */
/* /local/templates/ncompany/components/bitrix/news/vrachi/bitrix/news.detail/.default/style.css?17296924291718 */
/* /local/templates/ncompany/components/juice.code/elements/ourCompanyVideo/style.css?17255990261941 */
/* /local/templates/ncompany/components/juice.code/elements/sertificates/style.css?1724920901980 */
/* /local/templates/ncompany/components/juice.code/elements/reviews/style.css?172559971580 */
