/*
 * Проект: Abdet Consulting Custom CMS
 * Файл: wp-content/themes/abdet/style.css
 * Автор: Beck Sarbassov
 * Версия: 1.0.0
 * Дата выпуска: 2026-07-30
 * Последнее обновление: 2026-07-30
 * Авторские права: © Beck Sarbassov. Все права защищены.
 *
 * EN: Migrated visual stylesheet preserving the approved WordPress design.
 * RU: Перенесённые стили, сохраняющие утверждённый дизайн WordPress-сайта.
 */

@import url("/assets/vendor/fontawesome.min.css");
@import url("assets/fonts/Circe/stylesheet.css");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Circe;
}

body,
html {
  scroll-behavior: smooth;
  background: #F2F2F2;
  overflow-x: hidden;
}

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

::-moz-selection {
  background: #EC4518;
  color: #FFF;
}

::selection {
  background: #EC4518;
  color: #FFF;
}

/* TOP MENU */
.top-menu hr {
  background: #CACACA;
  border: 0;
  outline: none;
  width: 100%;
  height: 1px;
}

.top-menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0;
  gap: 20px;
}

.top-menu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.top-menu__left a {
  text-decoration: none;
  color: #888888;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-menu__left a:hover {
  color: #EC4518;
}

.selected_topmenu {
  color: #EC4518 !important;
}

.top-menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.top-menu__right a {
  text-decoration: none;
  color: #EC4518;
  font-size: 22px;
  border: 1px solid #EC4518;
  padding: 0px 8px;
  padding-top: 2px;
  border-radius: 100%;
}

.navbar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
}

.navbar__mid {
  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;
  gap: 20px;
  margin-right: auto;
  margin-left: 20px;
}

.navbar__mid a {
  text-decoration: none;
  color: #888888;
  font-weight: 400;
}

.navbar__mid_services {
  background: #EC4518;
  padding: 4px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF !important;
  border-radius: 8px;
}

.navbar__right button {
  background: #F2E8E5;
  color: #EC4518;
  border: 1px solid #EC4518;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
  cursor: pointer;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
}

.header__left {
  width: 50%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.header__left h1,
.header__left h2 {
  font-size: 48px;
  line-height: 52px;
  color: #222222;
}

.header__left h1 span,
.header__left h2 span {
  color: #EC4518;
}

.header__left p {
  line-height: 20px;
}

.header__left p span {
  font-weight: 700;
  color: #EC4518;
}

.header__left button,
.header__left a.btn-flash {
  background: transparent;
  border: 1px solid #EC4518;
  color: #EC4518;
  padding: 8px 25px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  border-radius: 8px;
}

.header__right {
  width: 44%;
}

.header__right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  border-radius: 16px;
}

.partners {
  padding-bottom: 50px;
}

.partners__title {
  text-align: center;
  padding: 20px 0;
  color: #222222;
  font-size: 40px;
}

.partners__body {
  position: relative;
  overflow: hidden;
  padding: 5px 0 30px;
}

.partners__item {
  width: 144px;
  margin-right: 30px;
}

.partners__item img {
  width: 100%;
  height: 66px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.partners__slide {
  min-width: 144px;
  max-width: 144px;
  margin-right: 30px;
}

.more {
  padding: 20px 10px;
  background: white;
}

.more .container {
  border: 1px solid #EC4518;
  padding: 20px;
  border-radius: 15px;
  max-width: 1360px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  position: relative;
}

.more__top {
  padding-top: 10px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 48%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.more__top img {
  width: 420px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.more__top p {
  color: #222222;
}

.more__top p span {
  color: #EC4518;
  font-weight: 700;
}

.more__top a {
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 8px;
  color: #FFF;
  background: #EC4518;
  font-weight: 700;
}

.more__mid {
  text-align: center;
  width: 68%;
  margin: 0 auto;
}

.more__mid h2 {
  color: #222222;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}

.more__mid p {
  margin-bottom: 20px;
  color: #222222;
}

.more__mid p span {
  color: #EC4518;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
}

.more__mid span {
  margin-bottom: 40px;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.more__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
  margin: 0 auto;
  gap: 40px;
  margin-bottom: 20px;
}

.more__bottom_item {
  width: 50%;
  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: 20px;
  border: 1px solid #EC4518;
  border-radius: 12px;
}

.more__bottom_item span {
  color: #222222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 24px;
  font-weight: 700;
}

.more__bottom_item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
  padding: 15px 20px;
  background: #EC4518;
  color: #FFF;
  border-radius: 8px;
  width: fit-content;
}

.more__bottom_item a i {
  color: #fff;
}

.more__bottom_item:hover span {
  color: #EC4518;
}

.fixed_more_img {
  position: absolute;
  right: -120px;
  bottom: 20px;
  width: 360px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

.hidden {
  opacity: 0;
}

.services {
  padding: 100px 0;
}

.services__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 20px;
}

.services__left {
  width: 41%;
}

.services__item_01 {
  width: 100%;
  padding: 30px;
  background: #FFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: 100% 160%;
  height: 100%;
}

.services__item_01 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EC4518;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  gap: 10px;
  width: 100%;
}

.services__item_01 h3 img {
  height: 25px;
  width: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.services__item_01 p,
.services__item_01 h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}

.services__item_01 p span,
.services__item_01 h4 span {
  color: #EC4518;
  font-weight: 700;
}

.services__item_01 a {
  text-decoration: none;
  color: #FFF;
  padding: 10px 20px;
  background: #EC4518;
  border-radius: 8px;
  font-weight: 700;
}

.services__item_01 button {
  background: #222222;
  padding: 10px 20px;
  color: #FFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  outline: none;
  cursor: pointer;
}

.services__right {
  width: 59%;
  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;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 30px;
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
}

.services__item_left {
  width: 70%;
}

.services__item_left h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #222222;
  margin-bottom: 20px;
}

.services__item_left p,
.services__item_left h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.services__item_left p span,
.services__item_left h4 span {
  color: #EC4518;
  font-weight: 700;
}

.services__item_left a {
  text-decoration: none;
  color: #FFF;
  padding: 10px 20px;
  background: #EC4518;
  border-radius: 8px;
  font-weight: 700;
  margin-right: 30px;
}

.services__item_left button {
  background: #222222;
  padding: 10px 20px;
  color: #FFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  outline: none;
  cursor: pointer;
}

.services__item_right {
  width: 25%;
  position: relative;
}

.services__item_right img {
  width: 140%;
  position: absolute;
  bottom: -90px;
}

.services__item_03 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services__item_03 img {
  position: unset;
  width: 120%;
}

.services__item_03 .services__item_left {
  width: 86%;
}

.services__bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 20px;
}

.services__bottom__left {
  width: 50%;
}

.services__bottom__right {
  width: 50%;
}

.services__item_04 .services__item_left {
  width: 90%;
}

.services__item_04 .services__item_left a {
  margin-right: 10px;
}

.services__item_04 .services__item_right img {
  position: absolute;
  width: 200%;
  bottom: -15px;
  right: -75px;
}

.services__item_05 {
  height: 100%;
}

.services__item_05 .services__item_left {
  width: 100%;
}

.services__item_05 .services__item_left a {
  margin-right: 10px;
}

.services__item_05 .services__item_right {
  width: 0;
}

.services__item_05 .services__item_right img {
  width: 240px;
  right: -50px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  bottom: -60px;
}

.services__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 20px;
  margin-top: 20px;
}

.services__other__left {
  width: 72%;
  padding: 30px;
  background: #FFF;
  border-radius: 16px;
  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;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: 98% 15px;
}

