

/* Start:/local/templates/verba/assets/css/verba-main-video.css?17703906301926*/
.verba-main-video-overlay {
  position: relative;
  height: 100svh;
  width: 100%;
  overflow: hidden;
}

.verba-main-video-text {
  position: absolute;
  bottom: 14.7%;
  color: #fff;
  left: 11%;
}

.verba-main-video-text .h1 {
  font-size: clamp(40px, 5vw, 66px);
  line-height: clamp(40px, 5vw, 66px);
  letter-spacing: -0.09px;
  padding-right: 20px;
}

.verba-main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.verba-main-video-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verba-utp-blocks {
  display: flex;
  gap: clamp(50px, 8vw, 100px);
  margin-top: clamp(40px, 6vw, 70px);
  align-items: flex-start;
}

.verba-utp-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: none;
  gap: clamp(8px, 1.2vw, 10px);
}

.verba-utp-icon {
  width: clamp(40px, 5vw, 56px);
  height: clamp(40px, 5vw, 56px);
  margin-bottom: 0;
  margin-right: 0;
  object-fit: contain;
  flex-shrink: 0;
}

.verba-utp-text {
  font-family: "Clear Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .verba-main-video-overlay {
    height: 100svh;
    max-height: 900px;
  }

  .verba-main-video {
    margin-top: 0px;
  }

  .verba-main-video-text {
    width: auto;
    left: 6.2%;
  }

  .verba-utp-blocks {
    gap: 12.1px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .verba-utp-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 0;
  }

  .verba-utp-text {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .verba-utp-item {
    flex-direction: row;
    flex-basis: 100%;
    align-items: center;
    text-align: left;
    gap: 13px
  }
}
/* End */


/* Start:/local/templates/verba/assets/css/description.css?17703906303390*/
.section--description .section__title.section-title {
  margin-top: 65px;
  margin-bottom: 0;
  display: block;
}

.section.section--description:first-of-type>.section__wrapper,
.section.section--description>.section__wrapper {
  padding-top: 100px;
}

.description-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.description-column-title {
  margin: 0 0 21px 0;
  font-family: Clear Sans;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #333;
  max-width: 700px;
}

.description-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.description-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.description-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.description-text h3 {
  margin: 0 0 8px 0;
  font-size: 1.2rem;
  color: #333;
}

.description-text p {
  margin: 0;
  font-family: 'Clear Sans';
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(12px, 1.5vw, 20px);
  letter-spacing: 0px;
  vertical-align: middle;
  color: #666;
  padding-right: 0;
}

.content-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.video-column {
  flex: 1;
  min-width: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .description-column-title {
    font-size: clamp(32px, 2.5vw, 40px);
    line-height: clamp(32px, 3vw, 40px);
    margin: 0 0 10px 0;
  }

  .description-text p {
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: clamp(16px, 3vw, 20px);
  }

  .content-row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .video-column {
    width: 100%;
  }
}

.lazy-video-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}

.lazy-video-player .lazy-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.2s ease;
  z-index: 1;
}

.lazy-video-player .lazy-video-play-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #282828;
  transform: translate(-50%, -50%) translateX(3px);
}

.lazy-video-player:hover .lazy-video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: rgba(255, 255, 255, 1);
}

.lazy-video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.lazy-video-player.is-loaded .lazy-video-play-button {
  display: none;
}
/* End */


/* Start:/local/templates/verba/components/bitrix/catalog.section.list/verba_main_programs_filter_custom/style.css?17703906311930*/
.section.section--services img.image {
	object-fit: cover;
	padding-bottom: 0;
	width: 100%;
	height: clamp(340px, 92vw, 750px);
}

.section.section--services .line-title-main {
	color: #282828;
}

.section.section--services .sm-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sm-item__bg {
	mix-blend-mode: multiply;
	background: rgba(110, 120, 138, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .8s ease;
}

.sm-item__subtitle {
	font-size: 16px;
	opacity: 0.7;
	margin-top: 12px;
	font-weight: normal;
	line-height: 1.3;
}

.line-title-main {
	margin-bottom: 12px;
	padding: 25px 0 31px;
	display: block;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
	position: relative;
	color: #000
}

.line-title-main:before {
	content: "";
	width: 170px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0 50%;
	background: #191e29
}

@media screen and (min-width: 860px) {
	.sm-item:hover .sm-item__bg {
		opacity: 1;
	}

	.section.section--services .sm-item:hover .link-item-view {
		opacity: 1;
		transform: translateX(0);
		transition: opacity .8s cubic-bezier(.785, .135, .15, .86), transform .8s cubic-bezier(.785, .135, .15, .86);
	}

	.section.section--services img.image {
		height: clamp(210px, 32vw, 521px);
	}

	.section.section--services .sm-item {
		width: calc((100% - 60px) / 3);
		margin: auto;
		margin-top: 0;
		margin-bottom: 60px;
	}

	.section.section--services .sm-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.section.section--services .image {
		padding-bottom: 0;
		object-fit: cover;
	}

	.section.section--services .sm-item:nth-child(5) .image,
	.section.section--services .sm-item:nth-child(6) .image {
		background-position: right;
	}
}

@media (max-width:768px) {
	.line-title-main {
		padding: 12px 0;
		margin-bottom: 0
	}
}
/* End */


/* Start:/local/components/zhanroman/director_block/templates/.default/style.css?17703906311887*/
.verba-director {
  margin: 0 10.7%;
  padding: 100px 0;
  background: #fff;
}

.verba-director__wrapper {
  position: relative;
}

.verba-director__text p {
  margin-bottom: 15px;
  margin-right: 42%;
  line-height: 1.6;
  color: #333;
  max-width: 1920px;
}

.verba-director__text p.strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 60px 50% 30px 60px;
  max-width: 1920px;
}

