@font-face {
  font-family: 'Ugloed';
  src: url("../fonts/Ugloed.eot");
  src: url("../fonts/Ugloed.eot?#iefix") format("embedded-opentype"), url("../fonts/Ugloed.woff2") format("woff2"), url("../fonts/Ugloed.woff") format("woff"), url("../fonts/Ugloed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

body {
  margin: 0; }

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: 10px;
  line-height: 1.15;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #272B35;
  min-height: 100vh;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #F7F7F7; }
  @media all and (max-width: 1280px) {
    body {
      font-size: 0.7813vw; } }
  @media all and (max-width: 767px) {
    body {
      font-size: 1.262484vw; } }

.container {
  padding: 0 4.2em;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  width: 1280px; }
  @media all and (max-width: 1280px) {
    .container {
      width: 100%; } }
  @media all and (max-width: 767px) {
    .container {
      width: 100%; } }

.text_size_s {
  font-size: 1.8em; }
  @media all and (max-width: 767px) {
    .text_size_s {
      font-size: 2.96em; } }

.text_size_m {
  font-size: 2em; }
  @media all and (max-width: 767px) {
    .text_size_m {
      font-size: 2.96em; } }

.text_size_l {
  font-size: 3em; }
  @media all and (max-width: 767px) {
    .text_size_l {
      font-size: 3.8em; } }

.text_size_xl {
  font-size: 3.5em; }
  @media all and (max-width: 767px) {
    .text_size_xl {
      font-size: 4.23em; } }

.text_size_xxl {
  font-size: 4em; }
  @media all and (max-width: 767px) {
    .text_size_xxl {
      font-size: 5.53em; } }

.green {
  color: #00A500; }

.underline {
  text-decoration: underline; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

img {
  width: 100%;
  height: auto; }

.bold {
  font-weight: bold; }

.smbold {
  font-weight: 600; }

.medium {
  font-weight: 500; }

.black {
  font-weight: 900; }

.light {
  font-weight: 300; }

.red {
  color: #FF3064; }

.turq {
  color: #23DCD9; }

span.wrap {
  display: inline; }
  @media all and (max-width: 767px) {
    span.wrap {
      display: block; } }

span.wrap_d {
  display: block; }
  @media all and (max-width: 767px) {
    span.wrap_d {
      display: inline; } }

h1, h2 {
  text-transform: uppercase; }

#second {
  position: relative;
  top: -7em; }

.scrollTop,
.back_btn {
  position: fixed;
  width: calc(7.5em + 4px);
  overflow: hidden;
  right: -30%;
  bottom: 5%;
  z-index: 999;
  cursor: pointer;
  background-color: transparent;
  transition: right .3s, background-color .3s; }
  @media all and (max-width: 767px) {
    .scrollTop,
    .back_btn {
      font-size: 1.4em;
      bottom: 3%; } }
  .scrollTop .scrollTop_inner,
  .scrollTop .back_btn_inner,
  .back_btn .scrollTop_inner,
  .back_btn .back_btn_inner {
    transform: rotate(180deg); }
    .scrollTop .scrollTop_inner svg,
    .scrollTop .back_btn_inner svg,
    .back_btn .scrollTop_inner svg,
    .back_btn .back_btn_inner svg {
      width: 100%; }
    .scrollTop .scrollTop_inner path, .scrollTop .scrollTop_inner circle,
    .scrollTop .back_btn_inner path,
    .scrollTop .back_btn_inner circle,
    .back_btn .scrollTop_inner path,
    .back_btn .scrollTop_inner circle,
    .back_btn .back_btn_inner path,
    .back_btn .back_btn_inner circle {
      transition: .3s; }
    .scrollTop .scrollTop_inner path,
    .scrollTop .back_btn_inner path,
    .back_btn .scrollTop_inner path,
    .back_btn .back_btn_inner path {
      fill: #FF3064; }
    .scrollTop .scrollTop_inner circle,
    .scrollTop .back_btn_inner circle,
    .back_btn .scrollTop_inner circle,
    .back_btn .back_btn_inner circle {
      fill: transparent; }
  .scrollTop:hover .scrollTop_inner path,
  .scrollTop:hover .back_btn_inner path,
  .back_btn:hover .scrollTop_inner path,
  .back_btn:hover .back_btn_inner path {
    fill: #fff; }
  .scrollTop:hover circle,
  .back_btn:hover circle {
    fill: #FF3064; }

.scrollTop.visible {
  right: 3%; }

.back_btn {
  position: absolute;
  left: 0;
  top: 16.3em;
  width: 7.4em;
  right: auto;
  overflow: visible;
  z-index: 9;
  display: inline-block; }
  .back_btn svg {
    width: 100%;
    height: 100%; }
  @media all and (min-width: 1600px) {
    .back_btn {
      left: calc((100vw - 1280px) / 2 - 7.4em); } }
  @media all and (max-width: 1599px) {
    .back_btn {
      left: calc((100vw - 128em) / 2 - 5em); } }
  @media all and (max-width: 1399px) {
    .back_btn {
      left: calc((100vw - 128em) / 2 + 0em);
      top: 16.8em;
      width: 3.4em;
      height: 3.4em; } }
  @media all and (max-width: 767px) {
    .back_btn {
      bottom: auto;
      position: relative;
      top: 0;
      left: 0;
      font-size: 3.2em;
      margin-top: 1.2em;
      margin-left: 1.2em;
      width: 2.6em;
      height: 2.6em; } }
  .back_btn .back_btn_inner {
    transform: rotate(90deg); }

.btn {
  border-radius: 4px;
  border: 0;
  background-color: #FF3064;
  width: auto;
  text-align: center;
  padding: 1.5em 7em;
  text-decoration: none;
  font-weight: bold;
  display: -ms-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: auto;
  font-weight: 600;
  font-family: 'Montserrat';
  cursor: pointer;
  color: #ffa; }
  @media all and (max-width: 767px) {
    .btn {
      padding: 2em 8.2em; } }
  .btn--turq {
    color: #fff;
    background-color: #0BD9D6; }
    .btn--turq:hover {
      background-color: #FF3064; }
  .btn span {
    font-size: 2em; }
    @media all and (max-width: 767px) {
      .btn span {
        font-size: 2.96em; } }

.btn.disable {
  background-color: #272B35;
  cursor: default; }

.header_wrap {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%; }

.page_header {
  padding: 3.1em 8em 1.8em;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 99;
  position: relative; }
  .page_header:after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E5E9EB;
    z-index: -1; }
  @media all and (max-width: 767px) {
    .page_header {
      padding: 4em; } }
  .page_header .logo_wrapper:nth-child(1) {
    width: 20.7em;
    margin-right: 1.8em; }
    @media all and (max-width: 767px) {
      .page_header .logo_wrapper:nth-child(1) {
        width: 22.6em;
        margin-right: 1.8em; } }
  .page_header .logo_wrapper:nth-child(2) {
    width: 16.9em;
    margin-right: auto; }
    @media all and (max-width: 767px) {
      .page_header .logo_wrapper:nth-child(2) {
        width: 18em; } }
  .page_header .logo_wrapper:nth-child(3) {
    width: 16.2em;
    margin-top: 2.4em; }
    @media all and (max-width: 767px) {
      .page_header .logo_wrapper:nth-child(3) {
        width: 23em; } }

.content {
  padding-bottom: 20em;
  overflow: hidden;
  padding-top: 11.5em;
  position: relative; }
  @media all and (max-width: 767px) {
    .content {
      padding-top: 14.7em; } }
  .content .bgr_text {
    width: 100%;
    padding: 5.3em 0 8em;
    overflow: hidden;
    position: relative; }
    .content .bgr_text .bgr_text_inner {
      height: 60.2em;
      position: relative;
      display: -ms-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding-left: 6.5em;
      padding-bottom: 6.7em; }
      @media all and (max-width: 767px) {
        .content .bgr_text .bgr_text_inner {
          height: 51.5em;
          padding-left: 3.9em;
          padding-bottom: 4.4em; } }
      .content .bgr_text .bgr_text_inner:after {
        content: '';
        display: inline-block;
        width: 139.7em;
        height: 60.2em;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
        background-image: url("../img/hiv_minzdrav_ill_1.png"); }
        @media all and (max-width: 767px) {
          .content .bgr_text .bgr_text_inner:after {
            height: 51.5em;
            width: 75em; } }
      .content .bgr_text .bgr_text_inner .article_title {
        font-size: 8em;
        color: #FFFFFF;
        font-family: 'Ugloed';
        position: relative;
        line-height: 1.05;
        z-index: 10;
        transition-duration: 0.01s; }
        @media all and (max-width: 767px) {
          .content .bgr_text .bgr_text_inner .article_title {
            font-size: 6.2em;
            line-height: 1.2; } }
    .content .bgr_text--doc_6 .bgr_text_inner:after {
      background-image: url("../img/article_doc_6/article_doc_6_ill_1.jpg"); }
  .content .big_text_block {
    padding: 5.2em 0; }
    @media all and (max-width: 767px) {
      .content .big_text_block {
        padding: 7.2em 0; } }
    .content .big_text_block p {
      max-width: 90%;
      line-height: 1.35; }
      @media all and (max-width: 767px) {
        .content .big_text_block p {
          max-width: 100%; } }
    .content .big_text_block--small p {
      max-width: 65%;
      line-height: 1.15; }
      @media all and (max-width: 767px) {
        .content .big_text_block--small p {
          max-width: 100%;
          font-size: 4.65em; } }
    .content .big_text_block--small_2 p {
      max-width: 72%;
      letter-spacing: -0.04em;
      line-height: 1.15; }
      @media all and (max-width: 767px) {
        .content .big_text_block--small_2 p {
          max-width: 100%;
          font-size: 4.65em; } }
    .content .big_text_block--subtitle p.bold {
      margin-bottom: 2.5em; }
    .content .big_text_block--doc_2 {
      padding: 15em 0 6.3em; }
      @media all and (max-width: 767px) {
        .content .big_text_block--doc_2 p.text_size_l {
          font-size: 3.38em; } }
  .content .subtitle {
    font-family: 'Ugloed';
    letter-spacing: .04em;
    transition-duration: 0.01s; }
  .content .title_text_block {
    padding: 5.2em 0; }
    @media all and (max-width: 767px) {
      .content .title_text_block {
        padding: 7.2em 0; } }
    .content .title_text_block .link {
      text-decoration: underline;
      margin-top: 1.7em;
      display: inline-block; }
    .content .title_text_block .subtitle {
      margin-bottom: 0.9em; }
    .content .title_text_block .text_size_s {
      max-width: 64%;
      margin-bottom: 1.4em;
      line-height: 1.4; }
      @media all and (max-width: 767px) {
        .content .title_text_block .text_size_s {
          max-width: 100%; } }
    @media all and (max-width: 767px) {
      .content .title_text_block--graph .container {
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media all and (max-width: 767px) {
      .content .title_text_block--graph .container h2 {
        -ms-flex-order: 1;
            order: 1; } }
    @media all and (max-width: 767px) {
      .content .title_text_block--graph .container * {
        -ms-flex-order: 5;
            order: 5; } }
    .content .title_text_block--graph .container > .text_size_s.small {
      max-width: 50%; }
      @media all and (max-width: 767px) {
        .content .title_text_block--graph .container > .text_size_s.small {
          max-width: 100%; } }
    .content .title_text_block--graph .graph_row {
      display: -ms-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      padding-top: 4.3em;
      padding-bottom: 5em; }
      @media all and (max-width: 767px) {
        .content .title_text_block--graph .graph_row {
          -ms-flex-order: 2;
              order: 2;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          padding-bottom: 9em; } }
      .content .title_text_block--graph .graph_row .text_box {
        width: 31%; }
        @media all and (max-width: 767px) {
          .content .title_text_block--graph .graph_row .text_box {
            width: 100%; } }
      .content .title_text_block--graph .graph_row .text_size_s {
        max-width: 100%;
        line-height: 1.2;
        margin-bottom: .8em; }
      .content .title_text_block--graph .graph_row .img_wrapper {
        width: 73.8em;
        position: relative;
        margin-left: 7.3em; }
        @media all and (max-width: 767px) {
          .content .title_text_block--graph .graph_row .img_wrapper {
            width: 100%;
            margin-left: 0;
            margin-bottom: 6em; } }
    .content .title_text_block .table_item {
      margin-top: 6.5em; }
      .content .title_text_block .table_item img {
        width: 65em; }
        @media all and (max-width: 767px) {
          .content .title_text_block .table_item img {
            width: 63.5em; } }
      .content .title_text_block .table_item .description {
        max-width: 100%;
        margin-top: 2em; }
    .content .title_text_block .table_item_2 {
      width: 27.5em;
      margin-top: 6.2em;
      margin-bottom: 4.2em; }
    .content .title_text_block .table_item_4 {
      width: 42.4em;
      padding-top: 2.1em;
      margin-bottom: 2.6em; }
    .content .title_text_block .description {
      line-height: 2.2; }
      .content .title_text_block .description--table_item_4 {
        line-height: 1.2; }
  .content .left_image_wide {
    padding: 7.2em 0;
    position: relative; }
    @media all and (max-width: 767px) {
      .content .left_image_wide {
        padding: 3em 0; } }
    .content .left_image_wide .container {
      width: 100%;
      max-width: 1600px;
      padding-left: 0; }
      @media all and (max-width: 767px) {
        .content .left_image_wide .container {
          padding-right: calc(((100vw - 105em) / 2) + 16.4em); } }
      @media all and (min-width: 1264px) {
        .content .left_image_wide .container img {
          width: auto; } }
    .content .left_image_wide--doc_6 .container {
      padding-right: calc(((100vw - 128em) / 2) + 16.4em); }
      @media all and (max-width: 1599px) {
        .content .left_image_wide--doc_6 .container {
          padding-right: calc(((100vw - 128em) / 2) + 3.2em); } }
  .content .right_image_wide {
    padding: 5.2em 0;
    position: relative; }
    @media all and (max-width: 767px) {
      .content .right_image_wide {
        padding: 3em 0; } }
    .content .right_image_wide .container {
      width: 100%;
      max-width: 1600px;
      padding-right: 0; }
      @media all and (max-width: 767px) {
        .content .right_image_wide .container {
          padding-left: calc(((100vw - 79em) / 2) + 4.2em); } }
      @media all and (min-width: 1300px) and (max-width: 1599px) {
        .content .right_image_wide .container {
          padding-left: calc(((100vw - 128em) / 2) + 3.2em); } }
      @media all and (min-width: 1600px) {
        .content .right_image_wide .container {
          padding-left: 200px; } }
  .content .left_image_text {
    padding: 4.2em 0; }
    .content .left_image_text .container {
      width: 100%;
      max-width: 1600px;
      display: -ms-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      padding-left: 0;
      padding-right: calc(((100vw - 128em) / 2) + 4.2em); }
      @media all and (max-width: 767px) {
        .content .left_image_text .container {
          padding: 0 4.2em;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      @media all and (min-width: 1600px) {
        .content .left_image_text .container {
          padding-right: 205px; } }
      .content .left_image_text .container .img_wrapper {
        width: 61.9em;
        margin-top: 3em;
        position: relative; }
        @media all and (max-width: 767px) {
          .content .left_image_text .container .img_wrapper {
            width: 100%;
            margin-top: 8em; } }
      .content .left_image_text .container .text_block {
        width: calc(100% - 62em);
        padding-left: 7.3em; }
        @media all and (max-width: 767px) {
          .content .left_image_text .container .text_block {
            width: 100%;
            padding-left: 0; } }
        .content .left_image_text .container .text_block .text_block_item {
          max-width: 83%;
          margin-bottom: 11em; }
          @media all and (max-width: 767px) {
            .content .left_image_text .container .text_block .text_block_item {
              max-width: 100%;
              margin-bottom: 8em; } }
          .content .left_image_text .container .text_block .text_block_item:last-child {
            margin-bottom: 0; }
        .content .left_image_text .container .text_block .subtitle {
          line-height: 1.3;
          margin-bottom: 2.1em; }
        .content .left_image_text .container .text_block p.text_size_s {
          line-height: 1.4;
          margin-bottom: 1.3em; }
          .content .left_image_text .container .text_block p.text_size_s:last-child {
            margin-bottom: 0; }
    .content .left_image_text--doc_6 .container .img_wrapper {
      margin-top: 1em; }
  .content .articles_link {
    padding: 8em 0; }
    .content .articles_link .subtitle {
      margin-bottom: 2.1em; }
      @media all and (max-width: 767px) {
        .content .articles_link .subtitle {
          margin-bottom: 2em; } }
    .content .articles_link .articles_wrapper {
      display: -ms-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-left: -1%;
      margin-right: -1%; }
      @media all and (max-width: 767px) {
        .content .articles_link .articles_wrapper {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .content .articles_link .articles_wrapper .article_item {
        width: 50%;
        margin: 0 1%; }
        @media all and (max-width: 767px) {
          .content .articles_link .articles_wrapper .article_item {
            width: 100%;
            margin-bottom: 10em; } }
        @media all and (max-width: 767px) {
          .content .articles_link .articles_wrapper .article_item:last-child {
            margin-bottom: 0; } }
        .content .articles_link .articles_wrapper .article_item .img_wrapper {
          margin-bottom: 4.6em;
          width: 100%; }
          @media all and (max-width: 767px) {
            .content .articles_link .articles_wrapper .article_item .img_wrapper {
              width: 98%; } }
        .content .articles_link .articles_wrapper .article_item p.text_size_m {
          letter-spacing: -0.04em;
          line-height: 1.2;
          margin-bottom: 2.1em; }
  .content .parallax-window {
    width: 100px;
    height: 100px; }
  .content .right_wrap_text_box {
    padding-bottom: 6em;
    padding-top: 6em; }
    .content .right_wrap_text_box .right_wrap_text_box_inner {
      width: 51.5%;
      margin-right: -2%;
      margin-left: auto; }
      @media all and (max-width: 767px) {
        .content .right_wrap_text_box .right_wrap_text_box_inner {
          width: 100%;
          margin-right: 0;
          margin-left: 0; } }
    .content .right_wrap_text_box .title {
      font-family: 'Ugloed';
      margin-bottom: 3.7em; }
    .content .right_wrap_text_box .text {
      line-height: 1.4; }
    .content .right_wrap_text_box--image {
      padding-bottom: 4.3em; }
      .content .right_wrap_text_box--image .right_wrap_text_box_inner {
        margin-top: 9em;
        width: 54.2%;
        margin-right: 0%; }
        @media all and (max-width: 767px) {
          .content .right_wrap_text_box--image .right_wrap_text_box_inner {
            width: 100%; } }
    .content .right_wrap_text_box--graph {
      padding-bottom: 9em; }
      .content .right_wrap_text_box--graph .title {
        margin-bottom: 1.5em; }
      .content .right_wrap_text_box--graph .image_row {
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        @media all and (max-width: 767px) {
          .content .right_wrap_text_box--graph .image_row {
            -ms-flex-direction: column;
                flex-direction: column; } }
        .content .right_wrap_text_box--graph .image_row .img_wrapper {
          width: 85.5em; }
          @media all and (max-width: 767px) {
            .content .right_wrap_text_box--graph .image_row .img_wrapper {
              width: 100%; } }
        .content .right_wrap_text_box--graph .image_row .text_box {
          margin-left: 2em; }
          @media all and (max-width: 767px) {
            .content .right_wrap_text_box--graph .image_row .text_box {
              width: 100%;
              margin-top: 9em; } }
          .content .right_wrap_text_box--graph .image_row .text_box p {
            line-height: 2.2;
            margin-bottom: 1.6em; }
            @media all and (max-width: 767px) {
              .content .right_wrap_text_box--graph .image_row .text_box p {
                line-height: 1.4; } }
  .content .img_wrapper .description {
    margin-top: .8em; }

.promo_top {
  height: 72em;
  background-size: 144em;
  background-repeat: no-repeat;
  background-position: 48% -30%;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/main_page/russia_map.svg");
  position: relative;
  z-index: 10; }
  @media all and (max-width: 767px) {
    .promo_top {
      height: 121em;
      background-size: 80em;
      background-position: 65% 7%; } }
  .promo_top .container {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 100; }
    .promo_top .container:before {
      content: '';
      display: inline-block;
      width: 100vw;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(248, 253, 253, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 253, 253, 0)), color-stop(5%, rgba(248, 253, 253, 0)), color-stop(100%, #f7f7f7));
      background: linear-gradient(to bottom, rgba(248, 253, 253, 0) 0%, rgba(248, 253, 253, 0) 65%, #f7f7f7 90%, #f7f7f7 100%); }
      @media all and (max-width: 767px) {
        .promo_top .container:before {
          background: rgba(248, 253, 253, 0);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 253, 253, 0)), color-stop(5%, rgba(248, 253, 253, 0)), color-stop(100%, #f7f7f7));
          background: linear-gradient(to bottom, rgba(248, 253, 253, 0) 0%, rgba(248, 253, 253, 0) 60%, #f7f7f7 65%, #f7f7f7 100%); } }
    .promo_top .container .text_block {
      margin-top: auto;
      margin-bottom: 19.3em;
      width: 70%;
      position: relative; }
      @media all and (max-width: 767px) {
        .promo_top .container .text_block {
          width: 100%; } }
      .promo_top .container .text_block:after {
        content: '';
        display: inline-block;
        width: 132em;
        height: 70em;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../img/main_page/persons.png");
        position: absolute;
        left: 33.7em;
        top: 55%;
        transform: translateY(-50%);
        z-index: -1; }
        @media all and (max-width: 767px) {
          .promo_top .container .text_block:after {
            left: -28.3em;
            top: -18%; } }
      @media all and (max-width: 767px) {
        .promo_top .container .text_block {
          margin-bottom: 25em; } }
      .promo_top .container .text_block .title {
        font-weight: normal;
        font-size: 9.5em;
        letter-spacing: .05em;
        line-height: 1.1;
        font-family: 'Ugloed';
        color: #FF3064; }
        @media all and (max-width: 767px) {
          .promo_top .container .text_block .title {
            font-size: 9.083em;
            letter-spacing: initial; } }
    .promo_top .container .slideBottomBtn_wrapper {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 7.5em;
      width: 8em;
      height: 8em;
      transition: .3s;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer;
      background-color: transparent; }
      @media all and (max-width: 767px) {
        .promo_top .container .slideBottomBtn_wrapper {
          bottom: 6em;
          width: 11em;
          height: 11em; } }
      .promo_top .container .slideBottomBtn_wrapper .slideBottomBtn {
        width: 8em;
        height: 8em;
        position: absolute; }
        @media all and (max-width: 767px) {
          .promo_top .container .slideBottomBtn_wrapper .slideBottomBtn {
            width: 11em;
            height: 11em; } }
        .promo_top .container .slideBottomBtn_wrapper .slideBottomBtn path, .promo_top .container .slideBottomBtn_wrapper .slideBottomBtn circle {
          transition: .3s; }
        .promo_top .container .slideBottomBtn_wrapper .slideBottomBtn path {
          fill: #FF3064; }
        .promo_top .container .slideBottomBtn_wrapper .slideBottomBtn circle {
          fill: transparent; }
      .promo_top .container .slideBottomBtn_wrapper:hover .slideBottomBtn path {
        fill: #fff; }
      .promo_top .container .slideBottomBtn_wrapper:hover circle {
        fill: #FF3064; }

.content_article .wide_image_block {
  padding: 5.3em 0 10em; }
  @media all and (max-width: 767px) {
    .content_article .wide_image_block {
      padding: 12.3em 0 5em; } }
  .content_article .wide_image_block .img_wrapper {
    height: 68.9em;
    width: 100%;
    background-color: #C4C4C4;
    margin-bottom: 13.8em; }
    @media all and (max-width: 767px) {
      .content_article .wide_image_block .img_wrapper {
        margin-left: -2em;
        width: 100vw;
        height: 92.9em; } }
  .content_article .wide_image_block .article_title {
    font-size: 8em;
    color: #272B35;
    font-family: 'Ugloed';
    position: relative;
    line-height: 1.05;
    z-index: 10;
    transition-duration: 0.01s;
    max-width: 90%; }
    @media all and (max-width: 767px) {
      .content_article .wide_image_block .article_title {
        font-size: 7.4em;
        line-height: 1.15; } }

.content_article .video_block {
  padding: 8.5em 0 5.4em; }
  @media all and (max-width: 767px) {
    .content_article .video_block {
      padding-top: 6.5em;
      padding-bottom: 0; } }
  .content_article .video_block .video_block_inner {
    width: 107.4em;
    margin-right: auto; }
    @media all and (max-width: 767px) {
      .content_article .video_block .video_block_inner {
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%; } }
    @media all and (max-width: 767px) {
      .content_article .video_block .video_block_inner .video_wrapper {
        -ms-flex-order: 1;
            order: 1; } }
    @media all and (max-width: 767px) {
      .content_article .video_block .video_block_inner .subtitle {
        -ms-flex-order: 2;
            order: 2; } }
    @media all and (max-width: 767px) {
      .content_article .video_block .video_block_inner .text_box {
        -ms-flex-order: 3;
            order: 3; } }
  @media all and (max-width: 767px) {
    .content_article .video_block .subtitle.text_size_xxl {
      font-size: 5.281em; } }
  .content_article .video_block .video_wrapper {
    height: 60.4em;
    margin-top: 10.8em;
    margin-bottom: 16em;
    background-color: #1D1D1B;
    position: relative; }
    @media all and (max-width: 767px) {
      .content_article .video_block .video_wrapper {
        margin-top: 0;
        width: 100vw;
        margin-left: -4.2em;
        height: 50em;
        margin-bottom: 13em; } }
    .content_article .video_block .video_wrapper .plyr__poster {
      background-size: cover; }
    .content_article .video_block .video_wrapper .plyr__control.plyr__control--overlaid {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: url("../img/play_btn.svg");
      width: 8.4em;
      height: 8.4em;
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      background-color: transparent; }
      .content_article .video_block .video_wrapper .plyr__control.plyr__control--overlaid svg,
      .content_article .video_block .video_wrapper .plyr__control.plyr__control--overlaid span {
        display: none !important; }
  .content_article .video_block .text_box {
    width: 53%;
    margin-left: auto; }
    @media all and (max-width: 767px) {
      .content_article .video_block .text_box {
        padding-left: 3em;
        padding-top: 7em;
        width: 100%; } }
    .content_article .video_block .text_box ul {
      list-style-type: none; }
      .content_article .video_block .text_box ul li {
        position: relative;
        line-height: 1.4; }
        @media all and (max-width: 767px) {
          .content_article .video_block .text_box ul li {
            font-size: 2.5347em;
            line-height: 1.5; } }
        .content_article .video_block .text_box ul li:before {
          content: '';
          display: inline-block;
          width: 3px;
          height: 3px;
          position: absolute;
          left: -0.9em;
          top: 0.55em;
          background-color: #272B35;
          border-radius: 50%; }
  .content_article .video_block--shift_right .video_block_inner {
    margin-right: 0;
    margin-left: auto; }
  .content_article .video_block--shift_right .video_wrapper {
    margin-top: 15em; }
  .content_article .video_block--shift_right .text_box {
    margin-left: 0;
    margin-right: auto;
    padding-left: 1.6em; }

.content_article .more_link {
  padding: 9.2em 0; }
  @media all and (max-width: 767px) {
    .content_article .more_link {
      padding: 13.5em 0; } }
  .content_article .more_link p {
    max-width: 53%; }
    @media all and (max-width: 767px) {
      .content_article .more_link p {
        max-width: 100%;
        font-size: 3.802em; } }

.bq_block {
  padding: 5em 0; }
  @media all and (max-width: 767px) {
    .bq_block {
      padding: 13em 0; } }
  .bq_block .bq_item {
    padding-left: 12em;
    padding-top: .6em;
    position: relative; }
    @media all and (max-width: 767px) {
      .bq_block .bq_item {
        padding-left: 0;
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center; } }
    .bq_block .bq_item .bq_author_avatar {
      position: absolute;
      top: 0;
      left: 0;
      width: 10em;
      max-width: 100px; }
      @media all and (max-width: 767px) {
        .bq_block .bq_item .bq_author_avatar {
          width: 21.2em;
          position: relative;
          top: auto;
          left: auto; } }
    @media all and (max-width: 767px) {
      .bq_block .bq_item .text_size_m {
        width: calc(100% - 9.2em);
        margin-left: 2em;
        line-height: 1.45; } }
    .bq_block .bq_item .text_size_l {
      margin-top: 0.9em;
      line-height: 1.3; }
      @media all and (max-width: 767px) {
        .bq_block .bq_item .text_size_l {
          width: 100%;
          margin-top: 1.6em;
          line-height: 1.5; } }

.articles_catalog .container {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media all and (max-width: 767px) {
    .articles_catalog .container {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .articles_catalog .container--right_wrap {
    width: 100%;
    max-width: 1600px;
    padding-right: 0; }
    @media all and (max-width: 1599px) {
      .articles_catalog .container--right_wrap {
        padding-left: calc(((100vw - 128em) / 2) + 4.2em); } }
    @media all and (max-width: 767px) {
      .articles_catalog .container--right_wrap {
        padding: 0 4.2em !important; } }
    @media all and (min-width: 1600px) {
      .articles_catalog .container--right_wrap {
        padding-left: calc(((1600px - 1280px) / 2) + 4.2em); } }
    .articles_catalog .container--right_wrap .article_card:first-child {
      width: 37.9%;
      margin-right: 5.7%; }
      @media all and (max-width: 767px) {
        .articles_catalog .container--right_wrap .article_card:first-child {
          width: 100%; } }
    .articles_catalog .container--right_wrap .article_card:last-child {
      width: 55.7%; }
      @media all and (max-width: 767px) {
        .articles_catalog .container--right_wrap .article_card:last-child {
          width: 146%; } }
      @media all and (max-width: 767px) {
        .articles_catalog .container--right_wrap .article_card:last-child .img_wrapper {
          display: -ms-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: center;
              justify-content: center; } }
  .articles_catalog .container--left_wrap {
    width: 100%;
    max-width: 1600px;
    padding-left: 0; }
    @media all and (max-width: 1599px) {
      .articles_catalog .container--left_wrap {
        padding-right: calc(((100vw - 128em) / 2) + 4.2em); } }
    @media all and (max-width: 767px) {
      .articles_catalog .container--left_wrap {
        padding: 0 4.2em !important; } }
    @media all and (min-width: 1600px) {
      .articles_catalog .container--left_wrap {
        padding-right: calc(((1600px - 1280px) / 2) + 4.2em); } }
    .articles_catalog .container--left_wrap .article_card:first-child {
      width: 52.9%; }
      @media all and (max-width: 767px) {
        .articles_catalog .container--left_wrap .article_card:first-child {
          width: 137%;
          margin-left: -37%; } }
      @media all and (max-width: 1599px) {
        .articles_catalog .container--left_wrap .article_card:first-child .article_card_info {
          margin-left: calc(((100vw - 128em) / 2) + 4.2em); } }
      @media all and (max-width: 767px) {
        .articles_catalog .container--left_wrap .article_card:first-child .article_card_info {
          margin-left: 27.3%; } }
      @media all and (min-width: 1600px) {
        .articles_catalog .container--left_wrap .article_card:first-child .article_card_info {
          margin-left: calc(((1600px - 1280px) / 2) + 4.2em); } }
    .articles_catalog .container--left_wrap .article_card:last-child {
      width: 41.6%;
      margin-left: 5.7%; }
      @media all and (max-width: 767px) {
        .articles_catalog .container--left_wrap .article_card:last-child {
          width: 100%;
          margin-left: 0; } }

.articles_catalog .article_card {
  width: 100%;
  padding: 6.2em 0 5.4em; }
  @media all and (max-width: 767px) {
    .articles_catalog .article_card {
      padding-top: 6.4em;
      padding-bottom: 5.4em; } }
  .articles_catalog .article_card .img_wrapper {
    margin-bottom: 4em; }
  .articles_catalog .article_card .article_card_info {
    max-width: 51em; }
    @media all and (max-width: 767px) {
      .articles_catalog .article_card .article_card_info {
        max-width: 65em; } }
  .articles_catalog .article_card .article_card_title {
    color: #61626A;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .8em; }
  .articles_catalog .article_card .article_card_text {
    margin-bottom: 1.4em; }

.title_block {
  padding: 3.3em 0 6.4em; }
  .title_block .article_title {
    font-size: 8em;
    color: #272B35;
    font-family: 'Ugloed';
    position: relative;
    line-height: 1.05;
    z-index: 10;
    transition-duration: 0.01s;
    max-width: 100%; }
    @media all and (max-width: 767px) {
      .title_block .article_title {
        font-size: 7.4em;
        line-height: 1.15; } }

.map_block {
  padding: 5.3em 0; }

.map_block_item {
  position: relative;
  width: 100%;
  background-image: url("../img/main_page/russia_map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 11.5em; }
  @media all and (max-width: 767px) {
    .map_block_item {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 5em; } }
  @media all and (max-width: 767px) {
    .map_block_item * {
      -ms-flex-order: 5;
          order: 5; } }
  .map_block_item .map_block_item_text {
    margin-left: auto;
    width: 57.3%;
    margin-bottom: 10em; }
    @media all and (max-width: 767px) {
      .map_block_item .map_block_item_text {
        width: 100%; } }
    .map_block_item .map_block_item_text .text_size_s {
      line-height: 1.4;
      margin-bottom: 1.2em; }
  .map_block_item .table_item_3 {
    width: 78em; }
    @media all and (max-width: 767px) {
      .map_block_item .table_item_3 {
        -ms-flex-order: 2;
            order: 2;
        width: 100%;
        margin-bottom: 9em; } }
  .map_block_item .description {
    margin-top: 1.9em;
    line-height: 2.2; }
    @media all and (max-width: 767px) {
      .map_block_item .description {
        line-height: 1.4; } }
  .map_block_item .number {
    font-size: 7em;
    font-weight: bold;
    width: 2.58em;
    height: 2.58em;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    background: #23DCD9;
    margin-top: 0.2em;
    margin-left: 1.5em; }
    @media all and (max-width: 767px) {
      .map_block_item .number {
        -ms-flex-order: 1;
            order: 1;
        font-size: 4.2em;
        width: 2.2em;
        height: 2.2em;
        margin-top: 2.3em;
        margin-bottom: 2.6em;
        margin-left: 2.7em; } }

/*# sourceMappingURL=app.css.map */
