@font-face {
  font-family: "Galano Grotesque";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GalanoGrotesque-Regular.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Galano Grotesque";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GalanoGrotesque-Medium.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Galano Grotesque";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/GalanoGrotesque-Semibold.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Galano Grotesque";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GalanoGrotesque-Bold.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Galdeano";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Galdeano-Regular.ttf");
  font-display: fallback;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.form-control:focus {
  box-shadow: none;
  border: 0;
}

:not(.btn-check) + .btn:active {
  border: none;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

.button-group {
  align-items: center;
  gap: 21px;
  margin-top: 40px;
}
.button-group a {
  color: #F7A406;
  border: 1px solid #F7A406;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  width: 180px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-group a:hover {
  background: #F7A406;
  color: #FFFFFF;
}
.button-group__active {
  background: #F7A406 !important;
  color: #FFFFFF !important;
}
.button-group__active:hover {
  color: #F7A406 !important;
  border: 1px solid #F7A406;
  background: transparent !important;
}

.title-block {
  color: #F7A406;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}

.description-block {
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 31px;
}

.header {
  margin: 27px 0;
}
.header__logo {
  height: 50px;
  width: auto;
  margin-right: 97px;
}
.header__search {
  max-width: 520px;
  border: 1px solid #E1E1E1;
  background: #F7F7F7;
  height: 33px;
  padding: 0;
  overflow: hidden;
}
.header__search input {
  background: transparent;
  border: 0;
  font-size: 12px;
  height: 33px;
  line-height: 33px;
}
.header__search input::-moz-placeholder {
  color: #BBBBBB;
}
.header__search input::placeholder {
  color: #BBBBBB;
}
.header__search button {
  background: transparent;
  padding: 0 18px;
}
.header__search button i {
  color: #BBBBBB;
  font-size: 15px;
}
.header__hotline, .header__user {
  gap: 12px;
  height: 33px;
  font-weight: 500;
  line-height: 15px;
  justify-content: flex-end;
  width: auto;
}
.header__hotline i, .header__user i {
  color: #F7A406;
  font-size: 18px;
}
.header__hotline:hover, .header__user:hover {
  color: #F7A406;
}
.header__hotline:hover i, .header__user:hover i {
  color: #002030;
}
.header__hotline {
  flex: 1;
}
.header__user {
  margin-left: 87px;
}

.navbar {
  background-color: #071C31;
  padding: 25px 0 19px;
}
.navbar .navbar-collapse {
  justify-content: center;
}
.navbar .navbar-collapse .navbar-nav {
  gap: 67px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 100%;
  padding: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active, .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  font-weight: 700;
  color: #F7A406;
}

.slider-main-swiper {
  position: relative;
}
.slider-main-swiper .swiper-slide {
  position: relative;
}
.slider-main-swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.slider-main-swiper .swiper-slide .carousel-item__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
}
.slider-main-swiper .swiper-slide .carousel-item__info h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 15px;
  width: 876px;
}
.slider-main-swiper .swiper-slide .carousel-item__info p {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  width: 496px;
  margin: 0 auto;
}
.slider-main-swiper .swiper-slide .carousel-item__info .button-group {
  margin-top: 99px;
}
.slider-main-swiper .swiper-button-prev,
.slider-main-swiper .swiper-button-next {
  color: #FFFFFF;
}
.slider-main-swiper .swiper-button-prev:hover,
.slider-main-swiper .swiper-button-next:hover {
  color: #F7A406;
}

.about {
  text-align: center;
  padding: 74px 0 53px;
}
.about .button-group {
  margin-top: 30px;
  justify-content: center;
}
.about .title-block {
  margin-bottom: 41px;
}
.about .description-block {
  width: 635px;
}

.achievements {
  overflow: hidden;
  padding-bottom: 235px;
  background: linear-gradient(to top, #FFF5D6 0%, #FFFFFF 100%);
}
.achievements__info {
  top: 89px;
  z-index: 2;
}
.achievements__info > div {
  gap: 44px;
}
.achievements__info__item {
  border: 1px solid #F7A406;
  width: 241px;
  height: 211px;
  padding: 30px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.achievements__info__item.active, .achievements__info__item:hover {
  background: #F7A406;
}
.achievements__info__item.active h5,
.achievements__info__item.active p, .achievements__info__item:hover h5,
.achievements__info__item:hover p {
  color: #FFFFFF;
}
.achievements__info__item h5 {
  color: #F7A406;
  font-weight: 700;
  font-size: 50px;
  display: flex;
  gap: 3px;
}
.achievements__info__item h5 span {
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 8px;
}
.achievements__info__item p {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #474747;
}
.achievements > img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: calc(100% - 730px);
  min-width: 915px;
  margin: 0 auto;
}

.commitment {
  background: url("../images/background2.png") center/cover no-repeat;
  padding: 96px 0 70px;
}
.commitment .title-block {
  margin-bottom: 25px;
}
.commitment .description-block {
  color: #FFFFFF;
  max-width: 635px;
}
.commitment__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 78px;
}
.commitment__list__item {
  max-width: 426px;
  display: flex;
  align-items: center;
  gap: 29px;
}
.commitment__list__item:nth-child(even) {
  margin-left: auto;
}
.commitment__list__item__detail > p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 12px;
  max-width: auto;
}
.commitment__list__item__detail span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
}
.commitment__list__item:hover p {
  color: #F7A406;
}
.commitment .button-group {
  margin-top: 71px;
  justify-content: center;
}

