html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  padding: 20px;
}
a:hover {
  border: 0;
}
body,
input,
button,
textarea,
* {
  font-family:
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body a {
  color: #0e68ff;
  text-decoration: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  background: #f8f8fc;
  font-size: 16px;
  color: #3a3546;
}
.header__container {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.02),
    0 1px 2px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.article__container,
.header__inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.02),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.logotype {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #0d0c22;
}
.logotype img {
  vertical-align: bottom;
  max-width: 40px;
}
.logotype span {
  display: flex;
  flex-flow: column;
}
.consider__offers-list {
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin: 25px 0;
}
.consider__offer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.01);
}
.offer__logotype {
  display: flex;
}
.offer__logotype img {
  width: 200px;
  height: 120px;
  object-fit: cover;
}
.offer__review-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 14px;
  border-radius: 60px;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.02),
    0 2px 5px rgba(0, 0, 0, 0.02);
}
.stars-container {
  display: flex;
  gap: 4px;
  align-items: center;
}
.star {
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #e0e4ec;
}
.star.filled {
  color: #ffb83b;
  text-shadow: 0 0 3px rgba(255, 184, 59, 0.5);
}
.star.half {
  position: relative;
  color: #e0e4ec;
}
.star.half::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  color: #ffb83b;
}
.rating-value {
  font-size: 0.8rem;
  font-weight: 700;
  background: #eef2ff;
  padding: 3px 10px;
  border-radius: 30px;
  color: #1f2b48;
}
.offer__details {
  display: flex;
  flex-flow: column;
  flex: 1;
  gap: 9px;
}
.offer__details p {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  color: #3a3546;
}
.offer__text {
}
.offer__action {
}
.offer__action a {
  display: inline-block;
  padding: 18px 32px;
  font-size: 17px;
  font-weight: 500;
  color: #e6f0ff;
  text-decoration: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b5cff, #1aa7ff);
  box-shadow:
    0 0 12px rgba(26, 167, 255, 0.6),
    0 0 30px rgba(11, 92, 255, 0.4);
  transition: all 0.25s ease;
  transition: all 300ms ease-in-out 0s;
}
.offer__action a:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 0 18px rgba(26, 167, 255, 0.8),
    0 0 40px rgba(11, 92, 255, 0.6);
  color: #fff;
  text-decoration: none;
  padding-right: 40px;
}
.offer__action a:active {
  transform: scale(0.98);
}

.article__page {
  max-width: 1320px;
  margin: 0 auto;
}
.article__container h1,
.article__page h2,
.article__page h3,
.article__page h4,
.article__page h5 {
  color: #0d0c22;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.article__container h1 {
  font-size: 2.5rem;
  margin-top: 0.5em;
}
.article__page h2 {
  font-size: 2rem;
}
.article__page h3 {
  font-size: 1.5rem;
}
.article__page h4 {
  font-size: 1.25rem;
}
.article__page p {
  margin-bottom: 1.2rem;
  line-height: 1.4;
}
.article__page a {
  color: #0096f3;
  text-decoration: none;
  transition: color 0.2s ease;
}
.article__page a:hover {
  color: #0077c2;
  text-decoration: underline;
}
.article__page strong {
  font-weight: 700;
  color: #0d0c22;
}
.article__page ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
.article__page ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.5rem;
}
.article__pageul li::before {
  content: "◆";
  color: #0096f3;
  font-size: 0.9rem;
  position: absolute;
  left: 0;
  top: 0;
}
.article__page ol {
  margin: 1rem 0;
  padding-left: 1.6rem;
}
.article__page ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.3rem;
}
.article__page ol li::marker {
  color: #0096f3;
  font-weight: 700;
}
.article__page table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.article__page th,
.article__page td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e9eef3;
  line-height: 1.3;
  font-size: 15px;
  background: white;
}
.article__page th {
  background-color: #f0f2f8;
  font-weight: 600;
  color: #0d0c22;
}
.article__page tr:last-child td {
  border-bottom: none;
}
.article__page picture,
.article__page img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 12px;
}
.article__page figcaption,
.article__page .image__caption {
  text-align: center;
  font-size: 0.85rem;
  color: #5b5a6e;
  margin-top: -0.8rem;
  margin-bottom: 1.2rem;
}
.article__page blockquote {
  border-left: 4px solid #0096f3;
  background: #f0f2fa;
  padding: 1.2rem 1.8rem;
  margin: 1.5rem 0;
  font-style: italic;
  border-radius: 0 20px 20px 0;
  color: #2c2a3a;
}

.footer {
  background: white;
  border-top: 1px solid #e2e8f0;
  padding: 32px 0;
  text-align: center;
  margin-top: 4rem;
  font-size: 0.85rem;
  color: #5b5a6e;
}
.stars {
  --stars: 5;
  --star-size: 15px;
  --star-gap: 3px;
  --star-color: #ddd;
  --star-fill: #ffc107;
  width: calc(var(--stars) * (var(--star-size) + var(--star-gap)));
  height: var(--star-size);
  display: inline-block;
  background: var(--star-color);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .6l3.7 7.5 8.3 1.2-6 5.8 1.4 8.2L12 19.8 4.6 23.3 6 15.1 0 9.3l8.3-1.2z'/%3E%3C/svg%3E")
    repeat-x;
  mask-size: calc(var(--star-size) + var(--star-gap)) var(--star-size);
}

.stars::after {
  content: "";
  display: block;
  height: 100%;
  width: calc(var(--rating) / var(--stars) * 100%);
  background: var(--star-fill);
}

.thumb__rate {
  text-align: center;
  padding: 10px;
}
@media (max-width: 860px) {
  .nav {
    display: none;
  }
  .burger {
    display: flex;
  }
  .header__container {
    min-height: 64px;
  }
  .logo {
    font-size: 1.6rem;
  }
  .article__container {
    padding: 0 20px;
  }
  .nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: #fff;
    flex-flow: column;
    box-shadow:
      0 4px 20px rgba(0, 0, 0, 0.02),
      0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .nav.visible {
    display: flex;
  }
  .nav.visible .nav__list {
    display: flex;
    flex-flow: column;
    padding: 70px 20px 0 20px;
  }
  .dropdown__menu {
    left: -20px;
    min-width: 100%;
  }
  .nav__item--dropdown:last-child .dropdown__menu {
    right: 0;
  }
}

@media (min-width: 861px) {
  .mobile__nav {
    display: none;
  }
}
.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 1340px) {
  .article__page,
  .article__container,
  .header__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1060px) {
  .footer {
    margin-top: 35px;
  }
}
@media screen and (max-width: 960px) {
  .article__container h1 {
    font-size: 27px;
  }
  .article__page h2 {
    font-size: 25px;
  }
  .article__page h3 {
    font-size: 23px;
  }
  .article__page h4 {
    font-size: 21px;
  }
  .article__page h1,
  .article__page h2,
  .article__page h3,
  .article__page h4,
  .article__page h5 {
    margin-top: 15px;
  }
  .article__page table {
    display: block;
    overflow: auto;
    max-width: calc(100vw - 24px);
  }

  .article__page caption {
    text-align: left;
  }
}

@media screen and (max-width: 780px) {
  .consider__offer-item {
    flex-flow: column;
    gap: 10px;
    padding: 10px;
  }
  .offer__details {
    align-items: center;
  }

  .offer__logotype img {
    width: 150px;
    height: 80px;
  }

  .thumb__rate {
    padding: 5px;
  }
  .offer__details p {
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .author__card {
    position: relative;
  }
  .author__date,
  .author__name {
    padding-left: 80px;
  }
  .author__avatar {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 28px;
    top: 13px;
  }
}