@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icon-font/icon-font.eot?zapzd9");
  src: url("../fonts/icon-font/icon-font.eot?zapzd9#iefix") format("embedded-opentype"), url("../fonts/icon-font/icon-font.ttf?zapzd9") format("truetype"), url("../fonts/icon-font/icon-font.woff?zapzd9") format("woff"), url("../fonts/icon-font/icon-font.svg?zapzd9#icon-font") format("svg");
  font-weight: normal;
  font-display: auto;
  font-style: normal; }

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-facebook:before {
  content: "\e906"; }

.fa-twitter:before {
  content: "\e90d"; }

.fa-telegramm:before {
  content: "\e900"; }

.fa-vk:before {
  content: "\e929"; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.accelerating-content, .integration-content, .rise-content, .involvement-content, .enhancement-content, .policy {
  padding: 0 150px; }

*::-moz-selection {
  color: #fff;
  /* Цвет текста */
  background: #3B8BFF;
  /* Цвет фона */ }

*::selection {
  color: #fff;
  /* Цвет текста */
  background: #3B8BFF;
  /* Цвет фона */ }

html {
  overflow-x: hidden; }

body {
  min-width: 320px;
  color: #282828;
  font: normal 18px "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: inherit;
  line-height: 1.5;
  font-weight: inherit; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: #282828; }
  a::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  a::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }

form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type="submit"] {
  cursor: pointer; }

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

