@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Assistant:wght@300;400;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", Arial, sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.ligthbox_img {
  width: 100%;
  max-width: 300px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.HebSite .lightbox .lb-data .lb-details {
  direction: rtl !important;
  text-align: right !important;
  float: right !important;
}
.HebSite .lightbox .lb-close {
  float: left !important;
  text-align: left !important;
}
.lightbox {
  position: fixed !important; /* фиксируем относительно окна, а не страницы */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; /* центр по вертикали и горизонтали */
}

section {
  scroll-margin-top: 150px; /* высота хедера */
}

.layout_padding {
  padding: 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
  padding-top: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
}
.heading_container h2 span {
  color: #03103a;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

p {
  ont-family: "Rubik", Arial, sans-serif;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header_section {
  position: relative;
}

.hero_bg_box {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: -1;
  background-position: center;
  margin-top: 30px;
}
.hero_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, rgba(33, 44, 88, 0.85), rgba(33, 44, 88, 0.25), rgba(33, 44, 88, 0.05));
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  position: fixed;
  top: 0;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  border-bottom: 1px solid #000;
  /* width: 1200px; */
  align-items: center;
  margin: 0 auto;
  transition: transform 0.3s ease;
  z-index: 1000;
  background: #ffffff;
}
.header_section .header_top .header_top_container {
  justify-content: space-between;
  align-items: center;
}
.header_section .header_top .header_top_container .full {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_section .header_top .lang-switch {
  margin-left: 25px;
  margin-top: -3px;
}
.header_section .header_top .lang-switch a.active {
  text-decoration: underline;
  font-weight: 600;
}
.header_section .header_top .contact_nav {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.header_section .header_top .contact_nav a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #03103a;
  border-radius: 100%;
}
.header_section .header_top .contact_nav a.call-link {
  background: transparent;
  margin-right: -15px;
  padding: 15px 25px;
  color: #000000;
}
.header_section .header_top .social_box {
  display: flex;
  min-width: 145px;
}
.header_section .header_top .social_box a {
  margin-right: 10px;
  color: #000;
}
.header_section .header_top .social_box a i {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #03103a;
  border-radius: 100%;
}
.header_section .header_top .social_box a .fa-tiktok {
  background-image: url("/images/tiktok.png");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.header_bottom {
  margin-top: 55px;
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  display: flex;
  /* width: 1200px; */
  align-items: center;
  margin: 0 auto;
  transition: transform 0.3s ease;
  z-index: 1000;
}
.header_bottom .col-md-12 {
  padding: 6px 0px 6px 6px;
  position: relative;
  background-color: rgba(0, 6, 26, 0.8);
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}
.navbar-brand img {
  width: 120px;
}
.navbar-brand:hover {
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
  text-transform: uppercase;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.RuSite .custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 18px !important;
}
.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  text-decoration: underline;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.custom_nav-container .nav_search-btn:hover {
  color: #03103a;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-2 {
  display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-3 {
  transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 45px 0 75px 0;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #ffffff;
  text-align: center;
}
.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
  font-size: 3rem;
}
.slider_section .detail-box p {
  text-align: left;
  line-height: 22px;
}
.slider_section .detail-box .btn-box {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
.slider_section .detail-box .btn-box a {
  text-align: center;
  width: 190px;
}
.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #03103a;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #03103a;
}
.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #03103a;
  color: #ffffff;
}
.slider_section .carousel_btn-box {
  display: flex;
  justify-content: space-between;
}
.slider_section .carousel_btn-box a {
  top: 50%;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 24px;
  transition: all 0.2s;
  border-radius: 5px;
  background-color: #03103a;
  opacity: 0.6;
}
.slider_section .carousel_btn-box a:hover {
  color: #ffffff;
  opacity: 1;
}
.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}
.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.about_section {
  margin-top: 50px;
}
.about_section .row {
  align-items: center;
}
.about_section .img-box {
  position: relative;
}
.about_section .img-box img {
  width: 100%;
}
.about_section .detail-box {
  padding-left: 15px;
}
.about_section .detail-box .heading_container {
  margin-top: 15px;
}
.about_section .detail-box p {
  color: #7a7a7a;
  margin: 0;
  padding: 0;
  line-height: 21px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  color: #03103a;
  border-radius: 0px;
  transition: all 0.3s;
  border: 1px solid #03103a;
}
.about_section .detail-box a:hover {
  background-color: #03103a;
  color: #ffffff;
}
.about_section .detail-box a {
  margin-top: 15px;
}

