* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

body::-webkit-scrollbar {
  width: 0px; /* ширина scrollbar */
}

body::-webkit-scrollbar-track {
  background: rgba(51, 51, 51, 0.2);
}

body::-webkit-scrollbar-thumb {
  background-color: #6c3fac;
  border-radius: 20px;
  border: 4px solid rgb(0, 0, 0);
}

body::-webkit-scrollbar-thumb:hover {
  border: 2px solid rgb(0, 0, 0);
}

body {
  background-color: #ffff !important;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
  z-index: 1000;
}
.navbar-brand img {
  height: 54px;
}
.nav-link {
  color: #5a6a7a;
}
.nav-link:hover {
  color: #2d7a3f;
}
.nav-item a {
  color: #667387;
}

.phone-btn {
  padding: 0.45rem 0.9rem;
  border-radius: 50rem;
}
.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Бургер */
.burger {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.burger span {
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  background: #2e3b4a;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.burger span:nth-child(1) {
  top: 0;
}
.burger span:nth-child(2) {
  top: 9px;
}
.burger span:nth-child(3) {
  bottom: 0;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 9999;
}
#burgerBtn {
  position: relative;
  z-index: 10000;
}

.fullscreen-menu.active {
  transform: translateY(0);
}

.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.fullscreen-menu li a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #000;
}
.contact-actions .btn {
  height: 40px;

  border-radius: 10px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  box-sizing: border-box;

  background: none;
  border: 1px solid #d9e0ea;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.phone-btn span {
  color: #667387;
  font-weight: 600;
  font-size: 15px;
}

.icon-btn {
  width: 40px;
  padding: 0;
}

