/* inter-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lexend-v26-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lexend-v26-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/lexend-v26-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lexend-v26-latin_latin-ext-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --ink: #0f172a;
  --accent: #c0392b;
  --accent-2: #f59e0b;
  --soft: #f8fafc;
  --line: #e2e8f0;
  --text: #1e293b;
  --muted: #64748b;
  --card: #ffffff;
  --shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  --shadow-2: 0 8px 18px rgba(15, 23, 42, 0.04);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  line-height: 1.5;
  background: #fff;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.ad-bar {
  text-align: center;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 900;
  color: #94a3b8;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 12px;
}

header {
  background: #fff;
  border-bottom: 4px solid var(--accent);
  padding: 18px 0;
  /* position: sticky;
  top: 0;
  z-index: 9; */
  backdrop-filter: blur(8px);
}

.container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px;
}

.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-family: "Lexend", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.logo span {
  color: var(--accent);

}

main {
  padding: 38px 0 56px;
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent);
  background: #fef2f2;
  border: 1px solid #fecaca;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 15px;
  margin-top: 15px;
}

h1 {
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #000;
  letter-spacing: -0.03em;
}

.subtitle {
  font-size: 20px;
  color: #475569;
  margin: 0 0 15px;
  max-width: 760px;
  line-height: 1.4;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  margin-bottom: 20px;
}

.meta strong {
  color: var(--accent);
}

.dot::before {
  content: "•";
  margin-right: 12px;
  color: #cbd5e1;
}

.hero {
  margin: 20px auto 15px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: #fff;
  width: 100%;
  max-width: 600px;
}

.hero img {
  width: 100%;
 
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.caption {
  font-size: 16px;
  color: #94a3b8;
  text-align: center;
  padding: 10px 14px 14px;
  font-style: italic;
}

p {
  font-size: 18px;
  margin: 0 0 15px;
}

h2 {
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  line-height: 1.15;
  margin: 0px 0 15px;
  color: #0f172a;
}

.callout {
  background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
  border: 1px solid #fed7aa;
  border-left: 5px solid var(--accent-2);
  border-radius: 16px;
  padding: 22px 22px 18px;
  margin: 20px 0;
  box-shadow: var(--shadow);
}

.callout .subtitle {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  color: #111827;
}

.callout p {
  margin-bottom: 0;
  font-size: 18px;
  color: #334155;
}

.note {
  font-size: 18px;
  color: var(--muted);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 15px;
  margin: 15px 0 25px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 20px 0 20px;
}

.feature {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: var(--shadow-2);
}

.feature .kicker {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent);
  margin-bottom: 6px;
}

.feature .desk {
  margin: 0 0 8px;
  font-size: 18px;
  color: #0f172a;
  font-weight: 700;
}

.feature p {
  font-size: 15px;
  margin: 0;
  color: #334155;
}

.testimonial {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: var(--shadow-2);
}

.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(180deg, #e2e8f0 0%, #cbd5e1 100%);
}

.name {
  font-weight: 900;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 18px;
}

.quote {
  margin: 0;
  font-size: 18px;
  color: #334155;
}

.cta {
  margin: 36px 0;
  background: #fef2f2;
  border: 2px dashed var(--accent);
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
}

.cta h3 {
  margin: 0 0 8px;
  font-family: "Lexend", sans-serif;
  font-size: 26px;
  color: #111827;
}

