.fullwidth {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  left: auto;
  right: auto;
  transform: none;
  box-sizing: border-box;
  overflow-x: clip;
}

body:has(.about-film) section.page-top {
  display: none !important;
}

.film-page-breadcrumbs {
  padding: 16px 0 0;
}

.film-page-breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}

.cycle-section-name {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0.25rem 0 0;
}

.detail.services_new {
  overflow-x: clip;
}

body:has(.about-film) {
  overflow-x: clip;
}

.font-forum {
  font-family: Forum;
}

.default-margin {
  margin: 80px 0;
}
.dar{}
.dar .img, .dar .text{
	display: inline-block;
	vertical-align: top;
}
.dar .img{
	width: 30%;
	margin-right: 30px;
}
.dar .text{
	width: 65%;
}
.tags{
	border-bottom: 1px solid #ebebef;
	margin-bottom: 30px;
}
.tags span{
	display: inline-block;
	padding: 10px 20px;
	color: #222;
	text-transform: uppercase;
	cursor: pointer;
}
.tags span:hover{
	color: #054478;
}
.tags span.active{
	border-bottom: 2px solid #054478;
	color: #054478;
	font-weight: bold;
}
div.eng, div.none{
	display: none;
}
div.ru.active, div.eng.active{
	display: block !important;
}
.cycle-head .description h4,
.cycle-head .content p,
.cycle-head h1 {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cycle-head .description h4 {
  font-size: clamp(20px, 5vw, 32px);
  margin: 8px 0 0;
  max-width: 944px;
  text-align: center;
  line-height: 1.3;
}

.cycle-head .content > p,
.cycle-head .buy-hint {
  text-align: center;
  max-width: 520px;
  margin: 16px auto 0;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.cycle-head .addToBasket {
  margin-bottom: 20px;
}

.film-text {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.film-text .desc,
.film-text .desc-text,
.film-text .promo-text {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.film-text .desc p,
.film-text .desc-text p,
.desc-text li {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.film-text .desc {
    max-height: 220px;
    overflow: hidden;
}
.film-text .desc.active {
    max-height: 3000px;
    overflow: visible;
}
.film-text #more{
	display: block;
	color: #372a18;
	max-width: 200px;
	text-align: center;
	border: 1px solid #372a18;
	margin: 20px 0;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 6px;
}
.film-text #more:hover{
	border: 1px solid #ff3d00;
	color: #ff3d00;	
}
.film-text .props,
.desc-text {
  padding: 20px 24px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.desc-text {
  margin: 0 0 20px;
  padding-top: 20px;
}

.desc-text li:before {
  background: #ff3d00;
  width: 5px;
  height: 5px;
  top: 9px;
}

.film-text .props {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.film-text .props .buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.film-text .props .buy .buy-cycle {
  flex: 1 1 240px;
  max-width: 100%;
}

.film-text .props .buy > p,
.film-text .props .buy .buy-hint {
  flex-basis: 100%;
  width: 100%;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: center;
  overflow-wrap: anywhere;
}

.film-text .props ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.film-text .props ul li{
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 0 20px 30px 0;
	list-style: none;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.film-text .props ul li:before{
	display: none;
}
.film-text .props ul li .img{
	display: block;
	height: 75px;
	width:  75px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center;
	border-radius: 50%;
	border: 2px solid #ff3d00;
}
.btn {
  margin: 0;
  border-radius: 6px;
  height: 48px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
}

@media (width <= 768px) {
  .default-margin {
    margin: 60px 0;
  }

  .about-film.default-margin,
  .film-visual.default-margin {
    margin: 60px auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .film-text .props,
  .desc-text {
    padding: 16px;
  }

  .film-text .props ul li {
    width: calc(50% - 8px);
    margin: 0 0 24px;
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
  }

  .film-text .props ul li .img {
    height: 50px;
    width: 50px;
    border: 1px solid #ff3d00;
  }

  .film-text .props .buy {
    flex-direction: column;
    align-items: stretch;
  }

  .film-text .props .buy .buy-cycle {
    width: 100%;
    flex: none;
  }
}

.cycle-head {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.cycle-head.fullwidth {
  min-height: clamp(420px, 70vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cycle-head .content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1344px;
  padding: 48px 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cycle-head .new-programm {
  background: #054478;
  font-size: 16px;
  line-height: 1;
  color: white;
  padding: 12px 24px;
  border-radius: 20px;
}

.cycle-head h1 {
  color: #fff;
  margin: 0;
  text-align: center;
  max-width: min(944px, 100%);
  width: 100%;
  font-size: clamp(22px, 5vw, 40px);
  line-height: 1.25;
}

.cycle-head h2 {
  color: white;
  margin: 0;
  text-align: center;
  max-width: 944px;
}

.cycle-head .film-purchase {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.cycle-head .features,
.props .buy {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 16px;
  max-width: 100%;
}

.cycle-head .features {
  width: auto;
  align-self: center;
}

.cycle-head .feature, .props .buy .feature {
  background: white;
  color: #222222;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #372a18;
}

.cycle-head .description {
  font-size: 16px;
  line-height: 26px;
  color: white;
  text-align: center;
  margin: 24px 0;
}

.cycle-head .buy-cycle {
  border-radius: 6px;
  margin-top: 36px;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  max-width: 360px;
  align-self: center;
}

.cycle-head .actions {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.cycle-head .action {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #054478;
  color: white !important;
  padding: 12px 32px;
  border-radius: 6px;
}

.cycle-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #031b2fcc;
  opacity: 0.65;
}
.promo{
	display: flex;
	gap: 40px;
	margin: 40px 0;
	flex-wrap: wrap;
}
.promo iframe{
	display: inline-block !important;
	margin: 0 auto;
	max-width: 48% !important;
}

@media (width <= 768px) {
  .cycle-head.fullwidth {
    min-height: clamp(360px, 62vh, 560px);
  }

  .cycle-head .content {
    padding: 32px 16px;
  }

  .cycle-head .buy-cycle {
    margin-top: 24px;
    max-width: 100%;
  }

  .cycle-head .feature {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    justify-content: center;
    font-size: 14px;
  }

  .cycle-head .actions {
    gap: 16px;
  }

  .cycle-head .action,
  .film-text .desc,
  .promo iframe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.about-film {
  max-width: 100%;
  overflow-x: clip;
}

.about-film.default-margin,
.film-visual.default-margin {
  max-width: 1344px;
  margin: 80px auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.about-film .first-content {
  display: flex;
  gap: 16px;
  align-items: start;
  max-width: 100%;
}

.about-film h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.about-film .film-picture {
  max-width: 433px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  float: right;
  margin: 0 0 20px 20px;
}
.clear{
	clear: both;
}
@media (width <= 768px) {
  .about-film {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .about-film .first-content {
    flex-direction: column;
  }

  .about-film .film-picture {
    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }

  .about-film h2 {
    margin-bottom: 24px;
  }
}

.film-visual h2 {
  margin: 0;
}

.film-visual p {
  margin-top: 16px;
  margin-bottom: 40px;
}

.film-visual .swiper {
  max-width: 1200px;
  margin: 0 auto;
}

.film-visual .swiper-slide {
  max-width: 554px !important;
  aspect-ratio: 277 / 168;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.film-visual .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-visual .swiper-slide-prev::after,
.film-visual .swiper-slide-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #05447880;
  z-index: 6;
}

.film-visual .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #054478bf;
  z-index: 6;
}

.film-visual .swiper-pagination {
  display: none;
}

@media (width <= 768px) {
  .film-visual p {
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .film-visual .swiper-button-next,
  .film-visual .swiper-button-prev {
    display: none;
  }

  .film-visual .swiper-slide {
    max-width: 60vw !important;
  }

  .film-visual .swiper-pagination {
    display: block;
  }
}

.author-wrapper {
  background: #f6f7fa;
}

.author-content {
  padding-top: 40px;
  padding-bottom: 80px;
}

.author-content h2 {
  margin: 0;
}

.author-content .author-row {
  display: flex;
  gap: 40px;
}

.author-profile {
  flex-shrink: 0;
  position: relative;
  max-width: 469px;
  width: 100%;
  margin-top: 226px;
}

.author-profile .author-img {
  position: absolute;
  top: -166px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 184px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 10px solid white;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
}

.author-profile .author-info {
  width: 100%;
  background: white;
  border-radius: 6px;
  padding: 32px 16px;
  box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
}

.author-profile .author-info .name {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  position: relative;
}

.author-profile .author-info .name::after {
  content: '';
  position: absolute;
  width: 54%;
  height: 1px;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #999999;
}

.author-profile .author-info p {
  text-align: center;
}

.author-profile .author-info a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.author-about {
  margin-top: 159px;
}

.author-about p {
  font-size: 16px;
  line-height: 26px;
}

.author-about a {
  width: fit-content;
}

@media (width <= 1200px) {
  .author-about {
    margin-top: 60px;
  }
}

@media (width <= 850px) {
  .author-content {
    padding-bottom: 40px;
  }

  .author-row {
    flex-direction: column;
  }

  .author-profile {
    margin-left: auto;
    margin-right: auto;
    margin-top: 206px;
  }

  .author-profile .author-info {
    padding-bottom: 24px;
  }

  .author-profile .author-info .name {
    font-size: 16px;
    line-height: 24px;
  }

  .author-profile .author-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .author-about {
    margin-top: 0;
  }
}

.other-cycle-programms h2 {
  margin: 0;
  margin-bottom: 60px;
}

.other-cycle-programms .swiper-slide {
  max-width: 595px;
  border-radius: 6px;
  overflow: hidden;
}

.other-cycle-programms .swiper-slide img {
  width: 100%;
  object-fit: cover;
  max-height: 367px;
}

.other-cycle-programms .swiper-slide .img-wrapper {
  position: relative;
}

.other-cycle-programms .swiper-slide-active .img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 68, 120, 0) 50%, #054478 100%);
  z-index: 6;
}

.other-cycle-programms .swiper-slide .content {
  background-color: white;
  padding: 24px;
  font-size: 24px;
  line-height: 32px;
  border: 1px solid #ebebef;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  color: #222222 !important;
}

.other-cycle-programms .swiper-pagination {
  display: none;
}

.other-cycle-programms .all-mats {
  margin: 0 auto;
  margin-top: 40px;
  width: fit-content;
}

@media (width >= 769px) {
  .other-cycle-programms .swiper-slide-prev::after,
  .other-cycle-programms .swiper-slide-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #05447880;
    z-index: 6;
  }

  .other-cycle-programms .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #054478bf;
    z-index: 6;
  }
}

@media (width <= 768px) {
  .other-cycle-programms .swiper-pagination {
    display: block;
  }

  .other-cycle-programms h2 {
    margin-bottom: 24px;
  }

  .other-cycle-programms .swiper-button-next,
  .other-cycle-programms .swiper-button-prev {
    display: none;
  }

  .other-cycle-programms .swiper {
    overflow: visible;
  }

  .other-cycle-programms .swiper-slide {
    max-width: 90vw;
  }

  .other-cycle-programms .swiper-slide img {
    aspect-ratio: 288 / 367;
  }

  .other-cycle-programms .swiper-slide .content {
    font-size: 16px;
    line-height: 24px;
  }

  .other-cycle-programms .swiper-slide .img-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 68, 120, 0) 50%, #054478 100%);
    z-index: 6;
  }

  .other-cycle-programms .all-mats {
    display: none;
  }
}

.materials-slider-wrapper {
  position: relative;
}

.materials-slider-wrapper h2 {
  margin-top: 80px;
  margin-bottom: 60px;
}

.materials-slider-wrapper .custom-swiper-container {
  position: relative;
}

.materials-slider-wrapper .swiper-container {
  overflow: hidden;
  margin: 0 65px;
}

.materials-slider-wrapper .swiper-slide {
  border-radius: 6px;
  border: 1px solid #ebebef;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}

.materials-slider-wrapper .swiper-slide .img-container {
  position: relative;
}

.materials-slider-wrapper .swiper-slide .status {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #054478;
  color: white;
  font-size: 10px;
  line-height: 24px;
  padding: 1.5px 10px;
  text-transform: uppercase;
}

.materials-slider-wrapper .swiper-slide img {
  height: 235px;
  width: 100%;
  object-fit: cover;
}

.materials-slider-wrapper .swiper-slide .content {
  padding: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.materials-slider-wrapper .swiper-slide .name {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #333;
}

.materials-slider-wrapper .swiper-slide .text {
  font-size: 15px;
  line-height: 20px;
  color: #777777;
  margin-bottom: 24px;
}

.materials-slider-wrapper .swiper-slide .date {
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
  font-size: 12px;
  line-height: 24px;
  color: #777777;
}

.materials-slider-wrapper .all-mats {
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #054478;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M.05%206.23a.6.6%200%200%200%20.03.13q.005.019.02.03.076.167.2.3l4.99%204.98a1%201%200%201%200%201.41-1.42L3.42%206.97H16a1%201%200%200%200%200-2H3.42L6.7%201.69a1.01%201.01%200%200%200%200-1.42%201%201%200%200%200-1.41%200L.3%205.25a1%201%200%200%200-.2.3.05.05%200%200%200-.02.03.6.6%200%200%200-.03.13.7.7%200%200%200%200%20.52%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17%200H0v11.97h17z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  width: 17px;
  height: 100%;
  background-position: center;
  background-size: contain;
}

.swiper-button-next::after {
  transform: rotate(180deg);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination {
  margin-top: 16px;
  position: static !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  border: 2px solid #054478;
  margin: 0 5px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #054478;
}

@media (width <= 768px) {
  .materials-slider-wrapper h2 {
    margin-bottom: 24px;
  }

  .materials-slider-wrapper .swiper-slide {
    max-width: 288px;
  }

  .materials-slider-wrapper .swiper-container {
    margin: 0;
    overflow: visible;
  }

  .materials-slider-wrapper .swiper-slide .name {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .materials-slider-wrapper .swiper-slide .text {
    font-size: 14px;
    line-height: 18px;
  }

  .materials-slider-wrapper .swiper-slide .date {
    font-size: 11.5px;
    line-height: 24px;
  }

  .materials-slider-wrapper .swiper-button-prev,
  .materials-slider-wrapper .swiper-button-next {
    display: none;
  }

  .materials-slider-wrapper .all-mats {
    margin-top: 24px;
  }
}

.questions h2 {
  margin: 0;
  margin-bottom: 40px;
}

.questions .question {
  background: #f6f7fa;
  padding: 30px;
  border-radius: 6px;
  cursor: pointer;
}

.questions .question .content {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  overflow: hidden;
  max-height: 0;
  font-size: 15px;
  line-height: 25px;
  color: #999999;
}

.questions .question .content.active {
  margin-top: 8px;
}

.questions .question .title-row {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.questions .question .title {
  font-size: 24px;
  line-height: 32px;
}

.questions .question svg {
  transition-property: transform;
  transition-duration: 0.3s;
}

@media (width <= 768px) {
  .questions h2 {
    margin-bottom: 24px;
  }

  .questions .question {
    padding: 24px;
  }

  .questions .question .title {
    font-size: 16px;
    line-height: 24px;
  }

  .questions .question .content {
    font-size: 14px;
    line-height: 24px;
  }

  .questions .question .content.active {
    margin-top: 13px;
  }
}