.benefits {
  background: linear-gradient(to top, rgb(255, 245, 214) 0%, rgba(255, 255, 255, 0.8) 100%), url("../images/background3.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding: 106px 0 136px;
  display: flex;
  background-blend-mode: color-dodge;
}
.benefits .title-block {
  max-width: 587px;
}
.benefits__list {
  margin-top: 134px;
}
.benefits__list__item {
  border: 1px solid #F7A406;
  width: 270px;
  height: 225px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 25px;
  float: left;
  margin-left: 36px;
  margin-bottom: 31px;
}
.benefits__list__item:first-child {
  margin-left: 0;
}
.benefits__list__item.active, .benefits__list__item:hover {
  background: #F7A406;
}
.benefits__list__item.active h5,
.benefits__list__item.active p, .benefits__list__item:hover h5,
.benefits__list__item:hover p {
  color: #FFFFFF;
}
.benefits__list__item.active i, .benefits__list__item:hover i {
  color: #FFFFFF;
}
.benefits__list__item i {
  font-size: 30px;
  color: #474747;
  margin-bottom: 12px;
}
.benefits__list__item h5 {
  color: #F7A406;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  gap: 3px;
  line-height: 30px;
}
.benefits__list__item p {
  font-weight: 500;
  font-size: 12px;
  color: #474747;
}

.projects {
  margin: 81px auto 72px;
}
.projects .title-block {
  margin-bottom: 25px;
}
.projects .description-block {
  color: #000000;
  max-width: 635px;
}
.projects .swiper-outer {
  padding: 0 78px;
  position: relative;
}
.projects .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.projects .swiper-wrapper {
  flex-direction: row !important;
  box-sizing: border-box;
}
.projects .swiper-pagination-bullet-active {
  background: #d23708;
}
.projects .swiper-button-prev,
.projects .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #000000;
}
.projects .swiper-button-prev {
  left: -30px;
}
.projects .swiper-button-next {
  right: -30px;
}
.projects .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  margin-top: 0 !important;
}
.projects .swiper-slide .project-container {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  max-height: 500px;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
.projects .swiper-slide .project-container img {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 3s ease;
  transform: translateY(0);
}
.projects .swiper-slide .slide-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.projects .swiper-slide:hover > .image-text-overlay {
  opacity: 1 !important;
  z-index: 10;
}
.projects .swiper-slide:hover > .overlay {
  opacity: 1 !important;
}
.projects .swiper-slide > .image-text-overlay {
  font-size: 2vh !important;
}
.projects .custom-slide {
  width: 350px;
  height: 550px !important;
  display: flex;
  flex-direction: column;
}
.projects .button-group {
  margin-top: 72px 0 36px;
}

.pricing {
  background: linear-gradient(to top, rgb(255, 245, 214) 0%, rgba(255, 255, 255, 0.8) 100%);
  padding-bottom: 95px;
}
.pricing-intro {
  padding: 0;
  position: relative;
}
.pricing-intro__bg {
  background: url("../images/union.png") center no-repeat;
  padding: 120px 20px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px;
  color: #fff;
  border-radius: 16px;
}
.pricing-intro__content {
  max-width: 700px;
}
.pricing-intro__content .title-block {
  color: #F7A406;
  margin-bottom: 17px;
}
.pricing-intro__content .description-block {
  color: #FFFFFF;
}
.pricing-intro .scroll-down-icon {
  text-align: center;
  margin: 50px 0;
  font-size: 31px;
  color: #000000;
}
.pricing-intro .scroll-down-icon i {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.pricing-plans {
  max-width: 1400px;
  margin: 0 auto;
}
.pricing-plans .card {
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #F7A406;
}
.pricing-plans .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.pricing-plans .card .card-header {
  padding: 38px 28px 23px;
  border-bottom: 1px solid #F7A406;
  border-radius: 0;
  color: #474747;
}
.pricing-plans .card .card-header h5 {
  font-size: 18px;
}
.pricing-plans .card .card-header p {
  font-size: 14px;
}
.pricing-plans .card .card-body {
  padding: 0;
}
.pricing-plans .card .card-body .box-price {
  padding: 14px 0;
  border-bottom: 1px solid #F7A406;
}
.pricing-plans .card .card-body .box-price del {
  font-size: 14px;
  font-weight: 500;
  color: #474747;
}
.pricing-plans .card .card-body .box-price span {
  font-weight: 500;
  font-size: 40px;
  color: #F7A406;
}
.pricing-plans .card .card-body ol {
  color: #474747;
  padding-top: 34px;
  padding-left: 56px;
  padding-right: 15px;
  line-height: 30px;
}
.pricing-plans .card .card-body ol li {
  font-weight: 700;
  font-size: 14px;
}
.pricing-plans .card .card-footer {
  padding-top: 25px;
  padding-bottom: 47px;
}
.pricing-plans .card.bg-dark-blue {
  background-color: #071C31;
  border: 0;
}
.pricing-plans .card.bg-dark-blue .card-header {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.pricing-plans .card.bg-dark-blue .card-body .box-price {
  border-bottom: 1px solid #FFFFFF;
}
.pricing-plans .card.bg-dark-blue .card-body del {
  color: #FFFFFF;
}
.pricing-plans .card.bg-dark-blue .card-body ol {
  color: #FFFFFF;
}

.review {
  padding: 48px 0 78px;
}
.review .bubble-container {
  position: relative;
  width: 400px;
  height: 400px;
}
.review .bubble-container .bubble {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  animation: float 4s ease-in-out infinite;
}
.review .bubble-container .bubble img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review .bubble-container .bubble1 {
  top: 0;
  left: 40%;
  width: 114px;
  height: 114px;
  animation-delay: 0s;
}
.review .bubble-container .bubble2 {
  top: 20%;
  left: 0%;
  width: 141px;
  height: 141px;
  animation-delay: 0.5s;
}
.review .bubble-container .bubble3 {
  top: 20%;
  right: 0%;
  width: 117px;
  height: 117px;
  animation-delay: 1s;
}
.review .bubble-container .bubble4 {
  bottom: 0%;
  left: 10%;
  width: 117px;
  height: 117px;
  animation-delay: 1.5s;
}
.review .bubble-container .bubble5 {
  bottom: 0%;
  right: 10%;
  width: 141px;
  height: 141px;
  animation-delay: 2s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.review .title-block {
  max-width: 491px;
}
.review .testimonial-slider {
  padding-left: 0;
}
.review .testimonial-slider .testimonial-layout {
  display: flex;
  align-items: stretch;
  gap: 125px;
  flex-wrap: wrap;
}
.review .testimonial-slider .testimonial-layout .testimonial-indicator {
  width: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 48px;
}
.review .testimonial-slider .testimonial-layout .testimonial-indicator::before, .review .testimonial-slider .testimonial-layout .testimonial-indicator::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #071C31;
  left: 50%;
  transform: translateX(-50%);
}
.review .testimonial-slider .testimonial-layout .testimonial-indicator::before {
  top: 0;
  bottom: 50%;
}
.review .testimonial-slider .testimonial-layout .testimonial-indicator::after {
  top: 50%;
  bottom: 0;
}
.review .testimonial-slider .testimonial-layout .testimonial-indicator .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
  transform: none;
}
.review .testimonial-slider .testimonial-layout .testimonial-indicator .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #071C31;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.review .testimonial-slider .testimonial-layout .testimonial-indicator .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F7A406;
  border-color: #F7A406;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper {
  height: 425px;
  flex: 1;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper {
  flex: 1;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide {
  display: flex;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-content {
  background: #FFFFFF;
  padding: 0;
  flex: 1;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-content .testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-top: 48px;
  margin-left: 104px;
  z-index: 10;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-content .testimonial-user .testimonial-avatar {
  width: 141px;
  height: 141px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-content .testimonial-user .testimonial-info strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-content .testimonial-user .testimonial-info p {
  margin: 0;
  color: #000000;
  font-size: 14px;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-content .testimonial-quote {
  position: absolute;
  bottom: 10px;
  color: #000000;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-content .testimonial-quote .quote-icon {
  font-size: 200px;
  color: #F7A406;
  font-weight: 400;
  font-family: "Galdeano";
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.review .testimonial-slider .testimonial-layout .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-content .testimonial-quote .quote-text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background: #F7A406;
  padding: 31px;
  max-width: 567px;
  margin-top: 130px;
}

.top-partner {
  position: relative;
  background-color: #071C31;
  padding: 71px 136px 120px;
}
.top-partner .description-block {
  width: 745px;
  margin: 18px auto 70px;
}
.top-partner .swiper-wrapper {
  align-items: center;
}
.top-partner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-partner .swiper-button-prev {
  left: -10px;
}
.top-partner .swiper-button-next {
  right: -10px;
}
.top-partner .swiper-button-prev,
.top-partner .swiper-button-next {
  color: #F7A406;
}
.top-partner .swiper-button-prev:hover,
.top-partner .swiper-button-next:hover {
  color: #FFFFFF;
}

.news-events {
  padding: 70px 0 100px;
}
.news-events .news-events-wrapper {
  margin-top: 50px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 333px);
  justify-content: center;
  gap: 32px;
}
.news-events .news-events-wrapper .news-card {
  display: block;
  width: 333px;
  height: 306px;
  position: relative;
  font-family: "Galano Grotesque", sans-serif;
  background-color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
.news-events .news-events-wrapper .news-card .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(247, 164, 6, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.news-events .news-events-wrapper .news-card .overlay .btn-detail {
  height: 22px;
  padding: 0 18px;
  background-color: #071C31;
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.news-events .news-events-wrapper .news-card .overlay .btn-detail i {
  font-size: 14px;
}
.news-events .news-events-wrapper .news-card:hover .overlay {
  opacity: 1;
}
.news-events .news-events-wrapper .news-card:hover .detail {
  color: #F7A406;
}
.news-events .news-events-wrapper .news-card .image-wrapper {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
}
.news-events .news-events-wrapper .news-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-events .news-events-wrapper .news-card .detail {
  transition: color 0.3s ease;
  color: #000000;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 4px;
}
.news-events .news-events-wrapper .news-card .detail .date {
  min-width: 48px;
}
.news-events .news-events-wrapper .news-card .detail .date .day {
  font-size: 35px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.news-events .news-events-wrapper .news-card .detail .date .month-year {
  font-size: 14px;
  font-weight: 500;
  line-height: 40%;
  text-align: center;
}
.news-events .news-events-wrapper .news-card .detail .separator {
  width: 1px;
  background-color: #000000;
  margin-inline: 25px;
}
.news-events .news-events-wrapper .news-card .detail .title {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.news-events .news-events-wrapper .news-card .desc {
  padding: 0 4px;
  font-family: "Galano Grotesque", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  margin-top: 13px;
}

.faq {
  padding: 0 120px;
  height: 775px;
  padding-top: 80px;
  overflow: hidden;
}
.faq .title-block {
  margin: 0;
  margin-bottom: 40px;
  text-align: left;
}
.faq .accordion {
  z-index: 2;
}
.faq .accordion-item {
  margin-bottom: 18px;
}
.faq .accordion-body {
  font-size: 14px;
}
.faq .accordion-collapse {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.faq .faq-dropdown {
  width: 450px;
}
.faq .faq-button {
  width: 450px;
  height: 45px;
  font-weight: 60;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0 23px 0 0;
  border: none;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
  transition: all ease 0.3s;
  cursor: pointer;
}
.faq .faq-button:focus {
  box-shadow: none;
}
.faq .faq-button:hover, .faq .faq-button:not(.collapsed) {
  background-color: #071C31;
  color: #FFFFFF;
}
.faq .faq-button:hover .faq-number, .faq .faq-button:not(.collapsed) .faq-number {
  background-color: #F7A406;
  color: #FFFFFF;
}
.faq .faq-button:hover .faq-icon, .faq .faq-button:not(.collapsed) .faq-icon {
  background-color: #F7A406;
  color: #FFFFFF;
  border: none;
}
.faq .faq-number {
  transition: all ease 0.3s;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 500;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.faq .faq-title {
  transition: all ease 0.3s;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq .faq-icon {
  transition: all ease 0.3s;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #BBBBBB;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BBBBBB;
}
.faq .separate-char-container {
  position: relative;
}
.faq .separate-char-container > * {
  color: #F7A406;
  position: absolute;
  font-size: 400px;
  line-height: 35px;
  font-weight: 700;
  left: 110px;
}
.faq .separate-char-container .char {
  animation: float 4s ease-in-out infinite;
}
.faq .separate-char-container .char:first-child {
  top: 60px;
}
.faq .separate-char-container .char:nth-child(2) {
  animation-delay: 0.8s;
  top: 260px;
  left: 190px;
}
.faq .separate-char-container .char:nth-child(3) {
  animation-delay: 0.4s;
  top: 140px;
  left: 400px;
}
.faq .separate-char-container img.circle {
  top: 10px;
  transform: translateX(-7%);
}
.faq .separate-char-container img.people {
  width: 900px;
  top: 255px;
  left: -110px;
}

.footer {
  background: linear-gradient(180deg, #F7A406 22.12%, rgba(247, 164, 6, 0) 88.46%);
}
.footer .title-block {
  margin-top: 20px;
  margin-bottom: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer .information {
  padding-top: 110px;
}
.footer .information .rocket {
  top: -100px;
  left: 0;
  transform: translate(-15%, -25%);
  width: 375px;
  height: 375px;
  animation: float 4s ease-in-out infinite;
}
.footer .advise-btn {
  height: 38px;
  width: 180px;
  background-color: #071C31;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.footer .advise-btn:hover {
  background-color: #FFFFFF;
  color: #F7A406;
}
.footer .advise-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  margin: 55px 0 20px;
}
.footer .advise-description {
  width: 867px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.footer .separate {
  height: 1px;
  width: 1300px;
  background-color: #000000;
  margin: 50px 0 95px;
}

.links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  padding: 0 120px;
}
.links * .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
  color: #071C31;
}
.links * a,
.links * span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.links * a:hover {
  text-decoration: underline;
}
.links .link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.copy-right {
  font-size: 14px;
  font-weight: 500;
  color: #474747;
  text-align: center;
  margin-bottom: 40px;
}
.copy-right .separate {
  height: 1px;
  width: 1300px;
  background-color: #000000;
  margin: 60px 0 33px;
}

.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-wrapper {
  height: auto;
}

.header__search {
  margin: 0;
}/*# sourceMappingURL=main.css.map */