@font-face {
  font-family: "VKSansDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("VKSansDisplay-Regular"), url(./assets/VKSansDisplay-Regular.ttf);
}

@font-face {
  font-family: "VKSansDisplay";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("VKSansDisplay-Medium"), url(./assets/VKSansDisplay-Medium.ttf);
}

@font-face {
  font-family: "VKSansDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("VKSansDisplay-Bold"), url(./assets/VKSansDisplay-Bold.ttf);
}

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

body {
  display: flex;
  flex-direction: column;
  min-width: unset;
  font-family: "VKSansDisplay", sans-serif;
}

body .page-wrapper {
  min-height: unset;
  background: #fff;
  margin: 0;
}

strong {
  font-weight: 600;
}

a {
  color: #07f;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#portal-headline {
  display: none;
}

header,
main,
footer {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}

header {
  padding: 24px 60px 64px 60px;
}

header .header__logo {
  width: 104px;
  height: 40px;
}

header nav .header__nav-list {
  display: flex;
  gap: 50px;
}

header nav .header__nav-list .header__nav-item a {
  font-size: 18px;
  line-height: 140%;
  color: #000;
}

header nav .header__nav-list .header__nav-item a:hover {
  color: #0077ff;
  cursor: pointer;
}

main {
  padding: 0 60px 0 60px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
}

main .main__title {
  margin-bottom: 70px;
  width: 100%;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
  line-height: normal;
}

main .main__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  grid-auto-rows: 360px;
}

main .main__list-item {
  position: relative;
  padding: 44px 32px;
  background: #0077ff;
}

main .main__list-item:not(.main__list-item--long) a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

main .main__list-item img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  display: block;
}

main .main__list-item:not(.main__list-item--long)::after {
  content: "";
  position: absolute;
  bottom: 34px;
  left: 34px;
  width: 25px;
  height: 25px;
  background-image: url(/img/landing_new/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: top right;
}

main .main__list-item:not(.main__list-item--long):hover {
  cursor: pointer;
  opacity: 0.64;
}

main .main__list-item:not(.main__list-item--long):hover::after {
  animation: arrow 0.5s ease-out forwards;
}

main .main__list .main__list-item--long {
  grid-column: 2/5;
  grid-row: 3;
  background: #ffffff;
}

main .list-item__title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}

main .main-contacts {
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

main .main-contacts__details {
  display: flex;
  gap: 124px;
}

main .main-contacts__item {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 120%;
}

main .main-contacts__caption {
  margin-top: 16px;
  font-size: 17px;
  line-height: 130%;
}

main .main-contacts__phone {
  margin-top: 36px;
}

/* FOOTER */

footer {
  display: flex;
  flex-direction: column;
  padding: 30px 60px;
  flex-grow: 0;
}

footer .footer__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer__info + .footer__info {
  margin-top: 30px;
}

footer .footer__info span {
  font-size: 16px;
  line-height: 20px;
  color: #818c99;
}

footer .footer__rnko-link a {
  text-decoration: underline;
  color: #818c99;
}

footer .footer__info img {
  width: 104px;
  height: 36px;
}

.aside__nav {
  position: sticky;
  top: 48px;
  padding: 12px;
  width: 292px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #f9f9f9;
}

.aside__nav .aside__nav-list {
  padding: 0;
}

.aside__nav .aside__nav-list li {
  min-height: 28px;
  position: relative;
  padding: 8px 0 8px 12px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000;
}

.aside__nav .aside__nav-list li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url(/img/landing_new/chevron.svg);
}

.aside__nav .aside__nav-list li.active {
  border-radius: 8px;
  background: #ebedf0;
}

.aside__nav .aside__nav-list li:hover {
  border-radius: 8px;
  background: #ebedf0;
  opacity: 0.8;
}

.Layout {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

.Layout #Content {
  padding: 0 60px;
  width: 100%;
  display: flex;
  flex: 1;
  box-sizing: border-box;
}

