.hero-link.follow-active {
  position: absolute; /* активируем абсолют */
  cursor: none;
  transition: transform 0.25s ease;
}

.phone-line {
  font-size: 9px;
}

.hero-link.scale-big {
  transform: scale(1.25);
}

.menu-icon.mobile {
  display: none;
}

.header-lang {
  font-size: 9px;
}

.projects-second-wrap {
  position: relative;
}

.hero {
  /* overflow: hidden; */
  height: 100vh;
}
.hero .container{
  max-width: 100%;
}
.hero-content {
  display: flex;
}
.hero-column:first-child {
  width: 30%;
}
.hero-column:last-child {
  width: 70%;
}
.hero-slider-wrap {
  position: relative;
}

.hero-slider .swiper-wrapper .swiper-slide:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff2e;
}

.hero-slider .swiper-slide img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-right: 25px;
  padding-left: 20px;
  opacity: 0;
}
.hero-slider-pagination {
  position: absolute;
  left: 20px !important;
  bottom: 30px !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.hero-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
}
.hero-slider-pagination .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background: #fff !important;
}
.hero-slider-status {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-slider-caption {
  max-width: 320px;
}
.hero-slider-buttons {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.012em;
  font-weight: 300;
}
.hero-slider-prev {
  cursor: pointer;
  text-decoration: underline;
  text-transform: capitalize;
}
.hero-slider-prev img {
  display: none;
}
.hero-slider-next {
  cursor: pointer;
  text-decoration: underline;
  text-transform: capitalize;
}
.hero-slider-next img {
  display: none;
}
.hero-slider-progress {
  width: 64px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hero-slider-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.3s ease;
}
.hero-slider-link {
  transform: scale(1);
  transition: all 0.3s;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 80px;
  right: 380px;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-transform: uppercase;
}
.hero-slider-link:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.hero-slider-link::before {
  content: url("plus.svg");
  position: absolute;
  top: 120px;
  left: 50px;
}
.hero-slider-link span {
  max-width: 80px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.16em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.hero-description {
  max-width: 300px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.012em;
  font-weight: 300;
  opacity: 0;
}
.hero-slider {
  opacity: 0;
}
.hero-bottom {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hero-title {
  font-weight: 100;
  font-size: 14px;
  font-size: clamp(48px, 12vw, 350px);
  letter-spacing: -0.012em;
  padding-left: 30px;
  line-height: 100%;
}

.hero-title-row:last-child {
  padding-left: 320px;
}
.hero-title-row span{
    opacity: 0;
}
.hero-link {
  z-index: 10;
  position: fixed;
  bottom: 70px;
  right: 100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.0117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: transform 0.35s ease;
  z-index: 55;
}
.hero-link:hover {
  transform: scale(1.15) !important;
}
.hero-link span {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  max-width: 100px;
}
.hero-link img {
  width: 24px;
  margin-top: 20px;
  height: 24px;
}
.hero-scroll {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  position: absolute;
  right: 24px;
  bottom: 70px;
  z-index: 10;
  cursor: pointer;
}
.hero-line-vertical {
  height: 100%;
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 30%;
  transform: translateX(-50%);
  z-index: -2;
}
.hero-line-horizontal {
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  position: absolute;
  z-index: -1;
  top: 360px;
}

.hero-slider-status .swiper-fraction {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.012em;
  font-weight: 300;
}

.hero-slider-caption {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.012em;
  font-weight: 300;
}

.hero-description-mobile {
  display: none;
}

.hero-title-row {
  display: inline-block;
}

.hero-title-row .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(60px) rotate(6deg);
  transition:
    opacity .6s cubic-bezier(.22,1,.36,1),
    transform .6s cubic-bezier(.22,1,.36,1);
}

/* коли елемент видно */
.hero-title-row.animate .char {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

@media screen and (min-width: 1650px){
  .hero-column:first-child{
    width: 35%;
  }

  .hero-column:last-child{
    width: 65%;
  }

  .hero-line-vertical{
    left: 35%;
  }
}

@media screen and (min-width: 2150px){
  .hero-column:first-child{
    width: 38%;
  }

  .hero-column:last-child{
    width: 62%;
  }

  .hero-line-vertical{
    left: 38%;
  }
}

@media (min-width: 1024px) and (max-width: 1500px) and (max-height: 900px) {
  section.hero .container {
    position: absolute;
    top: 32%;
  }
}

@media screen and (max-width: 992px){
  .hero-title-row:last-child{
    padding-left: 120px;
  }
}

@media screen and (max-width:768px){
  .hero{
    height: auto;
    padding-bottom: 160px;
    position: relative;
  }
  .about-column{
    width: 100%;
  }

  .hero-bottom{
    position: static;
  }
  .hero-column:first-child{
    position: absolute;
    bottom: 45px;
  }
  .hero-column:last-child{
    width: 100%;
  }

  .hero-slider-link{
    right: 15px;
    bottom: 15px;
    top: auto;
  }

  .hero-link{
    width: 180px;
    height: 180px;
    z-index: 0;
    right: 20px;
    bottom: 10px;
    gap: 0;
  }
  .hero-link span{
    font-size: 20px;
    line-height: 100%;
  }

    .hero-slider-prev img, .hero-slider-next img {
        display: block;
        max-width: 12px;
    }

    .hero-slider-buttons{
      gap: 15px;
    }

      .hero-title-row:last-child {
        padding-left: 60px;
    }
}

@media screen and (max-width: 560px){
  .hero{
    padding-bottom: 200px;
  }

  .hero-title{
    font-size: 63px;
  }

  .hero-title-row:last-child{
    padding-left: 0;
  }

  .hero-bottom{
    align-items: flex-start;
  }

  .hero-column:first-child{
    bottom: 35px;
    width: 50%;
  }
  
}

@media screen and (max-width: 400px){
  .hero-title{
    font-size: 58px;
  }
}