/*
Theme Name: Clean Point
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: cleanpoint.md
*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

:root {
  --blue: #223478;
  --light-blue: #409BF0;
  --sky-blue: #ECF5FE;
}

body {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  color: #040A43;
}

.sticky_position {
  position: fixed;
  top: 0px;
  align-self: flex-start;
  width: 100%;
  z-index: 999
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
h1 {
  font-size: 7.4rem;
  line-height: 110%;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 5.6rem;
  line-height: 110%;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.h3,
h3 {
  font-size: 2.8rem;
  line-height: 140%;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h4,
h4 {
  font-size: 2.4rem;
  line-height: 140%;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h5,
h5 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h6,
h6 {
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 0px;
  color: #040A43;
}

a {
  color: #040A43;
  font-size: 1.6rem;
  line-height: 150%;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  color: var(--light-blue);
  transition: 0.3s;
}

ul {
  margin-bottom: 0;
}

li {
  font-size: 1.6rem;
  line-height: 150%;
  color: #040A43;
}

b {
  font-weight: 600
}

strong {
  font-weight: 700
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: auto;
}

.mg-160 {
  margin: 16rem 0;
}

.mt-100 {
  margin-top: 10rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.mg-80 {
  margin: 8rem 0;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mg-60 {
  margin: 6rem 0;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.main_button {
  background: var(--light-blue);
  color: white;
  padding: 16px 28px;
  font-size: 1.6rem;
  font-weight: 600;
  width: fit-content;
  line-height: 100%;
  display: block;
  border-radius: 40px;
  border: 1px solid var(--light-blue);
}

.main_button:hover {
    background: var(--blue);
    color: white;
    border-color: var(--blue);
}

.sales .main_button:hover {
  border: 1px solid var(--light-blue);
}

.main_menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  justify-content: center;
}

.main_menu ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: white;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}

.main_menu ul li a:hover{
  color: var(--light-blue);
  cursor: pointer;
}

.language_menu ul {
  list-style: none;
  padding-left: 0;
}

.language_menu ul li.menu_contact a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  background: white;
  color: #040A43;
  border-radius: 40px;
  padding: 15px 28px;
}

.language_menu ul li.menu_contact a:hover {
  background: var(--light-blue);
  color: white;
}

.language_menu .trp-menu-ls-item a {
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  padding: 15px;
}

.language_menu .trp-menu-ls-item {
  margin-right: 0;
  margin-left: 17px;
}

.language_menu .sub-menu .trp-menu-ls-item a {
  color: #040A43;
  display: block;
  padding: 12px;
}

.current-language-menu-item > a .trp-ls-language-name {
  border-bottom: 2px solid #409BF0;
}

.language_menu .sub-menu .trp-menu-ls-item {
  margin-left: 0;
  padding: 0;
  transition: 0.3s
}

.language_menu .sub-menu .trp-menu-ls-item:hover {
  background: var(--light-blue);
  border-radius: 5px;
}

.menu-item .sub-menu {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  left: 0;
  top: 48px;
  margin: 0;
  display: block;
  text-align: left;
  padding: 0;
  background-color: white;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  transform-origin: 10% top;
  transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.menu-item {
  position: relative;
}

.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header_menu ul li.menu_contact {
  margin-right: 0;
}

#menu-right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -15px;
}

.mobile__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile__nav.active {
  right: 0;
}

.mobile__nav ul.menu {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.mobile__nav ul.menu a {
  font-size: 20px;
  font-weight: 600;
}

.mobile__nav ul.menu li {
  margin: 10px 0;
}

.mobile__nav.active .menu-main-menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mobile__nav__inner {
  padding: 40px 20px;
  padding-top: 80px;
}

.close__mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: var(--blue);
  border: 0;
  color: white;
  border-radius: 8px;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  margin-bottom: 15px;
}

.mobile-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}

.logo_header img {
  height: 64px;
  width: auto;
}

.header_menu {
  align-items: center;
  padding: 16px 15px;
}

.header_menu ul li {
  padding: 15px 0;
  margin: 0 24px;
}

@media (min-width: 1367px) {
  .mobile__menu {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  .main_menu {
    display: none;
  }
  .language_menu .menu_contact {
    display: none;
  }
  .col-md-3.language_menu {
    width: 70%
  }
  .mobile__menu {
    position: absolute;
    display: block;
    height: 54px;
    width: 65px;
    background: var(--green);
    left: auto;
    right: 15px;
    margin: auto;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
  }
  .mobile__menu span {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-left: 45px;
    margin-bottom: 1px;
    top: 20px;
    border-radius: 0;
    transition: .5s;
    background: white;
  }
  .mobile__menu span:nth-child(2) {
    top: 31px;
  }
  .header_icons {
    position: relative;
    padding-right: 52px;
    margin-top: -8px;
  }
  .menu__primary {
    display: none;
  }
  .header_menu > .d-flex {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-3.language_menu {
    width: 63%;
  }
}

.hero_content {
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-bottom: 32px;
}

.hero_content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 108.29%);
}

footer {
  background: #223478;
  padding: 48px 0;
}

.footer_icons {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}

.menu_footer ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.menu_footer ul li a {
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.menu_footer ul li a:hover {
  color: var(--light-blue)
}

.footer_logo img {
  height: 64px;
  width: auto;
}

.align-center {
  align-items: center;
}

.footer_icons img {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.footer_icons img:hover {
  opacity: 0.7
}

.copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  border-top: 1px solid #FFFFFF80;
  padding-top: 32px;
}

.copyrights p,
.copyrights a {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
  color: white;
}

.copyrights a:hover {
  color: var(--light-blue)
}

.terms {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.subtitle_img {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 24px;
}

.subtitle_img img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.subtitle_img p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
}

.content {
  position: relative;
  padding-top: 190px;
}

.content h4 {
  font-weight: 400;
  margin: 30px 0;
  margin-bottom: 52px;
}

.sales_img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}

.sales.d-flex {
  justify-content: flex-end;
  background: #223478;
  backdrop-filter: blur(10px);
  width: fit-content;
  padding: 16px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: 32px;
  max-width: 528px;
  margin-top: 60px;
  flex-wrap: nowrap;
}

.sales_content {
  padding-left: 24px;
  margin-top: -6px;
}

.sales_content h3 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
}

.sales_content p {
  color: white;
  margin-bottom: 18px;
}

.logos h2 {
  line-height: 150%;
  text-align: center;
  margin-bottom: 38px;
}

.logos_slider img {
  height: 72px;
  width: auto;
}

.logos_slider .swiper-slide {
  text-align: center;
}

.section_subtitle span {
  text-transform: uppercase;
  border-bottom: 2px solid #409BF0;
  padding-bottom: 2px;
}

.section_subtitle {
  margin-bottom: 18px;
}

.section_descrp {
  margin-top: 16px;
}

.services_img img {
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

.single_service {
  background: #ECF5FE;
  padding: 32px;
  border-radius: 16px;
  position: relative;
}

.single_service img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 20px;
}

.single_service h3 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.service_descrp {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.single_service:hover .service_descrp {
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: visible;
  opacity: 1;
  background: #000D1E;
  color: white;
  border-radius: 16px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.single_service:hover .service_descrp p {
  color: white;
  padding: 32px;
}

.service_list {
  margin-top: 32px;
}

.cta_intro img {
  width: 40px;
  height: 35px;
  object-fit: contain;
  margin-bottom: 8px;
}

.form_flex {
  background: #223478;
  border-radius: 16px;
  padding: 32px;
}

.cta_services {
  margin-top: 16px;
}

.cta_intro h4 {
  color: white;
  margin-bottom: 2px;
}

.cta_intro p {
  color: white;
}

.block_title a {
  margin-top: 26px;
}

.faq-item {
  border: 1px solid #040A4333;
  border-radius: 16px;
  margin-bottom: 24px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  width: 100%;
  padding: 32px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  border: none;
  outline: none;
  color: #040A43;
  position: relative;
  padding-right: 30px;
  transition: 0.3s;
  border-radius: 16px;
}

.faq-question:after {
  content: '';
  right: 32px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 32px;
  height: 32px;
  background: url('/wp-content/uploads/2025/12/arrow_downward_alt.svg');
  transition: 0.3s ease;
  background-size: contain;
  position: absolute;
}

.faq-item.active .faq-question:after {
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s ease
}

.faq-answer {
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
}

.faq-answer.open {
  height: 100%;
  width: 100%;
  visibility: visible;
  padding: 32px;
  padding-top: 16px;
  padding-right: 140px;
}

.offer_img img {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}

.offer_faq .faq_title .color_icon,
.faq-item.offer_faq.active .faq_title .white_icon {
  display: none;
}

.faq-item.offer_faq.active .faq_title .color_icon {
  display: block;
}

.faq-item.offer_faq {
  background: #223478;
  border-radius: 16px;
}

.faq-item.offer_faq .faq_title h4 {
  color: white;
}

.faq-item.offer_faq .faq-question:after {
  background: url('/wp-content/uploads/2025/12/arrow_downward_alt-1.svg');
}

.faq-item.active.offer_faq .faq-question:after {
  background: url('/wp-content/uploads/2025/12/arrow_downward_alt.svg');
}

.faq_title img {
  width: 40px;
  height: 40px;
}

.faq_title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq_title h4 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  transition: 0.3s;
  text-transform: uppercase;
}

.faq_title h4 span {
  display: block;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  text-transform: lowercase;
}

.offer_flex {
  display: flex;
  column-gap: 16px;
  margin-bottom: 22px;
}

.offer_flex h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: white;
}

.offer_flex p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: white;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999999;
  transition: 0.2s
}

.header.active {
  background: #223478;
  position: fixed;
  top: 0px;
  align-self: flex-start;
  width: 100%;
  z-index: 999;
  transition: 0.2s
}

.faq-question.d-flex {
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 80px;
  cursor: pointer;
}

.faq_price p {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

.faq_price p span {
  font-size: 32px;
  display: inline-block;
  margin: 0 4px;
}

.faq-item.active {
  background: #223478;
  color: white;
}

.faq-item.active .faq_price {
  display: none;
}

.faq-answer .price_content {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  color: white;
}

.faq-answer .price_content span {
  font-size: 48px;
  display: inline-block;
  margin: 0 4px;
}

.faq-item.active .faq_title h4 {
  color: white;
}

.faq-answer ul {
  padding-left: 0;
  list-style: none;
  margin-top: 32px;
}

.faq-answer ul li {
  color: white;
  padding-left: 30px;
  position: relative;
  margin-bottom: 6px;
}

.faq-answer ul li:last-child {
  margin-bottom: 0;
}

.faq-answer ul li:before {
  content: '';
  background: url('/wp-content/uploads/2025/12/Star-2.svg');
  width: 13px;
  height: 13px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
}

.cta_banner1 .d-flex {
  padding: 32px;
  border-radius: 16px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  justify-content: space-between;
}

.cta_banner1 .d-flex:before {
  content: '';
  background: #0000001A;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.cta_banner1 h2 {
  color: white;
  font-weight: 500;
}

.cta_banner1 p {
  color: white;
  margin-top: 22px;
}

.banner_intro,
.banner_buttons {
  position: relative;
  z-index: 9
}

.banner_buttons {
  display: flex;
  gap: 10px;
}

.main_button.white_button {
  background: white;
  color: #040A43;
  border-color: white;
}

.main_button.white_button:hover {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}

.icon_about {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}

.single_about h5 {
  text-transform: uppercase;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 20px;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.methods {
  border-radius: 16px;
  background: #ECF5FE;
  padding: 32px;
  padding-top: 58px;
  margin-bottom: 16px;
}

.about_img img {
  border-radius: 16px;
  height: 300px;
  object-fit: cover;
  object-position: 50% 30%;
}

.about_us {
  margin-top: 55px;
}

.nr-service h2,
.years h2 {
  font-size: 48px;
  font-weight: 400;
  color: white;
  margin-bottom: 24px;
}

.nr-service h2 span,
.years h2 span {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.nr-service p,
.years p {
  color: white;
}

.nr-service {
  background: #223478;
  border-radius: 16px;
  padding: 32px;
  margin-top: 16px;
}

.years {
  background: #223478;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 16px;
  padding-top: 190px;
}

.correct_price img {
  width: 40px;
  height: 35px;
  margin-bottom: 12px;
}

.correct_price {
  background: #ECF5FE;
  border-radius: 16px;
  padding: 32px;
  padding-top: 215px;
}

.correct_price p {
  margin-top: 18px;
}

.nr-service.solutions {
  padding: 44px 32px;
}

.cta_banner2 .d-flex {
  padding: 32px;
  border-radius: 16px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  justify-content: space-between;
}

.cta_banner2 .d-flex:before {
  content: '';
  background: #0000001A;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.cta_img img {
  height: 80px;
}

.cta_banner2 .d-flex > * {
  position: relative;
}

.cta_banner2 .d-flex h2 {
  color: white;
  margin-bottom: 16px;
}

.cta_banner2 .d-flex p {
  color: white;
}

.ba_imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.ba_imgs > div {
  position: relative;
}

.ba_imgs > div p {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #4F46E5;
  border-radius: 8px;
  text-transform: uppercase;
  color: white;
  padding: 8px 12px;
  width: 93px;
  text-align: center;
}

.ba_imgs > div.after_img p {
  left: auto;
  right: 16px;
}

.ba_slider {
  margin-top: 55px;
}

.ba_imgs img {
  height: 396px;
  object-fit: cover;
  border-radius: 8px;
}

.ba_imgs video {
  height: 396px;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.ba-prev {
  position: absolute;
  left: 0px;
  top: 68%;
  z-index: 9;
}

.ba-prev img {
  transform: rotate(-180deg);
}

.ba-next {
  position: absolute;
  right: 0px;
  top: 68%;
  z-index: 9;
}

.reviews_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.stars {
  height: 32px;
  width: auto;
  margin-bottom: 25px;
}

.client_logo {
  height: 48px;
  width: auto;
  margin-top: 26px;
}

.single_review {
  background: #ECF5FE;
  border-radius: 16px;
  padding: 32px;
  min-height: 315px;
}

.reviews_slider {
  width: 581px;
  margin-left: 0;
  margin-top: 36px;
}

.reviews_slider .sliders_arrow {
  position: absolute;
  bottom: 32px;
  z-index: 99;
  right: 32px;
  gap: 8px;
}

.reviews-prev img {
  transform: rotate(180deg);
}

.review-text {
    height: 120px;
    overflow-y: scroll;
    padding-right: 10px;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #233479 #fff;
}

/* Chrome, Edge, Safari */
.review-text::-webkit-scrollbar {
    width: 8px; /* width of vertical scrollbar */
}

