
.go-hero-rulatam {
  background: #ffffff;
  padding: 10px 0 34px;
  font-family: Inter, Arial, sans-serif;
}

.go-hero-rulatam *,
.go-hero-rulatam *::before,
.go-hero-rulatam *::after {
  box-sizing: border-box;
}

.go-hero-rulatam > div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.go-hero-card {
  background: #f1f4f7;
  border-radius: 12px;
  padding: 50px 64px 44px;
  overflow: hidden;
}

.go-hero-main {
  display: flex;
  align-items: center;
  gap: 0;
}

.go-hero-copy {
  flex: 0 0 560px;
  width: 560px;
  margin: 0 20px;
  padding-top: 2px;
}

.go-hero-copy h1 {
  margin: 0 0 24px;
  max-width: none;
  color: #25272d;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.go-hero-copy p {
  margin: 0;
  max-width: 500px;
  color: #3d424a;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 400;
  letter-spacing: 0;
}

.go-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.go-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 255px;
  height: 62px;
  padding: 0 30px;
  border-radius: 6px;
  background: #FF3333;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  box-shadow: 0 10px 22px rgba(255, 51, 51, 0.18);
}

.go-hero-cta span {
  font-size: 25px;
  line-height: 1;
  transform: translateY(-1px);
}

.go-hero-cta:hover {
  background: #ef2424;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255, 51, 51, 0.22);
}

.go-hero-visual {
  display: flex;
  flex: 0 0 432px;
  width: 432px;
  margin: 0 20px;
  justify-content: center;
  align-items: center;
}

.go-hero-visual img {
  display: block;
  width: min(100%, 720px);
  height: auto;
  object-fit: contain;
  transform: translateX(30px) scale(1.36);
  transform-origin: center center;
}

.go-hero-rulatam-line {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 30px;
  padding: 15px 20px 0;
  border-top: 1px solid rgba(31, 37, 48, 0.12);
  color: #6d747d;
  text-decoration: none !important;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.go-hero-rulatam-label {
  flex: 0 0 auto;
  color: #6d747d;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.go-hero-rulatam-line a {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: #25272d !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  transition: color .18s ease;
}

.go-hero-rulatam-line a:hover {
  color: #ff3333 !important;
}

.go-country-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  margin-right: 6px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  font-size: 17px;
  line-height: 1;
}

.go-country-arrow {
  margin-left: 4px;
  color: #6d747d;
  font-size: 16px;
  line-height: 1;
}

.go-hero-rulatam-line a > span:not(.go-country-flag):not(.go-country-arrow) {
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .go-hero-card {
    padding: 46px 42px 40px;
  }

  .go-hero-copy h1 {
    font-size: 44px;
    white-space: nowrap;
  }

  .go-hero-copy p {
    font-size: 21px;
  }

  .go-hero-visual img {
    width: min(100%, 650px);
    transform: translateX(20px) scale(1.26);
  }

  .go-hero-rulatam-line {
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 959px) {
  .go-hero-rulatam {
    padding: 10px 0 30px;
  }

  .go-hero-card {
    padding: 34px 26px 32px;
    border-radius: 12px;
  }

  .go-hero-main {
    display: flex;
    flex-direction: column;
  }

  .go-hero-copy,
  .go-hero-visual {
    flex: none;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }

  .go-hero-copy {
    order: 1;
  }

  .go-hero-visual {
    order: 2;
    margin-top: 30px;
    flex-direction: column;
  }

  .go-hero-copy h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 1.08;
    white-space: normal;
  }

  .go-hero-copy p {
    max-width: 100%;
    font-size: 19px;
  }

  .go-hero-actions {
    width: min(100%, 280px);
    margin-top: 28px;
  }

  .go-hero-actions .go-hero-cta {
    min-width: 220px;
    height: 56px;
    font-size: 15px;
  }

  .go-hero-visual img {
    width: min(100%, 470px);
    transform: scale(1.08);
  }

  .go-hero-rulatam-line {
    gap: 13px;
    margin-left: 0;
    margin-top: 26px;
    padding: 14px 0 2px;
  }
}

@media screen and (max-width: 639px) {
  .go-hero-rulatam {
    padding: 8px 0 24px;
  }

  .go-hero-card {
    padding: 28px 18px 24px;
    border-radius: 10px;
  }

  .go-hero-copy,
  .go-hero-visual {
    padding-left: 20px;
    padding-right: 20px;
  }

  .go-hero-copy h1 {
    margin-bottom: 18px;
    font-size: 34px;
    letter-spacing: 0;
  }

  .go-hero-copy p {
    font-size: 17px;
    line-height: 1.45;
  }

  .go-hero-visual {
    margin-top: 28px;
  }

  .go-hero-visual img {
    width: min(100%, 370px);
  }

  .go-hero-actions {
    width: 100%;
    min-width: 0;
    margin-top: 24px;
  }

  .go-hero-actions .go-hero-cta {
    width: 100%;
    min-width: 0;
    height: 54px;
  }

  .go-hero-rulatam-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 22px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 2px;
    overflow: visible;
    white-space: normal;
  }

  .go-hero-rulatam-label {
    grid-column: 1 / -1;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
  }

  .go-hero-rulatam-line a {
    justify-content: center;
    min-width: 0;
    padding: 8px 5px;
    border: 1px solid rgba(31, 37, 48, 0.12);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
  }

  .go-country-flag {
    margin-right: 4px;
    font-size: 15px;
  }

  .go-country-arrow {
    display: none;
  }
}


.go-hero-main {
  gap: 0;
}

.go-hero-copy,
.go-hero-visual {
  min-width: 0;
}
