:root {
  --color-main: #30926fff;
  --color-main-easy: #deeae5;

  /*=== TITLE ===*/
  --title-size: 60px;
  --title-margin: 45px;

  /*=== TEXT ===*/
  --text-muted: #333333;
  --text-very-very-small: 18px;
  --text-very-small: 22px;
  --text-small: 24px;
  --text-middle: 28px;
  --text-large: 32px;
  --text-very-large: 45px;

  --text-container: 950px;

  --radius-very-small: 5px;
  --radius-small: 10px;
  --radius-big: 40px;

  --section-padding: 140px;
  --color-content-block: #fbfbfb;
}

.text_row p,
.text_row li {
  font-size: var(--text-small);
  font-weight: 300;
}
.text_row li {
  margin-bottom: 15px;
}

.website .first_line {
  /*padding-top: 43px;*/
  position: relative;
}
.website .first_line.head_fixed {
  padding-top: calc(76px / 0);
}
.website .first_line p {
  margin-bottom: 0;
}
.website .first_line .container {
  position: relative;
}
.website .first_line .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.website .first_line .content .btn_one,
.website .first_line .content .btn_one:focus,
.website .first_line .content .btn_one:active {
  min-width: 60%;
}
.website .first_line .content .offer {
  position: relative;
  top: -19px;
  text-align: start;
}
.website .first_line .content .offer .badges {
  margin-bottom: 20px;
}

.website .first_line .content .offer .title {
  margin-bottom: 50px;
}
.website .first_line .content .offer .title h1 {
  font-family: Oswald, serif;
  font-size: 62px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
}

.website .first_line .content .offer .title p {
  font-weight: 200;
  font-size: var(--text-middle);
}
.website .first_line .content .offer .cta a {
  margin-bottom: 36px;
}
.website .first_line .content .offer .cta .info {
  position: relative;
  display: flex;
  align-items: center;
  left: 120px;
}
.website .first_line .content .offer .cta .info img {
  position: relative;
  top: -22px;
  margin-right: 20px;
}
.website .first_line .content .offer .cta .info p {
  font-size: 18px;
  font-weight: 200;
  font-style: italic;
  max-width: 350px;
}
.website .first_line .content .photo {
  position: relative;
  text-align: end;
}
.website .first_line .content .photo .badge_name {
  text-align: start;
  position: absolute;
  padding: 9px 11px 9px 17px;
  background: var(--color-content-block);
  bottom: 8vw;
  right: 1vw;
  z-index: 4;
  border-radius: var(--radius-very-small);
}

.website .first_line .content .photo .badge_name::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--color-main);
  left: -7.5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.website .first_line .content .photo .badge_name p {
  font-size: 17px;
  font-weight: 300;
}
.website .first_line .content .photo .badge_name p b {
  font-weight: 500;
}
.website .first_line .content .photo img {
  position: relative;
  top: -1px;
  z-index: 3;
}
.website .first_line .content .photo .ellipse-blur {
  position: absolute !important;
  top: -71px;
  left: -87px;
  z-index: 0;
}
.website .first_line .content .photo .ellipse-1 {
  position: absolute !important;
  top: 19px;
  left: 27px;
  z-index: 1;
}
.website .first_line .content .photo .ellipse-2 {
  position: absolute !important;
  top: 57px;
  left: 94px;
  z-index: 1;
}
.website .first_line .object-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.website .line_roll {
  transform: rotate(0.14deg);
  width: 110%;
  left: -20px;
  z-index: 10;
}
.website .line_roll .object-grand {
  top: -164px;
  left: 0;
}

.website .service_info {
  padding-top: var(--section-padding);
}

.website .service_info .section_title {
  margin-bottom: 20px;
}
.website .service_info .section_title h2 {
  color: var(--color-main);
}
.website .service_info p {
  font-size: var(--text-small);
  font-weight: 300;
}
.website .service_info li {
  font-size: var(--text-small);
}

.website .website_conversion {
  padding-top: var(--section-padding);
}

.website .website_conversion .section_title p {
  font-size: var(--text-small);
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto;
}

.website .website_conversion .conversion_item {
  display: block;
  border-radius: var(--radius-small);
  overflow: hidden;
}

