.why-design {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F3;
  padding: 90px 30px;
}
.why-design .wd__content {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1440px) {
  .why-design .wd__content {
    max-width: 1280px;
  }
}
@media (max-width: 1024px) {
  .why-design .wd__content {
    gap: 36px;
  }
}
.why-design .wd__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.why-design .wd__top-title {
  color: #041130;
}
.why-design .wd__top-title h2 {
  font-size: 39px;
}
.why-design .wd__top-title h2 br {
  display: none;
}
@media (max-width: 1024px) {
  .why-design .wd__top-title h2 br {
    display: block;
  }
}
@media (max-width: 1024px) {
  .why-design .wd__top-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .why-design .wd__top-title h2 {
    font-size: 25px;
  }
}
.why-design .wd__top-title span {
  color: rgba(4, 17, 48, 0.6);
}
.why-design .wd__top-text {
  max-width: 475px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left !important;
}
@media (max-width: 1024px) {
  .why-design .wd__top-text {
    max-width: 680px;
  }
}
@media (max-width: 1024px) {
  .why-design .wd__top {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    gap: 8px;
  }
}
.why-design .wd__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.why-design .wd__cards-item {
  display: flex;
  flex-direction: column;
  gap: 40px !important;
  border-radius: 8px;
  padding: 16px;
  background-color: #041130;
  height: -moz-fit-content;
  height: fit-content;
}
.why-design .wd__cards-item .card-tag {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  padding: 4px 12px;
  background-color: rgba(242, 242, 243, 0.1019607843);
  color: #FAFAFA;
}
.why-design .wd__cards-item .card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.why-design .wd__cards-item .card-content div {
  width: 40px;
  height: 2px;
  min-width: 40px;
  min-height: 2px;
  background-color: #FBBA05;
}
.why-design .wd__cards-item .card-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #FAFAFA;
  margin-top: 8px;
}
.why-design .wd__cards-item .card-content p {
  color: #FAFAFA;
  opacity: 0.8;
}
.why-design .wd__cards-item:nth-child(odd) {
  background-color: rgba(4, 17, 48, 0.1019607843);
}
.why-design .wd__cards-item:nth-child(odd) .card-tag {
  background-color: rgba(4, 17, 48, 0.1019607843);
  color: #041130;
}
.why-design .wd__cards-item:nth-child(odd) .card-content h3 {
  color: #041130;
}
.why-design .wd__cards-item:nth-child(odd) .card-content p {
  color: #041130;
}
.why-design .wd__cards-item:nth-child(2) {
  background-image: url(../../images/blocks/why-design/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.why-design .wd__cards-item:nth-child(2) div, .why-design .wd__cards-item:nth-child(2) h3, .why-design .wd__cards-item:nth-child(2) p {
  z-index: 1;
}
.why-design .wd__cards-item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 17, 48, 0.5019607843);
  pointer-events: none;
  z-index: 0;
  border-radius: 8px;
}
.why-design .wd__cards-item:last-child {
  background-color: #041130;
}
.why-design .wd__cards-item:last-child .card-tag {
  background-color: rgba(242, 242, 243, 0.1019607843);
  color: #FAFAFA;
}
.why-design .wd__cards-item:last-child .card-content h3 {
  color: #FAFAFA;
}
.why-design .wd__cards-item:last-child .card-content p {
  color: #FAFAFA;
}
@media (max-width: 1024px) {
  .why-design .wd__cards-item {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .why-design .wd__cards {
    grid-template-columns: repeat(2, 1fr);
    align-items: unset;
  }
}
@media (max-width: 440px) {
  .why-design .wd__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1440px) {
  .why-design {
    padding: 75px 30px;
  }
}
@media (max-width: 1024px) {
  .why-design {
    padding: 100px 24px;
  }
}
@media (max-width: 768px) {
  .why-design {
    padding: 80px 16px;
  }
}

.production-installation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 180px 30px;
}
.production-installation .pi__content {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1440px) {
  .production-installation .pi__content {
    max-width: 1280px;
  }
}
@media (max-width: 1024px) {
  .production-installation .pi__content {
    gap: 36px;
  }
}
.production-installation .pi__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.production-installation .pi__top-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1024px) {
  .production-installation .pi__top {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    gap: 8px;
  }
}
.production-installation .pi__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.production-installation .pi__wrapper-item.gray {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  padding: 16px;
  background-color: #f2f2f3;
}
.production-installation .pi__wrapper-item.gray div {
  width: 40px;
  height: 2px;
  min-width: 40px;
  min-height: 2px;
  background-color: #fbba05;
}
.production-installation .pi__wrapper-item.gray h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 8px;
}
.production-installation .pi__wrapper-item.gray p {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .production-installation .pi__wrapper-item.gray:nth-child(1) {
    grid-area: g1;
  }
  .production-installation .pi__wrapper-item.gray:nth-child(2) {
    grid-area: g2;
  }
  .production-installation .pi__wrapper-item.gray:nth-child(5) {
    grid-area: g3;
  }
  .production-installation .pi__wrapper-item.gray:nth-child(6) {
    grid-area: g4;
  }
  .production-installation .pi__wrapper-item.gray:nth-child(7) {
    grid-area: g5;
  }
}
@media (max-width: 768px) {
  .production-installation .pi__wrapper-item.gray {
    padding: 8px;
  }
}
.production-installation .pi__wrapper-item.video {
  border-radius: 8px;
  overflow: hidden;
  grid-row: span 2/span 2;
  position: relative;
}
.production-installation .pi__wrapper-item.video video {
  position: absolute;
}
@media (max-width: 1024px) {
  .production-installation .pi__wrapper-item.video {
    grid-area: video;
  }
}
@media (max-width: 768px) {
  .production-installation .pi__wrapper-item.video {
    height: 270px;
  }
}
.production-installation .pi__wrapper-item.image {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .production-installation .pi__wrapper-item.image {
    grid-area: image;
  }
}
@media (max-width: 768px) {
  .production-installation .pi__wrapper-item.image {
    height: 80px;
  }
}
.production-installation .pi__wrapper-item.dark {
  display: flex;
  flex-direction: column;
  gap: 43px;
  border-radius: 8px;
  padding: 16px;
  background-color: #041130;
  position: relative;
  transition: 0.3s all ease;
  overflow: hidden;
  cursor: pointer;
}
.production-installation .pi__wrapper-item.dark .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.production-installation .pi__wrapper-item.dark .top-tag {
  border-radius: 6px;
  padding: 4px 12px;
  background-color: rgba(242, 242, 243, 0.1019607843);
  color: #fafafa;
}
.production-installation .pi__wrapper-item.dark .top-arrow {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fbba05;
}
.production-installation .pi__wrapper-item.dark .bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.production-installation .pi__wrapper-item.dark .bottom h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #fafafa;
}
.production-installation .pi__wrapper-item.dark .bottom p {
  opacity: 0.8;
  color: #fafafa;
}
.production-installation .pi__wrapper-item.dark::before, .production-installation .pi__wrapper-item.dark::after {
  content: "";
  position: absolute;
  background: #0047e0;
  border-radius: 50%;
  width: 200%;
  height: 200%;
  top: -50%;
  transform: scale(0);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.production-installation .pi__wrapper-item.dark::before {
  left: -50%;
  transform-origin: 0 0;
}
.production-installation .pi__wrapper-item.dark::after {
  right: -50%;
  left: auto;
  transform-origin: 100% 100%;
}
.production-installation .pi__wrapper-item.dark:hover {
  box-shadow: 0px 0px 15px rgba(0, 71, 224, 0.5019607843);
}
.production-installation .pi__wrapper-item.dark:hover::before, .production-installation .pi__wrapper-item.dark:hover::after {
  transform: scale(1);
}
@media (max-width: 1024px) {
  .production-installation .pi__wrapper-item.dark {
    grid-area: dark;
    gap: 194px;
  }
}
@media (max-width: 768px) {
  .production-installation .pi__wrapper-item.dark {
    gap: 104px;
  }
}
@media (max-width: 1024px) {
  .production-installation .pi__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "g2 image" "g1 g3" "g4 g5" "video dark";
  }
}
@media (max-width: 768px) {
  .production-installation .pi__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "g2" "image" "g1" "g3" "g4" "g5" "video" "dark";
  }
}
@media (max-width: 1440px) {
  .production-installation {
    padding: 150px 30px;
  }
}
@media (max-width: 1024px) {
  .production-installation {
    padding: 100px 24px;
  }
}
@media (max-width: 768px) {
  .production-installation {
    padding: 80px 16px;
  }
}