select, option {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

img::-moz-selection {
  color: inherit;
  /* Цвет текста */
  background: transparent;
  /* Цвет фона */ }

img::selection {
  color: inherit;
  /* Цвет текста */
  background: transparent;
  /* Цвет фона */ }

label {
  cursor: pointer;
  margin-bottom: 0; }

.section-frame {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.open-frame {
  overflow: hidden; }

.popup-frame {
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  background: rgba(8, 7, 35, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow: auto;
  left: 0;
  top: 0;
  z-index: 80; }

.popup-default {
  display: block;
  width: 550px;
  padding: 75px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin: auto; }

.popup-default-title {
  margin-bottom: 30px; }
  .popup-default-title h3 {
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #272727; }
  .popup-default-title p {
    max-width: 75%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin: 15px auto 0;
    color: #999; }

.popup-default-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  position: relative; }
  .popup-default-item p {
    font-weight: 400;
    position: absolute;
    font-size: 16px;
    bottom: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  .popup-default-item input {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    /* Цвет фона */ }

.active-default-input p {
  bottom: 48px;
  font-size: 12px; }

.popup-default-sub {
  max-width: 100%;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEA32), to(#FED852));
  background: -webkit-linear-gradient(top, #FFEA32 0%, #FED852 100%);
  background: -o-linear-gradient(top, #FFEA32 0%, #FED852 100%);
  background: linear-gradient(180deg, #FFEA32 0%, #FED852 100%);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #2C2C2C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 5.46616px 14.5764px -6.07351px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5.46616px 14.5764px -6.07351px rgba(0, 0, 0, 0.16);
  margin-top: 40px; }
  .popup-default-sub span {
    position: relative;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .popup-default-sub::after {
    content: '';
    width: 0%;
    height: 100%;
    background-color: #3B8BFF;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .popup-default-sub:hover::after {
    width: 100%;
    left: 0;
    right: auto; }
  .popup-default-sub:hover span {
    color: #fff; }
  .popup-default-sub input {
    display: none; }

.popup-default-close {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .popup-default-close::before, .popup-default-close::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #999;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .popup-default-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup-default-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .popup-default-close:hover::before, .popup-default-close:hover::after {
    background-color: #3B8BFF; }

@-webkit-keyframes move-light {
  from {
    -webkit-transform: translateX(-4em) skewX(-45deg);
            transform: translateX(-4em) skewX(-45deg); }
  to {
    -webkit-transform: translateX(18em) skewX(-45deg);
            transform: translateX(18em) skewX(-45deg); } }

@keyframes move-light {
  from {
    -webkit-transform: translateX(-4em) skewX(-45deg);
            transform: translateX(-4em) skewX(-45deg); }
  to {
    -webkit-transform: translateX(18em) skewX(-45deg);
            transform: translateX(18em) skewX(-45deg); } }

.header {
  padding: 13px 0 23px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
  position: relative; }

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .header-logo a, .header-logo div {
    display: block;
    margin-right: 30px; }
    .header-logo a:first-child, .header-logo div:first-child {
      -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
              transform: translateY(2px); }
    .header-logo a:last-child, .header-logo div:last-child {
      margin-right: 0; }
      .header-logo a:last-child img, .header-logo div:last-child img {
        -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
                transform: translateY(2px); }
    .header-logo a img, .header-logo div img {
      display: block; }

.logo-vedomosti {
  padding-left: 30px;
  border-left: 1px solid #000000;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px); }

.footer {
  padding: 20px 0;
  border-top: 2px solid #DAE2E9; }

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.work {
  margin-top: 12px;
  position: relative; }
  .work:hover .work-info {
    left: 0px;
    opacity: 1; }

.work-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .work-title img {
    cursor: pointer; }
  .work-title p {
    margin-left: 15px;
    font-family: "Roboto", sans-serif;
    color: #B0B0B0; }

.work-info {
  width: 385px;
  font-size: 13px;
  margin-top: 10px;
  border: 1px solid #93999C;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
  padding: 5px 15px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: absolute;
  opacity: 0;
  top: -120px;
  left: -800px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s; }

.cooperation {
  font-family: "Roboto", sans-serif; }
  .cooperation a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    color: #2686E7;
    line-height: 16px;
    margin-top: 6px;
    position: relative; }
    .cooperation a::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2686E7;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -1px;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .cooperation a:hover::before {
      width: 0%; }
  .cooperation p {
    color: #B0B0B0;
    font-size: 16px;
    text-align: right;
    margin-top: 6px; }
    .cooperation p:first-child {
      margin-top: 0; }
    .cooperation p a {
      margin: 0; }

.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background-color: transparent !important; }

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  display: none; }

.custom-share {
  margin-top: 14px; }
  .custom-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .custom-share a::before {
    color: #333;
    font-family: 'icon-font';
    font-size: 19px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .custom-share a:hover::before {
    color: #2972FF; }
  .custom-share li {
    margin-right: 25px !important; }
    .custom-share li:last-child {
      margin-right: 0 !important; }
    .custom-share li:nth-child(1) a::before {
      content: "\e906"; }
    .custom-share li:nth-child(2) a::before {
      content: "\e929"; }
    .custom-share li:nth-child(3) a::before {
      content: "\e90d"; }
    .custom-share li:nth-child(4) a::before {
      content: "\e900";
      font-size: 15px; }

.main-frame {
  padding: 20px 0 125px;
  background: url("../images/bg/main-bg.jpg") right top no-repeat; }

.main-content {
  max-width: 666px;
  position: relative;
  margin-top: 150px; }
  .main-content::before {
    content: '';
    width: 162px;
    height: 162px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEA32), to(#FED852));
    background: -webkit-linear-gradient(top, #FFEA32 0%, #FED852 100%);
    background: -o-linear-gradient(top, #FFEA32 0%, #FED852 100%);
    background: linear-gradient(180deg, #FFEA32 0%, #FED852 100%);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: -52px;
    left: -52px; }

.main-title {
  color: #15295A;
  margin-bottom: 35px;
  position: relative;
  z-index: 2; }
  .main-title h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px; }
  .main-title p {
    margin-top: 5px;
    font-weight: 500;
    font-size: 38px;
    line-height: 125.9%; }

.main-info {
  color: #15295A;
  font-size: 17px; }
  .main-info a {
    color: #2686E7;
    position: relative; }
    .main-info a::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2686E7;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0px;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .main-info a:hover::before {
      width: 0%; }
  .main-info p {
    line-height: 1.8;
    margin-bottom: 25px; }
    .main-info p:last-child {
      margin-bottom: 0; }

.page-content a {
  display: inline-block;
  color: #2686E7;
  position: relative; }
  .page-content a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2686E7;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 6px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .page-content a:hover::before {
    width: 0%; }

.accelerating {
  padding: 100px 0 145px; }

.accelerating-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-content {
  max-width: 592px;
  margin-right: 10px; }
  .page-content h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 130%;
    color: #15295A;
    margin-bottom: 25px; }
  .page-content p {
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 1.7; }
    .page-content p:last-child {
      margin-bottom: 0; }

.page-diagram {
  margin-top: 145px; }
  .page-diagram h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #536286; }

.diagram-list {
  width: 590px;
  margin: 40px 0 55px; }

.diagram-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #60BBFF;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: rgba(59, 139, 255, 0.9);
  overflow: hidden;
  margin-bottom: 13px;
  position: relative;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right; }
  .diagram-item:last-child {
    margin-bottom: 0; }
  .diagram-item p {
    padding: 22px 35px;
    padding-left: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-left: 135px; }

.diagram-percent {
  width: 135px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3E87F4;
  font-family: "Roboto", sans-serif;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 500;
  font-size: 61px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0; }
  .diagram-percent::after {
    content: '%';
    font-size: 37px;
    margin-bottom: auto;
    margin-top: 25px;
    margin-left: 3px; }

.diagram-desripter {
  max-width: 485px;
  font-size: 14px;
  line-height: 17px;
  color: #A9A9A9; }

.save-file {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 120px auto 0; }
  .save-file h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 145.4%;
    color: #15295A;
    text-align: center; }
  .save-file a {
    max-width: 100%;
    width: 313px;
    height: 63px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEA32), to(#FED852));
    background: -webkit-linear-gradient(top, #FFEA32 0%, #FED852 100%);
    background: -o-linear-gradient(top, #FFEA32 0%, #FED852 100%);
    background: linear-gradient(180deg, #FFEA32 0%, #FED852 100%);
    font: 500 18px "Montserrat", sans-serif;
    text-align: center;
    color: #2C2C2C;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 5.46616px 14.5764px -6.07351px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 5.46616px 14.5764px -6.07351px rgba(0, 0, 0, 0.16);
    margin: 30px auto 0; }
    .save-file a span {
      position: relative;
      z-index: 2;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .save-file a::after {
      content: '';
      width: 0%;
      height: 100%;
      background-color: #3B8BFF;
      -webkit-border-radius: inherit;
              border-radius: inherit;
      position: absolute;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      bottom: 0;
      right: 0;
      left: auto; }
    .save-file a:hover::after {
      width: 100%;
      left: 0;
      right: auto; }
    .save-file a:hover span {
      color: #fff; }
    .save-file a input {
      display: none; }

.integration {
  padding-bottom: 110px; }

.integration-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .integration-content .page-content {
    margin-right: 0;
    margin-left: 20px; }

.percent-conter span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #C3CBD2;
  font: 258px/0.8 "Roboto", sans-serif;
  position: relative; }
  .percent-conter span::after {
    content: '%';
    font-size: 144px;
    margin-top: 15px; }

.percent-conter p {
  max-width: 370px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #627486; }

.integration-diagram {
  margin-top: 50px; }
  .integration-diagram h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #536286; }
  .integration-diagram ul {
    margin-top: 35px;
    color: #777; }
  .integration-diagram li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px; }
    .integration-diagram li:nth-child(2)::before {
      background-color: #72A6F5; }
    .integration-diagram li:nth-child(3)::before {
      background-color: #A4C8FF; }
    .integration-diagram li:nth-child(4)::before {
      background-color: #D9E8FF; }
    .integration-diagram li:nth-child(5)::before {
      background-color: #F0F0F0; }
    .integration-diagram li:last-child {
      margin-bottom: 0; }
    .integration-diagram li::before {
      content: '';
      width: 14px;
      height: 14px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      background-color: #3E87F4;
      margin-right: 11px; }

.diagram-frame {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  position: relative; }
  .diagram-frame img {
    display: block; }
  .diagram-frame span {
    font-family: "Roboto", sans-serif;
    position: absolute;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.1em;
    color: #fff; }
    .diagram-frame span:nth-child(2) {
      top: 32px;
      left: 105px; }
    .diagram-frame span:nth-child(3) {
      top: 60px;
      left: 216px; }
    .diagram-frame span:nth-child(4) {
      top: 139px;
      left: 258px;
      color: #8F8F8F; }
    .diagram-frame span:nth-child(5) {
      top: 196px;
      left: 244px;
      color: #8F8F8F; }
    .diagram-frame span:nth-child(6) {
      top: 218px;
      left: 53px; }

.integration-copy {
  font-size: 14px;
  line-height: 17px;
  color: #A9A9A9;
  margin-top: 40px; }

.integration-file a {
  width: 343px; }

.quote {
  padding: 86px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 51px -9px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 51px -9px rgba(0, 0, 0, 0.11); }

.quote-content {
  max-width: 930px;
  margin: 0 auto; }

.quote-info img {
  display: block; }

.quote-info p {
  margin-top: 22px;
  font-size: 21px;
  line-height: 170%;
  color: #15295A; }

.quote-author {
  margin-top: 33px;
  color: #15295A; }
  .quote-author h3 {
    font-weight: 600;
    font-size: 21px; }

.rise {
  padding: 145px 0 120px; }

.rise-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.rise-info h3 {
  max-width: 590px;
  color: #536286;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px; }

.rise-list {
  margin-top: 40px; }

.rise-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .rise-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3E87F4), to(#4F97FF));
    background: -webkit-linear-gradient(top, #3E87F4 0%, #4F97FF 100%);
    background: -o-linear-gradient(top, #3E87F4 0%, #4F97FF 100%);
    background: linear-gradient(180deg, #3E87F4 0%, #4F97FF 100%);
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    position: relative; }
    .rise-item span::after {
      content: '%';
      font-size: 35px;
      margin-left: 3px; }
  .rise-item p {
    font-weight: 500;
    line-height: 130%;
    color: #777;
    margin-left: 20px; }
  .rise-item:nth-child(1) {
    margin-bottom: 20px; }
    .rise-item:nth-child(1) span {
      width: 140px;
      height: 140px;
      font-size: 73px; }
      .rise-item:nth-child(1) span::after {
        -webkit-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
                transform: translateY(-12px); }
  .rise-item:nth-child(2) {
    margin-left: 110px;
    margin-bottom: 35px; }
    .rise-item:nth-child(2) span {
      width: 125px;
      height: 125px;
      font-size: 64px; }
      .rise-item:nth-child(2) span::after {
        font-size: 34px;
        -webkit-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
                transform: translateY(-12px); }
  .rise-item:nth-child(3) {
    margin-left: 37px;
    margin-bottom: 40px; }
    .rise-item:nth-child(3) span {
      width: 110px;
      height: 110px;
      font-size: 56px; }
      .rise-item:nth-child(3) span::after {
        font-size: 30px;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); }
  .rise-item:nth-child(4) {
    margin-left: 120px; }
    .rise-item:nth-child(4) span {
      width: 95px;
      height: 95px;
      font-size: 49px; }
      .rise-item:nth-child(4) span::after {
        font-size: 24px;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); }

.rise-info {
  margin-top: 146px; }

.rise-copy {
  font-size: 14px;
  line-height: 17px;
  color: #A9A9A9;
  margin-top: 47px; }

.involvement {
  padding: 143px 0 122px; }

.involvement-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .involvement-content .page-content {
    margin-right: 0;
    margin-left: 10px; }

.involvement-info h3 {
  max-width: 440px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #536286; }

.involvement-list {
  margin: 40px 0 60px; }

.involvement-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #60BBFF;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: rgba(59, 139, 255, 0.9);
  overflow: hidden;
  margin-bottom: 10px;
  position: relative; }
  .involvement-item:nth-child(1) {
    width: 550px; }
  .involvement-item:nth-child(2) {
    width: 478px; }
  .involvement-item:nth-child(3) {
    width: 400px; }
  .involvement-item:last-child {
    margin-bottom: 0; }
  .involvement-item p {
    padding: 27px 35px;
    padding-left: 25px;
    font-weight: 600;
    font-size: 22px;
    color: #fff; }
  .involvement-item span {
    width: 135px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #3E87F4;
    font-family: "Roboto", sans-serif;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-weight: 500;
    font-size: 47px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0; }
    .involvement-item span::after {
      content: '%';
      font-size: 37px;
      margin-bottom: auto;
      margin-top: 18px;
      margin-left: 3px; }

.involvement-copy {
  font-size: 14px;
  line-height: 17px;
  color: #A9A9A9; }

.involvement-info {
  margin-top: 259px; }

.enhancement {
  padding-bottom: 253px; }

.enhancement-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.enhancement-info h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #536286;
  margin-top: 69px; }

.enhancement-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 60px; }

.enhancement-list {
  margin-left: 5px; }
  .enhancement-list li {
    width: 462px;
    height: 79px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#3E87F4), color-stop(116.92%, #4F97FF));
    background: -webkit-linear-gradient(left, #3E87F4 0%, #4F97FF 116.92%);
    background: -o-linear-gradient(left, #3E87F4 0%, #4F97FF 116.92%);
    background: linear-gradient(90deg, #3E87F4 0%, #4F97FF 116.92%);
    border: 1px solid #60BBFF;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px; }
    .enhancement-list li:last-child {
      margin-bottom: 0; }

.page-content-mob .percent-conter {
  display: none; }
  .page-content-mob .percent-conter p {
    margin-bottom: 0 !important; }

.page-content-mob p {
  margin-bottom: 25px !important; }

.custom-share-mob {
  display: none; }

.vedomosti-mob {
  display: none !important; }

.enhancement-line {
  height: 180px; }

.enhancement-line-frame {
  overflow: hidden;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top; }

.scroll-line {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left; }

.policy-title {
  font-size: 40px;
  text-align: center; }
  .policy-title h1 {
    line-height: 1.3; }
  .policy-title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #3B8BFF;
    margin: 0 auto; }

.policy-list {
  margin-top: 40px;
  counter-reset: num; }

.policy-item {
  margin-bottom: 40px;
  counter-reset: item; }
  .policy-item h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #414141; }
    .policy-item h3::before {
      content: counter(num);
      counter-increment: num;
      width: 34px;
      height: 34px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #3B8BFF;
      color: #fff;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      margin-right: 10px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .policy-item p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; }
    .policy-item p::before {
      content: counter(item) ". ";
      counter-increment: item; }
  .policy-item a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .policy-item a:hover {
      color: #3B8BFF; }

.policy-btn {
  max-width: 100%;
  width: 225px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEA32), to(#FED852));
  background: -webkit-linear-gradient(top, #FFEA32 0%, #FED852 100%);
  background: -o-linear-gradient(top, #FFEA32 0%, #FED852 100%);
  background: linear-gradient(180deg, #FFEA32 0%, #FED852 100%);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #2C2C2C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 5.46616px 14.5764px -6.07351px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5.46616px 14.5764px -6.07351px rgba(0, 0, 0, 0.16);
  margin: 0 auto; }
  .policy-btn span {
    position: relative;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .policy-btn::after {
    content: '';
    width: 0%;
    height: 100%;
    background-color: #3B8BFF;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .policy-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto; }
  .policy-btn:hover span {
    color: #fff; }
  .policy-btn input {
    display: none; }

@media screen and (max-width: 1600px) {
  .accelerating-content, .integration-content, .rise-content, .involvement-content, .enhancement-content, .policy {
    padding: 0; }
  .section-frame {
    max-width: 1300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .main-frame {
    background: url("../images/bg/main-1440-bg.jpg") right top no-repeat; } }

@media screen and (max-width: 1200px) {
  .main-frame {
    background: url("../images/bg/main-1024-bg.jpg") right top no-repeat; }
  .section-frame {
    padding: 0 30px; }
  .accelerating-content {
    display: block; }
  .page-content {
    max-width: 100%;
    margin: 0; }
  .page-diagram {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0; }
  .save-file {
    margin-top: 100px; }
  .accelerating {
    padding-top: 25px; }
  .quote-content {
    max-width: 720px; }
  .rise, .involvement {
    padding: 100px 0; }
  .enhancement {
    padding-bottom: 100px; }
  .rise-content {
    display: block; }
  .rise-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0; }
  .involvement-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .involvement-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0; }
  .enhancement-content {
    display: block; }
  .enhancement-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0; }
    .enhancement-info .percent-conter {
      display: none; }
  .integration-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .integration-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0; }
    .integration-info .percent-conter {
      display: none; }
  .diagram-frame-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .diagram-frame-box {
    margin-left: 63px; }
  .page-content h2 {
    max-width: 670px; }
    .page-content h2 br {
      display: none; }
  .accelerating-content h2 {
    max-width: 605px; }
  .involvement h2 br {
    display: block; }
  .page-content-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .page-content-mob .percent-conter {
      display: block;
      margin-right: 85px;
      margin-top: 40px;
      margin-bottom: 60px; }
  .main-content {
    margin-top: 113px; } }

@media screen and (max-width: 980px) {
  .main-frame {
    background: url("../images/bg/main-768-bg.jpg") right top -90px no-repeat; }
  .main-content {
    margin-top: 470px; }
  .accelerating {
    padding-bottom: 100px; }
  .page-content-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 60px; }
    .page-content-mob .percent-conter {
      margin-right: 0; }
  .diagram-frame-box {
    margin-left: 0; }
  .diagram-frame-mob {
    display: block; }
  .quote {
    padding: 70px 0; }
  .quote-content {
    max-width: 590px; }
  .save-file h3 br {
    display: none; }
  .cooperation {
    margin-top: 60px; }
  .work {
    margin-top: 62px; }
  .work-info {
    max-width: 240px;
    margin-left: 0; } }

@media screen and (max-width: 700px) {
  .section-frame {
    max-width: 375px;
    padding: 0 20px; }
  .main-frame {
    background: url("../images/bg/main-375-bg.jpg") right top -90px no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    padding-bottom: 100px; }
  .main-content {
    margin-top: 335px; }
    .main-content::before {
      width: 130px;
      height: 130px;
      top: -35px;
      left: -44px; }
  .main-title h1 {
    font-size: 50px;
    line-height: 61px; }
  .main-title p {
    font-size: 29px; }
  .main-info p {
    margin-bottom: 20px; }
  .accelerating {
    padding-top: 0; }
  .page-content h2 {
    font-size: 40px;
    line-height: 52px; }
  .page-diagram h3 {
    max-width: 260px;
    font-size: 25px; }
  .diagram-percent {
    width: 95px;
    font-size: 45px; }
    .diagram-percent::after {
      font-size: 28px; }
  .diagram-list {
    width: 100%; }
  .diagram-item {
    height: 96px; }
    .diagram-item p {
      font-size: 16px;
      padding: 5px 18px;
      margin-left: 95px;
      margin-top: auto;
      margin-bottom: auto; }
      .diagram-item p br {
        display: none; }
  .save-file h3 {
    font-size: 30px; }
  .page-content {
    margin-left: 0 !important; }
  .percent-conter span {
    font-size: 219px; }
    .percent-conter span::after {
      font-size: 100px; }
  .page-content-mob .percent-conter {
    margin-top: 20px;
    margin-bottom: 0; }
  .integration-diagram {
    margin: 0 auto; }
  .integration-diagram h3 {
    font-size: 25px; }
    .integration-diagram h3 br {
      display: none; }
  .diagram-frame {
    margin: 35px auto 0; }
  .integration-diagram li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .integration-diagram li::before {
      margin-top: 2px; }
  .save-file a {
    width: 100%; }
  .rise-info h3 {
    font-size: 25px; }
  .rise-item {
    min-height: 211px;
    padding: 22px 20px 15px;
    display: block;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .rise-item:last-child {
      margin-bottom: 0 !important; }
    .rise-item span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
      height: auto !important;
      background: none;
      -webkit-border-radius: none;
              border-radius: none;
      color: #428BF7;
      font-size: 73px !important; }
      .rise-item span::after {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: 5px;
        display: block;
        font-size: 35px !important; }
    .rise-item p {
      margin-left: 0;
      margin-top: 10px; }
      .rise-item p br {
        display: none; }
  .involvement-info h3 {
    font-size: 25px; }
  .involvement-item {
    height: 86px; }
    .involvement-item:nth-child(1) {
      width: 335px; }
    .involvement-item:nth-child(2) {
      width: 306px; }
    .involvement-item:nth-child(3) {
      width: 279px; }
    .involvement-item span {
      width: 80px;
      font-size: 39px; }
      .involvement-item span::after {
        font-size: 24px; }
    .involvement-item p {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 195px;
      padding: 15px 13px;
      line-height: 110%; }
  .enhancement h2 {
    word-break: break-word; }
  .enhancement-list li {
    font-size: 16px;
    width: 320px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .enhancement-info h3 {
    font-size: 25px;
    line-height: 30px; }
  .involvement-copy br {
    display: none; }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .cooperation {
    margin: 0 auto;
    text-align: center; }
    .cooperation a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: block !important;
      margin: 5px auto 0 !important; }
  .work {
    margin: 5px auto 0; }
  .work-title img {
    display: none; }
  .work-title p {
    margin: 0 auto;
    font-size: 14px; }
  .work-info {
    display: block;
    text-align: center;
    max-width: 340px;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    color: #B0B0B0;
    opacity: 1;
    margin-top: 4px; }
    .work-info br {
      display: none; }
  .cooperation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .cooperation p {
      text-align: center;
      margin-top: 0;
      margin-bottom: 15px; }
  .custom-share {
    display: none; }
  .custom-share-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px; }
  .logo-vedomosti {
    display: none !important; }
  .header-logo a {
    margin-right: 20px; }
  .vedomosti-mob {
    height: 25px;
    display: block !important;
    padding-left: 20px; }
    .vedomosti-mob img {
      margin-top: -12px; } }

@media screen and (max-width: 360px) {
  .diagram-item p {
    font-size: 14px; }
  .quote-info p {
    font-size: 18px; }
  .page-content p {
    font-size: 15px; }
  .involvement h2 {
    padding-right: 15px;
    word-break: break-word; }
  .involvement-item {
    height: 86px; }
    .involvement-item:nth-child(1) {
      width: 315px; }
    .involvement-item:nth-child(2) {
      width: 290px; }
    .involvement-item:nth-child(3) {
      width: 279px; } }