.service_section {
  position: relative;
}
.service_section p.strong {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.service_section .clients {
  margin-top: 10px;
}
.service_section .img-clients {
  width: 630px;
  margin-top: 30px;
  margin-inline-start: 50px;
}
.service_section .heading_container {
  margin-top: 15px;
}
.service_section .heading_container p {
  color: #7a7a7a;
  margin: 0;
  padding: 0;
  line-height: 21px;
}
.service_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
  border-radius: 5px;
  background-color: #212C58;
  padding: 65px 0 45px 0;
}
.service_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  padding: 10px;
  margin-bottom: 45px;
  position: relative;
}
.service_section .box .img-box img {
  max-width: 65px;
  max-height: 65px;
  position: relative;
  z-index: 3;
}
.service_section .box .img-box::before, .service_section .box .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 2;
  transition: all 0.3s;
}
.service_section .box .img-box::before {
  transform: rotate(45deg);
}
.service_section .box .img-box::after {
  transform: rotate(45deg);
}
.service_section .box .detail-box {
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
}
.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.service_section .box .detail-box a {
  color: #03103a;
  font-weight: 600;
}
.service_section .box .detail-box a i {
  margin-left: 5px;
}
.service_section .box .detail-box a:hover {
  color: #212C58;
}
.service_section .box:hover .img-box::before {
  transform: rotate(90deg);
}
.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  color: #03103a;
  border-radius: 0px;
  transition: all 0.3s;
  border: 1px solid #03103a;
}
.service_section .btn-box a:hover {
  background-color: #03103a;
  color: #ffffff;
}

.call_section {
  background: #212C58;
  color: #ffffff;
  padding: 65px 0;
}
.call_section .row {
  align-items: center;
}
.call_section .img-box {
  position: relative;
}
.call_section .img-box img {
  width: 100%;
  border-radius: 100%;
  position: relative;
  border: 10px solid rgb(42.7363636364, 56.9818181818, 113.9636363636);
}
.call_section .detail-box h3 {
  color: #03103a;
  font-weight: bold;
  font-size: 3rem;
}
.call_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  color: #212C58;
  border-radius: 0px;
  transition: all 0.3s;
  border: 1px solid #212C58;
}
.call_section .detail-box a:hover {
  background-color: #212C58;
  color: #ffffff;
}
.call_section .detail-box a {
  margin-top: 15px;
}

.faq_section {
  position: relative;
  margin-bottom: 90px;
}
.faq_section .detail-box {
  text-align: center;
  margin-bottom: 20px;
}
.faq_section .detail-box .heading_container {
  align-items: center;
  justify-content: center;
}
.faq_section .detail-box .piano_labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 75%;
  margin: 0 auto;
}
.faq_section .detail-box .piano_labels .plabel {
  display: flex;
}
.faq_section .detail-box p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #7a7a7a;
}
.faq_section .detail-box h2 {
  text-align: center;
}
.faq_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  color: #03103a;
  border-radius: 0px;
  transition: all 0.3s;
  border: 1px solid #03103a;
}
.faq_section .detail-box a:hover {
  background-color: #03103a;
  color: #ffffff;
}
.faq_section .detail-box .piano_labels a, .faq_section .detail-box .piano_labels a:hover {
  border: none;
  background: none;
}
.faq_section .col-md-9 {
  margin: 0 auto;
}
.faq_section #faqAccordion .card {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}
.faq_section #faqAccordion .card p {
  text-align: left;
}
.faq_section #faqAccordion .card-header {
  background-color: #03103a;
  border: none;
}
.faq_section #faqAccordion h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq_section #faqAccordion h5 button {
  border: none;
  background-color: transparent;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  position: relative;
  padding-right: 25px;
  color: #ffffff;
  width: 100%;
}
.faq_section #faqAccordion h5 button::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  color: #ffffff;
  transform: translateY(-50%);
}
.faq_section #faqAccordion h5 button[aria-expanded=true]::before {
  content: "\f106";
}
.faq_section #faqAccordion .card-body {
  background-color: #f8f9f9;
}
.faq_section #faqAccordion .card-body p {
  color: #000000;
  text-align: left;
}

.contact_section {
  margin-top: 90px;
  margin-bottom: 60px;
}

