@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

/* forum-regular - cyrillic_cyrillic-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/forum-v19-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Forum" !important;
}

.burger {
  display: none;
}

.header .container .nav .social.mobile {
  display: none;
}

img {
  display: block;
  width: auto;
  height: auto;
}

.header {
  width: 1300px;
  margin: 0 auto;
  z-index: 999;
}
.header .container {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo a {
  font-size: 25px;
  text-decoration: none;
  color: #171717;
  font-weight: 700;
  flex-direction: column;
}
.header .container .logo a span:nth-child(2) {
  display: block;
  margin-left: 30px;
}
.header .container .menu {
  max-width: 100%;
}
.header .container .menu .nav {
  max-width: 800px;
}
.header .container .menu .nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .menu .nav ul li {
  margin: 10px;
  transform: scale(1);
  transition: 0.3s;
}
.header .container .menu .nav ul li:active, .header .container .menu .nav ul li:focus, .header .container .menu .nav ul li:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
.header .container .menu .nav ul li a {
  text-decoration: none;
  color: #171717;
  font-size: 18px;
}
.header .container .social {
  display: flex;
}
.header .container .social .soc-item {
  margin-left: 15px;
}
.header .container .social .soc-item a {
  width: 30px;
  transform: scale(1);
}
.header .container .social .soc-item a:active, .header .container .social .soc-item a:focus, .header .container .social .soc-item a:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}
.header .container .social .soc-item a img {
  width: 30px;
  height: 30px;
  display: block;
  transition: 0.3s;
}

.logo.scrolled {
  opacity: 1;
  transition: 0.3s;
}

section.hero {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  z-index: -5;
  height:auto;
  min-height:auto;
  padding:0;
  margin-bottom: 0;
}

section.hero .container {
  width: 1300px;
  margin: 0px auto;
  padding: 15px;
}
section.hero .container .content-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.hero .container .content-hero .info-block {
  max-width: 600px;
  position: relative;
  top: -80px;
  z-index: 5;
}
section.hero .container .content-hero .info-block h1 {
  font-size: 35px;
  margin: 30px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
section.hero .container .content-hero .info-block p {
  font-size: 18px;
  margin: 30px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
section.hero .container .content-hero .info-block .btn-box {
  display: block;
  padding-top: 15px;
}
section.hero .container .content-hero .info-block .btn-box a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 15px 30px;
  margin-right: 15px;
  border-radius: 10px;
  background-color: #EED073;
  text-decoration: none;
  color: #171717;
  border: 2px solid #EED073;
  transition: 0.3s;
  display: ruby;
}
section.hero .container .content-hero .info-block .btn-box .hero-button-1:hover,
section.hero .container .content-hero .info-block .btn-box .hero-button-1:focus,
section.hero .container .content-hero .info-block .btn-box .hero-button-1:active {
  background-color: rgba(255, 255, 255, 0.8666666667);
  border: 2px solid #EED073;
  transition: 0.3s;
}
section.hero .container .content-hero .info-block .btn-box .hero-button-2 {
  background-color: rgba(255, 255, 255, 0.8666666667);
  border: 2px solid #EED073;
}
section.hero .container .content-hero .info-block .btn-box .hero-button-2:hover,
section.hero .container .content-hero .info-block .btn-box .hero-button-2:focus,
section.hero .container .content-hero .info-block .btn-box .hero-button-2:active {
  background-color: #EED073;
  border: 2px solid #EED073;
  transition: 0.3s;
}

.author-block {
  z-index: 1;
}
.author-block img {
  max-width: 600px;
  position: relative;
  left: -50px;
  display: block;
}

section.current {
  position: relative;
  z-index: 2;
}
section.current .container {
  z-index: 999;
  width: 1300px;
  margin: -100px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px 6px rgba(0, 0, 0, 0.29);
}
section.current .container .current-title {
  font-size: 35px;
  text-align: center;
  margin: 15px;
}
section.current .container .current-desc {
  font-size: 18px;
  margin-bottom: 45px;
  text-align: center;
}

.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.card {
  z-index: 999;
  background: rgba(203, 203, 203, 0.2274509804);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  transition: 0.3s;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.card:hover {
  transition: 0.3s;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.19);
}

.card img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}

.card-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.card-desc {
  font-size: 18px;
  color: #555;
  flex: 1;
  margin-bottom: 15px;
}

.card button {
  padding: 10px;
  border: none;
  background: #171717;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.card button:hover {
  background: #333;
}

.current .footer-current span {
  width: 100%;
  display: block;
  font-size: 25px;
  text-align: center;
  margin: 45px 0;
}

.approach {
  padding: 150px 30px;
  background: #171717;
  color: #fff;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.approach .title {
  text-align: center;
  font-family: "Forum", serif;
  font-size: 45px;
  margin-bottom: 10px;
  font-size: 45px;
}

.approach .subtitle {
  text-align: center;
  color: #BFBFBF;
  margin-bottom: 50px;
  line-height: 1.6;
  font-size: 16px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.approach-grid .item {
  background: #1C1C1C;
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
}
.approach-grid .item:hover {
  transform: translateY(-5px);
  background: #242424;
}
.approach-grid .item h3 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #EED073;
}
.approach-grid .item p {
  color: #BFBFBF;
  line-height: 1.5;
  font-size: 18px;
}

.cta-light__container {
  display: flex;
  align-items: center;
}

.cta-light {
  min-height: 380px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f6;
  position: relative;
  overflow: hidden;
}

.cta-light img {
  width: 250px;
  height: auto;
  margin: 0 auto;
  animation: levitate 4s ease-in-out infinite;
}

/* лёгкий декоративный фон */
.cta-light::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  right: 0px;
}

