::-moz-selection {
  background: #3e50b4;
  color: #fff;
  text-shadow: none;
}
.rank{
  color: white;
  padding: 20px;
  /* background: url("../img/job-bg.png") 0 0 no-repeat; */
  /* background: #cf0a2c; */
  margin-top: -55px;
  z-index: 15;
  position: relative;
}
.rank__text{
  position: relative;
  z-index: 25;
  padding-left: 25%;
  text-align: right;
  margin-top: 39px;
}
.rank__bg{
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 5;
  max-width: 100%;
}
::selection {
  background: #3e50b4;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(0,0,0,0.87);
}

:-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

::-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

:-ms-input-placeholder {
  color: rgba(0,0,0,0.87);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-sizing: border-box;
}

html {
  font-size: 17px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
  background-color: #fff;
  -webkit-font-feature-settings: kern, liga, onum;
          font-feature-settings: kern, liga, onum;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
}

blockquote {
  font-style: normal;
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #3e50b4;
  background-color: rgba(62,80,180,0.03);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  color: #000;
  text-transform: none;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection {
  background: #3e50b4;
  color: #fff;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection {
  background: #3e50b4;
  color: #fff;
  text-shadow: none;
}

h1,
.h1 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 0;
}

h2,
.h2 {
  font-size: 36px;
}

h5,
.h5,
h6,
.h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

template,
[hidden] {
  display: none;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-container {
  width: 1120px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.b-button {
  height: 60px;
  border-radius: 34px;
  background-color: #cf0a2c;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  background-color: #cf0a2c;
  padding-left: 30px;
  padding-right: 30px;
}

.b-button:hover, .b-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
}

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

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.svg-icon__spinner {
  fill: inherit;
  width: inherit;
  height: inherit;
  -webkit-animation-name: spinner;
          animation-name: spinner;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0 -15px;
}

.gallery a {
  display: block;
  background-image: none;
}

.gallery img,
.gallery .attachment-thumbnail {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.gallery .gallery-caption {
  padding: 15px 0;
}

.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.333333333333336%;
  -ms-flex-preferred-size: 33.333333333333336%;
      flex-basis: 33.333333333333336%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.666666666666668%;
  -ms-flex-preferred-size: 16.666666666666668%;
      flex-basis: 16.666666666666668%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.285714285714286%;
  -ms-flex-preferred-size: 14.285714285714286%;
      flex-basis: 14.285714285714286%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11111111111111%;
  -ms-flex-preferred-size: 11.11111111111111%;
      flex-basis: 11.11111111111111%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.alignnone {
  margin: 0.5rem;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding-top: 5px;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

.gallery-caption,
.wp-caption-text {
  font-size: 90%;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 20px 0;
  background: #ccc;
  color: #000;
  padding: 20px 0;
}

.demo-box {
  background-color: #009688;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.theme-color {
  color: #3e50b4;
}

.theme-bgc {
  background-color: #3e50b4;
}

.app-footer {
  -ms-flex: none;
      flex: none;
}

.b-img {
  text-align: right;
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  background: url("../img/top-bg.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  height: 645px;
  transition: 0.5s;
}

.b-imgmob {
  display: none;
}

.app-header {
  -ms-flex: none;
      flex: none;
  background: #fff;
  position: relative;
  z-index: 3;
}

.app-header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 60px;
  transition: 0.5s;
}

.app-header__logo {
  transition: 0.5s;
}

.app-header__logo img {
  width: 86px;
  height: 88px;
  transition: 0.5s;
}

.app-header__menuBut {
  display: none;
}

.app-header__menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.app-header__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.app-header__menu ul li {
  display: inline-block;
  padding: 0 20px;
}

.app-header__menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.app-header__menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
}

.app-header__menu ul li a:hover:before, .app-header__menu ul li a:focus:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.app-header__menu ul li > ul {
  position: absolute;
  top: 61px;
  right: 0;
  display: none;
  z-index: 10;
  background: #000;
}

.app-header__menu ul li > ul:before {
  content: '';
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  height: 43px;
}

.app-header__menu ul li > ul li a {
  line-height: 1;
  color: #000;
  display: block;
  width: 300px;
  padding: 15px;
  text-transform: uppercase;
  transition: 0.5s;
}

.app-header__menu ul li > ul li a:hover, .app-header__menu ul li > ul li a:focus {
  background: #2aa599;
  text-decoration: none;
}

.app-header__menu ul li > ul li ul {
  position: absolute;
  top: 0;
  right: 300px;
}

.app-header__menu ul li > ul li ul li a {
  background: #2aa599;
}

.app-header__menu ul li > ul li ul li a:hover, .app-header__menu ul li > ul li ul li a:focus {
  background: #2aa599;
  text-decoration: none;
}

.app-header__menu ul li:hover > ul, .app-header__menu ul li:focus > ul {
  display: block;
}

.app-header__mobile {
  display: none;
}

.app-header__mobile.opened {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
}

.app-header__mobile.opened:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.app-header .mobileMenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  list-style: none;
  padding: 20px 120px;
  margin: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.app-header .mobileMenu li {
  position: relative;
}

.app-header .mobileMenu li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 10px 25px 10px 10px;
}

.app-header .mobileMenu li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 10px;
  display: none;
}

.app-header .mobileMenu li ul li {
  position: relative;
}

.app-header .mobileMenu li ul li a {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  text-transform: uppercase;
}

.app-header .mobileMenu li ul li a:before {
  content: '- ';
}

.app-header .mobileMenu li ul ul li a {
  color: #000;
}

.app-header__closeBut {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px;
}

.app-header__menuBut {
  padding: 8px;
  border-radius: 4px;
  display: none;
  transition: 0.5s;
}

.app-header__closeBut {
  position: absolute;
  right: 66px;
  top: 42px;
  z-index: 11;
}

.app-header__closeBut .svg-icon {
  fill: #2aa599;
}

.app-header .sub-menu-trigger {
  position: absolute;
  right: 0;
  top: 11px;
  border: 1px solid #2aa599;
  border-radius: 50%;
}

.app-header .sub-menu-trigger .svg-icon {
  fill: #2aa599;
}