.services__other__left h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #222222;
}

.services__other__left .services__other_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services__other__left .services__other_items a {
  color: #888888;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  font-size: 18px;
}

.services__other__left .services__other_items a:hover {
  color: #EC4518;
}

.services__other__right {
  width: 28%;
  padding: 30px;
  background: #FFF;
  border-radius: 16px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.services__other__right h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #222222;
}

.services__other__right a {
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 700;
  color: #EC4518;
  border: 1px solid #EC4518;
  border-radius: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}

.portfolio {
  padding: 10px 0 40px;
}

.portfolio__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

.portfolio__title h4 {
  color: #222222;
  font-weight: 400;
  font-size: 40px;
}

.portfolio__title a {
  text-decoration: none;
  padding: 10px 15px;
  background: #EC4518;
  color: #FFF;
  font-weight: 700;
  border-radius: 8px;
}

.portfolio__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 20px;
}

.portfolio__item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__left {
  width: 55%;
}

.portfolio__left img {
  width: 100%;
  padding: 30px;
  background: transparent;
  border: 2px solid #CDCDCD;
  border-radius: 16px;
}

.portfolio__right a {
  text-decoration: none;
  color: #292929;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

.portfolio__right p {
  color: #666666;
  font-size: 16px;
}

.cta {
  padding: 40px 0 80px;
}

.cta__body {
  background: #FFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.cta__left {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 90px;
  padding-right: 10px;
}

.cta__left_01 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  color: #222222;
}
.cta__left_01 span{
	color:#EC4518;
	display:inline;
}
.cta__left_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

/* .cta__left_02 iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 50px !important;
} */

.cta__left_02 form>p {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 0;
  border: 0;
  border-color: transparent !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #EC4518;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #4CAF50;
}

.cta__left_02 input {
  width: 100%;
  outline: none;
  padding: 18px 15px;
  color: #333333;
  font-size: 20px;
  border-radius: 16px;
  border: 2px solid #333333;
}

.cta__left_02 input[type=submit] {
  background: #FEF4F1;
  color: #EC4518;
  border-color: #EC4518;
  cursor: pointer;
}

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

.cta__left_03_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta__left_03_item i {
  color: #EC4518;
  font-size: 25px;
}

.cta__left_03_item a {
  text-decoration: none;
  color: #222222;
  font-size: 20px;
}

.cta__right {
  width: 30%;
  position: relative;
}

.cta__right img {
  position: absolute;
  width: 135%;
  bottom: 0;
  left: -35%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.benefits {
  padding: 30px 0 60px;
}

.benefits__title {
  padding: 20px 0;
}

.benefits__title h4,
.benefits__title h3 {
  color: #222222;
  font-size: 48px;
  font-weight: 400;
}

.benefits__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.benefits__item {
  width: 32%;
  padding: 40px 20px;
  background: #FFF;
  border-radius: 16px;
  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;
  gap: 10px;
}

.benefits__item a {
  margin-top: auto;
}

.benefits__item span,
.benefits__item h4 {
  display: inline-block;
  color: #222222;
  font-weight: 400;
  font-size: 24px;
}

.benefits__item p,
.benefits__item h5 {
  color: #888888;
}

.benefits__item a {
  color: #EC4518;
  font-weight: 700;
  text-decoration: none;
}

.testimonials {
  padding: 30px 0 50px;
}

.testimonials__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

.testimonials__title h4,
.testimonials__title h3 {
  color: #222222;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
}

.testimonials__title a {
  text-decoration: none;
  color: #EC4518;
}

.testimonials__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 30px;
}

.testimonials__item {
  width: 26% !important;
  overflow: hidden;
  border-radius: 16px;
}

.testimonials__item div,
.testimonials__item #my-video_html5_api {
  width: 100%;
  height: 440px;
  background: transparent;
}

.testimonials__item .video-js .vjs-big-play-button {
  width: 1.6em;
  height: 1.6em;
  left: 60%;
  border-radius: 2.3em;
}

.media {
  padding: 30px 0 50px;
  position: relative;
  z-index: 0;
}

.media::after {
  content: "";
  width: 100%;
  height: 100px;
  background: #f2f2f2;
  position: absolute;
  left: 0%;
  bottom: 0;
  z-index: 99999;
}

.media__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.media__title h5 {
  color: #222222;
  font-size: 40px;
  font-weight: 400;
}

.media__title a {
  text-decoration: none;
  color: #EC4518;
}

.eapps-widget-toolbar {
  display: none !important;
}

.footer {
  margin: 40px 0;
}

