

/* Start:/dist/assets/styles/blocks/login/login.min.css?16232599352309*/
.login {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  max-width: 396px;
  height: 750px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24), 0 0 2px 0 rgba(0,0,0,0.12);
}

.login__icon-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.login__icon {
  width: 83px;
  height: 96px;
}

.login__name {
  padding-bottom: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #242e36;
}

.login__company {
  padding-bottom: 34px;
  font-size: 0.7rem;
  text-align: center;
  color: #242e36;
  opacity: 0.6;
}

.login__form-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 18px;
  width: 100%;
  height: 272px;
  border-top: 1px solid rgba(36,46,54,0.1);
  border-bottom: 1px solid rgba(36,46,54,0.1);
}

.login__entrance,
.login__help {
  opacity: 0.4;
  font-size: 0.7rem;
  color: #242e36;
}

.login__entrance {
  padding-bottom: 18px;
  text-align: center;
}

.login__footer-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  text-align: center;
}

.login__signup {
  margin-top: 32px;
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36px;
  font-size: 0.7rem;
  text-decoration: none;
  color: #242e36;
  background-color: #e1e2e2;
  border-radius: 2px;
}

.login__help {
  text-decoration: none;
}

.login__input-container {
  margin-bottom: 24px;
}

.login__input-container:last-child {
  margin-bottom: 13px;
}

.login__forgot-pass {
  font-size: 0.7rem;
  color: #317dc7;
  text-decoration: none;
}

.login__forgot-pass:hover {
  text-decoration: underline;
}

.login__submit-wrapper {
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login__checkbox-wrapper {
  padding-top: 9px;
}

.login__error-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
}

.login__error {
  font-size: 0.8rem;
  color: #f30017;
}