.Layout #Content .aside__wrapper {
  width: initial !important;
  min-width: unset !important;
  border: none !important;
}

.Layout #Content .MainR {
  margin-left: 64px;
  width: 100%;
  min-width: unset;
}

.Layout #Content .MainR ul {
  font-size: unset;
  line-height: unset;
  padding: 0 0px 24px 24px;
}

.Layout #Content .MainR ul li {
  width: unset;
  background: unset;
  padding: 0px;
  list-style: disc;
}

.Layout #Content .MainR ul li::marker {
  font-size: 12px;
}

.Layout #Content .ComCon {
  padding: 0;
}

.Layout #Content .ComCon .Ptt {
  margin-bottom: 16px;
}

.Layout #Content .ComCon .Ptt span {
  font-size: 14px;
  line-height: 18px;
  color: #99a2ad;
}

.Layout #Content .ComCon .Ptt span:first-child a {
  color: #818c99;
}

.Layout #Content .ComCon .Ptt span:first-child a:hover {
  color: #818c99;
  text-decoration: underline;
}

.Layout #Content .ComCon .Ptt span:nth-child(2) {
  color: #07f;
}

.Layout #Content .ComCon .Help {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.Layout #Content .ComCon h1 {
  padding: 0;
  margin: 0;
  border: none;
}

.Layout #Content .cross {
  display: none;
}

@media (max-width: 1320px) {
  main .list-item__title {
    font-size: 22px;
  }

  main .main__list-item img {
    width: 60px;
    height: 60px;
  }

  main .main__list {
    grid-auto-rows: 288px;
  }

  main .main__title {
    font-size: 32px;
  }

  main .main-contacts {
    font-size: 24px;
    margin-bottom: 24px;
  }

  main .main-contacts__item {
    font-size: 20px;
  }

  main .main-contacts__phone {
    margin-top: 24px;
  }

  main .main-contacts__caption {
    margin-top: 16px;
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  header,
  main,
  footer {
    padding-left: 44px;
    padding-right: 44px;
  }

  main .main__list {
    grid-template-columns: repeat(3, 1fr);
  }

  main .main__list .main__list-item--long {
    grid-column: 1/4;
    grid-row: 4;
    padding: 24px 0;
  }

  .Layout #Content {
    padding: 0 44px;
  }
}

@media (max-width: 999px) {
  header,
  main,
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  main .main__list-item {
    padding: 24px;
  }

  main .main__list-item img {
    width: 50px;
    height: 50px;
  }

  main .list-item__title {
    font-size: 18px;
  }

  main .main__list {
    grid-auto-rows: 248px;
  }

  main .main__list-item:not(.main__list-item--long)::after {
    bottom: 24px;
    left: 24px;
    width: 25px;
    height: 25px;
  }

  .Layout #Content {
    padding: 0 30px;
  }

  .Layout #Content .ComCon .Ptt {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  header,
  main,
  footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  main .main__list-item {
    padding: 24px;
  }

  main .main__list-item:not(.main__list-item--long)::after {
    width: 20px;
    height: 20px;
  }

  main .main__title {
    font-size: 32px;
  }

  main .main-contacts {
    font-size: 24px;
    margin-bottom: 24px;
  }

  main .main-contacts__item {
    font-size: 20px;
  }

  main .main-contacts__phone {
    margin-top: 72px;
  }

  main .main-contacts__caption {
    margin-top: 10px;
    font-size: 12px;
  }

  footer .footer__info {
    flex-direction: column;
    gap: 24px;
  }

  footer .footer__info:last-child {
    flex-direction: column-reverse;
  }
}

