

/* Start:/local/templates/site_vibook_new/styles.css?178833464434583*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Inter', sans-serif;
  color: #1e293b;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.btn {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: 0.2s;
  font-size: 14px;
  text-align: center;
}
.btn-blue {
  background: #1e63e8;
  color: #fff;
  padding: 11px 22px;
}
.btn-blue:hover {
  background: #1750c4;
  box-shadow: 0 4px 16px rgba(30, 99, 232, 0.25);
}
.btn-outline {
  background: #fff;
  color: #1e63e8;
  border: 1px solid #c7d6f5;
  padding: 11px 18px;
}
.btn-outline:hover {
  background: #eaf1fb;
  border-color: #1e63e8;
  box-shadow: 0 4px 16px rgba(30, 99, 232, 0.12);
}
.btn-green {
  background: #22a558;
  color: #fff;
  padding: 13px 22px;
}
.btn-green:hover {
  background: #1c8a4a;
}
.nav-cta .btn {
  min-width: 0px;
}
@media (min-width: 1200px) {
  .nav-cta .btn {
    min-width: 190px;
  }
}
.hero {
  background: linear-gradient(180deg, #eaf1fb, #f6f9fe);
  position: relative;
  padding: 0 20px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 30px;
  padding: 52px 0 56px;
  align-items: start;
}
@media (max-width: 800px) {
  .hero-grid {
    padding: 32px 0 16px;
  }
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1px;
  color: #5878b8;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
  color: #16243f;
  margin-bottom: 22px;
}
.hero p.lead {
  color: #52607a;
  font-size: 15px;
  max-width: 430px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.hero-btns {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}
.hero-feats {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  color: #52607a;
  font-size: 13px;
}
.hero-feats span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-feats i {
  color: #1e63e8;
}
.hero-right {
  position: relative;
}
.hero-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 14px;
}
.book-card {
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 25px 50px rgba(20, 40, 80, 0.18);
  width: 330px;
}
.book-card h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #16243f;
}
.book-card label {
  display: block;
  font-size: 12px;
  color: #6b7790;
  margin: 14px 0 6px;
}
.book-card label:first-of-type {
  margin-top: 0;
}
.book-card .btn-green {
  width: 100%;
  margin-top: 18px;
}
.inp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dde3ec;
  border-radius: 8px;
  padding: 11px 12px;
  color: #33415c;
  font-size: 13px;
}
.inp i {
  color: #9aa6bc;
}
.book-row {
  display: flex;
  gap: 12px;
}
.book-row > div {
  flex: 1;
}
select {
  width: 100%;
  border: 1px solid #dde3ec;
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 13px;
  color: #33415c;
  background: #fff;
}
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 34px;
  }
  .book-card {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
.stats {
  margin-top: -30px;
  position: relative;
  z-index: 5;
}
.hero-right {
  position: relative;
  z-index: 6;
}
.stats-card {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(20, 40, 80, 0.06);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 26px 10px;
}
.stat {
  display: flex;
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid #eef1f6;
}
.stat:last-child {
  border: none;
}
.stat .si {
  width: 34px;
  height: 34px;
  background: #eaf1fb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e63e8;
  flex-shrink: 0;
}
.stat b {
  font-size: 17px;
  color: #16243f;
}
.stat .t {
  font-size: 9px;
  letter-spacing: 0.5px;
  color: #7a869c;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
}
.stat .d {
  font-size: 11px;
  color: #8a96ab;
  margin-top: 4px;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .stats-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .stat {
    border: none;
  }
}
section.pad {
  padding: 60px 0;
}
@media (max-width: 560px) {
  section.pad {
    padding: 20px 0;
  }
}
h2.sec {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #16243f;
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  h2.sec {
    margin-bottom: 20px;
  }
}
.center-btn {
  text-align: center;
  margin-top: 30px;
}
.why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 560px) {
  .why {
    gap: 20px;
  }
}
.why-item {
  display: flex;
  gap: 14px;
}
.why-item i {
  color: #22a558;
  font-size: 20px;
  margin-top: 2px;
}
.why-item h4 {
  font-size: 16px;
  color: #16243f;
  margin-bottom: 8px;
}
.why-item p {
  color: #6b7790;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .why {
    grid-template-columns: 1fr;
  }
}
.vid-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}
.vid-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
}
.vid-box {
  background: #3a4151;
  border-radius: 12px;
  height: 330px;
  position: relative;
  overflow: hidden;
}
.vid-box .ph {
  position: absolute;
  top: 18px;
  left: 18px;
  color: #cdd3df;
  font-size: 13px;
}
.vid-box .bm {
  position: absolute;
  bottom: 18px;
  left: 18px;
  color: #cdd3df;
  font-size: 13px;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e63e8;
  font-size: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.vid-fake {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background: repeating-linear-gradient(0deg, #4a5266, #4a5266 28px, #3f4658 28px, #3f4658 56px);
}
.vid-text h3 {
  font-size: 24px;
  color: #16243f;
  margin-bottom: 14px;
}
.vid-text p {
  color: #6b7790;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.vid-text .btn-outline {
  margin-top: 20px;
}
.vid-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3a4660;
  padding: 6px 0;
  font-size: 14px;
}
.vid-list li i {
  color: #1e63e8;
}
@media (max-width: 800px) {
  .vid-grid {
    grid-template-columns: 1fr;
  }
}
.how {
  background: #eaf1fb;
}
.steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.step {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.step .n {
  width: 30px;
  height: 30px;
  background: #1e63e8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 14px;
}
.step p {
  font-size: 12px;
  color: #3a4660;
  line-height: 1.4;
}
.arrow {
  color: #9bb4e0;
}
@media (max-width: 800px) {
  .steps {
    flex-direction: column;
    align-items: flex-start;
  }
  .step {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    width: 100%;
  }
  .arrow {
    transform: rotate(90deg);
    width: 30px;
    text-align: center;
  }
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feat {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 12px;
  padding: 22px;
}
@media (max-width: 560px) {
  .feat {
    padding: 15px 22px;
  }
}
.feat .fi {
  width: 38px;
  height: 38px;
  background: #eaf1fb;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e63e8;
  margin-bottom: 14px;
}
@media (max-width: 560px) {
  .feat .fi {
    margin-bottom: 0;
  }
}
.feat h4 {
  font-size: 14px;
  color: #16243f;
  margin-bottom: 8px;
}
.feat p {
  font-size: 12px;
  color: #7a869c;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .feat-grid {
    grid-template-columns: 1fr;
  }
}
.integ {
  background: #eaf1fb;
}
.integ-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.integ-row .it {
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 10px;
  height: 80px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
}
.integ-row .it img {
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
}
.integ-row .it:nth-child(1) img {
  max-height: 66px;
}
.integ-row .it:nth-child(3) img {
  max-height: 62px;
}
.integ-row .it:nth-child(4) img {
  max-height: 56px;
}
.integ-row .it:hover {
  border-color: #1e63e8;
  box-shadow: 0 4px 14px rgba(30, 99, 232, 0.1);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.integ-link {
  text-align: center;
  color: #1e63e8;
  margin-top: 24px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .integ-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.price-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
}
.price-card {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  padding: 34px;
  box-shadow: 0 15px 40px rgba(20, 40, 80, 0.05);
}
.price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 22px;
  font-weight: 800;
  color: #16243f;
  margin-bottom: 30px;
}
.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.plan {
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.plan.pro {
  border: 2px solid #1e63e8;
}
.plan .pn {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.plan .pp {
  font-size: 30px;
  font-weight: 800;
  color: #16243f;
  margin-bottom: 6px;
}
.plan .pp small {
  font-size: 15px;
  color: #9aa6bc;
  text-decoration: line-through;
  font-weight: 600;
}
.plan .pd {
  font-size: 12px;
  color: #8a96ab;
  margin-bottom: 18px;
}
.plan ul li {
  display: flex;
  gap: 9px;
  font-size: 12px;
  color: #3a4660;
  padding: 7px 0;
}
.plan ul li i {
  color: #22a558;
  margin-top: 2px;
}
.plan ul {
  flex-grow: 1;
}
.plan .btn {
  width: 100%;
  margin-top: 20px;
}
.plan.free .pn {
  color: #22a558;
}
.plan.free .btn {
  background: #fff;
  border: 1px solid #cfe3d6;
  color: #22a558;
  padding: 11px 22px;
}
.plan.free .btn:hover {
  background: #cfe3d6;
}
.plan.pro .pn {
  color: #1e63e8;
}
.guarantees {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 34px 0;
}
.gtt {
  background: #eef4fb;
  border: 1px solid #e0e9f5;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 14px;
}
.gtt i {
  color: #22a558;
  font-size: 18px;
}
.gtt h5 {
  font-size: 13px;
  color: #16243f;
  margin-bottom: 5px;
}
.gtt p {
  font-size: 11px;
  color: #7a869c;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .price-wrap {
    grid-template-columns: 1fr;
  }
  .plans {
    grid-template-columns: 1fr;
  }
}
.trust-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  opacity: 0.7;
}
.trust-logos .tl {
  font-family: serif;
  color: #5b6577;
  font-size: 18px;
  text-align: center;
}
.trust-sub {
  text-align: center;
  color: #8a96ab;
  font-size: 13px;
  margin-bottom: 30px;
}
.dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 30px;
}
.dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8d2e2;
}
.dots span.on {
  background: #1e63e8;
}
.faq {
  background: #f6f9fe;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 30px;
}
.faq-q {
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 8px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  color: #33415c;
  font-weight: 500;
}
.faq-q i {
  color: #9aa6bc;
}
@media (max-width: 800px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}
.faq-accordion__item {
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-accordion__item:has(.faq-accordion__q[aria-expanded="true"]) {
  border-color: #1e63e8;
}
.faq-accordion__q {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #33415c;
  font-family: 'Inter', sans-serif;
  text-align: left;
}
.faq-accordion__q[aria-expanded="true"] {
  color: #1e63e8;
}
.faq-accordion__q[aria-expanded="true"] .faq-accordion__icon {
  transform: rotate(180deg);
  color: #1e63e8;
}
.faq-accordion__icon {
  color: #9aa6bc;
  font-size: 13px;
  flex-shrink: 0;
  transition: transform 0.25s, color 0.2s;
}
.faq-accordion__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.faq-accordion__a--open {
  grid-template-rows: 1fr;
}
.faq-accordion__a-wrap {
  overflow: hidden;
  min-height: 0;
  padding: 0 20px;
  transition: padding 0.3s ease;
}
.faq-accordion__a--open > .faq-accordion__a-wrap {
  padding-bottom: 16px;
}
.faq-accordion__a-inner {
  font-size: 13px;
  color: #6b7790;
  line-height: 1.7;
  border-top: 1px solid #eef1f6;
  padding-top: 14px;
  min-height: 0;
}
@media (max-width: 420px) {
  .btn {
    min-width: 0;
    width: 100%;
  }
  .hero-btns {
    flex-direction: column;
    gap: 8px;
  }
  .integ-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .price-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 360px) {
  .container {
    padding: 0 10px;
  }
  .hero {
    padding: 0 10px;
  }
  .hero h1 {
    font-size: 24px;
  }
  .hero p.lead {
    font-size: 13px;
  }
  .hero-btns {
    flex-direction: column;
    gap: 8px;
  }
  .hero-img {
    height: 200px;
  }
  .hero-feats {
    flex-direction: column;
    gap: 8px;
  }
  .stats-card {
    grid-template-columns: 1fr;
  }
  h2.sec {
    font-size: 20px;
  }
  .vid-box {
    height: 200px;
  }
  .price-wrap {
    grid-template-columns: 1fr;
  }
  .plans {
    grid-template-columns: 1fr;
  }
  .faq-q {
    font-size: 12px;
    padding: 12px 10px;
  }
  .trust-logos {
    flex-direction: column;
  }
}
.editions-hero {
  background: linear-gradient(180deg, #eaf1fb, #f6f9fe);
  padding: 52px 20px 56px;
}
.editions-hero .eyebrow {
  margin-bottom: 14px;
}
.editions-h1 {
  font-size: 40px;
  font-weight: 800;
  color: #16243f;
  line-height: 1.12;
  margin-bottom: 14px;
  max-width: 620px;
}
.editions-sub {
  font-size: 15px;
  color: #52607a;
  max-width: 540px;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .editions-hero {
    padding: 32px 16px;
  }
  .editions-h1 {
    font-size: 28px;
  }
}
.editions-compare {
  padding-top: 0;
}
.ed-compare {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(20, 40, 80, 0.06);
  overflow: hidden;
}
.ed-compare__header,
.ed-compare__footer,
.ed-compare__row {
  display: grid;
  grid-template-columns: 1fr 240px 240px;
  align-items: center;
}
.ed-compare__cols {
  display: contents;
}
.ed-compare__header {
  border-bottom: 1px solid #e4eaf3;
  padding: 0;
  align-items: end;
}
.ed-compare__header-label {
  padding: 28px;
  font-size: 16px;
  font-weight: 700;
  color: #16243f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-self: stretch;
}
.ed-compare__col {
  padding: 28px 22px;
  border-left: 1px solid #e4eaf3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ed-compare__col-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #22a558;
  background: #cfe3d6;
  border-radius: 20px;
  padding: 3px 12px;
  margin-bottom: 12px;
}
.ed-compare__col-badge--blue {
  color: #1e63e8;
  background: #d4e3fb;
}
.ed-compare__col-price {
  font-size: 28px;
  font-weight: 800;
  color: #16243f;
  margin-bottom: 4px;
  line-height: 1;
}
.ed-compare__currency {
  font-size: 20px;
}
.ed-compare__price-old {
  display: block;
  font-size: 13px;
  color: #8a96ab;
  font-weight: 500;
  text-decoration: line-through;
  margin-top: 4px;
}
.ed-compare__col-desc {
  font-size: 11px;
  color: #6b7790;
  line-height: 1.4;
}
.ed-compare__col-btn {
  min-width: 0;
  width: 100%;
  font-size: 13px;
  padding: 10px 14px;
}
.ed-compare__col-btn.btn-outline {
  color: #22a558;
  border-color: #cfe3d6;
}
.ed-compare__col-btn.btn-outline:hover {
  background: #cfe3d6;
}
.ed-compare__btn-short {
  display: none;
}
@media (max-width: 560px) {
  .ed-compare__btn-full {
    display: none;
  }
  .ed-compare__btn-short {
    display: inline;
  }
  .ed-compare__col-desc {
    display: none;
  }
  .ed-compare__col-badge {
    font-size: 11px;
  }
}
.ed-compare__body .ed-compare__row {
  border-bottom: 1px solid #eef1f6;
  min-height: 46px;
}
.ed-compare__body .ed-compare__row:last-child {
  border-bottom: none;
}
.ed-compare__body .ed-compare__row:nth-child(odd) {
  background: #f6f9fe;
}
.ed-compare__body .ed-compare__row:nth-child(even) {
  background: #fff;
}
.ed-compare__row-label {
  padding: 12px 28px;
  font-size: 13px;
  color: #33415c;
  line-height: 1.4;
}
.ed-compare__new-badge {
  display: inline-block;
  background: #1e63e8;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 10px;
  padding: 2px 7px;
  margin-right: 6px;
  vertical-align: middle;
}
.ed-compare__feature-link {
  color: #3b82f6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-compare__feature-link:hover {
  color: #1750c4;
}
.ed-compare__cell {
  padding: 12px 22px;
  text-align: center;
  border-left: 1px solid #eef1f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ed-compare__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #22a558;
  border-radius: 50%;
  font-size: 11px;
}
.ed-compare__check--blue {
  color: #1e63e8;
}
.ed-compare__dash {
  color: #8a96ab;
  font-size: 16px;
}
.ed-compare__footer {
  border-top: 1px solid #e4eaf3;
}
.ed-compare__footer-label {
  padding: 20px 28px;
}
@media (max-width: 800px) {
  .ed-compare__header,
  .ed-compare__footer,
  .ed-compare__row {
    grid-template-columns: 1fr 170px 170px;
  }
  .ed-compare__header-label,
  .ed-compare__row-label,
  .ed-compare__footer-label {
    padding-left: 14px;
    word-break: break-word;
  }
  .ed-compare__col,
  .ed-compare__cell {
    padding: 12px 10px;
  }
  .ed-compare__col-price {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .ed-compare__header,
  .ed-compare__footer,
  .ed-compare__row {
    grid-template-columns: 1fr 100px 100px;
  }
  .ed-compare__col-price {
    font-size: 16px;
  }
  .ed-compare__col-btn {
    font-size: 11px;
    padding: 8px 6px;
  }
  .ed-compare__row-label {
    font-size: 12px;
    word-break: break-word;
  }
}
section.editions-guarantees {
  padding-top: 0px;
}
.editions-gtt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.editions-gtt-grid .gtt {
  flex: 1;
}
@media (max-width: 900px) {
  .editions-gtt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .editions-gtt-grid {
    grid-template-columns: 1fr;
  }
}
.contacts-hero {
  padding: 52px 20px 36px;
}
@media (max-width: 800px) {
  .contacts-hero {
    padding: 32px 16px;
  }
}
.contacts-h1 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  color: #16243f;
  margin-bottom: 14px;
  max-width: 520px;
}
.contacts-section {
  padding-top: 40px;
}
.contacts-form-head {
  font-size: 18px;
  font-weight: 800;
  color: #16243f;
  margin-bottom: 24px;
}
.contacts-gtt {
  margin-bottom: 16px;
}
.contacts-info-title {
  font-size: 14px;
  color: #16243f;
  margin-bottom: 6px;
}
.contacts-info-text {
  font-size: 13px;
  color: #6b7790;
  margin: 0;
  line-height: 1.6;
}
.contacts-info-link {
  color: #1e63e8;
  font-weight: 600;
}
.cf-submit-btn {
  min-width: 160px;
  gap: 8px;
}
.cf-spinner-icon {
  font-size: 15px;
}
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}
@media (max-width: 900px) {
  .contacts-grid {
    grid-template-columns: 1fr;
  }
}
.contacts-form-card {
  padding: 34px;
}
@media (max-width: 560px) {
  .contacts-form-card {
    padding: 20px;
  }
}
.cf-field {
  margin-bottom: 18px;
}
.cf-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #52607a;
  margin-bottom: 7px;
  letter-spacing: 0.3px;
}
.cf-req {
  color: #1e63e8;
}
.cf-input {
  display: block;
  width: 100%;
  border: 1px solid #dde3ec;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 14px;
  color: #16243f;
  font-family: 'Inter', sans-serif;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.cf-input:focus {
  border-color: #1e63e8;
  box-shadow: 0 0 0 3px rgba(30, 99, 232, 0.1);
}
.cf-input.fm-send__field_empty {
  border-color: #e53935;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
  animation: shake 0.35s ease;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
.cf-textarea {
  resize: vertical;
  min-height: 130px;
}
.cf-agree {
  margin-bottom: 10px;
}
.cf-check-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.cf-checkbox {
  display: none;
}
.cf-check-box {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #dde3ec;
  border-radius: 4px;
  background: #fff;
  margin-top: 1px;
  transition: 0.2s;
  position: relative;
}
.cf-checkbox:checked + .cf-check-box {
  background: #1e63e8;
  border-color: #1e63e8;
}
.cf-checkbox:checked + .cf-check-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -60%) rotate(45deg);
}
.cf-checkbox.fm-send__field_empty + .cf-check-box {
  border-color: #e53935;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
  animation: shake 0.35s ease;
}
.cf-check-label {
  font-size: 13px;
  color: #6b7790;
  line-height: 1.5;
}
.cf-link {
  color: #1e63e8;
  text-decoration: underline;
}
.cf-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 560px) {
  .cf-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .cf-footer .btn {
    width: 100%;
  }
}
.cf-submit-btn.fm-send__field_empty {
  animation: shake 0.35s ease;
  background: #e53935 !important;
}
.fm-send__message {
  position: relative;
  height: 24px;
  margin-bottom: 10px;
}
.fm-send__success,
.fm-send__error {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  font-weight: 600;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.fm-send__success {
  color: #22a558;
}
.fm-send__error {
  color: #e53935;
}
.contacts-info-icon {
  width: 38px;
  height: 38px;
  background: #eaf1fb;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e63e8;
  flex-shrink: 0;
}
.contacts-faq-hint {
  margin-top: 24px;
  background: #f6f9fe;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 20px;
}
.contacts-faq-hint .title {
  font-size: 13px;
  font-weight: 700;
  color: #16243f;
  margin-bottom: 10px;
}
.contacts-faq-hint .title i {
  color: #1e63e8;
  margin-right: 6px;
}
.contacts-faq-hint p {
  font-size: 12px;
  color: #6b7790;
  line-height: 1.6;
  margin: 0;
}
.contacts-faq-hint .btn {
  margin-top: 14px;
  min-width: 0;
  font-size: 13px;
  padding: 9px 16px;
}
.doc-hero {
  background: linear-gradient(180deg, #eaf1fb, #f6f9fe);
  padding: 52px 20px 56px;
  position: relative;
  overflow: hidden;
}
.doc-hero__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.18;
  pointer-events: none;
}
.doc-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.doc-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7790;
  margin-bottom: 18px;
}
.doc-hero__breadcrumb a {
  color: #6b7790;
}
.doc-hero__breadcrumb a:hover {
  color: #1e63e8;
}
.doc-hero__breadcrumb i {
  font-size: 10px;
  color: #8a96ab;
}
.doc-hero__title {
  font-size: 40px;
  font-weight: 800;
  color: #16243f;
  line-height: 1.1;
  margin-bottom: 12px;
}
.doc-hero__sub {
  font-size: 15px;
  color: #52607a;
  max-width: 540px;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .doc-hero {
    padding: 32px 16px;
  }
  .doc-hero__title {
    font-size: 28px;
  }
  .doc-hero__bg {
    display: none;
  }
}
.doc-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 20px 60px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 900px) {
  .doc-wrap {
    grid-template-columns: 1fr;
  }
}
.doc-sidebar {
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(20, 40, 80, 0.05);
  overflow: hidden;
  position: sticky;
  top: 90px;
}
@media (max-width: 900px) {
  .doc-sidebar {
    position: static;
  }
}
@media (max-width: 920px) {
  .doc-sidebar {
    display: none;
  }
}
.doc-sidebar__title {
  font-size: 13px;
  font-weight: 700;
  color: #16243f;
  padding: 16px 18px 12px;
  border-bottom: 1px solid #eef1f6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.doc-sidebar__nav {
  padding: 10px 0;
}
.doc-sidebar__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc-sidebar__nav li {
  margin: 0;
}
.doc-sidebar__nav li.menu-section > a {
  display: block;
  padding: 9px 18px 5px;
  font-size: 12px;
  font-weight: 700;
  color: #16243f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.15s, background 0.15s;
  border-left: 3px solid transparent;
}
.doc-sidebar__nav li.menu-section > a:hover {
  color: #1e63e8;
  background: #f6f9fe;
  border-left-color: #1e63e8;
}
.doc-sidebar__nav li.menu-article > a {
  display: block;
  padding: 7px 18px 7px 28px;
  font-size: 13px;
  color: #52607a;
  border-left: 3px solid transparent;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.doc-sidebar__nav li.menu-article > a:hover {
  color: #1e63e8;
  background: #f6f9fe;
  border-left-color: #1e63e8;
}
.doc-sidebar__nav li.menu-article.selected > a {
  color: #1e63e8;
  font-weight: 600;
  background: #eaf1fb;
  border-left-color: #1e63e8;
}
.doc-sidebar__download {
  border-top: 1px solid #eef1f6;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.doc-sidebar__download .icon {
  width: 36px;
  height: 36px;
  background: #eaf1fb;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e63e8;
  flex-shrink: 0;
  font-size: 15px;
}
.doc-sidebar__download .info a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1e63e8;
}
.doc-sidebar__download .info a:hover {
  text-decoration: underline;
}
.doc-sidebar__download .info span {
  display: block;
  font-size: 11px;
  color: #8a96ab;
  margin-top: 2px;
}
.doc-content-area {
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(20, 40, 80, 0.05);
  overflow: hidden;
}
.doc-content-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid #eef1f6;
}
.doc-content-nav__title {
  font-size: 17px;
  font-weight: 700;
  color: #16243f;
  flex: 1;
  text-align: center;
}
.doc-content-nav__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e4eaf3;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e63e8;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  overflow: hidden;
}
.doc-content-nav__btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.doc-content-nav__btn i {
  font-size: 13px;
}
.doc-content-nav__btn:hover {
  background: #eaf1fb;
  border-color: #1e63e8;
}
.doc-content-nav__btn--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.doc-content-body {
  padding: 28px 30px 30px;
}
@media (max-width: 560px) {
  .doc-content-body {
    padding: 18px 16px 20px;
  }
}
.doc-version {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #52607a;
}
.doc-version__label {
  font-weight: 600;
  color: #16243f;
}
.doc-version__badge {
  background: #1e63e8;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 8px;
}
.doc-article {
  color: #1e293b;
  font-size: 14px;
  line-height: 1.7;
}
.doc-article h2,
.doc-article h3,
.doc-article h4 {
  color: #16243f;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}
.doc-article h2 {
  font-size: 18px;
}
.doc-article h3 {
  font-size: 16px;
}
.doc-article h4 {
  font-size: 14px;
}
.doc-article p {
  margin-bottom: 14px;
}
.doc-article a {
  color: #1e63e8;
}
.doc-article a:hover {
  text-decoration: underline;
}
.doc-article img {
  max-width: 100%;
  border-radius: 12px;
  margin: 10px 0;
}
.doc-article ul,
.doc-article ol {
  margin: 0 0 5px 0;
  padding: 0;
  list-style-type: inherit;
}
.doc-article ul li,
.doc-article ol li {
  padding: 2px 0;
  font-size: 14px;
  color: #3a4660;
}
.doc-article ul {
  list-style: disc;
  padding-left: 20px;
}
.doc-article ol {
  counter-reset: doc-ol;
}
.doc-article ol li {
  counter-increment: doc-ol;
}
.doc-article ol li::before {
  content: counter(doc-ol) ".";
  background-image: none;
  width: auto;
  min-width: auto;
  font-weight: 700;
  color: #1e63e8;
  font-size: 13px;
}
.doc-article .imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}
.doc-article .imgbox a {
  flex: 1 1 45%;
}
.doc-article .imgbox a img {
  width: 100%;
  margin: 0;
}
@media (max-width: 560px) {
  .doc-article .imgbox a {
    flex: 1 1 100%;
  }
}
.doc-article .code {
  font-family: 'Courier New', monospace;
  background: #f6f9fe;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}
.doc-article pre {
  background: #f6f9fe;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 16px;
  overflow-x: auto;
  font-size: 13px;
  font-family: 'Courier New', monospace;
  margin-bottom: 14px;
}
.doc-content__header,
.doc-content__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-bottom: 1px solid #eef1f6;
}
.doc-content__footer {
  border-bottom: none;
  border-top: 1px solid #eef1f6;
}
.doc-content__prev,
.doc-content__next {
  flex-shrink: 0;
}
.doc-content__prev a,
.doc-content__next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e4eaf3;
  background: #fff;
  color: #1e63e8;
  overflow: hidden;
  text-decoration: none;
}
.doc-content__prev a:hover,
.doc-content__next a:hover {
  background: #eaf1fb;
  border-color: #1e63e8;
}
.doc-content__prev svg,
.doc-content__next svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px;
  max-height: 14px;
  flex-shrink: 0;
}
.doc-nav-footer {
  display: flex;
  padding: 14px 24px;
  border-top: 1px solid #eef1f6;
}
.doc-nav-footer > div {
  flex: 0 0 33.333%;
  width: 33.333%;
  min-width: 0;
  overflow: hidden;
  padding: 0 5px;
}
.doc-nav-footer__index {
  text-align: center;
  display: none;
}
@media (max-width: 920px) {
  .doc-nav-footer__index {
    display: block;
  }
}
.doc-nav-footer__next {
  text-align: right;
}
@media (min-width: 921px) {
  .doc-nav-footer > div {
    flex: 0 0 50%;
    width: 50%;
  }
}
.doc-nav-footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1e63e8;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.doc-nav-footer a:hover {
  text-decoration: underline;
}
.doc-nav-footer a i {
  flex-shrink: 0;
}
.doc-nav-footer a span,
.doc-nav-footer a:not(:has(i)) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.doc-index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (max-width: 560px) {
  .doc-index-grid {
    grid-template-columns: 1fr;
  }
}
.doc-index-item {
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 16px 20px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.doc-index-item:hover {
  border-color: #1e63e8;
  box-shadow: 0 4px 14px rgba(30, 99, 232, 0.08);
}
.doc-index-item a {
  font-size: 14px;
  font-weight: 600;
  color: #16243f;
}
.doc-index-item a:hover {
  color: #1e63e8;
}
.doc-index-item p {
  font-size: 12px;
  color: #6b7790;
  margin-top: 4px;
}
.doc-toc-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #16243f;
  cursor: pointer;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .doc-toc-toggle {
    display: flex;
  }
}
@media (max-width: 900px) {
  .doc-sidebar--mobile-hidden {
    display: none;
  }
}
@media (max-width: 900px) {
  .doc-sidebar--mobile-visible {
    display: block;
  }
}
.doc-toc-article.doc-sidebar__nav li.menu-section > a {
  padding-top: 5px;
  padding-bottom: 2px;
}
.doc-toc-article.doc-sidebar__nav li.menu-article > a {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 920px) {
  .doc-toc-article {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
/* End */


