.hero {
  height: auto;
  padding-top: 34px;
  padding-bottom: 130px;
}

.hero__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero__links {
  display: flex;
  align-items: center;

  @media (max-width: 960px) {
    position: static;
  }
}

.hero__link {
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: #ffffff;
  margin-right: 37px;
}

.hero__link:last-child {
  margin-right: 0;
}

.hero__loc {
  display: flex;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 1px dashed #f7ca60;
  margin-right: 50px;
  cursor: pointer;
}

.hero__loc span {
  margin-left: 9px;
  font-size: 14px;
  line-height: 16px;
  color: #f7ca60;
}

.hero__title span {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.hero__title span div {
  margin-left: 30px;
  font-size: 20px;
  line-height: 125%;
  max-width: 232px;
  height: 44px;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
  color: #ffffff;
  visibility: hidden;
  transition-duration: 0.2s;
}

.hero__title span:hover div {
  visibility: visible;
}

.hero__right {
  display: flex;
  align-items: center;
}

.hero__phone {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 15px;
}

.hero__phone span {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  margin-left: 14px;
}

.header__btn {
  max-width: 220px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(293.89deg, #f6c150 35.44%, #fded9b 94.34%);
  border-radius: 21px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 4px 10px #f7c251;
  border-bottom: 2px solid #c49028;
}

.hero__title {
  margin-top: 48px;
  font-weight: bold;
  font-size: 65px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 17px;
}

.hero__title span {
  color: #f7ca60;
}

.hero__subtitle {
  font-weight: 300;
  font-size: 27px;
  line-height: 125%;
  color: #ffffff;
  max-width: 660px;
  margin-top: 50px;
}

.hero__subtitle span {
  font-weight: 500;
  color: #f6c150;
}

.hero__btn {
  max-width: 318px;
  padding: 12px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  background: linear-gradient(293.89deg, #f6c150 35.44%, #fded9b 94.34%);
  border-radius: 100px;
  box-shadow: 0px 4px 50px #ffd57a;
  border-bottom: 3px solid #c49028;
  cursor: pointer;

  @media (max-width: 1024px) {
    display: none;
  }
}

.hero__btn-mobile {
  display: none;

  @media (max-width: 1024px) {
    max-width: 318px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  background: linear-gradient(293.89deg, #f6c150 35.44%, #fded9b 94.34%);
  border-radius: 100px;
  box-shadow: 0px 4px 50px #ffd57a;
  border-bottom: 3px solid #c49028;
  cursor: pointer;
  }
}

.hero__header-mob {
  display: none;
}

.hero__arrow {
  position: absolute;
  left: 296px;
  top: -38px;
}

.hero__btn-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 68px;
}

.hero__btn-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  color: #ffffff;
  margin-left: 22px;
}

.hero__geo {
  font-weight: 600;
  font-size: 30px;
  line-height: 125%;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: white;
  display: inline-block;
}

.hero__title .subtitle {
  color: white;
  display: inline;
  font-size: 45px;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .hero__title .subtitle {
    color: white;
    display: inline;
    font-size: 25px;
  }

  .hero__subtitle {
    margin-top: 0;
  }

  .hero__geo {
    margin-top: -10px;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
  }

  .hero__header {
    display: none;
  }

  .hero__header-mob {
    display: block;
  }

  .hero__title {
    font-size: 32px;
    line-height: 122%;
    margin-top: 30px;
    margin-bottom: 17px;
  }

  .hero__btn {
    width: 100%;
  }

  .hero__header-mob .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .burger {
    display: flex;
    flex-direction: column;
    height: 17px;
    justify-content: space-between;
  }

  .burger__line {
    width: 30px;
    height: 1px;
    background: white;
  }

  .hero__subtitle {
    font-size: 19px;
    line-height: 140%;
    width: 100%;
  }

  .hero__btn {
    margin-top: 55px;
    box-shadow: 0px 4px 30px rgba(255, 213, 122, 0.5);
    height: 62px;
    font-size: 14px;
    line-height: 17px;
  }

  .hero {
    padding-bottom: 55px;
    /* background-image: url(../img/hero/bg.jpg); */
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
  }

  .hero__arrow {
    display: none;
  }

  .hero__btn-text {
    display: none;
  }

  .hero__title span div {
    left: -102px;
    top: 40px;
    font-size: 18px;
    line-height: 125%;
    max-width: 210px;
    height: 35px;
  }
}