@media (max-width: 690px) {
  header,
  main,
  footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  main .main__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 204px;
  }

  main .main__list .main__list-item--long {
    grid-column: 1/3;
    grid-row: 6;
  }

  main .main__title {
    font-size: 24px;
  }

  main .main__list-item {
    padding: 12px;
  }

  main .main__list-item:not(.main__list-item--long)::after {
    width: 15px;
    height: 15px;
    left: 12px;
    bottom: 12px;
  }

  main .main-contacts__details {
    flex-direction: column;
    gap: 24px;
  }

  main .main-contacts {
    font-size: 18px;
    margin-bottom: 24px;
  }

  main .main-contacts__item {
    font-size: 16px;
  }

  main .main-contacts__phone {
    margin-top: 24px;
  }

  main .main-contacts__caption {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 440px) {
  main .list-item__title {
    font-size: 16px;
  }

  footer .footer__info {
    align-items: center;
    text-align: center;
  }

  footer .footer__info:last-child {
    flex-direction: column-reverse;
  }
}

@media (max-width: 360px) {
  main .list-item__title {
    font-size: 12px;
  }
}

/* Text */

.text--accent {
  color: #07f;
}

/* Notification Modal */

.modal-link {
  color: #0077ff;
  cursor: pointer;
}

.notification-modal-container {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
}

.notification-modal-checkbox {
  display: none;
}

.notification-modal {
  position: relative;
  display: none;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  background-color: #f9f9f9;
  /*border: 1px solid #E3E3E3;*/
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 28px 12px 24px 12px;
  width: 316px;
}

.notification-modal:not(:first-child) {
  margin-top: 24px;
}

.notification-modal-checkbox:checked + .notification-modal {
  display: block;
  opacity: 1;
  z-index: 1000;
}

.notification-modal .notification-modal__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.notification-modal__text {
  font-size: 16px;
  line-height: 130%;
}

.notification-modal .notification-modal__close {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
  background-image: url("/img/landing_new/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  transition: opacity 0.2s ease-in-out;
}

.notification-modal .notification-modal__close:hover {
  opacity: 0.7;
}

/* Article */

.article {
}

.article .article-content {
  border: 1px solid #e3e3e3;
}

.article .article-block {
  padding: 30px;
}

.article .article-heading {
  background-color: #eef5fb;
}

.article .article-heading.article-heading--accent {
  background-color: #0077ff;
}

.article .article-heading.article-heading--accent .article-heading__title,
.article .article-heading.article-heading--accent .article-heading__text,
.article .article-heading.article-heading--accent .article-heading__subtitle,
.article .article-heading.article-heading--accent .article-heading__subhead {
  color: white;
}

.article .article-heading .article-heading__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  color: #000;
}

.article .article-heading .article-heading__subtitle {
  font-size: 26px;
  line-height: 120%;
  margin-top: 16px;
}

.article .article-heading .article-heading__text {
  font-size: 17px;
  line-height: 130%; /* 22.1px */
  margin-top: 16px;
}

.article .article-heading .article-heading__subhead {
  color: #07f;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%; /* 31.2px */
  letter-spacing: 1.3px;
  margin-bottom: 16px;
}

.article .article-title {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #000;
  margin-bottom: 48px !important;
}

.article .article-link-item:not(:first-child) {
  border-top: 1px solid #e3e3e3;
}

.article .article-link-item {
  display: flex;
  flex-direction: column;
  background-color: white;
  transition: background-color 0.2s ease-in-out;
}

.article a.article-link-item:hover {
  background-color: #eef5fb;
}

.article .article-link-item__subhead {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.12px;
  margin-bottom: 20px;
  color: #818c99;
}

.article .article-link-item__subhead--highlighted {
  color: #07f;
}

.article .article-link-item__title {
  display: flex;
  font-size: 26px;
  line-height: 120%;
  color: #000;
}

.article .article-link-item__title.article-link-item__title--long {
  font-size: 22px;
}

.article .article-link-item__title.article-link-item__title--extra-long {
  font-size: 20px;
}

.article .article-link-item__title.article-link-item__title--xxl-long {
  font-size: 16px;
}

.article .article-link-item__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.article-link-item__subtitle {
  font-size: 22px;
  line-height: 120%;
}

.article .article-link-item__caption {
  font-size: 17px;
  line-height: 22px;
  color: #818c99;
  margin-top: 30px;
}