.verba-director__text p.light {
  margin-top: 4px;
  opacity: 0.5;
}

.podlozhka {
  padding: 30px 60px 30px;
  margin-right: 3%;
  background-color: #F8F8F8;
  min-height: 450px;
}

.verba-director__image {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 450px;
}

.verba-director__image img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom right;
  height: auto;
}

@media (max-width: 1200px) {
  .verba-director__image {
    width: 300px;
  }

  .verba-director__text p.strong {
    margin: 60px 40% 30px 60px;
  }

  .verba-director__text p {
    margin-right: 40%;
  }
}

@media (max-width: 860px) {
  .verba-director {
    margin: 0 6%;
    padding: 50px 0;
  }

  .podlozhka {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 0;
    margin-top: 20px;
    margin: 0;
  }

  .verba-director__image {
    background-color: #F8F8F8;
    position: static;
    order: 1;
    width: 100%;
    border: 20px solid #F8F8F8;
    box-sizing: border-box;
  }

  .verba-director__position {
    background-color: #F8F8F8;
    order: 2;
    outline: 1px solid #F8F8F8;
    padding: 0 20px 20px 20px;
  }

  .podlozhka p {
    order: 3;
  }

  .verba-director__text p.strong {
    margin: 0 0 20px 0;
    padding: 0;
  }

  .verba-director__text p {
    margin: 20px 0 0 0;
  }
}
/* End */


