@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
body {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

select {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

:root {
  --app-height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a {
  font-weight: 500;
}

img {
  max-width: 100%;
}

select,
button,
input[type=text],
input[type=email],
input[type=password],
textarea {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

strong,
b {
  font-weight: 900;
}

/*1199, 1366*/
.container {
  max-width: 1250px;
  margin: 0 auto;
}

@media (max-width: 1250px) {
  .container {
    max-width: 1193px;
  }
}
@media (max-width: 1140px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 1140px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-top: 22px;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo {
  display: inline-flex;
  line-height: 0;
}
.site-header__logo img {
  width: 291px;
  max-width: 100%;
  height: auto;
  display: block;
}
.site-header__login {
  height: 56px;
  min-width: 204px;
  border: 4px solid #f6932f;
  border-radius: 4px;
  color: #ffffff;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px 0 14px;
  box-sizing: border-box;
}
.site-header__login span {
  font-size: 17px;
  letter-spacing: 0.2px;
  transform: translateY(1px);
}
.site-header__login img {
  width: 25px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

body.bpage .site-header {
  position: relative;
  padding: 22px 0;
  background-image: linear-gradient(120deg, rgba(9, 36, 64, 0.84) 0%, rgba(10, 70, 110, 0.72) 100%), url("../img/slider-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .site-header {
    padding-top: 16px;
  }
  .site-header__logo img {
    width: 230px;
  }
  .site-header__login {
    min-width: 170px;
    height: 50px;
    border-width: 3px;
    padding: 0 14px 0 10px;
    gap: 8px;
    font-size: 26px;
  }
  body.bpage .site-header {
    padding: 16px 0;
  }
}
@media (max-width: 640px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.home.ihome .home-hero {
  position: relative;
  overflow: visible;
  margin-bottom: 52px;
}
.home.ihome .home-hero .home-slider {
  position: relative;
  width: 100%;
  overflow: visible;
}
.home.ihome .home-hero .home-slider .swiper-wrapper {
  overflow: visible;
  position: relative;
  z-index: 50;
}
.home.ihome .home-hero .home-slider .swiper-slide {
  min-height: 537px;
  position: relative;
  overflow: visible;
  z-index: 50;
}
.home.ihome .home-hero .home-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 9px;
  margin: 0;
  border-radius: 0;
  background: #de3a95;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  z-index: 10;
}
.home.ihome .home-hero .home-slider .swiper-pagination::before {
  content: "";
  width: 52%;
  max-width: 760px;
  min-width: 220px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff9433;
}
.home.ihome .home-hero .home-slider .swiper-pagination::after {
  content: "";
  width: 25%;
  max-width: 360px;
  min-width: 120px;
  height: 9px;
  position: absolute;
  left: 52%;
  top: 0;
  background: #ff4f54;
}
.home.ihome .home-hero .home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 !important;
  position: relative;
  top: 31px;
}
.home.ihome .home-hero .home-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.home.ihome .home-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.home.ihome .home-hero .container {
  position: relative;
  height: 537px;
  overflow: visible;
}
.home.ihome .home-hero__content {
  position: relative;
  height: 100%;
  padding-left: 27%;
  padding-top: 202px;
  padding-bottom: 66px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.home.ihome .home-hero__left {
  position: absolute;
  left: -92px;
  bottom: -82px;
  width: 760px;
  z-index: 120;
  pointer-events: none;
  opacity: 0;
  transform: translateY(24px);
  animation: heroLeftFadeUp 0.8s ease-out 0.1s forwards;
}
.home.ihome .home-hero__left img {
  width: 760px;
  max-width: none;
  height: auto;
  display: block;
  transform: translateX(-118px);
}
.home.ihome .home-hero__right {
  width: 100%;
  max-width: 920px;
  position: relative;
  z-index: 2;
}
.home.ihome .home-hero__right h1 {
  margin: 0;
  color: #ffffff;
  font-size: 58px;
  font-weight: 200;
  line-height: 1.04;
  letter-spacing: -0.6px;
  max-width: 920px;
  opacity: 0;
  transform: translateY(18px);
  animation: heroRightFadeUp 0.7s ease-out 0.2s forwards;
}
.home.ihome .home-hero__right h1 strong {
  font-size: inherit;
  font-weight: 700;
  color: #ffffff;
}
.home.ihome .home-hero__right img {
  width: 430px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 122px;
  margin-left: 100px;
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  animation: heroRightFadeUp 0.75s ease-out 0.45s forwards;
}
.home.ihome .home-packages-title {
  padding: 30px 0 18px;
  margin-bottom: 14px;
}
.home.ihome .home-packages-title h2 {
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 3px;
  color: #1f2f4b;
  z-index: 1;
}
.home.ihome .home-packages-title h2::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 10px;
  color: #f1f1f1;
  z-index: -1;
  pointer-events: none;
  white-space: nowrap;
}
.home.ihome .home-packages {
  padding: 10px 0 42px;
}
.home.ihome .home-packages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
.home.ihome .package-card {
  --package-color: #f89a26;
  --package-bg: #f89a26;
  border: 4px solid var(--package-color);
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 610px;
}
.home.ihome .package-card--orange {
  --package-color: #f89a26;
  --package-bg: #f89a26;
}
.home.ihome .package-card--red {
  --package-color: #ff4f54;
  --package-bg: #ff4f54;
}
.home.ihome .package-card--purple {
  --package-color: #bd3aa9;
  --package-bg: #bd3aa9;
}
.home.ihome .package-card__head {
  position: relative;
  background: var(--package-bg);
  color: #fff;
  text-align: center;
  padding: 18px 20px 42px;
}
.home.ihome .package-card__head h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
}
.home.ihome .package-card__head p {
  margin: 8px 0 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 12px;
}
.home.ihome .package-card__price {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: calc(100% - 96px);
  max-width: 280px;
  border: 6px solid #ffffff;
  border-radius: 18px;
  background: var(--package-bg);
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  padding: 10px 12px;
  box-sizing: border-box;
}
.home.ihome .package-card__body {
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 56px 22px 24px;
}
.home.ihome .package-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home.ihome .package-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}
.home.ihome .package-card__list li::before {
  content: "✓";
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--package-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}
.home.ihome .package-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  background: var(--package-bg);
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.home.ihome .package-card__button:hover {
  opacity: 0.92;
}
.home.ihome .home-call-form {
  padding: 28px 0 10px;
}
.home.ihome .home-call-form__card {
  position: relative;
  border: 4px solid #f89a26;
  border-radius: 30px;
  padding: 38px 32px 30px;
}
.home.ihome .home-call-form__head {
  position: absolute;
  top: -33px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding-right: 18px;
}
.home.ihome .home-call-form__head img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: block;
}
.home.ihome .home-call-form__head h2 {
  margin: 0;
  color: #252525;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.home.ihome .home-call-form__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 26px;
  margin-top: 2px;
}
.home.ihome .home-call-form__field label {
  display: inline-block;
  margin: 0 0 8px;
  color: #222222;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
}
.home.ihome .home-call-form__input {
  min-height: 58px;
  border: 2px solid #d8d8d8;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 22px;
  box-sizing: border-box;
}
.home.ihome .home-call-form__input input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #232323;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  outline: none;
  padding: 0;
}
.home.ihome .home-call-form__input input::-moz-placeholder {
  color: #a5a5a5;
}
.home.ihome .home-call-form__input input::placeholder {
  color: #a5a5a5;
}
.home.ihome .home-call-form__input--name, .home.ihome .home-call-form__input--mail {
  position: relative;
  padding-left: 52px;
}
.home.ihome .home-call-form__input--name::before, .home.ihome .home-call-form__input--mail::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.52;
}
.home.ihome .home-call-form__input--name::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23929292'%3E%3Cpath d='M12 12c2.761 0 5-2.239 5-5s-2.239-5-5-5-5 2.239-5 5 2.239 5 5 5zm0 2c-4.418 0-8 2.239-8 5v1h16v-1c0-2.761-3.582-5-8-5z'/%3E%3C/svg%3E");
}
.home.ihome .home-call-form__input--mail::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23929292'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4.236-8 4.764-8-4.764V6l8 4.764L20 6v2.236z'/%3E%3C/svg%3E");
}
.home.ihome .home-call-form__prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 2px solid #d2d2d2;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  flex-shrink: 0;
}
.home.ihome .home-call-form__consents {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 22px;
}
.home.ihome .home-call-form__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home.ihome .home-call-form__checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.home.ihome .home-call-form__checkbox a {
  color: #df7f10;
  text-decoration: none;
}
.home.ihome .home-call-form__checkbox-icon {
  width: 30px;
  height: 30px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.2s ease;
}
.home.ihome .home-call-form__checkbox-icon::after {
  content: "";
  width: 8px;
  height: 15px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translateY(-1px) rotate(45deg) scale(0.2);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.28s cubic-bezier(0.25, 1.45, 0.45, 1), opacity 0.22s ease;
}
.home.ihome .home-call-form__checkbox input:checked + .home.ihome .home-call-form__checkbox-icon {
  background: #f89a26;
  border-color: #f89a26;
  transform: scale(1.03);
}
.home.ihome .home-call-form__checkbox input:checked + .home.ihome .home-call-form__checkbox-icon::after {
  opacity: 1;
  transform: translateY(-1px) rotate(45deg) scale(1);
}
.home.ihome .home-call-form__checkbox input:checked + .home-call-form__checkbox-icon {
  background: #f89a26;
  border-color: #f89a26;
  transform: scale(1.03);
}
.home.ihome .home-call-form__checkbox input:checked + .home-call-form__checkbox-icon::after {
  opacity: 1;
  transform: translateY(-1px) rotate(45deg) scale(1);
}
.home.ihome .home-call-form__submit {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-radius: 14px;
  background: #f89a26;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  /* letter-spacing: 0.2px; */
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  align-self: end;
}
.home.ihome .home-call-form__submit:hover {
  opacity: 0.95;
}