.cta-light__container {
  max-width: 800px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.cta-light__title {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}

.cta-light__text {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

/* кнопка */
.cta-light__btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: #EED073;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(238, 208, 115, 0.3);
}

.cta-light__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(238, 208, 115, 0.45);
}

/* адаптив */
@media (max-width: 768px) {
  .cta-light {
    height: 360px;
  }
  .cta-light__title {
    font-size: 18px;
  }
  .cta-light__text {
    font-size: 16px;
  }
}
.changes {
  padding: 80px 20px;
  background: #0f0f0f;
  color: #fff;
}

.changes__container {
  max-width: 1200px;
  margin: 0 auto;
}

.changes__head {
  text-align: center;
  margin-bottom: 60px;
}

.changes__title {
  font-size: 45px;
  font-weight: 600;
}

/* сетка */
.changes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* карточка */
.change-card {
  background: #181818;
  padding: 28px;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.change-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.05));
  opacity: 0;
  transition: 0.3s;
}

.change-card:hover::before {
  opacity: 1;
}

.change-card:hover {
  transform: translateY(-6px);
  border-color: #333;
}

.change-card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.change-card__text {
  font-size: 14px;
  color: #bbb;
  line-height: 1.5;
}

/* адаптив */
@media (max-width: 1024px) {
  .changes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .changes {
    padding: 60px 15px;
  }
  .changes__title {
    font-size: 28px;
  }
  .changes__grid {
    grid-template-columns: 1fr;
  }
  .change-card {
    padding: 20px;
  }
}
.approach.couch {
  padding: 80px 15px;
}

.video-section {
  padding: 50px 20px;
  background: #fff;
  color: #171717;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.video-section .title {
  font-family: "Forum", serif;
  font-size: 45px;
  text-align: center;
  margin-bottom: 10px;
}

.video-section .subtitle {
  color: #555;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  font-size: 18px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.video-item iframe {
  width: 100%;
  height: 315px;
  border-radius: 12px;
}

.reviews {
  padding: 80px 20px;
  background: #171717;
  color: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.reviews .title {
  font-family: "Forum", serif;
  font-size: 45px;
  text-align: center;
  margin-bottom: 10px;
}

.reviews .subtitle {
  text-align: center;
  color: #BFBFBF;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}

.review-item {
  background: #1C1C1C;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.review-author {
  display: block;
  font-weight: bold;
  color: #EED073;
}

.slick-slider .element {
  height: 100%;
  width: 100px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.slick-slider .element img {
  width: 90%;
  min-height:100%;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

/* Общие стили кнопок */
/* Общий стиль кнопок */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #EED073;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(238, 208, 115, 0.4);
  transition: all 0.3s ease;
}

/* Ховер эффект */
.slick-prev:hover,
.slick-next:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(238, 208, 115, 0.6);
}

/* Позиция */
.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

/* Стрелки через псевдоэлемент */
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

/* Направление стрелок */
.slick-prev::before {
  transform: rotate(-135deg);
}

.slick-next::before {
  transform: rotate(45deg);
}

/* Адаптив */
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 10px;
    height: 10px;
  }
}
.contact {
  padding: 80px 20px;
  background: #fff;
  color: #171717;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact .title {
  font-family: "Forum", serif;
  font-size: 45px;
  text-align: center;
  margin-bottom: 10px;
}