.cta p {
  margin: 0 auto 18px;
  max-width: 680px;
  font-size: 16px;
  color: #475569;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #111827;
  background: linear-gradient(180deg, #fde68a 0%, #fb923c 100%);
  padding: 18px 30px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(251, 146, 60, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 38px 0;
}

.comments {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 2px solid #eef2f7;
}

.comments h4 {
  font-family: "Lexend", sans-serif;
  font-size: 22px;
  margin: 0 0 18px;
  color: #111827;
}

.comment {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.comment:last-child {
  border-bottom: 0;
}

.comment .avatar {
  width: 48px;
  height: 48px;
}

.comment .name {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.link {
  text-decoration: none;
  color: blue;
  transform: 0.3s;
}
.link:hover {
  text-decoration: none;
  color: rgb(7, 101, 232);
}
.comment p {
  font-size: 18px;
  margin: 0;
  color: #334155;
}

.ref-box {
  margin-top: 34px;
  border: 1px solid #dbe4ee;
  border-radius: 16px;
  padding: 22px;
  background: #f8fafc;
}

.ref-box h4 {
  margin: 0 0 14px;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  color: #0f172a;
}

.ref-box ol {
  margin: 0;
  padding-left: 18px;
}

.ref-box li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #334155;
  line-height: 1.65;
}

.ref-box a {
  color: #0f172a;
  text-decoration: underline;
  word-break: break-word;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  opacity: 0.8;
  font-size: 13px;
}

footer {
  background: #0f172a;
  color: #cbd5e1;
}

.disclaimer {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #334155;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.28);
  line-height: 1.8;
  text-align: justify;
}

.disclaimer strong {
  color: #fff;
}

.source-note {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 12px;
}
.meta {
    font-size: 15px;
  }
@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  p {
    font-size: 16px;
  }

  .cta h3 {
    font-size: 22px;
  }

  .btn {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
  }

  .meta {
    font-size: 14px;
  }
}
.footer-text {
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 479px) {
  .logo {
    font-size: 22px;

    font-weight: 800;
  }
  header {
    padding: 10px 0;
  }
}

.order {
  display: flex;
}
.rd-order {
  position: relative !important;
  display: block;
  max-width: 700px !important;
  margin: 0 auto !important;
  padding: 15px !important;
  border: 2px dashed #ddd !important;
  border-radius: 2px !important;
  background-color: #fff !important;
  margin: 0 auto !important;
}

.rd-order__pack {
  width: 180px !important;
}

.rd-price {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center;
  gap: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.rd-price__item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  flex-direction: column;
  height: 55px;
}
.rd-price__title {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center !important;
  line-height: 1;
}

.rd-price__value {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.rd-price__value--old {
  font-size: 23px;
}

.rd-price__value--old .x_price_previous {
  text-decoration: line-through;
}

.rd-price__value--new {
  color: red;
  font-size: 30px;
}

.rd-form__input {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 55px !important;
  padding: 15px !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  border-radius: 35px !important;
  outline: none !important;
  font-size: 16px !important;
  background-color: #f2f2f2 !important;
  box-shadow: none !important;
  margin-bottom: 15px;
}

.rd-form__button {
  cursor: pointer !important;
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  width: 100% !important;
  min-height: 55px !important;
  padding: 15px !important;
  border-radius: 35px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
  color: #fff !important;
  background-color: #388e3c !important;
  transition: background-color 0.2s linear !important;
  box-shadow: none !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
  outline: none;
  border: none;
  transition: 0.3s ease !important;
}

.rd-form__button:hover {
  transition: 0.3s ease;
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .rd-form__button {
    font-size: 16px !important;
  }

  .rd-price {
    justify-content: space-evenly;
    gap: 0;
  }
  body {
    line-height: 1.3;
  }
  .hero {
    max-width: 500px;
  }
}

.order__deadline {
  text-align: center;
}

.order__deadline p {
  font-weight: bold;
  text-align: center !important;
  line-height: 1.3;
}

.order__time {
  color: red;
  font-size: 20px;
}

.rd-order__product--mobile {
  display: none;
}
.comm-title {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.rd-order__content {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 767px) {
  .rd-order__pack {
    width: 150px !important;
    margin: 0 auto;
  }

  .rd-order__product--desc {
    display: none;
  }

  .rd-order__product--mobile {
    display: block;
    margin-bottom: 25px;
  }
}

:root {
  --carts-gap: 20px;
  --carts-border-color: rgb(228, 228, 228);
  --carts-border-color-hover: rgb(219, 14, 24);
}

/*Bug*/

@media (max-width: 639px) {
  .dot.text {
    display: none;
  }
}

/*Animations*/

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-right {
  0% {
    display: inline-block;
    position: static;
    -webkit-transform: translateX(100%) skewX(-20deg);
    transform: translateX(100%) skewX(-20deg);
    opacity: 0;
  }
  100% {
    display: inline-block;
    position: static;
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    display: inline-block;
    position: static;
    -webkit-transform: translateX(100%) skewX(-20deg);
    transform: translateX(100%) skewX(-20deg);
    opacity: 0;
  }
  100% {
    display: inline-block;
    position: static;
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

.x_currency {
  font-size: 60%;
}
.rd-order__wrapper {
  display: flex !important;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.comm-date {
  margin-top: 10px;
  color: grey;
  line-height: 1.2;
}
.live {
  display: block;
  max-width: 225px;
  width: 100%;
  margin-top: 10px;
}
.btn-footer {
  max-width: 350px;
  width: 100%;
  margin: 10px auto 25px;
}
@media (max-width: 1023px) {
}
@media (max-width: 991px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.1;
  }
  h2 {
    font-size: 24px;
  }
  .subtitle {
    font-size: 16px;
    line-height: 1.3;
  }
  .quote,
  .note,
  .name,
  .comment .name,
  .comment p,
  .callout p{
    font-size: 16px;
  }
  .callout .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .dot.text {
    display: none;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 23px;
  }
}
.logo1 {
  color: #0f172a !important;
}
@media (max-width: 375px) {
  .logo1 {
    display: none;
  }
  header{
    text-align: center;
  }
  .logo span {
  font-size: 26px;
}
.meta-d {
  display: none;
}
}
.comment.top {
  padding-top: 0;
}

/* //перевод */

@media (max-width: 767px) {
  .rd-form__button {
    font-size: 18px !important;
  }
}

.fn {
  display: flex;
  flex-direction: column;
  gap: 5px;
   font-weight: 400;
  padding: 15px;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
}
p.fn__item {
  margin-bottom: 0;
  font-size: 16px;
}
.x_country_select {
    display: none !important;
}