/* Hide mobile elements on desktop */
.hamburger-menu {
  display: none;
}

.footer-logo-mobile {
  display: none;
}

.footer-contact-button {
  display: none;
}

/* Home Page */

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.header {
  position: relative;
  z-index: 1;
  color: white;
  transition: background 0.3s ease;
}

/* Main Page styles */

/* Main Block/Banner */
.main-banner {
  width: 100%;
  height: 790px;
  position: relative;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-banner .additional-block {
  position: absolute;
  left: 0;
  top: 610px;
  background-color: #ffffff;
  color: #4a4459;
  width: 700px;
  height: 205px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.additional-block p {
  width: 648px;
  height: 192px;
  font-size: 60px;
  font-weight: 700;
}

.block-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* News Block */

.news-block {
  width: 100%;
  height: 800px;
  margin-bottom: 243px;
  background-color: #ffffff;
}

.news-block h2 {
  color: #000000;
  margin: 0;
}

.news-date {
  width: 8%;
  color: #000000;
}

.news-block .block-title {
  padding-top: 110px;
}

.news-block .block-title h2 {
  line-height: 0.93;
}

.short-news {
  width: 100%;
  height: 450px;
  background-color: #f7f6f8;
  display: flex;
  flex-direction: column;
  padding: 50px;
  gap: 10px;
  overflow: hidden;
  position: relative;
}

.news-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.news-category {
  display: block;
  width: auto;
  min-width: 140px;
  height: 30px;
  border: 2px solid #2b39d5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2b39d5;
  background-color: #ffff;
  flex-shrink: 0;
}

.news-item .news-content {
  width: 80%;
  max-width: 710px;
  max-height: 85px;
}

.short-news .reffer-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* Bussines Block */
.bussines-block {
  width: 100%;
  height: 1590px;
  position: relative;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  background-color: #e3e5ff;
}

/* Components style */

.home-block-header {
  width: 100%;
  height: 250px;
  background-color: #ffffff;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

.home-block-header h2 {
  font-size: 70px;
  color: #2b39d5;
  text-transform: uppercase;
}

.block-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 198px;
}

.block-title h2 {
  font-size: 89px;
  color: #2b39d5;
  text-transform: uppercase;
  margin: 0;
  line-height: 0;
}

.block-title span {
  color: #000000cf;
  font-size: 18px;
  margin-left: 30px;
}

/* About Block */

.about-block {
  width: 100%;
  min-height: 730px;
  background-color: #ffffff;
  padding: 50px 0 100px 0;
  box-sizing: border-box;
}

.about-block .block-title {
  padding-top: 160px;
  margin-bottom: 89px;
}

.about-short {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
}

.about-short span {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.44px;
  color: #4a4459;
}

.about-short span:first-child {
  font-size: 30px;
  font-weight: 600;
  color: #4a4459;
  line-height: 45px;
  letter-spacing: 3px;
  max-width: 600px;
}

.about-short span:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.44px;
  color: #4a4459;
  max-width: 956px;
}

.about-short .reffer-link {
  margin-top: 30px;
  align-self: flex-start;
}

/* Image Section Blocks */

.image-section {
  width: 100%;
  height: 570px;
  display: flex;
  margin-bottom: 0;
  background-color: #ffffff;
}

.image-section.reverse {
  flex-direction: row-reverse;
}

.image-block {
  width: 55%;
  height: 100%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-block {
  width: 45%;
  height: 100%;
  background-color: #f7f6f8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 50px 100px;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}

.image-section.reverse .text-block {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: center;
}

.text-block h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 14px 0;
  line-height: 45px;
  color: #4a4459;
  position: relative;
  display: inline-block;
  width: fit-content;
  letter-spacing: 3px;
}

.text-block h3::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Ccircle cx='17' cy='17' r='17' fill='%232B39D5'/%3E%3Cpath d='M15.8446 21.4906L21.4886 16.4227L15.8446 11.3548L16.7966 10.5L23.3926 16.4227L16.7966 22.3455L15.8446 21.4906Z' fill='white'/%3E%3Cpath d='M22.4414 15.8115L22.4414 17.0331L10.8814 17.0331L10.8814 15.8115L22.4414 15.8115Z' fill='white'/%3E%3C/svg%3E");
  background-size: 34px 34px;
  background-position: center;
  background-repeat: no-repeat;
}

.text-block p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  color: #4a4459;
  max-width: 580px;
}

.arrow-link {
  display: none;
}

/* Button Cumponent */