.contact .subtitle {
  text-align: center;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  font-size: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

/* Форма */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form button {
  font-family: "Forum";
  font-size: 18px;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background: #EED073;
  color: #171717;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #d4b056;
}

/* Контакты */
.contact-info h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-info p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.contact-info a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #171717;
}

.contact-info a:hover {
  text-decoration: underline;
}

.blue {
  background-color: rgb(138, 138, 138);
}

.slider {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
}

/* 3 на ПК */
.slide {
  flex: 0 0 calc(33.333% - 13.333px);
  background: #1C1C1C;
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
}

/* стрелки */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.site-footer {
  background: #171717;
  color: #fff;
  padding: 60px 20px;
  font-size: 14px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-menu {
  font-size: 18px;
}

.footer-docs::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #403f3d;
  margin: 0 auto;
  top: -25px;
  display: block;
  position: absolute;
}

.footer-docs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.footer-menu,
.footer-docs {
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-menu li a,
.footer-docs li a {
  color: #EED073;
  text-decoration: none;
  transition: 0.3s;
}
.footer-docs li a{
	  color: #EED073;
}

.footer-menu li a:hover,
.footer-docs li a:hover {
  text-decoration: underline;
}

.footer-copy {
  color: #aaa;
  text-align: center;
}

@keyframes levitate {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hero-about {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  padding: 40px 10%;
  font-family: Arial, sans-serif;
  background-image: url(../img/bg-hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}

.hero-about-text {
  max-width: 520px;
}

.hero-about-text h1 {
  font-size: 52px;
  margin-bottom: 10px;
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-about-text .who {
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}

.hero-about-text p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: #333;
}

.hero-about-image {
  position: relative;
}

.hero-about-image img {
  width: 500px;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-section {
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 40px;
  font-family: Arial, sans-serif;
}

.author-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.author-heading {
  font-size: 40px;
  margin-bottom: 30px;
  color: #111;
  text-align: center;
}

.author-description {
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  max-width: 800px;
  margin-bottom: 40px;
}
.author-description p {
  margin-bottom: 15px;
}

.author-description strong {
  color: #000;
}

.author-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.author-feature {
  padding: 20px;
  border-radius: 12px;
  background: #f3f3f3;
  transition: 0.3s ease;
}

.author-feature:hover {
  transform: translateY(-5px);
  background: #eaeaea;
}

.author-feature-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #111;
}

.author-feature-text {
  font-size: 14px;
  color: #555;
}

.sokur-story {
  background: #0f0f0f;
  color: #fff;
  padding: 80px 40px;
  font-family: Arial, sans-serif;
}

.sokur-story-wrapper {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}

/* Фото */
.sokur-story-image {
  margin-bottom: 40px;
}

.sokur-story-image img {
  width: 55%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin: 0 auto;
}

/* Заголовок */
.sokur-story-title {
  font-size: 42px;
  margin-bottom: 20px;
}

/* Описание */
.sokur-story-text {
  font-size: 18px;
  line-height: 1.3;
  color: #bbb;
  max-width: 700px;
  margin: 0 auto 50px;
}
.sokur-story-text p {
  margin-bottom: 15px;
}

.sokur-story-text strong {
  color: #fff;
}

/* Блоки */
.sokur-story-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.sokur-story-box {
  flex: 1;
  min-width: 220px;
  padding: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  transition: 0.3s ease;
}

.sokur-story-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
}

.sokur-story-box-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.sokur-story-box-text {
  font-size: 14px;
  color: #aaa;
}

/* Кнопка */
.sokur-story-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #fff;
  color: #111;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.sokur-story-btn:hover {
  background: #ddd;
}

.sokur-system {
  min-height: 100vh;
  background: #f7f7f7;
  color: #111;
  padding: 80px 10%;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
}

.sokur-system-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

/* Заголовок */
.sokur-system-title {
  font-size: 42px;
  margin-bottom: 20px;
}

.sokur-system-sub {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin-bottom: 50px;
  line-height: 1.3;
}

/* Блоки */
.sokur-system-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.sokur-system-step {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  transition: 0.3s;
  position: relative;
}

.sokur-system-step:hover {
  transform: translateY(-6px);
}

.sokur-system-number {
  font-size: 16px;
  color: #888;
  margin-bottom: 10px;
}

.sokur-system-step-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.sokur-system-step-text {
  font-size: 16px;
  color: #555;
  line-height: 1.3;
}

/* Нижний текст */
.sokur-system-bottom {
  font-size: 18px;
  max-width: 700px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 40px;
}

.sokur-system-bottom strong {
  color: #000;
}

/* Кнопка */
.sokur-system-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #111;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.sokur-system-btn:hover {
  background: #333;
}