.footer__body {
  padding: 50px 100px;
  background: #FFF;
  border-radius: 16px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.footer__01,
.footer__02,
.footer__03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.footer__01 span,
.footer__02 span,
.footer__03 span {
  color: #222222;
  font-weight: 700;
}

.footer__01 p,
.footer__02 p,
.footer__03 p {
  color: #888888;
  font-weight: 400;
}

.footer__01 a,
.footer__02 a,
.footer__03 a {
  text-decoration: none;
  color: #222222;
}

.footer__01 a b,
.footer__02 a b,
.footer__03 a b {
  font-weight: 400;
  color: #888888;
}

.footer__bottom {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__left {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__left span {
  display: inline-block;
  color: #222222;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer__left a {
  text-decoration: none;
  color: #222222;
  margin-bottom: 5px;
}

.footer__left a:hover {
  text-decoration: underline;
}

.footer__left b {
  margin-top: 50px;
}

.footer__right {
  width: 80%;
}

.footer__right iframe {
  width: 100%;
  border-radius: 16px;
  outline: none;
  border: 0;
  height: 300px;
}

.footer__right b {
  display: none;
}

.navbar__menu_mobile {
  display: none;
}

.navbar__menu_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.navbar__menu_mobile a {
  text-decoration: none;
  margin: 10px 0;
  color: #4F4F4F;
}

.navbar__menu_mobile a:first-child {
  margin-top: 30px;
}

.navbar__menu_mobile button {
  width: 95%;
  margin: 0 auto;
  background: #F2E8E5;
  color: #EC4518;
  border: 1px solid #EC4518;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
}

.navbar__menu_mobile.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.navbar__menu_mobile.show a {
  text-decoration: none;
  margin: 3px 0;
  font-size: 15px;
}


.content-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.content-overlay.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.burger-btn {
  cursor: pointer;
  background: transparent;
  color: #EC4518;
  font-size: 22px;
  border: 0;
  outline: none;
}

.navbar__right_mobile {
  display: none;
}

@media (max-width: 500px) {
  .top-menu {
    display: none;
  }

  html {
    scroll-padding-top: 60px;
  }

  body {
    padding-top: 52px;
  }

  .navbar {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  }

  .navbar__mid {
    display: none;
  }

  .navbar__right {
    display: none;
  }

  .navbar__left {
    font-size: 0;
  }

  .navbar__menu_mobile {
    display: block;
  }

  .navbar__left a img {
    width: 90px;
  }

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

  .navbar__right_mobile a i {
    color: #EC4518;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .header__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header__left {
    width: 100%;
    padding-top: 0;
    gap: 15px;
  }

  .header__left h1,
  .header__left h2 {
    font-size: 24px;
    line-height: 1;
  }

  .header__right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .partners {
    padding-bottom: 30px;
  }

  .partners__title {
    text-align: left;
    font-size: 24px;
    padding: 10px 0;
  }

  .partners__body {
    padding-bottom: 10px;
  }

  .partners__item {
    width: 75px;
    margin-right: 15px;
  }

  .partners__item img {
    height: 35px;
    border-radius: 4px;
  }

  .partners__slide {
    min-width: 75px;
    max-width: 75px;
    margin-right: 15px;
  }
}

@media (max-width: 500px) {
  .more .container {
    padding: 10px;
    background-image: unset;
  }

  .fixed_more_img {
    display: none;
  }

  .more__top img {
    width: 224px;
    margin: 0;
  }

  .more__mid,
  .more__top {
    width: 100%;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .more__mid p,
  .more__top p {
    text-align: left;
  }

  .more__mid h2,
  .more__top h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .more__mid p br,
  .more__top p br {
    display: none;
  }

  .more__mid p span,
  .more__top p span {
    display: inline;
  }

  .more__mid span,
  .more__top span {
    text-align: left;
    margin-bottom: 30px;
  }

  .more__bottom {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .more__bottom_item {
    width: 100%;
    padding: 10px;
    gap: 10px;
  }

  .more__bottom_item span {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .services {
    padding: 40px 0;
  }

  .services__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services__left {
    width: 100%;
  }

  .services__item {
    width: 100%;
  }

  .services__right {
    width: 100%;
  }

  .services__item_01 {
    background-size: 180px;
    background-position: 100% 120%;
    padding: 15px;
  }

  .services__item_01 h3 {
    font-size: 24px;
  }

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

  .services__item_left {
    width: 100% !important;
    z-index: 10;
  }

  .services__item_left h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #EC4518;
  }

  .services__item_left a {
    display: inline-block;
    margin-bottom: 10px;
  }

  .services__item_right {
    width: 100% !important;
  }

  .services__item_right img {
    width: 150px;
    position: absolute;
    bottom: -60px;
    right: -50px;
    left: unset;
  }

  .services__item_04 .services__item_right img {
    width: 150px;
    position: absolute;
    bottom: -60px;
    right: -50px;
    left: unset;
  }

  .services__item_05 .services__item_right img {
    width: 150px;
  }

  .services__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services__bottom__left {
    width: 100%;
  }

  .services__bottom__right {
    width: 100%;
    margin-top: 20px;
  }

  .services__others {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services__other__left {
    width: 100%;
    padding: 15px;
    padding-bottom: 25px;
    padding-top: 20px;
    background-image: none;
    gap: 10px;
  }

  .services__other__left h3 {
    font-size: 24px;
  }

  .services__other__left .services__other_items {
    gap: 10px;
  }

  .services__other__left .services__other_items a {
    font-size: 16px;
  }

  .services__other__right {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services__other__right h3 {
    font-size: 24px;
  }

  .services__other__right a {
    font-size: 16px;
  }
}

.more-btn-mobile {
  display: none;
}

@media (max-width: 500px) {
  .more-btn-mobile {
    padding: 10px;
    border: 1px solid #EC4518;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 155px;
    border-radius: 16px;
    margin: 20px auto;
    color: #EC4518;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .more-btn-mobile:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #EC4518;
    color: #FFF;
  }

  .services__item_03,
  .services__bottom {
    display: none;
  }

  .services__item_03.active,
  .services__bottom.active {
    display: block;
  }
}

.show-more-case-mobile {
  display: none;
}

@media (max-width: 500px) {
  .portfolio__title {
    padding: 10px 0;
  }

  .portfolio__title a {
    display: none;
  }

  .portfolio__title h4 {
    font-size: 24px;
  }

  .portfolio__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 30px;
  }

  .portfolio__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 88%;
    flex: 1 0 88%;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .portfolio__right a {
    font-size: 20px;
  }

  .show-more-case-mobile {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    background: #EC4518;
    color: #FFF;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 500px) {
  .cta {
    padding: 10px 0 25px;
  }

  .cta__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta__right {
    display: none;
  }

  .cta__left {
    width: 100%;
    padding: 40px 20px;
    gap: 20px;
  }

  .cta__left_01 {
    font-size: 22px;
    text-align: center;
  }

  .cta__left_01 br {
    display: none;
  }

  .cta__left_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }

  .cta__left_02 input {
    padding: 13px 10px;
    text-align: center;
  }

  .cta__left_03 {
    -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;
    text-align: center;
  }

  .cta__left_03_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .cta__left_03_item a {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .benefits {
    padding: 10px 0 30px;
  }

  .benefits__title h4,
  .benefits__title h3 {
    font-size: 24px;
  }

  .benefits__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 10px;
  }

  .benefits__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 95%;
    flex: 1 0 95%;
    height: 100%;
    padding: 30px 20px;
  }

  .benefits__item a {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .testimonials {
    padding: 10px 0 20px;
  }

  .testimonials__title a {
    display: none;
  }

  .testimonials__title {
    padding: 10px 0;
  }

  .testimonials__title h4,
  .testimonials__title h3 {
    font-size: 24px;
  }

  .testimonials__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .testimonials__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 197px;
    flex: 1 0 197px;
  }

  .testimonials__item div,
  .testimonials__item #my-video_html5_api {
    height: 350px;
  }

  .testimonials__body {
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .media__title {
    padding: 10px 0;
  }

  .media__title h5 {
    font-size: 24px;
  }

  .media__title a {
    display: none;
  }
}

@media (max-width: 500px) {
  .footer {
    margin: 10px 0;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    width: 100%;
  }

  .footer__left b {
    display: none;
  }

  .footer__body {
    padding: 40px 30px;
  }

  .footer__right iframe {
    margin-top: 20px;
    height: 200px;
  }

  .footer__right b {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: 400;
    margin-top: 20px;
  }

  .footer__right b a {
    text-decoration: none;
    color: #EC4518;
  }
}

.hero01 {
  padding: 30px 0;
}

.hero01__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.hero01__left {
  width: 40%;
}

.hero01__left h1 {
  font-size: 64px;
  color: #222222;
  line-height: 0.8;
}

.hero01__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.hero01__right p {
  font-size: 20px;
  color: #222222;
  line-height: 1.2;
}

.hero01__right p span {
  display: inline-block;
  font-weight: 700;
  color: #EC4518;
}

.reg-info {
  padding: 80px 0;
}

.reg-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 20px;
}

.reg-info__top_left {
  width: 35%;
  padding: 50px 30px;
  background: #FFF;
  border-radius: 16px;
  background-size: 180px;
  background-position: 90% 130%;
  background-repeat: no-repeat;
}

.reg-info__top_left p {
  font-size: 32px;
  color: #222222;
  line-height: 1.1;
}

.reg-info__top_left p span {
  font-weight: 700;
  color: #EC4518;
}

.reg-info__top_right {
  width: 65%;
  background: #FFF;
  border-radius: 16px;
}

.reg-info__top_right b,
.reg-info__top_right p {
  display: inline-block;
  font-weight: 400;
  padding: 50px 30px;
  font-size: 32px;
  padding-right: 120px;
  color: #222222;
  line-height: 1.1;
}

.reg-info__top_right .partners__body {
  padding-left: 10px;
}

.reg-info__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 20px;
}

.reg-info__bottom_left {
  width: 57%;
  padding: 45px;
  padding-left: 30px;
  border-radius: 16px;
  background-color: #FFF;
  padding-right: 100px;
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: 100% 40%;
}

.reg-info__bottom_left p {
  font-size: 32px;
  color: #222222;
}

.reg-info__bottom_left p span {
  font-weight: 700;
  color: #EC4518;
  display: inline-block;
}

.reg-info__bottom_right {
  width: 43%;
}

.reg-info__bottom_right button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  width: 100%;
  padding: 30px;
  color: #FFF;
  cursor: pointer;
  background: #EC4518;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  border: 0;
  outline: none;
  border-radius: 16px;
  line-height: 1.2;
}

.reg-about {
  padding: 30px 0;
}

.reg-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  padding: 30px;
  padding-left: 50px;
  background: #FFF;
  border-radius: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg-about__left {
  width: 60%;
  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;
  line-height: 1.2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-about__left p {
  font-size: 24px;
  color: #222;
}

.reg-about__left p span {
  font-weight: 700;
  color: #EC4518;
}

.reg-about__left button {
  padding: 5px 10px;
  color: #EC4518;
  border: 1px solid #EC4518;
  background: #FDE7E1;
  font-size: 18px;
  cursor: pointer;
  border-radius: 8px;
}

.reg-about__right {
  width: 40%;
}

.reg-about__right img {
  width: 100%;
  border-radius: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  height: auto;
}

.reg-clients {
  padding: 60px 0;
}

.reg-clients__body {
  padding: 30px;
  background: #FFF;
  border-radius: 16px;
}

.reg-clients__title {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  color: #333333;
  padding-bottom: 40px;
}

.reg-clients__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 30px;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reg-clients__items img {
  width: 16%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.reg-why {
  padding: 60px 0;
}

.reg-why__title {
  padding: 20px 0;
  color: #222222;
  font-size: 40px;
  font-weight: 400;
}

.reg-why__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.reg-why__item {
  width: 32.5%;
  padding: 40px 20px;
  background: #FFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-why__item span,
.reg-why__item h4 {
  color: #EC4518;
  font-size: 22px;
  font-weight: 700;
}

.reg-why__item p,
.reg-why__item h5,
.reg-why__item h6 {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}

.reg-why__item p span,
.reg-why__item h5 span,
.reg-why__item h6 span {
  font-weight: 700;
  color: #EC4518;
  font-size: 16px;
}

.reg-why__item button {
  margin-top: 30px;
  padding: 15px 10px;
  color: #EC4518;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  border: 1px solid #EC4518;
  border-radius: 16px;
  font-size: 16px;
}

.reg-whatif {
  padding: 40px 0;
}

.reg-whatif__body {}

.reg-whatif__title {
  padding-bottom: 15px;
  color: #222222;
  font-size: 40px;
}

.reg-whatif__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 5px;
  border: 1px solid #888888;
  border-radius: 16px;
  padding: 10px;
}

.reg-whatif__item {
  width: 48%;
}

.reg-whatif__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #11031A;
}

.reg-whatif__item p i {
  color: #EC4518;
}

.reg-howwork {
  padding: 30px 0;
}

.reg-howwork__title {
  padding-bottom: 20px;
  color: #222;
  font-size: 48px;
}

.reg-howwork__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.reg-howwork__item {
  width: 32%;
  padding: 30px 14px 25px;
  border-radius: 16px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.reg-howwork__item span {
  display: inline-block;
  color: #222222;
  font-size: 32px;
}

.reg-howwork__item p {
  color: #222222;
}

.reg-request {
  padding: 40px 0;
}

.reg-request__body {
  background-repeat: no-repeat;
  background-position: 103% 10px;
  background-size: 200px;
  padding: 50px;
  border-radius: 16px;
  border: 1px solid #EC4518;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.req-request__left {
  width: 50%;
}

.req-request__left p {
  color: #222222;
  font-size: 20px;
  line-height: 1.2;
}

.req-request__left p span {
  display: inline-block;
  color: #EC4518;
  font-weight: 700;
}

.req-request__right {
  width: 50%;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.req-request__right p {
  color: #222222;
  font-size: 20px;
}

.req-request__right button {
  padding: 8px 12px;
  color: #EC4518;
  border: 1px solid #EC4518;
  background: #F1D3CB;
  font-size: 18px;
  cursor: pointer;
  border-radius: 8px;
}

@media (max-width: 500px) {
  .hero01__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero01__left {
    width: 100%;
  }

  .hero01__left h1 {
    font-size: 24px;
  }

  .hero01__right {
    width: 100%;
  }

  .hero01__right p {
    font-size: 16px;
  }

  .hero01__right p span {
    display: inline;
  }

  .hero01__right p br {
    display: none;
  }

  .reg-info {
    padding-top: 30px;
  }

  .reg-info__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reg-info__top_left {
    width: 100%;
    padding-bottom: 70px;
    padding-top: 30px;
    background-position: 110% 900%;
    background-size: 140px;
    padding-left: 20px;
  }

  .reg-info__top_left p {
    font-size: 20px;
  }

  .reg-info__top_right {
    width: 100%;
  }

  .reg-info__top_right p {
    padding-right: 10px;
    padding-left: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .reg-info__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reg-info__bottom_left {
    width: 100%;
    padding: 20px;
    padding-left: 20px;
    padding-right: 100px;
    background-size: 70px;
  }

  .reg-info__bottom_left p {
    font-size: 20px;
    line-height: 1;
  }

  .reg-info__bottom_right {
    width: 100%;
  }

  .reg-info__bottom_right button {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .reg-info {
    padding-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .reg-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 20px;
  }

  .reg-about__left {
    width: 100%;
    gap: 15px;
  }

  .reg-about__left p {
    font-size: 16px;
    line-height: 1.2;
  }

  .reg-about__left button {
    font-size: 15px;
  }

  .reg-about__right {
    width: 100%;
  }

  .reg-clients {
    padding-top: 20px;
  }

  .reg-clients__title {
    font-size: 16px;
  }

  .reg-clients__title br {
    display: none;
  }

  .reg-clients__body {
    padding: 20px;
  }

  .reg-clients__items {
    overflow-x: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .reg-clients__items img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 158px;
    flex: 1 0 158px;
    height: 280px;
  }

  .reg-why {
    padding-top: 0px;
  }

  .reg-why__title {
    font-size: 24px;
    line-height: 1;
  }

  .reg-why__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
  }

  .reg-why__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 95%;
    flex: 1 0 95%;
    padding: 20px;
  }

  .reg-whatif {
    padding-top: 0;
  }

  .reg-whatif__body {}

  .reg-whatif__title {
    font-size: 24px;
  }

  .reg-whatif__item {
    width: 100%;
  }

  .reg-whatif__item p {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }

  .reg-howwork {
    padding-top: 0;
  }

  .reg-howwork__title {
    font-size: 24px;
  }

  .reg-howwork__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 10px;
  }

  .reg-howwork__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 95%;
    flex: 1 0 95%;
    padding: 20px;
  }

  .reg-howwork__item span {
    font-size: 24px;
  }

  .reg-request {
    padding-top: 10px;
  }

  .reg-request__body {
    padding: 0;
    background-image: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    gap: 10px;
  }

  .req-request__left {
    width: 100%;
  }

  .req-request__left p {
    font-size: 16px;
  }

  .req-request__right {
    width: 100%;
  }

  .req-request__right p {
    font-size: 16px;
  }

  .req-request__right button {
    font-size: 16px;
  }
}

.hero02 {
  padding: 30px 0;
}

.hero03__body .hero02__left button,
.hero03__body .hero02__left a.btn-flash {
  margin-top: 20px;
}

.hero03__body .hero02__right img {
  height: 540px;
}

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

.hero02__left {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.hero02__left h1 {
  color: #222222;
  line-height: 0.8;
  font-size: 64px;
}

.hero02__left p {
  color: #222222;
  font-size: 20px;
  line-height: 1.1;
}

.hero02__left p span {
  color: #EC4518;
}

.hero02__left button,
.hero02__left a.btn-flash {
  padding: 5px 14px;
  color: #EC4518;
  border: 1px solid #EC4518;
  background: #FDE7E1;
  font-size: 18px;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 10px;
}

.hero02__right {
  width: 45%;
}

.hero02__right img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.reg-info__title {
  color: #222222;
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 400;
}

.reg-info__top_left b {
  font-weight: 400;
  line-height: 1;
  color: #222222;
  display: inline;
  font-size: 20px;
}

.reg-info__top_right b {
  font-size: 20px;
}

.reg-info__top_left_raz {
  background-position: 90% 100px;
  background-size: 210px;
}

.reg-info__bottom_left b {
  color: #222222;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  padding-right: 40px;
}

.reg-info__bottom_left b>span {
  color: #EC4518;
  display: inline;
  font-weight: bold;
}

.raz-img {
  width: 340px !important;
  -o-object-fit: cover;
  object-fit: cover;
  height: 284px !important;
}

.raz-trust {
  padding: 30px 0;
}

.raz-trust__title {
  padding: 30px 0;
  font-size: 32px;
  line-height: 1.2;
  color: #222222;
}

.raz-trust__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 10px;
}

.raz-trust__item {
  width: 32.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: 10px;
}

.raz-trust__item img {
  padding: 20px 111px;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin: 0 auto;
  border: 2px solid #CDCDCD;
  border-radius: 16px;
}

.raz-trust__item span {
  display: inline;
  color: #292929;
  font-size: 24px;
  line-height: 1.2;
}

.raz-trust__item p {
  color: #222;
}

.raz-trust__item a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 12px;
  background: #EC4518;
  color: #FFF;
  border-radius: 12px;
  width: fit-content;
}

.raz-types {
  padding: 30px 0;
}

.raz-types__wrap {
  padding: 40px 30px;
  background: #FFF;
  border-radius: 16px;
}

.raz-types__title {
  padding-bottom: 30px;
  font-size: 32px;
  color: #222222;
  font-weight: 700;
  line-height: 1.2;
}

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

.raz-types__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.raz-types__item span {
  color: #222222;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.raz-types__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  row-gap: 15px;
}

.raz-types__items p {
  color: #888888;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
}

.raz-types__items p:hover {
  color: #EC4518;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.raz-dev {
  padding: 40px 0;
}

.raz-dev__body {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #EC4518;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: 105% 20px;
}

.raz-dev__left {
  width: 75%;
}
.raz-dev__left p span{
	display:inline;
	color:#EC4518;
}
.raz-dev__left p {
  font-size: 30px;
  line-height: 1.2;
  color: #222222;
}

.raz-dev__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.raz-dev__right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  border-radius: 25px;
}

.raz-dev__right_item {
  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;
  padding: 20px;
  background: #FFF;
  border-radius: 16px;
  width: 40%;
}

.raz-dev__right_item span {
  display: inline;
  font-size: 24px;
}

.raz-dev__right_item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  color: #222222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.raz-dev__right_item a i {
  color: #888888;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.raz-dev__right_item a:hover {
  color: #EC4518;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.raz-dev__right_item a:hover i {
  color: #EC4518;
}