.website .website_conversion .conversion_item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.website .website_conversion .owl-nav {
  margin-top: 24px;
  text-align: center;
}

/* ===== WEBSITE VIDEO ===== */
.website .website_video {
  padding-top: var(--section-padding);
}
.website .website_video .section_title p {
  font-size: var(--text-small);
  font-weight: 200;
  max-width: 700px;
  margin: 0 auto;
}
.website .website_video .video_container {
  background: #fff;
  border-radius: var(--radius-big);
  padding: 30px;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.2s ease;
}
.website .website_video .video_container:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

/* --- Главная обертка (максимум 1024px и по центру) --- */
.website .website_video .video_wrapper {
  display: flex;
  flex-direction: column; /* Элементы друг под другом */
  align-items: center;
  gap: 30px;
  max-width: 1024px;
  margin: 0 auto; /* Центрируем враппер */
}

/* --- Инфо блок сверху --- */
.website .website_video .video_info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.website .website_video .video_info p {
  font-size: 20px;
  font-weight: 200;
  color: var(--text-muted);
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: center;
}

/* --- Сетка для 3 фич --- */
.website .website_video .video_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 равные колонки */
  gap: 20px;
  width: 100%;
}
.website .website_video .video_features .feature {
  display: flex;
  align-items: center;
  justify-content: center; /* Выравниваем по центру колонки */
  gap: 15px;
}
.website .website_video .video_features .feature i {
  font-size: 24px;
  color: var(--color-main);
}
.website .website_video .video_features .feature span {
  font-size: var(--text-very-small);
  font-weight: 300;
  color: var(--text-muted);
}

/* --- Само видео снизу --- */
.website .website_video .video_player {
  width: 100%;
  border-radius: var(--radius-small);
  overflow: hidden;
  background: #000;
}

/* --- Адаптация на мобильные устройства --- */
@media (max-width: 991px) {
  .website .website_video .video_features {
    grid-template-columns: repeat(
      1,
      1fr
    ); /* На мобилках выстраиваем в 1 колонку */
    gap: 15px;
  }
  .website .website_video .video_features .feature {
    justify-content: flex-start; /* Прижимаем к левому краю, чтобы было удобнее читать */
  }
  .website .website_video .video_container {
    padding: 20px 15px;
  }
}