.sokur-final {
  background: #0b0b0b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 10%;
  font-family: Arial, sans-serif;
  text-align: center;
}

.sokur-final-wrapper {
  max-width: 800px;
}

/* Заголовок */
.sokur-final-title {
  font-size: 35px;
  margin-bottom: 25px;
}

/* Текст */
.sokur-final-text {
  font-size: 18px;
  line-height: 1.3;
  color: #bbb;
  margin-bottom: 40px;
}

.sokur-final-text strong {
  color: #fff;
}

/* Кнопки */
.sokur-final-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sokur-final-btn {
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Основная кнопка */
.sokur-final-btn.primary {
  background: #fff;
  color: #111;
}

.sokur-final-btn.primary:hover {
  background: #ddd;
}

/* Вторая кнопка */
.sokur-final-btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.sokur-final-btn.secondary:hover {
  border-color: #fff;
}

.sokur-webinars {
  background: #f7f7f7;
  color: #111;
  padding: 80px 10%;
  font-family: Arial, sans-serif;
}

.sokur-webinars-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.sokur-webinars-title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}

.sokur-webinars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.sokur-webinar-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  transition: 0.3s ease;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.sokur-webinar-card:hover {
  transform: translateY(-5px);
}

.sokur-webinar-datetime {
  font-size: 14px;
  color: #888;
  margin-bottom: 6px;
}

.sokur-webinar-title {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}

