@font-face {
  font-family: "Montserrat";
  src: url("../img/montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../img/montserrat-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../img/montserrat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../img/montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../img/montserrat-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #0a0a0a;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 130%;
  background: #fff;
}
body._lock {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
[class*="__container"] {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.page {
  flex: 1 1 auto;
}
.title-h2 {
  font-size: 44px;
  line-height: 120%;
  font-weight: 700;
}
.title-h3 {
  font-size: 24px;
  line-height: 112%;
  font-weight: 700;
}
.text {
  font-size: 18px;
  line-height: 145%;
}
.text-small {
  font-size: 18px;
  line-height: 125%;
}
.header {
  height: 98px;
  background: #ffe900;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1310px;
  height: 100%;
}
.header__logo {
  width: 370px;
  height: 63px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 42px;
}
.header__link {
  font-size: 13px;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #231f20;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.header__link:hover {
  opacity: 0.55;
}
.header__burger {
  display: none;
  width: 32px;
  background: transparent;
}
.header__burger span {
  display: block;
  height: 3px;
  margin: 6px 0;
  background: #12234e;
  transition: 0.2s;
}
.hero {
  position: relative;
  height: 778px;
  background: url("../img/header.jpg") center center / cover no-repeat;
}
.hero__container {
  max-width: 1480px;
  padding-top: 40px;
}
.hero__title {
  color: #fff;
  font-size: 44px;
  line-height: 105%;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.hero__brand {
  position: absolute;
  right: max(20px, calc((100% - 1260px) / 2 - 215px));
  bottom: 34px;
  width: 306px;
}
.hero__bottom {
  position: absolute;
  left: 0;
  bottom: 27px;
  width: 100%;
}
.hero__tagline {
  width: calc((100% - 1230px) / 2 + 940px);
  min-width: 940px;
  padding: 7px 180px 7px 20px;
  color: #ffea00;
  font-size: 20px;
  line-height: 110%;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  background: #050505;
}
.advantages {
  padding-bottom: 132px;
}
.advantages__container {
  text-align: center;
}
.advantages__title {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}
.advantages__title span {
  display: inline-block;
  padding: 13px 31px 15px;
  border-radius: 40px;
  background: #fff200;
}
.advantages__intro {
  margin: 72px auto 65px;
}
.advantages__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 34px;
}
.advantages__card {
  display: flex;
  flex: 0 1 calc(33.333% - 23px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 35px 31px 30px;
  color: #fff;
}
.advantages__card--green {
  background: #28a82d;
}
.advantages__card--purple {
  background: #bc43a1;
}
.advantages__card--cyan {
  background: #08a4c9;
}
.advantages__card--orange {
  background: #ff9800;
}
.advantages__card--yellow {
  color: #090909;
  background: #ffed00;
}
.advantages__card--lime {
  background: #7ac70d;
}
.advantages__icon {
  width: 207px;
  height: 107px;
  object-fit: contain;
}
.advantages__card-text {
  max-width: 290px;
}
.button-small {
  display: inline-block;
  margin-top: 96px;
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 115%;
  font-weight: 700;
  background: #18a8cb;
}
.operation {
  padding: 32px 0 167px;
}
.title-lined {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  min-height: 52px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: url("../img/fondo-giallo.png") center / 650px 52px no-repeat;
}
.title-lined__line {
  flex: 1 1 150px;
  width: 150px;
  min-width: 40px;
  max-width: 150px;
  height: 10px;
  object-fit: fill;
}
.title-lined span {
  flex: 0 0 auto;
  white-space: nowrap;
}
.operation__intro {
  margin: 68px auto 74px;
  text-align: center;
}
.operation__items {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
.operation__item {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  text-align: center;
}
.operation__item:hover {
  z-index: 2;
}
.operation__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  background: #ffed00;
  opacity: 0;
  transition: opacity 0.25s;
}
.operation__item:hover::before {
  opacity: 1;
}
.operation__item-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 45px;
  margin-bottom: 23px;
}
.operation__image {
  width: 100%;
  height: 232px;
  object-fit: cover;
}
.cost__title span {
  min-width: 0;
  padding: 0;
}
.cost__features {
  display: flex;
  justify-content: space-between;
  gap: 85px;
  margin: 69px 40px 101px;
}
.cost__feature {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  padding: 20px;
  background: url("../img/fondo-box-giallo.png") center / 100% 100% no-repeat;
}
.cost__feature p {
  font-size: 24px;
  line-height: 112%;
  font-weight: 700;
  text-align: center;
}
.cost__bottom {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cost__fact {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 373px;
  margin-top: 49px;
  border: 3px solid #171717;
  text-align: center;
}
.cost__fact-title {
  margin-bottom: 37px;
  font-size: 35px;
}
.cost__fact-text {
  font-size: 21px;
  line-height: 140%;
}
.cost__fact-data {
  margin-top: 8px;
  font-size: 21px;
  line-height: 135%;
}
.contact-form {
  flex: 0 0 443px;
  padding: 28px 23px 39px;
  color: #081a4d;
  background: #09add4;
}
.contact-form__title {
  margin-bottom: 32px;
  color: #fff500;
  text-align: center;
}
.contact-form__label {
  display: block;
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 130%;
}
.contact-form__hint {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.contact-form__input {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  padding: 0 12px;
  color: #000;
  font-size: 16px;
  background: #fff;
  outline: none;
}
.contact-form select.contact-form__input {
  appearance: none;
  -webkit-appearance: none;
  background-image: none;
}
.contact-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 17px 18px 19px;
  color: #000;
  font-size: 14px;
  line-height: 145%;
}
.contact-form__privacy input {
  flex: 0 0 auto;
  margin-top: 2px;
}
.contact-form__privacy a {
  font-weight: 700;
  text-decoration: underline;
}
.contact-form__button {
  width: 100%;
  min-height: 48px;
  padding: 10px;
  border-radius: 11px;
  font-size: 13px;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff000;
}
.footer {
  margin-top: 59px;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1260px;
  min-height: 160px;
  margin: 0 auto;
  border-top: 1px solid #444;
}
.footer__logo {
  width: 304px;
}
.footer__bottom {
  padding: 48px 20px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  background: #666;
}
.footer__copyright {
  margin-top: 24px;
  font-size: 13px;
}
.footer__copyright a {
  text-decoration: underline;
}
.scroll-top {
  position: fixed;
  z-index: 20;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid #ddd;
  border-radius: 50%;
  color: #bbb;
  font-size: 0;
  line-height: 100%;
  font-weight: 400;
  background: transparent;
  transition:
    color 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.scroll-top::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 3px;
  height: 19px;
  background: currentColor;
  transform: translateX(-50%);
}
.scroll-top::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}
.scroll-top:hover {
  color: #777;
  border-color: #999;
  transform: translateY(-3px);
}
.contact-page {
  padding: 48px 0 42px;
}
.contact-page__container {
  max-width: 1140px;
}
.contact-page__title {
  margin-bottom: 70px;
  color: #231f20;
  font-size: 50px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 5px;
  text-align: center;
}
.contact-page__panel {
  min-height: 710px;
  padding: 56px 30px 58px;
  background: linear-gradient(100deg, #0db7d7 0%, #08add2 55%, #0798ce 100%);
}
.contact-page__form-title {
  margin-bottom: 50px;
  color: #fff000;
  font-size: 23px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}
.contact-page__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-page__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
  max-width: 100%;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 130%;
  text-align: center;
}
.contact-page__input,
.contact-page__textarea {
  width: 100%;
  margin-top: 7px;
  padding: 10px 14px;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 130%;
  background: #fff;
  outline: none;
}
.contact-page__input {
  height: 50px;
}
.contact-page__textarea {
  height: 114px;
  resize: vertical;
}
.contact-page__button {
  width: 200px;
  min-height: 48px;
  margin-top: 27px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 17px;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
  background: #ffed00;
}
.form-popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.form-popup__dialog {
  position: relative;
  width: 430px;
  max-width: 100%;
  padding: 45px 35px 35px;
  text-align: center;
  background: #fff;
}
.form-popup__close {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #555;
  font-size: 28px;
  line-height: 100%;
  background: transparent;
}
.form-popup__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
  line-height: 100%;
  font-weight: 700;
  background: #09add4;
}
.form-popup__text {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
}
.form-popup__button {
  min-width: 140px;
  margin-top: 26px;
  padding: 13px 25px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffed00;
}
.blog-page {
  padding: 35px 0 55px;
}
/* .blog-page__container {
  max-width: 1000px;
} */
.blog-page__title {
  margin-bottom: 82px;
  color: #231f20;
  font-size: 50px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 5px;
  text-align: center;
}
.blog-page__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 24px;
  overflow: visible;
}
.blog-card {
  position: relative;
  display: flex;
  flex: 0 1 calc(33.333% - 16px);
  flex-direction: column;
  padding: 14px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.blog-card__image-link {
  position: relative;
  z-index: 1;
  display: block;
  height: 255px;
  overflow: visible;
  clip-path: inset(0 0 -55px 0);
}
.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 300ms ease-in-out;
}
.blog-card:hover .blog-card__image {
  transform: scale(1.2) rotate(5deg);
}
.blog-card__body {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 280px;
  padding: 30px 26px 12px;
  background: #fff;
}
.blog-card__info {
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
}
.blog-card__title {
  font-size: 15px;
  line-height: 145%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-card__accent {
  width: 30px;
  height: 4px;
  margin: 10px 0 8px;
  background: #ffdf00;
}
.blog-card__text {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 120%;
}
.blog-card__more {
  display: flex;
  align-items: stretch;
  min-height: 44px;
  margin-top: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  transition: background-color 0.25s;
}
.blog-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  background: #ffdf00;
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
}
.blog-card__more-text {
  display: flex;
  align-items: center;
  padding: 0 15px 0 7px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.25s;
}
.blog-card__more:hover {
  background: #ffdf00;
}
.blog-card__more:hover .blog-card__more-text {
  color: #fff;
}
.article-page {
  padding: 50px 0 70px;
}
.article-page__container {
  max-width: 1320px;
}
.article-page__title {
  margin-bottom: 30px;
  color: #231f20;
  font-size: 50px;
  line-height: 105%;
  font-weight: 500;
  text-align: center;
}
.article-page__image {
  width: 600px;
  height: 395px;
  margin: 0 auto 42px;
  object-fit: cover;
}
.article-page__image--bonus { width: 700px; height: 500px; }
.article-page__content {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 120%;
  color: #231f20;
}
.article-page__content p {
  margin-bottom: 20px;
}
.article-page__content > .article-page__subtitle {
  margin: 38px 0 24px;
  font-size: 40px;
  line-height: 115%;
  font-weight: 400;
  letter-spacing: 4px;
}
.article-page__footer {
  margin-top: 0;
}
.privacy-page {
  padding: 43px 0 40px;
}
.privacy-page__container {
  max-width: 1170px;
}
.privacy-page__title {
  margin-bottom: 70px;
  color: #231f20;
  font-size: 50px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 5px;
  text-align: center;
}
.privacy-page__content {
  min-height: 1567px;
  padding: 108px 57px 80px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  background: linear-gradient(100deg, #0db7d7 0%, #08add2 55%, #0798ce 100%);
}
.privacy-page__content p {
  margin-bottom: 24px;
}
.privacy-page__content p:last-child {
  margin-bottom: 0;
}
.privacy-page__footer {
  margin-top: 0;
}
@media (max-width: 991px) {
  .header {
    position: relative;
    z-index: 30;
    height: 100px;
  }
  .header__container {
    justify-content: center;
  }
  .header__logo {
    width: 370px;
    height: 56px;
  }
  .header__logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header__burger {
    display: block;
    position: absolute;
    z-index: 6;
    left: 0;
    width: 13px;
    height: 15px;
  }
  .header__container {
    position: relative;
    max-width: 420px;
    padding-right: 0;
    padding-left: 0;
  }
  .header__burger span {
    width: 13px;
    height: 1px;
    margin: 2px 0;
    background: #8b9ea4;
  }
  .header__navigation {
    position: absolute;
    z-index: 5;
    top: 100%;
    right: auto;
    left: 50%;
    width: 100vw;
    max-height: 0;
    padding: 0 65px;
    overflow: hidden;
    background: #ffe900;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition:
      max-height 0.3s,
      padding 0.3s,
      opacity 0.2s;
  }
  .header__navigation._active {
    max-height: 260px;
    padding-top: 0;
    padding-bottom: 14px;
    opacity: 1;
    visibility: visible;
  }
  .header__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header__menu li {
    border-bottom: 1px solid rgba(35, 31, 32, 0.55);
  }
  .header__menu li:last-child {
    border-bottom: 0;
  }
  .header__link {
    display: block;
    padding: 15px 0;
    font-size: 13px;
    line-height: 120%;
    text-transform: none;
  }
  .hero {
    height: 590px;
  }
  .hero__title {
    font-size: 34px;
  }
  .hero__brand {
    right: 20px;
    width: 210px;
  }
  .hero__tagline {
    width: 70%;
    min-width: 0;
    text-align: left;
  }
  .advantages__card {
    flex-basis: calc(50% - 17px);
  }
  .operation__items {
    gap: 25px;
  }
  .operation__image {
    height: 180px;
  }
  .cost__features {
    gap: 25px;
    margin-right: 0;
    margin-left: 0;
  }
  .contact-form {
    flex-basis: 380px;
  }
  .contact-page {
    padding-top: 40px;
  }
  .contact-page__title {
    margin-bottom: 50px;
  }
  .blog-page__cards {
    gap: 24px;
  }
  .blog-card {
    flex-basis: calc(50% - 12px);
  }
  .article-page__title {
    font-size: 40px;
  }
  .article-page__content {
    font-size: 15px;
  }
  .privacy-page__content {
    min-height: 0;
    padding: 70px 45px;
  }
}
@media (max-width: 767px) {
  [class*="__container"] {
    padding: 0 15px;
  }
  .title-h2 {
    font-size: 25px;
  }
  .header__logo {
    width: 370px;
    max-width: calc(100% - 50px);
  }
  .header__burger {
    left: 0;
  }
  .header__navigation {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero {
    height: 480px;
    background-position: 56% center;
  }
  .hero__container {
    padding-top: 30px;
  }
  .hero__title {
    font-size: 25px;
  }
  .hero__bottom {
    bottom: 0;
  }
  .hero__brand {
    right: 15px;
    bottom: 45px;
    width: 150px;
  }
  .hero__tagline {
    padding: 8px 15px;
    font-size: 12px;
  }
  .advantages {
    padding-bottom: 70px;
  }
  .advantages__title {
    margin-top: -8px;
  }
  .advantages__intro {
    margin: 45px auto;
  }
  .advantages__cards {
    gap: 18px;
  }
  .advantages__card {
    flex-basis: 100%;
    min-height: 340px;
  }
  .button-small {
    margin-top: 45px;
  }
  .operation {
    padding: 30px 0 80px;
  }
  .title-lined {
    gap: 5px;
    min-height: 45px;
    font-size: 16px;
    background-size: 78% 45px;
  }
  .title-lined__line {
    flex: 0 1 34px;
    width: 34px;
    min-width: 15px;
    height: 5px;
  }
  .title-lined span {
    flex: 0 1 auto;
    white-space: normal;
  }
  .operation__intro {
    margin: 45px auto;
  }
  .operation__intro br {
    display: none;
  }
  .operation__items,
  .cost__features,
  .cost__bottom {
    flex-direction: column;
  }
  .operation__items {
    gap: 40px;
  }
  .operation__item::before {
    top: -20px;
    right: -10px;
    bottom: -20px;
    left: -10px;
  }
  .operation__image {
    height: auto;
  }
  .cost__title span {
    min-width: 0;
    padding: 0;
  }
  .cost__features {
    gap: 22px;
    margin: 45px 10px 65px;
  }
  .cost__feature {
    flex-basis: 130px;
    width: 100%;
    min-height: 130px;
  }
  .cost__bottom {
    gap: 30px;
  }
  .cost__fact {
    min-height: 300px;
    margin-top: 0;
    padding: 25px 15px;
  }
  .contact-form {
    flex-basis: auto;
    width: 100%;
  }
  .footer {
    margin-top: 45px;
  }
  .footer__top {
    min-height: 120px;
    margin: 0 15px;
  }
  .footer__logo {
    width: 230px;
  }
  .scroll-top {
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
  }
  .scroll-top::before {
    top: 14px;
    height: 17px;
  }
  .scroll-top::after {
    top: 13px;
  }
  .contact-page {
    padding: 32px 0 25px;
  }
  .contact-page__title {
    margin-bottom: 35px;
    font-size: 38px;
    letter-spacing: 3px;
  }
  .contact-page__panel {
    min-height: 0;
    padding: 40px 20px;
  }
  .contact-page__form-title {
    margin-bottom: 35px;
  }
  .blog-page {
    padding: 30px 0 40px;
  }
  .blog-page__title {
    margin-bottom: 45px;
    font-size: 40px;
  }
  .blog-page__cards {
    flex-direction: column;
  }
  .blog-card {
    flex-basis: auto;
    width: 100%;
  }
  .blog-card__image-link {
    height: auto;
    aspect-ratio: 1.15;
  }
  .blog-card__body {
    min-height: 0;
  }
  .blog-card__info {
    width: calc(100% - 20px);
  }
  .blog-card__more {
    margin-top: 12px;
  }
  .article-page {
    padding: 30px 0 45px;
  }
  .article-page__title {
    margin-bottom: 25px;
    font-size: 30px;
    letter-spacing: 2px;
  }
  .article-page__title br {
    display: none;
  }
  .article-page__image {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .article-page__content {
    font-size: 14px;
    line-height: 130%;
  }
  .article-page__content p {
    margin-bottom: 16px;
  }
  .article-page__content > .article-page__subtitle {
    margin: 28px 0 16px;
    font-size: 27px;
    letter-spacing: 2px;
  }
  .privacy-page {
    padding: 32px 0 25px;
  }
  .privacy-page__title {
    margin-bottom: 35px;
    font-size: 36px;
    letter-spacing: 3px;
  }
  .privacy-page__content {
    padding: 40px 22px;
    font-size: 16px;
    line-height: 120%;
  }
  .privacy-page__content p {
    margin-bottom: 20px;
  }
}