.reviews_section .reviews {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}
.reviews_section .reviews h2 {
  margin-bottom: 30px;
}
.reviews_section .reviews-slider {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}
.reviews_section .review {
  min-width: 50%;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 30px;
  text-align: left;
  scroll-snap-align: start;
}
.HebSite .reviews_section .review p {
  text-align: right;
}
.reviews_section .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
}
.reviews_section .stars {
  color: #f5b301;
}
.reviews_section .google-link {
  display: inline-block;
  margin-top: 25px;
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}
.reviews_section .google-link:hover {
  text-decoration: underline;
}
.reviews_section .heading_container {
  align-items: center;
}
.reviews_section .heading_container h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.reviews_section .box {
  margin-top: 55px;
  display: flex;
  color: #000000;
  border: 1px solid #ececec;
}
.reviews_section .box .img-box {
  position: relative;
  width: 200px;
  min-width: 200px;
}
.reviews_section .box .img-box img {
  width: 100%;
  height: 100%;
}
.reviews_section .box .detail-box {
  padding: 15px;
}
.reviews_section .box .detail-box h5 {
  font-weight: 600;
}
.reviews_section .box .detail-box p {
  font-size: 15px;
}
.reviews_section .box .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: #ffffff;
  color: #03103a;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #03103a;
}
.reviews_section .box .detail-box a:hover {
  background-color: #03103a;
  color: #ffffff;
}

.contact_section .contact-simple {
  padding: 0 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}
.contact_section .contact-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.contact_section .contact-simple h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #0b1a2d; /* тёмно-синий */
}
.contact_section .contact-subtitle {
  color: #555;
  margin-bottom: 40px;
  font-size: 16px;
}
.contact_section {
  /* FLEX контейнер */
}
.contact_section .contact-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.contact_section {
  /* 2 в линию */
}
.contact_section .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f7f9fc;
  transition: 0.3s;
  width: calc(50% - 10px); /* 2 в ряд */
  box-sizing: border-box;
}
.contact_section .contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.contact_section {
  /* Иконки */
}
.contact_section .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0b1a2d;
  color: #fff;
  font-size: 18px;
}
.contact_section .icon.whatsapp {
  background: #000;
}
.contact_section {
  /* Текст */
}
.contact_section .info span {
  display: block;
  font-size: 13px;
  color: #888;
}
.contact_section .info a {
  font-size: 16px;
  color: #0b1a2d;
  text-decoration: none;
  font-weight: 600;
}
.contact_section .info a:hover {
  text-decoration: underline;
}
.contact_section .form_conteiner {
  position: relative;
}
.contact_section .heading_container {
  margin-bottom: 45px;
}
.contact_section .heading_container h2 {
  margin-bottom: 0;
}
.contact_section .map_form_container .map_container {
  display: none;
}
.contact_section .map_form_container.map_show form {
  display: none;
}
.contact_section .map_form_container.map_show .map_container {
  display: block;
}
.contact_section .form-group {
  margin-bottom: 25px;
}
.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: #f7f8f9;
  border: 1px solid #ebebeb;
  outline: none;
  color: #000000;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.contact_section input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  background: #ffffff;
}
.contact_section input::placeholder {
  color: #222222;
}
.contact_section input.message-box {
  height: 120px;
  border-radius: 0;
}
.contact_section input.message-box:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  background: #ffffff;
}
.contact_section .consent {
  margin-top: 15px;
}
.contact_section .consent label {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: unset;
  align-items: center;
}
.contact_section .consent input {
  height: 15px;
  width: 15px;
  vertical-align: text-bottom;
  margin-left: 10px;
  display: inline-block;
}
.EnSite .contact_section .consent input, .RuSite .contact_section .consent input {
  margin-right: 10px;
}
.contact_section .consent span {
  display: inline-block;
}
.contact_section .btn-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.contact_section .btn-box button {
  margin: 5px;
  width: 235px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact_section .btn-box .submit_btn {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #03103a;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #03103a;
}
.contact_section .btn-box .submit_btn:hover {
  background-color: #03103a;
  color: #ffffff;
}
.contact_section .btn-box .map_btn {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #212C58;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #212C58;
}
.contact_section .btn-box .map_btn:hover {
  background-color: #212C58;
  color: #ffffff;
}
.contact_section .map_container .map {
  height: 285px;
}
.contact_section .map_container .map #googleMap {
  height: 100%;
}
.contact_section .error {
  color: #fff;
  background: #e74c3c;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 5px;
  font-size: 13px;
  display: none;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact_section input.error-border,
.contact_section textarea.error-border {
  border: 2px solid #e74c3c;
}
.contact_section .alert-box {
  position: absolute;
  top: 43px;
  right: 0px;
  background: #27ae60;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5px 2px;
  border-radius: 8px;
  font-size: 14px;
  display: none;
  opacity: 10;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.contact_section .alert-box.show {
  display: block;
  opacity: 1;
}

/* footer section*/
.footer_section {
  background-color: #03103a;
  padding-top: 15px;
  text-align: center;
  color: #fff;
}
.footer_section .footer_items {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_section .footer_items .row {
  display: flex;
  justify-content: center;
}
.footer_section .footer_items a.map {
  text-decoration: none;
  color: #212C58;
}
.footer_section .footer-brand {
  font-size: 2rem;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer_items a {
  position: relative;
}
.footer_items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 25px;
}
.footer_items .item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
  color: #212C58;
  transition: all 0.3s;
  position: relative;
}
.footer_items .item .img-box i {
  font-size: 24px;
  position: relative;
  z-index: 3;
}
.footer_items .item .img-box::before, .footer_items .item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 2;
  transition: all 0.3s;
}
.footer_items .item .img-box::before {
  transform: rotate(45deg);
}
.footer_items .item .img-box::after {
  transform: rotate(45deg);
}
.footer_items .item p {
  margin-top: 20px;
  color: #fff;
  margin-bottom: 0;
}
.footer_items .item:hover .img-box::before {
  transform: rotate(90deg);
}

.social-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 45px 0;
}
.social-box .box {
  display: flex;
}
.social-box a {
  margin: 0 5px;
  color: #03103a;
  width: 45px;
  height: 45px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-box a i {
  font-size: 20px;
}
.social-box a:hover {
  color: #03103a;
}

.footer_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding: 0 25px;
  background-color: #fefefe;
  outline: none;
  color: #101010;
  text-align: center;
}
.footer_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  color: #03103a;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #03103a;
}
.footer_form button:hover {
  background-color: #03103a;
  color: #ffffff;
}