/* ===== FORMATS ===== */
.website .formats {
  padding-top: var(--section-padding);
}
.website .formats .section_title p {
  font-size: var(--text-small);
  font-weight: 200;
  max-width: 700px;
  margin: 0 auto;
}
.website .formats .formats_list {
  row-gap: 25px;
}
.website .formats .format_item {
  border-radius: var(--radius-big);
  padding: 30px;
  border: 1px solid #e8e8e8;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
}
.website .formats .format_item:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.website .formats .format_item_title {
  position: relative;
}
.website .formats .format_item_title .badge {
  position: absolute;
  top: -42px;
}
.website .formats .format_item_title h3 {
  font-size: var(--text-large);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.website .formats .format_item_info {
  display: flex;
  column-gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}
.website .formats .format_item_info .item {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.website .formats .format_item_info .item img {
  max-height: 28px;
}
.website .formats .format_item_info span {
  font-size: var(--text-very-very-small);
  color: var(--text-muted);
  font-weight: 400;
}
.website .formats .format_item_photo {
  margin-bottom: 20px;
}
.website .formats .format_item_photo img {
  width: 100%;
  height: 220px;

  border-radius: var(--radius-small);
  display: block;
}
.website .formats .format_item_description p {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  color: var(--text-muted);
}

/* ===== WEBSITE INCLUDES ===== */
.website .website_includes {
  padding-top: var(--section-padding);
}
.website .website_includes .website_includes_list {
  row-gap: 20px;
}
.website .website_includes .include_item {
  display: flex;
  flex-direction: column;
  gap: 14px;

  text-align: center;
  justify-content: center;
  align-items: center;
  /* background: var(--color-content-block);
    border-radius: var(--radius-small);
    height: 100%;
    border: 1px solid #e8e8e8; */
}
.website .website_includes .include_item img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.website .website_includes .include_item h3 {
  font-size: var(--text-middle);
  font-weight: 500;
  margin: 0;
}
.website .website_includes .include_item p {
  font-size: var(--text-very-small);
  font-weight: 200;
  margin: 0;
  color: var(--text-muted);
}

/* ===== WEBSITE VALUE (dark block) ===== */
.website .website_value {
  padding-top: var(--section-padding);
}
.website .website_value .content {
  background-color: var(--color-content-block);
  padding: 40px;
  border-radius: var(--radius-big);
  background: #fbfbfb;
  border: 1px solid var(--color-border-light);
}
.website .website_value .section_title {
  margin-bottom: 20px;
}

.website .website_value .block {
  background: #0a0a0a;
  border-radius: var(--radius-big);
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.website .website_value .block p {
  font-size: var(--text-very-large);
  font-weight: 200;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.3;
}
.website .website_value .block p:last-of-type {
  margin-bottom: 0;
}
.website .website_value .block p span {
  color: var(--color-main);
  font-weight: 500;
}
.website .website_value .block p b {
  color: #fff;
  font-weight: 400;
}
.website .website_value .object-rocket {
  position: absolute;
  right: -30px;
  bottom: -30px;
  max-width: 220px;
  opacity: 0.7;
}

/* ===== WEBSITE PORTFOLIO ===== */
.website .website_portfolio {
    padding-top: var(--section-padding);
}
.website .website_portfolio .section_title p {
    font-size: var(--text-small);
    font-weight: 200;
    max-width: 800px;
    margin: 0 auto;
    color: var(--text-muted);
}
.website .website_portfolio .portfolio_grid {
    row-gap: 30px;
    margin-top: 40px;
}
.website .website_portfolio .portfolio_card {
    background: #fff;
    border-radius: 24px; /* Красивые скругления карточки */
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.website .website_portfolio .portfolio_card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

/* Обертка для картинок: делает их все одинаковыми */
.website .website_portfolio .portfolio_card .img_wrap {
    display: block;
    width: 100%;
    height: 240px; /* Строгая высота */
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.website .website_portfolio .portfolio_card .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Заполняет всё пространство без искажений */
    object-position: top; /* Прижимает скриншот к верхнему краю */
    transition: transform 0.5s ease;
}
.website .website_portfolio .portfolio_card:hover .img_wrap img {
    transform: scale(1.05); /* Легкий зум при наведении */
}

/* Блок с текстом */
.website .website_portfolio .portfolio_card .info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.website .website_portfolio .portfolio_card .info span {
    font-size: 18px; /* Увеличили шрифт, т.к. убрали h3 */
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Ссылка */
.website .website_portfolio .portfolio_card .visit_link {
    margin-top: auto; /* Всегда прижата к низу */
    font-size: 15px;
    font-weight: 400;
    color: var(--color-main);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}
.website .website_portfolio .portfolio_card .visit_link i {
    font-size: 13px;
    transition: transform 0.2s ease;
}
.website .website_portfolio .portfolio_card .visit_link:hover {
    color: #000;
}
.website .website_portfolio .portfolio_card .visit_link:hover i {
    transform: translate(3px, -3px);
}

/* Адаптив для телефонов */
@media only screen and (max-width: 575px) {
    .website .website_portfolio .portfolio_card .img_wrap {
        height: 200px; /* На мобильных картинки чуть ниже */
    }
    .website .website_portfolio .portfolio_card .info span {
        font-size: 16px;
    }
}
   
/* ===== WEBSITE FAQ ===== */
.website .website_faq {
  padding-top: var(--section-padding);
}
.website .website_faq .accordion {
  max-width: 900px;
  margin: 0 auto;
}
.website .website_faq .accordion-item {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  background: transparent;
}
.website .website_faq .accordion-button {
  background: transparent;
  font-size: var(--text-small);
  font-weight: 300;
  padding: 28px 0;
  box-shadow: none;
  color: #000;
}
.website .website_faq .accordion-button:not(.collapsed) {
  color: var(--color-main);
  background: transparent;
  box-shadow: none;
}
.website .website_faq .accordion-button::after {
  filter: none;
}
.website .website_faq .accordion-body {
  font-size: 20px;
  font-weight: 200;
  padding: 0 0 28px 0;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ===== WEBSITE REVIEWS ===== */

.website .website_trust {
  padding-top: var(--section-padding);
}
.website .trust_item {
  text-align: center;
  padding: 24px;
}

.website .trust_item h3 {
  text-align: center;
  font-size: var(--text-small);
  font-weight: 300;
}

.website .trust_icon {
  display: block;
  font-size: 40px;
  color: var(--color-main);
  margin-bottom: 12px;
  animation: trust-icon-float 3s ease-in-out infinite;
}

.website .trust_item:nth-child(2) .trust_icon {
  animation-delay: 0.3s;
}
.website .trust_item:nth-child(3) .trust_icon {
  animation-delay: 0.6s;
}
.website .trust_item:nth-child(4) .trust_icon {
  animation-delay: 0.9s;
}
.website .trust_item:nth-child(5) .trust_icon {
  animation-delay: 1.2s;
}
.website .trust_item:nth-child(6) .trust_icon {
  animation-delay: 1.5s;
}

.website .trust_item:hover .trust_icon {
  animation: trust-icon-bounce 0.5s ease;
  color: var(--color-main);
}

@keyframes trust-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes trust-icon-bounce {
  0% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10px) scale(1.15);
  }
  60% {
    transform: translateY(-4px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

/* ===== CAPTURE POINT (форма #main_offer) ===== */

.website .capture_point_main {
  padding-top: 340px;
  padding-bottom: 150px;
  position: relative;
}
.website .capture_point_main .container {
  position: relative;
  z-index: 1;
}
.website .capture_point_main .section_title {
  margin-bottom: 24px;
}
.website .capture_point_main .section_title h3 {
  margin-bottom: 10px;
}
.website .capture_point_main .section_title p {
  text-align: start;
  font-size: 34px;
  color: var(--color-main);
  font-weight: 300;
  margin-bottom: 0;
}
.website .capture_point_main .object-title {
  top: 210px;
  left: 220px;
  max-width: 323px;
}
.website .capture_point_main .object-elipse {
  left: 0;
  top: 180px;
  z-index: 0;
}
.website .capture_point_main .object-ring {
  top: 120px;
  left: 590px;
}
.website .capture_point_main .presentation .c-t-a {
  display: flex;
  justify-content: center;
  margin-bottom: -24px;
}
.website .capture_point_main .presentation .c-t-a h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 0;
  background: var(--color-content-block);
  padding: 12px 15px;
  border-radius: 10px;
}
.website .capture_point_main .presentation .content {
  display: flex;
  gap: 10px;
  background-color: transparent;
  padding: 44px 20px 20px 20px;
  border-radius: var(--radius-small);
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid var(--color-gray-easy);
}
.website .capture_point_main .presentation .content img {
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: var(--radius-small);
  border: 1px solid var(--color-gray-easy);
}
.website .capture_point_main .presentation .content .block {
  background: unset;
  border-radius: unset;
  border: unset;
  padding: unset;
}
.website .capture_point_main .presentation .content img {
  margin-bottom: 10px;
  cursor: pointer !important;
}
.website .capture_point_main .presentation .content h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.website .capture_point_main .presentation .content p {
  font-size: 12px;
  font-weight: 200;
}
.website .object-mini-ellipse {
  bottom: -27px;
  left: 140px;
}

/* ===== WEBSITE BLOG RELATED ===== */
.website .blog_related {
  padding-top: var(--section-padding);
}
.website .blog_related .blog_card {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.website .blog_related .blog_card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.website .blog_related .blog_card a {
  font-size: 14px;
  margin-top: auto;
}

/* Стили для кнопки поверх Kinescope */
#kinescope-action-btn {
  position: absolute;
  bottom: 111px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  font-size: 14px !important;
  padding: 5px 20px;
  display: none; /* Скрыта по умолчанию */
}

/* Адаптация для мобильных устройств (экраны меньше 768px) */
@media (max-width: 768px) {
  #kinescope-action-btn {
    bottom: 25px; /* Уменьшаем отступ снизу, так как само видео на телефоне узкое */
    font-size: 12px !important;
    padding: 5px 15px;
    white-space: nowrap; /* Чтобы текст кнопки не переносился некрасиво */
  }
}


