@import "fancybox.css";
@import "owl-carousel.css";
@import "page_main.css?v=1";
@import url(general.css);
@import url(page_seo.css);
@import url(page_about.css?v=1);
@import url(page_cases.css);
@import url(page_contacts.css);
@import url(form.css);
@font-face {
  font-family: 'HelveticaNeue';
  src: url(../fonts/HelveticaNeue-Roman.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url(../fonts/HelveticaNeue-Medium.otf) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url(../fonts/HelveticaNeue-Bold.otf) format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeistMono';
  src: url(../fonts/GeistMono.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/**

*
  Сброс CSS стилей
*
**/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body.__hidden {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
input,
textarea,
button,
select {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.show {
  display: block !important;
}
.hide,
.xs-show,
.sm-show,
.md-show {
  display: none !important;
}

.tabs__item p{
    margin-bottom: 12px;
}
.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 39, 51, 0.7);
  z-index: 80;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0;
}
.popup_block .close_field {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  cursor: pointer;
}
.popup_block .inner {
  background-color: #fff;
  padding: 25px;
}
.popup_block .wrapper {
  z-index: 51;
  background: #fff;
  padding: 30px;
  position: relative;
}
.popup_block .wrapper .title {
  font: 42px/44px;
  margin-bottom: 30px;
}
.popup_block .wrapper .field {
  width: 100%;
}
.popup_block .wrapper .field .input {
  border: 2px solid #eaeff4;
  font: 14px;
}
.popup_block .wrapper .logo_img {
  position: absolute;
  top: 20px;
  right: 30px;
}
.popup_block .wrapper .btn {
  background-color: #ee1c25;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.popup_block .wrapper.__small {
  max-width: 372px;
}
.popup_block .wrapper.__small .btn {
  width: 100%;
}
.popup_block .wrapper.__wide {
  max-width: 1170px;
}
.popup_block .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.popup_block .close_popup_icon {
  position: absolute;
  top: 0;
  right: -52px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.popup_block .close_popup_icon path {
  fill: #a5adbc;
}
.popup_block.__visible {
  display: flex;
  opacity: 1;
  visibility: visible;
}
body {
  color: #212121;
  font-family: 'HelveticaNeue';
  font-weight: 400;
  background-color: #f7f7f7;
}
.container {
  margin: 0 auto;
}
/********************HEADER*****************/
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #f8f8f8;
  max-width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 32px;
  border-bottom: 1px solid rgba(224, 222, 222, 0.3);
}
.header {
  height: 100%;
  width: 100%;
}
.header .container {
  padding: 0 26px;
  height: 100%;
  background-color: white;
  border-radius: 20px;
}
.header__phone-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__phone-info img {
  width: 10px;
  height: 10px;
}
header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  pointer-events: none;
  z-index: 200;
}
.scroll_head {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 76px;
}
/*****************MEGA MENU****************/
.header__menu-gl-inn {
  gap: 80px;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__menu-gl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__menu-gl .header__logo img {
  max-width: 142px;
  height: auto;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 34px;
}
.header__menu li {
  align-items: center;
}
.header__menu li a {
  transition: all 0.2s ease-in-out;
}
.header__menu li a:hover,
.header__menu li.current {
  text-shadow: 0 0 0 #000;
  color: #212121;
}
.header__menu li.current {
  pointer-events: none;
}
.header__menu li.current a {
  font-weight: 700;
  text-shadow: none;
  color: #212121;
}
.header__menu li.has-mega {
  position: relative;
}
.header__menu li.has-mega::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #212121;
  height: 0;
  width: 100%;
  transition: height 0.1s ease-in-out;
}
.header__menu li.has-mega.active::after {
  height: 3px;
}
.header__menu li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1%;
  color: rgba(33, 33, 33, 0.8);
}
.mega_menu {
  position: fixed;
  left: 0;
  top: 85px;
  width: 100%;
  min-height: 470px;
  background: #F8F8F8;
  box-shadow: 0px 34px 44px 0px rgba(0, 0, 0, 0.07);
  border-top: 1px solid #E0DEDE;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.mega_menu_inn_method {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #97D80C;
  margin-top: 28px;
  cursor: pointer;
}
.mega_menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega_menu .mega_menu_inn {
  padding: 50px 30px 70px 243px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mega_menu .mega_menu_inn .mega_menu_left_wrap {
  display: flex;
  align-items: flex-start;
  gap: 165px;
}
.mega_menu .mega_menu_inn .mega_menu_left ul,
.mega_menu .mega_menu_inn .mega_menu_center ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.mega_menu .mega_menu_inn .mega_menu_left .mega_menu_left_method {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #97D80C;
  margin-top: 28px;
  cursor: pointer;
}
.mega_menu .mega_menu_inn .mega_menu_left ul li a {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #212121;
}
.mega_menu .mega_menu_inn .mega_menu_left ul li a:hover,
.mega_menu .mega_menu_inn .mega_menu_center ul li a:hover {
  color: #97D80C;
  text-shadow: none;
}
.mega_menu .mega_menu_inn .mega_menu_center h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 6%;
  text-transform: uppercase;
  color: #777C8B;
  margin-bottom: 10px;
}
.mega_menu .mega_menu_inn .mega_menu_center ul {
  gap: 18px;
}
.mega_menu .mega_menu_inn .mega_menu_center ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #212121;
}
.mega_menu .mega_menu_inn .mega_menu_right {
  width: 350px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 0 27px 20px 27px;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 14px;
  background-position-x: 65%;
  position: relative;
}
.mega_menu .mega_menu_inn .mega_menu_right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 1;
  mix-blend-mode: saturation;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mega_menu .mega_menu_inn .mega_menu_right .mega_menu_right_content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 2;
}
.mega_menu .mega_menu_inn .mega_menu_right .mega_menu_right_content h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0%;
  color: #fff;
}
.mega_menu .mega_menu_inn .mega_menu_right .mega_menu_right_content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 134%;
  letter-spacing: 0%;
  color: #fff;
}
.mega_menu .mega_menu_inn .mega_menu_right .mega_menu_right_content .new_btn {
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 2%;
  text-align: center;
  max-width: 193px;
  padding: 16px 18px;
}
/*****************MEGA MENU****************/
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header__menu li {
  height: 100%;
  display: flex;
}
.current__page span {
  color: #000;
  font-weight: 800;
}
.header__link {
  display: flex;
  transition: transform 0.3s ease;
  align-items: center;
  border-radius: 8px;
  padding: 10px;
  padding-top: 7px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #212121;
  font-size: 16px;
  line-height: normal;
}
.header__link svg {
  margin-left: 10px;
}
.header__link svg path {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header__link:hover {
  color: #000;
}
.header__link:hover svg path {
  stroke: #5EAEAE;
}
.header__point.active > a svg,
.header__point.current__page > a svg {
  transform: rotate(180deg);
}
.header__point.active > a svg path,
.header__point.current__page > a svg path {
  stroke: #5EAEAE;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 47px;
}
.header__phone {
  display: flex;
  align-items: center;
}
.header__phone-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #212121;
}
.header__phone {
  margin-right: 0;
}
.standart-btn .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: scaleX(1);
  transition: transform 0.3s ease;
  background: #212121;
  border: none;
  border-radius: inherit;
}
.standart-btn {
  position: relative;
  border-radius: 14px;
  padding: 10px 20px;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  isolation: isolate;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.standart-btn img {
  margin-left: 8px;
}
.btn-second .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: scaleX(1);
  transition: transform 0.3s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 107, 53, 0.2) 100%), linear-gradient(0deg, #ff6b35, #ff6b35);
  border: none;
  border-radius: inherit;
}
@keyframes rubber-expand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scaleX(1.04);
  }
  50% {
    transform: scaleX(1.02);
  }
  70% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1.04);
  }
}
@keyframes rubber-collapse {
  0% {
    transform: scaleX(1.04);
  }
  30% {
    transform: scaleX(0.97);
  }
  50% {
    transform: scaleX(1.01);
  }
  70% {
    transform: scaleX(0.99);
  }
  100% {
    transform: scaleX(1);
  }
}
.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.new_btn {
  background: #212121;
  color: #fff;
  box-shadow: 0px 24px 30px -24px #0000004D;
  border-radius: 12px;
  padding: 16px 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 148%;
  letter-spacing: 2%;
  width: 243px;
  justify-content: center;
  animation: moveForward 0.3s ease forwards;
}
.new_btn:hover {
  animation: moveWidth 0.3s ease forwards;
}
@keyframes moveWidth {
  0% {
    width: 243px;
  }
  80% {
    width: 267px;
  }
  100% {
    width: 263px;
  }
}
@keyframes moveForward {
  0% {
    width: 263px;
  }
  80% {
    width: 238px;
  }
  100% {
    width: 243px;
  }
}
.new_anoter_btn {
  background: #212121;
  color: #fff;
  box-shadow: 0px 24px 30px -10px #0000004D;
  border-radius: 12px;
  padding: 16px 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 148%;
  letter-spacing: 2%;
  justify-content: center;
  transition: color 0.3s ease-in-out;
}
.new_anoter_btn:hover {
  color: #97D80C;
}
.new_anoter_btn:hover svg {
  display: block;
}
.new_anoter_btn svg {
  display: none;
}
.application__btn {
  width: 215px;
  height: 45px;
}
.application__btn img {
  width: auto;
}
.header__btn-wr {
  width: 197px;
  position: relative;
  top: -8px;
  left: -3px;
}
.header__btn {
  display: flex;
  align-items: center;
  top: 0 !important;
  left: 0 !important;
}
.header__phone.unvisible,
.header__btn.unvisible {
  display: none;
}
.application__wr {
  max-width: 10000px;
  border: 8px solid rgba(94, 174, 174, 0);
  border-radius: 48px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
main {
  max-width: 1920px;
  margin: 0 auto;
}
.application__wr * {
  max-width: 10000px;
}
.main__btn {
  color: #FFF;
  font-family: "Inter";
  width: 249px;
  font-size: 18px;
  height: 60px;
}
.main__btn img {
  margin-left: 10px;
}
.main .header__btn-wr {
  position: relative;
  top: 0 !important;
  width: auto !important;
  left: 0 !important;
}
.main .header__btn-wr .application__wr {
  position: static;
  transform: translate(0);
  border: none;
}
.header__shadow {
  height: 101px;
}
.main__btn:hover {
  background-color: #000;
}
.main__time-text {
  color: #DA8082;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 55.348px;
  font-feature-settings: 'case' on;
  position: relative;
  z-index: 4;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main__time {
  position: relative;
  width: 208px;
  height: 205.322px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__time--wr {
  position: absolute;
  top: -99px;
  right: -40px;
}
.main__time--img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main__btn {
  position: relative;
  left: 3px;
  width: 252px;
}
.mini_head .header_socials_icons .header_socials_icon:last-child {
  display: block;
}
.mini_head .header__btn {
  display: flex;
}
.header_social_group {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header_social_group .new_btn {
  padding: 13px 20px;
}
.header_social_group .header_socials .header_socials_icons {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header_social_group .header_socials .header_socials_icons .header_socials_icon {
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.header_social_group .header_socials .header_socials_icons .header_socials_icon:hover {
  border: none;
}
.header_social_group .header_socials .header_socials_icons .header_socials_icon:hover img {
  opacity: 1;
}
.header_social_group .header_socials .header_socials_icons .header_socials_icon img {
  opacity: 0.7;
}
.burger_socials {
  display: none;
}
.unvisible {
  display: none;
}
.scroll_head .mega_menu {
  top: 76px;
}
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1281px) {
  .header__menu-mobile {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header__menu-mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  header {
    padding: 0 16px;
    height: 64px;
  }
  .header__contacts {
    gap: 24px;
  }
  .header_socials_icons {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header_socials_icons a {
    width: 22px;
    height: 22px;
  }
  .header__phone {
    display: none;
  }
  .header_social_group .header_socials .header_socials_icons .header_socials_icon:last-child {
    display: none;
  }
  .header__menu-gl-inn .header__menu {
    display: none;
  }
  .burger_socials {
    display: block;
  }
  .header__burger {
    width: 20px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .header__burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    transition: 0.3s;
  }
  .header__burger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .header__menu-mobile {
    position: fixed;
    top: 64px;
    width: 100%;
    height: calc(100vh - 64px);
    background: #F8F8F8;
    left: 0;
    padding: 30px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(120%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  .header__menu-mobile.active {
    transform: translateX(0);
  }
  .header__menu-mobile_inn {
    position: relative;
  }
  .menu-mobile_main {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .menu-mobile_main .menu-mobile_main_inner {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }
  .menu-mobile_main .menu-mobile_main_inner li a {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #212121;
  }
  .menu-mobile_main .menu-mobile_main_inner li.current a {
    font-weight: 700;
  }
  .menu-mobile_main .mobile_menu_bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mobile_menu_bottom .mobile_menu_socials .header_socials_icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mobile_menu_bottom .mobile_menu_socials .header_socials_icons a {
    width: 46px;
    height: 46px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
    border-radius: 100%;
  }
  .mobile_menu_contacts {
    display: flex;
    flex-direction: column;
  }
  .mobile_menu_contacts .footer__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 6%;
    text-transform: uppercase;
    color: #777C8B;
  }
  .mobile_menu_contacts .footer__tel {
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #212121;
  }
  .header_social_group .header_socials .header_socials_icons .header_socials_icon {
    padding: 0;
  }
  .scroll_head-mob .header_social_group {
    gap: 13px;
  }
  .mega_menu {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-height: auto;
    background: #F8F8F8;
    box-shadow: none;
    border-top: 0;
    transform: translate(120%, 10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  html.hidden {
    overflow-y: hidden;
  }
  .mega_menu.active {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .mega_menu .mega_menu_inn {
    padding: 0;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .mega_menu_inn .mega_menu_inn_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #212121;
    margin-bottom: 36px;
  }
  .mega_menu .mega_menu_inn .mega_menu_left {
    margin-bottom: 40px;
  }
  .mega_menu .mega_menu_inn .mega_menu_left ul,
  .mega_menu .mega_menu_inn .mega_menu_center ul {
    gap: 8px;
  }
  .mega_menu_left h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 6%;
    text-transform: uppercase;
    color: #777C8B;
    margin-bottom: 10px;
  }
  .mega_menu .mega_menu_inn .mega_menu_left ul li a {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
  }
  .mega_menu_inn_method {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
  }
}
.mobile_call {
	display:none;
}
.mobile_call a {
	    display: flex;
    background: #212121;
    width: 1000%;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 15px;
}
.mobile_call a svg {
    width: 27px;
    margin-left: 7px;
	height:50px;
}
.formpopup_text {
	 margin:20px 0;
	 font-size:20px;
	 color:#777C8B;
}
.formpopup_text b {
	font-weight:bold;
	color:#000000;
}
#formpopup .container {
	padding:5vw 3vw;
}
@media (min-width: 770px) {
#formpopup .container .form__content .future__head .support__name {
	font-size:60px;
}
}

@media (max-width: 769px) {
	footer {
		margin-bottom: 50px;
	}
	.support {
		margin-bottom:30px;
	}
	.tasks.reveal {
		transform: translateY(10px);
		opacity: 1;
	}
  .mobile_call {
	 display:BLOCK;
	 background: #fff;
    padding: 5px 10px;
	    position: fixed;
    bottom: 0px;
    width: 100%;
	z-index: 999;
}
}

@media (max-width: 600px) {
  .header__menu-gl .header__logo img {
    max-width: 109px;
  }
#formpopup::-webkit-scrollbar {
      width: 0;
      height: 0;
}
  
  
  .header_social_group .new_btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 148%;
    letter-spacing: 2%;
    text-align: center;
    padding: 4px;
    min-height: 32px;
    gap: 2px;
    max-width: 91px;
  }
  .header_social_group .new_btn svg {
    width: 13px;
    height: 12px;
  }
}
/********************HEADER*****************/
.support__name {
  font-weight: 700;
  font-size: 65px;
  line-height: 60px;
  letter-spacing: 0%;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  color: #000;
  margin: 0 0 20px;
}
.text-color {
  color: #DA8082;
  text-align: center;
  font-family: "Inter";
  font-size: 56px;
  font-style: normal;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: -0.56px;
}
.support__name span {
  color: #777C8B;
}
/**************FOOTER NEW BLOCK*****************/
footer {
  background: #0b0b0b url(../imgs/bg/footer_bg.png) left center repeat;
  position: relative;
  overflow: hidden;
}
footer .container {
  z-index: 2;
  position: relative;
  max-width: 100%;
  padding: 0 109px;
}
footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 58.48%);
  pointer-events: none;
}
footer .container .footer__top {
  gap: 100px;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid rgba(224, 222, 222, 0.05);
  padding: 141px 131px 224px 131px;
}
footer .container .footer__top .footer__logo--wrapper .footer__logo {
  position: static;
  width: 100%;
  max-width: 500px;
  display: block;
  margin-top: 40px;
}
footer .container .footer__top .footer__menu {
  position: static;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .container .footer__top .footer__menu .footer_blocks {
  display: flex;
  gap: 88px;
}
footer .container .footer__top .footer__menu .footer_blocks .footer__block .footer__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 6%;
  text-transform: uppercase;
  color: #777C8B;
  margin-bottom: 28px;
}
footer .container .footer__top .footer__menu .footer_blocks .footer__block .footer__list .footer__list-name {
  margin-bottom: 0;
}
footer .container .footer__top .footer__menu .footer_blocks .footer__block .footer__list .footer__list-name .footer__list-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1%;
  color: #FFFFFF;
}
footer .container .footer__top .footer__menu .footer_blocks .footer__block .footer__list .footer__list-name .footer__list-link:hover {
  text-decoration: none;
  cursor: pointer;
}
footer .container .footer__top .footer__menu .footer_blocks .footer__block--highlighted .footer__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
footer .container .footer__top .footer__menu .footer_blocks .footer__block--highlighted .footer__list .footer__list-name .footer__list-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1%;
  color: #777C8B;
  text-decoration: none;
}
footer .container .footer__top .footer__menu .footer_blocks .footer__block--highlighted .footer__list .footer__list-name .footer__list-link:hover {
  text-decoration: underline;
}
footer .container .footer__top .footer__menu .footer_contacts_new {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
footer .container .footer__top .footer__menu .footer_contacts_new .footer__contacts_mail a,
footer .container .footer__top .footer__menu .footer_contacts_new .footer__contacts a {
  font-weight: 500;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .container .footer__top .footer__menu .footer_contacts_new .footer__contacts {
  flex-direction: column;
  align-items: flex-start;
}
footer .container .footer__top .footer__menu .footer_contacts_new .footer__contacts .footer__tel:hover {
  text-decoration: none;
}
footer .container .footer__bottom {
  padding-top: 88px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 39px;
}
footer .container .footer__bottom .footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
footer .container .footer__bottom .footer__bottom-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #525252;
}
footer .container .footer_glow {
  position: absolute;
  right: 30%;
  top: 0;
  transform: translate(30%, 0);
  opacity: 0.5;
}
footer .container .footer__bottom .politic a {
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #525252;
}
footer .container .footer__bottom .politic a:hover {
  text-decoration: underline;
}
.footer_contacts_new .footer__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 6%;
  text-transform: uppercase;
  color: #777C8B;
  margin-bottom: 28px;
}
.main__tittle span {
  font-style: italic;
  font-weight: 500;
}
.popup_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.popup_overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1025px) {
  footer .container .footer__top {
    padding: 141px 0 124px 0px;
  }
  footer .container .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 769px) {
  footer .container {
    padding: 40px 17px;
    display: flex;
    flex-direction: column;
  }
  footer .container .footer_glow {
    background: radial-gradient(50% 50% at 50% 50%, #96D51A 0%, rgba(150, 213, 26, 0.7) 11.43%, rgba(150, 213, 26, 0) 100%);
    height: 500px;
    width: 1000px;
    opacity: 0.3;
    right: -28%;
    top: -206px;
  }
  footer .container .footer__top {
    padding: 0;
  }
  footer .container .footer__top .footer__menu {
    flex-direction: column;
  }
  footer .container .footer__top .footer__menu .footer_blocks {
    flex-direction: column;
    gap: 40px;
  }
  footer .container .footer__top .footer__menu .footer_contacts_new {
    flex-direction: column;
  }
  footer .container .footer__top .footer__menu .footer_blocks .footer__block .footer__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 6%;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  footer .container .footer__top .footer__menu .footer_blocks .footer__block .footer__list .footer__list-name .footer__list-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1%;
  }
  footer .container .footer__bottom .footer__copyright {
    flex-direction: column-reverse;
  }
  footer .container .footer__bottom {
    padding-top: 28px;
    padding-bottom: 0;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .container .footer__top .footer__menu .footer_contacts_new {
    margin-top: 40px;
    gap: 35px;
    margin-bottom: 36px;
  }
  footer .container .footer__top .footer__menu .footer_contacts_new .footer__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 6%;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  footer .container .footer__top .footer__menu .footer_contacts_new .footer__contacts_mail a,
  footer .container .footer__top .footer__menu .footer_contacts_new .footer__contacts a {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    align-items: baseline;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  footer .container {
    padding: 40px 17px;
    display: flex;
    flex-direction: column;
  }
  footer .container .footer_glow {
    background: radial-gradient(50% 50% at 50% 50%, #96D51A 0%, rgba(150, 213, 26, 0.7) 11.43%, rgba(150, 213, 26, 0) 100%);
    height: 500px;
    width: 1000px;
    opacity: 0.3;
    right: -28%;
    top: -206px;
  }
  footer .container .footer__top {
    padding: 0;
  }
  footer .container .footer__top .footer__menu {
    flex-direction: column;
  }
  footer .container .footer__top .footer__menu .footer_blocks {
    flex-direction: column;
    gap: 40px;
  }
  footer .container .footer__top .footer__menu .footer_contacts_new {
    flex-direction: column;
  }
  footer .container .footer__top .footer__menu .footer_blocks .footer__block .footer__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 6%;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  footer .container .footer__top .footer__menu .footer_blocks .footer__block .footer__list .footer__list-name .footer__list-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1%;
  }
  footer .container .footer__bottom .footer__copyright {
    flex-direction: column-reverse;
  }
  footer .container .footer__bottom {
    padding-top: 28px;
    padding-bottom: 0;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .container .footer__top .footer__menu .footer_contacts_new {
    margin-top: 40px;
    gap: 35px;
    margin-bottom: 36px;
  }
  footer .container .footer__top .footer__menu .footer_contacts_new .footer__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 6%;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  footer .container .footer__top .footer__menu .footer_contacts_new .footer__contacts_mail a,
  footer .container .footer__top .footer__menu .footer_contacts_new .footer__contacts a {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    align-items: baseline;
  }
}
@media (max-width: 600px) {
  .main__tittle {
    font-weight: 700;
    font-size: 48px;
    line-height: 106%;
    letter-spacing: 0%;
  }
  .main__tittle span {
    font-style: italic;
  }
}
/**************FOOTER NEW BLOCK*****************/
.with_gradient {
  position: relative;
}
.with_gradient .container {
  position: relative;
  z-index: 3;
}
.with_gradient::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(var(--bg-rgb), 0.6) 0%, rgba(var(--bg-rgb), 0.2) 60%, transparent 70%) 0px 0 / 100px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.7) 10%, rgba(var(--bg-rgb), 0.1) 80%, transparent 80%) 100px 0 / 100px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.9) 15%, rgba(var(--bg-rgb), 0.1) 100%, transparent 100%) 200px 0 / 100px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 1) 20%, rgba(var(--bg-rgb), 0.4) 100%, transparent 100%) 300px 0 / 100px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.7) 20%, rgba(var(--bg-rgb), 0.1) 80%, transparent 80%) 400px 0 / 100px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.7) 0%, rgba(var(--bg-rgb), 0.1) 70%, transparent 90%) 500px 0 / 100px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.4) 0%, rgba(var(--bg-rgb), 0.1) 70%, transparent 70%) 600px 0 / 100px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0) 0%, rgba(var(--bg-rgb), 0.1) 15%, transparent 90%) 700px 0 / 100px 100% no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 60%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 60%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 80%, transparent 100%);
  width: 800px;
  height: 700px;
  z-index: 1;
  right: 2px;
  top: 0;
}
@media (max-width: 1025px) {
  .with_gradient::before {
    display: none;
  }
}
@media (max-width: 769px) {
  .with_gradient::before {
    display: none;
  }
  .with_gradient::after {
    background: linear-gradient(to bottom, rgba(var(--bg-rgb), 0.2) 0%, rgba(var(--bg-rgb), 0.2) 35%, transparent 50%) 0px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.5) 5%, rgba(var(--bg-rgb), 0.1) 40%, transparent 60%) 80px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.6) 12%, rgba(var(--bg-rgb), 0.1) 40%, transparent 60%) 160px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.7) 16%, rgba(var(--bg-rgb), 0.1) 40%, transparent 60%) 240px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.8) 20%, rgba(var(--bg-rgb), 0.1) 40%, transparent 70%) 320px 0 / 80px 100% no-repeat;
    left: 30px;
    width: 400px;
    height: 900px;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .with_gradient::before {
    display: none;
  }
  .support__name {
    font-size: 55px;
    line-height: 55px;
    max-width: 60%;
  }
  .header_social_group .new_btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 148%;
    letter-spacing: 2%;
    text-align: center;
    padding: 4px;
    min-height: 32px;
    gap: 2px;
    max-width: 91px;
  }
  .header_social_group .new_btn svg {
    width: 13px;
    height: 12px;
  }
  .with_gradient::before {
    display: none;
  }
  .with_gradient::after {
    background: linear-gradient(to bottom, rgba(var(--bg-rgb), 0.2) 0%, rgba(var(--bg-rgb), 0.2) 35%, transparent 50%) 0px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.5) 5%, rgba(var(--bg-rgb), 0.1) 40%, transparent 60%) 80px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.6) 12%, rgba(var(--bg-rgb), 0.1) 40%, transparent 60%) 160px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.7) 16%, rgba(var(--bg-rgb), 0.1) 40%, transparent 60%) 240px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.8) 20%, rgba(var(--bg-rgb), 0.1) 40%, transparent 70%) 320px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.9) 20%, rgba(var(--bg-rgb), 0.1) 40%, transparent 70%) 400px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.7) 16%, rgba(var(--bg-rgb), 0.1) 40%, transparent 60%) 480px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.6) 14%, rgba(var(--bg-rgb), 0.1) 40%, transparent 50%) 560px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.5) 12%, rgba(var(--bg-rgb), 0.1) 40%, transparent 60%) 640px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.4) 5%, rgba(var(--bg-rgb), 0.1) 20%, transparent 60%) 720px 0 / 80px 100% no-repeat, linear-gradient(to bottom, rgba(var(--bg-rgb), 0.2) 0%, rgba(var(--bg-rgb), 0.1) 20%, transparent 60%) 800px 0 / 80px 100% no-repeat;
    left: 30px;
    width: 800px;
    height: 700px;
  }
}
.button_up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.button_up:hover {
  transform: translateY(-8px);
}
.button_up img {
  width: 100px;
  height: 100px;
}
.button_up.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1281px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 1025px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 769px) {
  .support__name {
    max-width: 80%;
  }
  .support__name,
  .support__name span {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1%;
    margin-bottom: 30px;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .container {
    padding: 0 16px;
  }
}

/* Новые стили landing */
/* Посадочные страницы */
section, .section{
  padding: 30px 0;
}
.bg_grey{
  background: #f7f7f7;
}
.bg_white{
  background: #fff;
}
.page-template-page-landing .container{
  padding: 0 15px;
}
.page-template-page-landing .faqs .container{
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 80px 110px;
}
.page-template-page-landing .form-v3 .container{
  position: relative;
  padding: 80px 0;
  display: block;
}
.center{
  text-align: center;
}
.page-template-page-landing h2,
.page-template-page-landing h3,
.page-template-page-landing .h3,
.page-template-page-landing h4{
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 15px;
}
.page-template-page-landing h2{
  font-size: 44px;
}
.page-template-page-landing h3,
.page-template-page-landing .h3{
  font-size: 30px;
}
.page-template-page-landing h4,
.page-template-page-landing .h4{
  font-size: 24px;
}

.page-template-page-landing p{
  color: #555;
  line-height: 1.4;
  margin-bottom: 15px;
}
.page-template-page-landing .page__content ul{
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
}
.page-template-page-landing .page__content li{
  margin-left: 30px;
  margin-bottom: 8px;
}

.main__block{
  position: relative;
  margin: 0 57px 60px;
  padding: 200px 0 150px;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  background: linear-gradient(270deg, rgba(206, 219, 255, 0.48) 0%, rgba(211, 226, 165, 0.48) 100%), url(../imgs/icons/header_sprite.png);
}
.main__block .container{
  position: relative;  
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.advantages__nums{

}
.adv__nums{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.adv__num{
  flex: 1 1 200px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  padding: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.adv__num::before{
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  width: 12px;
  height: 97px;
  transform: translate(0, -50%);
  background: url(../imgs/icons/bottom_advantages_line.png) center center no-repeat;
  background-size: cover;
}
.adv__num h3,
.adv__num .h3{
  font-weight: 800;
  font-size: 44px;
  line-height: 52px;
}

.title{
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 10px;
}
.descr{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* Карточка с проблемами */
.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.problem-card {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid #ff6b35;
}

.problem-card h3,
.problem-card .h3{
    color: #1e3c72;
    margin-bottom: 15px;
    font-size: 20px;
}

.problem-card p{
    color: #666;
    line-height: 1.7;
}

.cards__btns{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 60px 0;
}
.cards__btns h2,
.cards__btns h3,
.cards__btns .h3,
.cards__btns p{
  color: #fff;
}
.cards{
  margin-top: 30px;
}
.cards__btns .cards{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 30px 0;
  text-align: left;
}
.cards .card{
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.cards .card.center{
  align-items: center;
}
.card h3,
.card .h3{
  font-size: 24px;
  font-weight: 700;
}
.cards__btns .btns{
  margin: 30px auto;
}
.center .btns{
  justify-content: center;
}

.page-template-page-landing .reviews h2{
  font-size: 36px;
}

.reviews .descr{
  margin: 0 auto;
  text-align: center;
}

.cards__li .cards{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.cards__li .card{
  flex: 1 1 300px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    border-left: 4px solid #ff6b35;
    padding: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
.card__li ul{
  margin-bottom: 15px;
}
.card__li li{
  font-size: 22px;
  margin-bottom: 8px;
  color: #4C4AC9;
}

/* ====== BLOG BLOCK (scoped) ====== */
.block__blogs { padding: 40px 0; }
.block__blogs .title { margin-bottom: 12px; }
.block__blogs .descr { margin-bottom: 20px; }

.block__blogs .blogs-swiper { position: relative; }

.block__blogs .swiper-slide { height: auto; }
.block__blogs .blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.block__blogs .blog-card img{
  transition: all 0.3s;
}
.block__blogs .blog-card:hover img{
  transform: scale(1.02);
}
.block__blogs .blog-card__link { display: block; color: inherit; text-decoration: none; height: 100%; }
.block__blogs .blog-card__media { margin: 0; position: relative; width: 100%; }
.block__blogs .blog-card__media img,
.block__blogs .blog-card__placeholder {
    display: block; width: 100%;
    aspect-ratio: 16 / 9;         /* соотношение 16:9 */
    object-fit: cover; background: #eef2f5;
}
.block__blogs .blog-card__title { font-size: 16px; line-height: 1.35; padding: 14px 14px 16px; }

.block__blogs .blogs-swiper__nav .swiper-button-prev,
.block__blogs .blogs-swiper__nav .swiper-button-next {
    color: #111; /* подстрой под тему */
}

/* Раскладка: по умолчанию 1.1; на десктопе — 3 */
.block__blogs .blogs-swiper .swiper-wrapper { align-items: stretch; }

/* ===== Scoped FAQ styles for .block__faqs ===== */
.block__faqs .why__blocks {
  display: grid;
  gap: 12px;
}
.block__faqs .why__block { border: 1px solid #e7e9ee; border-radius: 10px; background: #fff; overflow: hidden; }
.block__faqs .why__head {
    width: 100%; text-align: left; background: transparent; border: 0;
    padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; cursor: pointer;
}
.block__faqs .why__question {
  
}
.block__faqs .why__item { display: inline-flex; transform: rotate(0deg); transition: transform .2s ease; }
.block__faqs .why__head[aria-expanded="true"] .why__item { transform: rotate(45deg); }
.block__faqs .why__content { padding: 0 16px 14px; }

.page-template-page-landing .faqs .container .why__block:last-child {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}
.page-template-page-landing .why{
  margin-bottom: 30px;
}

.page-template-page-landing .main__text{
  max-width: 90%;
	margin: 15px 0 30px;
}

/* Шаги */
.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px auto;
}

.step {
  position: relative;
  flex: 1 1 300px;
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
}
.step::before{
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  width: 12px;
  height: 50%;
  transform: translate(0, -50%);
  background: url(../imgs/icons/bottom_advantages_line.png) center center no-repeat;
  background-size: cover;
}

.step-number {
  width: 60px;
  height: 60px;
  background: #ff6b35;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
}
.block__cards .cards{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px auto;
}
.block__cards .card{
  flex: 1 1 300px;
  position: relative;
  border-radius: 20px;
  /* border: 1px solid #E8E8E8; */
  border-left: 4px solid #4C4AC9;
  padding: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

ul.mark{
  list-style: none;
}
ul.mark li{
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  color: #475569;
  font-size: 15px;
}
ul.mark li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: #10b981;
  font-weight: bold;
  font-size: 16px;
}

.example-result{
  background: rgba(16, 185, 129, 0.1);
  color: #065f46;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

div.table_wrapper{
  overflow-x: auto;
}
table.table{
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #88888888;
}
.table th, .table td{
  padding: 18px;
  border: 1px solid #88888888;
}
.table th{
  background: #4C4AC9;
  color: white;
  text-align: left;
  font-weight: 600;
}
.table td{

}

.card-price{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#formBlock {
  scroll-margin-top: 100px;
}
#formpopup {
	background:#fff;
	left:auto;
	display:none;
	position: fixed;
    left: 50%;
}
#formpopup.active {
	display:BLOCK;
}
#formpopup.case_popup .close_popup {
     
    right: -15px;
    
}
@media (max-width: 769px) {
	.formpopup_text {
    margin: 20px 0;
    font-size: 15px;
    color: #777C8B;
}
#formpopup.case_popup .close_popup {
    right: 10px;
	top: 2px;
    width: 25px;
}
#formpopup.form-v3 .container .form__content .forms .forms__blocks .forms__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
#formpopup.form-v3 .container .form__content .future__head .support__name {
    margin-bottom: 13px;
}
#formpopup .formpopup_text {
    margin: 10px 0;
    font-size: 15px;
    color: #777C8B;
}
#formpopup.form-v3 .container .form__content .forms .forms__blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#formpopup.form-v3 .container .form__content .forms .check_and_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
#formpopup.form-v3 .container .form__content .forms .check_and_label .check span {
    font-size: 14px;
    line-height: 18px;
}
}
.curpoint {
	cursor: pointer;
}