.reffer-link {
  background: #2b39d5;
  border: 2px solid #2b39d5;
  width: 343px;
  height: 76px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.reffer-link:hover {
  background-color: white;
  color: #2b39d5;
}

.reffer-link:hover svg path {
  fill: #2b39d5;
}

.reffer-link svg {
  width: 43px;
  position: absolute;
  right: 20px;
  height: 43px;
}

.reffer-link:hover img {
  color: #2b39d5;
}

/* Scroll Button */

.scroll-up {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 99px;
  height: 99px;
  background-color: #e6ff25;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.scroll-up img {
  width: 28px;
  height: 32px;
}

/* Recruit Block */

.recruit-block {
  width: 100%;
  background-color: #2b39d5;
  padding: 0;
  margin-top: 300px;
  position: relative;
}

.recruit-content {
  display: flex;
  width: 100%;
  min-height: 789px;
}

.recruit-text {
  width: 60%;
  padding: 172px 100px 100px 0;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.recruit-text h3 {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
  letter-spacing: 5px;
}

.recruit-text p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 26px;
  letter-spacing: 1.44px;
  margin-bottom: 25px;
}

.recruit-text .reffer-link {
  background-color: #ffffff;
  color: #2b39d5;
  border: 2px solid #ffffff;
  margin-top: 100px;
}

.recruit-text .reffer-link:hover {
  background-color: transparent;
  color: #ffffff;
}
.recruit-text .reffer-link:hover svg {
  fill: #ffffff;
}

.recruit-text .reffer-link:hover svg path {
  fill: #ffffff;
}

.recruit-block .recruit-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.recruit-block .recruit-image img {
  width: 839px;
  height: 571px;
  display: block;
}

/* Contact Block */

.contact-block {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 800px;
}

.contact-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  z-index: 0;
}

.contact-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.8;
  background: #fff;
  z-index: 0;
}

.contact-block .block-wrapper {
  position: relative;
  z-index: 1;
}

.contact-content {
  display: flex;
  width: 100%;
  min-height: 800px;
  position: relative;
}

.contact-text {
  width: 53%;
  padding: 242px 100px 100px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-text h2 {
  font-size: 89px;
  font-weight: 700;
  color: #2b39d5;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}

.contact-text span {
  color: #000000cf;
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-text p {
  font-size: 30px;
  font-weight: 600;
  color: #2b39d5;
  margin: 0;
  line-height: 45px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

/* Footer */

.footer {
  width: 100%;
  background-color: #f2f3ff;
  color: #4a4459;
  padding: 0;
  margin-top: 0;
  position: relative;
  min-height: 493px;
}

.footer-top {
  width: 100%;
  padding: 44px 0 0 0;
}

.footer-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-column {
  position: relative;
  flex: 0 0 auto;
  width: 380px;
}

.footer-column:nth-child(1) {
  margin-right: 20px;
}

.footer-column:nth-child(2) {
  margin-right: 20px;
}

.footer-column:nth-child(3),
.footer-column:nth-child(4),
.footer-column:nth-child(5),
.footer-column:nth-child(6),
.footer-column:nth-child(7) {
  margin-right: 0;
  min-width: auto;
}

.footer-column h4 {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #4a4459;
  letter-spacing: 0;
  line-height: 28px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.footer-column h4::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Ccircle cx='17' cy='17' r='17' fill='%232B39D5'/%3E%3Cpath d='M15.8446 21.4906L21.4886 16.4227L15.8446 11.3548L16.7966 10.5L23.3926 16.4227L16.7966 22.3455L15.8446 21.4906Z' fill='white'/%3E%3Cpath d='M22.4414 15.8115L22.4414 17.0331L10.8814 17.0331L10.8814 15.8115L22.4414 15.8115Z' fill='white'/%3E%3C/svg%3E");
  background-size: 34px 34px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 42px;
}

.footer-column ul li {
  margin-bottom: 0;
  line-height: 28px;
}

.footer-column ul li a {
  color: #4a4459;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
  /* line-height: 28px; */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  display: block;
}

.footer-column ul li a:hover {
  color: #2b39d5;
}

.footer-column a:hover h4 {
  color: #2b39d5;
}

.footer-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 46px 52px 46px;
}

.footer-logo {
  width: auto;
  display: flex;
  justify-content: flex-start;
}

.footer-logo img {
  width: 500px;
  height: auto;
  filter: none;
}

.footer-copyright {
  margin: 0;
  font-size: 14px;
  color: #4a4459;
  text-align: right;
  line-height: 1.4;
}
.footer-quick-info {
  width: 380px;
}

/* Animation */

@keyframes waterfall {
  0% {
    height: 0;
    top: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}

.animated-stick {
  height: 261px;
  width: 4px;
  background-color: rgb(213, 213, 213);
  position: relative;
  left: 50%;
  margin-top: -130px;
  margin-bottom: -131px;
  overflow: hidden;
}

.animated-stick::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2b39d5;
  animation: waterfall 2s ease-out infinite;
}