.footer-info {
  text-align: center;
  margin-top: 45px;
}
.footer-info p {
  color: #ffffff;
  margin: 0;
  padding-bottom: 25px;
}
.footer-info p a {
  color: inherit;
}

.gallery-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 90px auto;
}

/* контейнер с фиксированной шириной для видимости 3 фото */
.gallery-container {
  width: 100%; /* 3 фото по 200px + 2*15px gap */
  overflow: hidden;
}

.gallery {
  display: flex;
  gap: 15px;
  transition: transform 0.3s ease;
}

.gallery-item {
  width: 200px;
  height: 300px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

/* стрелки */
.arrow {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  user-select: none;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.overlay-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  user-select: none;
}

.overlay-arrow.left {
  left: 15px;
}

.overlay-arrow.right {
  right: 15px;
}

.overlay img {
  max-width: 90%;
  max-height: 90%;
  animation: scaleIn 0.3s ease;
}

#overlay-img {
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1;
}

.overlay-content {
  position: relative;
  display: flex;
  justify-content: center;
}

.close {
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 40px;
  color: #000000;
  border: none;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  opacity: 1 !important;
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
body.HebSite {
  direction: rtl;
  text-align: right;
}
body.HebSite .header_section .header_top .lang-switch {
  margin-left: unset;
  margin-right: 25px;
}
body.HebSite .header_section .header_top .social_box a {
  margin-right: unset;
  margin-left: 10px;
}
body.HebSite .header_section .header_top .contact_nav a i {
  margin-right: unset;
  margin-left: 5px;
}
body.HebSite .header_bottom .col-md-12 {
  padding: 6px 6px 6px 0 !important;
}
body.HebSite .slider_section .detail-box p {
  font-size: 1.25rem;
}
body.HebSite .custom_nav-container .navbar-nav {
  margin-right: 85px;
}
body.HebSite .carousel-item {
  float: right !important;
  margin-right: unset;
  margin-left: -100%;
}
body.HebSite .slider_section .detail-box h1, body.HebSite .slider_section .detail-box p {
  text-align: right;
}
body.HebSite .faq_section #faqAccordion h5 button {
  text-align: right !important;
  padding-right: unset;
  padding-left: 25px;
}
body.HebSite .faq_section #faqAccordion h5 button::before {
  right: unset;
  left: 0;
}
body.HebSite .faq_section #faqAccordion .card-body p {
  text-align: right;
}

.privacy-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  padding: 20px;
}

.privacy-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-content {
  background: #fff;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}

.privacy-content h2 {
  margin-top: 0;
}

.privacy-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