.sokur-webinar-duration {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.sokur-webinar-platform {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.sokur-webinar-info {
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.sokur-webinar-info span {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
}

/* .sokur-webinar-info .status-upcoming {
  background: #4caf50;
}

.sokur-webinar-info .status-done {
  background: #888;
}

.sokur-webinar-info .type-public {
  background: #2196f3;
}
 */

.sokur-webinar-info .status-done {
 background: #EED073;
 color: #000;
}

.sokur-webinar-info .type-closed {
  background: #EED073;
  color: #000;
}

/* Цена и кнопка */
.sokur-webinar-footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sokur-webinar-price {
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

.sokur-webinar-btn {
  padding: 8px 16px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s ease;
}

.sokur-webinar-btn:hover {
  background: #333;
}

.sokur-books {
  background: #f7f7f7;
  color: #111;
  padding: 80px 10%;
  font-family: Arial, sans-serif;
}

.sokur-books-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.sokur-books-title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}

.sokur-books-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Карточка книги */
.sokur-book-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.sokur-book-card:hover {
  transform: translateY(-5px);
}

/* Изображение */
.sokur-book-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  animation: levitate 4s ease-in-out infinite;
}

/* Название */
.sokur-book-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Описание */
.sokur-book-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Кнопка */
.sokur-book-btn {
  padding: 12px 25px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.sokur-book-btn:hover {
  background: #333;
}

.sokur-collaboration {
  background: #f7f7f7;
  font-family: Arial, sans-serif;
  color: #111;
  padding: 80px 10%;
}

.sokur-collab-title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
}

/* Контейнер всех блоков */
.sokur-collab-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

/* Контакты */
.sokur-collab-contacts {
  flex: 1 1 280px;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sokur-collab-contacts h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.sokur-contact-item {
  font-size: 15px;
  margin-bottom: 12px;
}

.sokur-contact-item a {
  color: #111;
  text-decoration: underline;
}

.sokur-contact-item a:hover {
  color: #333;
}

/* Иконки соцсетей */
.sokur-social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.sokur-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #111;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.sokur-social-icons a:hover {
  background: #333;
}

/* Партнерский блок и форма */
.sokur-collab-partners {
  flex: 2 1 480px;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sokur-collab-partners h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.sokur-collab-partners p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sokur-collab-partners a {
  color: #111;
  text-decoration: underline;
}

.sokur-collab-partners a:hover {
  color: #333;
}

/* Форма */
.sokur-collab-form-wrapper h4 {
  font-size: 25px;
  margin: 50px;
  text-align: center;
}

.sokur-collab-form {
/*   display: flex;
  flex-direction: column; */
/*   gap: 15px; */
	background:red !important;
  margin-top: 10px;
}

.sokur-collab-form input,
.sokur-collab-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

.contact-grid{
/* 	background:red !important; */
}

.contact-grid input{
	  margin-bottom:15px !important;
	  gap:0px !important;
	 line-height:auto;
}

.sokur-collab-form textarea {
  min-height: 120px;
  resize: vertical;
}

.sokur-collab-form button {
  width: 180px;
  padding: 12px 0;
  border-radius: 10px;
  border: none;
  background: #111;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.sokur-collab-form button:hover {
  background: #333;
}

@media (max-width: 1300px) {
  .header {
    width: 100%;
  }
  .hero .container {
    width: 100% !important;
  }
  section.hero .container .content-hero {
    width: 100%;
  }
  section.hero .container .content-hero .info-block h1 {
    font-size: 25px;
  }
  section.hero .container .content-hero .info-block p {
    font-size: 18px;
  }
  section.hero .container .content-hero .info-block {
    max-width: 40%;
    width: 420px;
  }
  .author-block img {
    width: 100%;
    height: auto;
    left: 0;
  }
  section.hero .container .content-hero .info-block .btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  section.hero .container .content-hero .info-block .btn-box a {
    margin-right: 0;
  }
  section.current .container {
    max-width: 98%;
  }
  .hero-about-image img {
    max-width: 350px;
  }
}
@media (max-width: 970px) {
  .burger {
    width: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 999;
  }
  .burger span {
    height: 3px;
    background: black;
    border-radius: 2px;
    transition: 0.3s;
  }
  /* Animation */
  .burger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  /* Menu */
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 60px 20px;
    transition: 0.3s;
    z-index: 999;
    transition: 0.3s;
  }
  .menu.active {
    right: 0;
    opacity: 1;
    overflow: auto;
    min-height: 600px;
    transition: 0.3s;
  }
  .menu.active .nav {
    max-width: 100% !important;
  }
  .menu.active .nav ul {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
  }
  .menu.active .social.mobile {
    display: flex !important;
    justify-content: center;
    margin: 45px auto;
    width: 50%;
    position: static;
    z-index: 999;
  }
  .menu.active .social.mobile .soc-item img {
    width: 50px !important;
    height: 50px !important;
  }
  .menu.active .nav ul li a {
    font-size: 35px !important;
  }
  .header .container .social {
    display: none;
  }
  .social.active {
    display: none;
  }
  .header .container .social .soc-item {
    margin: 0 auto 30px;
  }
  section.hero .container {
    height: 100%;
    min-height: 740px;
  }
  section.hero .container .content-hero .info-block {
    max-width: 375px;
    margin-top: 15px;
  }
  .author-block {
    position: relative;
  }
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-about-image img {
    width: 300px;
  }
  .hero-about-text {
    text-align: center;
    border-top: 2px solid #ccc;
    padding-top: 20px;
  }
  .hero-about .container {
    flex-direction: column-reverse;
    gap: 0px;
  }
  .hero-about {
    padding: 15px;
  }
  .sokur-collab-container {
    flex-direction: column;
  }
}
@media (max-width: 950px) {
  .current .container .products {
    grid-template-columns: 1fr;
  }
  section.hero .container .content-hero .info-block {
    margin-top: 30px;
  }
  .hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .hero-image img {
    width: 280px;
  }
  .hero-text h1 {
    font-size: 36px;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .header .container {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .container .logo a {
    font-size: 18px;
  }
  .logo.scrolled {
    opacity: 0;
    transition: 0.3s;
  }
  .author-block {
    top: -50px;
  }
  .author-block img {
    width: 250px;
    left: 0px;
    top: 20px;
  }
  section.hero .container .content-hero .info-block {
    max-width: 100%;
    margin-top: 50px;
    border-top: 2px solid rgba(204, 204, 204, 0.5647058824);
    padding: 15px;
  }
	
  section.hero .container .content-hero {
    flex-direction: column;
  }

  .author-block::after {
    content: "";
    width: 600px;
    height: 100%;
    position: absolute;
    inset: 0;
    left: -100px;
    top: 0;
  }
  section.hero .container .content-hero .info-block h1 {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0;
  }
  section.hero .container .content-hero .info-block p {
    text-align: center;
    font-size: 16px;
    margin: 15px;
  }
  section.hero .container .content-hero .info-block .btn-box a {
    font-size: 16px;
  }
  section.hero .container .content-hero .info-block .btn-box {
    justify-content: center;
  }
   section.current .container{
		    margin: -70px auto;
	}
  .approach .container .title {
    font-size: 32px;
  }
  .card {
    display: block;
  }
  .card img {
    margin: 0 auto;
  }
  .card .card-title {
    text-align: center;
  }
  .card .card-desc {
    text-align: center;
  }
  .approach.couch {
    padding: 50px 15px;
  }
  .approach-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta-light {
    min-height: 460px;
  }
  .cta-light__title {
    font-size: 22px;
  }
  .cta-light__container {
    display: block;
    text-align: center;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
  .video-section .title {
    font-size: 32px;
  }
  .title {
    font-size: 32px;
  }
  .review-text {
    font-size: 14px;
  }
  .contact-grid {
	display:flex;
	flex-direction:column;
    grid-template-columns: 1fr;
	gap:0 !important;
  }
  .title {
    font-size: 32px;
  }
  .slider-track {
    gap: 10px;
  }
  .footer-menu,
  .footer-docs {
    flex-direction: column;
    gap: 10px;
  }
  .contact .title {
    font-size: 28px;
  }
  .contact-info h3 {
    text-align: center;
  }
  .contact-info p {
    text-align: center;
  }
  .footer-menu,
  .footer-docs {
    text-align: center;
  }
  .hero-about-text h1 {
    font-size: 35px;
  }
  .hero-about-text .who {
    font-size: 22px;
  }
  .sokur-system-title {
    font-size: 35px;
  }
  .sokur-final-title {
    font-size: 35px;
  }
  .author-heading {
    font-size: 28px;
  }
  .sokur-story-title {
    font-size: 28px;
  }
  .sokur-story-image img {
    width: 100%;
  }
  .sokur-story-title {
    font-size: 28px;
  }
  .sokur-webinars-title {
    font-size: 25px;
    margin: 20px 0 70px;
  }
  .sokur-webinars {
    padding: 70px 20px;
  }
  .sokur-books-title {
    font-size: 28px;
    font-size: 22px;
    width: 100%;
    padding: 20px 0px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6705882353);
    margin-bottom: 30px;
  }
  .sokur-books-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .sokur-book-image {
    max-width: 160px;
    height: auto;
    margin: 0 auto 20px;
  }
  .sokur-book-title {
    font-size: 18px;
  }
  .sokur-book-text {
    font-size: 16px;
    color: #fff;
  }
  .sokur-book-btn {
    font-size: 16px;
    color: #171717;
    background-color: #fff;
  }
  .sokur-book-btn:hover {
    background-color: #fff;
  }
  .sokur-book-card {
    background: rgba(0, 0, 0, 0.6705882353);
  }
  .sokur-books {
    padding: 70px 20px;
    margin-top: 0px;
	background:none;
/*     background: linear-gradient(90deg, #FF6B6B, #FFD93D, #6BCB77, #4D96FF);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    transform: translate3d(0, 0, 0); */
    color: #fff;
  }
  /* ===== Animations ===== */
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .sokur-collab-title {
    margin: 70px 0;
    font-size: 28px;
  }
  .sokur-collab-form-wrapper h4 {
    margin: 30px;
  }
  .sokur-collab-container {
    gap: 20px;
  }
  .sokur-system-btn {
    display: block;
    text-align: center;
  }
  .sokur-collaboration {
    padding: 20px;
  }
  .sokur-collab-partners {
    padding: 20px;
  }
  .sokur-collab-form button {
    width: 100%;
    margin: 0 auto;
  }
	.sokur-collab-partners h3 {
  font-size: 22px;
  margin-bottom: 20px;
	}
}/*# sourceMappingURL=style.css.map */