body {
  min-height: 100vh;
  background: #0a1826;
}
.fraunces {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
}
.instrument-sans {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.fc-landing-page div,
.fc-landing-page a {
  font-family: "Instrument Sans", sans-serif;
}
.fc-landing-page .fc-title {
  font-family: "Fraunces", serif;
  color: #eaf0f2;
  font-weight: 300;
  margin-bottom: 15px;
}

.fc-hero-title {
  font-size: 72px;
  line-height: 1;
  letter-spacing: -1.8px;
  margin-bottom: 20px;
}
.fc-hero-title span {
  color: #e0a86a;
  font-style: italic;
}

.fc-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2.88px;
  color: #74d1bb;
  margin-bottom: 20px;
}
.fc-subtitle:before {
  content: "";
  background-color: #74d1bb;
  width: 18px;
  height: 6px;
  display: inline-block;
  margin-right: 13px;
  border-radius: 18px;
  vertical-align: top;
  transform: translateY(2px);
}

.fc-text {
  color: #92a6b0;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.fc-text18 {
  font-size: 18px;
}
.fc-text14 {
  font-size: 14px;
}
.fc-hero-button {
  background: #e0a86a;
  border: 1px solid #000;
  box-shadow: 0 6px 23px 0px #e0a86a8c;
  padding: 17px 32px;
  border-radius: 99px;
  text-decoration: none;
  display: inline-block;
  margin: 20px 0;
  transition: 0.3s;
}
.fc-hero-button:hover {
  box-shadow: 0 6px 23px 0px #e0a86a;
  transition: 0.3s;
}
.fc-hero-button span {
  font-family: "Instrument Sans", serif;
  font-size: 14px;
  color: #0a1826;
  line-height: 1;
  font-weight: 500;
}
.fc-hero-row {
  max-width: 1300px;
  margin: auto;
  padding: 0 30px;
}
.fc-hero-logo {
  padding: 30px 0;
}
.fc-hero-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc-hero-row-header > a {
  color: #eaf0f2 !important;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 12px 21px;
  border: 1px solid #eaf0f2;
  border-radius: 99px;
  transition: 0.3s;
}
.fc-hero-row-header > a:hover {
  background: #eaf0f2;
  color: #0a1826 !important;
  transition: 0.3s;
}
.fc-hero-section {
  position: relative;
  overflow: hidden;
}
.fc-hero-section:before {
  content: "";
  background:
    linear-gradient(
      90deg,
      #0a1826 0%,
      #0a1826 28%,
      #0a1826a6 52%,
      #0a18265c 100%
    ),
    linear-gradient(0deg, #0a1826 0%, #0a182624 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.fc-hero-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 75%;
  margin: auto;
}
.fc-hero-col {
  padding: 60px 0 90px;
}
.fc-center-col {
  text-align: center;
}
.fc-subitle-dot.fc-subtitle:before {
  content: "";
  background-color: #74d1bb;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 13px;
  border-radius: 18px;
  vertical-align: top;
  transform: translateY(2px);
}
.fc-row {
  max-width: 1020px;
  margin: auto;
  padding: 0 30px;
}
.fc-title36 {
  font-size: 36px;
}
.fc-section2 .fc-col-6 {
  background: #13273a;
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  padding: 35px;
  text-align: center;
}
.fc-section2 .fc-col-6:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-section2 .fc-col-6:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-row-rewards {
  display: flex;
  margin-bottom: 35px;
}
.fc-reward-name {
  text-transform: uppercase;
  color: #92a6b0;
  font-size: 10px;
  margin-bottom: 13px;
  letter-spacing: 2.29px;
}
.fc-row-rewards .fc-reward-type {
  font-family: "Fraunces", sans-serif;
  color: #eaf0f2;
  font-size: 16px;
}
.fc-reward-type span {
  color: #74d1bb;
  font-size: 36px;
}
.fc-row-for-two {
  display: flex;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 50px;
}
.fc-row-for-two .fc-col-img {
  max-width: 43%;
  background-color: #2d4a5e;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
.fc-row-for-two .fc-col-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fc-row-for-two .fc-col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2d4a5e;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  padding: 13px 0 13px 13px;
}
.fc-row-for-two .fc-title24 {
  font-weight: 500;
}
.fc-title24 {
  font-size: 24px;
}
.fc-section9,
.fc-section8,
.fc-section7,
.fc-section6,
.fc-section5,
.fc-section4,
.fc-section3 {
  padding-top: 70px;
}
.fc-row.fc-row-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 25px;
}
.fc-pill {
  color: #eaf0f2;
  line-height: 1;
  padding: 13px 30px;
  border-radius: 99px;
  border: 1px solid #74d1bb5c;
  text-align: center;
}
.fc-row-four-steps {
  display: flex;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
}
.fc-row-four-steps .fc-col-img {
  max-width: 37%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
.fc-row-four-steps .fc-col-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fc-row-four-steps .fc-col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 13px;
}
.fc-step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.fc-step:first-child {
  border-top: 0;
}
.fc-row-four-steps .fc-num {
  color: #74d1bb;
  font-size: 18px;
  font-style: italic;
  font-family: "Fraunces", sans-serif;
}
.fc-text12 {
  font-size: 12px;
}
.fc-row-four-steps .fc-title.fc-text18 {
  margin-bottom: 5px;
}
.fc-row-message > .fc-col {
  padding: 15px;
  background: #13273a;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.fc-row-message > .fc-col .fc-text {
  margin-bottom: 0;
}
.fc-section6 .fc-col {
  padding: 50px 25px;
  border-radius: 16px;
  background-image: url(/nagradna-igra/wp-content/uploads/2026/09/DSC01197-scaled.jpg-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.fc-section6 .fc-col:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, #0a1826ed 0%, #0a182647 100%);
  z-index: 1;
}
.fc-section6 .fc-text-wrapper {
  z-index: 1;
  position: relative;
  max-width: 334px;
}
.fc-title30 {
  font-size: 30px;
}
.fc-section6 .fc-text span {
  color: #eaf0f2;
  font-weight: 700;
}
.fc-section6 .fc-text14.fc-title {
  color: #e0a86a;
  font-style: italic;
}
.fc-section7 .fc-hero-button {
  width: 100%;
}
#footer {
  margin-top: 70px;
}
#footer .fc-col {
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fc-landing-page .nagradnatrojka_form {
  background: #2d4a5e;
  border-radius: 16px;
  padding: 33px;
  margin: 30px 0;
}
.fc-landing-page .nagradnatrojka_form .fc-title {
  grid-column: 1 / 3;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
}
.fc-landing-page .nagradnatrojka_form .nagradna-igra-field label {
  font-size: 12px;
  font-weight: 400;
  color: #92a6b0;
  font-family: "Instrument Sans", sans-serif;
}
.fc-landing-page .nagradnatrojka_form .nagradna-igra-field input {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0d1f30;
  padding: 0 10px;
  height: 42px;
  color: #92a6b0;
  border-radius: 8px;
  font-family: "Instrument Sans", sans-serif;
}
.fc-landing-page .nagradnatrojka_form button[type="submit"] {
  background: #e0a86a;
  border: 1px solid #000;
  padding: 17px 32px;
  border-radius: 99px;
  text-decoration: none;
  display: inline-block;
  margin: 20px 0;
  transition: 0.3s;
  color: #0a1826;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  box-shadow: 0 6px 23px 0px #e0a86a8c;
  transition: 0.2s;
}
.fc-landing-page .nagradnatrojka_form button[type="submit"]:hover {
  box-shadow: 0 6px 23px 0px #e0a86a;
  transition: 0.2s;
}
.mobile-img {
  display: none;
}
.fc-section6 .fc-text-wrapper .fc-text.fc-text14 {
  line-height: 1.5;
}