.review-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.review-text::-webkit-scrollbar-thumb {
    background: #233479 ;
    border-radius: 4px;
}

.review-text::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Hide top and bottom arrows */
.review-text::-webkit-scrollbar-button {
    display: none;
}




.slider_arrow.swiper-button-disabled {
  opacity: 0.3
}

.client_name {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 37px;
}

.client_name img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 100%;
}

.client_name p {
  font-weight: 600;
  text-transform: uppercase;
}

.reviews_bg video {
  width: 100%;
  border-radius: 16px;
  height: 510px;
  object-fit: cover;
}

.footer_phone img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
}

.contacts > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contacts h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contacts a {
  display: block;
  font-size: 20px;
  line-height: 100%;
}

.contacts {
  margin-top: 40px;
}

.footer_email {
  margin-top: 24px;
}

.price_section .section_title {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  align-self: flex-start;
}

.form_flex_footer {
  display: flex;
  flex-wrap: wrap;
}

.footer_form {
  background: #223478;
  border-radius: 16px;
  padding: 32px;
  color: white;
}

.footer_form h2 {
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 20px;
}

.form_flex_footer label {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

.form_flex_footer input {
  width: 100%;
  border-radius: 300px;
  background-color: white;
  border: 0;
  padding: 13px 32px;
  font-weight: 600;
}

.form_flex_footer select {
  width: 100%;
  border-radius: 300px;
  background-color: white;
  border: 0;
  padding: 13px 32px;
  font-weight: 600;
}

.form_flex_footer ::placeholder {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: #040A4380;
}

.form_flex_footer .col-md-6 {
  margin-bottom: 24px;
}

.phone_input,
.service_input {
  padding-left: 8px;
}

.name_input,
.email_input {
  padding-right: 8px;
}

.send_input {
  position: relative;
  margin-bottom: 12px;
}

.send_input .wpcf7-spinner {
  position: absolute;
  left: 15px;
  top: 12px;
}

.form_flex_footer .send_input input {
  background: #409BF0;
  font-weight: 600;
  color: white;
  transition: 0.3s
}

.form_flex_footer .send_input input:hover {
  background: white;
  color: var(--dark-blue)
}

.phone_input .wpcf7-form-control-wrap:before {
  content: '+373';
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-weight: 600;
  left: 32px;
}

.cf7-not-submitted .wpcf7-not-valid-tip {
  display: none !important;
}

.cf7-not-submitted .wpcf7-not-valid {
  border-color: transparent !important;
}

.service_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.service_input {
  position: relative;
}

.service_input:after {
  background: url('/wp-content/uploads/2025/12/keyboard_arrow_down-3.svg');
  position: absolute;
  right: 24px;
  top: 44px;
  width: 24px;
  height: 24px;
  content: '';
}



.form_flex_footer .phone_input input {
  padding-left: 74px;
}

.acceptance p,
.acceptance p a {
  color: #FFFFFFCC;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.acceptance p a:hover {
  color: var(--light-blue)
}

.intl-tel-input .selected-flag .iti-flag {
  display: none
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width:
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 24px;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background: transparent;
}

.wpcf7-not-valid-tip {
  position: absolute;
    left: 0;
    bottom: -42px;
}

section {
  scroll-margin-top: 150px;
}

.short_flex {
  display: flex;
  width: 384px;
  background: white;
  padding: 4px;
  border-radius: 300px;
}

.short_flex .send_short_input {
  width: 177px;
}

.short_flex .phone_short {
  width: 207px;
}

.phone_short input {
  width: 100%;
  border-radius: 300px;
  border: 0;
  padding: 13px 10px;
  padding-left: 70px
}

.send_short_input input {
  width: 100%;
  border-radius: 300px;
  border: 0;
  background: #223478;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 10px;
  text-align: center;
  transition: 0.3s;
}

.send_short_input input:hover {
  background: var(--light-blue)
}

.send_short_input {
  position: relative;
}

.send_short_input .wpcf7-spinner {
  position: absolute;
  right: 15px;
  top: 12px;
}

.phone_short .wpcf7-form-control-wrap:before {
  content: '+373';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  left: 28px;
}

.cta_services .form_cta {
  width: 380px;
}

.cta_intro {
  width: calc(100% - 380px);
  padding-right: 30px;
}

.cta_services {
  display: flex;
  align-items: flex-end;
}

.cta_services .send_short_input input {
  background: #409BF0;
}

.cta_services .send_short_input input:hover {
  background: #223478;
}

.our_services .section_title {
  padding-right: 50px;
}

:lang(ru-Ru) .short_flex .send_short_input {
  width: 220px;
}

:lang(ru-Ru) .short_flex,
:lang(ru-Ru) .cta_services .form_cta {
  width: 430px
}

:lang(ru-Ru) .cta_intro {
  width: calc(100% - 430px);
}

:lang(ru-Ru) .years {
  padding-top: 215px
}

:lang(ru-Ru) .single_about:nth-child(1) .methods {
  padding-top: 83px;
}

.page_hero {
  background: #223478;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 120px;
}

.page_hero h1 {
  color: white;
  font-size: 5.2rem
}

.page_content h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 700;
}