@media only screen and (max-width: 768px) {
  .login__checkbox-wrapper {
    max-width: 150px;
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/search-cover/search-cover.min.css?1623259935787*/
.search-cover {
  position: relative;
  top: 0px;
  left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  width: 80%;
}

.search-cover__input {
  padding-left: 16px;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  width: 100%;
  font-size: 0.7rem;
  color: #fff;
  background-color: transparent;
  box-sizing: border-box;
  height: 48px;
  border: solid 1px rgba(255,255,255,0.6);
}

.search-cover__submit {
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  background-color: #0091d0;
  cursor: pointer;
  color: #fff;
  font-size: 0.9rem;
  outline: none;
  border: 0;
}

.search-cover__submit:hover {
  background-color: #0074a6;
}

@media only screen and (max-width: 768px) {
  .search-cover {
    width: 100%;
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/sidebar/sidebar.min.css?16232599351510*/
.sidebar {
  position: absolute;
  z-index: 100;
  right: 0;
  left: 0;
  margin: 76px auto 0;
  display: block;
  width: 100%;
  max-width: 1200px;
}

.sidebar__content-wrapper {
  position: absolute;
  right: 28px;
  max-width: 210px;
}

.sidebar_fixed {
  position: fixed;
  top: 60px;
}

.sidebar_scrolled {
  margin-top: 0;
}

.sidebar_scrolled .sidebar__content-wrapper {
  right: 250px;
  max-width: 200px;
}

.sidebar_scrolled.sidebar_fixed {
  top: 100px;
}

.sidebar_offset-margin-top {
  margin-top: -149px;
}

@media only screen and (max-width: 1200px) {
  .sidebar_scrolled .sidebar__content-wrapper {
    right: 10%;
  }

  .sidebar_show-mobile {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1180px) {
  .sidebar {
    display: none;
  }

  .sidebar_scrolled {
    display: block;
  }

  .sidebar_show-mobile {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  .sidebar_scrolled {
    display: none;
  }

  .sidebar_show-mobile {
    display: block;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    max-width: 1200px;
  }

  .sidebar_show-mobile .sidebar__content-wrapper {
    position: relative;
    right: inherit;
    max-width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .sidebar_show-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/menu-list/menu-list.min.css?1623259934603*/
.menu-list {
  display: block;
  font-size: 0.8rem;
}

.menu-list__title {
  margin-bottom: 20px;
}

.menu-list__link,
.menu-list__small-link {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  color: #0091d0;
}

.menu-list__link:hover,
.menu-list__small-link:hover {
  text-decoration: underline;
}

.menu-list__link_active,
.menu-list__small-link_active {
  color: #000;
}

.menu-list__small-link {
  margin-bottom: 5px;
  font-size: 0.7rem;
}

.menu-list__group {
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-list__group-list {
  list-style-type: disc;
}
/* End */


/* Start:/dist/assets/styles/blocks/company/company.min.css?1623259935938*/
.company {
  position: relative;
}

.company__description-wrapper {
  margin-top: 85px;
  margin-bottom: 56px;
  max-width: 750px;
}

.company__description {
  font-size: 0.8rem;
  line-height: 21px;
  color: #000;
  opacity: 0.6;
}

.company__description:not(:last-child) {
  margin-bottom: 21px;
}

.company__logo {
  position: absolute;
  top: 27.7%;
  right: 57px;
  display: block;
  width: 152px;
  height: 150px;
}

@media only screen and (max-width: 980px) {
  .company__description-wrapper {
    max-width: 550px;
  }
}

@media only screen and (max-width: 768px) {
  .company__description-wrapper {
    margin-top: 60px;
    margin-bottom: 0;
    max-width: 400px;
  }

  .company__logo {
    top: 18%;
    right: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .company__logo {
    top: 60%;
    right: 22px;
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .company__logo {
    top: 80%;
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/letter-bg/letter-bg.min.css?16232599356589*/
.letter-bg {
  position: relative;
  margin-top: 76px;
  margin-bottom: 76px;
  overflow: hidden;
  width: 100%;
}

.letter-bg__label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc((100vw - 1200px)/2 + 26px);
  display: block;
  font-size: 20rem;
  font-weight: 600;
  line-height: 13rem;
  white-space: nowrap;
  letter-spacing: -10px;
  color: #000;
  opacity: 0.02;
}

.letter-bg__content {
  padding-bottom: 1px;
  position: relative;
  z-index: 2;
}

.letter-bg__content_main {
  z-index: 3;
}

.letter-bg__title-wrapper {
  margin-bottom: 82px;
}

.letter-bg_stripesWithArrow {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.letter-bg_stripesWithArrow .letter-bg__contentContainer {
  padding-top: 76px;
  padding-bottom: 76px;
  background-image: url("/dist/assets/images/bg-stripes.png");
  background-repeat: repeat;
}

.letter-bg_stripesWithArrow:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 44px;
  margin: 0 auto;
  display: block;
  width: 67px;
  height: 36px;
  content: '';
  background-image: url("/dist/assets/images/bg-stripes-arrow.png");
  background-repeat: no-repeat;
}

.letter-bg_stripesWithArrow .letter-bg__label {
  top: 72px;
}

.letter-bg_stripes {
  margin-top: 0;
  margin-bottom: 0;
}

.letter-bg_stripes .letter-bg__contentContainer {
  padding-top: 76px;
  padding-bottom: 76px;
  background: url("/dist/assets/images/bg-stripes-journal-2.png") repeat left top;
}

.letter-bg_stripes .letter-bg__label {
  top: 72px;
}

.letter-bg_stripes-png {
  margin-top: 0;
  margin-bottom: 0;
}

.letter-bg_stripes-png .letter-bg__contentContainer {
  padding-top: 76px;
  padding-bottom: 76px;
  background: url("/dist/assets/images/bg-stripes-journal-2.png") repeat left top;
}

.letter-bg_stripes-png .letter-bg__label {
  top: 72px;
}

.letter-bg_stripesWithArrowGradient {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.letter-bg_stripesWithArrowGradient .letter-bg__contentContainer {
  padding-top: 76px;
  padding-bottom: 126px;
  background: url("/dist/assets/images/bg-stripes-journal-2.png") repeat left top;
}

.letter-bg_stripesWithArrowGradient .letter-bg__contentContainer:after {
  position: absolute;
  bottom: 57px;
  display: block;
  width: 100%;
  height: 33px;
  content: '';
  background: url("/dist/assets/images/bg-stripes-arrow-mask.png") no-repeat center center;
}

.letter-bg_stripesWithArrowGradient .letter-bg__label {
  top: 72px;
}

.letter-bg_small-bottom-margin {
  margin-bottom: 16px;
}

.letter-bg_middle-bottom-margin {
  margin-bottom: 32px;
}

.letter-bg_small-top-padding .letter-bg__contentContainer {
  padding-top: 16px;
}

.letter-bg_small-2-top-padding .letter-bg__contentContainer {
  padding-top: 24px;
}

.letter-bg_middle-top-padding .letter-bg__contentContainer {
  padding-top: 32px;
}

.letter-bg_small-bottom-padding .letter-bg__contentContainer {
  padding-bottom: 16px;
}

.letter-bg_middle-bottom-padding .letter-bg__contentContainer {
  padding-bottom: 32px;
}

.letter-bg_big-bottom-padding .letter-bg__contentContainer {
  padding-bottom: 64px;
}

.letter-bg_big2-bottom-padding .letter-bg__contentContainer {
  padding-bottom: 149px;
}

.letter-bg_shift-letters-top {
  margin-top: 52px;
  padding-top: 32px;
}

.letter-bg_small-top-margin {
  margin-top: 16px;
}

.letter-bg_zero-margin-top {
  margin-top: 0;
}

.letter-bg_middle-margin-top {
  margin-top: 32px;
}

.letter-bg_zero-margin-bottom {
  margin-bottom: 0;
}

.letter-bg_bg-white {
  background-color: #fff;
}

.letter-bg_overflow-y {
  overflow-x: hidden;
}

.letter-bg_table-stripes .letter-bg__content_main:after {
  content: '';
  display: block;
  background: url("/dist/assets/images/bg-stripes-journal-2.png") repeat left top;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 88px;
}

.letter-bg_offset-margin-top {
  margin-top: -149px;
}

.letter-bg_z-index-3 {
  z-index: 3;
}

.letter-bg_container-without-paddings .container {
  padding: 0;
}

.letter-bg_margin-bottom-20-cont .letter-bg__contentContainer {
  margin-bottom: 20px;
}

.letter-bg_margin-bottom-40-cont .letter-bg__contentContainer {
  margin-bottom: 40px;
}

.letter-bg_min-height-550 {
  min-height: 550px;
}

.letter-bg_container-padding-bottom-100 {
  padding-bottom: 100px;
  margin-bottom: 0;
}

.letter-bg_margin-top-42 {
  margin-top: 42px;
}

.letter-bg_gray-bg {
  background-color: #f2f2f2;
}

.letter-bg_gray-bg .letter-bg__contentContainer {
  padding-top: 64px;
  padding-bottom: 64px;
}

.letter-bg_cyan-bg {
  background-image: linear-gradient(99deg, #a1c4fd -4%, #c2e9fb 99%);
}

.letter-bg_cyan-bg .letter-bg__contentContainer {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 1200px) {
  .letter-bg__label {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .letter-bg_stripesWithArrow .letter-bg__contentContainer {
    padding-bottom: 0;
  }

  .letter-bg_stripesWithArrowGradient .letter-bg__contentContainer {
    padding-bottom: 0;
  }

  .letter-bg_gray-bg .letter-bg__contentContainer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .letter-bg_cyan-bg .letter-bg__contentContainer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-resolution: 1.5dppx), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-resolution: 144dpi) {
  .letter-bg_stripesWithArrow:after {
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
  }
}

@media only screen and (max-width: 480px) {
  .letter-bg_stripes .letter-bg__contentContainer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .letter-bg_stripes-png .letter-bg__contentContainer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .letter-bg_stripesWithArrow .letter-bg__contentContainer {
    background-image: url("/dist/assets/images/bg-stripes@2x.png");
  }

  .letter-bg_stripesWithArrow:after {
    background-image: url("/dist/assets/images/bg-stripes-arrow@2x.png");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .letter-bg_stripesWithArrow:after {
    bottom: 12px;
    width: 133px;
    height: 68px;
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/command-list/command-list.min.css?16232599343516*/
.command-list {
  position: relative;
  display: block;
  max-width: 800px;
}

.command-list p {
  margin-bottom: 30px;
}

.command-list b,
.command-list strong {
  font-weight: bold;
}

.command-list i {
  font-style: italic;
}

.command-list__title-wrapper {
  margin-bottom: 90px;
}

.command-list__centeredTitle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 93px;
  width: 462px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
  -ms-transform: translateX(42px);
  transform: translateX(42px);
}

.command-list__description {
  font-size: 0.9rem;
  line-height: 22px;
  color: rgba(0,0,0,0.6);
}

.command-list__description_without-title {
  margin-top: 82px;
}

.command-list__author {
  margin-top: 32px;
  font-family: 'OpenSans-Italic';
  font-size: 0.8rem;
  opacity: 0.6;
}

.command-list__more-wrapper,
.command-list__links-wrapper {
  margin-top: 64px;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.command-list__logo {
  position: absolute;
  top: 27.7%;
  right: 57px;
  display: block;
  width: 152px;
  height: 150px;
}

.command-list__item:first-child {
  margin-right: 48px;
}

.command-list__item:last-child {
  margin-right: 0 !important;
}

.command-list__logo-in-description {
  display: none;
}

.command-list__flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  min-width: 700px;
}

.command-list__flex-line {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.command-list__item-container {
  display: block;
  margin-bottom: 72px;
  max-width: 576px;
}

.command-list__item-title {
  font-family: 'SourceSansPro';
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 16px;
}

.command-list__item-date {
  color: rgba(0,0,0,0.6);
  font-family: 'SourceSansPro';
  font-size: 0.7rem;
  margin-bottom: 23px;
}

.command-list__item-description {
  color: rgba(0,0,0,0.6);
  font-size: 0.9rem;
  line-height: 22px;
}

.command-list__hidden {
  display: none;
}

.command-list__expand {
  font-size: 0.9rem;
}

.command-list_zero-padding-description .command__description_without-title {
  margin-top: 0 !important;
}

.command-list_full-width {
  max-width: inherit;
}

.command-list_w802 {
  max-width: 802px;
}

@media only screen and (max-width: 980px) {
  .command-list__centeredTitle {
    margin-bottom: 63px;
    width: inherit;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@media only screen and (max-width: 768px) {
  .command-list__logo {
    top: 18%;
    right: 17px;
  }

  .command-list__logo-in-description {
    display: block;
  }

  .command-list__flex-row {
    min-width: inherit;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .command-list__flex-line {
    margin-bottom: 24px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .command-list__item-container {
    max-width: 100%;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .command-list__title-wrapper {
    margin-bottom: 52px;
  }

  .command-list__description_without-title {
    margin-bottom: 52px;
  }

  .command-list__more-wrapper,
  .command-list__links-wrapper {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .command-list__logo {
    top: 40%;
    right: 22px;
    display: none;
  }

  .command-list__logo {
    right: 7px;
  }

  .command-list__item:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/article-bitrix/article-bitrix.min.css?164962936235214*/
/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

.article__phrase:before,
.article__phrase:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 240px;
  height: 1px;
  content: '';
  background-color: #959595;
}

.article {
  position: relative;
  margin: 0 auto;
  max-width: 575px;
  display: block;
}

.article p {
  margin-bottom: 30px;
}

.article b,
.article strong {
  font-weight: bold;
}

.article i {
  font-style: italic;
}

.article__section {
  margin: 0 auto;
  max-width: 575px;
}

.article__section-header,
.article h1 {
  margin-bottom: 32px;
  font-size: 1.2rem;
  font-weight: 300;
}

.article__article-header-h2,
.article h2 {
  margin-top: 56px;
  margin-bottom: 32px;
  font-size: 1.2rem;
  font-weight: 300;
}

.article__article-header-h3,
.article h3 {
  margin-top: 48px;
  margin-bottom: 32px;
  font-size: 0.9rem;
}

.article__paragraph-wrapper {
  position: relative;
}

.article__paragraph,
.article p {
  font-size: 0.9rem;
  line-height: 23px;
  color: rgba(0,0,0,0.6);
}

.article__quote {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 33px;
  padding-right: 33px;
  font-size: 0.9rem;
  line-height: 23px;
}

.article__quote:before,
.article__quote:after {
  position: absolute;
  content: '';
}

.article__quote:before {
  top: -6px;
  left: -46px;
  background-image: url("/dist/assets/images/sprites/article.png");
  background-position: -136px 0px;
  width: 89px;
  height: 89px;
}

.article__quote:after {
  right: -46px;
  bottom: -46px;
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  background-image: url("/dist/assets/images/sprites/article.png");
  background-position: 0px 0px;
  width: 128px;
  height: 129px;
}

.article__quote-note {
  font-size: 0.6rem;
  line-height: 15px;
  color: #000;
  opacity: 0.6;
  margin-top: 12px;
}

.article__columns {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 910px;
}

.article__col-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 235px;
}

.article__col {
  max-width: 235px;
  font-size: 0.9rem;
  line-height: 23px;
  opacity: 0.6;
}

.article__link-text {
  text-decoration: none;
  color: #0091d0;
}

.article__link-text:hover {
  border-bottom: 1px dotted #0091d0;
  -o-border-image: repeating-linear-gradient(to right, rgba(0,145,208,0.6), rgba(0,145,208,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
  border-image: repeating-linear-gradient(to right, rgba(0,145,208,0.6), rgba(0,145,208,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
}

.article__link-text_black {
  text-decoration: none;
  color: #000;
}

.article__link-text_black:hover {
  border-bottom: 1px dotted #000;
  -o-border-image: repeating-linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
  border-image: repeating-linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
}

.article__phrase {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 52px;
  margin-bottom: 52px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 37px;
  text-align: center;
  opacity: 0.8;
}

.article__phrase:before {
  top: -20px;
}

.article__phrase:after {
  bottom: -22px;
}

.article__note-wrapper {
  margin-top: 56px;
  margin-bottom: 16px;
}

.article__note-wrapper_aside {
  margin-top: 16px;
}

.article__note {
  font-size: 0.7rem;
  line-height: 17px;
}

.article__sub-link {
  display: inline-block !important;
  font-size: 0.8rem;
  text-decoration: none;
  color: #0091d0;
}

.article__sub-link:hover {
  -o-border-image: repeating-linear-gradient(to right, rgba(0,145,208,0.6), rgba(0,145,208,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
  border-image: repeating-linear-gradient(to right, rgba(0,145,208,0.6), rgba(0,145,208,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
  border-bottom: 1px dotted #0091d0;
}

.article__remark {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 14px 54px 18px 30px;
  font-size: 0.9rem;
  line-height: 23px;
  color: rgba(0,0,0,0.6);
  border-left: 2px solid #0091d0;
  background-image: url("/dist/assets/images/bg-stripes.png");
  background-repeat: repeat;
}

.article__list {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 26px;
  list-style: none;
}

.article__list > li {
  position: relative;
  margin-bottom: 17px;
  line-height: 23px;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.6);
}

.article__list > li:before {
  position: absolute;
  top: 9px;
  left: -25px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
}

.article__list > li:nth-child(n):before {
  background-color: #ed0a95;
}

.article__list > li:nth-child(2n):before {
  background-color: #d1189c;
}

.article__list > li:nth-child(3n):before {
  background-color: #ad2ca5;
}

.article__list > li:nth-child(4n):before {
  background-color: #8645af;
}

.article__list > li:nth-child(5n):before {
  background-color: #605db9;
}

.article__list > li:nth-child(6n):before {
  background-color: #188fcd;
}

.article__list > li:nth-child(7n):before {
  background-color: #188ecd;
}

.article__ul-li {
  position: relative;
  margin-bottom: 17px;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.6);
}

.article__ul-li:before {
  position: absolute;
  top: 6px;
  left: -25px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
}

.article__ul-li:nth-child(n):before {
  background-color: #ed0a95;
}

.article__ul-li:nth-child(2n):before {
  background-color: #d1189c;
}

.article__ul-li:nth-child(3n):before {
  background-color: #ad2ca5;
}

.article__ul-li:nth-child(4n):before {
  background-color: #8645af;
}

.article__ul-li:nth-child(5n):before {
  background-color: #605db9;
}

.article__ul-li:nth-child(6n):before {
  background-color: #188fcd;
}

.article__ul-li:nth-child(7n):before {
  background-color: #188ecd;
}

.article__numeric-list {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 26px;
  counter-reset: myCounter;
}

.article__numeric-list > li {
  position: relative;
  margin-bottom: 17px;
  line-height: 23px;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.6);
}

.article__numeric-list > li:before {
  position: absolute;
  top: 0;
  left: -25px;
  margin-right: 23px;
  font-size: 0.9rem;
  font-weight: 600;
  content: counter(myCounter);
  counter-increment: myCounter;
  color: #c3c3c3;
}

.article__ol-li {
  position: relative;
  margin-bottom: 17px;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.6);
}

.article__ol-li:before {
  position: absolute;
  top: 0;
  left: -25px;
  margin-right: 23px;
  font-size: 0.9rem;
  font-weight: 600;
  content: counter(myCounter);
  counter-increment: myCounter;
  color: #c3c3c3;
}

.article__figure {
  margin: 32px -70px;
  max-width: calc(712px + 140px);
  text-align: center;
}

.article__image {
  width: 100%;
}

.article__image_initial-size {
  width: inherit;
}

.article__image-mobile {
  margin-left: calc(70px);
  -ms-transform: translateX(-50%) translateX(287px);
  transform: translateX(-50%) translateX(287px);
}

.article__figcaption-wrapper {
  margin-top: 16px;
}

.article__figcaption-wrapper .article__note {
  margin-top: 16px;
  color: rgba(0,0,0,0.6);
  font-size: 0.8rem;
  text-align: left;
  font-weight: normal;
}

.article__social-wrapper {
  margin-top: 56px;
  margin-bottom: 56px;
}

.article__more-materials {
  font-size: 0.8rem;
  line-height: 30px;
}

.article__more-links {
  font-size: 0.8rem;
  line-height: 20px;
}

.article__more-links-li {
  margin-bottom: 20px;
}

.article__subscribe-note {
  font-size: 0.7rem;
  text-decoration: none;
  color: #a6a6a6;
  border-bottom: 1px dotted #a6a6a6;
}

.article__subscribe-note:hover {
  border: none;
}

.article__aside-left {
  position: absolute;
  top: 0;
  left: -250px;
  max-width: 170px;
}

.article__aside-left_195 {
  right: -275px;
  max-width: 195px;
}

.article__aside-left .article__note {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0,0,0,0.6);
}

.article__aside-left_wrap {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.article__aside-left_wrap .article__subscribe-note-wrapper {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.article__aside-image {
  width: 100%;
}

.article__aside-right {
  position: absolute;
  top: 0;
  right: -250px;
  max-width: 170px;
}

.article__aside-right_195 {
  right: -275px;
  max-width: 195px;
}

.article__aside-right_wrap {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.article__aside-right_wrap .article__subscribe-note-wrapper {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.article__content-mark {
  margin-bottom: 12px;
  padding: 10px 10px 10px 16px;
  display: block;
  font-size: 0.8rem;
  line-height: 19px;
  text-decoration: none;
  color: rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.2);
}

.article__content-mark:hover {
  border: 1px solid #0091d0;
}

.article__image-wrapper_150 {
  max-width: 150px;
}

.article__image-wrapper_110 {
  max-width: 110px;
}

.article__button {
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 10px;
  padding-bottom: 13px;
  display: block;
  width: 200px;
  height: 48px;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: solid 1px #fff;
}

.article__button_teal {
  color: #0091d0;
  border: 1px solid #0091d0;
  transition: background-color 0.3s ease;
}

.article__button_teal .article__button-text {
  color: #0091d0;
  transition: color 0.3s ease;
}

.article__button_teal:hover {
  background-color: #0091d0;
}

.article__button_teal:hover .article__button-text {
  color: #fff;
}

.article__button-text {
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
  color: #fff;
  display: block;
}

.article__download {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.9rem;
}

.article__download-label {
  font-size: 0.9rem;
}

.article__download-link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.article__download-link-wrapper:hover .article__download-link {
  -o-border-image: repeating-linear-gradient(to right, rgba(0,145,208,0.6), rgba(0,145,208,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
  border-image: repeating-linear-gradient(to right, rgba(0,145,208,0.6), rgba(0,145,208,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
  border-bottom: 2px dotted #0091d0;
}

.article__download-icon {
  margin-left: 16px;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.article__download-link {
  color: #0091d0;
  text-decoration: none;
  border-bottom: 2px dotted transparent;
}

.article__video {
  margin-top: 50px;
  margin-bottom: 16px;
  width: 100%;
  height: 400px;
}

.article__video-note {
  margin-bottom: 50px;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.6);
}

.article__link-wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
  float: right;
}

.article__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.article__link__text {
  position: relative;
}

.article__link__text,
.article__link__arrow {
  display: inline-block;
}

.article__link__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  color: #000;
}

.article__link__arrow {
  margin-left: 13px;
  position: relative;
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  width: 113px;
  height: 2px;
  vertical-align: text-top;
  background-color: #0091d0;
}

.article__link__arrow:after,
.article__link__arrow:before {
  position: absolute;
  top: -3px;
  left: 106px;
  width: 11px;
  height: 0;
  pointer-events: none;
  content: '';
  border-top: 2px solid #0091d0;
}

.article__link__arrow:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.article__link__arrow:before {
  top: 3px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.article__link__arrow_absolute {
  position: absolute;
  top: 50%;
  left: inherit;
  right: -20px;
  width: 11px;
  height: 2px;
  border: 0;
  background-color: #0091d0;
}

.article__link__arrow_absolute:after,
.article__link__arrow_absolute:before {
  left: 4px;
}

.article__link__arrow_absolute:before {
  top: 4px;
}

.article__link__arrow_absolute:after {
  top: -3px;
}

.article__link_inline {
  display: inline;
}

.article__two-images-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 575px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article__two-images-figure {
  margin: 0;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.article__two-images-figure:last-child {
  margin-left: 24px;
}

.article__two-images-img {
  width: 100%;
  position: relative;
}

.article__two-images-caption {
  margin-top: 16px;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.6);
}

.article__three-images-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 575px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article__three-images-figure {
  margin: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
}

.article__three-images-img {
  width: 100%;
  position: relative;
}

.article__three-images-caption {
  margin-top: 16px;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.6);
}

.article__gallery-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.article__contacts-wrapper {
  margin-top: 50px;
}

.article__table-container-wide {
  overflow-x: scroll;
  overflow-y: hidden;
}

.article__table {
  position: relative;
}

.article__table-align-left {
  text-align: left !important;
}

.article__table-align-right {
  text-align: right !important;
}

.article__table-align-center {
  text-align: center !important;
}

.article__table-caption {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.article__table-sub-caption {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 18px;
}

.article__table-subtitle {
  padding-bottom: 0px;
  border-bottom: 0px;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0,0,0,0.6);
}

.article__table-no-border {
  border: 0px !important;
}

.article__table thead {
  padding-bottom: 30px;
}

.article__table tbody {
  background-color: #fff;
  border: solid 1px #f2f2f2;
  border-bottom: 0px;
}

.article__table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.article__table tfoot {
  background-color: #fff;
  border: solid 1px #f2f2f2;
  border-top: 0px;
}

.article__table tfoot td {
  font-size: 0.8rem;
  text-align: left;
  font-weight: 300;
}

.article__table tfoot td:nth-child(1) {
  font-size: 0.8rem;
}

.article__table th {
  text-align: left;
  padding: 24px;
  padding-bottom: 67px;
  font-size: 0.9rem;
  color: #000;
}

.article__table td {
  padding: 24px;
  font-size: 0.8rem;
  color: #000;
  vertical-align: top;
}

.article__table_w800 {
  width: 800px;
}

.article__table_header-align-right th {
  text-align: left;
}

.article__table_variants th:nth-child(1) {
  text-align: right;
  font-size: 0.8rem;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
}

.article__table_variants td:nth-child(1) {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: right;
  color: rgba(0,0,0,0.6);
}

.article__table_formats {
  width: 100%;
}

.article__table_formats th {
  padding-bottom: 50px;
}

.article__table_formats .article__table-subtitle {
  padding-bottom: 0px;
  border-bottom: 0px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0,0,0,0.6);
}

.article__table_formats .article__table-sub-caption {
  font-size: 1rem;
}

.article__table_formats td {
  font-size: 0.7rem;
}

.article__f14 {
  font-size: 0.7rem;
}

.article_wide {
  max-width: inherit;
}

.article__table-equipment {
  position: relative;
  width: 100%;
}

.article__table-equipment_min-w-600 {
  min-width: 600px;
}

.article__table-equipment p {
  margin-bottom: 0;
}

.article__table-equipment tr {
  border-top: 1px solid rgba(216,216,216,0.6);
}

.article__table-equipment tr.borderless {
  border-top: 0px solid #fff;
}

.article__table-equipment td {
  padding-top: 8px;
  padding-bottom: 54px;
}

.article__table-equipment td.pad_0 {
  padding-bottom: 0;
}

.article__table-equipment-cell-title {
  font-family: SourceSansPro;
  font-size: 0.7rem;
  color: rgba(0,0,0,0.6);
  max-width: 152px;
}

.article__table-equipment-cell-sub {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: SourceSansPro;
  font-size: 14px;
  font-weight: 600;
}

.article__table-equipment-cell-sub2 {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: SourceSansPro;
  font-size: 14px;
}

.article__table-equipment-cell-description {
  font-family: SourceSansPro;
  font-size: 0.7rem;
  color: rgba(0,0,0,0.4);
  max-width: 154px;
}

.article__table-equipment-cell-value {
  font-family: SourceSansPro;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.78;
  color: rgba(0,0,0,0.6);
}

.article__subscribe {
  width: 100%;
  max-width: 195px;
  background-color: #f4f4f4;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.article__subscribe-enveloper {
  width: 33px;
  height: 26px;
  margin-bottom: 22px;
}

.article__subscribe-text {
  margin-bottom: 16px;
  font-family: SourceSansPro;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 23px;
}

.article__project-of-the-year {
  width: 100%;
  max-width: 165px;
}

.article__project-of-the-year-logo {
  width: 100%;
  margin-bottom: 12px;
}

.article__project-of-the-year-text {
  font-size: 0.7rem;
  line-height: 18px;
  color: #000;
  margin-bottom: 16px;
}

.article__table-project {
  margin-bottom: 32px;
}

.article__table-project-section-name {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 30px;
  color: #000;
}

.article__table-project-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.article__table-project-icon {
  margin-right: 28px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}

.article__table-project-info {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.article__table-project-title {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 32px;
  color: rgba(0,0,0,0.6);
}

.article__table-project-text {
  font-size: 0.9rem;
  line-height: 23px;
  color: rgba(0,0,0,0.6);
}

.iframe-video {
  min-width: 700px;
  height: 400px;
  margin: 0 auto;
  width: 90%;
  display: block;
}

.iframe-video_small {
  margin: 0;
  width: auto;
}

@media only screen and (max-width: 1200px) {
  .article__image-mobile {
    max-width: 800px;
  }

  .article__aside-left_195 {
    right: -200px;
    max-width: 170px;
  }

  .article__aside-right_195 {
    right: -200px;
    max-width: 170px;
  }
}

@media only screen and (max-width: 1100px) {
  .article__aside-left {
    left: -200px;
  }

  .article__aside-right {
    right: -200px;
  }
}

@media only screen and (max-width: 980px) {
  .article__figure {
    margin: 32px auto;
    max-width: 712px;
  }

  .article__image-mobile {
    margin-left: 0;
    width: 100%;
    -ms-transform: none;
    transform: none;
  }

  .article__aside-left {
    display: none;
  }

  .article__aside-left_show-in-article {
    position: relative;
    top: 0 !important;
    right: inherit;
    left: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .article__aside-left_show-in-article .article__image-wrapper {
    margin-right: 32px;
    margin-bottom: 0;
  }

  .article__aside-right {
    display: none;
  }

  .article__aside-right_show-in-article {
    position: relative;
    right: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .article__aside-right_show-in-article .article__image-wrapper {
    margin-right: 32px;
    margin-bottom: 0;
  }

  .article__table-container {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .article__project-of-the-year {
    max-width: none;
  }
}

@media only screen and (max-width: 980px) and (max-width: 768px) {
  .article__aside-right_show-in-article {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .article__aside-right_show-in-article .article__image-wrapper {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 768px) {
  .article__quote:before {
    left: 0;
  }

  .article__quote:after {
    right: 0;
  }

  .article__quote img {
    margin-bottom: 20px;
    width: 100%;
  }

  .article__columns {
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 575px;
  }

  .article__col-wrapper {
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .article__col-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }

  .article__col {
    max-width: inherit;
  }

  .article__phrase {
    margin-left: 65px;
    margin-right: 65px;
    font-size: 1.2rem;
    line-height: 24px;
  }

  .article__image_initial-size {
    width: 100%;
  }

  .article__aside-left_show-in-article {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .article__aside-left_show-in-article .article__image-wrapper {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .article__three-images-wrapper {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .article__three-images-figure {
    margin-bottom: 40px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .iframe-video {
    min-width: inherit;
    height: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .article__phrase {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .article__quote:before {
    background-image: url("/dist/assets/images/sprites/article@2x.png");
    background-size: 225px 129px;
  }

  .article__quote:after {
    background-image: url("/dist/assets/images/sprites/article@2x.png");
    background-size: 225px 129px;
  }

  .article__remark {
    background-image: url("/dist/assets/images/bg-stripes@2x.png");
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/list-links/list-links.min.css?1623259934776*/
.list-links {
  position: relative;
  display: block;
}

.list-links__title-wrapper {
  margin-bottom: 82px;
}

.list-links__items-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.list-links__item-wrapper {
  margin-bottom: 32px;
}

.list-links__item {
  margin-bottom: 32px;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #0091d0;
  text-decoration: none;
}

.list-links__item:hover {
  text-decoration: underline;
}

.list-links__item_arrowed {
  color: #000;
  text-decoration: none;
}

.list-links__item_arrowed:hover {
  text-decoration: none;
}

.list-links_w500 {
  max-width: 500px;
}

.list-links_w600 {
  max-width: 600px;
}

.list-links_w700 {
  max-width: 700px;
}

.list-links_w800 {
  max-width: 800px;
}
/* End */


/* Start:/dist/assets/styles/blocks/files-list/files-list.min.css?16232599351824*/
.files-list {
  position: relative;
  display: block;
}

.files-list__title-wrapper {
  margin-bottom: 82px;
}

.files-list__items-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.files-list__item {
  margin-bottom: 24px;
  margin-right: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.files-list__item-name {
  margin-right: 16px;
  max-width: 230px;
  font-size: 0.9rem;
  line-height: 22px;
}

.files-list__item-name_archived {
  color: rgba(0,0,0,0.5);
}

.files-list__download {
  margin-right: 12px;
  margin-top: 2px;
  width: 22px;
  height: 22px;
}

.files-list__item-download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  min-width: 120px;
}

.files-list__item-download:hover .files-list__download-link {
  text-decoration: underline;
}

.files-list__download-link {
  color: #0091d0;
  text-decoration: none;
}

.files-list__size {
  color: #0091d0;
  text-decoration: none;
  font-family: 'SourceSansPro';
  font-size: 0.9rem;
}

.files-list__hidden {
  display: none;
}

.files-list__expand {
  font-size: 0.9rem;
}

.files-list_w500 {
  max-width: 500px;
}

.files-list_w600 {
  max-width: 600px;
}

.files-list_w700 {
  max-width: 700px;
}

.files-list_w800 {
  max-width: 800px;
}

.files-list_wide800 {
  max-width: 800px;
}

.files-list_wide800 .files-list__item-download {
  -ms-flex-order: 1;
  order: 1;
}

.files-list_wide800 .files-list__item-name {
  margin-left: 32px;
  margin-right: 0;
  max-width: inherit;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 768px) {
  .files-list__item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/command/command.min.css?16232599353355*/
.command {
  position: relative;
  display: block;
  max-width: 800px;
}

.command p {
  margin-bottom: 30px;
}

.command b,
.command strong {
  font-weight: bold;
}

.command i {
  font-style: italic;
}

.command__title-wrapper {
  margin-bottom: 90px;
}

.command__centeredTitle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 93px;
  width: 462px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
  -ms-transform: translateX(42px);
  transform: translateX(42px);
}

.command__description {
  font-size: 0.9rem;
  line-height: 22px;
  color: rgba(0,0,0,0.6);
}

.command__description_without-title {
  margin-top: 82px;
}

.command__author {
  margin-top: 32px;
  font-family: 'OpenSans-Italic';
  font-size: 0.8rem;
  opacity: 0.6;
}

.command__more-wrapper,
.command__links-wrapper {
  margin-top: 64px;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.command__logo {
  position: absolute;
  top: 27.7%;
  right: 57px;
  display: block;
  width: 152px;
  height: 150px;
}

.command__item:first-child {
  margin-right: 48px;
}

.command__item:last-child {
  margin-right: 0 !important;
}

.command__logo-in-description {
  display: none;
}

.command__flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  min-width: 700px;
}

.command__flex-line {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.command_conf .command__description {
  max-width: 535px;
  line-height: 23px;
}

.command_conf .command__logo {
  top: 25%;
  right: 0;
}

.command_conf .command__logo-in-description {
  position: relative;
}

.command_conf .command__more-wrapper {
  margin-top: 110px;
}

.command_conf .command__icon {
  width: 249px;
  height: 170px;
}

.command_conf .command__icon-in-description {
  position: absolute;
  top: -111px;
  left: 55px;
  width: 40px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.command_zero-padding-description .command__description_without-title {
  margin-top: 0 !important;
}

.command_full-width {
  max-width: inherit;
}

.command_w802 {
  max-width: 802px;
}

@media only screen and (max-width: 980px) {
  .command__centeredTitle {
    margin-bottom: 63px;
    width: inherit;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@media only screen and (max-width: 768px) {
  .command__logo {
    top: 18%;
    right: 17px;
  }

  .command__logo-in-description {
    display: block;
  }

  .command__flex-row {
    min-width: inherit;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .command__flex-line {
    margin-bottom: 24px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .command_conf .command__logo {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .command__title-wrapper {
    margin-bottom: 52px;
  }

  .command__description_without-title {
    margin-bottom: 52px;
  }

  .command__more-wrapper,
  .command__links-wrapper {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .command__logo {
    top: 40%;
    right: 22px;
    display: none;
  }

  .command__logo {
    right: 7px;
  }

  .command__item:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .command_conf .command__more-wrapper {
    margin-top: 42px;
  }
}
/* End */
/* /dist/assets/styles/blocks/login/login.min.css?16232599352309 */
/* /dist/assets/styles/blocks/search-cover/search-cover.min.css?1623259935787 */
/* /dist/assets/styles/blocks/sidebar/sidebar.min.css?16232599351510 */
/* /dist/assets/styles/blocks/menu-list/menu-list.min.css?1623259934603 */
/* /dist/assets/styles/blocks/company/company.min.css?1623259935938 */
/* /dist/assets/styles/blocks/letter-bg/letter-bg.min.css?16232599356589 */
/* /dist/assets/styles/blocks/command-list/command-list.min.css?16232599343516 */
/* /dist/assets/styles/blocks/article-bitrix/article-bitrix.min.css?164962936235214 */
/* /dist/assets/styles/blocks/list-links/list-links.min.css?1623259934776 */
/* /dist/assets/styles/blocks/files-list/files-list.min.css?16232599351824 */
/* /dist/assets/styles/blocks/command/command.min.css?16232599353355 */