@media (max-width: 500px) {
  .hero02__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .hero02__left {
    width: 100%;
  }

  .hero02__left h1 {
    font-size: 24px;
  }

  .hero02__left p {
    font-size: 16px;
  }

  .hero02__left button,
  .hero02__left a.btn-flash {
    font-size: 15px;
  }

  .hero02__right {
    width: 100%;
  }

  .hero02__right img {
    height: auto;
  }

  .hero03__body .hero02__right img {
    height: auto;
  }

  .reg-info__title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .reg-info__top_left b {
    font-size: 20px;
  }

  .reg-info__top_right b {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .reg-info__top_right b br {
    display: none;
  }

  .reg-info__bottom_left b {
    line-height: 1;
    font-size: 16px;
    display: inline-block;
  }

  .raz-img {
    display: none;
  }

  .raz-dogovor-about__body {
    gap: 0;
  }

  .raz-trust {
    padding-top: 0;
  }

  .raz-trust__title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .raz-trust__title br {
    display: none;
  }

  .raz-trust__body {
    overflow-x: scroll;
  }

  .raz-trust__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90%;
    flex: 1 0 90%;
  }

  .raz-trust__item span {
    font-size: 20px;
  }

  .raz-trust__item img {
    height: auto;
    padding: 0;
  }

  .raz-types__wrap {
    padding: 20px;
  }

  .raz-types__title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .raz-types__title br {
    display: none;
  }

  .raz-types__items {
    row-gap: 5px;
  }

  .raz-types__items p {
    font-size: 16px;
  }

  .raz-types__body {
    gap: 10px;
  }

  .raz-types__item span {
    margin-bottom: 5px;
  }

  .raz-dev__body {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: unset;
    gap: 15px;
  }

  .raz-dev__left {
    width: 100%;
  }

  .raz-dev__left p {
    font-size: 16px;
  }

  .raz-dev__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .raz-dev__right_item {
    width: 100%;
    gap: 10px;
  }

  .raz-dev__right_item span {
    font-size: 20px;
  }

  .raz-dev__right_item a {
    font-size: 15px;
  }
}