.complex-approach {
  width: 100%;
  overflow: hidden;
  padding-top: 180px;
  background-color: #f2f2f3;
}
.complex-approach .ca__content {
  display: flex;
  align-items: center;
  gap: 129px;
}
@media (max-width: 1440px) {
  .complex-approach .ca__content {
    gap: 72px;
  }
}
@media (max-width: 1024px) {
  .complex-approach .ca__content {
    flex-direction: column;
    gap: 36px;
  }
}
.complex-approach .ca__left {
  min-width: 0;
  max-width: 716px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  flex: 1 1 0;
}
.complex-approach .ca__left-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.complex-approach .ca__left-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.complex-approach .ca__left-text__thumbs {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.complex-approach .ca__left-text__thumbs button {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #041130;
  opacity: 0.5;
  transition: 0.3s all ease;
}
.complex-approach .ca__left-text__thumbs button.active {
  font-size: 20px;
  opacity: 1;
}
@media (max-width: 768px) {
  .complex-approach .ca__left-text__thumbs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.complex-approach .ca__left-text__texts {
  width: 100%;
  position: relative;
}
.complex-approach .ca__left-text__texts p {
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.complex-approach .ca__left-text__texts p.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.complex-approach .ca__left-text__texts p.leaving {
  display: block;
  opacity: 0;
  transform: translateY(-8px);
}
.complex-approach .ca__left-text__texts p.entering {
  opacity: 0;
  transform: translateY(8px);
}
.complex-approach .ca__left-text__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.complex-approach .ca__left-text__nav .arrows {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 12px;
}
.complex-approach .ca__left-text__nav .arrows .arrow-right {
  rotate: 180deg;
}
.complex-approach .ca__left-text__nav .arrows .arrow-left path, .complex-approach .ca__left-text__nav .arrows .arrow-right path {
  transition: 0.3s all;
}
.complex-approach .ca__left-text__nav .arrows .arrow-left.active, .complex-approach .ca__left-text__nav .arrows .arrow-right.active {
  cursor: pointer;
}
.complex-approach .ca__left-text__nav .arrows .arrow-left.active path, .complex-approach .ca__left-text__nav .arrows .arrow-right.active path {
  stroke-opacity: 1;
}
.complex-approach .ca__left-text__nav .lines {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.complex-approach .ca__left-text__nav .lines .line {
  width: 50%;
  height: 2px;
  background-color: rgba(4, 17, 48, 0.1019607843);
  transition: 0.3s all ease;
}
.complex-approach .ca__left-text__nav .lines .line.active {
  background-color: #fbba05;
}
@media (max-width: 1440px) {
  .complex-approach .ca__left {
    max-width: 684px;
  }
}
@media (max-width: 1024px) {
  .complex-approach .ca__left {
    width: 100%;
    max-width: unset;
    gap: 36px;
  }
}
.complex-approach .ca__right {
  min-width: 0;
  max-width: 863px;
  height: 482px;
  display: flex;
  align-items: flex-end;
  flex: 1 1 0;
  padding: 16px;
  border-radius: 8px 0 0 8px;
  background-image: url(../../images/blocks/complex-approach/back-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .complex-approach .ca__right {
    max-width: 806px;
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .complex-approach .ca__right {
    width: 100%;
    max-width: unset;
    height: 402px;
    min-height: 402px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .complex-approach .ca__right {
    height: 212px;
    min-height: 212px;
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .complex-approach {
    padding-top: 150px;
  }
}
@media (max-width: 1024px) {
  .complex-approach {
    padding: 100px 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .complex-approach {
    padding: 80px 16px;
    padding-bottom: 0;
  }
}

.infographics {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 180px 30px;
  background-color: #f2f2f3;
}
.infographics .ig__content {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 107px;
}
.infographics .ig__content-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 20px;
}
.infographics .ig__content-item h3 {
  font-weight: 600;
  font-size: 39px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .infographics .ig__content-item h3 {
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .infographics .ig__content-item h3 {
    font-size: 25px;
  }
}
.infographics .ig__content-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #041130;
  opacity: 0.5;
}
.infographics .ig__content-item:last-child::after {
  display: none;
}
@media (max-width: 1024px) {
  .infographics .ig__content-item {
    padding-right: 40px;
  }
  .infographics .ig__content-item:last-child::after {
    display: block;
  }
  .infographics .ig__content-item:nth-child(even) {
    padding-right: 0;
  }
  .infographics .ig__content-item:nth-child(even)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .infographics .ig__content-item {
    padding-right: 20px;
  }
  .infographics .ig__content-item:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .infographics .ig__content {
    max-width: 1280px;
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .infographics .ig__content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .infographics .ig__content {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .infographics {
    padding: 150px 30px;
  }
}
@media (max-width: 1024px) {
  .infographics {
    padding: 100px 24px;
  }
}
@media (max-width: 768px) {
  .infographics {
    padding: 80px 16px;
  }
}

.how-we-work {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}
.how-we-work .hw__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1024px) {
  .how-we-work .hw__content {
    gap: 36px;
  }
}
.how-we-work .hw__top {
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
}
.how-we-work .hw__top-title {
  text-align: center;
}
.how-we-work .hw__top-title h2 {
  font-size: 39px;
}
.how-we-work .hw__top-title h2 span {
  color: rgba(4, 17, 48, 0.6);
}
@media (max-width: 768px) {
  .how-we-work .hw__top-title h2 {
    font-size: 25px;
    text-align: left;
  }
  .how-we-work .hw__top-title h2 br {
    display: none;
  }
}
@media (max-width: 440px) {
  .how-we-work .hw__top {
    padding: 0 16px;
  }
}
.how-we-work .hw__cards-scroll-wrapper {
  width: 100%;
}
@media (max-width: 1440px) {
  .how-we-work .hw__cards-scroll-wrapper {
    overflow-x: scroll;
    overflow-y: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 450px;
    display: flex;
    align-items: center;
    padding: 0 80px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .how-we-work .hw__cards-scroll-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 1440px) and (max-width: 440px) {
  .how-we-work .hw__cards-scroll-wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 1440px) {
  .how-we-work .hw__cards-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.how-we-work .hw__cards {
  width: 100%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(4, 348px);
  gap: 16px;
  position: relative;
  margin: 0 auto;
  padding: 0 !important;
}
.how-we-work .hw__cards-back-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
}
.how-we-work .hw__cards-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 8px;
  background-color: #fafafa;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.how-we-work .hw__cards-card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.how-we-work .hw__cards-card p {
  opacity: 0.8;
}
.how-we-work .hw__cards-card .step {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 6px;
  background-color: rgba(4, 17, 48, 0.1019607843);
}
.how-we-work .hw__cards-card img {
  width: 348px;
  height: 140px;
  border-radius: 8px;
}
.how-we-work .hw__cards-card .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1440px) {
  .how-we-work .hw__cards {
    max-width: none;
    margin: 0;
    width: -moz-max-content;
    width: max-content;
    grid-template-columns: repeat(4, 348px);
  }
}
.how-we-work .hw__scroll {
  width: 100%;
  height: 2px;
  background-color: rgba(4, 17, 48, 0.1019607843);
  cursor: pointer;
}
.how-we-work .hw__scroll-thumb {
  height: 100%;
  background-color: #fbba05;
  border-radius: 1px;
  width: 0;
}
.how-we-work .hw__scroll-wrapper {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
  display: none;
}
@media (max-width: 1440px) {
  .how-we-work .hw__scroll-wrapper {
    display: block;
  }
}
@media (max-width: 1024px) {
  .how-we-work .hw__scroll-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .how-we-work .hw__scroll-wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 1440px) {
  .how-we-work {
    padding: 75px 0;
  }
}
@media (max-width: 1024px) {
  .how-we-work {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .how-we-work {
    padding: 80px 0;
  }
}

.team {
  width: 100%;
  background-color: #F2F2F3;
  padding: 180px 0;
}
.team__container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1440px) {
  .team__container {
    max-width: 1340px;
  }
}
@media (max-width: 1024px) {
  .team__container {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .team__container {
    padding: 0 16px;
  }
}
.team__top {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.team__top-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1024px) {
  .team__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
    gap: 8px;
  }
}
.team__cards-area {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .team__cards-area {
    margin-top: 36px;
  }
}
.team__cards {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 8px;
  overflow: visible;
  cursor: grab;
}
.team__cards:active {
  cursor: grabbing;
}
.team__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 354px;
}
.team__card-image {
  width: 100%;
  height: 474px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(4, 17, 48, 0.1019607843);
}
@media (max-width: 1024px) {
  .team__card-image {
    height: 415px;
  }
}
.team__card-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px;
}
.team__card-text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.team__card-text p {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .team__card {
    flex-direction: 0 0 310px;
  }
}
.team__scrollbar {
  margin-top: 64px;
}
.team__scrollbar-track {
  width: 100%;
  height: 2px;
  position: relative;
  background-color: rgba(4, 17, 48, 0.1019607843);
  cursor: pointer;
}
.team__scrollbar-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  background-color: #FBBA05;
  cursor: pointer;
}
.team__scrollbar-thumb::before {
  content: "";
  position: absolute;
  inset: -6px 0;
}
@media (max-width: 1024px) {
  .team__scrollbar {
    margin-top: 36px;
  }
}
@media (max-width: 1440px) {
  .team {
    padding: 150px 0;
  }
}
@media (max-width: 1024px) {
  .team {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .team {
    padding: 80px 0;
  }
}

.ready {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F3;
  padding: 90px 30px;
  padding-top: 0;
}
.ready__content {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1440px) {
  .ready__content {
    max-width: 1280px;
  }
}
@media (max-width: 1024px) {
  .ready__content {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .ready__content {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
  }
}
.ready__text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.ready__text p span {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .ready__text p {
    white-space: unset;
  }
}
@media (max-width: 1024px) {
  .ready__text p {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .ready__text p {
    font-size: 16px;
  }
}
.ready__line {
  width: 100%;
  max-width: 350px;
  height: 1px;
  background-color: #041130;
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .ready__line {
    max-width: 290px;
  }
}
@media (max-width: 1024px) {
  .ready__line {
    display: none;
  }
}
@media (max-width: 1440px) {
  .ready {
    padding: 75px 30px;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .ready {
    padding: 100px 24px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .ready {
    padding: 80px 16px;
    padding-top: 0;
  }
}
@media (max-width: 768px) and (min-width: 440px) {
  .ready .feedback-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 440px) {
  .ready .feedback-button {
    width: 100%;
  }
}

#ready1 {
  padding-top: 64px !important;
  padding-bottom: 180px !important;
}
@media (max-width: 1440px) {
  #ready1 {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 1024px) {
  #ready1 {
    padding-top: 35px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  #ready1 {
    padding-bottom: 80px !important;
  }
}

.work-cars {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f3;
  padding: 180px 30px;
  padding-bottom: 0;
}
.work-cars .wc__content {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1440px) {
  .work-cars .wc__content {
    max-width: 1280px;
  }
}
@media (max-width: 1024px) {
  .work-cars .wc__content {
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .work-cars .wc__content {
    gap: 24px;
    padding: 0 16px;
  }
}
.work-cars .wc__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.work-cars .wc__top p {
  margin-top: 8px;
  max-width: 640px;
  opacity: 0.8;
  text-align: center;
}
.work-cars .wc__top h2 {
  text-align: center;
}
.work-cars .wc__top-logo {
  max-width: 179px;
}
@media (max-width: 1024px) {
  .work-cars .wc__top-logo {
    max-width: 149px;
  }
}
.work-cars .wc__top-line {
  width: 40px;
  height: 1px;
  background-color: #041130;
}
@media (max-width: 1024px) {
  .work-cars .wc__top-line {
    width: 20px;
  }
}
.work-cars .wc__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .work-cars .wc__wrapper {
    gap: 16px;
  }
}
.work-cars .wc__thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .work-cars .wc__thumbs {
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
@media (max-width: 768px) {
  .work-cars .wc__thumbs {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    border-radius: 8px;
    background-color: rgba(4, 17, 48, 0.1019607843);
    padding: 0 16px;
  }
}
.work-cars .wc__thumbs-item {
  text-align: center;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: rgba(4, 17, 48, 0.1019607843);
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  transition: 0.3s all ease;
  cursor: pointer;
}
.work-cars .wc__thumbs-item.active {
  opacity: 1;
  cursor: auto;
}
@media (max-width: 768px) {
  .work-cars .wc__thumbs-item {
    display: none;
    width: 100%;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    padding: 14px 0;
    border-bottom: 1px solid rgba(4, 17, 48, 0.0823529412);
    background: transparent;
  }
  .work-cars .wc__thumbs-item:last-child {
    border-bottom: none;
  }
  .work-cars .wc__thumbs-item.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: -1;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
  }
  .work-cars .wc__thumbs-item.active::after {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23041130' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
  }
}
@media (max-width: 768px) {
  .work-cars .wc__thumbs.open .wc__thumbs-item.active::after {
    transform: rotate(180deg);
  }
  .work-cars .wc__thumbs.open .wc__thumbs-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .work-cars .wc__thumbs.open .wc__thumbs-item:not(.active)::before {
    content: "";
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 50%;
    border: 1.5px solid rgba(4, 17, 48, 0.4);
    flex-shrink: 0;
  }
  .work-cars .wc__thumbs.open .wc__thumbs-item {
    opacity: 0.5;
  }
  .work-cars .wc__thumbs.open .wc__thumbs-item.active {
    opacity: 1;
  }
}
.work-cars .wc__cars {
  width: 100%;
}
@media (max-width: 768px) {
  .work-cars .wc__cars {
    position: relative;
  }
}
.work-cars .wc__cars-item {
  display: none;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
}
@media (max-width: 1024px) {
  .work-cars .wc__cars-item {
    grid-template-columns: repeat(6, 1fr);
    gap: 9px;
  }
}
.work-cars .wc__cars-item.active {
  display: grid;
}
@media (max-width: 768px) {
  .work-cars .wc__cars-item.active {
    display: block;
  }
}
.work-cars .wc__cars-item .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.work-cars .wc__cars-item .item:nth-child(1), .work-cars .wc__cars-item .item:nth-child(2), .work-cars .wc__cars-item .item:nth-child(3) {
  grid-column: span 4;
  height: 267px;
}
@media (max-width: 1440px) {
  .work-cars .wc__cars-item .item:nth-child(1), .work-cars .wc__cars-item .item:nth-child(2), .work-cars .wc__cars-item .item:nth-child(3) {
    height: 237px;
  }
}
@media (max-width: 1024px) {
  .work-cars .wc__cars-item .item:nth-child(1), .work-cars .wc__cars-item .item:nth-child(2), .work-cars .wc__cars-item .item:nth-child(3) {
    grid-column: span 3;
  }
}
.work-cars .wc__cars-item .item:nth-child(4), .work-cars .wc__cars-item .item:nth-child(5), .work-cars .wc__cars-item .item:nth-child(6), .work-cars .wc__cars-item .item:nth-child(7) {
  grid-column: span 3;
  height: 200px;
}
@media (max-width: 1440px) {
  .work-cars .wc__cars-item .item:nth-child(4), .work-cars .wc__cars-item .item:nth-child(5), .work-cars .wc__cars-item .item:nth-child(6), .work-cars .wc__cars-item .item:nth-child(7) {
    height: 176px;
  }
}
@media (max-width: 1024px) {
  .work-cars .wc__cars-item .item:nth-child(4), .work-cars .wc__cars-item .item:nth-child(5), .work-cars .wc__cars-item .item:nth-child(6), .work-cars .wc__cars-item .item:nth-child(7) {
    grid-column: span 2;
  }
}
.work-cars .wc__cars-item .item-back {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  background-color: rgba(4, 17, 48, 0.6);
  transition: 0.3s all ease;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.work-cars .wc__cars-item .item-back__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: 0.3s all ease;
  transform: translateY(130%);
}
.work-cars .wc__cars-item .item-back__bottom .button {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 30px;
}
.work-cars .wc__cars-item .item-back__bottom .button .icon {
  width: 30px;
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-cars .wc__cars-item .item-back__bottom .button .text {
  height: 100%;
  padding: 4px 12px;
  border-radius: 6px;
  background-color: #fafafa;
}
.work-cars .wc__cars-item .item-back__bottom .button.phone .icon {
  background-color: #fbba05;
}
.work-cars .wc__cars-item .item-back__bottom .button.company .icon {
  background-color: #041130;
}
.work-cars .wc__cars-item .item:hover .item-back {
  opacity: 1;
  z-index: 1;
  pointer-events: unset;
}
.work-cars .wc__cars-item .item:hover .item-back__bottom {
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .work-cars .wc__cars-item .item {
    height: 200px !important;
  }
  .work-cars .wc__cars-item .item:nth-child(4) {
    grid-column: span 3;
  }
  .work-cars .wc__cars-item .item:nth-child(5), .work-cars .wc__cars-item .item:nth-child(6), .work-cars .wc__cars-item .item:nth-child(7) {
    height: 132px !important;
  }
}
@media (max-width: 1440px) {
  .work-cars {
    padding: 150px 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .work-cars {
    padding: 100px 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .work-cars {
    padding: 60px 0 0;
  }
}

.wc__slide {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}
.wc__slide.active {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.wc__slide .item {
  height: 180px !important;
  grid-column: span 1 !important;
}
.wc__slide .item-placeholder {
  height: 180px;
  border-radius: 8px;
  background-color: rgba(4, 17, 48, 0.062745098);
}

.wc__slide .dark {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  padding: 16px;
  background-color: #041130;
  position: relative;
  transition: 0.3s all ease;
  overflow: hidden;
  cursor: pointer;
}
.wc__slide .dark .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.wc__slide .dark .top-tag {
  border-radius: 6px;
  padding: 4px 12px;
  background-color: rgba(242, 242, 243, 0.1019607843);
  color: #fafafa;
}
.wc__slide .dark .top-arrow {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fbba05;
}
.wc__slide .dark .bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.wc__slide .dark .bottom h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #fafafa;
}
.wc__slide .dark .bottom p {
  opacity: 0.8;
  color: #fafafa;
}
.wc__slide .dark::before, .wc__slide .dark::after {
  content: "";
  position: absolute;
  background: #0047e0;
  border-radius: 50%;
  width: 200%;
  height: 200%;
  top: -50%;
  transform: scale(0);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.wc__slide .dark::before {
  left: -50%;
  transform-origin: 0 0;
}
.wc__slide .dark::after {
  right: -50%;
  left: auto;
  transform-origin: 100% 100%;
}
.wc__slide .dark:hover {
  box-shadow: 0px 0px 15px rgba(0, 71, 224, 0.5019607843);
}
.wc__slide .dark:hover::before, .wc__slide .dark:hover::after {
  transform: scale(1);
}
@media (max-width: 1024px) {
  .wc__slide .dark {
    grid-area: dark;
  }
}

.wc__slider-nav {
  display: none;
}
@media (max-width: 768px) {
  .wc__slider-nav {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.wc__slider-nav .wc__slider-dots {
  width: 100%;
  order: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.wc__slider-nav .wc__slider-dots span {
  flex: 1;
  height: 2px;
  background-color: rgba(4, 17, 48, 0.1019607843);
  transition: background-color 0.3s ease;
}
.wc__slider-nav .wc__slider-dots span.active {
  background-color: #fbba05;
}
.wc__slider-nav .wc__slider-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.wc__slider-nav .wc__slider-arrow {
  transition: 0.2s all ease;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
}
.wc__slider-nav .wc__slider-arrow path {
  transition: 0.3s all ease;
  stroke-opacity: 1;
}
.wc__slider-nav .wc__slider-arrow.wc__slider-next {
  rotate: 180deg;
}
.wc__slider-nav .wc__slider-arrow:disabled path {
  stroke-opacity: 0.1;
}

.main-banner {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  padding-bottom: 80px;
  padding-top: 181px;
  position: relative;
}
.main-banner video {
  top: 0;
  left: 0;
}
@media (min-width: 1441px) {
  .main-banner video {
    max-height: 100vh;
    min-width: 100vw;
  }
}
.main-banner .video-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
}
.main-banner .video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 17, 48, 0.5019607843);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1441px) {
  .main-banner .video-container::before {
    max-height: 100vh;
    min-width: 100vw;
  }
}
@media (max-width: 1024px) {
  .main-banner .video-container {
    padding-bottom: 300px;
  }
}
@media (max-width: 768px) {
  .main-banner .video-container {
    padding-bottom: 370px;
  }
}
@media (max-width: 440px) {
  .main-banner .video-container {
    padding-bottom: 570px;
  }
}
.main-banner .lazy-video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}
.main-banner .mb__content {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media (min-width: 1441px) {
  .main-banner .mb__content {
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
}
@media (max-width: 1440px) {
  .main-banner .mb__content {
    max-width: 1280px;
  }
}
@media (max-width: 1024px) {
  .main-banner .mb__content {
    margin-top: 200px;
    flex-direction: column;
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__content {
    margin-top: 140px;
  }
}
.main-banner .mb__text {
  width: 100%;
  max-width: 716px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.main-banner .mb__text-top {
  max-width: 716px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-banner .mb__text-top img {
  width: 179px;
  height: 30px;
}
.main-banner .mb__text-top h1 {
  font-weight: 600;
  font-size: 39px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FAFAFA;
}
@media (max-width: 1024px) {
  .main-banner .mb__text-top h1 {
    font-size: 25px;
  }
}
.main-banner .mb__text-top p {
  max-width: 475px;
  color: #FAFAFA;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.4;
}
.main-banner .mb__text-bottom ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
}
.main-banner .mb__text-bottom ul li {
  font-size: 16px;
  color: #FAFAFA;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.main-banner .mb__text-bottom ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #FBBA05;
  display: inline-block;
}
@media (max-width: 1024px) {
  .main-banner .mb__text {
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__text {
    padding: 0 16px;
  }
}
.main-banner .mb__right {
  width: 100%;
  max-width: 475px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  border-radius: 8px;
  background-color: #FAFAFA;
}
.main-banner .mb__right-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-banner .mb__right-text img {
  max-width: 179px;
}
@media (max-width: 1024px) {
  .main-banner .mb__right-text img {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__right-text img {
    grid-column: unset;
    max-width: 149px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.main-banner .mb__right-text h2 {
  font-size: 25px;
  color: #041130;
}
@media (max-width: 1024px) {
  .main-banner .mb__right-text h2 {
    font-size: 20px;
    max-width: 356px;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__right-text h2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 440px) {
  .main-banner .mb__right-text h2 {
    font-size: 25px;
  }
}
.main-banner .mb__right-text p {
  color: rgba(4, 17, 48, 0.6);
  opacity: 0.8;
}
.main-banner .mb__right-text p a {
  color: #041130;
}
@media (max-width: 1024px) {
  .main-banner .mb__right-text p {
    max-width: 356px;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__right-text p {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 1024px) {
  .main-banner .mb__right-text {
    min-width: unset;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__right-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.main-banner .mb__right-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-banner .mb__right-form .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-banner .mb__right-form .form-inputs > :nth-child(1) {
  margin-bottom: 16px;
}
.main-banner .mb__right-form .form-inputs > :nth-child(2) {
  margin-bottom: 20px;
}
.main-banner .mb__right-form .form-inputs > :nth-child(3) {
  margin-bottom: 32px;
}
.main-banner .mb__right-form .agree-wrapper input[type=checkbox], .main-banner .mb__right-form .agree-wrapper label {
  z-index: 0;
}
@media (max-width: 1024px) {
  .main-banner .mb__right-form .form-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
    gap: 16px;
  }
  .main-banner .mb__right-form .form-inputs > :nth-child(1),
  .main-banner .mb__right-form .form-inputs > :nth-child(2),
  .main-banner .mb__right-form .form-inputs > :nth-child(3) {
    margin-bottom: 0;
  }
  .main-banner .mb__right-form .form-inputs > :nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .main-banner .mb__right-form .form-inputs > :nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .main-banner .mb__right-form .form-inputs > :nth-child(4) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .main-banner .mb__right-form .form-inputs > :nth-child(3) {
    grid-column: 1/4;
    grid-row: 2/3;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .main-banner .mb__right-form .form-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    display: flex;
  }
  .main-banner .mb__right-form .form-inputs > :nth-child(1),
  .main-banner .mb__right-form .form-inputs > :nth-child(2),
  .main-banner .mb__right-form .form-inputs > :nth-child(3) {
    margin-bottom: 0;
  }
  .main-banner .mb__right-form .form-inputs > :nth-child(3) {
    order: 3;
  }
  .main-banner .mb__right-form .form-inputs > :nth-child(4) {
    order: 4;
  }
  .main-banner .mb__right-form .feedback-button .feedback-button__left span {
    display: inline;
  }
  .main-banner .mb__right-form .feedback-button .feedback-button__left::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__right-form {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .main-banner .mb__right {
    max-width: unset;
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 1440px) {
  .main-banner {
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .main-banner {
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.marquee {
  width: 100%;
  padding: 50px 0;
}
.marquee .logos__content {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: logos-scroll 30s linear infinite;
  will-change: transform;
}
.marquee .logos__content li {
  flex: 0 0 auto;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .marquee .logos__content li {
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  .marquee .logos__content li {
    padding: 0 25px;
  }
}
.marquee .logos__content img {
  display: block;
  height: 73px;
  width: auto;
}
@media (max-width: 1024px) {
  .marquee .logos__content img {
    height: 51px;
  }
}
@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.33%);
  }
}
@media (max-width: 768px) {
  .marquee {
    padding: 80px 0;
  }
}
@media (max-width: 440px) {
  .marquee {
    padding: 60px 0;
  }
}

.how-it-work {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 0;
  position: relative;
}
.how-it-work .hiw-content {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  .how-it-work .hiw-content {
    gap: 36px;
  }
}
.how-it-work .hiw__top {
  width: 100%;
  display: flex;
  gap: 8px;
}
.how-it-work .hiw__top h2 {
  font-weight: 600;
  font-size: 39px;
  text-transform: uppercase;
  color: #041130;
}
@media (max-width: 1024px) {
  .how-it-work .hiw__top h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .how-it-work .hiw__top h2 {
    font-size: 25px;
  }
}
.how-it-work .hiw__top p {
  max-width: 475px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  line-height: 1.4;
  color: #041130;
  opacity: 0.8;
}
@media (max-width: 1440px) {
  .how-it-work .hiw__top p {
    max-width: 425px;
  }
}
@media (max-width: 1024px) {
  .how-it-work .hiw__top p {
    max-width: unset;
  }
}
@media (max-width: 1440px) {
  .how-it-work .hiw__top {
    align-items: end;
  }
}
@media (max-width: 1024px) {
  .how-it-work .hiw__top {
    gap: 16px;
    flex-direction: column;
    align-items: unset;
  }
}
.how-it-work .hiw__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.how-it-work .hiw__bottom-left {
  max-width: 595px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 48px;
}
.how-it-work .hiw__bottom-left .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.how-it-work .hiw__bottom-left .list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.how-it-work .hiw__bottom-left .list-item__title {
  display: flex;
  gap: 16px;
  align-items: center;
}
.how-it-work .hiw__bottom-left .list-item__title span {
  width: 44px;
  height: 30px;
  background-color: rgba(4, 17, 48, 0.1019607843);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #041130;
  line-height: 1.4;
}
.how-it-work .hiw__bottom-left .list-item__title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #041130;
  text-transform: uppercase;
}
.how-it-work .hiw__bottom-left .list-item__text {
  padding-left: 60px;
}
.how-it-work .hiw__bottom-left .list-item__text p {
  font-size: 16px;
  color: #041130;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .how-it-work .hiw__bottom-left .feedback-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 440px) {
  .how-it-work .hiw__bottom-left .feedback-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .how-it-work .hiw__bottom-left {
    max-width: unset;
    order: 2;
  }
}
.how-it-work .hiw__bottom-right {
  width: 100%;
  max-width: 716px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.how-it-work .hiw__bottom-right img {
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-it-work .hiw__bottom-right img:first-child {
  grid-column: 1/2;
}
.how-it-work .hiw__bottom-right img:last-child {
  grid-column: 2/3;
}
@media (max-width: 1024px) {
  .how-it-work .hiw__bottom-right img {
    max-height: 386px;
    height: auto;
  }
}
@media (max-width: 440px) {
  .how-it-work .hiw__bottom-right img {
    max-height: 286px;
    height: auto;
  }
}
@media (max-width: 1440px) {
  .how-it-work .hiw__bottom-right {
    max-width: 630px;
  }
}
@media (max-width: 1024px) {
  .how-it-work .hiw__bottom-right {
    max-width: unset;
    max-height: 386px;
    order: 1;
  }
}
@media (max-width: 440px) {
  .how-it-work .hiw__bottom-right {
    display: flex;
    flex-direction: column;
    max-height: unset;
  }
}
@media (max-width: 1024px) {
  .how-it-work .hiw__bottom {
    flex-direction: column;
    gap: 36px;
  }
}
@media (max-width: 1440px) {
  .how-it-work {
    padding: 75px 80px;
  }
}
@media (max-width: 768px) {
  .how-it-work {
    padding: 100px 24px;
  }
}
@media (max-width: 440px) {
  .how-it-work {
    padding: 80px 16px;
  }
}

.safex-windshield {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 0;
  position: relative;
  background-color: #F2F2F3;
}
.safex-windshield .sw-content {
  max-width: 1440px;
  display: flex;
  gap: 64px;
}
.safex-windshield .sw-content__left {
  width: 100%;
  height: 100%;
  max-height: 563px;
  min-height: 563px;
  min-width: 660px;
  height: auto;
}
.safex-windshield .sw-content__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .safex-windshield .sw-content__left {
    min-width: unset;
    max-height: 386px;
    min-height: 386px;
  }
}
@media (max-width: 440px) {
  .safex-windshield .sw-content__left {
    max-height: 286px;
    min-height: 286px;
  }
}
.safex-windshield .sw-content__right {
  max-width: 716px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.safex-windshield .sw-content__right-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.safex-windshield .sw-content__right-top h2 {
  font-weight: 600;
  font-size: 39px;
  text-transform: uppercase;
  color: #041130;
}
.safex-windshield .sw-content__right-top h2 br {
  display: none;
}
@media (max-width: 768px) and (min-width: 560px) {
  .safex-windshield .sw-content__right-top h2 br {
    display: unset;
  }
}
@media (max-width: 768px) {
  .safex-windshield .sw-content__right-top h2 {
    font-size: 25px;
  }
}
.safex-windshield .sw-content__right-top p {
  font-size: 16px;
  color: #041130;
  line-height: 1.4;
  opacity: 0.8;
}
.safex-windshield .sw-content__right-bottom .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.safex-windshield .sw-content__right-bottom .list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(4, 17, 48, 0.8);
}
.safex-windshield .sw-content__right-bottom .list-item p:first-child {
  font-size: 16px;
  line-height: 1.4;
  color: #041130;
  opacity: 0.8;
}
.safex-windshield .sw-content__right-bottom .list-item p:last-child {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #041130;
}
@media (max-width: 440px) {
  .safex-windshield .sw-content__right-bottom .list-item {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  .safex-windshield .sw-content__right {
    gap: 36px;
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .safex-windshield .sw-content {
    flex-direction: column;
    gap: 36px;
  }
}
@media (max-width: 1440px) {
  .safex-windshield {
    padding: 75px 80px;
  }
}
@media (max-width: 768px) {
  .safex-windshield {
    padding: 100px 24px;
  }
}
@media (max-width: 440px) {
  .safex-windshield {
    padding: 80px 16px;
  }
}/*# sourceMappingURL=blocks.css.map */