.header-phones {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contacts-phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.video-video {
  height: 100vh;
  width: 100%;
}

.hero-sec {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8rem;
  background-size: auto, cover;
  background-image: linear-gradient(rgba(0, 53, 85, 0.3) 0%, rgba(0, 53, 85, 1) 100%), url("rectangle_17.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0px top 0px, center center;
  background-attachment: scroll, scroll;
  position: sticky;
  top: 0px;
}

.case-sec {
  background-size: auto;
  background-image: linear-gradient(rgba(0, 53, 85, 0) 0%, rgba(0, 53, 85, 1) 50%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
}

.video-sec {
  position: sticky;
  top: 0px;
  height: 100vh;
  width: 100%;
}

.case-wrap {
  padding-top: 14rem;
  padding-bottom: 6rem;
}

.my-container {
  max-width: none;
  padding-left: 4rem;
  padding-right: 4rem;
}

.case-head {
  margin-bottom: 4rem;
  display: grid;
  align-items: flex-start;
  column-gap: 1.88rem;
  color: rgba(255, 255, 255, 1);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-start: span 12;
  grid-column-end: span 12;
}

.t2 {
  font-size: 4rem;
  font-weight: 400;
}

.t4 {
  font-size: 2rem;
  font-weight: 400;
}

.case-item-image {
  width: 100%;
  height: auto;
  transition-property: all;
}

.t3 {
  font-size: 2.63rem;
  letter-spacing: 0px;
  font-weight: 400;
}

.case-item-head {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  color: rgba(255, 255, 255, 1);
}

.rad-24 {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.case-item {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-size: auto;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  height: 32rem;
  display: flex;
  flex-direction: column;
  min-width: 50rem;
  transition-property: color;
  transition-duration: 600ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  row-gap: 1rem;
}

.case-item:hover {
  transition-timing-function: ease;
  transition-property: all;
  transition-duration: 600ms;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0) 100%);
}

.rad-64 {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 4rem;
  justify-content: space-between;
}

.hero-wrap--thanks {
  align-items: flex-start;
}

.hero-wrap-action {
  display: flex;
  flex-direction: column;
  width: 45rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  row-gap: 4rem;
  background-size: auto;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  backdrop-filter: blur(6px);
  min-width: 45rem;
}

.t5 {
  font-size: 1.5rem;
}

.btn {
  background-size: auto;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: center;
  column-gap: 1rem;
  align-items: center;
  color: rgba(101, 51, 217, 1);
  padding-left: 3rem;
  padding-right: 3rem;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}

.btn:hover {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  transform: scale3d(1.03, 1.03, 1);
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}

.case-list {
  display: flex;
  column-gap: 1.88rem;
  grid-column-start: 3;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 1;
}

.receive-sec {
  background-size: auto;
  background-image: linear-gradient(rgba(138, 56, 245, 1) 0%, rgba(0, 53, 85, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  padding-bottom: 6rem;
}

.receive-wrap {
  flex-direction: column;
  display: flex;
  align-items: center;
}

.receive-cont-wrap {
  padding-top: 6rem;
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(rgba(2, 96, 153, 0) 0%, rgba(212, 150, 224, 0.3) 100%);
  column-gap: 1.88rem;
  margin-bottom: 4rem;
}

.receive-item {
  display: flex;
  align-items: center;
  height: 13rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6rem;
  padding-right: 1.5rem;
  position: relative;
  background-size: auto;
  background-image: linear-gradient(90deg, rgba(112, 87, 177, 0) 0%, rgba(112, 87, 177, 1) 50%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.receive-item-img {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  background-size: auto, cover;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(112, 87, 177, 1) 100%), url("2.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0px top 0px, center center;
  background-attachment: scroll, scroll;
}

.receive-list-top {
  display: flex;
  padding-right: 7.5rem;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
}

.receive-list {
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
}

.receive-list-bott {
  display: flex;
  column-gap: 1rem;
  padding-left: 8rem;
}

.serv-sec {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-size: auto, cover;
  background-image: radial-gradient(closest-side at center center, rgba(0, 53, 85, 0.2) 0%, rgba(0, 53, 85, 1) 100%), url("frame_11.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0px top 0px, center top 0%;
  background-attachment: scroll, fixed;
}

.serv-item {
  height: 27rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-size: auto;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  backdrop-filter: blur(1rem);
  display: flex;
  column-gap: 4rem;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  justify-content: space-between;
}

.serv-item-img {
  height: 100%;
  width: 50%;
}

.t1 {
  font-size: 6rem;
  letter-spacing: -2px;
  font-weight: 400;
}

.serv-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.serv-head {
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
  align-items: center;
  color: rgba(255, 255, 255, 1);
}

.sta-sec {
  background-size: auto;
  background-image: linear-gradient(rgba(1, 52, 85, 1) 0%, rgba(1, 52, 85, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.sta-wrap {
  display: flex;
  flex-direction: column;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  row-gap: 2rem;
  color: rgba(255, 255, 255, 1);
}

.sta-action {
  display: flex;
  align-items: center;
  column-gap: 6rem;
  justify-content: space-between;
}

.my-container-medium {
  max-width: none;
  padding-left: 14rem;
  padding-right: 14rem;
}

.why-sec {
  background-size: cover;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url("frame_11.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0px top 0px, left 0px top 0px;
  background-attachment: scroll, scroll;
}

.why-wrap {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  row-gap: 4rem;
}

.why-cont {
  display: flex;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: space-between;
  background-size: auto;
  background-image: linear-gradient(90deg, rgba(158, 66, 121, 0.7) 0%, rgba(0, 95, 152, 0.3) 50%, rgba(108, 212, 140, 0.7) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  height: auto;
  align-items: stretch;
}

.why-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1rem;
  padding-left: 0rem;
  padding-right: 3rem;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.3);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.why-img {
  height: 34rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 1rem;
  outline-color: rgba(255, 255, 255, 0.3);
  width: 40rem;
}

.why-item-prev {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 4rem;
  padding-right: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.3);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.why-list-left {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
  justify-content: space-between;
}

.why-list-prev {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stages-wrap {
  display: flex;
  flex-direction: column;
}

.stages-head {
  color: rgba(0, 95, 152, 1);
  display: flex;
  flex-direction: column;
  padding-right: 55%;
  padding-top: 12rem;
  row-gap: 1.5rem;
  position: sticky;
  top: 0px;
  padding-bottom: 12rem;
}

.stages-item {
  position: relative;
  width: 25rem;
  height: 26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.stages-item-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 98%;
}

.stages-list {
  padding-left: 50%;
  margin-top: -21rem;
}

.faq-sec {
  background-size: auto;
  background-image: linear-gradient(rgba(1, 52, 85, 1) 0%, rgba(1, 52, 85, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.footer-wrap {
  color: rgba(255, 255, 255, 1);
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}

.nav-bar {
  position: fixed;
  z-index: 10;
  top: 1.5rem;
}

.nav-bar-wrap {
  display: flex;
  background-size: auto;
  background-image: linear-gradient(90deg, rgba(0, 91, 181, 0.6) 0%, rgba(90, 0, 181, 0.2) 50%, rgba(0, 91, 181, 0.6) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  backdrop-filter: blur(8px);
  height: 6.25rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-right: 2rem;
  align-items: center;
  column-gap: 2rem;
}

.nav-bar-list {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: auto;
}

.nav-action-list {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}

.nav-action-wrap {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  justify-content: space-between;
  height: 100%;
}

.nav-link {
  color: rgba(255, 255, 255, 1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 100%;
  align-items: center;
  text-decoration: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}

.nav-link:hover {
  transform: scale3d(1.1, 1.1, 1);
}

.nav-logo {
  width: 8rem;
  height: 6.25rem;
}

.faq-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
}

.faq-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.faq-list {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 3;
  grid-column-end: 10;
  background-size: auto;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  padding-top: 4rem;
}

.footer-action-list {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-start: span 9;
  grid-column-end: span 9;
  column-gap: 1.88rem;
}

.footer-action-item {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  background-size: auto;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 25%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.footer-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 1.88rem;
}

.footer-action-item2 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 4;
  grid-column-end: span 4;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  background-size: auto;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 50%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.footer-adress-item {
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  row-gap: 0.5rem;
  margin-bottom: 2rem;
}

.footer-sec {
  flex-direction: column;
}

.footer-botton-item {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-botton-list {
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
}

.footer-botton-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.nav-action-icon {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 2.25rem;
  padding-left: 0px;
  padding-right: 0px;
  color: rgba(255, 255, 255, 1);
  width: 2.25rem;
}

.nav-bar-item {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.btn-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.receive-head {
  width: 80%;
}

.navbar-menu {
  height: 4rem;
  justify-content: center;
  align-items: center;
  background-size: auto;
  background-image: linear-gradient(rgba(0, 95, 152, 1) 0%, rgba(0, 95, 152, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  min-width: 4rem;
  position: relative;
  border: none;
  display: none;
}

.hero-bg-icon {
  position: absolute;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.5);
  bottom: 0px;
  z-index: -1;
}

.case-slider-arrow {
  background-size: auto;
  background-image: linear-gradient(rgba(0, 95, 152, 1) 0%, rgba(0, 95, 152, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  color: rgba(255, 255, 255, 1);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0px 0px 2em 0px rgba(0, 53, 85, 1);
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  cursor: pointer;
}

.case-slider-arrow:hover {
  transform: scale3d(1.1, 1.1, 1);
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}

.case-navigation-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  bottom: 50%;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slider-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.case-swiper-wrap-2 {
  display: flex;
  justify-content: center;
}

.case-item-action {
  display: flex;
  column-gap: 2rem;
  align-items: flex-end;
}

.case-item-btn {
  background-image: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  height: 3rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-width: 3rem;
  opacity: 0;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 0.5rem;
  outline-color: rgba(255, 255, 255, 0.3);
}

.case-swiper {
  width: 100%;
}

.why-item-icon {
  width: 2rem;
  height: 2rem;
}

.faq-item-icon {
  width: 2rem;
  height: 2rem;
}

.case-pg-hero-sec {
  height: 30rem;
  display: flex;
  align-items: flex-end;
}

.case-pg-hero-bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.case-pg-hero-bggrad {
  position: absolute;
  height: 100%;
  background-size: auto;
  background-image: linear-gradient(rgba(1, 52, 85, 0.5) 0%, rgba(1, 52, 85, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
}

.case-pg-hero-wrap {
  padding-bottom: 2rem;
}

.back-btn {
  width: 5rem;
  height: 5rem;
  right: 2rem;
  top: 2rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-image: linear-gradient(rgba(0, 95, 152, 1) 0%, rgba(0, 95, 152, 1) 100%);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
}

.case-pg-slides-sec {
  background-size: auto;
  background-image: linear-gradient(rgba(1, 52, 85, 1) 0%, rgba(1, 52, 85, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
}

.case-pg-desc-sec {
  background-size: auto;
  background-image: linear-gradient(rgba(1, 52, 85, 1) 0%, rgba(1, 52, 85, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
}

.case-pg-desc-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 6rem;
  row-gap: 6rem;
  align-items: center;
}

.case-pg-slides-item-img {
  height: 30rem;
  min-width: 50rem;
}

.case-pg-slides-item-img:hover {
  transform: scale3d(1.05, 1.05, 1);
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}

.case-pg-slides-list {
  display: flex;
  column-gap: 1.88rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.case-swiper-copy {
  width: 100%;
}

.modal_imputs-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.modal_input {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top-left-radius: 64rem;
  border-top-right-radius: 64rem;
  border-bottom-left-radius: 64rem;
  border-bottom-right-radius: 64rem;
  background-image: linear-gradient(rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0.2) 100%);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  height: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  color: rgba(255, 255, 255, 1);
}

.modal_input:hover {
  background-image: linear-gradient(rgba(245, 245, 245, 0.4) 0%, rgba(245, 245, 245, 0.4) 100%);
}

.global-styles {
  position: fixed;
}

.receive-item-img-wrap {
  width: 12.5rem;
  position: absolute;
  height: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  background-size: auto, cover;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(112, 87, 177, 1) 100%), url("2.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0px top 0px, center center;
  background-attachment: scroll, scroll;
}

.receive-item-img-grad {
  position: absolute;
  height: auto;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  background-size: auto;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(112, 87, 177, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  width: 80%;
  right: 0px;
}

.sta-bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.sta-bg-grad {
  background-size: auto;
  background-image: linear-gradient(90deg, rgba(108, 128, 212, 1) 0%, rgba(1, 52, 85, 0.3) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.case-pg-video-item-video {
  width: 100%;
  height: 100%;
}

.case-pg-video-sec {
  background-size: auto;
  background-image: linear-gradient(rgba(1, 52, 85, 1) 0%, rgba(1, 52, 85, 1) 100%);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-attachment: scroll;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.case-pg-video-list {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}

.case-pg-desc {
  width: 100%;
}

@media (max-width: 991px) {
  .header-phones {
    align-items: center;
  }
}

@media (max-width: 991px) {
  .hero-wrap {
    flex-direction: column;
    row-gap: 4rem;
    align-items: flex-start;
  }
}


@media (max-width: 991px) {
  .hero-wrap-action {
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    min-width: auto;
  }
}

@media (max-width: 991px) {
  .t1 {
    font-size: 4rem;
  }
}

@media (max-width: 991px) {
  .case-head {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
}

@media (max-width: 991px) {
  .receive-cont-wrap {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .receive-list {
    padding-top: 4rem;
  }
}

@media (max-width: 991px) {
  .receive-list-top {
    flex-direction: column;
    margin-bottom: 1rem;
    row-gap: 1rem;
    padding-right: 8rem;
  }
}

@media (max-width: 991px) {
  .receive-list-bott {
    flex-direction: column;
    row-gap: 1rem;
    padding-left: 8rem;
  }
}

@media (max-width: 991px) {
  .receive-item {
    height: 8rem;
    padding-left: 8rem;
  }
}

@media (max-width: 991px) {
  .t3 {
    font-size: 1.63rem;
  }
}

@media (max-width: 991px) {
  .receive-head {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .my-container-medium {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (max-width: 991px) {
  .t2 {
    font-size: 2.13rem;
  }
}

@media (max-width: 991px) {
  .serv-item {
    column-gap: 2rem;
    height: 18rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 991px) {
  .sta-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: left 0px top 0px, center center;
    background-size: auto, cover;
  }
}

@media (max-width: 991px) {
  .sta-action {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2rem;
  }
}

@media (max-width: 991px) {
  .why-cont {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .why-list-left {
    flex-direction: row;
    column-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .why-list-prev {
    column-gap: 2rem;
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .why-item-left {
    padding-right: 0rem;
    align-items: flex-start;
    padding-top: 0rem;
    padding-bottom: 0rem;
    border-top-style: none;
    border-top-width: 0px;
    row-gap: 0.5rem;
  }
}

@media (max-width: 991px) {
  .why-item-prev {
    padding-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    border-top-width: 0px;
    border-top-style: none;
  }
}

@media (max-width: 991px) {
  .why-img {
    width: 100%;
    height: 25rem;
  }
}

@media (max-width: 991px) {
  .why-wrap {
    padding-top: 4rem;
  }
}

@media (max-width: 991px) {
  .sta-sec {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .serv-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .receive-sec {
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .stages-item {
    width: 18rem;
    height: 18.75rem;
    margin-bottom: -0.81rem;
  }
}

@media (max-width: 991px) {
  .stages-head {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 991px) {
  .faq-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .faq-list {
    grid-column-end: 12;
    grid-column-start: 2;
  }
}

@media (max-width: 991px) {
  .footer-action-list {
    grid-template-rows: 419px auto;
    grid-column-start: span 12;
    grid-column-end: span 12;
    grid-row-start: span 2;
    grid-row-end: span 2;
    flex-direction: column;
    row-gap: 2rem;
  }
}

@media (max-width: 991px) {
  .footer-action-item {
    grid-column-start: span 4;
    grid-column-end: span 4;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .footer-action-item2 {
    grid-column-start: span 8;
    grid-column-end: span 8;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .footer-list-wrap {
    row-gap: 3rem;
  }
}

@media (max-width: 991px) {
  .footer-botton-list {
    flex-direction: column;
    row-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 2rem;
  }
}

@media (max-width: 991px) {
  .rad-64 {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

@media (max-width: 991px) {
  .nav-bar-list {
    top: 7rem;
    flex-direction: column;
    left: 0px;
    right: 0px;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-menu {
    display: flex;
    margin-left: 2rem;
    min-width: 4rem;
  }
}

@media (max-width: 991px) {
  .nav-bar-wrap {
    padding-right: 1rem;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .nav-action-wrap {
    position: absolute;
    top: 7rem;
    left: 0px;
    right: 0px;
    flex-direction: column;
    height: auto;
    background-size: auto;
    background-image: linear-gradient(120deg, rgba(0, 91, 181, 0.8) -2%, rgba(90, 0, 181, 1) 50%, rgba(0, 91, 181, 0.8) 100%);
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-attachment: scroll;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
  }
}

@media (max-width: 991px) {
  .nav-logo {
    width: 6rem;
  }
}

@media (max-width: 991px) {
  .nav-action-list {
    justify-content: center;
    margin-top: 4rem;
  }
}

@media (max-width: 991px) {
  .case-item {
    min-width: 30rem;
    height: 28rem;
  }
}

@media (max-width: 991px) {
  .hero-sec {
    padding-bottom: 6rem;
  }
}

@media (max-width: 991px) {
  .case-list {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .case-navigation-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (max-width: 991px) {
  .case-item-head {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991px) {
  .t5 {
    font-size: 1.38rem;
  }
}

@media (max-width: 991px) {
  .case-item-btn {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .why-item-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 991px) {
  .modal_imputs-wrapper {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .case-pg-slides-item-img {
    min-width: 30rem;
    height: 20rem;
  }
}

@media (max-width: 991px) {
  .nav-bar-item {
    width: 100%;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .nav-link {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .my-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .t1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .rad-64 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}

@media (max-width: 767px) {
  .hero-wrap-action {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    row-gap: 2rem;
  }
}

@media (max-width: 767px) {
  .t4 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .nav-action-wrap {
    column-gap: 2rem;
    top: 5rem;
  }
}

@media (max-width: 767px) {
  .nav-action-list {
    column-gap: 1rem;
  }
}

@media (max-width: 767px) {
  .nav-bar-wrap {
    height: 4rem;
    column-gap: 1rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  .nav-logo {
    height: 4rem;
    width: 4rem;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .navbar-menu {
    height: 3rem;
    min-width: 3rem;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .nav-action-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 767px) {
  .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .t5 {
    font-size: 1.13rem;
  }
}

@media (max-width: 767px) {
  .btn-icon {
    height: 1rem;
    width: 1rem;
  }
}

@media (max-width: 767px) {
  .my-container-medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .t2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .serv-item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 12rem;
  }
}

@media (max-width: 767px) {
  .serv-list {
    row-gap: 1rem;
  }
}

@media (max-width: 767px) {
  .why-wrap {
    row-gap: 2rem;
  }
}

@media (max-width: 767px) {
  .why-list-left {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .why-list-prev {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .receive-list-top {
    padding-right: 4rem;
  }
}

@media (max-width: 767px) {
  .receive-list-bott {
    padding-left: 4rem;
  }
}

@media (max-width: 767px) {
  .stages-item {
    width: 13rem;
    height: 13.63rem;
    margin-bottom: -0.5rem;
  }
}

@media (max-width: 767px) {
  .stages-list {
    margin-top: -10rem;
  }
}

@media (max-width: 767px) {
  .stages-head {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .case-slider-arrow {
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 767px) {
  .slider-icon {
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 767px) {
  .case-item {
    min-width: 22rem;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    height: 20rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .case-list {
    column-gap: 1.25rem;
  }
}

@media (max-width: 767px) {
  .hero-sec {
    padding-bottom: 4rem;
    height: 35rem;
    position: relative;
  }

  .hero-sec--thanks {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .nav-bar {
    top: 1rem;
  }
}

@media (max-width: 767px) {
  .case-wrap {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .case-head {
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    row-gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .receive-cont-wrap {
    padding-top: 4rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .receive-item {
    padding-left: 5rem;
  }
}

@media (max-width: 767px) {
  .serv-head {
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .sta-sec {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .stages-sec {
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .why-img {
    height: 15rem;
  }
}

@media (max-width: 767px) {
  .t3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .faq-item-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 767px) {
  .case-item-action {
    column-gap: 1rem;
  }
}

@media (max-width: 767px) {
  .case-item-head {
    padding-right: 0rem;
  }
}

@media (max-width: 767px) {
  .modal_input {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .case-item-btn {
    outline-offset: 0.2rem;
    height: 2.5rem;
    min-width: 2.5rem;
  }
}

@media (max-width: 767px) {
  .case-item-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media (max-width: 767px) {
  .case-pg-hero-sec {
    height: 15rem;
  }
}

@media (max-width: 767px) {
  .case-pg-slides-item-img {
    min-width: 22rem;
    height: 15rem;
  }
}

@media (max-width: 767px) {
  .case-pg-video-sec {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .case-pg-slides-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
    column-gap: 1rem;
  }
}

@media (max-width: 767px) {
  .case-pg-desc-wrap {
    padding-top: 2rem;
    padding-bottom: 4rem;
    row-gap: 2rem;
  }
}

@media (max-width: 767px) {
  .back-btn {
    height: 3rem;
    width: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    top: 1rem;
    right: 1rem;
  }
}

@media (max-width: 767px) {
  .hero-wrap {
    row-gap: 3rem;
  }
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .footer-botton-list {
    display: flex;
    row-gap: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .hero-bg-icon {
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .video-sec {
    height: auto;
  }
}

@media (max-width: 767px) {
  .footer-action-item {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}

@media (max-width: 767px) {
  .footer-action-item2 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}

@media (max-width: 479px) {
  .t4 {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .btn {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .receive-cont-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 479px) {
  .receive-item {
    padding-left: 4rem;
    padding-right: 1rem;
  }
}

@media (max-width: 479px) {
  .receive-list-top {
    padding-right: 2rem;
  }
}

@media (max-width: 479px) {
  .receive-list-bott {
    padding-left: 2rem;
  }
}

@media (max-width: 479px) {
  .sta-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 479px) {
  .t3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 479px) {
  .why-list-left {
    column-gap: 1rem;
  }
}

@media (max-width: 479px) {
  .why-list-prev {
    column-gap: 1rem;
  }
}

@media (max-width: 479px) {
  .why-cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 479px) {
  .stages-list {
    margin-top: 0rem;
    padding-left: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .stages-head {
    padding-right: 0%;
    padding-top: 4rem;
    row-gap: 0.5rem;
    position: static;
    padding-bottom: 2rem;
  }
}

@media (max-width: 479px) {
  .stages-item {
    height: 187px;
    width: 180px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 479px) {
  .case-head {
    padding-left: 1rem;
    padding-right: 1rem;
    row-gap: 0.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 479px) {
  .faq-list {
    padding-top: 2rem;
  }
}

@media (max-width: 479px) {
  .why-img {
    outline-offset: 0.5rem;
    height: 12rem;
  }
}

@media (max-width: 479px) {
  .t2 {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .serv-item {
    column-gap: 1.5rem;
    height: 10rem;
  }
}

@media (max-width: 479px) {
  .serv-item-img {
    width: 40%;
  }
}

@media (max-width: 479px) {
  .case-item {
    min-width: 16rem;
    height: 16rem;
  }
}

@media (max-width: 479px) {
  .t5 {
    font-size: 0.88rem;
  }
}

@media (max-width: 479px) {
  .case-item-head {
    padding-left: 0.5rem;
    row-gap: 0.5rem;
  }
}

@media (max-width: 479px) {
  .case-item-btn {
    min-width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 479px) {
  .case-slider-arrow {
    height: 2rem;
    width: 2rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

@media (max-width: 479px) {
  .case-item-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media (max-width: 479px) {
  .t1 {
    font-size: 2rem;
    letter-spacing: 0px;
  }
}

@media (max-width: 479px) {
  .hero-bg-icon {
    bottom: 81px;
  }
}

@media (max-width: 479px) {
  .hero-sec {
    padding-bottom: 8rem;
    height: 100vh;
  }
}

@media (max-width: 479px) {
  .case-pg-slides-item-img {
    min-width: 16rem;
    height: 12rem;
  }
}

@media (max-width: 479px) {
  .nav-link {
    font-size: 1.5rem;
  }
}

@media (max-width: 479px) {
  .video-sec {
    height: 100vh;
  }
}

@media (max-width: 479px) {
  .btn-icon {
    display: none;
  }
}