.fc-landing-page .nagradnatrojka_form .submit_gumb_note {
    font-size: 12px;
    font-weight: 400;
    color: #92a6b0;
    font-family: "Instrument Sans", sans-serif;
}

@media screen and (max-width: 781px) {
  .fc-hero-logo {
    padding: 10px 0;
  }
  .fc-hero-col {
    padding: 24px 0 60px;
  }
  .fc-hero-logo img {
    max-width: 92px;
  }
  .fc-hero-row-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .fc-hero-col {
    margin: auto;
  }
  .fc-hero-img {
    position: relative;
    top: unset;
    right: unset;
    z-index: 1;
    width: 100%;
    margin: 0 auto 30px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .fc-hero-title {
    font-size: 48px;
  }
  .fc-text18 {
    font-size: 16px;
  }
  .fc-hero-button {
    width: 100%;
    text-align: center;
  }
  .fc-hero-col .fc-text14 {
    text-align: center;
  }
  .fc-title36 {
    font-size: 30px;
  }
  .fc-text,
  .fc-row-rewards .fc-reward-type,
  .fc-pill {
    font-size: 14px;
  }
  .fc-row-rewards {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .fc-section2 .fc-col-6 {
    border-radius: 16px !important;
    padding: 20px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 460px;
  }
  .fc-reward-name {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2.29px;
  }
  .fc-reward-type span {
    color: #74d1bb;
    font-size: 30px;
  }
  .fc-row-for-two,
  .fc-row-four-steps {
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
  .fc-row-for-two .fc-col-img,
  .fc-row-four-steps .fc-col-img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
    max-width: 460px;
  }
  .fc-row-four-steps .fc-col-img {
    aspect-ratio: 370 / 224;
    border-radius: 16px;
  }
  .fc-row-for-two .fc-col-text,
  .fc-row-four-steps .fc-col-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 24px;
    max-width: 460px;
  }
  .fc-row-four-steps .fc-col-text {
    padding-left: 0;
    padding-right: 0;
  }
  .fc-pill {
    padding: 10px 20px;
  }
  .fc-row.fc-row-pills {
    flex-wrap: wrap;
    gap: 10px;
  }
  .fc-text-center-mobile {
    text-align: center;
  }
  .fc-row-message > .fc-col {
    max-width: 460px;
    margin: auto;
    padding: 15px 20px;
  }
  .fc-landing-page .nagradnatrojka_form {
    padding: 25px;
  }
  .mobile-img {
    display: block;
    width: calc(100% + 50px);
    margin: -30px 0 30px -25px;
    margin-top: -30px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .mobile-img img {
    width: 100%;
  }
  .mobile-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: linear-gradient(0deg, #132737 0%, #13273a00 100%);
    z-index: 1;
  }
  .fc-section6 .fc-text-wrapper {
    z-index: 1;
    position: relative;
    max-width: 100%;
  }
  .fc-section6 .fc-col {
    padding: 30px 25px;
    position: relative;
    max-width: 460px;
    margin: auto;
    background-image: none;
    background-color: #13273a;
  }
  .fc-section6 .fc-col:before {
    display: none;
  }
  .fc-row,
  .fc-hero-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .fc-col {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .fc-subtitle {
    letter-spacing: 1.88px;
  }
  .fc-landing-page .nagradnatrojka_form button[type="submit"] {
    padding: 17px;
  }
}