.article .article-link-item__caption--long {
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0;
}

.article .links-grid .article-link-item__caption {
  margin-top: 20px;
}

.article
  .article-link-item.article-link-item--right-top-arrow
  .article-link-item__title::after {
  content: "";
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background-image: url(/img/landing_new/arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: top right;
  margin-left: auto;
}

.article-link-item__text {
  font-size: 17px;
  line-height: 130%;
  margin-top: 12px;
  color: #000;
}

.article .article-notify-item {
  background: #07f;
  color: white;
}

.article-notify-item .article-notify-item__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 28px;
}

.article-notify-item .article-notify-item__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}

.article-notify-item .article-notify-item__text + .article-notify-item__text {
  margin-top: 22px;
}

.links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1px;
  background-color: #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.links-grid.links-grid--no-borders {
  border: none;
  background-color: transparent;
}

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

.article .article-link-item-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  background-color: white;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  box-sizing: border-box;
}

.article a.article-block.article-link-item-card {
  padding-bottom: 60px;
}

.article .article-link-item-card.article-link-item-card--content-height {
  min-height: auto;
}

.article .article-link-item-card.article-link-item-card--height-s {
  min-height: 230px;
}

.article .article-link-item-card.article-link-item-card--height-xs {
  min-height: 170px;
}

.article .links-grid .article-link-item-card {
  border: none;
}

.article .links-grid .article-link-item-card--accent {
  background-color: #eef5fb;
}

.article .links-grid .article-link-item-card--span-2 {
  grid-column: span 2;
}

.article a.article-link-item-card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 24px;
  width: 25px;
  height: 25px;
  background-image: url(/img/landing_new/arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: top right;
}

.article-table {
  font-size: 17px;
  line-height: 130%;
  color: black;
  border-bottom: 1px solid #e3e3e3;
}

.article-table.article-table--with-separation
  .article-table__row:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.article-table.article-table--1-1 .article-table__row {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.article-table.article-table--1-2 .article-table__row {
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
}

.article-table .article-table__row {
  padding: 15px 30px 15px 30px;
  display: grid;
  column-gap: 50px;
}

.article-table .article-table__row.article-table__row--accent {
  background-color: #eef5fb;
}

.article-table .article-table__cell {
}

.article-table .article-table__cell-title {
  font-size: 22px;
  line-height: 120%;
}

.article-table .article-table__cell-head {
  font-weight: 600;
}

.article-ordered-list {
  list-style: decimal;
  padding-inline-start: 1.625em;
}

.article-ordered-list li + li {
  margin-top: 1em;
}

.article-unordered-list {
  list-style: disc;
  padding-inline-start: 1.625em;
}

.article-unordered-list li + li {
  margin-top: 1em;
}

.article-spacing-item {
  height: 70px;
}

.article-info-item {
  background-color: #eef5fb;
}

.article-info-item .article-info-item__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

.article-info-item .article-info-item__text + .article-info-item__text {
  margin-top: 30px;
}

.instructional-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 130%;
  margin: 8px 0;
  row-gap: 5px;
}

.instructional-breadcrumbs .instructional-breadcrumbs__item {
  padding: 5px 10px;
  border-radius: 8px;
  border: 2px solid #07f;
  position: relative;
  box-sizing: border-box;
}

.instructional-breadcrumbs
  .instructional-breadcrumbs__item
  + .instructional-breadcrumbs__item {
  margin-left: 24px;
}

.instructional-breadcrumbs
  .instructional-breadcrumbs__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/img/landing_new/arrow_right_accent.svg");
  width: 16px;
  height: 16px;
}

.article-question {
}

.article-question .article-question__checkbox {
  display: none;
}

.article-question .article-question__heading {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  line-height: 30px;
  padding: 30px 102px 30px 30px;
  border-bottom: 1px solid #e3e3e3;
}

.article-question .article-question__heading::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/img/landing_new/accordion_toggle.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  transition: transform 0.5s ease-in-out;
}

