

/* Start:/dist/assets/styles/blocks/title/title.min.css?1623259934995*/
.title {
  position: relative;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.05;
  color: #000;
}

.title:before {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 80px;
  height: 3px;
  content: '';
  border-bottom: 3px solid #0091d0;
}

.title_color_white {
  color: #fff;
}

.title_color_white:before {
  border-bottom: 3px solid #fff;
  opacity: 0.6;
}

.title_variant_main {
  font-size: 2.4rem;
  line-height: 1.23;
  color: #fff;
}

.title_variant_main:before {
  display: none;
}

.title_variant_subTitle {
  font-size: 1.2rem;
  line-height: 29px;
  color: #fff;
}

.title_variant_subTitle:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .title_variant_main {
    font-size: 1.8rem;
  }

  .title_variant_subTitle {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 480px) {
  .title {
    font-size: 1.5rem;
  }

  .title_variant_main {
    font-size: 1.2rem;
  }

  .title_variant_subTitle {
    font-size: 0.7rem;
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/button/button.min.css?16380092025329*/
.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;
}

.button__icon {
  width: 24px;
  height: 24px;
}

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

.button_size_small {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 9px;
  padding-bottom: 14px;
  width: 181px;
}

.button_size_medium {
  padding-left: 42px;
  padding-right: 42px;
}

.button_stretch {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.button_stretch:after {
  display: table;
  clear: both;
  content: '';
}

.button_inline {
  display: inline-block;
  width: inherit;
}

.button_paddings_small {
  padding-left: 24px;
  padding-right: 24px;
}

.button_paddings_small-responsive {
  padding-left: 24px;
  padding-right: 24px;
}

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

.button_teal .button__text {
  color: #0091d0;
  transition: color 0.3s ease;
}

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

.button_teal:hover .button__text {
  color: #fff;
}

.button_teal.button_active {
  background-color: #0091d0;
}

.button_teal.button_active .button__text {
  color: #fff;
}

.button_gray {
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  transition: background-color 0.3s ease;
}

.button_gray .button__text {
  color: #9b9b9b;
  transition: color 0.3s ease;
}

.button_gray:hover {
  background-color: #9b9b9b;
}

.button_gray:hover .button__text {
  color: #fff;
}

.button_blue {
  background-color: #0091d0;
}

.button_blue .button__text {
  color: #fff;
}

.button_black {
  border: solid 1px #000;
}

.button_black .button__text {
  color: #000;
}

.button_black:hover {
  background-color: #000;
}

.button_black:hover .button__text {
  color: #fff;
}

.button_small {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 38px;
  line-height: 14px;
  border-radius: 4px;
}

.button_small .button__text {
  font-size: 0.7rem;
}

.button_show-more {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  cursor: pointer;
  width: auto;
  height: auto;
}

.button_show-more .button__text {
  padding-bottom: 2px;
  display: inline-block;
  line-height: 0.9rem;
  color: #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;
  border-bottom: 1px dotted #0091d0;
}

.button_show-more .button__text:hover {
  border-bottom: 0;
}

.button_show-more .button__icon {
  margin-left: 4px;
  display: inline-block;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  color: #0091d0;
}

.button_show-more_opened .button__icon {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button_squeeze {
  padding-left: 32px;
  padding-right: 32px;
}

.button_animation-1 {
  transition: background-color 0.3s ease;
}

.button_animation-1 .button__text {
  transition: color 0.3s ease;
}

.button_animation-1:hover {
  background-color: rgba(255,255,255,0.9);
}

.button_animation-1:hover .button__text {
  color: #000;
}

.button_animation-1.button_black:hover {
  background-color: #000;
}

.button_animation-1.button_black:hover .button__text {
  color: #fff;
}

.button_simple {
  padding-left: 20px;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #000;
  color: #000;
}

.button_simple .button__text {
  margin-left: 15px;
  font-size: 0.8rem;
  color: #000;
}

.button_simple-2 {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #000;
  color: #000;
}

.button_simple-2 .button__text {
  margin-left: 9px;
  font-size: 0.8rem;
  color: #000;
}

.button_orangy {
  color: #fff;
  font-size: 0.7rem;
  line-height: 18px;
  background-image: linear-gradient(135deg, #f79533 0%, #f37055 50%, #ef4e7b 100%);
  border: 0;
}

.button_orangy:hover {
  background-image: linear-gradient(135deg, #e38133 0%, #de6d52 50%, #db4d6d 100%);
}

.button_orange {
  color: #fff;
  font-size: 0.7rem;
  line-height: 18px;
  background-color: #e3992b;
  border: 0;
}

.button_orange:hover {
  background-color: #bf7c19;
}

.button_medium {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  height: 36px;
}

.button_medium-2 {
  padding-top: 4px;
  height: 40px;
}

@media only screen and (max-width: 980px) {
  .button_paddings_small-responsive {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .button_size_medium {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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


/* 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/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/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 */


/* Start:/dist/assets/styles/blocks/link/link.min.css?16232599345587*/
.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;
}

.link__text {
  position: relative;
}

.link__text,
.link__arrow {
  display: inline-block;
}

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

.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;
}

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

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

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

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

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

.link__arrow_absolute:before {
  top: 4px;
}

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

.link_size_small .link__arrow {
  width: 33px;
}

.link_size_small .link__arrow:after,
.link_size_small .link__arrow:before {
  left: 26px;
}

.link_size_extra-small .link__arrow {
  left: 7px;
  width: 11px;
}

.link_size_extra-small .link__arrow:after,
.link_size_extra-small .link__arrow:before {
  left: 4px;
}

.link_size_extra-small-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link_color_white .link__text {
  color: #fff;
}

.link_color_white .link__arrow {
  border-bottom: 2px solid #fff;
}

.link_color_white .link__arrow:after,
.link_color_white .link__arrow:before {
  border-top: 2px solid #fff;
}

.link_translucent .link__text {
  opacity: 0.6;
}

.link_stretched,
.link_stretched-fixed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.link_stretched .link__text,
.link_stretched-fixed .link__text {
  border-bottom: 1px dotted transparent;
}

.link_stretched:hover .link__text,
.link_stretched-fixed:hover .link__text {
  -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;
}

.link_stretched-fixed {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.link_stretched-fixed .link__arrow {
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.link_hover-underline .link__text {
  border-bottom: 1px dotted transparent;
}

.link_hover-underline:hover .link__text {
  -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;
}

.link_hover-underline_white:hover .link__text {
  -o-border-image: repeating-linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
  border-image: repeating-linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
}

.link_hover-underline:visited .link__text {
  border-bottom: 0px solid transparent;
}

.link_right {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

.link_side_left {
  -ms-flex: initial;
  flex: initial;
}

.link_fixed-size .link__text {
  width: 232px;
}

.link_justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link_text-line:hover .link__text {
  text-decoration: underline;
  -o-border-image: none;
  border-image: none;
}

@media only screen and (max-width: 980px) {
  .link_stretched .link__arrow,
  .link_stretched-fixed .link__arrow {
    left: inherit;
    margin-left: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    width: inherit;
    min-width: 50px;
  }

  .link_stretched .link__arrow:before,
  .link_stretched-fixed .link__arrow:before,
  .link_stretched .link__arrow:after,
  .link_stretched-fixed .link__arrow:after {
    right: -3px;
    left: auto;
  }

  .link_stretched-fixed {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .link_stretched-fixed .link__arrow {
    max-width: 50px;
  }

  .link_right .link__text {
    text-align: right;
    text-indent: 100px;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
}

@media only screen and (max-width: 480px) {
  .link_size_extra-small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .link_size_extra-small .link__text {
    max-width: 230px;
  }

  .link_size_extra-small-flex .link__text {
    max-width: 230px;
  }

  .link_hover-underline .link__text {
    border-bottom: 0px solid transparent;
  }

  .link_right .link__text {
    text-indent: 100px;
    -ms-flex: 1 1 86%;
    flex: 1 1 86%;
  }
}

@media screen and (max-width: 480px) {
  .link__text br {
    display: none;
  }
}
/* 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/slider/slider.min.css?16232599349810*/
.slider__prevBtn.arrowLeft,
.slider__nextBtn.arrowRight {
  position: absolute;
  width: 18px;
  height: 31px;
  cursor: pointer;
}

.slider {
  position: relative;
  display: block;
  overflow: hidden;
}

.slider__title-main-wrapper {
  margin-bottom: 86px;
}

.slider__slidesContainer {
  position: relative;
  z-index: 2;
}

.slider__item {
  position: relative;
  min-height: 400px;
}

.slider__item.slick-slide {
  padding-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
}

.slider__slideWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__textContainer {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  width: 66%;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.slider__preview-mobile {
  margin-bottom: 20px;
  display: none;
  height: 130px;
  background-size: cover;
}

.slider__author {
  margin-top: 32px;
  font-size: 0.8rem;
  font-style: italic;
}

.slider__arrows {
  position: absolute;
  z-index: 2;
  top: 40%;
  width: 100%;
}

.slider__prevBtn.arrowLeft {
  left: 64px;
  fill: #fff;
}

.slider__nextBtn.arrowRight {
  right: 64px;
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  fill: #fff;
}

.slider__titleWrapper {
  padding-top: 76px;
  padding-left: 64px;
}

.slider__slideTitle {
  margin-bottom: 31px;
  font-size: 1.4rem;
  font-weight: 300;
}

.slider__btnWrapper {
  margin-top: 45px;
  display: inline-block;
}

.slider__linkWrapper {
  position: relative;
  z-index: 2;
  margin-right: 81px;
  float: right;
}

.slider__clear {
  padding-bottom: 72px;
}

.slider__clear:after {
  display: table;
  clear: both;
  content: '';
}

.slider__dotsContainer {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slider__dotsContainer li {
  float: left;
}

.slider__dotsContainer li:not(:last-child) {
  margin-right: 32px;
}

.slider__dotsContainer .slick-active button:before {
  background-color: #fff;
}

.slider__dotsContainer button {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

.slider__dotsContainer button:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 200px;
}

.slider__dots {
  margin: 0 auto;
  width: 66%;
}

.slider__dots:after {
  display: block;
  clear: both;
  content: '';
}

.slider__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;
  pointer-events: none;
}

.slider_wide {
  padding-bottom: 225px;
}

.slider_wide .slider__clear {
  padding-bottom: 201px;
}

.slider_wide .slider__arrows {
  top: 45%;
}

.slider_wide .slider__dotsContainer {
  bottom: -50px;
}

.slider_wide .slider__linkWrapper {
  position: absolute;
  right: 64px;
  bottom: -150px;
  margin-right: 0;
}

.slider_thin .slider__arrows {
  top: 46%;
}

.slider_thin .slider__textContainer {
  padding-top: 0;
}

.slider_basic,
.slider_basicWide {
  margin-bottom: 32px;
  padding-bottom: 50px;
}

.slider_basic .slider__item,
.slider_basicWide .slider__item {
  min-height: inherit;
}

.slider_basic .slider__textContainer,
.slider_basicWide .slider__textContainer {
  margin-left: 63px;
  padding-top: 0px;
  position: relative;
  width: 100%;
  max-width: 700px;
}

.slider_basic .slider__slideWrapper,
.slider_basicWide .slider__slideWrapper {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.slider_basic .slider__preview-wrapper,
.slider_basicWide .slider__preview-wrapper {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}

.slider_basic .slider__preview,
.slider_basicWide .slider__preview {
  width: 100%;
}

.slider_basic .slider__text,
.slider_basicWide .slider__text {
  font-size: 0.9rem;
  line-height: 24px;
  color: rgba(0,0,0,0.6);
}

.slider_basic .slider__author,
.slider_basicWide .slider__author {
  margin-top: 50px;
  bottom: 0;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.6);
}

.slider_basic .slider__arrows,
.slider_basicWide .slider__arrows {
  top: 39%;
}

.slider_basic .slider__prevBtn.arrowLeft,
.slider_basicWide .slider__prevBtn.arrowLeft,
.slider_basic .slider__nextBtn.arrowRight,
.slider_basicWide .slider__nextBtn.arrowRight {
  width: 14px;
  height: 23px;
  fill: #0091d0;
}

.slider_basic .slider__prevBtn.arrowLeft,
.slider_basicWide .slider__prevBtn.arrowLeft {
  left: 0;
}

.slider_basic .slider__nextBtn.arrowRight,
.slider_basicWide .slider__nextBtn.arrowRight {
  right: 2px;
}

.slider_basic .slider__linkWrapperCont,
.slider_basicWide .slider__linkWrapperCont {
  position: relative;
  max-width: 800px;
}

.slider_basic .slider__linkWrapper,
.slider_basicWide .slider__linkWrapper {
  margin-right: 0;
  padding-right: 0;
}

.slider_basic .slider__item.slick-slide,
.slider_basicWide .slider__item.slick-slide {
  padding-bottom: 65px;
}

.slider_basic .slick-slide,
.slider_basicWide .slick-slide {
  height: auto;
}

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

.slider__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;
}

.slider__link-text_white {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dotted #fff;
  -o-border-image: repeating-linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
  border-image: repeating-linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0.6) 3px, transparent 3px, transparent 4px) 3/0 0 2px;
}

.slider__link-text_white:hover {
  border-bottom: 0px dotted #fff;
  -o-border-image: none;
  border-image: none;
}

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

.slider__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;
}

.slider_basicWide .slider__linkWrapperCont {
  max-width: inherit;
}

.slider_basicWide .slider__textContainer {
  max-width: 87%;
}

.slider_big-top-margin {
  margin-top: 76px;
}

.slider_big-bottom-margin {
  margin-bottom: 76px;
}

.slider_zero-bottom-padding {
  padding-bottom: 0;
}

.slider_zero-bottom-margin {
  margin-bottom: 0;
}

.slider_max-width-800 .slider__item {
  max-width: inherit;
}

@media only screen and (min-width: 1900px) {
  .slider {
    background-size: cover;
  }

  .slider__item {
    background-size: cover;
  }
}

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

  .slider_wide .slider__linkWrapper {
    right: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .slider__title-main-wrapper {
    margin-bottom: 40px;
  }

  .slider__textContainer {
    width: 90%;
  }

  .slider__preview-mobile {
    display: block;
  }

  .slider__titleWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider__dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider_wide .slider__dotsContainer {
    bottom: -10px;
  }

  .slider_wide .slider__linkWrapper {
    display: block;
    right: 0px;
    bottom: -50px;
    position: relative;
  }

  .slider_basic .slider__textContainer,
  .slider_basicWide .slider__textContainer {
    margin-left: 32px;
    margin-right: 32px;
  }

  .slider_basic .slider__slideWrapper,
  .slider_basicWide .slider__slideWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider_basic .slider__preview-wrapper,
  .slider_basicWide .slider__preview-wrapper {
    -ms-flex: 1 0 240px;
    flex: 1 0 240px;
  }

  .slider_basic .slider__preview,
  .slider_basicWide .slider__preview {
    display: none;
  }

  .slider_basic .slider__author,
  .slider_basicWide .slider__author {
    position: relative;
  }

  .slider_basic .slider__arrows,
  .slider_basicWide .slider__arrows {
    top: 40%;
    bottom: inherit;
  }
}

@media screen and (max-width: 768px) {
  .slider__textContainer {
    font-size: 0.8rem;
  }

  .slider__nextBtn.arrowRight {
    right: 10px;
  }

  .slider__prevBtn.arrowLeft {
    left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .slider__item {
    min-height: inherit;
  }

  .slider__linkWrapper {
    display: none;
  }

  .slider__dotsContainer li:not(:last-child) {
    margin-right: 20px;
  }

  .slider_wide {
    padding-bottom: 75px;
  }

  .slider_basic .slider__linkWrapper,
  .slider_basicWide .slider__linkWrapper {
    display: block;
  }

  .slider_basic .slider__item.slick-slide,
  .slider_basicWide .slider__item.slick-slide {
    padding-bottom: 10px;
  }

  .slider_adapt-mobile .slider__textContainer {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
  }

  .slider_adapt-mobile .slider__arrows {
    top: inherit;
    bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .slider__nextBtn.arrowRight {
    right: 5px;
    width: 12px;
  }

  .slider__prevBtn.arrowLeft {
    left: 5px;
    width: 12px;
  }
}
/* End */


/* Start:/dist/assets/styles/blocks/clients/clients.min.css?16751900931616*/
.clients {
  display: block;
}
.clients__title-wrapper {
  margin-bottom: 89px;
}
@media only screen and (max-width: 480px) {
  .clients__title-wrapper {
    margin-bottom: 42px;
  }
}
.clients__subtitle {
  margin-bottom: 82px;
  font-size: 0.9rem;
  color: #000;
  opacity: 0.6;
}
.clients__description {
  margin-bottom: 52px;
  font-size: 0.9rem;
  line-height: 22px;
  opacity: 0.6;
}
.clients__link-wrapper {
  margin-top: 15px;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .clients__link-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .clients__link-wrapper .clients__link-desktop {
    display: none;
  }
}
.clients__link-wrapper .clients__link-mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .clients__link-wrapper .clients__link-mobile {
    display: block;
  }
}
.clients_type_industry .client__wrapper {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 480px) {
  .clients_type_industry .client__wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.clients_size_small {
  max-width: 800px;
}
.clients_description-w200 .clients__description {
  max-width: 200px;
}
.clients_description-w300 .clients__description {
  max-width: 300px;
}
.clients_description-w600 .clients__description {
  max-width: 600px;
}
.clients_description-w800 .clients__description {
  max-width: 800px;
}
.clients_content-w800 .client__wrapper {
  max-width: 800px;
}

/* End */


/* Start:/dist/assets/styles/blocks/client/client.min.css?16751903392849*/
.client {
  display: block;
}
.client__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.client__wrapper_align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.client__item {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 196px;
  min-width: 165px;
  height: 100px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.client__item_margin-right-20 {
  margin-right: 20px;
}
.client__image {
  position: absolute;
  transition: width 0.6s ease;
  width: 165px;
}
.client__image_grayscale {
  opacity: 0.4;
}
.client__image_grayscale:hover {
  opacity: 1;
}
.client__image_scale {
  width: 200px;
}
.client_type_sla .client__wrapper {
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 850px;
}
.client_type_sla .client__item {
  -ms-flex: 1 1 196px;
  flex: 1 1 196px;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.client_type_sla .client__item_hidden {
  display: none;
  opacity: 0;
}
.client_justify-left .client__wrapper {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.client_justify-left .client__item {
  max-width: 200px;
  -ms-flex: 1 1 196px;
  flex: 1 1 196px;
}
.client_justify-center .client__wrapper {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.client_justify-center .client__item {
  -ms-flex: 1 1 196px;
  flex: 1 1 196px;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .client_justify-center .client__wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 480px) {
  .client__item {
    margin-bottom: 24px;
    max-width: inherit;
    min-width: inherit;
    height: 55px;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .client__image {
    max-width: 80px;
    max-height: 100%;
  }
  .client__image_grayscale {
    opacity: 1;
    filter: none !important;
  }
  .client_type_sla .client__wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .client_type_sla .client__item {
    -ms-flex: 0 1 128px;
    flex: 0 1 128px;
  }
  .client_justify-left .client__wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .client_justify-left .client__item {
    margin-left: 0px;
    margin-right: 0px;
    max-width: inherit;
    -ms-flex: 0 1 128px;
    flex: 0 1 128px;
  }
  .client_justify-center .client__wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .client_justify-center .client__item {
    -ms-flex: 0 1 128px;
    flex: 0 1 128px;
  }
}

/* End */


/* Start:/dist/assets/scripts/plugins/jquery-gray/gray.min.css?1623259932887*/
/*! Gray v1.5.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);filter:gray}.grayscale.grayscale-fade{transition:filter .5s}@media screen and (-webkit-min-device-pixel-ratio:0){.grayscale.grayscale-fade{-webkit-transition:-webkit-filter .5s;transition:-webkit-filter .5s}}.grayscale.grayscale-fade:hover,.grayscale.grayscale-off{-webkit-filter:grayscale(0);filter:grayscale(0)}.grayscale.grayscale-replaced{-webkit-filter:none;filter:none}.grayscale.grayscale-replaced>svg{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.grayscale.grayscale-replaced.grayscale-fade:hover>svg,.grayscale.grayscale-replaced.grayscale-off>svg{opacity:0}

/* 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 */
/* /dist/assets/styles/blocks/title/title.min.css?1623259934995 */
/* /dist/assets/styles/blocks/button/button.min.css?16380092025329 */
/* /dist/assets/styles/blocks/login/login.min.css?16232599352309 */
/* /dist/assets/styles/blocks/search-cover/search-cover.min.css?1623259935787 */
/* /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/command.min.css?16232599353355 */
/* /dist/assets/styles/blocks/link/link.min.css?16232599345587 */
/* /dist/assets/styles/blocks/article-bitrix/article-bitrix.min.css?164962936235214 */
/* /dist/assets/styles/blocks/slider/slider.min.css?16232599349810 */
/* /dist/assets/styles/blocks/clients/clients.min.css?16751900931616 */
/* /dist/assets/styles/blocks/client/client.min.css?16751903392849 */
/* /dist/assets/scripts/plugins/jquery-gray/gray.min.css?1623259932887 */
/* /dist/assets/styles/blocks/files-list/files-list.min.css?16232599351824 */