/* Start:/local/templates/verba/components/bitrix/catalog.section/verba_rooms_mainpage/style.css?17703959972947*/
.rooms-main{overflow:hidden}.rooms-main .controls{margin:60px 6% 40px;text-align:right}@media (max-width:768px){.rooms-main .controls{margin:32px 6%}}@media screen and (min-width:1300px){.rooms-main .image.image-wrapper picture{min-width:1300px}}.rm-top{display:none}.rm-content{padding:32px 6%;background:#f8f8f8}.rm-title{font-size:25px;line-height:40px;font-weight:700;color:#b5b5b5}@media (max-width:768px){.rm-title{margin-bottom:32px}}.rm-list{margin-top:60px;font-size:20px;line-height:28px;font-weight:500}@media (max-width:768px){.rm-list{margin-top:0}}.rm-list a{padding:7px 0;display:inline-block;color:#272f40}@media (max-width:768px){.rm-list a{padding:8px 0}.rm-list li:first-child a{padding:0 0 8px 0}.rm-list li:last-child a{padding:8px 0 0 0}}.rm-link:after{content:"";width:6px;height:6px;margin-left:10px;margin-top:-1px;display:inline-block;vertical-align:middle;border-right:2px solid #191e29;border-top:2px solid #191e29;transform:rotate(45deg);transition:transform .5s cubic-bezier(.785,.135,.15,.86)}.rm-item{margin:0 6%;display:block;color:inherit}.rm-item .image{margin-bottom:42px}@media (max-width:768px){.rm-item .image{margin-bottom:12px}}.rm-item .image-wrapper{overflow:hidden}.rm-item .image-wrapper .image-bg{position:absolute;object-fit:cover;width:100%;height:100%}.rm-item p{margin-bottom:.3em}@media (max-width:768px){.rm-item p{margin-bottom:0}}.rm-bottom{margin:38px 6% 0}@media (max-width:768px){.rm-bottom{margin:16px 6% 0}}.rm-bottom .controls{display:none}.rm-content-inner .rm-link.title_text{position:relative}.rm-content-inner .rm-link.title_text .info_text{display:none;position:absolute;width:310px;padding:12px 27px;background:#FFFFFE;font-size:16px;z-index:2;color:#282828;line-height:23px;bottom:11px;left:119%}.rm-content-inner .rm-link.title_text:hover .info_text{display:block}@media screen and (min-width:860px){.rm-top{margin:0 2.9%;display:block}.rm-top .image{padding-bottom:49.2%}.rm-top .image-wrapper{overflow:hidden;height:46.4vw;padding-bottom:55px;display:flex;align-items:center}.rm-top .image-wrapper .image-bg{width:100%;height:auto}.rm-top .link-item-content{bottom:17.4%;left:49.3%}.rm-wrapper{margin:0;padding-top:55px;padding-left:44.2%;padding-right:3%;position:relative}.rm-wrapper .controls{margin:calc(2.9% + 10px) 0 0;display:block;position:absolute;top:100%;right:2.9%;z-index:2}.rm-content{width:38%;height:85%;padding:0;position:absolute;top:-18%;bottom:105px;z-index:2;left:2.9%;font-size:0}.rm-content:before{content:"";width:0;height:99%}.rm-content-inner,.rm-content:before{display:inline-block;vertical-align:middle}.rm-content-inner{width:81.2%;padding:0 9.4%;font-size:16px}.rm-link:hover:after{transform:translateX(10px) rotate(45deg)}.rm-item{margin:0 4.3%}.rm-bottom{margin:2.9% 2.9% 0 45.65%}}@media screen and (max-width:859px){.rm-top.link-item{display:none}}@media screen and (max-width:500px){.rm-content-inner .rm-link.title_text .info_text{left:50%}}
/* End */


/* Start:/local/templates/verba/components/bitrix/news.detail/verba_philosophy/style.css?17703906311243*/
.pm-top {
  display: none
}

.pm-left {
  margin: 0 6% var(--spacing-sm);
}

@media (max-width: 768px) {
  .pm-left h3 {
    margin-bottom: var(--spacing-xs);
  }

  .pm-left p {
    margin-bottom: var(--spacing-xxs);
  }

  .pm-left p:last-child {
    margin-bottom: 0;
  }
}

.pm-right {
  padding: 66px 6% 0;
  position: relative;
  z-index: 1
}

.pm-right:before {
  content: "";
  width: 100%;
  padding-bottom: 95%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f8f8f8
}

.pm-right .image {
  padding-bottom: 120%;
  margin-bottom: 42px
}

@media (max-width: 768px) {
  .pm-right {
    padding: 0;
    margin: 0 6%;
  }

  .pm-right .image {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 860px) {
  .pm-top {
    display: block;
    margin: 4.85% 2.9% 0
  }

  .pm-top .image {
    padding-bottom: 49.2%
  }

  .pm-wrapper {
    font-size: 0
  }

  .pm-left,
  .pm-right {
    display: inline-block;
    vertical-align: top;
    font-size: 16px
  }

  .pm-left {
    width: 45.65%;
    margin: 5.7% 1.45% 0 2.9%
  }

  .pm-right {
    width: 40.6%;
    padding: 6.7% 2.9% 0 6.5%;
    margin-top: -10.8%
  }
}
/* End */


/* Start:/local/templates/verba/components/bitrix/news.list/verba_achievements/style.css?17703906312467*/
.achievements__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.achievements__item {
  text-align: center;
}

.achievements__image {
  margin-bottom: 30px;
}

.achievements__img {
  max-height: clamp(90px, 7vw, 130px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.achievements__text {
  margin: 0;
  font-family: 'Clear Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.08px;
  color: #4B646F;
}

@media (max-width: 1440px) {
  .achievements__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .achievements__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .achievements__grid>*:nth-child(odd):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
}

/* ==========================================================
   СТИЛИ ДЛЯ СЛАЙДЕРА "ДОСТИЖЕНИЯ"
========================================================== */
/* 3. Адаптируем контент слайда */
/* Добавляем отступ для кнопок к самому swiper-контейнеру */
.swiper-achievements {
  width: 100%;
  padding-bottom: 70px !important;
  /* !important нужен, т.к. inline-стиль swiper'а может перебить */
}

.swiper-achievements .swiper-slide {
  height: auto;
  /* Позволяем слайду растягиваться по контенту */
}

/* Стили для .achievements__item, чтобы он занимал всю высоту слайда */
.swiper-achievements .achievements__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.swiper-achievements .achievements__image {
  flex-grow: 1;
  /* Картинка занимает все доступное место (по вертикали) */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.swiper-achievements .achievements__img {
  max-height: clamp(90px, 7vw, 130px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.swiper-achievements .achievements__text {
  flex-shrink: 0;
  /* Текст не сжимается */
  margin: 0;
  font-family: 'Clear Sans';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #4B646F;
}
/* End */
/* /local/templates/verba/assets/css/verba-main-video.css?17703906301926 */
/* /local/templates/verba/assets/css/description.css?17703906303390 */
/* /local/templates/verba/components/bitrix/catalog.section.list/verba_main_programs_filter_custom/style.css?17703906311930 */
/* /local/components/zhanroman/director_block/templates/.default/style.css?17703906311887 */
/* /local/templates/verba/components/bitrix/catalog.section/verba_rooms_mainpage/style.css?17703959972947 */
/* /local/templates/verba/components/bitrix/news.detail/verba_philosophy/style.css?17703906311243 */
/* /local/templates/verba/components/bitrix/news.list/verba_achievements/style.css?17703906312467 */