.article-question .article-question__data,
.article-question .article-question__content {
  overflow: hidden;
}

.article-question .article-question__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-in-out;
  font-size: 17px;
  line-height: 130%;
}

.article-question
  .article-question__checkbox:checked
  ~ .article-question__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #e3e3e3;
}

.article-question
  .article-question__checkbox:checked
  + .article-question__heading::after {
  transform: translateY(-50%) rotate(45deg);
}

.article-question
  .article-question__content
  .links-grid:not(.links-grid--col-2)
  .article-link-item-card:nth-child(3n + 1) {
  padding-left: 0;
}

.article-question
  .article-question__content
  .links-grid:not(.links-grid--col-2)
  .article-link-item-card:nth-child(3n) {
  padding-right: 0;
}

.article-question
  .article-question__content
  .links-grid.links-grid--col-2
  .article-link-item-card:nth-child(2n + 1) {
  padding-left: 0;
}

.article-question
  .article-question__content
  .links-grid.links-grid--col-2
  .article-link-item-card:nth-child(2n) {
  padding-right: 0;
}

@media (max-width: 1439px) {
  .article .article-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px !important;
  }

  .article .article-block {
    padding: 24px;
  }

  .article .article-link-item__title {
    font-size: 20px;
    line-height: 120%;
  }

  .article .article-link-item__title.article-link-item__title--long {
    font-size: 20px;
  }

  .article .article-link-item__title.article-link-item__title--extra-long,
  .article .article-link-item__title.article-link-item__title--xxl-long {
    font-size: 16px;
  }

  .article .article-link-item__caption,
  .article .article-link-item__caption--long {
    margin-top: 12px 0;
  }

  .article
    .article-link-item.article-link-item--right-top-arrow
    .article-link-item__title::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .article-notify-item .article-notify-item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
  }

  .article .article-notify-item .article-notify-item__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
  }

  .article .article-link-item__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }

  .article .article-link-item__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
  }

  .article .article-link-item__subtitle {
    font-size: 20px;
    line-height: 120%;
  }

  .article .article-link-item__subhead {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.7px;
    margin-bottom: 12px;
  }

  .article .article-link-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }

  .article .article-heading .article-heading__text {
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    margin-top: 12px;
  }

  .article .article-heading .article-heading__subtitle {
    font-size: 16px;
    line-height: 120%;
    margin-top: 16px;
  }

  .article .article-heading .article-heading__subhead {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.7px;
  }

  .article .article-heading .article-heading__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
  }

  .article-spacing-item {
    height: 44px;
  }

  .article .article-link-item-card {
    min-height: 228px;
  }

  .article .article-link-item-card.article-link-item-card--height-s {
    min-height: 170px;
  }

  .article a.article-block.article-link-item-card {
    padding-bottom: 46px;
  }

  .article-table {
    font-size: 16px;
  }

  .article-table .article-table__cell-title {
    font-size: 20px;
    line-height: 120%;
  }

  .article-table .article-table__row {
    padding: 12px;
    column-gap: 12px;
  }

  .article-table.tariffs-table .article-table__row {
    padding: 30px;
  }

  .article a.article-link-item-card::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: 24px;
    bottom: 24px;
  }

  .article-info-item .article-info-item__text {
    font-size: 16px;
    line-height: 120%;
  }

  .article-info-item .article-info-item__text + .article-info-item__text {
    margin-top: 12px;
  }

  .article-question .article-question__heading {
    padding: 24px 96px 24px 24px;
    font-size: 20px;
    line-height: 120%;
    min-height: 44px;
  }

  .article-question .article-question__content {
    font-size: 14px;
    line-height: 120%;
  }

  .article-question .article-question__heading::after {
    right: 24px;
  }
}