.page_content h3 {
  font-size: 2rem;
  margin-top: 20px;
}

.page_content ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page_content {
  margin-bottom: 120px;
}

.page_content a {
  color: var(--light-blue)
}

.before_after .container {
  position: relative;
}

@media (min-width: 1640px) {
  .ba-prev {
    left: -7rem
  }
  .ba-next {
    right: -7rem
  }
}

@media (min-width: 1460px) and (max-width: 1639px) {
  .ba-prev {
    left: 0
  }
  .ba-next {
    right: 0
  }
  .ba_slider {
    margin: 0 60px;
  }
}

@media (min-width: 992px) and (max-width: 1459px) {
  .ba-prev {
    left: 10px
  }
  .ba-next {
    right: 10px;
  }
  .ba_slider {
    margin: 0 60px;
  }
  section {
    scroll-margin-top: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .h1, h1 {
    font-size: 4rem;
  }
  h1 br,
  h2 br {
    display: none;
  }
  .content {
    padding-top: 140px;
  }
  .subtitle_img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .content h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .short_flex {
    width: 100%;
    flex-wrap: wrap;
    border-radius: 28px;
    padding: 8px;
  }
  .phone_short input {
    padding-left: 55px;
  }
  .phone_short .wpcf7-form-control-wrap:before {
    left: 15px;
  }
  .short_flex .send_short_input {
    width: 100%;
  }
  .short_flex .phone_short {
    width: 100%;
    margin-bottom: 8px;
  }
  .sales_img img {
    display: none;
  }
  .sales_content {
    padding-left: 0;
    margin-top: 0;
  }
  .sales.d-flex {
    max-width: 100%;
    margin-top: 50px;
    width: calc(100% - 30px);
    margin-left: 15px;
    text-align: center;
  }
  .main_button {
    width: 100%;
  }
  .content h4 br {
    display: none;
  }
  .mg-160 {
    margin: 10rem 0;
  }
  .h2, h2 {
    font-size: 3.6rem;
  }
  .services_img img {
    height: 210px;
  }
  .section_descrp br {
    display: none;
  }
  .block_title {
    text-align: center;
  }
  .section_descrp {
    margin-bottom: 24px;
    margin-top: 8px;
  }
  .grid4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .service_list {
    margin-top: 16px;
  }
  .cta_intro {
    width: 100%;
    padding-right: 0;
  }
  .cta_services .form_cta {
    width: 100%;
  }
  .cta_services {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .cta_intro {
    margin-bottom: 16px;
  }
  .block_title a {
    margin-bottom: 24px;
  }
  .faq-question {
    padding: 20px;
  }
  .faq_title h4 {
    font-size: 18px;
  }
  .faq-question:after {
    right: 5px;
  }
  .faq-question.d-flex {
    padding-right: 50px;
  }
  .price_section .section_title {
    position: initial;
  }
  .faq-answer .price_content span {
    font-size: 32px;
  }
  .faq-answer .price_content {
    font-size: 16px;
  }
  .faq-answer.open {
    padding: 20px;
  }
  .faq-answer ul {
    margin-top: 18px;
  }
  .faq_price p {
    font-size: 16px;
    padding-left: 42px;
    margin-top: 5px;
  }
  .faq_price p span {
    font-size: 24px;
    display: inline-block;
    margin: 0 4px;
  }
  .faq_title img {
    width: 32px;
    height: 32px;
  }
  .faq_title {
    gap: 10px;
  }
  .cta_banner1 {
    text-align: center;
  }
  .cta_banner1 p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .banner_buttons {
    display: block;
    width: 100%;
  }
  .banner_buttons a {
    margin: 8px 0;
  }
  .cta_banner1 .d-flex:before {
    background: #00000066;
  }
  .cta_banner1 p br {
    display: none;
  }
  .grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_us {
    margin-top: 24px;
  }
  .methods,
  .years,
  .nr-service,
  .correct_price,
  .nr-service.solutions {
    padding: 20px;
  }
  .about_img img {
    height: 250px;
  }
  .single_about:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .years {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .cta_banner2 {
    text-align: center;
  }
  .cta_banner2 .d-flex {
    padding: 30px 20px;
  }
  .cta_img {
    margin: auto;
    margin-top: 24px;
  }
  .cta_img img {
    height: 60px;
  }
  .cta_banner2 .d-flex:before {
    background: #00000060;
  }
  .cta_banner2 .d-flex p br {
    display: none;
  }
  .ba_imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .ba_imgs img {
    height: 240px;
  }
  .ba_slider {
    margin-top: 8px;
  }
  .reviews_slider {
    width: 100%;
  }
  .reviews_section .block_title h2 br,
  .contact_section .block_title h2 br {
    display: block;
  }
  .menu_footer ul {
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 12px;
  }
  .logo_site {
    width: 40%;
  }
  .col-md-3.language_menu {
    width: 40%;
  }
  .header_menu {
    padding: 0 12px;
  }
  .footer_logo {
    text-align: center;
    margin-bottom: 24px;
  }
  .footer_icons {
    justify-content: center;
    margin-top: 24px;
  }
  .copyrights {
    flex-direction: column-reverse;
  }
  .terms {
    margin-bottom: 16px;
  }
  .copyrights p,
  .copyrights a {
    font-size: 12px;
  }
  .footer_form {
    padding: 20px;
  }
  .form_flex_footer .col-md-6 {
    padding: 0;
  }
  .form_flex_footer .col-md-6 {
    margin-bottom: 16px;
  }
  .form_flex_footer label {
    font-size: 14px;
  }
  .footer_form {
    margin-top: 32px;
  }
  .stars {
    height: 28px;
    margin-bottom: 16px;
  }
  .single_review {
    padding: 20px;
  }
  .single_review {
    min-height: 285px;
  }
  .logos h2 {
    margin-bottom: 24px;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }
  .header_menu {
    margin: 0;
  }
  .page_hero h1 {
    font-size: 3.6rem
  }
  .page_hero {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .page_content h2 {
    font-size: 2.8rem;
    margin-top: 40px;
  }
  .page_content {
    margin-bottom: 80px;
  }
  .logos_slider img {
    height: 54px;
  }
  .our_services .section_title {
    padding-right: 0;
  }
  .reviews_bg {
    height: 240px;
    margin-top: 24px;
  }
  .ba-prev {
    top: auto;
    bottom: -6rem;
    left: 15px;
  }
  .ba-next {
    top: auto;
    bottom: -6rem;
    right: 15px;
  }
}