.reg-wyg {
  padding: 30px 0;
}

.reg-wyg__title {
  color: #222222;
  font-size: 40px;
  padding: 20px 0;
  font-weight: 400;
}

.reg-wyg__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 20px;
  margin-top: 20px;
}

.reg-wyg__top_item {
  width: 33%;
  background: #FFF;
  border-radius: 16px;
  padding: 35px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.reg-wyg__top_item span,
.reg-wyg__top_item h4 {
  display: inline;
  color: #222222;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.reg-wyg__top_item p,
.reg-wyg__top_item h5 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
}

.reg-wyg__bottom {
  margin-top: 20px;
  padding: 35px 15px;
  border-radius: 16px;
  background: #FFF;
}

.reg-wyg__bottom .partners__body {
  padding-bottom: 10px;
  padding-top: 20px;
}

.reg-wyg__bottom span {
  display: inline;
  font-size: 24px;
}

.reg-info {
  padding: 20px 0 50px;
}

.reg-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 20px;
}

.reg-info__left {
  width: 50%;
  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;
  padding: 40px;
  background: #FFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
}

.reg-info__left span {
  display: inline;
  color: #222222;
  font-weight: 400;
  line-height: 1.1;
  font-size: 32px;
}

.reg-info__left p {
  color: #222222;
  padding-right: 100px;
}

.reg-info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 40px;
  margin-top: 10px;
}

.reg-info_row a {
  text-decoration: none;
  color: #EC4518;
  font-weight: 700;
}

.reg-info_row button {
  background: transparent;
  border: 0;
  outline: none;
  color: #222222;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

.reg-info__right {
  width: 50%;
  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;
}

.reg-info__right_item {
  padding: 40px;
  background: #FFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.reg-info__right_item span {
  color: #222222;
  font-weight: 500;
  display: inline;
  font-size: 32px;
}

@media (max-width: 500px) {
  .reg-wyg {
    padding-top: 0;
  }

  .reg-wyg__title {
    font-size: 20px;
  }

  .reg-wyg__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }

  .reg-wyg__top_item {
    width: 100%;
    padding: 20px 15px;
    gap: 5px;
  }

  .reg-wyg__top_item span,
  .reg-wyg__top_item h4 {
    font-size: 20px;
  }

  .reg-wyg__top_item p,
  .reg-wyg__top_item h5 {
    line-height: 1.2;
  }

  .reg-wyg__bottom {
    padding: 20px 15px;
    margin-top: 0px;
  }

  .reg-wyg__bottom span {
    font-size: 20px;
  }

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

  .reg-info__left {
    padding: 20px 15px;
    width: 100%;
    gap: 10px;
  }

  .reg-info__left p {
    padding-right: 0;
    line-height: 1.2;
  }

  .reg-info__left span {
    font-size: 20px;
  }

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

  .reg-info__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .reg-info__right_item {
    width: 100%;
    padding: 20px 15px;
    gap: 10px;
  }

  .reg-info__right_item p {
    line-height: 1.2;
  }

  .reg-info__right_item span {
    font-size: 20px;
  }

  .reg-info {
    padding-bottom: 25px;
  }
}

