.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;
}

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

.default-margin {
  margin: 80px 0;
}

html body .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 (max-width: 768px) {
  .default-margin {
    margin: 60px 0;
  }
}

.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: #ff3d00;
  font-size: 16px;
  line-height: 1;
  color: white;
  padding: 12px 24px;
  border-radius: 20px;
}

.cycle-head h1 {
  color: white;
  margin: 36px 0;
  text-align: center;
}

.cycle-head .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

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

.cycle-head .buy-cycle {
  border-radius: 6px;
  margin-top: 36px;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.cycle-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #031b2fcc;
  opacity: 0.6;
}

.bottoms{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
p.center{
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
@media (max-width: 768px) {
  .cycle-head .content {
    padding: 60px 26px;
  }

  .cycle-head .buy-cycle {
    margin-top: 40px;
  }
  .bottoms{
	gap: 0;
  }
}

.about-cycle {
  display: flex;
  /*gap: 137px;*/
}
.about-cycle .desc .text{
	max-height: 224px;
	overflow: hidden;
	position: relative;
	-webkit-box-orient: vertical;
}
.about-cycle .desc .text:after {
  content: '';
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 5px 5px 10px #efefe3;
  background: #efefe3;
  opacity: 0.4;
}
.about-cycle .desc .text.active{
	max-height: 3000px;
	overflow: visible;
}
.about-cycle .desc .text.active:after{
	display: none;
}
.about-cycle #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;
}
.about-cycle #more:hover{
	border: 1px solid #ff3d00;
	color: #ff3d00;
	
}
.about-cycle.default-margin .content{
	margin-right: 30px;
	width: 85%;
}

.about-cycle h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.desc{
	margin-top: 20px;
}
.about-cycle .banners {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-cycle .banner {
  border-radius: 6px;
  width: 100%;
  border: 1px solid #372a18;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.about-cycle .banner .price {
  font-size: 48px;
  line-height: 1;
  margin-top: 30px;
}

.about-cycle .banner .price-annotation {
  margin-top: 2px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 26px;
}

.about-cycle .banner .button {
  margin: 0;
  width: 100%;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-cycle .banner .plate {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff3d00;
  height: 32px;
  padding: 0 24px;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  border-radius: 0 0 0 6px;
}
.about-cycle .props, .desc-text{
	padding: 10px 40px;
	background: #fff;
	border-radius: 6px;
	margin: 30px 0;
	border: 1px solid #ebebef;
	box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}
.about-cycle .props div{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 3%;
}
.desc-text{
	padding-top: 20px;
}
.desc img{
	max-width: 433px;
	height: auto;
	object-fit: cover;
	aspect-ratio: 3 / 2;
	border-radius: 6px;
	float: right;
	margin: 0 0 20px 20px;
}
.margin20{
	margin: 40px 0 20px;
}
.about-cycle .props div ul li:before, .desc-text li:before{
	background: #ff3d00;
	width: 5px;
	height: 5px;
	top: 9px;
}
@media (max-width: 768px) {
  .about-cycle {
    flex-direction: column;
    gap: 40px;
  }

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

  .about-cycle .banners {
    max-width: unset;
  }
  .about-cycle.default-margin .content{
  	width: 100%;
  }
  .about-cycle .desc img{
  	max-width: 100%;
  	margin: 0 0 20px;
  	float: none;
  	
  }
}
.content .banner{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	text-align: center;
}
.content .banner.first{
	margin-right: 3.7%;
}

/* */
.films {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  margin-top: 100px;
}

.films .film {
  padding: 32px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.films .film .name {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: bold;
}

.films .film p {
  margin-bottom: 8px;
  line-height: 25px;
}

.films .film-actions {
  display: flex;
  gap: 40px;
  margin-top: 24px;
}

.films .film-actions .to-programm {
  display: flex;
  border-radius: 6px;
}

.films .film-actions .add-to-cart {
  padding: 0 32px;
}

.films .film-actions .add-to-cart span {
  display: none;
}
.films .film-picture{
	width: 50%;
}
.films .film-picture img{
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.about-cycle .props ul{
}
.about-cycle .props ul li{
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin: 0 20px 30px 0;
	list-style: none;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.about-cycle .props ul li:before{
	display: none;
}
.about-cycle .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;
}
@media (width <= 768px) {
	.about-cycle .props ul li{
		width: 45%;
		margin: 0 2% 30px 0;
		font-size: 12px;
		line-height: 18px;
		text-transform: none;
	}
	.about-cycle .props ul li .img{
		height: 50px;
		width:  50px;
		border: 1px solid #ff3d00;
	}
}

@media (max-width: 1400px) {

	.content .banner{
		width: 46%;
	}
	.content .banner.first{
		margin-right: 3.7%;
	}
}
.film-left{
	width: 70%;
}
@media (max-width: 768px) {
  .films .film-actions .add-to-cart span {
    display: block;
  }

  .films .film {
    flex-direction: column;
    gap: 0;
    padding: 24px;
  }

  .films .film-left {
    display: contents;
  }

  .films .film-actions {
    order: 3;
    flex-direction: column;
    gap: 16px;
  }

  .films .film-actions a,
  .films .film-actions button {
    width: 100%;
  }

  .films .film-picture {
    width: 100%;
    max-width: unset;
    margin-top: 24px;
  }
}

/* */
.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;
  width: 50%;
  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: contain;
  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;
  font-weight: bold;
}

.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;
}

.author-about {
}

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

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

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

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

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

  .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;
  }

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

/* */
.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 {
  /* max-width: 304px; */
  /* width: 100%; */
  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: #ff3d00;
  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;
}

.materials-slider-wrapper .swiper-slide .text {
  font-size: 15px;
  line-height: 20px;
  color: #777777;
  margin-bottom: 24px;
  overflow: hidden;
  max-height: 120px;
  position: relative;
}
.materials-slider-wrapper .swiper-slide .text:after{
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 5px 5px 10px #efefe3;
    background: #efefe3;
    opacity: 0.4;
}

.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;
}

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

.materials-slider-wrapper .swiper-button-prev::after,
.materials-slider-wrapper .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);
}

.materials-slider-wrapper .swiper-button-prev {
  left: 0;
}

.materials-slider-wrapper .swiper-button-next {
  right: 0;
}

.materials-slider-wrapper .swiper-pagination {
  bottom: 20px;
}

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

.materials-slider-wrapper .swiper-pagination-bullet-active {
  background: #ff3d00;
}

@media (max-width: 768px) {
  .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: 0;
  }
}

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

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

.questions .question:last-of-type {
  margin-bottom: 0;
}

.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 (max-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;
  }
}

.page-top-main {
  display: none !important;
}