/* Start:/local/templates/site_vibook_new/template_styles.css?17883346443985*/
.header-wrap {
  position: sticky;
  top: 0;
  z-index: 1001;
}
header {
  background: #fff;
  border-bottom: 1px solid #eef1f6;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  position: relative;
}
.logo-blk {
  display: flex;
  align-items: center;
  gap: 0;
}
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 15px;
}
.logo-ic {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.logo-txt b {
  font-size: 22px;
  color: #1483d2;
  letter-spacing: 1px;
}
.logo-sub {
  font-size: 11px;
  color: #8a96ab;
  line-height: 1.2;
  margin-left: 14px;
}
#nav-toggle {
  display: none;
}
.menu-toggle {
  display: none;
  width: 36px;
  height: 26px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 3px;
  background: #1e63e8;
  border-radius: 2px;
  transition: 0.2s;
}
.nav-collapse {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-links {
  display: flex;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  color: #3a4660;
}
.nav-links a:hover {
  color: #1e63e8;
}
.nav-cta {
  display: flex;
  gap: 10px;
}
#nav-toggle:checked + .menu-toggle span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
#nav-toggle:checked + .menu-toggle span:nth-child(2) {
  opacity: 0;
}
#nav-toggle:checked + .menu-toggle span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
#nav-toggle:checked + .menu-toggle + .nav-collapse {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .logo-sub {
    display: none;
  }
}
@media (max-width: 1000px) {
  .menu-toggle {
    display: flex;
  }
  .nav-collapse {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px;
    right: 0;
    width: fit-content;
    min-width: 220px;
    height: calc(100vh - 70px);
    background: #fff;
    padding: 20px 24px;
    border: 1px solid #eef1f6;
    border-top: none;
    border-radius: 0 0 0 12px;
    box-shadow: -8px 18px 40px rgba(20, 40, 80, 0.1);
    gap: 18px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
  }
  .nav-links {
    flex-direction: column;
    gap: 14px;
    font-size: 15px;
  }
  .nav-cta {
    flex-direction: column;
    gap: 12px;
  }
  .nav-cta .btn {
    width: 100%;
  }
}
footer {
  background: #16243f;
  color: #aeb9cd;
  padding: 50px 0 24px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.foot-grid h5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 16px;
}
.foot-grid p,
.foot-grid a {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #aeb9cd;
}
.foot-grid a:hover {
  color: #fff;
}
.foot-logo {
  /*font-size: 34px;
  font-weight: 800;*/
  max-width: 180px;
}
.foot-logo .b {
  color: #3b82f6;
}
.foot-logo .o {
  color: #22a558;
}
.foot-soc {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.foot-soc a {
  width: 34px;
  height: 34px;
  background: #27395a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.foot-bottom {
  border-top: 1px solid #27395a;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #7d8aa3;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 800px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 360px) {
  .nav {
    height: auto;
    min-height: 60px;
    flex-wrap: wrap;
    padding: 8px 0;
  }
  .logo-txt b {
    font-size: 16px;
  }
  .logo-sub {
    display: none;
  }
  .nav-cta .btn {
    width: 100%;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .foot-bottom {
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
  }
}

/* End */
/* /local/templates/site_vibook_new/styles.css?178833464434583 */
/* /local/templates/site_vibook_new/template_styles.css?17883346443985 */