.oformleniye-why__body .reg-why__item span,
.oformleniye-why__body .reg-why__item h4 {
  color: #222222;
  font-weight: 400;
}

.about-hero {
  padding: 20px 0px;
}

.about-hero__title {
  padding: 0 40px;
}

.about-hero__title h1 {
  font-size: 60px;
  line-height: 1;
}

.about-hero__title p {
  font-size: 24px;
}

.about-hero__body {
  padding: 80px 100px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-hero__left {
  width: 30%;
  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;
  text-transform: uppercase;
  font-weight: 700;
}

.about-hero__left p {
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-hero__left a {
  text-decoration: none;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-hero__left a:hover {
  border-bottom: 1px solid #000;
}

.about-hero__right {
  width: 100%;
}

.about-hero__right p {
  font-size: 24px;
  line-height: 1.2;
}

.about-hero__right p span {
  color: #EC4518;
  display: inline;
  font-weight: bold;
}

.about-hero__img {
  padding: 10px 100px;
  position: relative;
}

.about-hero__img img {
  width: 100%;
  height: 500px;
  object-position: 0 -220px;
  border-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-hero__img hr {
  margin-top: 50px;
  background: #000000;
  height: 1px;
  border: 0;
  outline: none;
}

.about-numbers {
  padding: 20px 100px;
}

.about-numbers hr {
  width: 95%;
  height: 1px;
  background: #000;
  outline: none;
  border: 0;
  margin: 0 auto;
  margin-top: 50px;
}

.about-numbers__body {
  padding: 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-numbers__item {
  width: 45%;
  margin: 0 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: 10px;
}

.about-numbers__item span {
  display: inline;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.about-numbers__item p {
  font-size: 24px;
}

.about-info {
  padding: 30px 0;
}

.about-info__wrapper {
  padding: 0 100px;
}

.about-info__wrapper img {
  width: 100%;
  height: 489px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  object-position: 0 -70px;
}

.about-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding: 100px 0;
  padding-bottom: 30px;
}

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

.about-info__left span {
  display: inline;
  font-size: 50px;
  line-height: 1.3;
}

.about-info__left p span {
  display: inline;
  font-weight: bold;
  color: #EC4518;
  font-size: 18px;
  line-height: unset;
}

.about-info__left p {
  font-size: 18px;
}

.about-info__right {
  width: 60%;
}

.about-info__right img {
  height: auto;
  object-position: unset;
}

.about-info__item {
  width: 45%;
  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;
}

.about-info__item img {
  height: 350px;
  border-radius: 0;
  width: 80%;
}

.about-info__item p {
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .about-hero__title {
    padding: 0;
  }

  .about-hero__title h1 {
    font-size: 22px;
  }

  .about-hero__title p {
    font-size: 16px;
    line-height: 1.2;
  }

  .about-hero__body {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .about-hero__left {
    width: 100%;
    gap: 10px;
  }

  .about-hero__left p,
  .about-hero__left a {
    font-size: 14px;
  }

  .about-hero__right {
    width: 100%;
  }

  .about-hero__right p {
    font-size: 16px;
  }

  .about-hero__img {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero__img img {
    height: auto;
    object-position: unset;
  }

  .about-hero__img hr {
    margin-top: 15px;
  }

  .about-numbers {
    padding-left: 0;
    padding-right: 0;
  }

  .about-numbers hr {
    width: 100%;
  }

  .about-numbers__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    gap: 10px;
    padding-bottom: 10px;
  }

  .about-numbers__item {
    width: 100%;
  }

  .about-numbers__item span {
    font-size: 22px;
  }

  .about-numbers__item span br {
    display: none;
  }

  .about-numbers__item p {
    font-size: 16px;
  }

  .about-info {
    padding-top: 10px;
  }

  .about-info__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-info__wrapper img {
    height: auto;
    object-position: unset;
  }

  .about-info__body {
    padding-top: 20px;
  }

  .about-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    gap: 20px;
  }

  .about-info__left {
    width: 100%;
    gap: 10px;
  }

  .about-info__left span {
    font-size: 20px;
  }

  .about-info__left span br {
    display: none;
  }

  .about-info__left p {
    font-size: 15px;
    line-height: 1.2;
  }

  .about-info__right {
    width: 100%;
    padding-left: 0;
  }

  .about-info__item {
    gap: 10px;
    width: 48%;
  }

  .about-info__item img {
    height: 150px;
    width: 100%;
  }

  .about-info__item p {
    font-size: 15px;
  }
}

.vjs-poster img {
  object-fit: cover;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 15%;
}

/* Modal Content/Box */
.modal-content {
  border-radius: 8px;
  background-color: #fefefe;
  margin: auto;
  padding: 30px 30px 5px;
  border: 1px solid #888;
  width: 80%;
  max-width: 840px;
}

.modal-content h2 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.modal__title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

#modalForm {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.form-group {
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  padding-bottom: 30px;
}

.form-group input {
  width: 100%;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 16px;
  outline: none;
  font-size: 20px;
}

.form-group button {
  width: 100%;
  text-align: center;
  height: 100%;
  font-size: 20px;
  color: #EC4518;
  background: #FEF4F1;
  border: 1px solid #EC4518;
  border-radius: 16px;
  cursor: pointer;
}

.close {
  cursor: pointer;
}

@media (max-width: 600px) {
  .modal-content {
    margin: 50% auto;
  }

  .modal-content .submit-btn {
    width: 240px;
  }
}

@media (max-width: 425px) {
  .modal-content {
    padding: 10px 15px 5px;
    width: 90%;
  }

  .form-group {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
  }

  .modal-content .submit-btn {
    margin-top: 20px;
    width: 160px;
    padding: 10px 15px;
  }
}

@media(max-width:500px) {
  .modal-content h2 {
    font-size: 20px;
  }

  #modalForm {
    flex-direction: column;
    gap: 5px;
  }

  .form-group {
    width: 100%;
    padding-bottom: 0;
  }

  .form-group input {
    padding: 10px 15px;
    font-size: 16px;
  }

  .form-group button {
    font-size: 16px;
    padding: 10px 15px;
  }

  .modal-content .submit-btn {
    margin-top: 0;
    width: 100%;
  }

  .modal-content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

/* WIDGETS */

/*  Widgets */
.widgets {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999999999;
}

.widgets a:hover {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widgets img {
  width: 50px;
}

@media(max-width:500px) {
  .widgets img {
    width: auto;
  }
}


.support-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.support-bottom__left {
  width: 35%;
}

.support-bottom__left>.reg-wyg__top_item {
  width: 100%;
}

.support-bottom__right {
  width: 66%;
  background: #FFF;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.support-bottom__right b {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}


.support-services {
  padding: 30px 0;
}

.support-services__title {
  padding: 10px 0;
  font-size: 32px;
}

.support-services__body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: normal;
  padding: 20px 0;
}

.support-services__left {
  width: 55%;
  padding: 20px;
  background: #FFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.support-services__left b,
.support-services__right b {
  color: #222;
  font-weight: 400;
  font-size: 32px;
}

.support-services__left p,
.support-services__right p {
  color: #222;
  transition: .4s;
  font-size: 18px;
}

.support-services__left p:hover,
.support-services__right p:hover {
  color: #EC4518;
  transition: .4s;
}

.support-services__right {
  width: 45%;
  padding: 20px;
  background: #FFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


@media(max-width:500px) {
  .support-bottom {
    flex-direction: column;
    margin-top: 15px;
  }

  .support-bottom__left {
    width: 100%;
  }

  .support-bottom__right {
    width: 100%;
  }

  .support-bottom__right b {
    font-size: 18px;
  }

  .support-services__title {
    font-size: 18px;
  }

  .support-services__body {
    flex-direction: column;
    padding: 5px 0;
    gap: 10px;
  }

  .support-services__left {
    width: 100%;
    padding: 10px;
    gap: 5px;
  }

  .support-services__right {
    width: 100%;
    gap: 5px;
    padding: 10px;
  }

  .support-services__left b,
  .support-services__right b {
    font-size: 22px;
  }

  .support-services__left p,
  .support-services__right p {
    font-size: 16px;
  }

  .support-services {
    padding: 10px 0;
  }
}


.about-partners {
  padding: 20px 100px 50px;
}

.about-partners__title {
  font-size: 23px;
  line-height: 1.1;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
}

.about-partners__title a {
  text-decoration: none;
  font-size: 16px;
  padding: 10px 15px;
  background: #EC4518;
  color: #FFF;
  font-weight: 700;
  border-radius: 8px;
  width: fit-content;
}

.about-partners__body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
}

.about-partners__body p {
  font-size: 18px;
}

@media(max-width:500px) {
  .about-partners {
    padding: 20px 0;
  }

  .about-partners__title {
    font-size: 22px;
  }

  .about-partners__body {
    flex-direction: column;
    gap: 10px;
  }

  .about-partners__body p {
    font-size: 16px;
  }
}


/* TEAMS */
.about-info__right {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}

.teams__item {
  width: 250px;
}

.teams__item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: unset;
}

.teams__item p {
  text-transform: uppercase;
  font-weight: 700;
}

.teams__slide {
  min-width: 250px;
  max-width: 250px;
  margin-right: 20px;
}

@media(max-width:500px) {
  .about-info__right {
    padding-left: 0;
  }

  .cta__left_02 form>p {
    flex-direction: column;
  }

  .cta__left_02 form>p br {
    display: none;
  }
}

#modalForm form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  cursor: pointer;
  background: #FEF4F1;
  color: #EC4518;
  border-color: #EC4518;
  cursor: pointer;
}

@media(max-width:500px) {
  #modalForm form {
    flex-direction: column;
    gap: 5px;
  }

  #modalForm>div>form>.wpcf7-response-output {
    display: none;
  }
}

#modalForm>div>form>.wpcf7-response-output {
  position: absolute;
  bottom: 20px;
}

.modal-content {
  position: relative;
  padding-bottom: 30px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 12px;
}

.dropdown-content a {
  color: black;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  margin-left: 0;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 12px;
  color: #EC4518;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.raz-trust__title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.raz-trust__title a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  background: #EC4518;
  color: #FFF;
  font-weight: 700;
  border-radius: 8px;
  font-size: 16px;
}

@media(max-width:500px) {
  .raz-trust__title {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.case_title {
  margin-top: 20px;
  color: #EC4518;
  font-weight: bold;
  display: inline-block;
}

.aic {
  align-items: center;
  padding-top: 20px;
}

@media(max-width:500px) {
  .about-info__left p span {
    font-size: 16px;
    line-height: 1.2;
  }

  .about-info {
    padding-bottom: 0;
  }

  .about-info__left p {
    font-size: 16px;
  }

  .about-partners {
    padding-bottom: 0;
  }
}

/* Стили для дропдауна */
.dropdown-toggle {
  margin-top: 20px !important;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 0 !important;
}

.dropdown-toggle i {
  font-size: 12px;
}

/* Контейнер дропдауна */
.dropdown {
  position: relative;
  display: inline-block;
  /* width: 100%; */
}

/* Выпадающее меню */
.dropdown-menu {
  display: none;
  /* position: absolute; */
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}

/* Стили пунктов меню */
.dropdown-menu a {
  display: block;
  padding: 5px;
  text-decoration: none;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

/* Показываем дропдаун при активном классе */
.dropdown-menu.show {
  display: flex;
}
#btnUp {
  display: none;
}

.cta__left_01 b{
	font-weight:400;
	font-size:20px;
}

/* mfca */
.mfca {
	padding:20px 0;
}
.mfca__title { 
	display:flex;
	flex-direction:column;
	gap:10px;
	align-items:flex-start;
	font-size:40px;
}
.mfca__title p{ 
	font-size:20px;
	color:#424242;
}
.mfca__body { 
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	padding:20px 0;
	align-items:normal;
}
.mfca__item { 
	width:49%;
	padding:30px 20px;
	background:#FFF;
	border-radius:16px;
	display:flex;
	flex-direction:column;
	gap:10px;
	justify-content:center;
	align-items:flex-start;
}
.mfca__item span{ 
	display:inline;
	color:#222222;
	font-size:32px;
	line-height:1.1;
}
.mfca__item p{ 
	color:#222;
	font-size:18px;
}
.mfca__item button{
	padding: 5px 14px;
    color: #EC4518;
    border: 1px solid #EC4518;
    background: #FDE7E1;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 10px;
} 

/* ============================================================
   Правки 2026-07: новые компоненты (телефон в шапке, языки,
   btn-flash, hero-services, seo-text, footer-nav, 404, спасибо,
   h-теги вместо div/span/p)
   ============================================================ */

/* --- Телефон в шапке (десктоп) --- */
.navbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

a.navbar-phone {
  text-decoration: none;
  color: #222222;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a.navbar-phone:hover {
  color: #EC4518;
}

@media (max-width: 500px) {

  /* дублирует правило из медиаблока выше: базовый .navbar__right{display:flex}
     объявлен ниже по каскаду и иначе перебил бы display:none */
  .navbar__right {
    display: none;
  }
}

/* --- Телефон в мобильном меню --- */
.navbar__menu_mobile a.navbar-phone--mobile,
.navbar__menu_mobile.show a.navbar-phone--mobile {
  margin: 14px 12px 0;
  padding-top: 14px;
  border-top: 1px solid #EEEEEE;
  color: #EC4518;
  font-weight: 700;
  font-size: 17px;
}

/* --- Переключатель языков --- */
.lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}

.lang-switcher__item {
  text-decoration: none;
  color: #222222;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.lang-switcher__item.active {
  color: #EC4518;
}

.lang-switcher__item:not(.active) {
  opacity: 0.55;
  cursor: default;
}

.navbar__menu_mobile .lang-switcher--mobile {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  margin: 12px 0 20px;
}

.navbar__menu_mobile .lang-switcher--mobile a.lang-switcher__item,
.navbar__menu_mobile.show .lang-switcher--mobile a.lang-switcher__item {
  margin: 0;
  color: #222222;
  font-size: 16px;
}

.navbar__menu_mobile .lang-switcher--mobile a.lang-switcher__item.active {
  color: #EC4518;
}

@media (max-width: 500px) {
  .top-menu .lang-switcher {
    display: none;
  }
}

/* --- Кнопка с анимацией-бликом --- */
.btn-flash {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

/* Блик оранжевый, а не белый: кнопка на светлом фоне (#FDE7E1) — белое на белом
   заказчику не читалось. Пульсация рамки добавляет заметности без смены цвета кнопки. */
.btn-flash::after {
  content: "";
  position: absolute;
  top: 0;
  left: 110%;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(236, 69, 24, 0.55), transparent);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  pointer-events: none;
  -webkit-animation: btn-flash 2.5s infinite;
  animation: btn-flash 2.5s infinite;
}

@-webkit-keyframes btn-flash {
  0% {
    left: 110%;
  }

  60%,
  100% {
    left: -60%;
  }
}

@keyframes btn-flash {
  0% {
    left: 110%;
  }

  60%,
  100% {
    left: -60%;
  }
}

/* --- Hero услуг (hero02): h2/h3 вместо h1/p --- */
.hero02__left h2 {
  color: #222222;
  font-size: 44px;
  line-height: 1.1;
}

/* Акцент в заголовке hero: первая фраза оранжевым, продолжение — чёрным с новой строки */
.hero02__left h2 span {
  color: #EC4518;
}

/* Страницы, где h1 переехал в SEO-блок, а hero-заголовок сохраняет прежний кегль */
.hero02__left h2.hero02__title_lg {
  font-size: 64px;
  line-height: 0.8;
}

.hero02__left h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

@media (max-width: 500px) {
  .hero02__left h2 {
    font-size: 24px;
    line-height: 1.15;
  }

  .hero02__left h2.hero02__title_lg {
    font-size: 24px;
    line-height: 1.15;
  }

  .hero02__left h3 {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* --- Hero главной: подзаголовок и список услуг --- */
.header__left h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-services {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.hero-services li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  padding: 4px 0 4px 20px;
}

.hero-services li::before {
  content: "\2192";
  position: absolute;
  left: 0;
  color: #EC4518;
}

.hero-services a {
  text-decoration: none;
  color: #222222;
  font-size: 17px;
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.hero-services a:hover {
  color: #EC4518;
  text-decoration: underline;
}

@media (max-width: 500px) {
  .header__left h3 {
    font-size: 17px;
  }

  .hero-services {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .hero-services li {
    padding: 3px 0 3px 18px;
  }

  .hero-services a {
    font-size: 15px;
  }
}

/* --- how-close (/closure/): h3/h4/h5 вместо div/span/p.
   Базовые стили секции живут в «Дополнительных стилях» Customizer
   (wp-custom-css) и целятся в span/p — здесь их зеркало для h-тегов --- */
h3.how-close__title {
  font-weight: 400;
}

.how-close__item__title h4 {
  display: inline-block;
  color: #222222;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.how-close__item__text h5 {
  font-size: 16px;
  font-weight: 400;
}

.how-close__item:nth-child(3) h5 {
  margin-bottom: 7px;
}

.how-close__item__text h5 span {
  font-weight: bold;
  color: #EC4518;
}

@media (max-width: 500px) {
  .how-close__item__title h4 {
    font-size: 18px;
  }

  .how-close__item__text h5 {
    font-size: 16px;
  }

  .how-close__item__text h5 br {
    display: none;
  }
}

/* --- whyabd (/closure/): h4/h5 вместо span/p (зеркало wp-custom-css) --- */
.whyabd__item h4 {
  display: inline-block;
  width: 100%;
  font-size: 21px;
  color: #1F1F1F;
  font-weight: bold;
}

.whyabd__item h5 {
  line-height: 1.5;
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
}

.whyabd__item:nth-child(2) h4,
.whyabd__item:nth-child(2) h5,
.whyabd__item:nth-child(3) h4,
.whyabd__item:nth-child(3) h5,
.whyabd__item:nth-child(4) h4,
.whyabd__item:nth-child(4) h5,
.whyabd__item:last-child h4 {
  color: #FFF;
}

/* --- benefits: h5 вместо p (зеркало правила Customizer .benefits__item p{color:#000}) --- */
.benefits__item h5 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

/* --- SEO-блок над отзывами --- */
.seo-text {
  padding: 40px 0 20px;
}

.seo-text .container {
  max-width: 1000px;
}

.seo-text h1 {
  color: #222222;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.seo-text p {
  color: #222222;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.seo-text p:last-child {
  margin-bottom: 0;
}

.seo-text p strong {
  color: #222222;
  font-size: 18px;
}

/* --- SEO-блок: сворачивание («раскрыть/скрыть») ---
   Текст всегда остаётся в DOM и доступен поисковику: свёрнутое состояние — это
   ограничение высоты, а не display:none. Без JS блок раскрыт полностью. */
.seo-text--collapsible .seo-text__content {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.45s ease;
  transition: max-height 0.45s ease;
}

.seo-text--collapsible .seo-text__content.is-collapsed {
  max-height: 190px;
}

.seo-text--collapsible .seo-text__content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(#F2F2F2));
  background: linear-gradient(180deg, rgba(242, 242, 242, 0), #F2F2F2);
  pointer-events: none;
}

.seo-text__toggle {
  display: none;
  margin-top: 16px;
  padding: 8px 18px;
  color: #EC4518;
  border: 1px solid #EC4518;
  background: #FDE7E1;
  font-family: Circe;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.seo-text__toggle:hover {
  background: #EC4518;
  color: #FFF;
}

/* Кнопку показываем только когда сворачивание реально включено скриптом */
.seo-text--collapsible.is-ready .seo-text__toggle {
  display: inline-block;
}

@media (max-width: 500px) {
  .seo-text {
    padding: 30px 0 10px;
  }

  .seo-text h1 {
    font-size: 24px;
  }

  .seo-text--collapsible .seo-text__content.is-collapsed {
    max-height: 160px;
  }
}

/* --- Футер: блок перелинковки --- */
.footer-nav {
  margin-top: 20px;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 30px 40px;
  background: #FFF;
  border-radius: 16px;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.footer-nav li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 5px 0;
}

.footer-nav a {
  text-decoration: none;
  color: #888888;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #EC4518;
  text-decoration: underline;
}

@media (max-width: 500px) {
  .footer-nav ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 20px;
  }

  .footer-nav li {
    padding: 8px 0;
  }
}

/* --- Страница 404 --- */
.error-404__body {
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.error-404__body h1 {
  color: #222222;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
}

.error-404__body p {
  color: #222222;
  line-height: 1.5;
  margin-bottom: 25px;
}

a.error-404__btn {
  display: inline-block;
  background: #EC4518;
  color: #FFF;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

a.error-404__btn:hover {
  background: #d13c12;
}

.error-404__links {
  list-style: none;
  padding: 0;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 25px;
}

.error-404__links a {
  color: #EC4518;
  font-weight: 700;
  text-decoration: none;
}

.error-404__links a:hover {
  text-decoration: underline;
}

@media (max-width: 500px) {
  .error-404__body {
    padding: 50px 0;
  }

  .error-404__body h1 {
    font-size: 28px;
  }

  .error-404__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

/* --- Страница «Спасибо» --- */
.thank-you__body {
  max-width: 700px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}

.thank-you__body h1 {
  color: #222222;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
}

.thank-you__body p {
  color: #222222;
  line-height: 1.5;
  margin-bottom: 30px;
}

.thank-you__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a.thank-you__btn {
  display: inline-block;
  background: #EC4518;
  color: #FFF;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

a.thank-you__btn:hover {
  background: #d13c12;
}

a.thank-you__btn_wp {
  background: #25D366;
}

a.thank-you__btn_wp:hover {
  background: #1fb457;
}

@media (max-width: 500px) {
  .thank-you__body {
    padding: 60px 0;
  }

  .thank-you__body h1 {
    font-size: 28px;
  }

  .thank-you__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  a.thank-you__btn {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}