.icon-btn img {
  max-width: 22px;
  max-height: 22px;
  display: block;
  margin: auto;
}
.no-scroll {
  overflow: hidden;
}
.border_left {
  border-left: 1px solid #7e879e;
}
.border_right {
  border-right: 1px solid #7e879e;
}
.main {
  background-image: url("/assets/images/img/main.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.main .container .row {
  height: 100vh;
  display: flex;
  align-items: start;
}
.border_pr {
  border: 1px solid #dee2e6;
  border-radius: 10px;
}
@import url(//fonts.googleapis.com/css?family=Lato:300:400);
body {
  margin: 0;
}
h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}
p {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #333333;
}
.header {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
  color: white;
}
.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.inner-header {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 10vh;
  min-height: 100px;
  max-height: 150px;
}
.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.main .card {
  background-color: rgba(0, 0, 0, 0.5); /* черный фон с прозрачностью 50% */
  border-radius: 20px !important;
  opacity: 1;
  margin-bottom: 20px;
}
.main .card p {
  font-size: 20px;
}
.hang .card {
  background-color: #2d3134;
  border-radius: 20px !important;
  border: 0px;
  overflow: hidden;
  height: 400px;
}

.ht {
  height: 35px !important;
}
.card {
  position: relative;
}
.svg-background {
  position: absolute;
  top: 70%;
  left: 75%;
  height: 100%;
  width: 200px;
  overflow: hidden;
  z-index: 1;
}
.quiz-header .svg-background {
  position: absolute;
  top: 50%;
  left: 75%;
  height: 10%;
  width: 400px;
  overflow: hidden;
  z-index: 1;
}
.svg-background-left {
  position: absolute;
  top: 70%;
  left: -150%;
  height: 100%;
  width: 400px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transform: translateX(100%);
}
.backgroundt {
  position: absolute;
  top: 50%;
  left: -21%;
  height: 100%;
  width: 200px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transform: translateX(100%);
}

.swiper-navigation-icon {
  display: none !important;
}

.left img {
  transform: rotate(180deg);
}

@keyframes slide-too {
  from {
    transform: translateX(0);
    opacity: 0;
  }
  to {
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-to {
  from {
    transform: translateX(0%);
    opacity: 0;
  }
  to {
    transform: translateX(100%);
    opacity: 1;
  }
}
.project-inner-slider .swiper-slide::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  color: white;
  font-size: 48px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
  pointer-events: none;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
  display: none;
}
.project-inner-slider .swiper-slide:hover::before,
.project-inner-slider .swiper-slide:hover::after {
  opacity: 1;
}

.project-inner-slider .custom-prev,
.project-inner-slider .custom-next {
  position: absolute;
  top: 50%;
}
.project-inner-slider .custom-prev {
  background-image: url("/assets/images/img/prev.svg");
}
.project-inner-slider .custom-next {
  background-image: url("/assets/images/img/next.svg");
}
.project-thumbs .swiper-slide {
  width: 180px !important;
  border-radius: 10px !important;
}
.project-thumbs .swiper-slide img {
  border-radius: 10px !important;
}
.project-thumbs {
  width: 100%;
}
.completed .swiper-slide {
  overflow: hidden;
}

.completed .swiper img {
  border-radius: 10px;
}

.project-thumbs {
  height: auto !important;
}

.completed .swiper-navigation {
  position: relative;

  z-index: 2;
  width: 25%;
  /* margin-left: 3%; */
}

.completed .swiper-button-prev,
.project-prev svg {
  height: 52px !important;
  width: 52px !important;
}

.completed .swiper-button-next,
.project-next svg {
  height: 52px !important;
  width: 52px !important;
}

.completed .swiper-button-prev {
  left: 10px;
  content: none !important;
}

.completed .swiper-button-next {
  right: 10px;
  content: none !important;
}

.project-thumbs .swiper-slide {
  filter: brightness(0.8);
  transition: filter 0.3s ease;
}

.project-thumbs .swiper-slide-thumb-active {
  filter: brightness(1);
}
.company {
  background-image: url("/assets/images/img/company.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.f_main {
  background-image: url("/assets/images/img/form.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 15px;
}
.f_main .form-control {
  height: 50px !important;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.rounded_ {
  border-radius: 10px;
}
.w_50 {
  width: 100%;
  background-color: #28a745 !important;
  height: 50px !important;
}
.w_55 {
  width: 50%;
  background-color: #28a745 !important;
  height: 50px !important;
}
.w_56 {
  width: 60%;
  background-color: #28a745 !important;
  height: 50px !important;
}
.w_25 {
  width: 50%;
  background-color: #28a745 !important;
  height: 50px !important;
}
.history img,
.history-big img {
  border-radius: 15px;
  display: block;
  border-radius: 10px;
}

.history-big img {
  border-radius: 15px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.history .history-big {
  width: 130%;
}
.history {
  background-image: url("/assets/images/img/company.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.promo-card {
  position: relative;
  min-height: 400px;
  border-radius: 20px !important;
}

.promo-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.promo-card .card-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 2;
  bottom: -180px;
  left: 0%;
}

.promo-card .promo-badge-img {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 100px;
  z-index: 3;
}
.promo-card .card-body {
  position: relative;
  z-index: 4;
}
.promo .card {
  background-color: #333333;
}
.projects .promo-card {
  background-color: #333333;
}
.projects .promo-card .btn {
  background-color: #28a745 !important;
  color: #fff !important;
  border: none !important;
}
footer {
  background-color: #2d3134;
}
footer .contact-actions .btn_1 {
  background: none;
  color: #fff !important;
  border: 1px solid #ffffff;
}
footer {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer li {
  margin-bottom: 5px;
  list-style: none;
}
footer li a {
  color: white;
  text-decoration: none;
}
footer li a:hover {
  text-decoration: none;
  color: #28a745;
}
.projects .card {
  border: 1px solid #dee2e6 !important;
  border-radius: 15px !important;
}
.projects .card .btn_1 {
  background-color: none !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667387;
}
.btn_2 {
  background-color: none !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px !important;
  height: 40px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #667387 !important;
}
.carousel-inner {
  border-radius: 15px !important;
}
.carousel-control-prev,
.carousel-control-next {
  background: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 5px;
}
.carousel-indicators .active {
  opacity: 1;
}

.projects {
  position: relative;
}

.scroll-line {
  position: absolute;
  width: 40px;
  height: 30%;
  background-image: url("/assets/images/img/vertical.png");
  transition: top 0.5s ease;
}

.left-line {
  left: 200px;
  top: 100%;
}

.right-line {
  right: 200px;
  top: 0%;
}
.quiz-header {
  position: relative;
  width: 100%;
  height: 356px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.quiz-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-header-text {
  position: absolute;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.top-text {
  top: 5%;
  right: 9%;
  text-align: start;
  max-width: 53%;
}

.bottom-text {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#quiz-card {
  border-radius: 10px !important;
  border: 1px solid #dee2e6 !important;
}
.progress {
  height: 5px !important;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #32ba00 !important;
  transition: width 0.6s ease;
  height: 5px !important;
}
/* Кнопки ответов */
.answer-btn {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.answer-btn .icon {
  font-size: 16px;
  flex-shrink: 0;
}
.answer-btn.active {
  background: linear-gradient(107deg, #02978c, #39e260);
  color: #fff;
  border: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.answer-btn.active .icon {
  content: "✔";
}
#next-btn {
  background-color: none !important;
  border: 1px solid #c1c5c9 !important;
  height: 40px;
}
#next-btn:hover {
  background-color: none !important;
  border: 1px solid #32ba00 !important;
}
#prev-btn {
  background-color: none !important;
  border: 1px solid #c1c5c9 !important;
  height: 40px;
}
#prev-btn:hover {
  background-color: none !important;
  border: 1px solid #32ba00 !important;
}
/* Навигация */
.quiz-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.nav-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* Модалка */
.rounded-12 {
  border-radius: 12px;
}
.chip {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  border-radius: 5px;
  background: #28a745;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
}
.frame {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
}

.modal-header {
  border: 0;
  padding: 0;
}
.modal-body {
  padding-bottom: 5px !important;
}
.round {
  border-radius: 10px !important;
}
/* Swiper: модалка */
.hero-swiper {
  width: 100%;
}
.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-swiper .swiper-button-next {
  background-image: url("/assets/images/img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  opacity: 1 !important;
}
.hero-swiper .swiper-button-prev {
  background-image: url("/assets/images/img/prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
}
.hero-swiper .swiper-button-next:after,
.hero-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

/* Список характеристик */
.kv-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.kv-row:last-child {
  border-bottom: 0;
}
.kv-row .k {
  color: #222;
}
.kv-row .v {
  white-space: nowrap;
}

/* Кнопки комплектации */
.kit-btn.btn {
  width: 25%;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  border: 1px solid #d5d5d5;
  background: #f8f9fa;
  transition: all 0.15s ease;
}
.btn_success {
  background: #28a745 !important;
  color: #ffffff !important;
}
.kit-btn.btn:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: #bdbdbd;
}

/* Блок цены */
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.modal-content {
  border-radius: 20px !important;
}
.hero-swiper .swiper-slide img {
  border-radius: 15px !important;
  border: 0px !important;
}
.hero-swiper .swiper-wrapper {
  border-radius: 15px !important;
  border: 0px !important;
}
.popover {
  border-radius: 20px !important;
}
.popover-body img {
  border-radius: 10px !important;
}
.bord {
  border-radius: 20px !important;
}
.rounded_1 {
  border-radius: 20px !important;
}
.text_pop1 {
  color: #68717a !important;
  font-weight: bold !important;
}
.popover-body {
  padding: 0 !important;
  border-radius: 10px !important;
}
.bg_light {
  background-color: #f4f4f4 !important;
}
.btn-close {
  box-sizing: content-box;
  width: 40px !important;
  height: 40px !important;
  padding: 0.1em 0.1em !important;
  color: #ffffff;
  background: none !important;
  border: 0;
  opacity: 1 !important;
  z-index: 9999;
}
.img_r {
  position: relative;
  top: -80px;
}

.my-cards-swiper .my-card {
  width: 100%;
}
.collapse_ .btn_1 {
  padding: 10px !important;
  background-color: #ececec !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #000000 !important;
}
.bottom-text h4 {
  margin: 0 auto;
  text-align: center;
  font-size: 38px;
}
.top-text h4 {
  font-size: 32px !important;
}
#quiz-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.bg_form .modal-content {
  border-radius: 20px !important;
}
@media (max-width: 1700px) and (min-width: 1400px) {
  .history .history-big {
    width: 100% !important;
  }
}
/* Скрываем номер телефона от 1400px и ниже */
@media (max-width: 1500px) {
  .phone-btn span {
    display: none;
  }

  .phone-btn {
    padding: 6px; /* компактнее кнопка */
  }

  .phone-btn img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1400px) and (min-width: 950px) {
  .history .history-big {
    width: 100% !important;
  }
  .navbar-nav {
    gap: 20px !important; /* уменьшаем расстояние между пунктами */
  }

  .navbar-nav .nav-link {
    font-size: 14px; /* делаем текст компактнее */
  }

  .contact-actions {
    gap: 10px;
    flex-wrap: wrap; /* чтобы кнопки не налезали друг на друга */
  }

  .contact-actions span {
    font-size: 14px;
  }

  .navbar-brand img {
    max-width: 140px; /* уменьшаем логотип */
    height: auto;
  }

  .navbar hr {
    margin: 0 10px !important; /* уменьшаем отступы у разделителей */
    height: 30px !important;
  }
}
@media (min-width: 760px) and (max-width: 1300px) {
  .my-cards-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }

  .my-cards-swiper .swiper-slide.my-card.col-4 {
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
  }
  .my-cards-swiper .swiper-slide.my-card.col-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .burger,
  .fullscreen-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .top-text {
    top: 5%;
    right: 1%;
    text-align: start;
    max-width: 53%;
  }
}
@media (min-width: 768px) {
  .my-cards-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .my-cards-swiper .my-card.col-4 {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }

  .my-cards-swiper .my-card.col-8 {
    flex: 0 0 calc(66.666% - 20px);
    max-width: calc(66.666% - 20px);
  }

  .my-cards-swiper .my-card.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .top-text {
    top: 5%;
    right: 15%;
  }
  .bottom-text h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
  }
  .top-text h4 {
    font-size: 18px !important;
  }
  .quiz-header-text h4 {
    max-width: 60%;
    margin-left: 0; /* убираем центрирование */
    margin-right: auto;
    text-align: left;
  }
  .main {
    background-position: center;
  }
  .main .container .row {
    display: flex;
    align-items: end;
    padding-bottom: 50px;
  }
  .promo-card .promo-badge-img {
    width: 130px;
  }
  h3 {
    font-size: 36px !important;
  }
  .bottom-text {
    left: 25%;
  }
  .quiz-header {
    height: 200px;
  }
  .top-text {
    max-width: 95%;
  }
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
  .svg-background-left {
    left: -200%;
  }
  .img_r {
    position: relative;
    top: -10px;
    left: -20%;
  }
  .completed .swiper-navigation {
    width: 50%;
  }
  .gradient-text h3 {
    font-size: 18px;
  }
  .project-thumbs .swiper-slide {
    width: 150px !important;
    height: 100px !important;
    border-radius: 10px !important;
  }
  .w_25 {
    width: 100%;
    background-color: #28a745 !important;
    height: 50px !important;
  }
  .quiz-nav {
    justify-content: space-between;
  }
  .f_main {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #dee2e6;
  }
  .history .history-big {
    width: 100% !important;
  }
  .w_55 {
    width: 100%;
  }
  .w_56 {
    width: 100%;
  }
  .modal-content {
    border-radius: 0px !important;
    overflow: hidden;
  }
  .backgroundt {
    left: 7%;
  }
}
@media (max-width: 576px) {
  .hero-swiper {
    height: 90%;
  }
}
