* {
  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: "EloquiaDisplay-ExtraBold";
  src: url("/wp-content/themes/thumos/fonts/EloquiaDisplay-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/thumos/fonts/EloquiaDisplay-ExtraBold.woff") format("woff");
  font-weight: normal;
  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: #f4f7fb;
  font-size: 18px;
  font-family: "SF-Pro-Display-Regular";
  color: #111111;
  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 {
  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;
  position: relative;
  margin-top: 200px;
}

.hero_content {
  position: relative;
  z-index: 2;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(244, 247, 251, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero img {
  width: 1000px;
  height: 1000px;
  position: absolute;
  z-index: -1;
}

.header_block {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr 3fr 1fr;
  padding: 20px 0;
}

.header_block > :last-child {
  justify-self: end;
}

h1.title {
  font-size: 80px;
  line-height: 100% !important;
  font-family: "EloquiaDisplay-ExtraBold";
  text-align: center;
}

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

.menu a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu a:hover {
  color: #0f81e6;
}

.form {
  margin-top: 30px;
  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: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* WPForms стили для горизонтальной формы */
.form .wpforms-container {
  width: 100%;
}

.form .wpforms-form {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.form .wpforms-field-container {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
}

.form .wpforms-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
}

.form .wpforms-field-email {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form .wpforms-field-submit {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
}

.form .wpforms-field-email input[type="email"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 22px 20px !important;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  background: #fff;
  color: #111;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form .wpforms-field-email input[type="email"]:focus {
  border-color: #111;
}

.form .wpforms-field-email input[type="email"]::-webkit-input-placeholder {
  color: #999;
}

.form .wpforms-field-email input[type="email"]::-moz-placeholder {
  color: #999;
}

.form .wpforms-field-email input[type="email"]:-ms-input-placeholder {
  color: #999;
}

.form .wpforms-field-email input[type="email"]::-ms-input-placeholder {
  color: #999;
}

.form .wpforms-field-email input[type="email"]::placeholder {
  color: #999;
}

.form .wpforms-submit-container {
  margin: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  width: 100% !important;
  max-width: 100% !important;
}

.form .wpforms-submit {
  background: #111111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 14px 20px !important;
  font-size: 20px !important;
  line-height: 100% !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  text-align: center !important;
}

.form .wpforms-submit:hover {
  -webkit-transform: scale(0.96) !important;
  -ms-transform: scale(0.96) !important;
  transform: scale(0.96) !important;
  opacity: 0.96 !important;
}

/* Убираем лишние элементы */
.form .wpforms-field-label {
  display: none !important;
}

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

.logos {
  max-width: 900px;
  margin: 100px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.logo_item {
  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;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  height: 120px;
}

.logo_item img {
  width: 100%;
  max-width: 100px;
}

.section {
  margin-top: 100px;
}

h2.title {
  font-size: 40px;
  line-height: 100%;
  font-family: "EloquiaDisplay-ExtraBold";
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}

.block_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 50px;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 50px;
}

.head_card {
  /* Обертка для каждой карточки */
}

.block_grid_item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  display: grid;
}

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

.block_grid_item_title {
  font-family: "SF-Pro-Display-Bold";
  font-size: 24px;
  margin-top: 20px;
  max-width: 90%;
}

.found {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
  position: relative;
  margin-top: 40px;
}

.found_photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.found_info_post {
  color: #0f81e6;
  margin-top: 4px;
}
.found_info_name {
  font-size: 24px;
}
.found_info_descr {
  margin-top: 30px;
  font-size: 24px;
}

.found_info_text {
  margin-top: 15px;
}

.found_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.found_info {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.block_grid_item_text {
  margin-top: 12px;
}

.block_grid_item_list {
  margin-top: 40px;
  padding: 30px;
  background: #f4f7fb;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  .found_info_name {
    font-family: "SF-Pro-Display-Bold";
    font-size: 24px;
    margin-top: 20px;
    max-width: 90%;
  }

  .found_info_post {
    font-family: "SF-Pro-Display-Bold";
    font-size: 14px;
    margin-top: 10px;
    max-width: 90%;
  }

  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}

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

.gt_form_container .form {
  margin-top: 0px !important;
}

.gt_form_container {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.gt_block_grid_item {
  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;
  background-image: url("../img/gt.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff !important;
}

.addr_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.addr_block_info {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.gt_block_grid_item .block_grid_item_title {
  font-family: "SF-Pro-Display-Bold";
  font-size: 40px;
  line-height: 100% !important;
  margin-top: 20px;
  max-width: 90%;
}

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

.addr_block_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.addr_block_info_descr_title {
  opacity: 0.4;
}

.addr_block_info_descr {
  margin-bottom: 30px;
}

.addr_block_info_descr_contact {
  font-family: "SF-Pro-Display-Bold";
  font-size: 40px;
  line-height: 100% !important;
  margin-top: 10px;
}

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

.block_grid_item_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.block_grid_item_btns_btn {
  border-radius: 100px;
  background: #f4f7fb;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: auto;
  white-space: nowrap;
}

.menu {
  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: 30px;
}

.btn {
  border-radius: 100px;
  background: #111111;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  white-space: nowrap;
}

.btn:hover {
  scale: 0.96;
  opacity: 0.96;
  cursor: pointer;
}

.btn_menu {
  border-radius: 100px;
  background: #111111;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  white-space: nowrap;
  display: none;
}

.btn_menu:hover {
  scale: 0.96;
  opacity: 0.96;
  cursor: pointer;
}

.mobile_menu .btn {
  margin-top: 60px;
}

.head_card_bottom {
  margin-top: 20px;
}

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

/* Мобильное меню */
.mobile_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile_menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_content {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mobile_menu.active .mobile_menu_content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile_menu_close {
  font-size: 30px;
  text-align: right;
  cursor: pointer;
  margin-bottom: 30px;
  color: #111;
}

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

.mobile_menu_items a {
  font-size: 18px;
  color: #111;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.mobile_menu_items a:hover {
  color: #0f5fa6;
}

.mobile_menu_btn {
  background: #0f5fa6 !important;
  color: #fff !important;
  padding: 15px 20px !important;
  border-radius: 100px !important;
  text-align: center !important;
  margin-top: 20px !important;
  border: none !important;
}

/* Стили для формы в футере */
.form {
  max-width: 100%;
}

/* Стили для плейсхолдеров */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.wpforms-field input::-webkit-input-placeholder,
.wpforms-field textarea::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.wpforms-field input::-moz-placeholder,
.wpforms-field textarea::-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.wpforms-field input:-ms-input-placeholder,
.wpforms-field textarea:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.wpforms-field input::-ms-input-placeholder,
.wpforms-field textarea::-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
input::placeholder,
textarea::placeholder,
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.wpforms-field input::-webkit-input-placeholder,
.wpforms-field textarea::-webkit-input-placeholder {
  color: #666 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.wpforms-field input::-moz-placeholder,
.wpforms-field textarea::-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.wpforms-field input:-ms-input-placeholder,
.wpforms-field textarea:-ms-input-placeholder {
  color: #666 !important;
}

/* WPForms стили для вертикальной формы в футере */
.form .wpforms-container {
  width: 100%;
}

.form .wpforms-form {
  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;
  width: 100%;
}

.form .wpforms-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin: 0;
}

.form .wpforms-field {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Стили для всех типов инпутов в футере */
.form .wpforms-field input[type="text"],
.form .wpforms-field input[type="email"],
.form .wpforms-field input[type="tel"],
.form .wpforms-field textarea {
  width: 100% !important;
  height: 45px !important;
  max-width: 100% !important;
  padding: 14px 20px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 25px !important;
  background: #fff !important;
  color: #111 !important;
  outline: none !important;
  -webkit-transition: border-color 0.3s ease !important;
  -o-transition: border-color 0.3s ease !important;
  transition: border-color 0.3s ease !important;
  font-size: 16px !important;
  font-family: "SF-Pro-Display-Regular" !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.form .wpforms-field textarea {
  border-radius: 15px !important;
  min-height: 120px !important;
  resize: vertical !important;
}

.form .wpforms-field input:focus,
.form .wpforms-field textarea:focus {
  border-color: #111 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form .wpforms-field input::-webkit-input-placeholder,
.form .wpforms-field textarea::-webkit-input-placeholder {
  color: #999 !important;
}

.form .wpforms-field input::-moz-placeholder,
.form .wpforms-field textarea::-moz-placeholder {
  color: #999 !important;
}

.form .wpforms-field input:-ms-input-placeholder,
.form .wpforms-field textarea:-ms-input-placeholder {
  color: #999 !important;
}

.form .wpforms-field input::-ms-input-placeholder,
.form .wpforms-field textarea::-ms-input-placeholder {
  color: #999 !important;
}

.form .wpforms-field input::placeholder,
.form .wpforms-field textarea::placeholder {
  color: #999 !important;
}

/* Стили для полей в одной строке (First Name, Last Name) */
.form .wpforms-field-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 15px !important;
  width: 100% !important;
}

.form .wpforms-field-row .wpforms-field {
  margin: 0 !important;
}

.form .wpforms-submit-container {
  margin: 20px 0 0 0 !important;
  text-align: center;
}

.form .wpforms-submit {
  background: #111111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 14px 40px !important;
  font-size: 18px !important;
  line-height: 100% !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.form .wpforms-submit:hover {
  -webkit-transform: scale(0.96) !important;
  -ms-transform: scale(0.96) !important;
  transform: scale(0.96) !important;
  opacity: 0.9 !important;
}

/* Убираем лишние элементы */
.form .wpforms-field-label {
  display: none !important;
}

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

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

.d_block_item {
  background: #fff;
  position: relative;
  border-radius: 10px;
}

.d_block_item_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

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

.d_block_item_info {
  padding: 30px;
}

.d_block_item_text {
  margin-top: 20px;
}

.d_block_item_digit {
  opacity: 0.4;
}

.digit_block_flex_item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0px;
}

.digit_block img {
  width: 1000px;
  height: 1000px;
  position: absolute;
  z-index: -1;
}

.digit_block_flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.digit_block {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.digit_block_flex_item_digit {
  font-size: 120px;
  font-family: "SF-Pro-Display-Bold";
  background: -webkit-gradient(linear, left top, left bottom, from(#0f81e6), to(#72bdff));
  background: -o-linear-gradient(top, #0f81e6 0%, #72bdff 100%);
  background: linear-gradient(180deg, #0f81e6 0%, #72bdff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pick_block .block_grid_item_title {
  margin-top: 0;
}

.digit_block_flex_item_text {
  text-align: center;
}

.block_grid_item_btns_bottom {
  display: grid;
  grid-template-columns: 6fr 1fr;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-top: 40px;
}

.block_grid_item_btns_bottom .btn {
  display: inline-block;
}

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

.block_grid_item_btns_bottom .block_grid_item_btns {
  margin-top: 0px;
}
.footer {
  margin-top: 100px;
}

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

.logow {
  margin-top: 60px;
  width: 100%;
}

.footer_block_item .menu {
  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-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}

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

.footer_block_item_bottom {
  font-size: 14px;
}

.footer_block_item_bottom a {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer_block_item_bottom a:hover {
  color: #0f81e6;
}

.footer_block .form .wpforms-form {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

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

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

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

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

.testimonails_item_video iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 10px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Скрытие overlay после успешной отправки формы */
.wcd_bg_yt.form-submitted::before {
  display: none !important;
}

/* Стили для Swiper слайдера */
.block_grid.swiper {
  position: relative;
}

.block_grid.swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block_grid.swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block_grid.swiper .swiper-slide .block_grid_item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Навигация Swiper */
.swiper-button-next,
.swiper-button-prev {
  color: #0f5fa6 !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: -15px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px !important;
}

/* Пагинация */
.swiper-pagination {
  bottom: 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #0f5fa6;
  opacity: 1;
}

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

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

/* Десктопные стили - отключение слайдера */
@media (min-width: 1001px) {
  .block_grid.swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 10px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .block_grid.swiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .block_grid.swiper .swiper-button-next,
  .block_grid.swiper .swiper-button-prev,
  .block_grid.swiper .swiper-pagination {
    display: none;
  }
}

.hero .btn {
  margin-top: 40px;
}

.wcd_bg {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
  padding: 10px;
  height: 100vh;
}

.wcd_bg_form {
  background: #0f81e6;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  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;
}

.wcd_bg_yt {
  background: #111111;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wcd_bg_yt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 2;
}

.wcd_bg_yt_video {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}

.wcd_bg_yt_video video {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 10px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.wcd_bg_yt_video iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 10px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.wcd_bg_form img {
  width: 100%;
}

h1.titleform {
  font-size: 30px;
  line-height: 100%;
  margin-top: 40px;
  color: #fff;
  font-family: "EloquiaDisplay-ExtraBold";
}

.wcd_bg .form {
  margin-top: 0px;
}

.wcd_bg_form .btn {
  background: #0f5fa6 !important;
}

.home_mob {
  display: none;
}

.home_descr {
  display: inline-block;
}

.hero_video {
  position: relative;
  overflow: hidden;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80vh;
  margin-top: 100px;
}

.hero_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero_video_info {
  position: relative;
  z-index: 2;
  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;
  max-width: 800px;
  margin: 0 auto;
}

.hero_video_info h1.title {
  font-size: 80px;
  line-height: 100% !important;
}

.hero_video_info h1.title span {
  color: #0f81e6;
}

.hero_video_info_descr {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.sol_block {
  margin: 0 auto;
  max-width: 500px;
  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;
}
.sol_pre {
  color: #0f81e6;
  text-align: center;
}

.sol_descr {
  text-align: center;
}

.gt_form {
  margin: 60px auto 0 auto;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Адаптивность формы */
/* Планшеты и маленькие десктопы */
@media (max-width: 1000px) {
  .wcd_bg {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 10px;
    padding: 10px;
    height: 100vh;
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

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

  /* Swiper на планшетах - 2 слайда */
  .block_grid.swiper {
    overflow: hidden;
  }

  .block_grid.swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .logos {
    grid-template-columns: repeat(4, 1fr);
  }

  .digit_block img {
    width: 600px;
    height: 600px;
  }

  .hero img {
    width: 600px;
    height: 600px;
  }
}

/* Мобильные устройства */
@media (max-width: 768px) {
  .found_photo {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 120px;
    left: 30px;
    border-radius: 10px;
    bottom: -20px;
  }
  .found {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gt_form {
    grid-template-columns: 1fr;
    margin: 30px auto 0 auto;
  }
  .footer_block_item_bottom {
    margin-top: 20px;
  }

  .gt_block_grid_item .block_grid_item_title {
    font-size: 28px;
  }

  .addr_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .addr_block_img {
    height: 300px;
  }

  .addr_block_info_descr_contact {
    font-size: 24px;
  }

  .hero_video_info h1.title {
    font-size: 28px !important;
  }

  .hero_video_info {
    max-width: 300px;
  }

  .hero_video {
    height: 75vh;
    margin-top: 50px;
  }

  .btn_menu {
    display: inline-block;
  }

  .home_mob {
    display: inline-block;
  }

  .home_descr {
    display: none;
  }

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

  .wcd_bg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
    height: auto;
  }

  .section {
    margin-top: 70px;
  }
  .hide {
    display: none;
  }

  .hero {
    margin-top: 140px;
  }

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

  .block_grid_item_btns {
    display: none;
  }

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

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

  .digit_block img {
    width: 300px;
    height: 300px;
  }

  .hero img {
    width: 300px;
    height: 300px;
  }
  .digit_block_flex_item_digit {
    font-size: 60px;
  }

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

  .header .menu {
    display: none;
  }

  .logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .header .btn {
    display: none;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .wcd_bg_yt {
    background: #111111;
    border-radius: 10px;
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .wcd_bg_yt_video {
    width: 100%;
    height: 300px !important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
  }

  h1.titleform {
    font-size: 24px;
    line-height: 100%;
    margin-top: 30px;
    color: #fff;
    font-family: "EloquiaDisplay-ExtraBold";
  }

  .wcd_bg_form img {
    margin: 4px auto 0px auto;
  }

  .form .wpforms-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .form .wpforms-field-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .form .wpforms-field-email input[type="email"] {
    padding: 12px 16px;
  }

  .form .wpforms-submit {
    padding: 12px 24px !important;
    width: 100% !important;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .d_block {
    grid-template-columns: 1fr 1fr;
  }
  .d_block_item_text {
    font-size: 14px;
  }

  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; /* меняет местами детей */
    gap: 40px;
  }

  /* Swiper на мобильных - 1 слайд */
  .block_grid.swiper {
    overflow: hidden;
  }

  .block_grid.swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
