@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --sm: 360px;
  --md: 760px;
  --lg: 1056px;
  --xl: 1340px;
}

*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/gilroy-light-webfont.eot");
  src: url("../../assets/fonts/gilroy-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-light-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-light-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-light-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-light-webfont.svg#gilroylight") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 300;
  src: url("../../assets/fonts/gilroy-lightitalic-webfont.eot");
  src: url("../../assets/fonts/gilroy-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-lightitalic-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-lightitalic-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-lightitalic-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-lightitalic-webfont.svg#gilroylight_italic") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/gilroy-regular-webfont.eot");
  src: url("../../assets/fonts/gilroy-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-regular-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-regular-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-regular-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-regular-webfont.svg#gilroyregular") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 400;
  src: url("../../assets/fonts/gilroy-regularitalic-webfont.eot");
  src: url("../../assets/fonts/gilroy-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-regularitalic-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-regularitalic-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-regularitalic-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-regularitalic-webfont.svg#gilroyregular_italic") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/gilroy-medium-webfont.eot");
  src: url("../../assets/fonts/gilroy-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-medium-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-medium-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-medium-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-medium-webfont.svg#gilroymedium") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 500;
  src: url("../../assets/fonts/gilroy-mediumitalic-webfont.eot");
  src: url("../../assets/fonts/gilroy-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-mediumitalic-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-mediumitalic-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-mediumitalic-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-mediumitalic-webfont.svg#gilroymedium_italic") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/gilroy-semibold-webfont.eot");
  src: url("../../assets/fonts/gilroy-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-semibold-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-semibold-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-semibold-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-semibold-webfont.svg#gilroysemibold") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 600;
  src: url("../../assets/fonts/gilroy-semibolditalic-webfont.eot");
  src: url("../../assets/fonts/gilroy-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-semibolditalic-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-semibolditalic-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-semibolditalic-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-semibolditalic-webfont.svg#gilroysemibold_italic") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/gilroy-bold-webfont.eot");
  src: url("../../assets/fonts/gilroy-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-bold-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-bold-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-bold-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-bold-webfont.svg#gilroybold") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 700;
  src: url("../../assets/fonts/gilroy-bolditalic-webfont.eot");
  src: url("../../assets/fonts/gilroy-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-bolditalic-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-bolditalic-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-bolditalic-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-bolditalic-webfont.svg#gilroybold_italic") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/gilroy-extrabold-webfont.eot");
  src: url("../../assets/fonts/gilroy-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-extrabold-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-extrabold-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-extrabold-webfont.svg#gilroyextrabold") format("svg");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 800;
  src: url("../../assets/fonts/gilroy-extrabolditalic-webfont.eot");
  src: url("../../assets/fonts/gilroy-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/gilroy-extrabolditalic-webfont.woff2") format("woff2"), url("../../assets/fonts/gilroy-extrabolditalic-webfont.woff") format("woff"), url("../../assets/fonts/gilroy-extrabolditalic-webfont.ttf") format("truetype"), url("../../assets/fonts/gilroy-extrabolditalic-webfont.svg#gilroyextrabold_italic") format("svg");
}
html#html {
  margin-top: 0 !important;
}

html,
.body {
  height: 100%;
}

.body {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.body.menu-opened {
  overflow: hidden;
}
@media only screen and (min-width: 760px) {
  .body.menu-opened {
    overflow: visible;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  .container {
    width: 760px;
  }
}
@media only screen and (min-width: 1056px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1340px) {
  .container {
    width: 1340px;
  }
}

@media only screen and (min-width: 1056px) {
  .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.no-wrap {
  white-space: nowrap;
}

::-webkit-input-placeholder {
  color: #7486aa;
  font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 1;
}

::-moz-placeholder {
  color: #7486aa;
  font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #7486aa;
  font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #7486aa;
  font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 1;
}

::placeholder {
  color: #7486aa;
  font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 1;
}
@media only screen and (min-width: 1056px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

.hide-scroll-bar {
  overflow: hidden;
  position: relative;
}
.hide-scroll-bar:not(.scrolled) .header__container {
  padding-right: 0 !important;
}

#wpadminbar {
  display: none;
}

.article__link,
.article a[rel=noopener] {
  color: #1a47ed;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
}
@media only screen and (min-width: 760px) {
  .article__link,
.article a[rel=noopener] {
    font-size: 18px;
  }
}
.article br {
  content: "";
  display: block;
  margin-bottom: 12px;
}
@media only screen and (min-width: 760px) {
  .article br {
    margin-bottom: 16px;
  }
}
.article__title-big, .article__title-medium, .blog-article__description,
.blog-article__title_tertiary,
.wp-block-heading,
.size-large, .article__title-small, .article__text, .blog-article__text,
.article p:not([class]),
.wp-block-table,
h3:not([class]) {
  margin-bottom: 24px;
}
@media only screen and (min-width: 760px) {
  .article__title-big, .article__title-medium, .blog-article__description,
.blog-article__title_tertiary,
.wp-block-heading,
.size-large, .article__title-small, .article__text, .blog-article__text,
.article p:not([class]),
.wp-block-table,
h3:not([class]) {
    margin-bottom: 32px;
  }
}
.article__bold, strong {
  font-weight: 800;
}
.article__title-big, .article__title-medium, .blog-article__description,
.blog-article__title_tertiary,
.wp-block-heading,
.size-large, .article__title-small {
  margin-top: 60px;
}
.article__title-big {
  color: #051539;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.article__title-big .article__link,
.article__title-big a[rel=noopener] {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.article__title-medium, .blog-article__description,
.blog-article__title_tertiary,
.wp-block-heading,
.size-large {
  color: #051539;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
.article__title-medium .article__link, .blog-article__description .article__link,
.blog-article__title_tertiary .article__link,
.wp-block-heading .article__link,
.size-large .article__link,
.article__title-medium a[rel=noopener],
.blog-article__description a[rel=noopener],
.blog-article__title_tertiary a[rel=noopener],
.wp-block-heading a[rel=noopener],
.size-large a[rel=noopener] {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
.article__title-small {
  color: #051539;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}
.article__title-small .article__link,
.article__title-small a[rel=noopener] {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}
.article__text, .blog-article__text,
.article p:not([class]),
.wp-block-table,
h3:not([class]) {
  color: #051539;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.64;
}
@media only screen and (min-width: 760px) {
  .article__text, .blog-article__text,
.article p:not([class]),
.wp-block-table,
h3:not([class]) {
    font-size: 18px;
  }
}
.article__quote, .blog-article__blockquote-lvl-2,
blockquote, .article__quote-author, .blog-article__quote-author {
  color: #051539;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.64;
}
@media only screen and (min-width: 760px) {
  .article__quote, .blog-article__blockquote-lvl-2,
blockquote, .article__quote-author, .blog-article__quote-author {
    font-size: 18px;
  }
}
.article__quote, .blog-article__blockquote-lvl-2,
blockquote {
  margin-bottom: 10px;
  margin-top: 79px;
  position: relative;
}
.article__quote:before, .blog-article__blockquote-lvl-2:before,
blockquote:before {
  background: url(../images/article-quotes.svg) center no-repeat;
  content: "";
  height: 51px;
  left: 0;
  position: absolute;
  top: -58px;
  width: 64px;
}
@media only screen and (min-width: 760px) {
  .article__quote, .blog-article__blockquote-lvl-2,
blockquote {
    margin-bottom: 17px;
    margin-top: 33px;
  }
  .article__quote:before, .blog-article__blockquote-lvl-2:before,
blockquote:before {
    background-size: 68px;
    left: -82px;
    top: 7px;
    width: 68px;
  }
}
.article__quote-author, .blog-article__quote-author {
  margin-bottom: 16px;
}
.article__highlight-text {
  color: #1a47ed;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 34px;
  margin-top: 34px;
  padding-left: 26px;
  position: relative;
}
.article__highlight-text:before {
  background: #1a47ed;
  content: "";
  height: calc(100% + 20px);
  left: 0;
  position: absolute;
  top: -10px;
  width: 8px;
}
@media only screen and (min-width: 760px) {
  .article__highlight-text {
    font-size: 24px;
    margin-bottom: 44px;
    margin-top: 44px;
  }
}
.article__list, .blog-article__check-mark-list, ol:not([class]),
ul:not([class]),
.blog-article__ordered-list,
.blog-article__unordered-list {
  margin-bottom: 16px;
}
.article__list-item, .blog-article__check-mark-list li, ol:not([class]) li,
ul:not([class]) li,
.blog-article__ordered-list li,
.blog-article__unordered-list li {
  color: #051539;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 12px;
}
@media only screen and (min-width: 760px) {
  .article__list-item, .blog-article__check-mark-list li, ol:not([class]) li,
ul:not([class]) li,
.blog-article__ordered-list li,
.blog-article__unordered-list li {
    font-size: 18px;
  }
}
.article__list-item_bullet, ol:not([class]) li,
ul:not([class]) li,
.blog-article__ordered-list li,
.blog-article__unordered-list li {
  padding-left: 36px;
  position: relative;
}
.article__list-item_bullet:before, ol:not([class]) li:before,
ul:not([class]) li:before,
.blog-article__ordered-list li:before,
.blog-article__unordered-list li:before {
  background: #1036c1;
  border-radius: 2px;
  content: "";
  height: 10px;
  left: 1px;
  position: absolute;
  top: 10px;
  width: 10px;
}
.article__list-item_ordered {
  list-style-type: decimal;
  margin-left: 22px;
  padding-left: 6px;
}
.article__list-item_ordered::marker {
  color: #1a47ed;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 760px) {
  .article__list-item_ordered {
    margin-left: 8px;
    padding-left: 20px;
  }
  .article__list-item_ordered::marker {
    font-size: 18px;
  }
}
.article__list-item_checks, .blog-article__check-mark-list li {
  padding-left: 24px;
  position: relative;
}
.article__list-item_checks:before, .blog-article__check-mark-list li:before {
  background: url(../images/list-checks.svg) center no-repeat;
  background-size: 16px;
  content: "";
  height: 18px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 24px;
}
@media only screen and (min-width: 760px) {
  .article__list-item_checks:before, .blog-article__check-mark-list li:before {
    background-size: auto;
    left: -12px;
    top: 4px;
  }
}
.article__author {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media only screen and (min-width: 760px) {
  .article__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}
.article__author-image-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
  width: 61px;
}
@media only screen and (min-width: 760px) {
  .article__author-image-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 80px;
    margin-right: 16px;
    width: 80px;
  }
}
.article__author-image {
  width: 100%;
}
.article__author-content-head {
  margin-bottom: 10px;
}
.article__author-name {
  font-weight: 500;
  margin-right: 4px;
}
.article__author-position {
  font-weight: 700;
}
.article__author-name, .article__author-position {
  color: #051539;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (min-width: 760px) {
  .article__author-name, .article__author-position {
    font-size: 20px;
    line-height: 1.1;
  }
}
.article__author-description {
  color: #051539;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.64;
}
@media only screen and (min-width: 760px) {
  .article__author-description {
    font-size: 18px;
  }
}

.article-card__url {
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 24px 100px rgba(10, 12, 68, 0.1);
          box-shadow: 0 24px 100px rgba(10, 12, 68, 0.1);
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 360px) {
  .article-card__url {
    height: 485px;
    max-width: 328px;
    width: 328px;
  }
}
@media only screen and (min-width: 450px) {
  .article-card__url {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1340px) {
  .article-card__url {
    height: 540px;
    max-width: 362px;
    width: 362px;
  }
}
@media only screen and (min-width: 1106px) {
  .article-card__url_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 375px;
    margin-bottom: 90px;
    width: 100%;
  }
}
@media only screen and (min-width: 1056px) {
  .article-card__url_first {
    max-width: none;
  }
}
@media only screen and (min-width: 1340px) {
  .article-card__url_first {
    height: 400px;
    margin-bottom: 112px;
    width: 1146px;
  }
}
.article-card__img-wrap, .article-card__img {
  border-radius: 12px 12px 0 0;
}
@media only screen and (min-width: 1106px) {
  .article-card__img-wrap_first, .article-card__img_first {
    border-radius: 12px 0 0 12px;
  }
}
.article-card__img-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e6eaf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 360px) {
  .article-card__img-wrap {
    width: 328px;
  }
}
@media only screen and (min-width: 1340px) {
  .article-card__img-wrap {
    height: 220px;
    width: 362px;
  }
}
@media only screen and (min-width: 1106px) {
  .article-card__img-wrap_first {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 375px;
    width: 620px;
  }
}
@media only screen and (min-width: 1340px) {
  .article-card__img-wrap_first {
    height: 400px;
    width: 656px;
  }
}
.article-card__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article-card__content {
  height: 240px;
  margin: 16px 15px 26px;
  overflow: hidden;
}
@media only screen and (min-width: 1340px) {
  .article-card__content {
    height: 270px;
    margin: 16px 16px 26px;
  }
}
@media only screen and (min-width: 1106px) {
  .article-card__content_first {
    height: auto;
    margin: 50px 18px 70px;
  }
}
@media only screen and (min-width: 1340px) {
  .article-card__content_first {
    margin-bottom: 95px;
    margin-left: 28px;
    margin-right: 28px;
  }
}
.article-card__specifications {
  color: #98a9cd;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1340px) {
  .article-card__specifications {
    font-size: 14px;
  }
}
.article-card__read-time {
  margin-left: 4px;
}
.article-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #051539;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 10px;
  max-height: 66px;
  overflow: hidden;
}
@media only screen and (min-width: 1340px) {
  .article-card__title {
    font-size: 22px;
    line-height: 24px;
    max-height: 72px;
  }
}
@media only screen and (min-width: 1106px) {
  .article-card__title_first {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 16px;
    max-height: 78px;
  }
}
@media only screen and (min-width: 1340px) {
  .article-card__title_first {
    font-size: 24px;
  }
}
.article-card__subtitle {
  color: #394768;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
}
@media only screen and (min-width: 1340px) {
  .article-card__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1106px) {
  .article-card__subtitle_first {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1340px) {
  .article-card__subtitle_first {
    font-size: 18px;
  }
}

.button, .articles-list__btn-wrap button, .banner__link, .main-subscribe .es_submit_button, .article-subscribe .es_submit_button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (min-width: 1056px) {
  .button, .articles-list__btn-wrap button, .banner__link, .main-subscribe .es_submit_button, .article-subscribe .es_submit_button {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.button_big, .articles-list__btn-wrap button, .banner__link, .main-subscribe .es_submit_button, .article-subscribe .es_submit_button {
  height: 44px;
}
@media only screen and (min-width: 1056px) {
  .button_big, .articles-list__btn-wrap button, .banner__link, .main-subscribe .es_submit_button, .article-subscribe .es_submit_button {
    height: 54px;
  }
}
.button_medium {
  height: 32px;
}
@media only screen and (min-width: 1056px) {
  .button_medium {
    height: 38px;
  }
}
.button_small {
  height: 34px;
}
@media only screen and (min-width: 1056px) {
  .button_small {
    height: 44px;
  }
}
.button_blue, .articles-list__btn-wrap button, .banner[data-theme=light] .banner__link, .article-subscribe .es_submit_button {
  background-color: #1a47ed;
  -webkit-box-shadow: 0 18px 30px -14px rgba(44, 56, 86, 0.4);
          box-shadow: 0 18px 30px -14px rgba(44, 56, 86, 0.4);
}
.button_blue:hover, .articles-list__btn-wrap button:hover, .banner[data-theme=light] .banner__link:hover, .article-subscribe .es_submit_button:hover {
  background-color: #1036c1;
}
.button_peach, .banner[data-theme=dark] .banner__link, .main-subscribe .es_submit_button {
  background-color: #ff5f5f;
  -webkit-box-shadow: 0 18px 30px -14px rgba(44, 56, 86, 0.4);
          box-shadow: 0 18px 30px -14px rgba(44, 56, 86, 0.4);
}
.button_peach:hover, .banner[data-theme=dark] .banner__link:hover, .main-subscribe .es_submit_button:hover {
  background-color: #ff3232;
}
.button_grey {
  background-color: #e6eaf4;
}
.button_grey:hover {
  background-color: #c0c8dd;
}
.button_arrow {
  background-image: url(../images/main-subscribe-btn-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 56px;
}
.button__text, .articles-list__btn-wrap button, .banner__link-text, .main-subscribe .es_submit_button, .article-subscribe .es_submit_button {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
.button__text_arrow {
  display: none;
}
.button__text_blue, .articles-list__btn-wrap button, .banner[data-theme=light] .banner__link, .article-subscribe .es_submit_button, .button__text_peach, .banner[data-theme=dark] .banner__link, .main-subscribe .es_submit_button {
  color: #ffffff;
}
.button__text_gray {
  color: #051539;
}
.button__text_big, .articles-list__btn-wrap button, .banner__link-text, .main-subscribe .es_submit_button, .article-subscribe .es_submit_button {
  font-size: 16px;
}
@media only screen and (min-width: 1056px) {
  .button__text_big, .articles-list__btn-wrap button, .banner__link-text, .main-subscribe .es_submit_button, .article-subscribe .es_submit_button {
    font-size: 18px;
  }
}
.button__text_medium {
  font-size: 12px;
}
@media only screen and (min-width: 1056px) {
  .button__text_medium {
    font-size: 14px;
  }
}
.button__text_small {
  font-size: 12px;
}
@media only screen and (min-width: 1056px) {
  .button__text_small {
    font-size: 16px;
  }
}

.article-subscribe {
  margin-bottom: 60px;
}
.article-subscribe__wrap {
  margin-top: 60px;
}
@media only screen and (min-width: 760px) {
  .article-subscribe__wrap {
    margin-top: 90px;
  }
}
.article-subscribe__title {
  color: #051539;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 760px) {
  .article-subscribe__title {
    font-size: 32px;
  }
}
.article-subscribe__description {
  color: #051539;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media only screen and (min-width: 760px) {
  .article-subscribe__description {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.64;
    margin-bottom: 16px;
  }
}
.article-subscribe__form-wrap {
  margin-bottom: 6px;
}
@media only screen and (min-width: 760px) {
  .article-subscribe__form-wrap {
    margin-bottom: 16px;
  }
}
.article-subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-subscribe .ig_es_form_field_email {
  background: #eef1f8;
  border: 2px solid #f1f4fb;
  border-radius: 6px;
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 1.2;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 100%;
}
.article-subscribe .ig_es_form_field_email:hover {
  background: #e6eaf4;
  border-color: #e6eaf4;
}
.article-subscribe .ig_es_form_field_email:focus {
  border-color: #1a47ed;
}
.article-subscribe .ig_es_form_field_email::-webkit-input-placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.article-subscribe .ig_es_form_field_email::-moz-placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.article-subscribe .ig_es_form_field_email:-ms-input-placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.article-subscribe .ig_es_form_field_email::-ms-input-placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.article-subscribe .ig_es_form_field_email::placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 1056px) {
  .article-subscribe .ig_es_form_field_email {
    height: 54px;
  }
}
.article-subscribe .es_submit_button {
  background-image: url(../images/main-subscribe-btn-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  text-indent: -9999px;
}
@media only screen and (min-width: 650px) {
  .article-subscribe .es_submit_button {
    background-image: none;
    margin-left: 20px;
    text-indent: 0;
  }
}
.article-subscribe .es-field-wrap {
  width: 100%;
}
.article-subscribe__disclaimer {
  color: #98a9cd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.article-subscribe__disclaimer-url {
  font-weight: 700;
}
.article-subscribe .es_subscription_message.success {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/subscribe-checkmark.svg) 0 center no-repeat;
  color: #051539;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 54px;
  line-height: 1;
  padding-left: 36px;
}
.article-subscribe .es_subscription_message.error {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: #ff5f5f;
  margin-top: 2px;
}
.article-subscribe .es_spinner_image {
  display: none !important;
}

.main-subscribe {
  padding: 24px 24px 243px;
}
@media only screen and (min-width: 580px) {
  .main-subscribe {
    max-width: 377px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 760px) {
  .main-subscribe {
    max-width: 512px;
    padding: 41px 48px;
  }
}
@media only screen and (min-width: 1056px) {
  .main-subscribe {
    max-width: 608px;
  }
}
@media only screen and (min-width: 1106px) {
  .main-subscribe {
    max-width: 704px;
    padding: 41px 48px 41px;
  }
}
.main-subscribe__wrap {
  background: url(../images/main-subscribe-bg.svg) right bottom no-repeat;
  background-size: 328px;
  border-radius: 12px;
  -webkit-box-shadow: 0 50px 90px -20px rgba(4, 15, 54, 0.16);
          box-shadow: 0 50px 90px -20px rgba(4, 15, 54, 0.16);
  margin-bottom: 60px;
}
@media only screen and (min-width: 450px) {
  .main-subscribe__wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1056px) {
  .main-subscribe__wrap {
    background-size: 479px;
    border-radius: 24px;
  }
}
.main-subscribe__title {
  color: #051539;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1106px) {
  .main-subscribe__title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
  }
}
.main-subscribe__form-wrap {
  margin-bottom: 16px;
  margin-bottom: 18px;
  margin-bottom: 16px;
}
.main-subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-subscribe .es-field-wrap {
  margin-bottom: 0;
  max-width: 330px;
  width: 100%;
}
.main-subscribe .es-field-wrap label {
  display: block;
}
@media only screen and (min-width: 1106px) {
  .main-subscribe .es-field-wrap {
    min-width: 318px;
    width: 318px;
  }
}
.main-subscribe .ig_es_form_field_email {
  background: #eef1f8;
  border: 2px solid #f1f4fb;
  border-radius: 6px;
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 1.2;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 100%;
}
.main-subscribe .ig_es_form_field_email:hover {
  background: #e6eaf4;
  border-color: #e6eaf4;
}
.main-subscribe .ig_es_form_field_email:focus {
  border-color: #1a47ed;
}
.main-subscribe .ig_es_form_field_email::-webkit-input-placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.main-subscribe .ig_es_form_field_email::-moz-placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.main-subscribe .ig_es_form_field_email:-ms-input-placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.main-subscribe .ig_es_form_field_email::-ms-input-placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.main-subscribe .ig_es_form_field_email::placeholder {
  color: #7486aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 1056px) {
  .main-subscribe .ig_es_form_field_email {
    height: 54px;
  }
}
.main-subscribe .es_submit_button {
  background-image: url(../images/main-subscribe-btn-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  text-indent: -9999px;
}
@media only screen and (min-width: 1106px) {
  .main-subscribe .es_submit_button {
    background-image: none;
    margin-left: 20px;
    text-indent: 0;
  }
}
@media only screen and (min-width: 760px) {
  .main-subscribe .es_submit_button {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 1056px) {
  .main-subscribe .es_submit_button {
    margin-left: 20px;
  }
}
.main-subscribe__disclaimer {
  color: #98a9cd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.main-subscribe__disclaimer-url {
  font-weight: 700;
}
.main-subscribe .es_subscription_message.success {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/subscribe-checkmark.svg) 0 center no-repeat;
  color: #051539;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 54px;
  line-height: 1;
  padding-left: 36px;
}
.main-subscribe .es_subscription_message.error {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: #ff5f5f;
  margin-top: 2px;
}
.main-subscribe .es_spinner_image {
  display: none !important;
}

.single-image__image, .blog-article__photo-wrap img {
  border-radius: 8px;
  display: block;
}
.single-image__image_popup {
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 60px rgba(236, 236, 236, 0.6);
          box-shadow: 0 20px 60px rgba(236, 236, 236, 0.6);
  display: block;
  max-height: 90vh;
  max-width: 90vw;
}
.single-image__container, .blog-article__photo-wrap {
  margin-bottom: 60px;
}
.single-image__container_popup {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  height: 100vh;
  opacity: 0;
  position: fixed;
  width: 100vw;
  z-index: 100600;
}
.single-image__backdrop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block;
}
.single-image__backdrop_popup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.single-image__popup {
  border-radius: 8px;
  height: auto !important;
  max-height: 80vh;
  max-width: 80vw;
  width: auto !important;
}
.single-image__popup-body .single-image__container_popup {
  opacity: 1;
}

.slider {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1056px) {
  .slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider__container {
  border-radius: 4px;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 760px) {
  .slider__container {
    border-radius: 8px;
  }
}
.slider__prev, .slider__next {
  display: none;
}
@media only screen and (min-width: 760px) {
  .slider__prev, .slider__next {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    color: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 44px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 56px;
  }
}
@media only screen and (min-width: 760px) {
  .slider__prev {
    background: #e6eaf4 url(../images/slider-prev.svg) center no-repeat;
    left: -6vw;
  }
}
@media only screen and (min-width: 1056px) {
  .slider__prev {
    left: -24px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
@media only screen and (min-width: 760px) {
  .slider__next {
    background: #e6eaf4 url(../images/slider-next.svg) center no-repeat;
    right: -6vw;
  }
}
@media only screen and (min-width: 1056px) {
  .slider__next {
    right: -24px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
.slider__prev-next-disable {
  cursor: auto;
  opacity: 0.5;
}
.slider__slides-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider__slide {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider__image {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .slider__image {
    border-radius: 8px;
  }
}
.slider__dots-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.slider__dot {
  background: #ced5e9;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 8px;
  line-height: 0;
  margin-left: 4px;
  margin-right: 4px;
  width: 8px;
}
.slider__dot_active {
  background: #1a47ed;
}

.slider-popup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10000;
}
@media only screen and (min-width: 1571px) {
  .slider-popup {
    max-width: 1566px;
  }
}
.slider-popup:before {
  background: rgba(255, 255, 255, 0.95);
  content: "";
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: -1;
}
.slider-popup .slider__container {
  width: 90%;
}
@media only screen and (min-width: 1571px) {
  .slider-popup .slider__container {
    width: 100%;
  }
}
.slider-popup .slider__slides-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
@media only screen and (min-width: 760px) {
  .slider-popup .slider__container, .slider-popup .slider__slides-wrap, .slider-popup .slider__images {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 1056px) {
  .slider-popup .slider__container, .slider-popup .slider__slides-wrap, .slider-popup .slider__images {
    max-width: 84vw;
  }
}
@media only screen and (min-width: 1056px) and (min-width: 1571px) {
  .slider-popup .slider__container, .slider-popup .slider__slides-wrap, .slider-popup .slider__images {
    max-width: 1320px;
  }
}
.slider-popup .slider__slides-wrap, .slider-popup .slider__images {
  max-height: 80vw;
}
@media only screen and (min-width: 760px) {
  .slider-popup .slider__prev {
    left: 12px;
  }
}
@media only screen and (min-width: 1056px) {
  .slider-popup .slider__prev {
    left: 70px;
  }
}
@media only screen and (min-width: 760px) {
  .slider-popup .slider__next {
    right: 12px;
  }
}
@media only screen and (min-width: 1056px) {
  .slider-popup .slider__next {
    right: 70px;
  }
}

.animate-show-slider {
  -webkit-animation: fadeIn 0.2s linear;
          animation: fadeIn 0.2s linear;
}

.animate-remove-slider {
  -webkit-animation: fadeOut 0.2s linear;
          animation: fadeOut 0.2s linear;
}

.related-articles__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 525px;
}
.related-articles__caption {
  color: #051539;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1200px) {
  .related-articles__caption {
    font-size: 36px;
  }
}
.related-articles__slider {
  padding-bottom: 60px;
  padding-top: 24px;
}
.related-articles__slider-cards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-articles__slider-prev, .related-articles__slider-next, .related-articles__dots-wrap {
  display: none;
}

@media only screen and (min-width: 760px) {
  .related-articles {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 760px;
  }
}
@media only screen and (min-width: 1200px) {
  .related-articles {
    width: 1044px;
  }
}
@media only screen and (min-width: 1340px) {
  .related-articles {
    width: 1206px;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__wrap {
    max-width: none;
  }
}
@media only screen and (min-width: 1340px) {
  .related-articles__wrap {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__caption {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .related-articles__caption {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 1340px) {
  .related-articles__caption {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__slider-wrap {
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__slider {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 671px;
    padding-bottom: 90px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .related-articles__slider {
    max-width: 1014px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1340px) {
  .related-articles__slider {
    max-width: 1146px;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__slider-cards {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .related-articles__slider-cards[style*="transition-duration: 300ms"] .related-articles__url {
    -webkit-box-shadow: 0 2px 19px 0 rgba(231, 237, 240, 0.8);
            box-shadow: 0 2px 19px 0 rgba(231, 237, 240, 0.8);
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__url {
    -webkit-box-shadow: 0 2px 19px 0 rgb(231, 237, 240);
            box-shadow: 0 2px 19px 0 rgb(231, 237, 240);
    -webkit-transition: opacity 0.15s ease-in-out, box-shadow 0.5s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
    transition: opacity 0.15s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
    transition: opacity 0.15s ease-in-out, box-shadow 0.5s ease-in-out;
    transition: opacity 0.15s ease-in-out, box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    margin-left: 0;
    opacity: 1;
    position: relative;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__slide_prev, .related-articles__slide_next + .related-articles__url {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .related-articles__slide_next + .related-articles__url {
    -webkit-box-shadow: 0 2px 19px 0 rgb(231, 237, 240);
            box-shadow: 0 2px 19px 0 rgb(231, 237, 240);
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .related-articles__slide_next + .related-articles__url + .related-articles__url {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__dots-wrap {
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__dot {
    background: #ced5e9;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 8px;
    margin-left: 5px;
    margin-right: 5px;
    width: 8px;
  }
  .related-articles__dot_active {
    background: #1a47ed;
  }
}
@media only screen and (min-width: 1056px) {
  .related-articles__dot {
    display: none;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__slider-prev, .related-articles__slider-next {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    color: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 44px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    z-index: 300;
  }
  .related-articles__slider-prev:hover, .related-articles__slider-next:hover {
    background-color: #c0c8dd;
  }
}
@media only screen and (min-width: 810px) {
  .related-articles__slider-prev, .related-articles__slider-next {
    width: 56px;
  }
}
@media only screen and (min-width: 1340px) {
  .related-articles__slider-prev, .related-articles__slider-next {
    top: calc(50% - 23px);
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__slider-prev {
    background: #e6eaf4 url(../images/slider-prev.svg) center no-repeat;
    left: 3px;
  }
}
@media only screen and (min-width: 810px) {
  .related-articles__slider-prev {
    left: -20px;
  }
}
@media only screen and (min-width: 865px) {
  .related-articles__slider-prev {
    left: -37px;
  }
}
@media only screen and (min-width: 1200px) {
  .related-articles__slider-prev {
    left: -75px;
  }
}
@media only screen and (min-width: 1340px) {
  .related-articles__slider-prev {
    left: -68px;
  }
}
@media only screen and (min-width: 760px) {
  .related-articles__slider-next {
    background: #e6eaf4 url(../images/slider-next.svg) center no-repeat;
    right: 3px;
  }
}
@media only screen and (min-width: 810px) {
  .related-articles__slider-next {
    right: -20px;
  }
}
@media only screen and (min-width: 865px) {
  .related-articles__slider-next {
    right: -37px;
  }
}
@media only screen and (min-width: 1200px) {
  .related-articles__slider-next {
    right: -75px;
  }
}
@media only screen and (min-width: 1340px) {
  .related-articles__slider-next {
    right: -68px;
  }
}

.banner {
  border-radius: 12px;
  -webkit-box-shadow: 0 28px 140px rgba(10, 12, 68, 0.1);
          box-shadow: 0 28px 140px rgba(10, 12, 68, 0.1);
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 16px 16px 40px;
}
@media only screen and (min-width: 360px) {
  .banner {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media only screen and (min-width: 760px) {
  .banner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}
.banner__image, .banner__content, .banner__title, .banner__description {
  display: block;
}
.banner__image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 220px;
}
@media only screen and (min-width: 360px) {
  .banner__image {
    height: 254px;
  }
}
@media only screen and (min-width: 760px) {
  .banner__image {
    background-position: right center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: auto;
    margin: 16px;
    width: 280px;
  }
}
@media only screen and (min-width: 760px) {
  .banner__content {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 30px 30px 40px;
    width: 284px;
  }
}
.banner__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1056px) {
  .banner__title {
    font-size: 32px;
    line-height: 1;
  }
}
.banner__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1056px) {
  .banner__description {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42;
    margin-bottom: 20px;
  }
}
.banner__link {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .banner__link {
    width: auto;
  }
}
.banner[data-theme=light] {
  background-color: #ffffff;
}
.banner[data-theme=light] .banner__title, .banner[data-theme=light] .banner__description {
  color: #051539;
}
.banner[data-theme=dark] {
  background-color: #0b278d;
}
.banner[data-theme=dark] .banner__title, .banner[data-theme=dark] .banner__description {
  color: #ffffff;
}
.blog-article__description a[rel=noopener] {
  font-size: 24px;
}

.size-large {
  margin-bottom: 24px !important;
}

ol:not([class]) li,
ul:not([class]) li,
.blog-article__ordered-list li,
.blog-article__unordered-list li {
  list-style-type: none;
}

.menu-opened .header:after {
  background: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
}
.menu-opened .header__container {
  position: relative;
  z-index: 910;
}

.scrolled .header__container {
  -webkit-box-shadow: 0 6px 18px rgba(25, 34, 83, 0.06);
          box-shadow: 0 6px 18px rgba(25, 34, 83, 0.06);
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
}

@media only screen and (min-width: 1056px) {
  .scroll-up .header__container {
    top: 0;
  }
}

@media only screen and (min-width: 1056px) {
  .scroll-down .header__container {
    top: -80px;
  }
}
.scroll-down .header__menu-body {
  display: none;
}

.header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 56px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .header {
    height: 80px;
  }
}
.header__container {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 3px 6px rgba(25, 34, 83, 0);
          box-shadow: 0 3px 6px rgba(25, 34, 83, 0);
  height: 56px;
  -webkit-transition: box-shadow 0.1s linear, top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out, -webkit-box-shadow 0.1s linear;
  transition: top 0.2s ease-out, -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, top 0.2s ease-out;
  transition: box-shadow 0.1s linear, top 0.2s ease-out, -webkit-box-shadow 0.1s linear;
}
@media only screen and (min-width: 360px) {
  .header__container {
    max-width: 710px;
  }
}
@media only screen and (min-width: 760px) {
  .header__container {
    height: 80px;
    max-width: none;
  }
}
@media only screen and (min-width: 1056px) {
  .header__container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1340px) {
  .header__container {
    max-width: 1340px;
  }
}
.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 360px) {
  .header__content {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1056px) {
  .header__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1146px;
  }
}
@media only screen and (min-width: 1340px) {
  .header__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.header__logo-wrap, .header__logo-url, .header__logo {
  display: block;
  width: 96px;
}
@media only screen and (min-width: 760px) {
  .header__logo-wrap, .header__logo-url, .header__logo {
    width: 140px;
  }
}
.header__hamburger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dbe0f0;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}
@media only screen and (min-width: 1056px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger-icon {
  cursor: pointer;
  height: 10px;
  margin: 50px auto;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 12px;
}
.header__hamburger-icon span {
  background: #051539;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 100%;
}
.header__hamburger-icon span:nth-child(1) {
  top: 0;
}
.header__hamburger-icon span:nth-child(2), .header__hamburger-icon span:nth-child(3) {
  top: 4px;
}
.header__hamburger-icon span:nth-child(4) {
  top: 8px;
}
.header__hamburger-icon.show span:nth-child(1), .header__hamburger-icon.show span:nth-child(4) {
  left: 50%;
  top: 4px;
  width: 0;
}
.header__hamburger-icon.show span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger-icon.show span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__menu-wrap {
  background: #ffffff;
  display: none;
  height: calc(100vh - 56px);
  left: 50%;
  overflow-y: scroll;
  padding-top: 12px;
  position: absolute;
  top: 56px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__menu-wrap::-webkit-scrollbar {
  display: none;
}
.header__menu-wrap.show {
  -webkit-animation: fade-in 0.1s ease-in;
          animation: fade-in 0.1s ease-in;
  display: block;
}
@media only screen and (min-width: 360px) {
  .header__menu-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 760px) {
  .header__menu-wrap {
    border: none;
    border-radius: 8px 0 0 8px;
    -webkit-box-shadow: 0 6px 18px rgba(25, 34, 83, 0.06);
            box-shadow: 0 6px 18px rgba(25, 34, 83, 0.06);
    height: auto;
    padding-left: 27px;
    padding-right: 0;
    top: 80px;
  }
  .header__menu-wrap:after {
    background: #f1f4fb;
    border-top-right-radius: 8px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1056px) {
  .header__menu-wrap {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    height: 100%;
    left: auto;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
  .header__menu-wrap:after {
    display: none;
  }
}
.header__menu-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 6px;
  margin-right: 6px;
  max-width: 328px;
}
@media only screen and (min-width: 360px) {
  .header__menu-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1056px) {
  .header__menu-head {
    height: 100%;
    max-width: none;
  }
}
.header__menu-body {
  height: calc(100% - 26px);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 19px;
}
@media only screen and (min-width: 360px) {
  .header__menu-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 360px) {
  .header__menu-body {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1056px) {
  .header__menu-body {
    background: #ffffff;
    border-radius: 8px;
    height: auto;
    padding-top: 0;
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 1056px) {
  .header__menu-btn-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .header__menu-btn-wrap:hover:before, .header__menu-btn-wrap:hover:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 100;
  }
  .header__menu-btn-wrap:hover:before {
    left: -19px;
  }
  .header__menu-btn-wrap:hover:after {
    right: -19px;
  }
}
.header__menu-btn {
  border-radius: 4px;
  color: #7486aa;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 26px;
  height: 26px;
  line-height: 14px;
  padding: 6px;
}
.header__menu-btn:hover {
  background: #f1f4fb;
}
.header__menu-btn.active {
  background: #1a47ed;
  color: #ffffff;
}
@media only screen and (min-width: 360px) {
  .header__menu-btn {
    margin-left: 6px;
    padding: 6px;
  }
  .header__menu-btn:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 760px) {
  .header__menu-btn {
    background: #eef1f8;
    color: #7486aa;
    margin-right: 13px;
    padding: 6px 14px;
  }
}
@media only screen and (min-width: 1056px) {
  .header__menu-btn {
    background: transparent;
    border-radius: 4px;
    color: #051539;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: 1.1;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    position: relative;
  }
  .header__menu-btn.default:after {
    background: #1a47ed;
    border-radius: 0.6px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 55px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 97px;
    z-index: 100;
  }
  .header__menu-btn.active {
    background: none;
    color: #051539;
  }
  .header__menu-btn.active:hover {
    background: #f1f4fb;
  }
  .header__menu-btn.active:before {
    border-radius: 100px 100px 0 0;
    bottom: -50px;
    content: "";
    cursor: auto;
    height: 100px;
    left: 50px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 230%;
    z-index: 40;
  }
}
@media only screen and (min-width: 1056px) {
  .header__menu-btn-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    z-index: 60;
  }
}
.header__menu-sing-in, .header__menu-contact-us {
  display: none;
}
@media screen and (min-width: 420px) {
  .header__menu-sing-in {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1a47ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    padding: 6px;
  }
}
@media only screen and (min-width: 760px) {
  .header__menu-sing-in {
    background: #eef1f8;
    border-radius: 5px;
    padding: 6px 14px;
  }
}
@media only screen and (min-width: 1056px) {
  .header__menu-sing-in {
    background: transparent;
    font-size: 16px;
    font-weight: 800;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 1056px) {
  .header__menu-contact-us {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 30px;
  }
}
.header__tab {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.header__tab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (min-width: 760px) {
  .header__tab {
    border-radius: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1056px) {
  .header__tab {
    background: #ffffff;
    -webkit-box-shadow: 0 16px 64px rgba(2, 0, 75, 0.12);
            box-shadow: 0 16px 64px rgba(2, 0, 75, 0.12);
    height: 322px;
    position: relative;
    width: 780px;
    z-index: 120;
  }
}
@media only screen and (min-width: 760px) {
  .header__tab-content-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 1056px) {
  .header__tab-content-wrap {
    width: 580px;
  }
}
@media only screen and (min-width: 760px) {
  .header__tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 1056px) {
  .header__tab-content {
    margin-bottom: 24px;
    padding-left: 29px;
    padding-right: 29px;
  }
}
.header__tab-title {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1056px) {
  .header__tab-title {
    margin-bottom: 26px;
    margin-left: 40px;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1056px) {
  .header__tab-title_usecases {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 760px) {
  .header__tab-content-first, .header__tab-content-second {
    width: 50%;
  }
}
@media only screen and (min-width: 1056px) {
  .header__tab-content-first, .header__tab-content-second {
    max-width: 261px;
  }
}
.header__tab-content-second {
  margin-top: 32px;
}
.header__tab-content-second_use-cases {
  margin-top: 0;
}
@media only screen and (min-width: 760px) {
  .header__tab-content-second {
    margin-top: 0;
  }
}
.header__tab-caption-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
@media only screen and (min-width: 760px) {
  .header__tab-caption-wrap {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 1056px) {
  .header__tab-caption-wrap {
    margin-bottom: 12px;
    margin-left: 11px;
  }
}
.header__tab-caption-wrap_arrow {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1056px) {
  .header__tab-caption-wrap_arrow {
    margin-bottom: 13px;
  }
}
.header__tab-caption {
  color: #7486aa;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.header__tab-caption-label {
  background: #ff5f5f;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 5px;
}
@media only screen and (min-width: 760px) {
  .header__tab-url-wrap {
    border-radius: 6px;
    padding: 6px 10px;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
  }
  .header__tab-url-wrap:hover {
    background: #f7f9fd;
  }
}
.header__tab-url-wrap_img {
  margin-bottom: 14px;
}
@media only screen and (min-width: 760px) {
  .header__tab-url-wrap_img {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1056px) {
  .header__tab-url-wrap_img {
    margin-bottom: 8px;
  }
}
.header__tab-url-wrap_arrow {
  margin-bottom: 2px;
  margin-left: 5px;
}
@media only screen and (min-width: 760px) {
  .header__tab-url-wrap {
    width: 100%;
  }
}
.header__tab-url {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__tab-url_arrow {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  min-height: 30px;
  padding-left: 23px;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .header__tab-url_arrow {
    max-width: 216px;
  }
}
.header__tab-url_arrow:before {
  background: url(../images/menu-arrow.svg) center no-repeat;
  content: "";
  height: 10px;
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
@media only screen and (min-width: 760px) {
  .header__tab-url_arrow {
    min-height: 20px;
    padding-left: 26px;
  }
  .header__tab-url_arrow:before {
    left: -2px;
  }
}
.header__tab-img-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1f4fb;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  width: 32px;
}
@media only screen and (min-width: 760px) {
  .header__tab-img-wrap {
    height: 36px;
    margin-right: 10px;
    width: 36px;
  }
}
.header__tab-text {
  max-width: 194px;
}
.header__tab-url-title {
  color: #051539;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
@media only screen and (min-width: 760px) {
  .header__tab-url-title {
    margin-bottom: 4px;
    margin-top: 0;
  }
}
.header__tab-url-description {
  color: #7486aa;
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 760px) {
  .header__tab-url-description {
    display: block;
  }
}
.header__fast-access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 760px) {
  .header__fast-access-wrap {
    border-bottom-right-radius: 8px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: auto;
    width: 200px;
    z-index: 100;
  }
}
.header__fast-access {
  background: #f1f4fb;
  border-radius: 8px 8px 0 0;
  padding: 16px 12px;
}
@media only screen and (min-width: 760px) {
  .header__fast-access {
    background: transparent;
    border-radius: 0;
    border-radius: 0 8px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 14px 24px 14px;
  }
}
@media only screen and (min-width: 1056px) {
  .header__fast-access {
    background: #f1f4fb;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
  }
}
.header__fast-access-text {
  color: #051539;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 12px;
  max-width: 275px;
}
@media only screen and (min-width: 760px) {
  .header__fast-access-text {
    max-width: none;
  }
}
@media only screen and (min-width: 1056px) {
  .header__fast-access-url {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer {
  margin-top: auto;
}
@media only screen and (min-width: 360px) {
  .footer__container {
    max-width: 710px;
  }
}
@media only screen and (min-width: 420px) {
  .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 760px) {
  .footer__container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1340px) {
  .footer__container {
    max-width: 1340px;
  }
}
.footer__content {
  background: #f1f4fb;
  border-radius: 8px 8px 0 0;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 16px 16px;
}
@media only screen and (min-width: 760px) {
  .footer__content {
    padding: 36px 27px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1056px) {
  .footer__content {
    border-radius: 24px 24px 0 0;
    padding: 50px 5%;
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1154px) {
  .footer__content {
    padding: 74px 97px 60px;
  }
}
@media only screen and (min-width: 1340px) {
  .footer__content {
    max-width: none;
  }
}

.footer-top {
  margin-bottom: 24px;
}
@media only screen and (min-width: 760px) {
  .footer-top {
    width: 300px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-top {
    margin-bottom: 61px;
    width: 100%;
  }
}
.footer-top__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1056px) {
  .footer-top__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-top__logo-wrap, .footer-top__logo, .footer-top__logo-url, .footer-top__logo-img {
  height: 21px;
  width: 96px;
}
@media only screen and (min-width: 760px) {
  .footer-top__logo-wrap, .footer-top__logo, .footer-top__logo-url, .footer-top__logo-img {
    height: 25px;
    width: 112px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-top__logo-wrap, .footer-top__logo, .footer-top__logo-url, .footer-top__logo-img {
    height: 38px;
    width: 180px;
  }
}
.footer-top__logo-url {
  display: block;
}
@media only screen and (min-width: 760px) {
  .footer-top__logo-wrap {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-top__logo-wrap {
    margin-top: 0;
    width: 100%;
  }
}
.footer-top__social-item:nth-child(2n) {
  margin-left: 14px;
  margin-right: 14px;
}
.footer-top__social-item, .footer-top__social-url {
  height: 32px;
  width: 32px;
}
.footer-top__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 124px;
}
@media only screen and (min-width: 760px) {
  .footer-top__social {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-top__social {
    margin-top: 36px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer-top__social-url {
  -webkit-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e6eaf4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-top__social-url:hover {
  background: #1a47ed;
}
.footer-top__social-url:hover .footer-top__social-img {
  display: none;
}
.footer-top__social-url:hover .footer-top__social-img_hover {
  display: block;
}
.footer-top__social-img_in {
  height: 15px;
  width: 15px;
}
.footer-top__social-img_bl {
  height: 12px;
  width: 25px;
}
.footer-top__social-img_tw {
  height: 13px;
  width: 17px;
}
.footer-top__social-img_hover {
  display: none;
}
.footer-top__title-wrap {
  color: #051539;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 26px;
}
@media only screen and (min-width: 760px) {
  .footer-top__title-wrap {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-top__title-wrap {
    margin-top: 35px;
  }
}
.footer-top__title {
  color: #051539;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (min-width: 760px) {
  .footer-top__title {
    font-size: 36px;
    line-height: 1;
  }
}

@media only screen and (min-width: 760px) {
  .footer-middle_subscribe {
    width: 342px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle_subscribe {
    max-width: 362px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 33%;
  }
}
@media only screen and (min-width: 1340px) {
  .footer-middle_subscribe {
    max-width: none;
    width: 362px;
  }
}
.footer-middle_links {
  margin-bottom: 24px;
}
@media only screen and (min-width: 760px) {
  .footer-middle_links {
    margin-bottom: 32px;
    width: 100%;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle_links {
    margin-top: 0;
    max-width: 661px;
    width: 66%;
  }
}
.footer-middle__subscribe-block {
  margin-bottom: 32px;
}
.footer-middle__subscribe-title {
  color: #051539;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1340px) {
  .footer-middle__subscribe-title {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
.footer-middle__subscribe-subtitle {
  color: #051539;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1340px) {
  .footer-middle__subscribe-subtitle {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 17px;
  }
}
.footer-middle__subscribe-wrap .emaillist {
  position: relative;
}
.footer-middle__subscribe-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 360px) {
  .footer-middle__subscribe-wrap form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle__subscribe-wrap form {
    margin-bottom: 1px;
  }
}
.footer-middle__subscribe-wrap .es-field-wrap {
  margin-bottom: 16px;
  margin-right: 3%;
}
@media only screen and (min-width: 360px) {
  .footer-middle__subscribe-wrap .es-field-wrap {
    margin-bottom: 0;
    min-width: 206px;
    width: 100%;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle__subscribe-wrap .es-field-wrap {
    margin-bottom: 10px;
    height: 44px;
  }
}
@media only screen and (min-width: 1340px) {
  .footer-middle__subscribe-wrap .es-field-wrap {
    width: 228px;
    margin-right: 10px;
  }
}
.footer-middle__subscribe-wrap .es-field-wrap label {
  display: block;
}
.footer-middle__subscribe-wrap .ig_es_form_field_email {
  background: #fbfcfe;
  border-radius: 4px;
  border: 2px solid #f1f4fb;
  color: #051539;
  font-size: 16px;
  font-weight: 500;
  height: 34px;
  line-height: 1.1;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 100%;
}
.footer-middle__subscribe-wrap .ig_es_form_field_email:hover {
  background: #e6eaf4;
  border-color: #e6eaf4;
}
.footer-middle__subscribe-wrap .ig_es_form_field_email:focus {
  border-color: #1a47ed;
}
@media only screen and (min-width: 360px) {
  .footer-middle__subscribe-wrap .ig_es_form_field_email {
    margin-bottom: 0;
    min-width: 206px;
    width: 100%;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle__subscribe-wrap .ig_es_form_field_email {
    font-size: 14px;
    height: 44px;
  }
}
@media only screen and (min-width: 1340px) {
  .footer-middle__subscribe-wrap .ig_es_form_field_email {
    width: 228px;
    margin-right: 10px;
  }
}
.footer-middle__subscribe-wrap .es_submit_button {
  background: #1a47ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 14px 24px -14px rgba(17, 35, 80, 0.4);
          box-shadow: 0 14px 24px -14px rgba(17, 35, 80, 0.4);
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 1;
  margin-bottom: 16px;
  padding-left: 29px;
  padding-right: 29px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.footer-middle__subscribe-wrap .es_submit_button:hover {
  background-color: #1036c1;
}
@media only screen and (min-width: 360px) {
  .footer-middle__subscribe-wrap .es_submit_button {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle__subscribe-wrap .es_submit_button {
    font-size: 16px;
    height: 44px;
    padding-left: 26px;
    padding-right: 26px;
  }
}
.footer-middle__subscribe-wrap .es_subscription_message.success {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1px;
  color: #051539;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 1;
  padding-left: 36px;
  position: relative;
}
.footer-middle__subscribe-wrap .es_subscription_message.success:before, .footer-middle__subscribe-wrap .es_subscription_message.success:after {
  background: #1a47ed;
  content: "";
  height: 4px;
  position: absolute;
}
.footer-middle__subscribe-wrap .es_subscription_message.success:before {
  left: -1px;
  top: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 13px;
}
.footer-middle__subscribe-wrap .es_subscription_message.success:after {
  left: 4px;
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 22px;
}
@media only screen and (min-width: 360px) {
  .footer-middle__subscribe-wrap .es_subscription_message.success {
    height: 27px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle__subscribe-wrap .es_subscription_message.success {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1340px) {
  .footer-middle__subscribe-wrap .es_subscription_message.success {
    margin-bottom: 27px;
  }
}
.footer-middle__subscribe-wrap .es_subscription_message.success p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 360px) {
  .footer-middle__subscribe-wrap .es_subscription_message.success p {
    margin-bottom: 0;
    margin-top: 7px;
  }
}
.footer-middle__subscribe-wrap .es_subscription_message.error {
  color: #ff5f5f;
  font-size: 12px;
  font-weight: 600;
  left: 2px;
  line-height: 1.2;
  position: relative;
  top: -13px;
}
.footer-middle__subscribe-wrap .es_spinner_image {
  display: none !important;
}
.footer-middle__subscribe-disclaimer {
  color: #98a9cd;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width: 1056px) {
  .footer-middle__subscribe-disclaimer {
    font-size: 14px;
  }
}
.footer-middle__subscribe-url {
  font-weight: 700;
}
.footer-middle__links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 483px) {
  .footer-middle__links-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle__links-block {
    margin-bottom: 0;
  }
}
.footer-middle__links-group-wrap {
  margin-bottom: 24px;
  padding-right: 10px;
  width: 50%;
}
@media only screen and (min-width: 360px) {
  .footer-middle__links-group-wrap {
    margin-bottom: 32px;
    margin-right: 0;
    min-width: 147px;
    width: auto;
  }
  .footer-middle__links-group-wrap_last, .footer-middle__links-group-wrap_penultimate {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 483px) {
  .footer-middle__links-group-wrap {
    min-width: auto;
  }
}
@media only screen and (min-width: 760px) {
  .footer-middle__links-group-wrap {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle__links-group-wrap {
    margin-bottom: 0;
  }
}
.footer-middle__links-group_last {
  margin-top: 32px;
}
.footer-middle__links-title {
  color: #051539;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}
.footer-middle__links-title_link {
  display: block;
}
@media only screen and (min-width: 760px) {
  .footer-middle__links-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-middle__links-title {
    margin-bottom: 15px;
  }
}
.footer-middle__link-wrap {
  margin-bottom: 9px;
}
@media only screen and (min-width: 760px) {
  .footer-middle__link-wrap {
    margin-bottom: 12px;
  }
}
.footer-middle__link-wrap_last {
  margin-bottom: 0;
}
.footer-middle__link {
  color: #051539;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .footer-middle__link {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1056px) {
  .footer-bottom {
    margin-top: 33px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-bottom__copyright, .footer-bottom__link {
  color: #051539;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 760px) {
  .footer-bottom__copyright, .footer-bottom__link {
    font-size: 14px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-bottom__copyright, .footer-bottom__link {
    font-weight: 500;
  }
}
.footer-bottom__copyright {
  margin-bottom: 4px;
}
@media only screen and (min-width: 760px) {
  .footer-bottom__copyright {
    margin-bottom: 8px;
    margin-right: 14px;
  }
}
.footer-bottom__links-block {
  margin-bottom: 9px;
  max-width: 300px;
}
@media only screen and (min-width: 760px) {
  .footer-bottom__links-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: none;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-bottom__links-block {
    margin-bottom: 14px;
  }
}
.footer-bottom__link {
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 14px;
  margin-right: 14px;
  position: relative;
}
.footer-bottom__link:before {
  background: #051539;
  border-radius: 50%;
  content: "";
  cursor: auto;
  height: 3px;
  left: -14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
}
.footer-bottom__disclaimer {
  color: #7486aa;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
}
.footer-bottom__disclaimer_first {
  margin-bottom: 4px;
}
@media only screen and (min-width: 760px) {
  .footer-bottom__disclaimer {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1056px) {
  .footer-bottom__disclaimer {
    font-size: 12px;
  }
}

.not-found__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 760px) {
  .not-found__container {
    background-image: url(../images/404.svg);
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 260px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1056px) {
  .not-found__container {
    background-position: 600px center;
    background-size: 448px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1146px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1340px) {
  .not-found__container {
    background-position: 624px 0;
    background-size: 486px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 475px) {
  .not-found__content {
    text-align: center;
  }
}
@media only screen and (min-width: 760px) {
  .not-found__content {
    text-align: left;
  }
}
@media only screen and (min-width: 1056px) {
  .not-found__content {
    max-width: 558px;
  }
}
.not-found__title {
  color: #051539;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1056px) {
  .not-found__title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1340px) {
  .not-found__title {
    margin-bottom: 19px;
  }
}
.not-found__subtitle {
  color: #051539;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 23px;
}
@media only screen and (min-width: 1056px) {
  .not-found__subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1340px) {
  .not-found__subtitle {
    margin-bottom: 26px;
  }
}
.not-found__button-home {
  margin-bottom: 16px;
  margin-right: 20px;
}

.articles-list__container {
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 760px) {
  .articles-list__container {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1056px) {
  .articles-list__container {
    margin-top: 40px;
    max-width: 830px;
  }
}
@media only screen and (min-width: 1106px) {
  .articles-list__container {
    max-width: 1108px;
  }
}
@media only screen and (min-width: 1340px) {
  .articles-list__container {
    margin-top: 62pxx;
    max-width: 1208px;
  }
}
.articles-list__articles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.articles-list__pagination-wrap {
  position: relative;
  width: 100%;
}
.articles-list__pagination {
  color: #98a9cd;
  display: block;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.4;
  position: absolute;
  top: -110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 760px) {
  .articles-list__pagination {
    top: -133px;
  }
}
@media only screen and (min-width: 1106px) {
  .articles-list__pagination {
    left: auto;
    margin-right: 15px;
    right: 0;
    top: -78px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.articles-list__btn-wrap {
  width: 100%;
}
.articles-list__btn-wrap button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto 30px;
  max-width: 219px;
}
@media only screen and (min-width: 360px) {
  .articles-list__btn-wrap button {
    width: 328px;
  }
}
@media only screen and (min-width: 760px) {
  .articles-list__btn-wrap button {
    margin-bottom: 48px;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1056px) {
  .articles-list__btn-wrap button {
    margin-top: 39px;
  }
}
@media only screen and (min-width: 1340px) {
  .articles-list__btn-wrap button {
    margin-top: 40px;
  }
}

.ajax-load-more-wrap {
  background: #fffffc;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.alm-loading {
  background: #fffffe;
}

.article-page__container {
  margin-top: 24px;
}
@media only screen and (min-width: 760px) {
  .article-page__container {
    margin-top: 50px;
  }
}
.article-page__head, .article-page__body,
.article-page .article-subscribe__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 525px;
}
@media only screen and (min-width: 760px) {
  .article-page__head, .article-page__body,
.article-page .article-subscribe__wrap {
    max-width: none;
    width: 660px;
  }
}
.article-page__body, .article-page__content {
  padding-left: 16px;
  padding-right: 16px;
}
.article-page__body_head, .article-page__content_head {
  margin-bottom: 21px;
}
@media only screen and (min-width: 760px) {
  .article-page__body, .article-page__content {
    padding-left: 0;
    padding-right: 0;
  }
  .article-page__body_head, .article-page__content_head {
    margin-bottom: 31px;
  }
}
.article-page__head-information {
  color: #98a9cd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 760px) {
  .article-page__head-information {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.article-page__head-title {
  color: #051539;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 19px;
}
@media only screen and (min-width: 760px) {
  .article-page__head-title {
    font-size: 48px;
  }
}
.article-page__author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-page__author-image-wrap {
  background: #e6eaf4;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 48px;
  margin-right: 12px;
  overflow: hidden;
  width: 48px;
}
.article-page__author-image {
  display: block;
}
.article-page__author-name {
  color: #051539;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.32;
}
@media only screen and (min-width: 760px) {
  .article-page__author-name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
}
.article-page__author-position {
  font-weight: 800;
  margin-left: 7px;
}
@media only screen and (min-width: 760px) {
  .article-page__image-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 460px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 760px;
  }
}
@media only screen and (min-width: 1056px) {
  .article-page__image-wrap {
    height: 607px;
    width: 1002px;
  }
}
.article-page__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article-page__error {
  display: none;
}

.right-to-left .article-page__head,
.right-to-left .article-page__body {
  direction: rtl;
}