* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 130%;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  text-align: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "MangoGrotesque-Medium";
  src: url("../fonts/MangoGrotesque-Medium.woff2") format("woff2"), url("../fonts/MangoGrotesque-Medium.woff") format("woff"), url("../fonts/MangoGrotesque-Medium.ttf") format("truetype"), url("../fonts/MangoGrotesque-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MangoGrotesque-Medium.svg#MangoGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url("/wp-content/themes/thumos/fonts/SF-Pro-Display-Regular.woff2") format("woff2"), url("/wp-content/themes/thumos/fonts/SF-Pro-Display-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "SF-Pro-Display-Bold";
  src: url("/wp-content/themes/thumos/fonts/SF-Pro-Display-Bold.woff2") format("woff2"), url("/wp-content/themes/thumos/fonts/SF-Pro-Display-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

body {
  margin: 0px;
  padding: 0px;
  font-weight: 400; /* Задайте вес явно */
  -webkit-font-smoothing: antialiased; /* Настройка сглаживания */
  -moz-osx-font-smoothing: grayscale; /* Настройка сглаживания для macOS */
  background-color: #121212;
  font-size: 22px;
  font-family: "SF-Pro-Display-Regular";
  color: #fff;
  letter-spacing: 0.02em;
  position: relative;
}

html {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0px 20px;
  margin: 0 auto;
  position: relative;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.hero_info {
  position: absolute;
  z-index: 9;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block404 {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.animtext {
  color: #121212; /* Ваш основной цвет */
  visibility: visible; /* Убедитесь, что текст видим */
  word-break: keep-all;
  overflow-wrap: normal;
}

.animtext div {
  line-height: 90% !important;
}

.hero_mask2 {
  position: relative;
  width: 100%;
  height: 100%;
  mask-image: url("/wp-content/themes/thumos/img/mask2.svg");
  -webkit-mask-image: url("/wp-content/themes/thumos/img/mask2.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heroabout .hero_mask2 {
  top: 0px;
}

.hero_mask2 img {
  width: 100%;
  opacity: 0.5;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero_mask {
  position: relative;
  width: 100%;
  height: 100%;
  mask-image: url("/wp-content/themes/thumos/img/mask.svg");
  -webkit-mask-image: url("/wp-content/themes/thumos/img/mask.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
}

.hero_mask video,
.hero_mask img,
.hero_mask2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  scale: 1;
  opacity: 0.5;
  top: 0;
}

.heroabout .title {
  position: absolute;
  z-index: 2;
  font-size: 400px;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none !important;
  border: 0px solid #b4d39b !important;
  box-sizing: border-box;
  color: #e0ffc7 !important;
  border-radius: 20px !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full p,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #ffffff !important;
}

.heroabout .hero_info_descr {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.hero_mask img {
  width: 100%;
  height: auto; /* Если вам нужно растягивать только по ширине */
  -o-object-fit: cover;
  object-fit: cover;
  scale: 1;
}

.as2 {
  position: absolute;
  z-index: 3;
  bottom: -140px;
  left: 0;
}

.as1 {
  z-index: 1;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 20px 0px;
  z-index: 11;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header_blur {
  background: rgba(19, 19, 19, 0.3);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

.logo {
  width: 200px;
}

.logo img {
  width: 130px;
}

.headblock {
  width: 200px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.menu a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu a:hover {
  color: #47b3d6;
}

.footer .menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.hide {
  opacity: 0.3 !important;
  pointer-events: none !important; /* клики и ховер по ссылке выключены */
}

.disabled-link {
  position: relative;
  display: inline-block;
}

.disabled-link::after {
  content: "Coming Soon";
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.disabled-link:hover::after {
  opacity: 1;
}

.disabled-link:hover {
}

.btn {
  position: relative;
  overflow: hidden;
  background: #47b3d6;
  color: #0b5483;
  padding: 20px 30px 12px 30px;
  border-radius: 20px;
  font-family: "MangoGrotesque-Medium" !important;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 90% !important;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0 !important;
  position: relative;
  margin-top: 4px !important;
}

.btn span {
  font-family: "MangoGrotesque-Medium" !important;
}

.solutions_items_info ul {
  margin: 8px 0px 0px 30px;
  max-width: 600px;
  color: #47b3d6;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn:hover {
  scale: 0.95;
  opacity: 0.8;
}

body .wpforms-page-indicator-steps-current {
  color: #fff !important;
}
body .wpforms-page-indicator-steps {
  color: #fff !important;
}

/* Выравниваем текст */
.btn span {
  display: inline-block;
}

/* Блик */
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: -o-linear-gradient(left, #47b3d6 0%, #70ceed 50%, #47b3d6 100%);
  background: -webkit-gradient(linear, left top, right top, from(#47b3d6), color-stop(50%, #70ceed), to(#47b3d6));
  background: linear-gradient(90deg, #47b3d6 0%, #70ceed 50%, #47b3d6 100%);
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-animation: shine 4s infinite ease-in-out;
  animation: shine 4s infinite ease-in-out;
  z-index: -1;
  pointer-events: none;
}

/* Анимация блика туда-обратно */
@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: -100%;
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: -100%;
  }
}

.btnabsolute {
  position: absolute;
  right: 7px;
  bottom: 13px;
  z-index: 10;
}

h1.title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 120px;
  line-height: 90% !important;
  text-align: center;
}

h1.title span {
  color: #47b3d6;
}

.color {
  color: #47b3d6;
}

.hero_info_descr {
  text-align: center;
  max-width: 700px;
  margin-top: 20px;
}

.feedback_block_container .form {
  max-width: 100%;
}

.feedback_block .hero_info_descr {
  text-align: left;
  max-width: 100%;
  margin-top: 40px;
}

h2.title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 80px;
  line-height: 90% !important;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

h2.title span {
  font-family: "MangoGrotesque-Medium" !important;
  color: #47b3d6;
  line-height: 90% !important;
}

.descr {
  text-align: center;
  max-width: 600px;
  margin: 20px auto 0px auto;
}

.descr span {
  color: #47b3d6;
}

.section {
  margin-top: 100px;
}

.logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  row-gap: 10px;
  margin: 120px auto 120px auto;
  max-width: 1000px;
}

.logo_item img {
  width: 100%;
  opacity: 0.8;
}

.solutions {
  margin-top: 40px;
}

.solutions_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  row-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.color {
  color: #47b3d6;
}

.solutions_item {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #525252;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 40px;
  grid-template-columns: 2fr 2.5fr 0.3fr;
  margin-top: 20px;
}

.solutions_item_pick {
  grid-template-columns: 4fr 2fr;
}

.solutions_item_title {
  color: #47b3d6;
  font-size: 32px;
}
.solutions_item_info {
  margin-top: 20px;
}

.tab_active {
  color: #47b3d6 !important;
}

.solutions_item_list {
  color: #47b3d6;
}

.arrow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.arrow {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.solutions_item:hover .arrow {
  rotate: -45deg;
}

.btn_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0px auto;
}

.section_footer {
  position: relative;
  overflow: hidden;
}

.video_footer {
  background-color: #131313;
  position: absolute;
  bottom: -100px;
  z-index: 1;
}

.contact_block_form {
  max-width: 100%;
  width: 100%;
  margin: 0px auto 0 auto !important;
}

.footer {
  position: relative;
  height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}

.video_footer video {
  opacity: 0.3;
  width: 100%;
}

.video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 800px;
}

.video_text {
  text-align: center;
  margin-top: 20px;
}

.video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.soc * {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.soc *:hover {
  scale: 0.95;
  cursor: pointer;
}

.soc a {
  width: 40px;
  height: 40px;
}

.soc img {
  width: 100%;
}

.footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.info {
  width: 300px;
}

p {
  margin-bottom: 30px;
}

.pp {
  width: 300px;
  text-align: right;
}

.btn_footer {
  background: #fff;
  padding: 13px 30px 10px 30px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MangoGrotesque-Medium" !important;
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px !important;
  height: 40px;
}

.growth {
  margin: 80px auto 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
  position: relative;
}

.growth_line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40%;
  background: #3a3a3a;
}

.growth_item {
  display: grid;
  grid-template-columns: 0.6fr 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 30px 0px;
  border-bottom: 1px solid #3a3a3a;
}

.growth_item:last-child {
  border-bottom: none;
}

.growth_item_video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.growth_item_video video {
  width: 85%;
}

.growth_item_title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 50px;
  line-height: 90% !important;
}

.growth_item_text {
  margin-top: 15px;
  max-width: 400px;
}

.growth_item_ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.growth_item_ul_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #47b3d6;
}

.growth_item_ul_item img {
  width: 25px;
}

.playbook {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 30px;
  margin-top: 60px;
}

.playbook_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.playbook_item {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #525252;
}

.playbook_item_img {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

#cookie-notice {
  position: fixed;
  display: block;
  width: 300px;
  z-index: 40;
  bottom: 30px;
  left: 30px;
  padding: 30px;
  border-radius: 20px;
  background: #464646;
  color: #fff;
}

#cookie-notice .btn {
  color: #000;
}

.cookie_btn {
  display: flex;
  margin-bottom: 15px;
}

.cookie_btn div {
  flex: 1;
  padding: 8px 10px;
  text-align: center;
  cursor: pointer;
  background: #666;
  border-radius: 5px;
  margin-right: 5px;
  transition: background 0.3s;
}

.cookie_btn div:last-child {
  margin-right: 0;
}

.cookie_btn .active {
  background: #47b3d6;
  color: #000;
}

.cookie_content_item {
  display: none;
  font-size: 12px;
}

.cookie_content_item span {
  margin-top: 4px;
  display: block;
}

.cookie_content_item.active {
  display: block;
}

.cookie_content_item ul {
  margin-left: 30px;
}

.cookie_actions {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#cookie-notice .btn {
  flex: 1;
  font-size: 30px;
  padding: 15px 8px;
  background: #47b3d6;
  color: #000;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.playbook_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solutions_items_title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 50px;
  line-height: 90% !important;
}

.solutions_items_info {
  margin-top: 15px;
}

.playbook_item_title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 50px;
  line-height: 90% !important;
  margin-top: 40px;
}

.playbook_item_text {
  margin-top: 15px;
}

.playbook_item_text ul {
  margin: 8px 0px 0px 30px;
  max-width: 600px;
}

.playbook_item_text ul li {
  margin-bottom: 5px;
}

.tab {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #666666;
}

.tab:hover {
  cursor: pointer;
  opacity: 0.3;
}

.item {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(200px) rotate(3deg);
  -ms-transform: translateY(200px) rotate(3deg);
  transform: translateY(200px) rotate(3deg);
  opacity: 0.2;
}

.active {
  display: grid;
  -webkit-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  opacity: 1;
}

.testimonails {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
}

.testimonails_container {
  position: relative;
}

.blur {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background: #47b3d6;
  -webkit-filter: blur(100px);
  filter: blur(100px); /* Добавляем размытие */
  border-radius: 100%;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  z-index: 2;
}

.testimonails_item_video {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.testimonails_item_video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 33.33%; /* 3 видео на весь экран */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); /* уменьшаем слайды */
}

.swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); /* увеличиваем центральный слайд */
  opacity: 1;
}

.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0.2;

  -webkit-transform: scale(0.8) !important;

  -ms-transform: scale(0.8) !important;

  transform: scale(0.8) !important;
}

/* Скрыть стандартные стрелки (псевдоэлементы :after) */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none; /* Убираем стандартные стрелки */
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  padding: 30px;
  border-radius: 50%;
  z-index: 10;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 50px;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.solutions_items_list {
  color: #47b3d6;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

strong {
  font-family: "SF-Pro-Display-Bold";
}

.wp-block-heading {
  margin-bottom: 15px;
  font-size: 26px;
}

.wp-block-list {
  margin-left: 30px;
}

.form {
  max-width: 400px;
  margin: 40px auto 0 auto;
  background: #000;
  padding: 20px;
  border-radius: 20px;
}

.wpforms-field-label {
  display: none !important;
}

.content {
  max-width: 700px;
  margin: 60px auto 0 auto;
  background: #000;
  padding: 20px;
  border-radius: 20px;
}

.news_form_block_title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 34px;
  line-height: 90% !important;
}

h1.title_single {
  text-align: left;
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 80px;
  line-height: 100% !important;
  margin-top: 30px;
}

h1.titlecat {
  text-align: left;
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 80px;
  line-height: 100% !important;
  margin-top: 100px;
  margin-bottom: 30px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.breadcrumbs a {
  font-size: 14px;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.breadcrumbs a:hover {
  color: #47b3d6;
}

.breadcrumbs div {
  font-size: 14px;
  opacity: 0.3;
}

.cat {
  background: #000;
  border-radius: 100px;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin-top: 60px;
}

.thumb_single {
  max-width: 1000px;
  margin: 60px auto 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16 / 9;
}

.thumb_single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content_block {
  max-width: 700px;
  margin: 60px auto 0 auto;
  padding: 20px;
  border-radius: 20px;
}

.form_title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 40px;
  line-height: 100% !important;
  margin-top: 6px;
  color: #47b3d6;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0 !important;
  position: relative;
}

.form .wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 20px !important;
  padding: 20px !important;
  font-family: "SF-Pro-Display-Regular" !important;
  font-size: 22px !important;
  height: 70px !important;
}

div.wpforms-container-full .wpforms-field-label-inline,
.wp-core-ui div.wpforms-container-full .wpforms-field-label-inline {
  color: #fff !important;
}

.feedbackform .wpforms-field-label {
  display: block !important;
  color: #47b3d6 !important;
  margin-top: 0px !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
  gap: 6px !important;
}

.form button {
  position: relative !important;
  overflow: hidden !important;
  background: #47b3d6 !important;
  color: #0b5483 !important;
  padding: 23px 38px 15px 38px !important;
  border-radius: 20px !important;
  font-family: "MangoGrotesque-Medium" !important;
  text-transform: uppercase !important;
  font-size: 40px !important;
  line-height: 90% !important;
  display: inline-block !important;
  border: none !important;
  cursor: pointer !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 75px !important;
}

.form button:hover {
  scale: 0.95 !important;
  opacity: 0.8 !important;
}

.form textarea {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 20px !important;
  padding: 20px !important;
  font-family: "SF-Pro-Display-Regular" !important;
  font-size: 22px !important;
  height: 120px !important;
}

.wpforms-container textarea.wpforms-field-medium {
  height: 120px !important;
}

.form button::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 60% !important;
  height: 100% !important;
  background: -o-linear-gradient(left, #47b3d6 0%, #70ceed 50%, #47b3d6 100%) !important;
  background: -webkit-gradient(linear, left top, right top, from(#47b3d6), color-stop(50%, #70ceed), to(#47b3d6)) !important;
  background: linear-gradient(90deg, #47b3d6 0%, #70ceed 50%, #47b3d6 100%) !important;
  -webkit-transform: skewX(-30deg) !important;
  -ms-transform: skewX(-30deg) !important;
  transform: skewX(-30deg) !important;
  -webkit-animation: shine 4s infinite ease-in-out !important;
  animation: shine 4s infinite ease-in-out !important;
  z-index: -1 !important;
}

.founders_block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.founders_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.founders_item_video video {
  width: 100%;
  opacity: 0.9;
}

.founders_item_info_post {
  color: #47b3d6;
  margin-top: 4px;
}

.founders_item_info_descr {
  margin: 40px 0px 20px 0px;
}

.founders_item_info_text {
  font-size: 16px;
  line-height: 140% !important;
  opacity: 0.7;
}

.founders_item_info_name {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 40px;
  line-height: 90% !important;
}

.logocenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logocenter img {
  margin: 40px auto 0px auto;
  width: 120px;
}

.bg2 {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
}

.bg2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}

.bg2_text {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 420px;
  z-index: 2;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.team_item_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.team_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.team_item {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  gap: 40px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #525252;
}

.team_item_info_name {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 40px;
  line-height: 90% !important;
}

.team_item_info_post {
  color: #47b3d6;
  margin-top: 4px;
}

.herosolutions h1.title {
  font-size: 70px;
  margin: 0 auto;
  max-width: 80%;
}

.video_solutions video {
  width: 100%;
}

.video_solutions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Вертикальное центрирование */
  height: 100%; /* или укажите конкретную высоту */
}

.video_solutions_block {
  position: absolute;
  max-width: 700px;
  z-index: 5;
}
.video_solutions_text {
  text-align: center;
  margin-top: 20px;
  color: #47b3d6;
}

.solutions_item_block {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #525252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solutions_item_block .btn {
  margin-top: 60px;
  width: 100%;
  background: #fff;
  color: #000;
}

.solutions_item_block .btn::before {
  display: none;
}

.solutions_item_block_title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 50px;
  line-height: 90% !important;
}

.solutions_item_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  color: #47b3d6;
  gap: 20px;
  row-gap: 10px;
  font-size: 16px;
  margin-left: 30px;
}

.solutions_item_block_info {
  line-height: 140% !important;
  margin-top: 20px;
}

.solutions_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.heroresources .hero_info_descr {
  margin-top: 30px;
}

.newsletter {
  background-image: url("/wp-content/themes/thumos/img/news.jpg");
  background-size: cover; /* Изображение заполняет весь элемент */
  background-position: center; /* Центрирует изображение */
  background-repeat: no-repeat; /* Отключает повторение изображения */
  background-attachment: fixed; /* Оставляет фон фиксированным при прокрутке (не обязательно, но может быть полезным) */
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.newsletter_info_title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 50px;
  line-height: 90% !important;
}

.newsletter_info_text {
  margin-top: 10px;
}

.touch_block {
  position: relative;
  top: 0;
}

.get {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.7;
}

.touch_block h1.title {
  font-size: 400px;
}

.touch_block .hero_info_descr {
  margin: 0px auto 0 auto;
}

.touch_block .logo_item img {
  width: 100%;
  opacity: 1;
}

.contact_block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.contact_block_item {
  background: #000;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

.contact_block_item_title {
  opacity: 0.6;
}

.contact_block_item_contact {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 60px;
  line-height: 100% !important;
  margin-top: 6px;
  max-width: 500px;
}

.soc_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.soc_contacts img {
  width: 60px;
  height: 60px;
}

.soc_contacts * {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.soc_contacts *:hover {
  scale: 0.95;
  cursor: pointer;
}

.menuopen {
  display: none;
}

.news_form {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(13, 12, 12, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 30;
  top: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 30px;
}

.menu_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(13, 12, 12, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 30;
  top: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 30px;
}

.menu_bg_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.menu_bg_inner a {
  font-size: 24px;
}

.menu_bg_inner_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.cube {
  padding: 40px;
}

.menuactive {
  color: #47b3d6;
}

.menu_bg_inner_soc img {
  width: 40px;
  height: 40px;
}

.close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.close:hover {
  cursor: pointer;
  rotate: 90deg;
}

.feedback_block {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: s;
  gap: 0px;
  position: relative;
}

.if1 {
  position: absolute;
  width: 80px;
  top: -20px;
  left: 220px;
}

.if2 {
  position: absolute;
  top: 200px;
  width: 80px;
  right: 220px;
}

.feedback_block h1.title {
  line-height: 80% !important;
  text-align: left;
}

.feedback_block .hero_info_descr span {
  color: #47b3d6;
}

.resources_items_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.resources_item_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 20px 20px 0px 0px;
}

.resources_item:hover .resources_item_img img {
  scale: 1.1;
}

.resources_item:hover .resources_item_info_text {
  opacity: 0.8;
}

.resources_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources_item {
  background: #fff;
  border-radius: 20px;
}

.resources_item_info {
  padding: 30px;
  color: #000;
}

.resources_item_info_title {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 36px;
  line-height: 90% !important;
}

.resources_item_info_text {
  margin-top: 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 100px 0 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.resources_tab {
  color: #47b3d6;
  border: 2px solid #47b3d6;
  padding: 15px 25px;
  border-radius: 20px;
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 40px;
  line-height: 90% !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resources_tab:hover {
  scale: 0.95;
  cursor: pointer;
  opacity: 0.8;
}

.resources_tab_active {
  background: #47b3d6;
  color: #fff;
}

.feedbackform .form_title {
  font-size: 36px !important;
  line-height: 100% !important;
  margin-top: 10px !important;
}

.feedbackform .wpforms-container-full .wpforms-form textarea {
  min-height: 140px !important;
  height: 140px !important;
}

.feedbackform .form_descr {
  font-size: 28px !important;
  line-height: 100% !important;
  color: #fff !important;
  margin-top: 10px !important;
  font-family: "MangoGrotesque-Medium" !important;
}

.feedbackform div.wpforms-container-full:not(:empty) {
  margin: 0px auto !important;
}

.cookies {
  display: none; /* скрыто по умолчанию */
  position: fixed;
  background: #000;
  padding: 30px;
  border-radius: 20px;
  left: 30px;
  bottom: 30px;
  max-width: 350px;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
  color: #fff;
}

.cookies_text {
  font-size: 16px;
}

.cookies_btn {
  width: 100%;
  background: #47b3d6;
  padding: 14px 10px 10px 10px;
  text-align: center;
  border-radius: 20px;
  color: #0b5483;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "MangoGrotesque-Medium" !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cookies_btn:hover {
  scale: 0.96;
  cursor: pointer;
}

.cookies_text a {
  color: #47b3d6;
}

.feedback_block_container {
  display: grid;
  align-items: start;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  margin-top: 200px;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
  display: flex !important;
  align-items: center !important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
  width: 100% !important;
}

/*
 * Стили для кастомной формы "demo-cta" на базе WPForms
 */

/* 1. Главный контейнер формы в виде белой капсулы */
.demo-cta #wpforms-form-195 {
  display: flex; /* Выстраиваем поля и кнопку в ряд */
  align-items: center; /* Выравниваем по центру по вертикали */
  background-color: #ffffff;
  border-radius: 20px; /* Сильное скругление для формы капсулы */
  padding: 6px; /* Внутренний отступ для "воздуха" */
  overflow: hidden; /* Скрываем углы дочерних элементов */
  border: 1px solid #eee; /* Еле заметная рамка */
  max-width: 600px; /* Ограничиваем ширину */
  margin: 20px auto; /* Центрируем на странице (для примера) */
}

/* 2. Контейнер с полями ввода (ему нужно занять все свободное место) */
.demo-cta .wpforms-field-container {
  flex-grow: 1; /* Растягиваем блок на всю доступную ширину */
  padding: 0;
}

/* 3. Прячем ненужные элементы: лишние поля и подписи */
.demo-cta .wpforms-field-label,
.demo-cta #wpforms-195-field_2-container, /* Скрываем лишнее текстовое поле */
.demo-cta #wpforms-195-field_3-container {
  /* Скрываем поле-ловушку (honeypot) */
  display: none !important;
}

/* 4. Стилизуем само поле для ввода Email */
.demo-cta #wpforms-195-field_1-container input[type="email"] {
  background-color: transparent; /* Прозрачный фон */
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 25px; /* Внутренние отступы для текста */
  font-size: 16px;
  color: #333;
  height: auto;
}

/* 5. Контейнер для кнопки отправки */
.demo-cta .wpforms-submit-container {
  margin: 0;
  padding: 0;
  line-height: 1; /* Убираем лишнюю высоту строки */
}

/* 6. Сама кнопка "Watch quick demo" */
.demo-cta .wpforms-submit {
  background-color: #47b3d6 !important; /* Голубой фон */
  color: #0b5483 !important;
  border: none !important;
  height: 100% !important;
  border-radius: 20px !important;
  padding: 20px 25px 10px 25px !important;
  font-family: "MangoGrotesque-Medium" !important;
  text-transform: uppercase !important;
  line-height: 100% !important;
  font-size: 40px !important;
  white-space: nowrap; /* Запрещаем перенос текста на кнопке */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.demo-cta {
  position: relative;
  margin-top: 40px;
}

.demo-cta div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  font-weight: 400;
  position: absolute !important;
  font-size: 13px !important;
  line-height: var(--wpforms-label-size-sublabel-line-height);
  margin-top: -8px !important;
  margin-left: 10px !important;
  color: var(--wpforms-label-error-color);
  padding: 0 0 0 5px;
  z-index: 10 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error:before,
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  display: none !important;
}

.demo-cta .wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  margin-top: 0px !important;
}

.demo-cta div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 0px !important;
}

/* 7. Эффект при наведении курсора на кнопку */
.demo-cta .wpforms-submit:hover {
}

.funnel h2.title {
  max-width: 100%;
}

.funnel {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid #525252;
  background: #1f1f1f;
}

.funnel_block {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 100px;
  margin-top: 80px;
}

.funnel_block_item img {
  width: 100%;
}

.playbook_new {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.playbook_new_item {
  border-radius: 20px;
  border: 1px solid #47b3d6;
  background: #131313;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.playbook_new_item_digit {
  color: #47b3d6;
}

.playbook_bg {
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.playbook_bg_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.playbook_bg img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.playbook_bg_digit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 60px auto 0px auto;
  max-width: 600px;
}

.playbook_bg_digit_item_digit {
  font-family: "MangoGrotesque-Medium" !important;
  font-size: 120px;
  line-height: 90% !important;
  text-align: center;
}

.playbook_bg_digit_item_digit span {
  color: #47b3d6;
}

.playbook_bg_digit_item_text {
  color: #47b3d6;
  margin-top: -15px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 600px) {
  .demo-cta .wpforms-submit {
    background-color: #47b3d6 !important;
    color: #0b5483 !important;
    border: none !important;
    height: 100% !important;
    border-radius: 12px !important;
    padding: 14px 25px 10px 25px !important;
    font-family: "MangoGrotesque-Medium" !important;
    text-transform: uppercase !important;
    line-height: 100% !important;
    font-size: 18px !important;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .playbook_new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  .playbook_bg_digit_item_digit {
    font-size: 50px;
  }

  .funnel_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 80px;
  }

  .funnel {
    padding: 30px;
  }

  .playbook_bg_digit {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .playbook_bg_digit_item_text {
    color: #47b3d6;
    margin-top: 0px;
    font-size: 14px;
  }

  .playbook_new_item {
    font-size: 14px;
  }

  .playbook_bg {
    padding: 30px;
  }

  .solutions_items_title {
    font-family: "MangoGrotesque-Medium" !important;
    font-size: 30px;
    line-height: 90% !important;
  }
}

@media screen and (max-width: 1000px) {
  .growth {
    margin: 40px auto 40px auto;
  }
  .growth_item_ul {
    margin-top: 0px;
  }

  .growth_item_video video {
    width: 140px;
    margin: 0 auto;
  }
  .growth_line {
    display: none;
  }
  .menuopen {
    background: #fff;
    padding: 13px 15px 10px 15px;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "MangoGrotesque-Medium" !important;
    text-transform: uppercase;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 20px !important;
    height: 40px;
    width: 80px;
  }
  .headblock {
    width: auto;
  }
  .menu {
    display: none;
  }

  .solutions_item {
    grid-template-columns: 1fr;
  }

  .arrow_block {
    display: none;
  }

  .btn {
    font-size: 30px;
  }

  h2.title {
    font-size: 40px;
  }

  .growth_item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .growth_item_title {
    font-size: 40px;
    text-align: center;
  }

  .playbook {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 60px;
  }

  body {
    font-size: 17px;
  }

  .solutions_tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .playbook_tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .solutions_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    position: relative;
    z-index: 2;
  }

  .pp {
    width: 300px;
    text-align: left;
  }

  .btn_footer {
    padding: 13px 10px 10px 10px;
  }

  .footer {
    height: 265px;
  }

  .video_footer {
    bottom: -40px;
  }

  h1.title {
    font-family: "MangoGrotesque-Medium" !important;
    font-size: 60px;
    line-height: 100% !important;
    text-align: center;
  }

  .hero_mask {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mask-image: none;
    -webkit-mask-image: none;
    border-radius: 20px;
    top: 0;
  }

  .hero_mask2 {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mask-image: none;
    -webkit-mask-image: none;
    border-radius: 20px;
    top: 0;
  }

  .video_solutions video {
    display: none;
  }

  .herosolutions h1.title {
    font-size: 36px;
    margin: 0 auto;
    max-width: 100%;
  }

  .hero_info {
    padding: 30px;
  }

  .btnabsolute {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }

  .btn {
    padding: 28px 18px 20px 18px;
  }

  .logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    row-gap: 10px;
    margin-top: 40px;
  }

  .playbook_item_img {
    height: 180px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 58%;
  }

  .hero_info_descr {
    margin-top: 10px;
  }

  .touch_block h1.title {
    font-size: 80px !important;
  }

  .heroabout .title {
    position: absolute;
    z-index: 2;
    font-size: 120px;
  }

  .contact_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero_mask img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
  }

  .as2 {
    position: absolute;
    z-index: 3;
    bottom: -136px;
    left: 0;
  }

  .heroabout .hero_info_descr {
    -webkit-transform: translateY(136px);
    -ms-transform: translateY(136px);
    transform: translateY(136px);
  }

  .contact_block_item_contact {
    font-size: 40px;
  }

  .founders_item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg2 {
    aspect-ratio: 9 / 12;
  }

  .bg2_text {
    max-width: 310px;
  }

  .bg2 video {
    opacity: 0.3;
  }

  .team_item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #525252;
  }

  .founders_item_video {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; /* Перемещает видео вверх */
  }

  .form {
    margin: 30px auto 0 auto;
  }

  .resources_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 100px 0 40px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resources_items_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .resources_tab {
    padding: 15px 25px;
    font-size: 26px;
  }

  .newsletter {
    grid-template-columns: 1fr;
  }
  .if1 {
    position: absolute;
    width: 60px;
    top: -111px;
    left: 97px;
  }

  .feedback_block_container {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 140px;
  }

  .feedback_block h1.title {
    font-family: "MangoGrotesque-Medium" !important;
    font-size: 50px;
  }

  .if2 {
    position: absolute;
    top: -93px;
    width: 60px;
    right: 93px;
  }

  .feedback_block .hero_info_descr {
    text-align: left;
    max-width: 100%;
    margin-top: 20px;
  }
}