@media (max-width: 767px) {
  .article .article-content {
    border-left: none;
    border-right: none;
  }

  .article .article-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
  }

  .article .article-block {
    padding: 12px;
  }

  .article .article-link-item__title {
    font-size: 18px;
    line-height: 120%;
  }

  .article .article-link-item__title.article-link-item__title--long,
  .article .article-link-item__title.article-link-item__title--extra-long,
  .article .article-link-item__title.article-link-item__title--xxl-long {
    font-size: 18px;
  }

  .article .article-link-item__caption,
  .article .article-link-item__caption--long {
    font-size: 14px;
    line-height: 120%;
  }

  .article
    .article-link-item.article-link-item--right-top-arrow
    .article-link-item__title::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }

  .article-notify-item .article-notify-item__title {
    font-size: 18px;
  }

  .article .article-notify-item .article-notify-item__text {
    font-size: 14px;
    line-height: 120%;
  }

  .article .article-link-item__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
  }

  .article .article-link-item__subtitle {
    font-size: 16px;
    line-height: 120%;
  }

  .article .article-link-item__text {
    font-size: 16px;
  }

  .links-grid,
  .links-grid.links-grid--col-2 {
    grid-template-columns: 1fr;
  }

  .article .article-heading .article-heading__text {
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    margin-top: 12px;
  }

  .article .article-heading .article-heading__subtitle {
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    margin-top: 16px;
  }

  .article .article-heading .article-heading__subhead {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.7px;
  }

  .article .article-heading .article-heading__title {
    font-size: 18px;
  }

  .article-spacing-item {
    height: 24px;
  }

  .article .article-link-item-card {
    min-height: auto;
  }

  .article-table {
    font-size: 14px;
  }

  .article-table .article-table__cell-title {
    font-size: 16px;
    line-height: 120%;
  }

  .article-table .article-table__row {
    padding: 12px;
    column-gap: 12px;
  }

  .article a.article-block.article-link-item-card {
    padding-right: 36px;
    padding-bottom: 12px;
  }

  .article .links-grid .article-link-item-card--span-2 {
    grid-column: unset;
  }

  .article a.article-link-item-card::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    right: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: auto;
  }

  .article-link-item-card:empty {
    display: none;
  }

  .article-info-item .article-info-item__text {
    font-size: 14px;
  }

  .article-question .article-question__heading {
    padding: 12px 84px 12px 12px;
    font-size: 16px;
    line-height: 20px;
    min-height: 44px;
  }

  .article-question .article-question__content {
    font-size: 14px;
    line-height: 130%;
  }

  .article-question .article-question__heading::after {
    right: 12px;
  }

  .article-question
    .article-question__content
    .links-grid
    .article-link-item-card {
    padding-left: 0;
    padding-right: 0;
  }
}

.agents-article .article-link-item__caption.article-link-item__caption--bottom {
  position: absolute;
  bottom: 80px;
}

.agents-article .contacts__title {
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.agents-article .contacts__details {
  display: flex;
  gap: 75px;
}

.agents-article .contacts__details > .contacts__details-column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.agents-article .contacts__item {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 120%;
}

.agents-article .contacts__email + .contacts__caption {
  display: none;
}

.agents-article .contacts__email {
  margin-top: 32px;
}

.agents-article .contacts__caption {
  font-size: 17px;
  line-height: 130%;
}

@media (max-width: 1439px) {
  .agents-article
    .article-link-item__caption.article-link-item__caption--bottom {
    position: absolute;
    bottom: 64px;
  }

  .agents-article .contacts__details {
    gap: 60px;
  }

  .agents-article .contacts__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .agents-article .contacts__item {
    font-size: 16px;
  }

  .agents-article .contacts__caption {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .agents-article
    .article-link-item__caption.article-link-item__caption--bottom {
    position: unset;
    bottom: unset;
  }

  .agents-article .contacts__details {
    flex-direction: column;
    gap: 0px;
  }

  .agents-article .contacts__item {
    line-height: 110%;
  }

  .agents-article .contacts__title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .agents-article .contacts__email,
  .agents-article .contacts__chat,
  .agents-article .contacts__phone {
    margin-top: 24px;
  }

  .agents-article .contacts__email + .contacts__caption {
    display: block;
  }
}