@keyframes heroRightFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes heroLeftFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home.ihome .home-hero__left,
  .home.ihome .home-hero__right h1,
  .home.ihome .home-hero__right img {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .home.ihome .home-hero .container,
  .home.ihome .home-hero .home-slider .swiper-slide {
    height: 500px;
    min-height: 500px;
  }
  .home.ihome .home-hero__content {
    padding-left: 34%;
    padding-top: 182px;
    padding-bottom: 58px;
  }
  .home.ihome .home-hero__left {
    left: -86px;
    bottom: -62px;
    width: 640px;
  }
  .home.ihome .home-hero__left img {
    width: 640px;
    transform: translateX(-96px);
  }
  .home.ihome .home-hero__right {
    max-width: 760px;
  }
  .home.ihome .home-hero__right h1 {
    font-size: 48px;
    max-width: 760px;
  }
  .home.ihome .home-hero__right img {
    width: 360px;
    margin-top: 86px;
    margin-left: 52px;
  }
}
@media (max-width: 992px) {
  .home.ihome .home-hero .container,
  .home.ihome .home-hero .home-slider .swiper-slide {
    min-height: 700px;
    height: auto;
  }
  .home.ihome .home-hero__content {
    min-height: 700px;
    padding: 130px 0 56px;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
  }
  .home.ihome .home-hero__left {
    position: relative;
    left: auto;
    bottom: -26px;
    width: min(100%, 520px);
  }
  .home.ihome .home-hero__left img {
    width: 100%;
    max-width: 520px;
    transform: none;
    margin: 0 auto;
  }
  .home.ihome .home-hero__right {
    max-width: 100%;
    text-align: center;
  }
  .home.ihome .home-hero__right h1 {
    font-size: 44px;
    line-height: 1.06;
    max-width: 820px;
  }
  .home.ihome .home-hero__right img {
    width: 360px;
    margin: 10px auto 0;
  }
  .home.ihome .home-hero .home-slider .swiper-pagination {
    gap: 20px;
  }
  .home.ihome .home-packages-title h2 {
    font-size: 44px;
    letter-spacing: 6px;
  }
  .home.ihome .home-packages-title h2::before {
    font-size: 66px;
    letter-spacing: 8px;
  }
  .home.ihome .home-packages__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home.ihome .home-call-form__card {
    padding: 26px 20px 20px;
  }
  .home.ihome .home-call-form__head {
    left: 20px;
  }
  .home.ihome .home-call-form__head h2 {
    font-size: 24px;
  }
  .home.ihome .home-call-form__body {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home.ihome .home-call-form__field label {
    font-size: 15px;
  }
  .home.ihome .home-call-form__input {
    min-height: 64px;
  }
  .home.ihome .home-call-form__input input {
    font-size: 15px;
  }
  .home.ihome .home-call-form__prefix {
    font-size: 15px;
  }
  .home.ihome .home-call-form__consents {
    padding-top: 8px;
  }
  .home.ihome .home-call-form__checkbox {
    font-size: 14px;
  }
  .home.ihome .home-call-form__submit {
    min-height: 66px;
    font-size: 30px;
  }
  .home.ihome .package-card {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .home.ihome .home-hero .container,
  .home.ihome .home-hero .home-slider .swiper-slide, .home.ihome .home-hero__content {
    min-height: 620px;
  }
  .home.ihome .home-hero__content {
    padding: 132px 0 44px;
    gap: 20px;
  }
  .home.ihome .home-hero__left {
    bottom: -18px;
    width: min(100%, 430px);
  }
  .home.ihome .home-hero__right h1 {
    font-size: 36px;
    line-height: 1.08;
    letter-spacing: -0.25px;
  }
  .home.ihome .home-hero__right img {
    width: 300px;
  }
  .home.ihome .home-packages-title {
    padding-top: 26px;
  }
  .home.ihome .home-packages-title h2 {
    font-size: 34px;
    letter-spacing: 4px;
  }
  .home.ihome .home-packages-title h2::before {
    font-size: 52px;
    letter-spacing: 5px;
  }
  .home.ihome .home-call-form {
    padding-top: 12px;
  }
  .home.ihome .home-call-form__card {
    border-width: 3px;
    border-radius: 24px;
    padding: 24px 14px 16px;
  }
  .home.ihome .home-call-form__head {
    top: -26px;
    left: 14px;
    gap: 10px;
  }
  .home.ihome .home-call-form__head img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  .home.ihome .home-call-form__head h2 {
    font-size: 25px;
  }
  .home.ihome .home-call-form__field label {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .home.ihome .home-call-form__input {
    min-height: 56px;
    border-width: 1px;
    border-radius: 11px;
    padding: 0 14px;
  }
  .home.ihome .home-call-form__input input {
    font-size: 14px;
  }
  .home.ihome .home-call-form__input--name, .home.ihome .home-call-form__input--mail {
    padding-left: 40px;
  }
  .home.ihome .home-call-form__input--name::before, .home.ihome .home-call-form__input--mail::before {
    width: 16px;
    height: 16px;
    left: 14px;
  }
  .home.ihome .home-call-form__prefix {
    height: 30px;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .home.ihome .home-call-form__consents {
    gap: 9px;
    padding-top: 4px;
  }
  .home.ihome .home-call-form__checkbox {
    gap: 10px;
    font-size: 13px;
  }
  .home.ihome .home-call-form__checkbox-icon {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    flex-basis: 26px;
  }
  .home.ihome .home-call-form__submit {
    min-height: 54px;
    border-radius: 11px;
    font-size: 24px;
  }
  .home.ihome .package-card__head h3 {
    font-size: 21px;
  }
  .home.ihome .package-card__head p {
    font-size: 15px;
  }
  .home.ihome .package-card__price {
    font-size: 36px;
  }
  .home.ihome .package-card__list li {
    font-size: 15px;
  }
  .home.ihome .package-card__button {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .home.ihome .home-hero .container,
  .home.ihome .home-hero .home-slider .swiper-slide, .home.ihome .home-hero__content {
    min-height: 560px;
  }
  .home.ihome .home-hero__content {
    padding: 120px 0 36px;
  }
  .home.ihome .home-hero__left {
    bottom: -10px;
    width: min(100%, 360px);
  }
  .home.ihome .home-hero__right h1 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.1px;
  }
  .home.ihome .home-hero__right img {
    width: 250px;
  }
  .home.ihome .home-hero .home-slider .swiper-pagination {
    height: 7px;
  }
  .home.ihome .home-packages-title {
    padding-top: 22px;
  }
  .home.ihome .home-packages-title h2 {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .home.ihome .home-packages-title h2::before {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .home.ihome .package-card {
    border-width: 3px;
  }
  .home.ihome .package-card__head {
    padding: 14px 14px 36px;
  }
  .home.ihome .package-card__head h3 {
    font-size: 19px;
  }
  .home.ihome .package-card__head p {
    font-size: 14px;
  }
  .home.ihome .package-card__price {
    bottom: -28px;
    width: calc(100% - 62px);
    border-width: 4px;
    border-radius: 14px;
    font-size: 30px;
    padding: 8px 10px;
  }
  .home.ihome .package-card__body {
    padding: 46px 14px 16px;
    gap: 18px;
  }
  .home.ihome .package-card__list {
    gap: 12px;
  }
  .home.ihome .package-card__list li {
    font-size: 14px;
    gap: 8px;
  }
  .home.ihome .package-card__list li::before {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    font-size: 12px;
  }
  .home.ihome .package-card__button {
    min-height: 50px;
    font-size: 13px;
  }
}
.site-footer {
  margin-top: 70px;
  background: #fff;
  color: #242424;
}

.site-footer__main .container {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.site-footer__grid {
  min-height: 220px;
  display: grid;
  grid-template-columns: 32% 42% 26%;
  align-items: stretch;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  padding: 24px 22px 24px 0;
  border-right: 1px solid #cfcfcf;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
}

.site-footer__logo img {
  width: min(330px, 100%);
  height: auto;
  display: block;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 26px 40px;
}

.site-footer__links a {
  color: #232323;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.site-footer__links a:hover {
  color: #f28f23;
}

.site-footer__action {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 44px 0 20px 20px;
}

.site-footer__login {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 4px solid #ef8b2c;
  border-radius: 8px;
  background: #ffffff;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 22px 14px 14px;
}

.site-footer__login span:last-child {
  font-size: 16px;
  letter-spacing: 0.2px;
}

.site-footer__login-icon {
  width: 30px;
  height: 28px;
  position: relative;
  flex: 0 0 30px;
}

.site-footer__login-icon::before,
.site-footer__login-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ef8b2c;
}

.site-footer__login-icon::before {
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.site-footer__login-icon::after {
  bottom: 0;
  width: 26px;
  height: 12px;
  border-radius: 13px 13px 5px 5px;
}

.site-footer__bottom {
  padding: 18px 0 22px;
}

.site-footer__bottom p {
  margin: 0;
  text-align: center;
  color: #cccccc;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 1199px) {
  .site-footer__grid {
    grid-template-columns: 30% 40% 30%;
  }
  .site-footer__links {
    padding: 24px 26px;
  }
  .site-footer__links a {
    font-size: 16px;
  }
  .site-footer__login {
    padding: 12px 18px 12px 12px;
    border-width: 3px;
  }
  .site-footer__login span:last-child {
    font-size: 14px;
  }
  .site-footer__bottom p {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .site-footer {
    margin-top: 56px;
  }
  .site-footer__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .site-footer__brand {
    border-right: 0;
    border-bottom: 1px solid #cfcfcf;
    justify-content: center;
    padding: 24px 0;
  }
  .site-footer__logo img {
    width: min(300px, 82vw);
  }
  .site-footer__links {
    align-items: center;
    text-align: center;
    padding: 24px 10px;
  }
  .site-footer__action {
    justify-content: center;
    padding: 0 0 24px;
  }
  .site-footer__bottom p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .site-footer__links a {
    font-size: 15px;
  }
  .site-footer__login {
    gap: 10px;
    border-width: 3px;
    padding: 10px 14px 10px 10px;
  }
  .site-footer__login span:last-child {
    font-size: 13px;
  }
  .site-footer__login-icon {
    width: 25px;
    height: 24px;
    flex-basis: 25px;
  }
  .site-footer__login-icon::before {
    width: 13px;
    height: 13px;
  }
  .site-footer__login-icon::after {
    width: 22px;
    height: 10px;
  }
  .site-footer__bottom {
    padding: 14px 0 16px;
  }
  .site-footer__bottom p {
    font-size: 14px;
  }
}
.wa-float-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1fb553 0%, #20ca61 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(9, 20, 15, 0.22), 0 2px 10px rgba(20, 137, 64, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wa-float-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 20px 34px rgba(9, 20, 15, 0.25), 0 3px 12px rgba(20, 137, 64, 0.44);
}

.wa-float-btn__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(31, 181, 83, 0.18);
}
.wa-float-btn__icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.wa-float-btn__text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .wa-float-btn {
    right: 14px;
    bottom: 14px;
    padding: 8px;
    gap: 0;
  }
  .wa-float-btn__icon {
    width: 44px;
    height: 44px;
  }
  .wa-float-btn__text {
    display: none;
  }
}
.auth-page {
  padding: 20px 0 0;
}

.auth-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(8, 24, 51, 0.14);
  background: #ffffff;
}

.auth-card__visual {
  background: linear-gradient(140deg, #13345f 0%, #0f6aa3 58%, #33b7d8 100%);
  color: #ffffff;
  padding: 52px 44px;
}

.auth-card__eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.78;
}

.auth-card__visual h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  max-width: 16ch;
}

.auth-card__visual p {
  margin: 20px 0 0;
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.55;
  opacity: 0.9;
}

.auth-card__forms {
  padding: 42px;
  background: radial-gradient(circle at top, #f7fbff 0%, #f5f8ff 45%, #ffffff 100%);
}

.auth-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.auth-switch__btn {
  border: 1px solid #c9d9ef;
  background: #ffffff;
  color: #17395f;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.auth-switch__btn.is-active {
  background: #17395f;
  color: #ffffff;
  border-color: #17395f;
  box-shadow: 0 12px 24px rgba(23, 57, 95, 0.3);
}

.auth-form {
  display: none;
}

.auth-form.is-active {
  display: block;
}

.auth-field {
  display: block;
  margin-bottom: 14px;
}

.auth-field span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #334e72;
}

.auth-field input {
  width: 100%;
  border: 1px solid #d4e0f2;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px 14px;
  color: #11304f;
  font-size: 15px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.auth-field input:focus {
  border-color: #1f76ba;
  box-shadow: 0 0 0 3px rgba(31, 118, 186, 0.14);
}

.auth-submit {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(130deg, #f97316 0%, #f59e0b 100%);
  color: #ffffff;
  padding: 14px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auth-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(240, 122, 23, 0.34);
}

.auth-submit.is-loading {
  opacity: 0.75;
  pointer-events: none;
}

.auth-form__switch {
  margin: 12px 0 0;
  font-size: 14px;
  color: #4a5f78;
}

.auth-link-btn {
  border: 0;
  background: transparent;
  color: #0a66ac;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.auth-feedback {
  min-height: 24px;
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.auth-feedback.is-error {
  color: #bc1e35;
}

.auth-feedback.is-success {
  color: #107443;
}

.auth-success {
  border: 1px solid #bee4ce;
  border-radius: 14px;
  background: #effaf2;
  color: #1f5e38;
  padding: 20px;
}

.auth-success h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.auth-success p {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .auth-card {
    grid-template-columns: 1fr;
  }
  .auth-card__visual {
    padding: 36px 30px;
  }
  .auth-card__forms {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .auth-card {
    border-radius: 16px;
  }
  .auth-card__visual,
  .auth-card__forms {
    padding: 24px 20px;
  }
  .auth-switch {
    grid-template-columns: 1fr;
  }
}
.account-page {
  padding: 20px 0 10px;
}

.account-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: 24px;
  align-items: flex-start;
}

.account-user-card {
  position: sticky;
  top: 120px;
  border-radius: 18px;
  padding: 24px;
  color: #ffffff;
  background: linear-gradient(145deg, #0e355f 0%, #1d6ca6 55%, #30a9cb 100%);
  box-shadow: 0 16px 40px rgba(7, 33, 58, 0.26);
}

.account-user-card__eyebrow {
  margin: 0 0 10px;
  opacity: 0.75;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.account-user-card h2 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.2;
}

.account-user-card p {
  margin: 0 0 6px;
  font-size: 14px;
  opacity: 0.9;
}

.account-logout-btn {
  margin-top: 16px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.account-content {
  display: grid;
  gap: 20px;
}

.account-section {
  border: 1px solid #dce7f4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(22, 43, 66, 0.08);
  padding: 24px;
}

.account-section__head h3 {
  margin: 0;
  font-size: 26px;
  color: #16395f;
}

.account-section__head p {
  margin: 7px 0 0;
  color: #4f6480;
  font-size: 14px;
}

.account-services-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.account-service-card {
  border: 1px solid #dbe8f6;
  border-radius: 14px;
  padding: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.account-service-card h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #1c426a;
}

.account-service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.account-service-card li {
  font-size: 13px;
  color: #37506f;
}

.account-empty {
  margin-top: 18px;
  border: 1px dashed #c5d7ee;
  border-radius: 14px;
  background: #f5f9ff;
  color: #4f6583;
  padding: 20px;
}

.account-form {
  margin-top: 18px;
}

.account-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.account-form label {
  display: block;
}

.account-form span {
  display: inline-block;
  margin-bottom: 6px;
  color: #324f73;
  font-size: 13px;
  font-weight: 700;
}

.account-form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ceddee;
  border-radius: 10px;
  background: #ffffff;
  padding: 12px 12px;
  color: #163b5f;
  font-size: 14px;
}

.account-form input:focus {
  border-color: #2277b6;
  box-shadow: 0 0 0 3px rgba(34, 119, 182, 0.14);
}

.account-save-btn {
  margin-top: 14px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(130deg, #f97316 0%, #f4ac2f 100%);
  color: #ffffff;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.account-save-btn.is-loading,
.account-logout-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.account-feedback {
  margin: 10px 0 0;
  min-height: 22px;
  font-size: 14px;
  font-weight: 700;
}

.account-feedback.is-error {
  color: #b71d35;
}

.account-feedback.is-success {
  color: #0f7b46;
}

@media (max-width: 1024px) {
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-user-card {
    position: static;
  }
}
@media (max-width: 680px) {
  .account-form__grid {
    grid-template-columns: 1fr;
  }
  .account-section,
  .account-user-card {
    padding: 18px;
  }
  .account-section__head h3 {
    font-size: 22px;
  }
}
.page-header {
  padding: 18px 0 8px;
}

.page-header .container {
  position: relative;
  overflow: hidden;
  border: 1px solid #d8e4f2;
  border-radius: 22px;
  padding: 26px 30px;
  background: radial-gradient(circle at 92% 10%, rgba(63, 167, 211, 0.18) 0%, rgba(63, 167, 211, 0) 42%), linear-gradient(135deg, #f7fbff 0%, #eef5ff 52%, #ffffff 100%);
  box-shadow: 0 14px 34px rgba(20, 46, 72, 0.09);
}

.page-header .container::before {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -66px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 168, 56, 0.28) 0%, rgba(244, 168, 56, 0.04) 60%, rgba(244, 168, 56, 0) 100%);
  pointer-events: none;
}

.page-title {
  margin: 0;
  color: #123b63;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.breadcrumb {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.breadcrumb a,
.breadcrumb .current {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.breadcrumb a {
  border: 1px solid #c9d9ea;
  background: #ffffff;
  color: #24517c;
  transition: all 0.2s ease;
}

.breadcrumb a:hover {
  border-color: #1d6ca8;
  color: #1d6ca8;
  transform: translateY(-1px);
}

.breadcrumb .divider {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #c9d9ea;
  background: #ffffff;
  color: #4f6f90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb .divider svg {
  width: 10px;
  height: 10px;
}

.breadcrumb .current {
  border: 1px solid rgba(28, 101, 156, 0.24);
  background: rgba(34, 119, 182, 0.1);
  color: #1b4f7d;
  font-weight: 700;
}

@media (max-width: 768px) {
  .page-header {
    padding-top: 14px;
  }
  .page-header .container {
    border-radius: 16px;
    padding: 20px 18px;
  }
  .breadcrumb {
    margin-top: 12px;
    gap: 6px;
  }
  .breadcrumb a,
  .breadcrumb .current {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .breadcrumb .divider {
    width: 22px;
    height: 22px;
  }
}
.sayfa-container {
  padding: 16px 0 24px;
}

.sayfa-container .scon {
  display: grid;
  grid-template-columns: minmax(250px, 300px) 1fr;
  gap: 20px;
  align-items: start;
}

.sayfa-sidebar {
  position: sticky;
  top: 110px;
  border-radius: 18px;
  border: 1px solid #dce7f4;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(20, 47, 74, 0.08);
  padding: 14px;
}

.menu-toggle-btn {
  width: 100%;
  border: 1px solid #cdddF0;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4f9ff 0%, #ffffff 100%);
  color: #194770;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.menu-toggle-btn .close {
  display: none;
}

.menu-toggle-btn.active .hamburger {
  display: none;
}

.menu-toggle-btn.active .close {
  display: block;
}

.sayfa-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.sayfa-menu .menu-item a {
  display: block;
  border-radius: 10px;
  padding: 11px 12px;
  text-decoration: none;
  color: #2b547d;
  border: 1px solid #d8e5f4;
  background: #f8fbff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.sayfa-menu .menu-item a:hover {
  border-color: #2578b7;
  color: #1e6296;
  transform: translateY(-1px);
}

.sayfa-menu .menu-item.active a {
  border-color: #1f76b5;
  background: linear-gradient(135deg, #e6f3ff 0%, #f6fbff 100%);
  color: #174c79;
  font-weight: 800;
}

.sayfa-content {
  min-width: 0;
}

.content-section.modern-content {
  border: 1px solid #dbe6f3;
  border-radius: 20px;
  padding: 28px clamp(18px, 3vw, 36px);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 36px rgba(18, 43, 67, 0.08);
  color: #2d4762;
  line-height: 1.75;
  font-size: 16px;
}

.sayfa-kicker {
  margin: 0 0 12px;
  display: inline-flex;
  border: 1px solid #cde0f2;
  border-radius: 999px;
  background: #f3f8ff;
  color: #1b588a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.modern-content h1,
.modern-content h2,
.modern-content h3,
.modern-content h4,
.modern-content h5,
.modern-content h6 {
  color: #133e66;
  line-height: 1.2;
  margin-top: 1.2em;
  margin-bottom: 0.55em;
}

.modern-content h2 {
  font-size: clamp(24px, 3vw, 33px);
}

.modern-content h3 {
  font-size: clamp(20px, 2.4vw, 27px);
}

.modern-content p {
  margin: 0 0 1em;
}

.modern-content a {
  color: #0f6eb0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.modern-content ul,
.modern-content ol {
  margin: 0 0 1em 1.2em;
}

.modern-content blockquote {
  margin: 1.2em 0;
  border-left: 4px solid #2d8bc7;
  background: #f4f9ff;
  border-radius: 0 12px 12px 0;
  padding: 14px 16px;
  color: #2b557d;
}

.modern-content img,
.modern-content iframe,
.modern-content table {
  max-width: 100%;
}

.modern-content img {
  border-radius: 12px;
  display: block;
  margin: 14px auto;
}

.modern-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 14px 0;
  border-radius: 12px;
  overflow: hidden;
}

.modern-content table td,
.modern-content table th {
  border: 1px solid #d8e4f2;
  padding: 10px 12px;
  text-align: left;
}

.modern-content table th {
  background: #edf5ff;
  color: #174a76;
}

@media (max-width: 992px) {
  .sayfa-container .scon {
    grid-template-columns: 1fr;
  }
  .sayfa-sidebar {
    position: static;
  }
  .menu-toggle-btn {
    display: inline-flex;
    margin-bottom: 10px;
  }
  .sayfa-menu {
    display: none;
  }
}
.odeme-page {
  padding: 10px 0 28px;
}

.odeme-summary {
  border: 1px solid #dbe7f4;
  border-radius: 12px;
  background: linear-gradient(140deg, #f5f9ff 0%, #ffffff 100%);
  padding: 14px 18px;
  margin-bottom: 12px;
}

.odeme-summary h2 {
  margin: 0;
  color: #183f66;
  font-size: clamp(20px, 1.9vw, 28px);
}

.odeme-summary__price {
  margin: 6px 0 0;
  color: #f08f1f;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 800;
}

.odeme-test {
  border: 1px solid #cfe0f4;
  border-radius: 12px;
  background: linear-gradient(130deg, #f1f7ff 0%, #ffffff 100%);
  padding: 14px 16px;
}

.odeme-test__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.odeme-test__head strong {
  color: #174a76;
  font-size: 16px;
}

.odeme-test__head span {
  color: #5f7286;
  font-size: 13px;
}

.odeme-test__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr)) auto;
  gap: 10px;
  align-items: end;
}

.odeme-test__item {
  background: #fff;
  border: 1px dashed #c8d8e9;
  border-radius: 8px;
  padding: 8px 10px;
}

.odeme-test__item small {
  display: block;
  color: #7a8da1;
  font-size: 11px;
  margin-bottom: 4px;
}

.odeme-test__item p {
  margin: 0;
  color: #17324d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.odeme-test__fill {
  border: 0;
  border-radius: 8px;
  min-height: 42px;
  padding: 0 16px;
  background: linear-gradient(120deg, #1b66b1 0%, #2e86dd 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.odeme-form {
  display: grid;
  gap: 14px;
}

.odeme-card {
  border: 1px solid #d6dfe9;
  border-radius: 8px;
  background: #f6f6f6;
  padding: 20px;
}

.odeme-card--company {
  background: #f8fbff;
  border-color: #d8e6f5;
}

.odeme-card h3 {
  margin: 0 0 14px;
  text-align: center;
  font-size: clamp(24px, 2vw, 40px);
  color: #333;
  text-transform: uppercase;
  line-height: 1.15;
}

.odeme-grid {
  display: grid;
  gap: 16px 24px;
}

.odeme-grid--2 {
  grid-template-columns: 1fr 1fr;
}

.odeme-field {
  display: block;
}

.odeme-field span {
  display: inline-block;
  margin-bottom: 8px;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.odeme-input-wrap {
  position: relative;
}

.odeme-field input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 2px;
  min-height: 64px;
  padding: 12px 16px;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 500;
}

.odeme-field input[readonly] {
  color: #4a4a4a;
  background: #fdfdfd;
  padding-right: 58px;
}

.odeme-company-note {
  margin: -4px 0 0;
  color: #607286;
  font-size: 13px;
  line-height: 1.4;
}

.odeme-copy-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.odeme-copy-btn img {
  width: 26px;
  height: 26px;
}

.odeme-ccv-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.odeme-ccv-wrap input {
  flex: 1 1 auto;
}

.odeme-ccv-help {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.odeme-ccv-help img {
  width: 60px;
  height: auto;
}

.odeme-ccv-help span {
  margin: 0;
  font-size: 15px;
  color: #b7b7b7;
  font-weight: 700;
}

.odeme-note {
  margin: 14px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.odeme-note img {
  width: 84px;
  height: auto;
}

.odeme-note p {
  margin: 0;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.35;
}

.odeme-actions {
  text-align: center;
  padding-top: 14px;
}

.odeme-submit {
  width: min(540px, 100%);
  border: 0;
  background: #f8a12b;
  color: #fff;
  border-radius: 0;
  min-height: 62px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.odeme-submit.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

.odeme-feedback {
  margin: 4px 0 0;
  text-align: center;
  min-height: 24px;
  font-size: 15px;
  font-weight: 700;
}

.odeme-feedback.is-error {
  color: #bb1e34;
}

.odeme-feedback.is-success {
  color: #0d7c46;
}

@media (max-width: 992px) {
  .odeme-grid--2 {
    grid-template-columns: 1fr;
  }
  .odeme-test__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .odeme-test__grid {
    grid-template-columns: 1fr;
  }
  .odeme-card h3 {
    font-size: 28px;
  }
  .odeme-field span {
    font-size: 15px;
  }
  .odeme-field input {
    font-size: 15px;
    min-height: 50px;
  }
  .odeme-ccv-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .odeme-note {
    align-items: flex-start;
  }
  .odeme-submit {
    min-height: 56px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */