html {
  box-sizing: border-box;
  height: 100%;
  min-width: 320px;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img {
  box-sizing: content-box; }

body {
  color: #6b6e70;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    body {
      font-size: 14.4px; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 1rem; }
  @media (max-width: 768px) {
    h1 {
      font-size: 27.2px; } }
p,
table {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding-left: 1em; }

a {
  color: #0188c9;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #18a4e7; }

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem 1rem; }
  @media (max-width: 992px) {
    .section {
      padding-left: 8px;
      padding-right: 8px; } }
.preface {
  font-size: 20px;
  text-align: center; }
  @media (max-width: 768px) {
    .preface {
      font-size: 18px; } }
.actionButton, label[for="menu__trigger"], .menu__link--login {
  border-radius: 0.5em;
  padding: 0.7em 1em; }

@media print {
  .no-print,
  .no-print * {
    display: none !important; } }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.footer {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  box-shadow: 0 -4px 6px -6px #008dd0;
  padding-bottom: 1em; }
  .footer__copyright {
    text-align: center;
    padding: 0;
    margin: 1em 2em 0 2em; }
  .footer__link {
    white-space: nowrap;
    display: inline-block;
    text-decoration: none; }
  .footer__subscription {
    margin-top: 1rem;
    padding: 0 3rem; }

.footer__nav {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0; }
  .footer__nav-item {
    margin: 0 0.5em 0 0.5em; }

.news-form form {
  text-align: center;
  padding: 10px 0 10px 0; }

.news-form input.button {
  font-size: 13px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #aaa;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s; }
  .news-form input.button:hover {
    background-color: #777;
    cursor: pointer; }
  @media (max-width: 768px) {
    .news-form input.button {
      width: 100%;
      margin: 0; } }
.news-form input.email {
  font-size: 15px;
  border: 1px solid #abb0b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 300px;
  vertical-align: top; }
  @media (max-width: 768px) {
    .news-form input.email {
      width: 100%;
      margin-bottom: 0.5rem; } }
.header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 65px;
  padding: 10px;
  box-shadow: 0 4px 6px -6px #008dd0; }

.logo {
  background-image: url(../img/bg/blue-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-origin: content-box;
  height: 65px;
  width: 180px;
  padding: 10px; }

.languages {
  margin-right: auto;
  margin-left: 0;
  padding-right: 1rem;
  padding-left: 0;
  list-style: none; }

.menu {
  display: flex;
  display: -webkit-flex;
  padding: 0;
  list-style: none; }
  @media (max-width: 992px) {
    .menu {
      display: none; } }
  .menu__item {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    margin-left: 20px; }
    .menu__item:first-child {
      margin-left: 0; }
  .menu__link {
    color: #008dd0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none; }
    .menu__link--login {
      border: 1px solid #008dd0;
      padding: 7px 15px; }
      .menu__link--login:hover {
        color: #fff;
        background-color: #008dd0; }
    .menu__link--selected {
      text-decoration: underline; }

input.menu__trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0); }
  input.menu__trigger:checked ~ .menu {
    display: block;
    top: 65px;
    left: 0;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 999;
    background-color: #008dd0; }
    input.menu__trigger:checked ~ .menu .menu__item {
      text-align: center;
      margin: 1em; }
    input.menu__trigger:checked ~ .menu .menu__link {
      color: #fff; }
  input.menu__trigger:checked ~ label {
    color: #fff;
    background-color: #008dd0; }

label[for="menu__trigger"] {
  display: none;
  color: #008dd0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #008dd0;
  padding: 7px 15px; }
  @media (max-width: 992px) {
    label[for="menu__trigger"] {
      display: block; } }
aside {
  position: fixed;
  top: 60vh;
  right: 0%;
  transform: rotate(-90deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  z-index: 999; }
  @media (max-width: 992px) {
    aside {
      top: 80vh; } }
.feedback {
  display: none;
  padding: 0.1em 0.5em 0.1em 0.5em;
  font-weight: bold;
  font-family: Helvetica, Roboto, Arial, Sans-Serif;
  color: #fff;
  background-color: #d1d1d1;
  border-radius: 5px 5px 0 0; }
  .feedback:hover {
    text-decoration: none;
    color: #0188c9; }
  @media (min-width: 993px) {
    .feedback {
      display: inline; } }
.jumpToTOC {
  padding: 0.1em 0.5em 0.1em 0.5em;
  font-weight: bold;
  font-family: Helvetica, Roboto, Arial, Sans-Serif;
  color: #fff;
  background-color: #d1d1d1;
  border-radius: 5px 5px 0 0; }
  .jumpToTOC:hover {
    color: #0188c9;
    text-decoration: none; }

.preface--contacts {
  margin: 1rem; }

.contacts {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media (min-width: 426px) {
    .contacts {
      justify-content: center;
      -webkit-justify-content: center; } }
.contacts__office {
  margin: 1rem; }

.contacts__h2 {
  text-align: left;
  margin-bottom: 1rem; }

.contacts__h3 {
  margin-bottom: 0.3rem; }

.contacts__social {
  margin: 1rem; }

.contacts__social-networks {
  list-style: none;
  padding: 0; }
  .contacts__social-networks li {
    display: inline-block;
    margin-right: 0.5rem; }

.contacts__icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-origin: content-box;
  width: 32px;
  height: 32px;
  display: block;
  outline: none;
  padding: 0px; }
  .contacts__icon:hover {
    opacity: 0.8; }

.contacts__icon--f {
  background-image: url(../img/ico/f.svg); }

.contacts__icon--t {
  background-image: url(../img/ico/t.svg); }

.contacts__icon--l {
  background-image: url(../img/ico/l.svg); }

.contacts__row {
  display: flex;
  flex-wrap: wrap; }

.contacts__column {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.contacts__column100 {
  flex: 100%; }

#contactForm {
  margin-top: 2rem; }
  @media (min-width: 769px) {
    #contactForm {
      min-width: 600px; } }
.contacts__hint,
#contactForm button[type="submit"],
#contactForm input,
#contactForm textarea {
  margin: 0.5rem; }

.contacts__hint {
  font-size: small;
  margin-top: -0.3rem; }

#contactForm input,
#contactForm textarea {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

#contactForm textarea {
  width: 100%; }

#contactForm input {
  height: calc(2.25rem + 2px); }

#leaflet-map {
  width: 100%;
  height: 50vw;
  max-height: 400px; }

.banner {
  background-image: url(../img/bg/banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #282e4e;
  color: #fff;
  text-align: center;
  padding: 1rem 0; }

.preface {
  margin: 1rem; }

.actionButton {
  margin: 1rem;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #0188c9;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0188c9; }
  .actionButton:hover:enabled {
    background-color: #fff;
    color: #0188c9; }

.plus-icon:before {
  background-image: url("../img/ico/sprite2.svg");
  background-size: 262px;
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 30px; }

.plus-icon__automatic:before {
  background-position: 0 0; }

.plus-icon__economy:before {
  background-position: -70px 0; }

.plus-icon__availability:before {
  background-position: -140px 0; }

.plus-icon__simplicity:before {
  background-position: -210px 0; }

@media (max-width: 543px) {
  .plus-icon:before {
    left: 19px;
    position: absolute;
    top: 0;
    margin: 0; } }

.system-icon:before {
  background-image: url("../img/ico/sprite.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 505px;
  content: "";
  position: relative;
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 20px; }

.system-icon__equipment {
  margin-bottom: 18px; }
  .system-icon__equipment:before {
    background-position: -8px 0;
    height: 70px;
    margin-bottom: 8px; }

.system-icon__transfer {
  margin-bottom: 18px; }
  .system-icon__transfer:before {
    background-position: -106px 0;
    height: 72px;
    margin-bottom: 1px; }

.system-icon__processing {
  margin-bottom: 18px; }
  .system-icon__processing:before {
    background-position: -211px 0;
    height: 67px;
    margin-bottom: 6px; }

.system-icon__g-report {
  margin-bottom: 18px; }
  .system-icon__g-report:before {
    background-position: -313px 0;
    height: 69px;
    margin-bottom: 2px; }

.system-icon__u-report {
  margin-bottom: 18px; }
  .system-icon__u-report:before {
    background-position: -413px 0;
    margin-bottom: 2px; }

.title-index__main {
  margin-top: 2rem;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .title-index__main {
      max-width: 460px;
      margin: 0 auto; } }
.title-index__second {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  padding-top: 1rem; }
  @media (max-width: 768px) {
    .title-index__second {
      font-size: 24px; } }
.separator {
  box-shadow: 0 4px 6px -6px #008dd0; }

@media (min-width: 993px) {
  .preface--home {
    margin-left: 20%;
    margin-right: 20%; } }

@media (max-width: 425px) {
  .preface--home {
    text-align: left; } }

.preface--home em {
  color: lightgray; }

.preface--home p {
  margin-top: 0.5em; }

.promo__section {
  max-width: 900px;
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  height: 550px; }
  @media (max-width: 768px) {
    .promo__section {
      height: 400px; } }
  @media (max-width: 425px) {
    .promo__section {
      height: 300px; } }
  .promo__section .promo-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.news__section {
  max-width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid #6b6e70;
  font-size: 0.85rem; }
  .news__section ul {
    list-style: none;
    padding-left: 0; }
    .news__section ul li {
      margin-bottom: 0.2rem; }
      @media (min-width: 769px) {
        .news__section ul li {
          display: table-row; }
          .news__section ul li span,
          .news__section ul li a {
            display: table-cell; } }
.newsDate {
  min-width: 9rem;
  display: inline-block; }
  @media (max-width: 768px) {
    .newsDate {
      min-width: initial; } }
.content-news figure {
  margin-bottom: 0.5rem !important; }

.plus-container {
  margin-top: 3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .plus-container__item {
    width: 23.7%;
    text-align: center; }
  .plus-container__title {
    color: #6b6e70;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
    .plus-container__title span {
      display: block; }
  .plus-container__text {
    font-weight: 400;
    padding: 0 15px 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify; }
  @media (max-width: 992px) {
    .plus-container .plus-container__item {
      padding-bottom: 11px;
      width: 48%; } }
  @media (max-width: 543px) {
    .plus-container .plus-container {
      padding-top: 52px; }
      .plus-container .plus-container__item {
        width: 100%; }
      .plus-container .plus-container__title {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 22px;
        padding-left: 95px;
        position: relative;
        text-align: left; }
        .plus-container .plus-container__title span {
          display: inline; }
      .plus-container .plus-container__text {
        font-weight: 400;
        padding: 0 15px 20px 95px;
        text-align: left; } }
.system-container {
  background-image: url(../img/bg/device.png);
  background-position: 63% 100%;
  background-repeat: no-repeat;
  background-size: 56.4% auto;
  margin-bottom: 11px;
  margin-top: 3rem;
  min-height: 834px;
  position: relative; }
  .system-container__item {
    min-width: 240px;
    position: absolute;
    text-align: center; }
    .system-container__item:after {
      background-image: url(../img/bg/big-arrows-sprite.png);
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      z-index: -1; }
  .system-container__title {
    color: #3a3f42;
    font-size: 18px;
    font-weight: 600; }
  .system-container__text {
    font-weight: 400;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify; }
  .system-container__equipment {
    bottom: 15.5%;
    left: 0.3%;
    max-width: 242px; }
    .system-container__equipment:after {
      background-position: 0 0;
      height: 71px;
      left: 46%;
      top: -44%;
      width: 21px; }
  .system-container__transfer {
    left: 6.8%;
    max-width: 249px;
    top: 16.1%; }
    .system-container__transfer:after {
      background-position: -25px 0;
      height: 88px;
      left: 77%;
      top: -60%;
      width: 146px; }
  .system-container__processing {
    left: 38.5%;
    max-width: 264px;
    top: -0.9%; }
    .system-container__processing:after {
      background-position: -180px 0;
      height: 84px;
      left: 107%;
      top: 11.5%;
      width: 140px; }
  .system-container__g-report {
    max-width: 270px;
    right: 8.8%;
    top: 16.1%; }
    .system-container__g-report:after {
      background-position: -340px 0;
      height: 74px;
      left: 86%;
      top: 115%;
      width: 20px; }
  .system-container__u-report {
    bottom: 14.5%;
    max-width: 260px;
    right: 0; }
    .system-container__u-report:after {
      display: none; }

html[lang="ru"] .system-container__equipment {
  bottom: 10.5%; }

html[lang="ru"] .system-container__u-report {
  bottom: 10.5%; }

html[lang="ru"] .system-container__g-report:after {
  top: 100%; }

@media (max-width: 1199px) {
  .system-container {
    background-position: 20% 45%;
    background-size: 50%;
    min-height: inherit;
    overflow: hidden; }
    .system-container__item {
      max-width: 45%;
      padding-bottom: 100px;
      min-height: 290px;
      position: relative; }
      .system-container__item:after {
        background-image: url(../img/bg/arrow.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        z-index: -1; }
    .system-container__title {
      color: #3a3f42;
      font-size: 18px;
      font-weight: 600; }
    .system-container__text {
      font-weight: 400; }
    .system-container__equipment {
      float: left;
      left: 0;
      max-width: 40%;
      top: 0; }
      .system-container__equipment:after {
        background-position: 0 0;
        height: 71px;
        left: auto;
        right: -35%;
        top: 35%;
        transform: rotate(-90deg);
        width: 21px; }
    .system-container__transfer {
      float: right;
      max-width: 40%;
      left: 0;
      top: 0; }
      .system-container__transfer:after {
        background-position: 0 0;
        bottom: 40px;
        height: 43px;
        left: 48%;
        top: auto;
        width: 21px; }
    .system-container__processing {
      float: right;
      left: 0;
      max-width: 40%;
      top: 0; }
      .system-container__processing:after {
        background-position: 0 0;
        bottom: 40px;
        height: 43px;
        left: 48%;
        top: auto;
        width: 21px; }
    .system-container__g-report {
      clear: both;
      float: right;
      max-width: 40%;
      left: 0;
      top: 0; }
      .system-container__g-report:after {
        background-position: 0 0;
        height: 71px;
        left: -35%;
        top: 35%;
        transform: rotate(90deg);
        width: 21px; }
    .system-container__u-report {
      float: left;
      left: 0;
      max-width: 40%;
      top: 0; }
      .system-container__u-report:after {
        display: none; }
  html[lang="ru"] .system-container__item {
    min-height: 310px; }
  html[lang="ru"] .system-container__equipment {
    bottom: 15.5%; }
  html[lang="ru"] .system-container__u-report {
    bottom: 15.5%; }
  html[lang="ru"] .system-container__g-report:after {
    top: 35%; } }

@media (max-width: 768px) {
  .system-container {
    background: url(../img/bg/device-543.png) no-repeat;
    background-position: 50% 97.75%;
    margin-bottom: 11px;
    margin-top: 50px;
    padding-bottom: 239px; }
    .system-container__item {
      left: 0;
      margin-bottom: 20px;
      min-height: inherit;
      min-width: inherit;
      position: relative;
      padding-bottom: 66px;
      top: 0; }
      .system-container__item:after {
        background-image: url(../img/bg/arrow.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        z-index: -1; }
    .system-container__title {
      font-size: 18px;
      font-weight: 600; }
    .system-container__text {
      font-size: 16px;
      padding: 0 23px; }
    .system-container__equipment {
      left: 0;
      max-width: none; }
      .system-container__equipment:after {
        bottom: 8px;
        height: 43px;
        left: 50%;
        margin-left: -8px;
        top: auto;
        transform: rotate(0);
        width: 17px; }
    .system-container__transfer {
      max-width: none;
      left: 0; }
      .system-container__transfer:after {
        bottom: 8px;
        height: 43px;
        left: 50%;
        margin-left: -8px;
        width: 17px; }
    .system-container__processing {
      left: 0;
      max-width: none; }
      .system-container__processing:after {
        bottom: 8px;
        height: 43px;
        left: 50%;
        margin-left: -8px;
        top: auto;
        width: 17px; }
    .system-container__g-report {
      left: 0;
      max-width: none; }
      .system-container__g-report:after {
        bottom: 8px;
        height: 43px;
        left: 50%;
        margin-left: -8px;
        top: auto;
        transform: rotate(0);
        width: 17px; }
    .system-container__u-report {
      max-width: none; }
  html[lang="ru"] .system-container__equipment {
    bottom: 15.5%; }
  html[lang="ru"] .system-container__u-report {
    bottom: 15.5%; }
  html[lang="ru"] .system-container__g-report:after {
    top: auto; } }

.team-preface ul {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem; }

@media (max-width: 992px) {
  .team-preface {
    margin-left: 0.4rem;
    margin-right: 0.4rem; } }

.team {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }
  @media (max-width: 425px) {
    .team {
      flex-direction: column; } }
  .team .teammate-sm {
    width: 33.333%;
    padding: 14px; }
    @media (max-width: 768px) {
      .team .teammate-sm {
        width: 50%; } }
    @media (max-width: 425px) {
      .team .teammate-sm {
        width: 100%; } }
    .team .teammate-sm img {
      width: 100%; }
    .team .teammate-sm__title {
      font-size: 1.5rem;
      margin-bottom: 10px;
      margin-top: 10px;
      text-align: center; }
    .team .teammate-sm__job-title {
      text-align: center;
      font-size: 1.1rem; }

@media (max-width: 425px) {
  .teammate {
    flex-direction: column; } }

.teammate__section p {
  text-align: center; }

.teammate__job-title {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1.6rem; }

.teammate__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }
  @media (max-width: 768px) {
    .teammate__container {
      flex-direction: column; } }
.teammate__img {
  width: 50%;
  padding: 0.8rem;
  text-align: center; }
  @media (max-width: 768px) {
    .teammate__img {
      width: 100%; } }
  .teammate__img img {
    max-width: 100%; }

.teammate__description {
  width: 50%;
  min-height: 1px;
  padding: 0.8rem; }
  @media (max-width: 768px) {
    .teammate__description {
      width: 100%; } }
  .teammate__description p {
    line-height: 1.5rem;
    margin-bottom: 1.2rem;
    text-align: left; }
    @media (max-width: 425px) {
      .teammate__description p {
        line-height: 1.2rem; } }
  .teammate__description ul {
    margin-bottom: 1.2rem; }

.content__faq h2 {
  border-top: 2px solid #eee;
  padding-top: 2rem; }

.content__technology td p {
  text-indent: 0;
  text-align: left; }

.content__technology table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #eeeeee;
  border-collapse: collapse; }

.content__technology tbody tr:nth-child(odd) {
  background-color: #eeeeee; }

.publicationDate {
  font-style: italic;
  display: block;
  text-align: right;
  margin: 1rem 0 1rem 0; }

@media (min-width: 769px) {
  html[lang="ru"] .content p {
    text-indent: 1.5rem; } }

.content {
  margin-left: 0.3rem;
  margin-right: 0.3rem; }
  @media (min-width: 426px) {
    .content > p {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      text-align: justify; }
      .content > p a {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none; } }
  .content h2 {
    margin: 2rem 0;
    text-align: center; }
    @media (max-width: 768px) {
      .content h2 {
        text-align: left; } }
  .content h3 {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    text-align: center; }
    @media (max-width: 768px) {
      .content h3 {
        text-align: left; } }
  .content p {
    margin-bottom: 0.5rem; }
    @media (max-width: 768px) {
      .content p {
        text-align: left; } }
  .content ul,
  .content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem; }
    @media (max-width: 768px) {
      .content ul,
      .content ol {
        padding-left: 1rem; } }
  .content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto; }
    @media (min-width: 769px) {
      .content img {
        max-width: 60%;
        max-height: 60%; } }
  .content figure {
    margin: 0; }
    @media (max-width: 768px) {
      .content figure {
        width: 100%;
        height: auto;
        margin: 1rem 0 1rem 0; } }
    .content figure figcaption {
      text-align: center;
      font-size: 0.8rem;
      font-style: italic; }
  .content table {
    table-layout: fixed;
    width: 100%; }

@media (min-width: 769px) {
  .content-news img {
    max-width: 70%;
    max-height: 70%; } }

.content-video-container {
  margin: 1rem auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 550px; }
  @media (min-width: 769px) {
    .content-video-container {
      max-width: 70%; } }
  @media (max-width: 768px) {
    .content-video-container {
      height: 400px; } }
  @media (max-width: 425px) {
    .content-video-container {
      height: 300px; } }
  .content-video-container .content-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.numberedSublist ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }

.numberedSublist ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em; }

.numberedSublist ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em; }

.numberedSublist li ol > li {
  margin: 0; }

.numberedSublist li ol > li:before {
  content: counters(item, ".") " "; }