.app-header .rotade {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.app__main {
  -ms-flex: 1 1;
      flex: 1 1;
}

.app__aside--left {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
}

.app__aside--right {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
}

.site-width {
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.b-back-btn {
  padding: 30px 0 80px;
}

.back-btn {
  min-width: 280px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 34px;
  border: 2px solid #e91858;
  color: #d0031e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 20px;
  transition: 0.5s;
}

.back-btn:hover, .back-btn:focus {
  background: #e91858;
  color: #fff;
}

.business-block {
  margin-bottom: 55px;
}

.business-block__section {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.business-block__title {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.business-block__desk {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 45px;
}

.business-block__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business-block__item {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
}

.business-block__note {
  -ms-flex: 1 1;
      flex: 1 1;
  padding-left: 30px;
  box-sizing: border-box;
}

.business-block__count {
  color: #149696;
  font-size: 64px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: -2.53px;
}

.business-block__text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.business-block1 {
  margin-top: 174px;
  position: relative;
  z-index: 3;
}

.business-block1__section {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
}

.business-block1__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.business-block1__col--right {
  margin-left: 90px;
  margin-top: -40px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.business-block1__col--right span {
  display: inline;
  color: #cf0a2c;
  font-weight: 900;
}

.business-block1__title {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.business-block1__desk {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}

.business-block1__list {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 75px;
  background: url("../img/bot-line1.png") left bottom no-repeat;
}

.business-block1__item {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.business-block1__item:first-child {
  margin-right: 30px;
}

.business-block1__item:last-child {
  position: relative;
  padding-left: 29px;
  box-sizing: border-box;
}

.business-block1__item:last-child:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: '';
  background: url("../img/oval.svg") 0 0 no-repeat;
}

.business-block1__last {
  padding-top: 38px;
  padding-bottom: 121px;
  box-sizing: border-box;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}

.business-block1__last:after {
  position: absolute;
  right: 0;
  top: -121px;
  width: 491px;
  height: 320px;
  background: url("../img/right-pic1.png") 0 0 no-repeat;
  content: '';
}

.business-block1__note {
  position: relative;
  z-index: 2;
}

.business-block2 {
  position: relative;
  margin-top: -85px;
}

.business-block2__bg {
  position: absolute;
  width: 50%;
  height: 100%;
  margin-right: -600px;
  padding-right: 600px;
  box-sizing: content-box;
  background: url("../img/Rectangle_3354.png") right center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.business-block2__section {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 162px;
  padding-bottom: 82px;
}

.business-block2__title {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
  margin-bottom: 48px;
}

.business-block2__edit {
  padding: 34px 94px 35px 42px;
  box-sizing: border-box;
  background: url("../img/Fill_1123.png") 0 0 no-repeat;
}

.business-block2__item--left {
  display: -ms-flexbox;
  display: flex;
}

.business-block2__item--right {
  color: #fff;
  padding-top: 30px;
  font-size: 21px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 93px;
  box-sizing: border-box;
}

.business-block2__note1 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
}

.business-block2__note2 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.34px;
}

.business-block2__link {
  margin-left: -35px;
  width: 129px;
  background: url("../img/Fill_3123.svg") 0 0 no-repeat;
  position: relative;
  transition: 0.5s;
}

.business-block2__link:hover, .business-block2__link:focus {
  background: url("../img/Fill_3123hover.svg") 0 0 no-repeat;
}

.business-block2__link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  width: 16px;
  background: url("../img/mob-link-arrow.svg") 100% center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.business-block2__items {
  display: -ms-flexbox;
  display: flex;
}

.business-block3 {
  margin-bottom: 92px;
}

.business-block3__section {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.business-block3__title {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 26px;
}

.business-block3__list {
  margin-bottom: 22px;
}

.business-block3__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #e4e4e4;
}

.business-block3__items:first-child {
  border-top: none;
}

.business-block3__items--head .business-block3__item {
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.business-block3__items--last .business-block3__item {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.business-block3__item {
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 16px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.business-block3__msg {
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 10px;
}

.business-block4 {
  margin-bottom: 92px;
}

.business-block4__section {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.business-block4__title {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 26px;
}

.business-block4__list {
  margin-bottom: 22px;
}

.business-block4__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #e4e4e4;
}

.business-block4__items:first-child {
  border-top: none;
}

.business-block4__items--head .business-block4__item {
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.business-block4__items--last .business-block4__item {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.business-block4__item {
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 16px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.business-block4__msg {
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 10px;
}

.business-edit {
  margin-bottom: 80px;
}

.business-edit__section {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.business-edit__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business-edit__item--left {
  position: relative;
  margin-bottom: 52px;
}

.business-edit__item--left:before {
  position: absolute;
  left: -78px;
  bottom: 0;
  right: 0;
  content: '';
  height: 5px;
  background: url("../img/business-line1.png") 0 0 no-repeat;
}

.business-edit__item--right .business-edit__note {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
}

.business-edit__item--right .business-edit__title {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 0;
}

.business-edit__item--right .business-edit__pic {
  padding-left: 125px;
}

.business-edit__pic {
  padding-left: 70px;
  padding-right: 90px;
  box-sizing: border-box;
}

.business-edit__text {
  -ms-flex: 1 1;
      flex: 1 1;
}

.business-edit__title {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 15px;
}

.business-edit__note {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.business-list__section {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
}

.business-list__title {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.business-list__items {
  position: relative;
  margin-bottom: 30px;
  margin-left: 68px;
  padding-top: 40px;
}

.business-list__items:before {
  position: absolute;
  left: 151px;
  top: 0;
  bottom: 0;
  width: 1px;
  content: '';
  background: #e2e2e2;
  background-image: linear-gradient(to top, #fff 0%, #d9d9d9 10%, #dedede 90%, #fff 100%);
}

.business-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 55px;
}

.business-list__item:last-child {
  margin-bottom: 0;
}

.business-list__pic {
  position: relative;
  min-width: 151px;
  padding-right: 29px;
  box-sizing: border-box;
}

.business-list__pic:before {
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -5.5px;
  bottom: 0;
  width: 11px;
  height: 11px;
  content: '';
  border-radius: 50%;
  background: #cf0a2c;
}

.business-list__body {
  padding-left: 53px;
  box-sizing: border-box;
}

.business-list__year {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 10px;
}

.business-list__note {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.business-projects__section {
  max-width: 1078px;
  margin: 0 auto;
  box-sizing: border-box;
}

.business-projects__desk {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.business-projects__desk--s1 {
  margin-bottom: 28px;
}

.business-projects__desk--s2 {
  margin-bottom: 64px;
}

.business-projects__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -19px;
  margin-bottom: 80px;
}

.business-projects__item {
  margin-left: 19px;
  margin-bottom: 20px;
}

.business__text .b-pictext-block {
  margin-bottom: 80px;
}

.b-eastern-fracture {
  -ms-flex: none;
      flex: none;
  padding-bottom: 20px;
}

.b-eastern-fracture__title {
  margin-left: 360px;
  margin-bottom: 15px;
}

.b-eastern-fracture__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.b-eastern-fracture__content-desc {
  -ms-flex: 0 0 360px;
      flex: 0 0 360px;
  color: #000;
  font-family: Montserrat;
  font-size: 21px;
  line-height: 1.4;
  padding-right: 60px;
}

.b-eastern-fracture__content-desc--mt {
  margin-top: -80px;
}

.b-eastern-fracture__content-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  -ms-flex: 1 1;
      flex: 1 1;
  padding-right: 60px;
}

.b-edit-infoblock {
  -ms-flex: none;
      flex: none;
  margin-bottom: 58px;
}

.b-edit-infoblock__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
}

.b-edit-infoblock__item:nth-child(2) .b-edit-infoblock__img {
  -ms-flex-order: 1;
      order: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}

.b-edit-infoblock__img {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
  max-width: 45%;
  margin-top: 61px;
}

.b-edit-infoblock__img-title {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  max-width: 438px;
  margin-top: 60px;
}

.b-edit-infoblock__anonce {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
  max-width: 45%;
}

.b-edit-infoblock__anonce-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}

.b-edit-infoblock__anonce-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.b-images-gal {
  -ms-flex: none;
      flex: none;
  padding: 20px 0;
}

.b-images-gal__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  line-height: 1;
}

.b-images-gal__item {
  -ms-flex: 0 0 23%;
      flex: 0 0 23%;
  margin-right: 2.3%;
}

.b-images-gal__item:nth-child(4n) {
  margin-right: 0;
}

.b-innovation-block {
  -ms-flex: none;
      flex: none;
  margin-bottom: 30px;
}

.b-innovation-block__title {
  margin-bottom: 10px;
}

.b-innovation-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.b-innovation-block__content-text {
  -ms-flex: 0 0 530px;
      flex: 0 0 530px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.b-innovation-block__content-pic {
  -ms-flex: 1 1;
      flex: 1 1;
  text-align: center;
  padding-left: 20px;
}

.b-leadership-block {
  -ms-flex: none;
      flex: none;
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}

.b-leadership-block__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-leadership-block__content {
  position: relative;
  z-index: 1;
  -ms-flex: 0 0 550px;
      flex: 0 0 550px;
  padding-top: 175px;
  padding-right: 30px;
}

.b-leadership-block__img {
  position: relative;
  -ms-flex: 1 1;
      flex: 1 1;
  text-align: left;
}

.b-leadership-block__img-inner {
  position: relative;
  display: inline-block;
}

/*.b-leadership-block__img-inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 284px;
  width: 104px;
  height: 204px;
  background: url("../img/one.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: 0.8;
}*/

.b-leadership-block__img img {
  position: relative;
  max-width: 100%;
  height: auto;
  margin-left: 50px;
}

.b-leadership-block__descritpion {
  max-width: 440px;
  margin-bottom: 25px;
}

.b-leadership-block__text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

body.app--miracle .b-img {
  height: 950px;
  left: 50%;
  top: 0;
  bottom: auto;
  margin-left: -354px;
  background: url("../img/miracle-bg.png") 0 0 no-repeat;
  background-size: 100% auto;
}

body.app--miracle .b-imgmob {
  background: none;
}

body.app--miracle .b-imgmob:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 56px;
  right: 0;
  background-color: #1a8c87;
}

body.app--miracle .b-imgmob:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../img/miracle-bg-mobile.png") center 0 no-repeat;
  background-size: cover;
}

.b-miracle {
  overflow: hidden;
  margin-top: 80px;
  -webkit-overflow-scrolling: touch;
}

.b-miracle__intro {
  display: -ms-flexbox;
  display: flex;
  height: 31vw;
  margin-left: auto;
}

.b-miracle__intro-text {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  width: 621px;
  margin-left: 50%;
  padding-top: 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.b-miracle__intro-mobile {
  display: none;
}

.b-miracle__intro-mobile-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.b-miracle__intro-mobile-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 13px;
}

.b-miracle__intro-mobile-link {
  margin-top: 19px;
}

.b-miracle__skew {
  height: 728px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.b-miracle__skew--sk1 {
  margin-top: 40px;
}

.b-miracle__skew--sk1:before {
  content: '';
  position: absolute;
  width: 486px;
  height: 393px;
  left: 50%;
  margin-left: 342px;
  top: -182px;
  
}

.b-miracle__skew--sk1 .b-miracle__skew-bg {
  background: url("../img/skew-rectangle-2.png") center center no-repeat;
  background-size: 100% 100%;
}

.b-miracle__skew-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  margin-right: -600px;
  padding-right: 600px;
  box-sizing: content-box;
}

.b-miracle__skew-items {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #fff;
}

.b-miracle__skew-item:first-child {
  padding-top: 12.5vw;
  max-width: 100%;
}

.b-miracle__skew-item:first-child .b-miracle__skew-content {
  width: 440px;
  max-width: 100%;
}

.b-miracle__skew-item:last-child {
  padding-top: 24.5vw;
  margin-left: auto;
}

.b-miracle__skew-item:last-child .b-miracle__skew-content {
  width: 346px;
}

.b-miracle__skew-header {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.b-miracle__skew-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.b-miracle__skew-link {
  margin-top: 15px;
}

.b-miracle__skew-link .b-button {
  transition: 0.5s;
}

.b-miracle__skew-link .b-button:hover, .b-miracle__skew-link .b-button:focus {
  background: #fb002b;
}

.b-miracle__skew--sk2 {
  margin-top: 40px;
}

.b-miracle__skew--sk2 .b-miracle__skew-bg {
  background: url("../img/skew-rectangle-3.png") right center no-repeat;
  background-size: 100% 100%;
}

.b-miracle__skew--sk2 .b-miracle__skew-item:first-child .b-miracle__skew-content {
  width: 440px;
  max-width: 100%;
}

.b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
  padding-top: 22.5vw;
}

.b-miracle__skew--sk2 .b-miracle__skew-item:last-child .b-miracle__skew-content {
  width: 350px;
}

.b-miracle {
  overflow: hidden;
  position: relative;
  z-index: 4;
  -webkit-overflow-scrolling: touch;
}

.b-miracle__container {
  position: relative;
}

.b-miracle__container--text1 {
  margin-top: 0;
}

.b-miracle__content {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 621px;
  max-width: 100%;
}

.b-miracle__header {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.b-miracle__container--text2 {
  margin-top: -22px;
  margin-bottom: -40px;
}

.b-miracle__container--text2 .b-miracle__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.b-miracle__container--text2 .b-miracle__image {
  width: 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

.b-miracle__container--text2 .b-miracle__image img {
  max-width: 100%;
  height: auto;
}

.b-miracle__container--text2 .b-miracle__text {
  padding-left: 100px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 24px;
}

.b-miracle__container--text2 .b-miracle__text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.b-miracle__container--text2 .b-miracle__text ul li {
  margin: 0;
  padding: 0;
  position: relative;
}

.b-miracle__container--text2 .b-miracle__text ul li:before {
  content: '';
  position: absolute;
  left: -30px;
  width: 9px;
  top: 8px;
  height: 9px;
  border-radius: 9px;
  background-color: #e2e2e2;
}

.b-miracle__container--text2 .b-miracle__text ul li ~ li {
  margin-top: 20px;
}

.b-ou-interview {
  overflow: hidden;
  margin-bottom: 70px;
  -webkit-overflow-scrolling: touch;
}

.b-ou-interview__container {
  display: -ms-flexbox;
  display: flex;
}

.b-ou-interview__image {
  margin-left: -64px;
  font-size: 0;
  line-height: 0;
}

.b-ou-interview__image1 {
  margin-left: -64px;
  font-size: 0;
  line-height: 0;
}

.b-ou-interview__body {
  position: relative;
  height: 770px;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  padding-top: 103px;
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-ou-interview__body-in {
  height: 100%;
  width: 30000px;
  max-width: 30000px;
  -ms-flex: 0 0 30000px;
      flex: 0 0 30000px;
  background: url("../img/huawei_nova_3_event_interview_bg.png") left top no-repeat;
}

.b-ou-interview__body-text {
  color: #fff;
  padding: 180px 0 0 231px;
  width: 665px;
}

.b-ou-interview__header {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
}

.b-ou-interview__text {
  margin-top: 11px;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.b-ou-interview__link {
  margin-top: 26px;
}

.b-ou-interview__link .b-button {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  background-color: transparent;
  transition: 0.5s;
}

.b-ou-interview__link .b-button:hover, .b-ou-interview__link .b-button:focus {
  background: #fff;
  color: #f10329;
}

.b-partners {
  margin-top: -60px;
  margin-bottom: -16px;
}

.b-partners__items {
  display: -ms-flexbox;
  display: flex;
  margin-left: -100px;
}

.b-partners__item ~ .b-partners__item {
  margin-top: 66px;
}

.b-partners__item {
  padding-left: 100px;
  padding-right: 20px;
  width: 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

.b-partners__item:nth-child(2n) {
  padding-top: 80px;
}

.b-partners__body {
  width: 438px;
  max-width: 100%;
}

.b-partners__icon {
  margin-bottom: 23px;
}

.b-partners__header {
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -0.82px;
}

.b-partners__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
}

.b-pictext-block {
  -ms-flex: none;
      flex: none;
  margin-bottom: 50px;
}

.b-pictext-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-pictext-block__pic {
  font-size: 0;
  line-height: 1;
  -ms-flex: 0 0 404px;
      flex: 0 0 404px;
}

.b-pictext-block__text {
  background: url("../img/pictext-bg.png") 0 0 no-repeat;
  background-size: cover;
  -ms-flex: 1 1;
      flex: 1 1;
  color: #fff;
  padding: 20px 60px 20px 110px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -35px;
}

.b-pictext-block__text a {
  color: #fff;
  text-decoration: none;
}

.b-pictext-block__text-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 9px;
}

.b-pictext-block__text-anonce {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}

.b-pictext-block__title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}

.b-pictext-block__title a {
  position: relative;
  padding-bottom: 5px;
}

.b-pictext-block__title a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
}

.b-pictext-block__title a:hover:before, .b-pictext-block__title a:focus:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.b-pictext-block__title .svg-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 9px;
  height: 16px;
  vertical-align: middle;
}

.b-ptext-block {
  -ms-flex: none;
      flex: none;
  padding-bottom: 10px;
}

.b-ptext-block--flex .b-ptext-block__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-ptext-block--flex .b-ptext-block__text {
  -ms-flex: 0 0 540px;
      flex: 0 0 540px;
  padding-right: 35px;
}

.b-ptext-block--flex .b-ptext-block__pic {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.b-ptext-block--picleft {
  margin-bottom: 10px;
}

.b-ptext-block--picleft .b-ptext-block__in {
  display: -ms-flexbox;
  display: flex;
}

.b-ptext-block--picleft .b-ptext-block__text {
  -ms-flex: 0 0 540px;
      flex: 0 0 540px;
  padding-left: 35px;
  -ms-flex-order: 2;
      order: 2;
}

.b-ptext-block--picleft .b-ptext-block__pic {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.b-ptext-block--quote .b-ptext-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-ptext-block--quote .b-ptext-block__text {
  -ms-flex: 0 0 540px;
      flex: 0 0 540px;
  padding-right: 35px;
  font-weight: 500;
  line-height: 1.5;
}

.b-ptext-block--quote .b-ptext-block__quote {
  max-width: 440px;
}

.b-ptext-block__quote {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-bottom: 20px;
}

.b-ptext-block__quote-name {
  color: #858585;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 320px;
}

.b-ptext-block__title {
  margin-bottom: 15px;
}

.b-ptext-block__text {
  max-width: 1080px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.b-ptext-block p {
  margin-top: 0;
}

.b-slider-content {
  margin: 52px 0 48px;
  position: relative;
  z-index: 3;
}

.b-slider-content--inpage {
  margin-top: 0;
}

.b-slider-content__inner {
  position: relative;
}

.b-slider-content__slider {
  position: relative;
}

.b-slider-content__slider-item-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 27px 378px 27px 27px;
  min-height: 104px;
  background: #cf0a2c;
  padding-right: 104px;
  margin-right: 208px;
}

.b-slider-content__pagingInfo {
  position: absolute;
  bottom: 44px;
  right: 313px;
  color: #fff;
}

.b-slider-content__arrows {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 3;
}

.b-slider-content .slick-prev.slick-arrow {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: #fff url("../img/arrowSlid.svg") 50% 50% no-repeat;
  width: 104px;
  height: 104px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: 0.5s;
}

.b-slider-content .slick-prev.slick-arrow:before {
  display: none;
}

.b-slider-content .slick-prev.slick-arrow:hover, .b-slider-content .slick-prev.slick-arrow:focus {
  background-color: #d4cbcb;
}

.b-slider-content .slick-next.slick-arrow {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: #fff url("../img/arrowSlid2.svg") 50% 50% no-repeat;
  width: 104px;
  height: 104px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: 0.5s;
}

.b-slider-content .slick-next.slick-arrow:before {
  display: none;
}

.b-slider-content .slick-next.slick-arrow:hover, .b-slider-content .slick-next.slick-arrow:focus {
  background-color: #d4cbcb;
}

.b-statistics-block {
  -ms-flex: none;
      flex: none;
  padding-top: 50px;
  padding-bottom: 30px;
}

.b-statistics-block__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-statistics-block__title {
  position: relative;
  -ms-flex-order: 2;
      order: 2;
  padding-right: 680px;
  color: #149696;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  max-width: 1000px;
}

.b-statistics-block__title:before {
  content: "";
  position: absolute;
  right: 0;
  left: 330px;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  background-image: linear-gradient(270deg, #fff 0%, #149696 100%);
  opacity: 0.9;
}

.b-statistics-block__content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-width: 1000px;
  padding-left: 330px;
}

.b-statistics-block__content-text {
  -ms-flex: 0 1 280px;
      flex: 0 1 280px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-left: 70px;
}

.b-statistics-block__content-text:first-child {
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .site-width {
    max-width: 1178px;
  }
}

@media all and (min-width: 1311px) {
  .b-img {
    top: -100px;
    left: 34%;
  }
}

@media only screen and (min-width: 1441px) {
  .b-miracle__skew-item:first-child {
    padding-top: 11.5vw;
  }

  .b-miracle__skew-item:last-child {
    padding-top: 19.5vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
    padding-top: 18.2vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
    padding-top: 19.5vw;
  }
}

@media (max-width: 1310px) {
  .b-img {
    left: 31%;
    height: 413px;
  }
}

@media only screen and (max-width: 1280px) {
  .b-miracle__skew--sk1:before {
    left: auto;
    right: -100px;
    margin-left: 0;
  }
}

@media all and (max-width: 1201px) {
  .b-eastern-fracture__content-text {
    padding-right: 0;
  }

  .b-ptext-block--flex {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .b-ptext-block--flex .b-ptext-block__text {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }

  .b-ptext-block--flex .b-ptext-block__pic {
    margin-right: -130px;
  }
}

@media only screen and (max-width: 1200px) {
  body.app--miracle .b-img {
    background-size: 107% auto;
  }

  .b-miracle__intro {
    height: 33vw;
  }

  .b-miracle__skew--sk1 {
    height: 650px;
    margin-top: 0;
  }

  .b-miracle__skew--sk1 .b-miracle__skew-bg {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: url("../img/skew-rectangle-2-mobile.png") center center no-repeat;
    background-size: 1200px 100%;
  }

  .b-miracle__skew-item:first-child {
    padding-top: 14vw;
  }

  .b-miracle__skew-item:last-child {
    padding-top: 29vw;
  }

  .b-miracle__skew-header {
    font-size: 28px;
    line-height: 28px;
  }

  .b-miracle__skew-text {
    font-size: 16px;
    line-height: 24px;
  }

  .b-miracle__skew--sk2 {
    height: 650px;
    margin-top: 0;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-bg {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: url("../img/skew-rectangle-3-mobile.png") center center no-repeat;
    background-size: 1200px 100%;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:first-child {
    padding-top: 14vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
    padding-top: 29vw;
  }
}

@media only screen and (max-width: 1180px) {
  .b-container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .b-ou-interview {
    margin-bottom: -60px;
  }

  .b-ou-interview__body-text {
    padding-left: 100px;
  }

  .b-ou-interview__body-text {
    width: 384px;
    padding-top: 114px;
  }
}

@media only screen and (max-width: 1030px) {
  .b-miracle__skew-item:first-child {
    padding-top: 20vw;
  }

  .b-miracle__skew-item:last-child {
    padding-top: 35vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:first-child {
    padding-top: 20vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
    padding-top: 35vw;
  }
}

@media screen and (max-width: 1024px) {
  .business-block__section {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .business-block__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
  }

  .business-block__desk {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .business-block__count {
    font-size: 64px;
    font-weight: 900;
    line-height: 64px;
    letter-spacing: -2.53px;
  }

  .business-block__text {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }

  .business-block1__section {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .business-block1__last:after {
    top: -89px;
    width: 411px;
    height: 240px;
    background: url("../img/right-pic2.png") 0 0 no-repeat;
  }

  .business-block1__col--left img {
    width: 532px;
    height: 116px;
  }

  .business-block1__note {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .business-block2 {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .business-block2__section {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .business-block2__title {
    font-size: 42px;
    font-weight: 900;
    line-height: 44px;
  }

  .business-block2__note1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block2__note2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
  }

  .business-block2__item--right {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .business-block2__edit {
    background: url("../img/Fill_1123.png") right top no-repeat;
  }

  .business-block3__section {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .business-block3__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }

  .business-block3__items--head .business-block3__item {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block3__items--last .business-block3__item {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .business-block3__item {
    -ms-flex: 1 1;
        flex: 1 1;
    padding: 16px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block3__msg {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block4__section {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .business-block4__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }

  .business-block4__items--head .business-block4__item {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block4__items--last .business-block4__item {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .business-block4__item {
    -ms-flex: 1 1;
        flex: 1 1;
    padding: 16px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block4__msg {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-edit__section {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .business-edit__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }

  .business-edit__note {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .business-edit__item--right .business-edit__note {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .business-edit__item--right .business-edit__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
  }

  .business-edit__item--right .business-edit__pic {
    padding-left: 112px;
  }

  .business-list__section {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .business-list__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 35px;
  }

  .business-list__year {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  .business-list__note {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .business-projects__section {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .business-projects__desk--s1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .business-projects__desk--s2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .business-projects__item {
    width: 22%;
  }
}

@media all and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  h2,
  .h2 {
    font-size: 33px;
  }

  h3,
  .h3,
  font-size 30px {
    font-size: 27px;
  }

  h4,
  .h4,
  font-size 26px {
    font-size: 23px;
  }

  h5,
  .h5,
  h6,
  .h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .b-leadership-block__content {
    -ms-flex: 0 0 450px;
        flex: 0 0 450px;
  }

  .b-leadership-block__text {
    font-size: 16px;
  }

  .b-pictext-block__pic {
    -ms-flex: 0 0 404px;
        flex: 0 0 404px;
    overflow: hidden;
    margin-left: -100px;
    -webkit-overflow-scrolling: touch;
  }

  .b-pictext-block__text {
    font-size: 14px;
    padding: 20px 20px 20px 80px;
  }

  .b-pictext-block__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-miracle {
    margin-top: 70px;
  }

  .b-miracle__intro {
    height: 36vw;
  }

  .b-miracle__intro-text {
    font-size: 36px;
    line-height: 44px;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}

@media (max-width: 1024px) {
  .app-header__content {
    padding: 50px 50px 0;
  }

  .app-header__menuBut {
    display: block;
    width: 57px;
    height: 21px;
    background: url("../img/burgerWhite.svg") 0 0 no-repeat;
    cursor: pointer;
  }

  .app-header__menu {
    display: none;
  }

  .app-header__menuBut {
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
  }

  .b-leadership-block.opened-js {
    z-index: 2;
  }

  .b-slider-content {
    margin: 25px 0;
  }
}

@media only screen and (max-width: 1020px) {
  body.app--miracle .b-img {
    background-position: 80px 0;
  }

  .b-miracle {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1600px){
  .b-miracle__skew-content .flex {
    margin-right: 200px;
  }

}
@media only screen and (max-width: 990px) {
  .b-miracle__skew-item:first-child .b-miracle__skew-content {
    width: 320px;
  }

  .b-miracle__skew-item:last-child {
    padding-top: 36vw;
  }

  .b-miracle__skew-item:last-child .b-miracle__skew-content {
    width: 270px;
  }

  .b-miracle__skew-header {
    font-size: 24px;
    line-height: 24px;
  }

  .b-miracle__skew-text {
    font-size: 14px;
    line-height: 20px;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:first-child .b-miracle__skew-content {
    width: 320px;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
    padding-top: 36vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child .b-miracle__skew-content {
    width: 270px;
  }

  .b-miracle__content {
    font-size: 14px;
    line-height: 20px;
    width: 508px;
  }

  .b-miracle__header {
    font-size: 32px;
    line-height: 36px;
  }

  .b-miracle__container--text2 {
    margin-top: -62px;
    margin-bottom: -80px;
  }

  .b-miracle__container--text2 .b-miracle__text {
    font-size: 14px;
    line-height: 20px;
    padding-left: 70px;
  }

  .b-ou-interview__image {
    margin-left: -130px;
  }

  .b-ou-interview__image1 {
    margin-left: -130px;
  }

  .b-ou-interview__body-in {
    margin-left: -30px;
    margin-top: -4px;
  }

  .b-ou-interview__body-text {
    padding-top: 133px;
  }

  .b-ou-interview__header {
    font-size: 32px;
    line-height: 36px;
  }

  .b-ou-interview__text {
    font-size: 18px;
    line-height: 24px;
  }

  .b-ou-interview__link {
    margin-top: 40px;
  }

  .b-partners__items {
    margin-left: -10px;
  }

  .b-partners__item {
    padding-left: 10px;
  }

  .b-partners__header {
    font-size: 32px;
    line-height: 36px;
  }

  .b-partners__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 990px) {
  .b-edit-infoblock__img-title {
    font-size: 20px;
  }

  .b-slider-content__slider-item-title {
    font-size: 14px;
    margin-right: 185px;
    padding: 22px 70px 22px 22px;
    min-height: 92px;
  }

  .b-slider-content__slider-item-img img {
    height: 452px;
    width: 100%;
  }

  .b-slider-content__pagingInfo {
    right: 261px;
    bottom: 36px;
  }

  .b-slider-content .slick-prev.slick-arrow {
    width: 92px;
    height: 92px;
  }

  .b-slider-content .slick-next.slick-arrow {
    width: 92px;
    height: 92px;
  }
}

@media screen and (max-width: 989px) {
  .site-width {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media all and (max-width: 989px) {
  .back-btn {
    min-width: 220px;
    font-size: 14px;
    padding: 18px 20px;
  }

  .b-innovation-block__title {
    font-size: 28px;
  }

  .b-innovation-block__content-text {
    font-size: 14px;
    -ms-flex: 0 0 340px;
        flex: 0 0 340px;
  }

  .b-leadership-block__img {
    text-align: center;
    margin-bottom: 10px;
  }

  .b-leadership-block__img:before {
    bottom: 50%;
    margin-bottom: -200px;
  }

  .b-ptext-block--flex .b-ptext-block__text {
    padding-right: 20px;
  }

  .b-ptext-block--flex .b-ptext-block__pic {
    margin-right: -200px;
  }

  .b-ptext-block--picleft .b-ptext-block__text {
    -ms-flex: 0 0 380px;
        flex: 0 0 380px;
  }

  .b-ptext-block--quote .b-ptext-block__text {
    -ms-flex: 0 0 52%;
        flex: 0 0 52%;
  }

  .b-ptext-block--quote .b-ptext-block__quote {
    max-width: 280px;
  }

  .b-ptext-block__quote {
    font-size: 17px;
  }

  .b-ptext-block__quote-name {
    font-size: 14px;
  }

  .b-ptext-block__text {
    font-size: 14px;
  }

  .b-statistics-block__title {
    font-size: 20px;
    padding-right: 730px;
  }

  .b-statistics-block__title:before {
    left: 200px;
  }

  .b-statistics-block__content {
    padding-left: 200px;
  }

  .b-statistics-block__content-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 980px) {
  .b-miracle__intro-text {
    margin-left: 45%;
  }
}

@media screen and (max-width: 933px) {
  .business-block1__section {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .business-block1__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
  }

  .business-block1__desk {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .business-block1__col--left img {
    width: 417px;
    height: 91px;
  }

  .business-block1__col--right {
    margin-top: 0;
    margin-left: 55px;
    font-size: 14px;
    font-weight: 500;
  }

  .business-block1__col--right line-height 16px span {
    color: #cf0a2c;
    font-weight: 900;
  }

  .business-block1__note {
    max-width: 274px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .business-block1__item {
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
  }

  .business-block1__last:after {
    top: -50px;
    width: 395px;
    height: 240px;
  }
}

@media all and (max-width: 906px) {
  .b-leadership-block__img {
    padding-top: 92px;
  }

  .b-leadership-block__img img {
    max-width: 180px;
    margin-left: 0;
  }

  .b-leadership-block__img:before {
    right: 0;
    left: 0;
    bottom: 20px;
    margin-bottom: 0;
    width: auto;
    height: 160px;
  }
}

@media (max-width: 906px) {
  .b-leadership-block__img-inner:before {
    left: 128px;
    width: 80px;
    height: auto;
  }
}

@media all and (max-width: 889px) {
  .b-eastern-fracture__title {
    margin-left: 240px;
  }

  .b-eastern-fracture__content-desc {
    font-size: 18px;
    -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    padding-right: 30px;
  }

  .b-eastern-fracture__content-desc--mt {
    margin-top: 0;
  }

  .b-eastern-fracture__content-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 830px) {
  .b-miracle__intro-text {
    margin-left: 40%;
  }

  .b-miracle__skew-item:last-child {
    padding-top: 42vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
    padding-top: 42vw;
  }
}

@media only screen and (max-width: 800px) {
  .b-miracle__skew--sk1 .b-miracle__skew-bg {
    background-position: 60% center;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-bg {
    background-position: 60% center;
  }
}

@media screen and (max-width: 800px) {
  .business-block__section {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .business-block__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
  }

  .business-block__desk {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block__count {
    font-size: 56px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: -2.21px;
  }

  .business-block__text {
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
  }

  .business-block__pic {
    max-width: 70px;
  }

  .business-block__pic img {
    max-width: 100%;
    height: auto;
  }

  .business-block__note {
    padding-left: 15px;
  }

  .business-block2__section {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .business-block2__title {
    font-size: 38px;
    font-weight: 900;
    line-height: 40px;
  }

  .business-block2__note1 {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .business-block2__note2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: -0.26px;
  }

  .business-block2__edit {
    padding: 30px 50px 30px 30px;
  }

  .business-block2__items {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .business-block2__item--right {
    padding-left: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: -25px;
  }

  .business-block3__section {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .business-block3__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }

  .business-block3__items--head .business-block3__item {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block3__items--last .business-block3__item {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }

  .business-block3__item {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block3__msg {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block4__section {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .business-block4__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }

  .business-block4__items--head .business-block4__item {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block4__items--last .business-block4__item {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }

  .business-block4__item {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-block4__msg {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-edit__section {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .business-edit__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }

  .business-edit__note {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-edit__pic {
    padding-left: 0;
  }

  .business-edit__item--right .business-edit__note {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-edit__item--right .business-edit__title {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
  }

  .business-edit__item--right .business-edit__pic {
    padding-left: 112px;
    padding-right: 0;
  }

  .business-list__section {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .business-list__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
  }

  .business-list__items {
    margin-left: 0;
  }

  .business-list__year {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  .business-list__note {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .business-projects__section {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .business-projects__desk--s1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-projects__desk--s2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}

@media only screen and (max-width: 780px) {
  .b-miracle__skew-item:first-child {
    padding-top: 24vw;
  }

  .b-miracle__skew-item:last-child {
    padding-top: 45vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:first-child {
    padding-top: 24vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
    padding-top: 45vw;
  }
}

@media (max-width: 768px) {
  .b-slider-content__slider-item-img img {
    height: 351px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  body.app--miracle .b-img {
    height: 641px;
    margin-left: -220px;
    background: url("../img/miracle-bg-768.png") 0 0 no-repeat;
    background-size: 100% auto;
  }

  .b-miracle {
    margin-top: 70px;
  }

  .b-miracle__intro {
    height: 375px;
  }

  .b-miracle__intro-text {
    margin-left: 360px;
    font-size: 32px;
    line-height: 40px;
  }

  .b-miracle__content {
    width: 383px;
  }

  .b-miracle__header {
    font-size: 28px;
    line-height: 32px;
  }

  .b-ou-interview__body-text {
    font-size: 16px;
    line-height: 24px;
  }

  .b-ou-interview__body-text {
    padding-top: 88px;
  }

  .b-ou-interview__header {
    font-size: 28px;
    line-height: 32px;
  }

  .b-partners__header {
    font-size: 28px;
    line-height: 32px;
  }
}

@media all and (max-width: 767px) {
  .b-back-btn {
    text-align: center;
  }

  .b-eastern-fracture {
    padding-bottom: 1px;
  }

  .b-eastern-fracture__title {
    margin-left: 0;
  }

  .b-eastern-fracture__content {
    display: block;
  }

  .b-eastern-fracture__content-desc {
    font-size: 14px;
    padding-right: 0;
    font-weight: 500;
  }

  .b-eastern-fracture__content-desc img {
    max-width: 180px;
    margin: 0 auto 20px;
    display: block;
  }

  .b-eastern-fracture__content-text {
    font-size: 14px;
  }

  .b-images-gal {
    padding: 10px 0;
  }

  .b-images-gal__item {
    margin-right: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    text-align: right;
  }

  .b-images-gal__item:nth-child(2n) {
    text-align: left;
  }

  .b-innovation-block__content {
    display: block;
  }

  .b-innovation-block__content-text {
    margin-bottom: 20px;
  }

  .b-innovation-block__content-pic {
    padding: 0;
  }

  .b-leadership-block__in {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 64px;
  }

  .b-leadership-block__content {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding-top: 0;
    padding-right: 0;
  }

  .b-pictext-block {
    margin-bottom: 20px;
  }

  .b-pictext-block__content {
    display: block;
    margin: 0 -20px;
  }

  .b-pictext-block__pic {
    margin-left: 0;
    margin-right: -50px;
  }

  .b-pictext-block__pic img {
    width: 100%;
    margin-bottom: -100px;
  }

  .b-pictext-block__text {
    background: #cf0a2c;
    padding: 20px 20px;
    margin-left: 0;
  }

  .b-pictext-block__title {
    font-size: 14px;
  }

  .b-pictext-block__title .svg-icon {
    width: 7px;
    height: 13px;
  }

  .b-ptext-block--picleft .b-ptext-block__in {
    display: block;
  }

  .b-ptext-block--picleft .b-ptext-block__text {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .b-ptext-block--quote .b-ptext-block__content {
    display: block;
  }

  .b-ptext-block--quote .b-ptext-block__text {
    padding-right: 0;
  }

  .b-ptext-block--quote .b-ptext-block__quote {
    max-width: 100%;
  }

  .b-ptext-block--flex .b-ptext-block__in {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-ptext-block--flex .b-ptext-block__text {
    -ms-flex-order: 2;
        order: 2;
    padding-right: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

  .b-ptext-block--flex .b-ptext-block__pic {
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: -60px;
    margin-right: -60px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    text-align: center;
  }

  .b-statistics-block {
    background-color: #f3f3f3;
    padding: 40px 0 10px;
    margin-bottom: 20px;
  }

  .b-statistics-block__in {
    display: block;
  }

  .b-statistics-block__title {
    padding: 0;
    margin-bottom: 15px;
    max-width: 200px;
  }

  .b-statistics-block__title:before {
    display: none;
  }

  .b-statistics-block__content {
    display: block;
    padding: 0;
  }

  .b-statistics-block__content-text {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .site-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .app__wrapper {
    padding-top: 100px;
    background: #fff;
  }

  .b-img {
    display: none;
  }

  .b-imgmob {
    display: block;
    text-align: right;
    position: absolute;
    top: 92px;
    left: -228px;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    background: url("../img/top-bg.svg") 92px -90px no-repeat;
    background-size: cover;
    height: 217px;
    transition: 0.5s;
  }

  .b-imgmob {
    height: 350px;
  }

  .app-header {
    z-index: 999;
  }

  .app-header__inner {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .app-header__content {
    padding: 20px;
    -ms-flex-align: center;
        align-items: center;
  }

  .app-header__logo img {
    width: 46px;
    height: 48px;
  }

  .app-header__menuBut {
    background: url("../img/burgerGray.svg") 0 0 no-repeat;
  }

  .mobile-header--not-top {
    background: #fff;
    transition: 0.5s;
  }

  .mobile-header--not-top .app-header__content {
    padding: 8px 20px;
  }

  .b-edit-infoblock__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .b-edit-infoblock__item:nth-child(2) .b-edit-infoblock__img {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .b-edit-infoblock__img {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 1;
        order: 1;
  }

  .b-edit-infoblock__img img {
    height: 250px;
    width: 200px;
    -ms-flex: 0 0 200px;
        flex: 0 0 200px;
  }

  .b-edit-infoblock__img-title {
    margin-top: 0;
    margin-left: 20px;
  }

  .b-edit-infoblock__img {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .b-edit-infoblock__anonce {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .b-edit-infoblock__anonce-title {
    font-size: 30px;
  }

  .b-edit-infoblock__anonce-text {
    font-size: 16px;
  }

  .b-leadership-block__img {
    padding-top: 20px;
  }

  .b-slider-content__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .b-slider-content__slider-item-title {
    padding-right: 22px;
    margin-right: 0;
  }

  .b-slider-content__slider-item-img img {
    height: 351px;
    width: 100%;
  }

  .b-slider-content__pagingInfo {
    right: auto;
    bottom: auto;
    top: 16px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 4px 8px;
  }

  .b-slider-content__arrows {
    bottom: auto;
    top: 0;
    right: 0;
  }

  .b-slider-content .slick-prev.slick-arrow {
    width: 72px;
    height: 72px;
  }

  .b-slider-content .slick-next.slick-arrow {
    width: 72px;
    height: 72px;
  }
}

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

  body.app--miracle .b-imgmob {
    height: 417px;
    margin-left: 0;
    left: 0;
    right: 0;
  }

  .b-miracle {
    margin-top: 0;
    color: #fff;
  }

  .b-miracle__intro {
    height: 417px;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-miracle__intro-text {
    display: none;
  }

  .b-miracle__intro-mobile {
    display: block;
  }

  .b-miracle__skew--sk1 {
    height: 90vw;
  }

  .b-miracle__skew--sk1:before {
    display: none;
  }

  .b-miracle__skew--sk1 .b-miracle__skew-bg {
    background: url("../img/skew-rectangle-2-mobile2.png") center center no-repeat;
    background-size: auto;
  }

  .b-miracle__skew-item:first-child {
    padding-top: 180px;
    position: absolute;
    padding: 0;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%);
  }

  .b-miracle__skew-item:last-child {
    display: none;
  }

  .b-miracle__skew--sk2 {
    height: 90vw;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-bg {
    background: url("../img/skew-rectangle-3-mobile2.png") center center no-repeat;
    background-size: auto;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:first-child {
    padding-top: 180px;
    position: absolute;
    padding: 0;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%);
  }

  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child {
    display: none;
  }

  .b-miracle__content {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 82px;
  }

  .b-miracle__header {
    font-size: 24px;
    line-height: 28px;
  }

  .b-miracle__container--text2 {
    margin-bottom: -20px;
  }

  .b-miracle__container--text2 .b-miracle__content {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b-miracle__container--text2 .b-miracle__image {
    width: 100%;
    max-width: 100%;
    text-align: center;
    -ms-flex-order: 1;
        order: 1;
  }

  .b-miracle__container--text2 .b-miracle__image img {
    height: 413px;
    width: auto;
  }

  .b-miracle__container--text2 .b-miracle__text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 87px;
  }

  .b-miracle__container--text2 .b-miracle__text ul li:before {
    display: none;
  }

  .b-ou-interview__container {
    display: block;
  }

  .b-ou-interview__image {
    margin-left: -20px;
    margin-right: -20px;
    background: url("../img/ivei-ou-pic-mobile.png") center center no-repeat;
  }

  .b-ou-interview__image1 {
    margin-left: -20px;
    margin-right: -20px;
    background: url("../img/interview1_mobile.png") center center no-repeat;
  }

  .b-ou-interview__image img {
    opacity: 0;
    padding-bottom: 10px;
  }
  .b-ou-interview__image1 img {
    opacity: 0;
    padding-bottom: 10px;
  }

  .b-ou-interview__body {
    padding-top: 0;
    margin-top: -137px;
    height: 500px;
  }

  .b-ou-interview__body-in {
    margin: 0 0 0 -100px;
    height: 620px;
    background-size: auto 100%;
  }

  .b-ou-interview__header {
    font-size: 24px;
    line-height: 28px;
  }

  .b-ou-interview__text {
    font-size: 14px;
    line-height: 20px;
  }

  .b-ou-interview__link {
    margin-top: 20px;
  }

  .b-partners {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .b-partners__items {
    display: block;
    margin-left: 0;
  }

  .b-partners__item {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .b-partners__item:nth-child(2n) {
    padding-top: 0;
  }

  .b-partners__body {
    width: 100%;
  }

  .b-partners__header {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .b-miracle__container--text2 .b-miracle__image img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 766px) {
  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3,
  font-size 30px {
    font-size: 20px;
  }

  h4,
  .h4,
  font-size 26px {
    font-size: 18px;
  }

  h5,
  .h5,
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 765px) {
  .business-block {
    margin-bottom: 10px;
  }

  .business-block__section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-block__items {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .business-block__item {
    margin-bottom: 30px;
  }

  .business-block1 {
    margin-top: 250px;
  }

  .business-block1__section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-block1__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .business-block1__col--left {
    margin-bottom: 10px;
  }

  .business-block1__col--left img {
    width: 280px;
    height: 61px;
  }

  .business-block1__col--right {
    margin-left: 0;
  }

  .business-block1__col--right br {
    display: none;
    -ms-flex-order: 2;
        order: 2;
  }

  .business-block1__list {
    -ms-flex-direction: column;
        flex-direction: column;
    background: none;
    padding-bottom: 15px;
  }

  .business-block1__item {
    padding-left: 30px;
  }

  .business-block1__item br {
    display: none;
  }

  .business-block1__item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .business-block1__item:last-child:before {
    top: -3px;
  }

  .business-block1__last {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .business-block1__last:after {
    margin-top: 15px;
    position: relative;
    right: auto;
    top: auto;
    display: block;
    width: 300px;
    height: 182px;
    margin-bottom: 20px;
    background-size: cover;
  }

  .business-block1__note {
    display: none;
  }

  .business-block2 {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .business-block2__section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 180px;
  }

  .business-block2__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
  }

  .business-block2__items {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .business-block2__item--left {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 70px;
  }

  .business-block2__item--right {
    padding-left: 0;
    -ms-flex-order: -2;
        order: -2;
  }

  .business-block2__edit {
    max-width: 100%;
    padding: 0;
    background: none;
  }

  .business-block2__note1 br {
    display: none;
  }

  .business-block2__note2 br {
    display: none;
  }

  .business-block2__link {
    margin-top: 12px;
    max-width: 100%;
    width: 100%;
    height: 116px;
    margin: 0 auto;
    position: relative;
    background: none;
    margin-top: 15px;
  }

  .business-block2__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    bottom: 0;
    background: url("../img/mob-link.svg") center center no-repeat;
    background-size: 100% auto;
    z-index: -1;
  }

  .business-block2__link:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 16px;
    background: url("../img/mob-link-arrow.svg") 100% center no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .business-block3__section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-block3__list {
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .business-block3__items {
    width: 780px;
  }

  .business-block4__section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-block4__list {
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .business-block4__items {
    width: 780px;
  }

  .business-edit__section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-edit__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .business-edit__item--left:before {
    top: 254px;
  }

  .business-edit__item--right .business-edit__note {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .business-edit__item--right .business-edit__title {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
  }

  .business-edit__item--right .business-edit__pic {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
    -ms-flex-order: -2;
        order: -2;
  }

  .business-edit__pic {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .business-list__section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-list__pic {
    padding-right: 18px;
    min-width: 0;
  }

  .business-list__pic img {
    width: 92px;
    min-width: 92px;
    height: 92px;
  }

  .business-list__pic:before {
    display: none;
  }

  .business-list__body {
    padding-left: 0;
    -ms-flex: 1 1;
        flex: 1 1;
  }

  .business-list__items:before {
    display: none;
  }

  .business-list__item {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .business-projects__section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-projects__item {
    width: 42%;
  }
}

@media only screen and (max-width: 630px) {
  .b-miracle__skew--sk1 {
    height: 528px;
  }

  .b-miracle__skew--sk1 .b-miracle__skew-bg {
    background-size: auto 100%;
  }

  .b-miracle__skew--sk2 {
    height: 528px;
  }

  .b-miracle__skew--sk2 .b-miracle__skew-bg {
    background-size: auto 100%;
  }

  .b-miracle__content {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .b-imgmob {
    background: url("../img/top-bg.svg") -19px -182px no-repeat;
  }
}

@media (max-width: 540px) {
  .b-edit-infoblock__item {
    margin-bottom: 40px;
  }

  .b-edit-infoblock__item:nth-child(2) .b-edit-infoblock__img {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .b-edit-infoblock__img {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .b-edit-infoblock__img img {
    height: auto;
    width: 320px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

  .b-edit-infoblock__img-title {
    margin-left: 0;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .b-edit-infoblock__anonce-title {
    font-size: 24px;
    line-height: 28px;
  }

  .b-edit-infoblock__anonce-text {
    line-height: 24px;
  }
}

@media (max-width: 530px) {
  .app-header .mobileMenu {
    padding: 20px;
  }

  .app-header__closeBut {
    right: 15px;
    top: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .b-ou-interview__image {
    height: 485px;
    background-size: auto 100%;
  }
  .b-ou-interview__image1 {
    height: 485px;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 320px) {
  body.app--miracle .b-imgmob:after {
    background: url("../img/miracle-bg-mobile2.png") center 0 no-repeat;
  }
}
@media only screen and (max-width: 990px){
  .b-ou-interview__body-in {
    margin-left: 0px;
    margin-top: 0px;
}
.b-miracle__container--text2{
  margin-top: 75px;
}
}
@media only screen and (max-width: 720px){
  @media only screen and (min-width: 400px){
    .b-ou-interview{
      margin-top: 310px!important;
    }
  }
}
@media only screen and (max-width: 420px){
  .b-ou-interview{
    margin-top: 50px!important;
  }
  .ou-mob{
    display: none;
  }
  .b-ou-interview__body-text{
    padding-left: 50px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 375px){
  .b-ou-interview{
    margin-top: 50px!important;
  }
  .ou-mob{
    display: none;
  }
  .b-ou-interview__body-text{
    padding-left: 30px;
    padding-right: 95px;
  }
}

@media (max-width: 906px){
  .b-leadership-block__img img {
    max-width: 100%;
    margin-left: 0;
}
.rank__text{
  padding-left: 15%;
}
}
.b-leadership-block__img img.rank__bg{
  margin-left: 0px;
}
@media (max-width: 1200px){
.rank__text{
  margin-top: 15px;
  font-size: 15px;
}
}
@media (max-width: 900px){
  .rank__text{
    margin-top: 0px;
  }
  }
@media (max-width: 480px){
  .rank{
    margin-bottom: 67px;
  }
  .rank__text{
    font-size: 13px;
  }
}

.app-header__menu{
  max-width: 65%;
}

.app-header__menu-ul{
  flex-wrap: wrap;
}
.app-header__menu ul li{
  margin-bottom: 10px;
}
@media (min-width: 1570px){
  @media (max-width: 1660px){
    .b-miracle__skew-item:last-child{
      margin-left: 15vw;
    }
  }
}
@media (min-width: 1660px){
  @media (max-width: 1800px){
    .b-miracle__skew-item:last-child{
      margin-left: 10vw;
    }
  }
}
@media (min-width: 1800px){
  .b-miracle__skew-item:last-child{
    margin-left: 10vw;
  }
  .b-miracle__skew-item:last-child{
    padding-top: 17.5vw;
  }
  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child{
    padding-top: 16.5vw;
  }
}
@media (min-width: 1920px){
  .b-miracle__skew-item:first-child{
    padding-top: 9.5vw;
  }
  .b-miracle__skew-item:last-child{
    padding-top: 14.5vw;
  }
  .b-miracle__skew--sk2 .b-miracle__skew-item:last-child{
    padding-top: 14.5vw;
  }
  .b-miracle__skew-bg{
    width: 60%;
  }
}