@font-face {
  font-family: "OpenSans";
  src: url("../../fonts/alibaba/OpenSansRegular.eot");
  src: url("../../fonts/alibaba/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/alibaba/OpenSansRegular.woff") format("woff"), url("../../fonts/alibaba/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../../fonts/alibaba/OpenSansSemiBold.eot");
  src: url("../../fonts/alibaba/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/alibaba/OpenSansSemiBold.woff") format("woff"), url("../../fonts/alibaba/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("../../fonts/alibaba/OpenSansLight.eot");
  src: url("../../fonts/alibaba/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/alibaba/OpenSansLight.woff") format("woff"), url("../../fonts/alibaba/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../../fonts/alibaba/HelveticaRegular.eot");
  src: url("../../fonts/alibaba/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/alibaba/HelveticaRegular.woff") format("woff"), url("../../fonts/alibaba/HelveticaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
h6 {
  margin: 0;
  padding: 0;
}
body,
html {
  overflow-x: hidden;
}
.warning p {
  margin: 5px 0 15px 0;
  color: red;
}
.Show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.Hidden {
  display: none !important;
}
.mobile-menu .mobile-show {
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: animateSkewMobileShow;
          animation-name: animateSkewMobileShow;
}
.mobile-menu .mobile-show:nth-child(2) {
  position: relative;
  left: -10%;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: animateSkewMobileShowSecond;
          animation-name: animateSkewMobileShowSecond;
}
.mobile-menu .mobile-show:nth-child(3) {
  position: relative;
  left: -20%;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: animateSkewMobileShowThird;
          animation-name: animateSkewMobileShowThird;
}
@-webkit-keyframes animateSkewMobileShowSecond {
  0% {
    left: 0%;
  }
  100% {
    left: -10%;
  }
}
@keyframes animateSkewMobileShowSecond {
  0% {
    left: 0%;
  }
  100% {
    left: -10%;
  }
}
@-webkit-keyframes animateSkewMobileShowThird {
  0% {
    left: 0%;
  }
  100% {
    left: -20%;
  }
}
@keyframes animateSkewMobileShowThird {
  0% {
    left: 0%;
  }
  100% {
    left: -20%;
  }
}
@-webkit-keyframes animateSkewMobileShow {
  0% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
@keyframes animateSkewMobileShow {
  0% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
.header {
  background: white;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.header__wrapper {
  margin: 0 auto;
  padding: 17px 0;
  width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 13px;
}
.header__navigator {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 56px;
}

.header__drop {
  display: none;
}
.one {
  max-width: 1280px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3153ab), to(#455596));
  background-image: -webkit-linear-gradient(top, #3153ab 0%, #455596 100%);
  background-image: -o-linear-gradient(top, #3153ab 0%, #455596 100%);
  background-image: linear-gradient(180deg, #3153ab 0%, #455596 100%);
  padding-top: 68px;
  margin: 0 auto;
}
.one__wrapper {
  position: relative;
  width: 1238px;
  margin: 0 auto;
  padding: 58px 0 55px 0;
  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;
}
.one__wrapper_padding_top-bottom {
  padding: 107px 0 100px 0;
}
.one__left {
  max-width: 481px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 33px;
  padding-left: 75px;
}
.one__left a {
  text-decoration: none;
  font-family: Helvetica;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #e62632;
  padding: 16px 45px 16px 45px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: white;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.one__left a:active,
.one__left a:focus {
  outline: none;
}
.one__left a:hover {
  background-color: #ca1920;
}
.one__title {
  font-size: 32px;
  color: white;
  text-align: left;
  line-height: 46px;
  margin-bottom: 103px;
}
.one__title_color_black {
  color: black;
  max-width: 100%;
  line-height: 44px;
  margin-bottom: 14px;
}
.one__title_amazon {
  max-width: 350px;
}
.one__sub-title {
  font-family: Helvetica;
  font-size: 15px;
  line-height: 22px;
  color: white;
  margin-bottom: 36px;
}
.one__sub-title_color_black {
  color: black;
  max-width: 351px;
  margin-bottom: 38px;
}
.one__sub-title_amazon {
  max-width: 420px;
}
.one__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.one__right img {
  position: relative;
  top: -4px;
}
.more__wrapper {
  text-align: center;
  margin: 0 auto;
  background-color: #edf2f9;
  max-width: 1280px;
  height: 364px;
}
.more__wrapper-inner {
  text-align: center;
  width: 1180px;
  margin: 0 auto;
  background-color: white;
  padding-top: 51px;
  padding-bottom: 5px;
  position: relative;
  top: -61px;
}
.more__name {
  font-family: "OpenSansLight";
  font-size: 32px;
  font-weight: 300;
  color: #042245;
  margin-bottom: 27.5px;
}
.more__fo-name {
  font-family: "Helvetica";
  font-size: 16px;
  color: #3e3f41;
}
.more__block {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 65px;
}
.more .block__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 40px;
  margin-bottom: 57px;
  position: relative;
}
.more .block__content:first-child,
.more .block__content:last-child {
  position: relative;
  top: -12px;
}
.more .block__content_before_after:before {
  content: ' ';
  position: absolute;
  height: 80px;
  width: 1px;
  bottom: -10px;
  left: -1px;
  background-color: #d8d8d8;
}
.more .block__content_before_after:after {
  content: ' ';
  position: absolute;
  height: 80px;
  right: -1px;
  bottom: -10px;
  width: 1px;
  background-color: #d8d8d8;
}
.more .block__text-big {
  color: #00a0e3;
  font-family: "OpenSansLight";
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 26px;
}
.more .block__text-small {
  color: #042245;
  font-family: "OpenSansLight";
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.quection {
  max-width: 1280px;
  margin: 0 auto;
  height: auto;
  -webkit-background-size: cover;
          background-size: cover;
  background-color: black;
  background-image: url('../../img/alibaba/question2.png');
}
.quection_klient_bg {
  background-image: url("../../img/alibaba/keys-bg-q.png");
}
.quection_connect_bg {
  background-image: url("../../img/alibaba/bg-con.png");
}
.quection__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 102px 42px 179px 42px;
}
.quection__wrapper_padding_new {
  padding: 92px 42px 181px 42px;
  height: auto;
}
.quection__name {
  font-family: "OpenSansLight";
  font-size: 52px;
  font-weight: 300;
  color: white;
  margin-bottom: 22px;
}
.quection__name_max_width {
  max-width: 570px;
}
.quection__fo-name {
  font-size: 18px;
  color: white;
  margin-left: 3px;
  width: 380px;
  line-height: 22px;
  font-family: "Helvetica";
}
.quection__fo-name_new_width {
  max-width: 450px;
  width: 100%;
}
.form {
  position: relative;
}
.form__wrapper {
  margin: 0 auto;
  background-color: #edf2f9;
  max-width: 1280px;
  height: 421px;
  position: relative;
  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;
}
.form__wrapper_new_skad {
  padding-top: 220px;
  height: auto;
  position: initial;
}
.form__wrapper-inner {
  width: 1180px;
  position: relative;
  top: -64px;
  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;
}
.form__wrapper-inner_new_bottom {
  bottom: 42px;
}
.form__wrapper-inner_new_top {
  top: -85px;
}
.form__left {
  background-color: white;
  padding: 50px 52px 29px;
  width: 800px;
  height: 385px;
}
.form__right {
  padding: 55px 50px 10px;
  width: 380px;
  height: 385px;
  background-color: #f4f4f4;
}
.form__item {
  margin-bottom: 35px;
}
.form__item:nth-child(3) {
  margin-bottom: 32px;
}
.form__item-1 {
  text-align: left;
  margin-bottom: 26px;
}
.form__item-2 {
  text-align: left;
  margin-bottom: 22px;
}
.form__input {
  max-width: 628px;
  width: 100%;
  padding: 10px 0;
  opacity: 0.4;
  border: 1px solid #9ba7b5;
  border-right: none;
  border-left: none;
  border-top: none;
  font-family: "Helvetica";
  -webkit-box-shadow: white;
          box-shadow: white;
  opacity: 0.8;
  color: #042245;
  font-size: 15px;
  letter-spacing: 0.2px;
  background-color: white;
}
.form__input:active {
  outline: none;
}
.form__input:focus {
  outline: none;
}
.form__input::-webkit-input-placeholder {
  font-family: "Helvetica";
  font-size: 15px;
  opacity: 0.8;
  letter-spacing: 0.2px;
  color: #042245;
}
.form__input::-moz-placeholder {
  font-family: "Helvetica";
  font-size: 15px;
  opacity: 0.8;
  letter-spacing: 0.2px;
  color: #042245;
}
.form__input:-ms-input-placeholder {
  font-family: "Helvetica";
  font-size: 15px;
  opacity: 0.8;
  letter-spacing: 0.2px;
  color: #042245;
}
.form__input::-ms-input-placeholder {
  font-family: "Helvetica";
  font-size: 15px;
  opacity: 0.8;
  letter-spacing: 0.2px;
  color: #042245;
}
.form__input::placeholder {
  font-family: "Helvetica";
  font-size: 15px;
  opacity: 0.8;
  letter-spacing: 0.2px;
  color: #042245;
}
.form input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.form input[type="checkbox"] + label {
  position: relative;
  padding: 0 0 0 29px;
  bottom: 2px;
  z-index: 22;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.form input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -1px;
  width: 9px;
  height: 9px;
  background: transparent;
  border: 2px solid #bbc8dd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.form input[type="checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 12px;
  color: #3e3f41;
  text-align: center;
  line-height: 7px;
  background: transparent;
}
.form__info {
  color: #3a557f;
}
.form__button {
  background-color: #e62632;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  max-width: 200px;
  width: 100%;
  color: white;
  border: none;
  padding: 12px;
  font-size: 14px;
  font-family: "OpenSans";
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form__button:active,
.form__button:focus {
  outline: none;
}
.form__button:hover {
  background-color: #ca1920;
}
.form__button[disabled] {
  opacity: 0.5;
}
.form__text {
  color: #3e3f41;
  font-family: Helvetica;
  font-size: 16px;
  margin-bottom: 24px;
}
.form__text-middle {
  color: #3e3f41;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 27px;
}
.form__text-bottom {
  opacity: 0.5;
  color: #042245;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 18px;
  margin-top: 40px;
}
.form__link {
  color: #5199eb;
  text-decoration: none;
}
.four {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  background: url("../../img/alibaba/four-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
}
.four__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 81px 0 141px 46px;
  height: 360px;
}
.four__title {
  font-family: "OpenSansLight";
  color: white;
  font-size: 52px;
  text-align: left;
  line-height: 69px;
}
.info {
  background: #edf2f9;
  max-width: 1280px;
  margin: 0 auto;
  height: 273px;
}
.info__wrapper {
  background: white;
  width: 1180px;
  margin: 0 auto;
  position: relative;
  top: -46px;
}
.info__wrapper_padding_amazon {
  padding-bottom: 39px;
}
.info__title {
  font-size: 20px;
  text-align: center;
  color: #042245;
  max-width: 569px;
  margin: 0 auto;
  margin-bottom: 22px;
  line-height: 25px;
}
.info__blocks_padding_left-right {
  padding: 0 47px;
}
.info__blocks .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.info__blocks .block__item {
  padding: 43px 18px 27px 18px;
  width: 33.33333333%;
  border: 1px solid #edf2f9;
}
.info__blocks .block__item_new_width {
  width: 33.33333333%;
}
.info__blocks .block__content {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
.info__blocks .block__content p {
  margin-bottom: 22px;
  margin-top: 12px;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 22px;
  color: #3e3f41;
}
.info__blocks .block__content_weight_bold {
  font-weight: initial;
}
.aliexpress {
  max-width: 1280px;
  margin: 0 auto;
  background: url("../../img/alibaba/aliexpress.png");
  -webkit-background-size: cover;
          background-size: cover;
}
.aliexpress__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 96px 0 212px 0;
}
.aliexpress__title {
  font-family: "OpenSansLight";
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 0.43px;
  color: white;
  padding-left: 44px;
}
.keys {
  background: #edf2f9;
  max-width: 1280px;
  margin: 0 auto;
  height: 960px;
}
.keys__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 41px;
}
.keys__blocks {
  position: relative;
  top: -108px;
  width: 100%;
  background: white;
  padding: 30px 45px 47px 45px;
}
.keys__blocks .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.keys__blocks .block__top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.keys__blocks .block__bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.keys__blocks .block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 21px;
  width: 25%;
}
.keys__blocks .block__top {
  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;
  width: 25%;
  padding-right: 10px;
}
.keys__blocks .block__bottom {
  margin-top: 30px;
  font-size: 14px;
  color: black;
  line-height: 17px;
  width: 25%;
  padding-right: 45px;
  font-weight: bold;
}
.keys__blocks .block__bottom br {
  display: none;
}
.keys__blocks .block__circle {
  min-width: 37px;
  min-height: 37px;
  max-width: 37px;
  background: #042245;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
}
.keys__blocks .block__circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
      -ms-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
  font-size: 24px;
  font-family: "OpenSans";
  letter-spacing: 0.2px;
  line-height: 26px;
  color: white;
}
.keys__blocks .block__arrow {
  max-width: 202px;
  max-height: 18px;
}
.keys__blocks .block__arrow img {
  width: auto;
  height: auto;
}
.keys__title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.58px;
  line-height: 26px;
  color: #516681;
  margin-bottom: 45px;
  font-family: "OpenSans";
  font-weight: 400;
}
.keys__big-title {
  text-align: center;
  font-size: 46px;
  line-height: 73px;
  margin-bottom: 14px;
  margin-top: -57px;
  font-family: "OpenSansLight";
}
.keys__big-title_margin_top {
  margin-top: 0;
}
.keys__sub-title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: Helvetica;
  color: #3e3f41;
  margin-bottom: 15px;
}
.keys__slider {
  position: relative;
  padding-bottom: 77px;
  overflow: hidden;
}
.keys__slider-wrap {
  width: 1130px;
  margin: 0 auto;
}
.keys__slider div.item {
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}
.keys__slider div.item:last-child:after {
  content: '';
  display: block;
  clear: both;
}
.keys .slick-slider .slick-list,
.keys .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.keys .slider {
  display: block;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.keys .slider:focus,
.keys .slider:active {
  outline: none !important;
}
.keys .slider__wrapper {
  background: white;
  display: block;
  height: 400px;
  padding: 37px 37px 84px 37px;
  -webkit-box-shadow: 0 14px 35px rgba(173, 170, 170, 0.25), 0 10px 10px rgba(179, 171, 171, 0.22);
          box-shadow: 0 14px 35px rgba(173, 170, 170, 0.25), 0 10px 10px rgba(179, 171, 171, 0.22);
}
.keys .slider__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.keys .slider__top img {
  margin-right: 23px;
  border-radius: 34px;
}
.keys .slider__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.keys .slider__name p {
  font-size: 20px;
  letter-spacing: 0.71px;
  font-family: "OpenSans";
  font-weight: 700;
  line-height: 23px;
  color: #042245;
}
.keys .slider__name span {
  font-size: 12px;
  line-height: 24px;
  font-family: Helvetica;
  color: #3e3f41;
  letter-spacing: 0.2px;
}
.keys .slider__bottom {
  color: #000000;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 14px;
}
.keys .slick-slide {
  margin: 0 21px;
}
.keys .slick-slide:focus,
.keys .slick-slide:active {
  outline: none !important;
}
.keys .slick-dots {
  bottom: -4px;
  left: 4px;
  margin-bottom: 32px;
}
.keys .slick-dots li {
  margin: 0 6px;
}
.keys .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #042245;
  background: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 1;
}
.keys .slick-dots li.slick-active button:before {
  width: 14px;
  height: 14px;
  border: none;
  background: #042245;
}
.keys .slick-dotted.slick-slider {
  margin-bottom: 38px;
}
.keys__number {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: -28px;
}
.keys__number p {
  font-size: 11px;
  color: #636363;
  margin-bottom: 1px;
  font-family: "Helvetica";
  letter-spacing: 0.5px;
}
.keys__number a {
  text-decoration: none;
  font-size: 23px;
  letter-spacing: 0.2px;
  color: #636363;
}
.keys__timeline {
  background: white;
  width: 100%;
  padding: 51px 190px 95px 190px;
  position: relative;
  top: -58px;
}
.keys__timeline .timeline__container {
  position: relative;
}
.keys__timeline .timeline__container::before {
  content: "";
  height: 516px;
  border-right: 2px solid #eef9fd;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.keys__timeline .timeline__item {
  position: relative;
}
.keys__timeline .timeline__item .timeline__content::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  width: 29px;
  height: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../img/alibaba/right-row.png");
}
.keys__timeline .timeline__item_2 {
  margin-top: -27px;
}
.keys__timeline .timeline__item_right {
  margin-top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.keys__timeline .timeline__item_right .timeline__content::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 24px;
  height: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../img/alibaba/left-row.png");
}
.keys__timeline .timeline__title {
  color: black;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-family: Helvetica;
  max-width: 328px;
  margin: 0 auto;
  margin-bottom: 65px;
}
.keys__timeline .timeline__content {
  width: 310px;
  height: 140px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  border: 1px solid #2aaee6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.keys__timeline .timeline__text {
  max-width: 236px;
  text-align: center;
}
.keys__timeline .timeline__icon {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.klient__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 103px 0 17px 0;
}
.klient__wrapper_padding_top {
  padding-top: 20px;
}
.klient__title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  text-align: center;
  max-width: 664px;
  margin-top: 22px;
}
.klient__title {
  font-size: 46px;
  color: black;
  line-height: 73px;
  font-family: "OpenSansLight";
  margin-bottom: -9px;
}
.klient__sub-title {
  padding-top: 20px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.26px;
  font-family: "OpenSansLight";
  line-height: 20px;
  max-width: 571px;
  margin: 0 auto;
}
.klient__blocks {
  padding: 23px 0 46px;
}
.klient__blocks .block {
  width: 100%;
  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;
}
.klient__blocks .block__item {
  max-width: 334px;
  width: 100%;
  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;
}
.klient__blocks .block__item:nth-child(2) {
  margin: 0 40px;
}
.klient__blocks .block__item img {
  margin-bottom: 14px;
}
.klient__blocks .block__title {
  font-family: "OpenSans";
  font-size: 20px;
  color: #404040;
  text-align: left;
  line-height: 29px;
  font-weight: bold;
  letter-spacing: 0.29px;
}
.klient__blocks .block__name-category {
  color: #a6a6a6;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 4px;
  font-family: Helvetica;
}
.klient__blocks .block__sub-title {
  max-width: 296px;
  font-size: 13px;
  color: #807f80;
  font-family: Helvetica;
  margin-bottom: 18px;
}
.klient__blocks .block__link a {
  text-decoration: none;
  font-size: 12px;
  color: #0285ba;
  font-family: Helvetica;
}
.klient__blocks_padding_top {
  padding: 26px 0 45px 0;
}
.two-block {
  padding-top: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #e9eef6;
}
.two-block__left {
  background: #e9eef6;
  width: 27.9%;
}
.two-block__right {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-height: 445px;
  position: relative;
}
.two-block__right img {
  height: 100%;
}
.two-block__right .left-block {
  margin-right: 17px;
  text-align: left;
  position: relative;
}
.two-block__right .left-block__text {
  font-size: 18px;
  color: black;
  font-weight: bold;
  line-height: 16px;
  position: absolute;
  top: 12px;
  left: 20px;
  line-height: 22px;
}
.two-block__right .right-block {
  text-align: left;
  position: relative;
}
.two-block__right .right-block__text {
  font-size: 19px;
  color: black;
  font-weight: bold;
  line-height: 16px;
  position: absolute;
  top: 16px;
  left: 21px;
  line-height: 22px;
}
.two-block__right_new_height {
  max-height: 500px;
}
.two-block__right_new_height img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*
        max-height: 400px !important;*/
}
.two-block__blocks {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.two-block__show {
  max-width: 499px;
  -webkit-box-shadow: -10px 5px 41px 1px #c5cbd7;
          box-shadow: -10px 5px 41px 1px #c5cbd7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
  padding: 30px 68px 37px 39px;
  position: absolute;
  top: 153px;
  left: -255px;
}
.two-block__show-title {
  font-size: 32px;
  line-height: 42px;
  color: black;
  font-family: "OpenSansLight";
  margin-bottom: 8px;
}
.two-block__show-sub-title {
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  font-family: "Helvetica";
  margin-bottom: 7px;
}
.two-block__show-button button {
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #e62632;
  padding: 12px 30px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.two-block__show-button button:hover {
  cursor: pointer;
  background-color: #ca1920;
}
.history-bg {
  background-image: url("../../img/alibaba/history1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.history-bg__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 83px 0 194px 41px;
}
.history-bg__title {
  font-size: 52px;
  color: white;
  line-height: 82px;
}
.block-text {
  background: #edf2f9;
}
.block-text__text {
  position: relative;
  bottom: 117px;
  background: white;
  padding: 44px 47px 0px 47px;
}
.block-text__wrapper {
  width: 1180px;
  margin: 0 auto;
  margin-bottom: -13px;
  background: white;
}
.block-text__wrapper_margin_bottom {
  margin-bottom: -25px;
}
.block-text__wrapper .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-text__wrapper .text__left,
.block-text__wrapper .text__right {
  width: 50%;
  font-size: 16px;
  color: black;
  text-align: left;
  font-family: OpenSansLight;
  font-weight: bold;
  line-height: 19px;
}
.block-text__wrapper .text__left p,
.block-text__wrapper .text__right p {
  margin-top: 23px;
}
.block-text__wrapper .text__left {
  padding-right: 56px;
  border-right: 1px solid #edf2f9;
}
.block-text__wrapper .text__right {
  padding-left: 56px;
}
.bisnes-title {
  background-image: url("../../img/alibaba/bis1.jpg");
  -webkit-background-size: cover;
          background-size: cover;
}
.bisnes-title__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 63px 0 214px 52px;
}
.bisnes-title__wrapper_padding_top-bottom {
  padding: 52px 0 185px 52px;
}
.bisnes-title__title {
  font-size: 32px;
  line-height: 41px;
  color: white;
  text-align: left;
  letter-spacing: 0.27px;
  max-width: 484px;
}
.quote {
  background: #edf2f9;
}
.quote__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 43px;
}
.quote__wrapper_padding_bottom {
  padding-bottom: 104px;
}
.quote__block {
  background: white;
  padding: 34px 168px 31px 178px;
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -141px;
}
.quote__block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.quote__block-left img {
  margin-bottom: 31px;
}
.quote__block_padding_left {
  padding-left: 130px;
}
.quote__block-right {
  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-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.quote__name {
  font-size: 20px;
  font-family: "OpenSans";
  color: #042245;
  font-weight: 700;
  letter-spacing: 0.29px;
  margin-bottom: 5px;
}
.quote__doln {
  font-family: "OpenSans";
  font-weight: 700;
  font-size: 14px;
  color: #464749;
  letter-spacing: 0.29px;
}
.quote__text {
  font-size: 32px;
  line-height: 46px;
  text-align: left;
  max-width: 412px;
  letter-spacing: 0.92px;
  color: #003279;
  font-family: "OpenSans";
  position: relative;
}
.quote__text::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../../img/alibaba/cit.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: -70px;
}
.quote__text::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../../img/alibaba/cit2.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4px;
  right: -50px;
}
.quote__title {
  margin-bottom: 43px;
  padding-left: 46px;
  margin-top: -62px;
}
.quote__title h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #04367c;
  max-width: 433px;
}
.quote__title_padding_left {
  padding-left: 0;
}
.quote__title_max_width {
  max-width: 250px;
}
.quote__blocks-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 46px;
  margin-bottom: 31px;
}
.quote__blocks-text-item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.quote__blocks-text-item:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.quote__blocks-text-item_content_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.quote__blocks-text-item_content_start:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 35px;
}
.quote__blocks-text-wrapper {
  font-size: 16px;
  line-height: 18px;
  color: black;
  font-weight: bold;
  letter-spacing: 0.46px;
  text-align: left;
  max-width: 486px;
}
.quote__blocks-text-wrapper p {
  margin-top: 20px;
}
.quote__author {
  padding-right: 81px;
  text-align: right;
}
.quote__author p {
  font-size: 20px;
  letter-spacing: 0.58px;
  color: #516681;
}
.quote__author span {
  font-size: 12px;
  letter-spacing: 0.58px;
  color: #516681;
}
.partner_border_top {
  border-top: 1px solid #edf2f9;
}
.partner__wrapper {
  width: 1089px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.partner__block {
  width: 33.33333333%;
  padding: 53px 19px 50px 17px;
}
.partner__block:nth-child(2) {
  border: 1px solid #edf2f9;
  border-top: none;
  border-bottom: none;
}
.partner__block_padding_top-bottom {
  padding: 41px 19px 50px 17px;
}
.partner__block_border_left {
  border-left: 1px solid #edf2f9;
}
.partner__block_border_right {
  border: 1px solid #edf2f9;
}
.partner__block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.partner__block-wrapper_text_center {
  text-align: center;
}
.partner__number {
  font-size: 40px;
  font-family: "OpenSansLight";
  color: #00a0e3;
  line-height: 56px;
  margin-bottom: 15px;
}
.partner__text {
  font-size: 18px;
  color: #042245;
  font-family: "OpenSansLight";
}
.partner__text_line_height {
  line-height: 24px;
}
.partner__text_max_width {
  text-align: center;
  max-width: 235px;
  font-weight: bold;
}
.zeitun-two {
  background-image: url("../../img/alibaba/zeitun-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
}
.amazon-ocenka {
  background-image: url("../../img/alibaba/ocenka.png");
  -webkit-background-size: cover;
          background-size: cover;
}
.amazon-ocenka__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 29px 0 258px 46px;
}
.amazon-ocenka__title {
  font-size: 32px;
  text-align: left;
  color: white;
  line-height: 71px;
  font-weight: 300;
}
.exit-amazon {
  background-image: url("../../img/alibaba/exit-amazon.png");
  -webkit-background-size: cover;
          background-size: cover;
}
.exit-amazon__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 40px 0 57px 42px;
}
.exit-amazon__title {
  font-size: 52px;
  color: white;
  line-height: 142px;
  letter-spacing: 0.27px;
}
.maximum {
  background-image: url("../../img/alibaba/maximum.png");
}
.maximum__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 119px 0 117px 46px;
}
.maximum__title {
  font-size: 52px;
  text-align: left;
  font-weight: 300;
  line-height: 63px;
  max-width: 660px;
  color: white;
}
.price {
  background-image: url("../../img/alibaba/price-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
}
.price__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 29px 0 48px 45px;
}
.price__title {
  font-size: 23px;
  letter-spacing: 0.19px;
  font-weight: 300;
  color: white;
  text-align: left;
  line-height: 60px;
}
.price__sub-title {
  font-size: 15px;
  color: white;
  font-weight: bold;
  text-align: left;
  line-height: 22px;
  max-width: 550px;
}
.play-video__wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 66px 0;
  padding-bottom: 73px;
}
.play-video__title {
  font-size: 32px;
  text-align: center;
  color: #333333;
  font-family: Helvetica;
  line-height: 35px;
  margin-bottom: 30px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.play-video__content {
  position: relative;
  text-align: center;
}
.play-video__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.play-video__img img:hover {
  cursor: pointer;
}
.slider-section {
  overflow: hidden;
  position: relative;
}
.slider-section .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider-section .owl-nav {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
}
.slider-section .owl-nav button.owl-next {
  margin-right: 25px;
  border: none;
  float: right;
  width: 44px;
  height: 44px;
  background: white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.slider-section .owl-nav button.owl-next:active,
.slider-section .owl-nav button.owl-next:focus {
  outline: none;
}
.slider-section .owl-nav button.owl-next span {
  display: none;
}
.slider-section .owl-nav button.owl-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  background-image: url("../../img/alibaba/right.png");
}
.slider-section .owl-nav button.owl-prev {
  margin-left: 25px;
  border: none;
  width: 44px;
  height: 44px;
  background: white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.slider-section .owl-nav button.owl-prev:active,
.slider-section .owl-nav button.owl-prev:focus {
  outline: none;
}
.slider-section .owl-nav button.owl-prev span {
  display: none;
}
.slider-section .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  background-image: url("../../img/alibaba/left.png");
}
.slider-section .owl-dots {
  display: none;
}
.footer {
  background-color: #162a73;
  overflow: hidden;
}
.footer__wrapper {
  width: 1180px;
  margin: 0 auto;
  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;
  padding: 48px 10px;
  padding-right: 0;
}
.footer__wrapper_padding_top {
  padding-top: 49px;
}
.footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 98px;
}
.footer__item-right {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 52px;
}
.footer__text {
  color: #ffffff;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.7px;
  max-width: 511px;
}
.footer__text br {
  display: none;
}
.footer__text_line_height {
  max-width: 512px;
  line-height: 23px;
  letter-spacing: 0.2px;
}
.footer__text-info {
  color: white;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.7px;
  opacity: 0.5;
  margin-left: -11px;
}
.footer__text-info_display {
  display: none;
}
.footer__text-phone {
  text-align: right;
  font-family: "OpenSansLight";
  font-size: 32px;
  margin-top: -1px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.64px;
}
.footer .footer__text-phone-bottom {
  opacity: 0.5;
  color: white;
  font-family: "OpenSansSemiBold";
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 7px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
.footer__version {
  color: white;
  font-size: 14px;
  letter-spacing: 0.7px;
  display: none;
  position: relative;
}
.footer__version:before {
  content: ' ';
  position: absolute;
  background: url('../../img/alibaba/shape.svg') no-repeat center center;
  height: 15px;
  width: 18px;
  left: -30px;
}
.footer__version_display_true {
  display: none;
}
.alibaba__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  height: 360px;
  background-image: url('../../img/alibaba/alibaba.png');
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 81px 50px 20px 96px;
  line-height: 69px;
}
.alibaba__title {
  font-family: "OpenSansLight";
  color: #ffffff;
  font-size: 52px;
}
.graph__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #edf2f9;
  min-height: 868px;
  margin-bottom: 50px;
  position: relative;
}
.graph__title {
  width: 100%;
  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;
}
.graph__title h4 {
  text-align: center;
  color: #042245;
  font-size: 32px;
  padding-top: 63px;
  padding-bottom: 151px;
  line-height: 43px;
  position: relative;
  left: 8px;
}
.graph__block {
  width: 100%;
  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;
  margin-bottom: 162px;
}
.graph__block img {
  width: 626px;
  height: 288px;
  position: relative;
  left: 11px;
}
.graph__buyers {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.graph__buyers h6 {
  color: #3e3f41;
  font-family: "Helvetica";
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.graph__item {
  position: absolute;
}
.graph__item p {
  color: #3e3f41;
  font-family: "Helvetica";
  font-size: 16px;
  text-align: center;
}
.graph__item span {
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.graph__item:nth-child(1) {
  top: 28.2%;
  left: 47.2%;
}
.graph__item:nth-child(1) span {
  background-image: url('../../img/alibaba/graph-1.svg');
  width: 216px;
  height: 72px;
}
.graph__item:nth-child(1) p {
  position: absolute;
  top: -36%;
  left: 11%;
  white-space: nowrap;
}
.graph__item:nth-child(2) {
  top: 33.5%;
  left: 63%;
}
.graph__item:nth-child(2) span {
  background-image: url('../../img/alibaba/graph-2.svg');
  width: 303px;
  height: 51px;
}
.graph__item:nth-child(2) p {
  position: absolute;
  top: -48%;
  left: 56%;
}
.graph__item:nth-child(3) {
  top: 49.9%;
  left: 70.5%;
}
.graph__item:nth-child(3) span {
  background-image: url('../../img/alibaba/graph-3.svg');
  width: 308px;
  height: 21px;
}
.graph__item:nth-child(3) p {
  position: absolute;
  top: -20%;
  left: 54%;
  white-space: nowrap;
}
.graph__item:nth-child(3) p br {
  display: none;
}
.graph__item:nth-child(4) {
  top: 57%;
  left: 62%;
}
.graph__item:nth-child(4) span {
  background-image: url('../../img/alibaba/graph-4.svg');
  width: 424px;
  height: 108px;
}
.graph__item:nth-child(4) p {
  position: absolute;
  top: 60%;
  left: 51%;
  white-space: nowrap;
}
.graph__item:nth-child(4) p br:first-child {
  display: none;
}
.graph__item:nth-child(5) {
  top: 59.2%;
  left: 50.3%;
}
.graph__item:nth-child(5) span {
  background-image: url('../../img/alibaba/graph-5.svg');
  width: 335px;
  height: 167px;
}
.graph__item:nth-child(5) p {
  position: absolute;
  top: 86%;
  left: 49%;
}
.graph__item:nth-child(6) {
  top: 57.5%;
  left: 11.1%;
}
.graph__item:nth-child(6) span {
  background-image: url('../../img/alibaba/graph-6.svg');
  width: 359px;
  height: 134px;
}
.graph__item:nth-child(6) p {
  position: absolute;
  top: 82%;
  left: 14%;
}
.graph__item:nth-child(7) {
  top: 51.7%;
  left: 5.8%;
}
.graph__item:nth-child(7) span {
  background-image: url('../../img/alibaba/graph-7.svg');
  width: 319px;
  height: 36px;
}
.graph__item:nth-child(7) p {
  position: absolute;
  top: 29%;
  left: 5%;
}
.graph__item:nth-child(7) p br {
  display: none;
}
.graph__item:nth-child(8) {
  top: 42.4%;
  left: 10.5%;
}
.graph__item:nth-child(8) span {
  background-image: url('../../img/alibaba/graph-8.svg');
  width: 244px;
  height: 22px;
}
.graph__item:nth-child(8) p {
  position: absolute;
  top: -99%;
  left: 23%;
}
.graph__item:nth-child(9) {
  top: 34.8%;
  left: 11.6%;
}
.graph__item:nth-child(9) span {
  background-image: url('../../img/alibaba/graph-9.svg');
  width: 319px;
  height: 39px;
}
.graph__item:nth-child(9) p {
  position: absolute;
  top: -62%;
  left: 7%;
}
.graph__item:nth-child(10) {
  top: 28%;
  left: 23.6%;
}
.graph__item:nth-child(10) span {
  background-image: url('../../img/alibaba/graph-10.svg');
  width: 256px;
  height: 80px;
}
.graph__item:nth-child(10) p {
  position: absolute;
  top: -32%;
  left: 6%;
}
.graph__item:nth-child(10) p br {
  display: none;
}
.graph__countre {
  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;
  width: 197px;
}
@media screen and (max-width: 1199px) {
  .header__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper {
    width: 720px;
    padding: 20px 7px 20px 2px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    width: 100%;
    padding: 16px 8px 16px 23px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  @-webkit-keyframes anToggleList {
    0% {
      opacity: 0;
      height: 0;
    }
    100% {
      height: 210px;
      opacity: 1;
    }
  }
  @keyframes anToggleList {
    0% {
      opacity: 0;
      height: 0;
    }
    100% {
      height: 210px;
      opacity: 1;
    }
  }

  @-webkit-keyframes anToggleListItem {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes anToggleListItem {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header__drop {
    display: block;
    position: absolute;
    right: 0;
  }
  .header__drop .mobile-menu {
    width: 44px;
    height: 30px;
    margin-right: 20px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    background-color: transparent;
  }
  .header__drop .mobile-menu span {
    width: 22px;
    height: 3px;
    margin-bottom: 3px;
    display: inline-block;
    background-color: #00a0e3;
  }
  .header__drop .mobile-menu span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-height: 384px) {

  @-webkit-keyframes anToggleList {
    0% {
      opacity: 0;
      height: 0;
    }
    100% {
      height: 165px;
      opacity: 1;
    }
  }
  @keyframes anToggleList {
    0% {
      opacity: 0;
      height: 0;
    }
    100% {
      height: 165px;
      opacity: 1;
    }
  }
}
@media screen and (max-width: 1199px) {
  .one__wrapper {
    width: 970px;
  }
  .one__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .one {
    padding-top: 70px;
  }
  .one__wrapper {
    width: 100%;
    padding: 0;
    padding-bottom: 18px;
  }
  .one__wrapper_padding_top-bottom {
    padding-top: 63px;
    padding-bottom: 51px;
  }
  .one__wrapper_amazon {
    padding-bottom: 6px;
  }
  .one__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
    max-width: 72%;
  }
  .one__title_color_black {
    font-size: 24px;
    min-width: 309px;
  }
  .one__title_amazon {
    max-width: 230px;
  }
  .one__sub-title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 21px;
  }
  .one__sub-title br {
    display: none;
  }
  .one__left {
    padding-left: 50px;
    padding-top: 34px;
    max-width: 37%;
  }
  .one__left a {
    padding: 11px 32px 11px 32px;
  }
  .one__right {
    max-width: 57%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 29px;
  }
  .one__right img {
    width: 100%;
    position: relative;
    left: -17px;
  }
  .one__button a {
    font-size: 12px;
    padding: 12px 40px 12px 40px;
  }
}
@media screen and (max-width: 767px) {
  .one {
    padding-top: 61px;
  }
  .one__wrapper {
    width: 100%;
    padding: 0px 8px 38px 8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .one__wrapper_padding_top-bottom {
    padding: 62px 8px 50px 8px;
  }
  .one__wrapper_amazon {
    padding-bottom: 21px;
  }
  .one__left {
    max-width: 100%;
    padding-left: 13px;
    padding-top: 1px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .one__left_new_width {
    padding-left: 11px;
    padding-top: 52px;
  }
  .one__right {
    max-width: 100%;
    width: 100%;
    padding-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .one__right img {
    position: static;
  }
  .one__title {
    max-width: 70%;
    font-size: 24px;
    padding-right: 30px;
    line-height: 41px;
    margin-bottom: 2px;
    letter-spacing: 0.04em;
  }
  .one__title_color_black {
    margin-bottom: 46px;
    line-height: 27px;
  }
  .one__sub-title {
    font-size: 13px;
    margin-bottom: 28px;
    padding-right: 45px;
  }
  .one__sub-title_color_black {
    margin-bottom: 29px;
  }
  .one__button a {
    font-size: 12px;
    padding: 15px 41px 15px 41px;
  }
}
@media screen and (max-width: 1199px) {
  .more__wrapper {
    width: 100%;
  }
  .more__wrapper-inner {
    width: 970px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .more__wrapper {
    width: 100%;
    background-color: #edf2f9;
    height: 248px;
  }
  .more__wrapper-inner {
    width: 94%;
    top: -19px;
    padding-top: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .more__wrapper-inner::before {
    height: 18px;
    top: -18px;
  }
  .more__name {
    font-size: 24px;
    line-height: 42px;
    width: 90%;
    margin: 0 auto 42px;
  }
  .more__fo-name {
    font-size: 12px;
    letter-spacing: 0.35px;
  }
  .more .block {
    padding: 0;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .more .block__content {
    margin-bottom: 27px;
    margin-top: 20px;
  }
  .more .block__content:nth-child(1) .block__text-small {
    padding: 0;
  }
  .more .block__content:nth-child(2) {
    -webkit-transform: translateY(-11px);
        -ms-transform: translateY(-11px);
            transform: translateY(-11px);
  }
  .more .block__content:nth-child(2) .block__text-small {
    padding: 0 37px;
  }
  .more .block__content:nth-child(2) .block__text-small br {
    display: none;
  }
  .more .block__content_before_after:before {
    content: ' ';
    width: 1px;
    bottom: 10px;
    left: 6px;
    background-color: #d8d8d8;
  }
  .more .block__content_before_after:after {
    content: ' ';
    position: absolute;
    height: 80px;
    right: 6px;
    bottom: 10px;
    width: 1px;
    background-color: #d8d8d8;
  }
  .more .block__text-big {
    font-size: 30px;
    margin-bottom: 26px;
  }
  .more .block__text-small {
    font-size: 15px;
    line-height: 20px;
    padding: 0 44px;
  }
}
@media screen and (max-width: 861px) {
  .more__wrapper {
    height: 283px;
  }
}
@media screen and (max-width: 767px) {
  .more__wrapper {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  .more__wrapper-inner {
    width: 100%;
    padding-top: 28px;
    padding-bottom: 4px;
    position: static;
  }
  .more__wrapper-inner::before {
    display: none;
  }
  .more__name {
    width: 98%;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 64px;
  }
  .more__fo-name {
    font-size: 13px;
    margin-bottom: 50px;
  }
  .more__block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 21px;
  }
  .more__block .block__text-big {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .more__block .block__text-small {
    font-size: 18px;
    line-height: 24px;
    padding: 0 21px;
  }
  .more__block .block__content {
    width: 83%;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    border-top: none;
    padding: 30px 0 51px 0;
  }
  .more__block .block__content_before_after::before,
  .more__block .block__content_before_after::after {
    display: none;
  }
  .more__block .block__content:first-child {
    position: relative;
  }
  .more__block .block__content:first-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 3%;
    left: 14%;
    width: 73%;
    height: 1px;
    background-color: #d8d8d8;
  }
  .more__block .block__content:nth-child(2) {
    position: relative;
  }
  .more__block .block__content:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    top: 1%;
    left: 14%;
    width: 73%;
    height: 1px;
    background-color: #d8d8d8;
  }
  .more__block .block__content:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10%;
    left: 14%;
    width: 73%;
    height: 1px;
    background-color: #d8d8d8;
  }
  .more__block .block__content:last-child {
    padding-top: 9px;
    padding-bottom: 39px;
  }
}
@media screen and (max-width: 1199px) {
  .info__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .info {
    height: 171px;
  }
  .info__bloks {
    width: 100%;
  }
  .info__wrapper {
    width: 94%;
    top: -32px;
  }
  .info__wrapper::before {
    height: 32px;
    top: -32px;
  }
  .info__wrapper_padding_amazon {
    padding-bottom: 30px;
    padding-top: 29px;
  }
  .info__wrapper_padding_amazon::before {
    height: 25px;
    top: -24px;
  }
  .info__wrapper_padding_amazon .info__title {
    margin-bottom: 19px;
  }
  .info__title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 31px;
  }
  .info__blocks_padding_left-right {
    padding: 0 27px;
  }
  .info__blocks .block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .info__blocks .block__item {
    width: 33.33333333%;
    padding-top: 38px;
    padding-bottom: 38px;
    border-bottom: none;
  }
  .info__blocks .block__item_new_width {
    width: 33.33333333%;
    padding-bottom: 0;
  }
  .info__blocks .block__item:first-child {
    border-top: none;
  }
  .info__blocks .block__item:first-child .block__content img {
    width: 37px;
    height: 30px;
  }
  .info__blocks .block__item:nth-child(2) .block__content img {
    width: 33px;
    height: 30px;
  }
  .info__blocks .block__item:last-child {
    padding-top: 29px;
  }
  .info__blocks .block__item:last-child .block__content img {
    width: 22px;
    height: 49px;
  }
  .info__blocks .block__item:last-child .block__content p {
    padding-top: 0px;
    position: relative;
    top: -12px;
  }
  .info__blocks .block__content p {
    max-width: 170px;
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 15px;
    font-family: "OpenSansLight";
  }
  .info__blocks .block__content p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .info {
    background-color: white;
    height: auto;
  }
  .info__wrapper {
    width: 100%;
    padding: 5px 0 0 0;
  }
  .info__wrapper::before {
    content: "";
    width: 0;
    height: 0;
  }
  .info__title {
    max-width: 274px;
    margin-bottom: 21px;
  }
  .info__blocks .block {
    margin-bottom: 0;
  }
  .info__blocks .block__item {
    width: 100%;
    max-height: 239px;
    border-right: none;
    border-left: none;
    padding-bottom: 39px;
    padding-top: 38px;
  }
  .info__blocks .block__item:first-child .block__content img {
    width: 58px;
    height: 47px;
  }
  .info__blocks .block__item:nth-child(2) {
    padding-top: 62px;
    margin-bottom: 25px;
  }
  .info__blocks .block__item:nth-child(2) .block__content img {
    width: 49px;
    height: 48px;
  }
  .info__blocks .block__item:nth-child(2) .block__content p {
    margin-top: 41px;
  }
  .info__blocks .block__item:last-child {
    padding-bottom: 19px;
    padding-top: 47px;
  }
  .info__blocks .block__item:last-child .block__content img {
    width: 36px;
    height: 43px;
  }
  .info__blocks .block__item:last-child .block__content p {
    top: 7px;
  }
  .info__blocks .block__content p {
    max-width: 100%;
    margin-top: 40px;
    font-size: 16px;
    font-family: "Helvetica";
    line-height: 25px;
    letter-spacing: 0.01em;
  }
  .info__blocks .block__content p br {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .aliexpress__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .aliexpress {
    min-height: 229px;
  }
  .aliexpress__wrapper {
    width: 100%;
    padding: 0;
  }
  .aliexpress__title {
    font-size: 26px;
    padding: 68px 48px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .aliexpress {
    background-image: url('../../img/alibaba/mobile-aliexspres.png');
    background-color: black;
    min-height: 281px;
  }
  .aliexpress__wrapper {
    width: 100%;
    padding: 48px 16px 48px 14px;
  }
  .aliexpress__title {
    font-size: 23px;
    line-height: 23px;
    padding-left: 6px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .keys__wrapper {
    width: 970px;
  }
  .keys__slider-wrap {
    width: 100%;
  }
  .keys__slider .slider__wrapper {
    padding: 20px;
  }
  .keys__timeline {
    padding-left: 90px;
    padding-right: 90px;
  }
  .keys__timeline .timeline__item_2 {
    margin-top: initial;
  }
  .keys__timeline .timeline__item_right {
    margin-top: initial;
  }
}
@media screen and (max-width: 991px) {
  .keys {
    height: 799px;
  }
  .keys__wrapper {
    width: 94%;
  }
  .keys__wrapper_mobile {
    width: 100%;
  }
  .keys__title {
    margin-bottom: 23px;
  }
  .keys__blocks .block__circle {
    margin-right: 5px;
    cursor: pointer;
  }
  .keys__blocks .block__top {
    margin-right: 10px;
  }
  .keys__blocks .block__top:last-child {
    width: auto;
  }
  .keys__blocks .block__bottom {
    width: auto;
    font-size: 12px;
    margin-top: 34px;
    line-height: 16px;
    font-family: "OpenSans";
    font-weight: 400;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .keys__blocks .block__bottom br {
    display: block;
  }
  .keys__blocks .block__bottom:nth-child(2) {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .keys__blocks .block__bottom:nth-child(3) {
    -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
            transform: translateX(25px);
  }
  .keys__blocks .block__bottom:nth-child(4) {
    -webkit-transform: translateX(32px);
        -ms-transform: translateX(32px);
            transform: translateX(32px);
  }
  .keys__blocks {
    padding: 31px 18px 38px 28px;
    top: -53px;
  }
  .keys__blocks .block__arrow {
    position: relative;
  }
  .keys__blocks .block__arrow img {
    display: none;
  }
  .keys__blocks .block__arrow:before {
    position: absolute;
    content: ' ';
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    background: url('../../img/alibaba/2-layers.svg') no-repeat center center;
    height: 18px;
    width: 130px;
  }
  .keys__big-title {
    font-size: 26px;
    margin-top: 6px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .keys__sub-title {
    text-align: center;
    font-size: 14px;
    line-height: 9px;
    font-family: Helvetica;
    color: #3e3f41;
    margin-bottom: -8px;
  }
  .keys__number {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .keys__number p {
    margin-bottom: 3px;
  }
  .keys__slider-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .keys__slider-wrap::before {
    content: "";
    width: 99px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(237, 242, 249, 0)), to(#edf2f9));
    background-image: -webkit-linear-gradient(right, rgba(237, 242, 249, 0) 0%, #edf2f9 100%);
    background-image: -o-linear-gradient(right, rgba(237, 242, 249, 0) 0%, #edf2f9 100%);
    background-image: linear-gradient(270deg, rgba(237, 242, 249, 0) 0%, #edf2f9 100%);
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 99;
  }
  .keys__slider-wrap::after {
    content: "";
    width: 99px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(237, 242, 249, 0)), to(#edf2f9));
    background-image: -webkit-linear-gradient(right, rgba(237, 242, 249, 0) 0%, #edf2f9 100%);
    background-image: -o-linear-gradient(right, rgba(237, 242, 249, 0) 0%, #edf2f9 100%);
    background-image: linear-gradient(270deg, rgba(237, 242, 249, 0) 0%, #edf2f9 100%);
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 99;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .keys__blocks-w {
    width: 125vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .keys .slick-slide {
    margin: 0 0px;
  }
  .keys .slick-dots {
    bottom: 4px;
  }
  .keys__slider {
    padding-bottom: 75px;
    position: relative;
    z-index: 0;
    margin-bottom: 14px !important;
  }
  .keys__slider .slick-dots li {
    margin: 0;
  }
  .keys__slider .slick-dots li::before,
  .keys__slider .slick-dots button::before {
    width: 6px!important;
    height: 6px !important;
  }
  .keys__slider .slick-dots li.slick-active button::before {
    width: 6px!important;
    height: 6px !important;
    border: 2px solid #042245;
  }
  .keys__slider .slider {
    padding: 0;
    margin: 0 10px;
  }
  .keys__slider .slider__wrapper {
    min-width: 300px;
    padding: 26px 20px 20px 20px;
    height: 289px;
  }
  .keys__slider .slider__name p {
    margin-top: 7px;
  }
  .keys__slider .slider__name span {
    white-space: nowrap;
  }
  .keys__slider .slider__top {
    margin-bottom: 17px;
    margin-top: 3px;
  }
  .keys__slider .slider__top img {
    margin-right: 20px;
    height: 60px;
    width: 60px;
  }
  .keys__slider .slider__bottom {
    line-height: 22px;
    letter-spacing: 0.03em;
  }
  .keys__slider .film_roll_mouse_catcher {
    z-index: -1;
  }
  .keys__slider .film_roll_pager {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .keys__slider .film_roll_pager a {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: transparent;
    border: 2px solid #042245;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .keys__slider .film_roll_pager a.active {
    background: #042245;
  }
  .keys__timeline {
    padding: 28px 110px 16px 110px;
    top: -35px;
  }
  .keys__timeline .timeline__container::before {
    height: 370px;
  }
  .keys__timeline .timeline__content {
    width: 198px;
    height: 86px;
  }
  .keys__timeline .timeline__text {
    font-size: 12px;
    font-family: Helvetica;
    max-width: 143px;
  }
}
@media screen and (max-width: 767px) and (min-width: 435px) {
  .form input[type="checkbox"] + label:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .keys {
    height: inherit;
    min-height: 660px;
  }
  .keys__wrapper {
    width: 100%;
    padding-bottom: 29px;
  }
  .keys__wrapper:first-child {
    padding-bottom: 23px;
  }
  .keys__sub-title {
    font-size: 13px;
  }
  .keys__blocks {
    width: 94%;
    margin: 0 auto;
    top: -43px;
    padding: 31px 5px 38px 3px;
  }
  .keys__blocks .block__arrow {
    display: none;
  }
  .keys__blocks .block .hidd {
    display: none;
  }
  .keys__blocks .block .viss {
    display: block;
  }
  .keys__blocks .block__circle {
    font-weight: bold;
  }
  .keys__blocks .block__top {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }
  .keys__blocks .block__top-wrapper {
    padding: 0 10px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .keys__blocks .block__top:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .keys__blocks .block__bottom {
    width: 100%;
    margin-top: 22px;
    line-height: 15px;
    font-size: 13px;
  }
  .keys__blocks .block__bottom br {
    display: none;
  }
  .keys__blocks .block__bottom:nth-child(1),
  .keys__blocks .block__bottom:nth-child(2),
  .keys__blocks .block__bottom:nth-child(3),
  .keys__blocks .block__bottom:nth-child(4) {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .keys__blocks .block__bottom-wrapper {
    padding: 0 4%;
  }
  .keys__big-title {
    margin-top: -5px;
  }
  .keys__sub-title {
    line-height: 16px;
    margin-bottom: -6px;
  }
  .keys__title {
    display: none;
  }
  .keys .slick-dots {
    bottom: -9px;
  }
  .keys__slider {
    margin: 0 0 11px 0;
    padding-bottom: 63px;
  }
  .keys__slider .slider {
    padding: 0px;
    margin: 0;
    background-color: transparent;
  }
  .keys__slider .slider__wrapper {
    min-width: auto;
    width: 95%;
    margin: 0 auto;
    padding: 27px 22px 5px 22px;
    min-height: 286px;
    height: inherit;
  }
  .keys__slider .slider__top {
    margin-top: 2px;
  }
  .keys__slider .slider__top img {
    margin-right: 19px;
  }
  .keys__slider .slider__name p {
    margin-top: 4px;
  }
  .keys__slider::before,
  .keys__slider::after {
    width: 0;
    height: 0;
    display: none;
  }
  .keys__number {
    margin-bottom: 0;
    margin-top: 0;
  }
  .keys__number a {
    font-weight: bold;
  }
  .keys__slider-wrap {
    width: 100%;
  }
  .keys__slider-wrap::before,
  .keys__slider-wrap::after {
    width: 0;
  }
  .keys__blocks-w {
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
  .keys__timeline {
    padding: 28px 28px 24px 15px;
  }
  .keys__timeline .timeline__container::before {
    height: 405px;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .keys__timeline .timeline__icon {
    width: 48px;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .keys__timeline .timeline__item {
    margin-bottom: 26px;
  }
  .keys__timeline .timeline__item:last-child {
    margin-bottom: 0;
  }
  .keys__timeline .timeline__item_right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .keys__timeline .timeline__item_right .timeline__content {
    position: relative;
  }
  .keys__timeline .timeline__item_right .timeline__content::after {
    position: absolute;
    left: 191px;
    background-image: url("../../img/alibaba/right-row.png");
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .form__wrapper {
    max-width: 100%;
  }
  .form__wrapper-inner {
    width: 970px;
    padding: 0px;
  }
  .form__item-2 {
    text-align: left;
    margin-bottom: 50px;
  }
  .form__text-middle {
    margin-bottom: 10px;
  }
  .form__text-bottom {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .form__wrapper {
    max-width: 100%;
    background-color: #edf2f9;
    max-height: 249px;
  }
  .form__wrapper-inner {
    top: -30px;
    padding: 0;
    width: 94%;
    background-color: transparent;
    bottom: 6px;
    height: 279px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .form__wrapper-inner_new_top {
    top: -50px;
  }
  .form__wrapper_new_skad {
    max-height: none;
  }
  .form__left {
    width: 57.5%;
    padding: 20px 24px;
    min-height: 279px;
    height: auto;
    margin-right: 14px;
  }
  .form__right {
    width: 40.5%;
    padding: 30px 10px 5px 28px;
    min-height: 279px;
    height: auto;
  }
  .form__item {
    margin-bottom: 14px;
  }
  .form__item-1 {
    margin-bottom: 35px;
    margin-top: 30px;
  }
  .form__item-2 {
    margin-bottom: 0px;
  }
  .form__button {
    max-width: 178px;
    width: 100%;
    padding: 7px;
  }
  .form__input {
    max-width: 90%;
    width: 100%;
    padding: 7px 0;
    font-size: 13px;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .form__input::-moz-placeholder {
    font-size: 13px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 13px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 13px;
  }
  .form__input::placeholder {
    font-size: 13px;
  }
  .form__text {
    font-size: 13px;
    margin-bottom: 24px;
    font-weight: bold;
    line-height: 14px;
  }
  .form__text-middle {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 22px;
    letter-spacing: -0.04em;
  }
  .form__text-bottom {
    font-family: Helvetica;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 16px;
    letter-spacing: 0.01em;
  }
  .form input[type="checkbox"] + label {
    padding: 0 0 0 25px;
    font-size: 12px;
  }
  .form input[type="checkbox"] + label:before {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .form__wrapper {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .form__wrapper-inner {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__wrapper_new_skad {
    padding-top: 0;
  }
  .form__left {
    height: 343px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 94%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px 28px 20px;
    margin: 0 0 20px;
  }
  .form__left form {
    width: 100%;
  }
  .form__item {
    margin-bottom: 23px;
    text-align: center;
    width: 100%;
  }
  .form__input {
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0.2px;
    padding: 8px 0;
    color: #042245;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 16px;
    color: #042245;
  }
  .form__input::-moz-placeholder {
    font-size: 16px;
    color: #042245;
  }
  .form__input:-ms-input-placeholder {
    font-size: 16px;
    color: #042245;
  }
  .form__input::-ms-input-placeholder {
    font-size: 16px;
    color: #042245;
  }
  .form__input::placeholder {
    font-size: 16px;
    color: #042245;
  }
  .form__item-1 {
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    top: 1px;
    width: 100%;
    color: #a2b3cb;
  }
  .form__item-1 input[type=checkbox] {
    display: none;
  }
  .form__item-1 input[type=checkbox] + label {
    font-size: 14px;
    display: block;
    padding-left: 24px;
  }
  .form__item-2 {
    text-align: center;
    width: 100%;
  }
  .form__button {
    margin-bottom: 10px;
    -webkit-background-size: border-box border-box;
            background-size: border-box;
    padding: 12px;
    max-width: 200px;
  }
  .form__right {
    margin-top: -25px;
    width: 100%;
    height: 322px;
    padding: 37px 20px 13px;
    background-color: transparent;
  }
  .form__text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.04em;
  }
  .form__text-middle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .form__text-bottom {
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrapper {
    width: 970px;
    padding-left: 0;
  }
  .footer__item-right {
    min-width: 230px;
  }
  .footer__item-left {
    margin-left: 50px;
  }
  .footer__text {
    max-width: 63%;
  }
}
@media screen and (max-width: 991px) {
  .footer__wrapper {
    width: 720px;
    padding: 25px 30px 15px 7px;
  }
  .footer__item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
    margin-left: 66px;
  }
  .footer__item-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: inherit;
    padding-left: 7px;
  }
  .footer__logo {
    width: 50px;
    height: 17px;
  }
  .footer__text {
    font-size: 12px;
    line-height: 24px;
    margin-left: 0;
    padding-right: 15px;
    margin-bottom: 21px;
    max-width: 350px;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    letter-spacing: 0.05em;
  }
  .footer__text br {
    display: block;
  }
  .footer__text-info {
    font-size: 12px;
    padding-left: 10px;
  }
  .footer__text-phone {
    font-size: 24px;
    margin-left: 7px;
    text-align: left;
    letter-spacing: -0.02em;
  }
  .footer .footer__text-phone-bottom {
    font-size: 11px;
    padding-left: 0;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 29px;
  }
  .footer__version {
    display: block;
    margin-left: 37px;
    margin-top: 10px;
    font-family: "OpenSans";
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .footer__version_display_true {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    width: 100%;
    padding: 37px 0 43px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__left {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 21px;
    border-top: none;
  }
  .footer__item-left {
    margin-left: 6.4vw;
    margin-top: 1px;
    padding-right: 0px;
  }
  .footer__item-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    position: relative;
  }
  .footer__item-right:after {
    content: '';
    display: block;
    width: 280px;
    height: 1px;
    background-color: #e8eaf2;
    position: absolute;
    bottom: 0;
    left: -11%;
  }
  .footer__logo {
    width: 100%;
    margin-left: 30px;
    height: auto;
    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;
  }
  .footer__text {
    margin-left: 0;
    line-height: 20px;
    margin-top: 23px;
    margin-bottom: 2px;
  }
  .footer__text br {
    display: none;
  }
  .footer__text-info {
    display: none;
  }
  .footer__text-info_display {
    display: block;
    padding-right: 20px;
    margin-top: 12px;
    line-height: 18px;
    margin-left: 28px;
  }
  .footer__text-phone {
    font-size: 32px;
    margin-left: 0;
  }
  .footer .footer__text-phone-bottom {
    margin-top: 9px;
    margin-bottom: 26px;
  }
  .footer__version {
    display: none;
  }
  .footer__version_display_true {
    display: block !important;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .quection__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .quection {
    height: 220px;
  }
  .quection__wrapper {
    width: 100%;
    padding: 60px 50px;
  }
  .quection__wrapper_padding_new {
    padding-top: 68px;
  }
  .quection__name {
    font-size: 23px;
    margin-bottom: 17px;
  }
  .quection__name_margin_bottom {
    margin-bottom: 14px;
  }
  .quection__fo-name {
    width: 290px;
    font-size: 13px;
    line-height: 18px;
    margin-left: 0;
  }
  .quection__fo-name_new_width {
    max-width: 370px;
    width: 100%;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .quection {
    min-height: 320px;
    height: inherit;
    background-image: url("../../img/alibaba/mobile-question.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-color: black;
    opacity: 1;
  }
  .quection__wrapper {
    width: 100%;
    padding: 143px 20px 98px 20px;
  }
  .quection__name {
    font-size: 23px;
    margin-bottom: 19px;
    padding: 0;
  }
  .quection__fo-name {
    width: 70%;
  }
}
@media screen and (max-width: 1199px) {
  .four__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .four {
    background-repeat: no-repeat;
  }
  .four__wrapper {
    width: 100%;
    padding: 79px;
    padding-bottom: 67px;
    padding-left: 50px;
    height: 217px;
  }
  .four__title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .four {
    background-image: url('../../img/alibaba/mobile-four.png');
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-color: black;
  }
  .four__wrapper {
    width: 100%;
    padding: 0;
    padding-left: 16px;
    padding-top: 115px;
    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;
    height: 345px;
  }
  .four__title {
    font-size: 23px;
    line-height: 31px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .two-block__wrapper {
    width: 970px;
  }
  .two-block__right_new_height {
    max-height: 400px;
  }
  .two-block__right_new_height img {
    /*
          max-height: 400px !important;*/
  }
  .two-block__left {
    width: 50%;
  }
  __show {
    top: 61px;
    left: -288px;
  }
}
@media screen and (max-width: 991px) {
  .two-block {
    padding-top: 61px;
  }
  .two-block__wrapper {
    width: 720px;
  }
  .two-block__right {
    min-height: 309px;
  }
  .two-block__right img {
    width: auto;
    /*max-height: 309px;*/
  }
  .two-block__left {
    width: 33.9%;
  }
  .two-block__show {
    max-width: 403px;
    left: -171px;
    top: 30px;
    padding: 26px 46px 27px 22px;
  }
  .two-block__show-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .two-block__show-sub-title {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .two-block__show-button button {
    padding: 6px 33px;
  }
  .two-block__show_new_left {
    left: -113px;
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .two-block {
    padding-bottom: 250px;
  }
  .two-block__left {
    width: 0;
  }
  .two-block_padding_none {
    padding-bottom: 0 !important;
  }
  .two-block__show {
    text-align: center;
    padding: 27px 12px 37px 12px;
    max-width: 304px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 176px;
  }
  .two-block__show_new_left {
    top: 120px;
  }
  .two-block__blocks {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .partner__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .partner__wrapper {
    width: 720px;
  }
  .partner__block {
    padding-bottom: 82px;
  }
  .partner__block_padding_top-bottom {
    padding-top: 42px;
    padding-bottom: 45px;
  }
  .partner__number {
    font-size: 30px;
  }
  .partner__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .partner__wrapper {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .partner__block {
    width: 100%;
    border-top: 1px solid #edf2f9;
    border-bottom: 1px solid #edf2f9;
    border-left: none;
    border-right: none;
  }
  .partner__block_padding_top-bottom {
    padding-top: 49px;
    padding-bottom: 62px;
  }
  .partner__block_padding_top-bottom:last-child {
    padding-bottom: 99px;
  }
  .partner__number {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .partner__text {
    font-size: 18px;
  }
  .partner__text_line_height {
    line-height: 19px;
  }
}
@media screen and (max-width: 1199px) {
  .history-bg__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .history-bg__wrapper {
    width: 720px;
    padding: 48px 0 86px 22px;
  }
  .history-bg__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .history-bg {
    background-image: url("../../img/alibaba/mobile-history.jpg");
    -webkit-background-size: cover;
            background-size: cover;
  }
  .history-bg__wrapper {
    width: 100%;
    padding: 85px 0 150px 18px;
  }
  .history-bg__wrapper_padding_bottom {
    padding-bottom: 190px;
  }
  .history-bg__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .block-text__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .block-text__wrapper {
    width: 720px;
    margin-bottom: -30px;
  }
  .block-text__wrapper_margin_bottom {
    margin-bottom: -40px;
  }
  .block-text__text {
    bottom: 70px;
    padding: 30px 25px 0px 25px;
  }
  .block-text__text_bottom {
    bottom: 109px;
  }
  .block-text .text__left,
  .block-text .text__right {
    font-size: 12px;
  }
  .block-text .text__left {
    padding-right: 34px;
  }
  .block-text .text__right {
    padding-left: 34px;
  }
}
@media screen and (max-width: 767px) {
  .block-text {
    padding: 0 8px;
  }
  .block-text__wrapper {
    width: 100%;
  }
  .block-text__wrapper_margin_bottom {
    margin-bottom: -80px;
  }
  .block-text__text {
    padding: 24px 17px 0px 12px;
  }
  .block-text__text .text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    bottom: 108px;
  }
  .block-text__text .text__left {
    width: 100%;
    padding-right: 0;
    line-height: 14px;
    border-right: none;
  }
  .block-text__text .text__left p {
    margin-top: 16px;
  }
  .block-text__text .text__right {
    width: 100%;
    padding-left: 0;
    line-height: 14px;
  }
  .block-text__text .text__right_mobile_padding-top {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .bisnes-title__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .bisnes-title__wrapper {
    width: 720px;
    padding: 29px 0 124px 22px;
  }
  .bisnes-title__wrapper_padding_top-bottom {
    padding: 18px 0 135px 22px;
  }
  .bisnes-title__title {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bisnes-title {
    background: url("../../img/alibaba/mobile-city.jpg");
    -webkit-background-size: cover;
            background-size: cover;
  }
  .bisnes-title__wrapper {
    width: 100%;
    padding: 55px 0 208px 19px;
  }
  .bisnes-title__wrapper_padding_top-bottom {
    padding: 47px 0 189px 19px;
  }
  .bisnes-title__title {
    max-width: 291px;
  }
  .bisnes-title__title_mobile_line-height {
    line-height: 31px;
  }
}
@media screen and (max-width: 1199px) {
  .quote__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .quote__wrapper {
    width: 720px;
  }
  .quote__wrapper_padding_bottom {
    padding-bottom: 49px;
  }
  .quote__block {
    padding: 17px 36px 26px 66px;
    top: -86px;
  }
  .quote__block-left img {
    max-width: 133px;
    margin-bottom: 25px;
  }
  .quote__block_padding_left {
    padding: 17px 36px 26px 50px;
  }
  .quote__name {
    font-size: 16px;
  }
  .quote__doln {
    font-size: 12px;
  }
  .quote__text {
    font-size: 24px;
    line-height: 28px;
    padding-left: 55px;
    padding-top: 10px;
  }
  .quote__text::before {
    left: 10px;
    top: -12px;
  }
  .quote__text::after {
    right: 15px;
    bottom: -25px;
  }
  .quote__text_padding_left {
    padding-left: 67px;
  }
  .quote__title {
    margin-top: -29px;
    margin-bottom: 35px;
  }
  .quote__title h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .quote__title_padding_left {
    padding-left: 0px !important;
  }
  .quote__blocks-text {
    margin-bottom: 19px;
  }
  .quote__blocks-text-wrapper {
    font-size: 12px;
    max-width: 298px;
    line-height: 15px;
  }
  .quote__blocks-text-item_content_start:last-child {
    padding-left: 23px;
  }
  .quote__blocks-text_margin_top {
    margin-top: -11px;
  }
  .quote__title,
  .quote__blocks-text {
    padding-left: 25px;
  }
  .quote__author {
    padding-right: 31px;
    margin-top: -11px;
    margin-bottom: 13px;
  }
  .quote__author p {
    font-size: 18px;
  }
  .quote__author span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .quote__wrapper {
    width: 100%;
    padding: 0 8px 52px 8px;
  }
  .quote__wrapper_padding_bottom {
    padding-bottom: 43px;
  }
  .quote__block {
    padding: 10px 10px 52px 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    top: -140px;
  }
  .quote__block-left {
    width: 100%;
    padding-top: 21px;
    margin-bottom: 40px;
  }
  .quote__block-left img {
    max-width: 100%;
    margin-bottom: 31px;
  }
  .quote__block-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quote__name {
    font-size: 20px;
    letter-spacing: 0.29px;
  }
  .quote__doln {
    font-size: 14px;
    letter-spacing: 0.29px;
  }
  .quote__blocks-text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .quote__blocks-text-item {
    width: 100%;
  }
  .quote__blocks-text-item:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .quote__blocks-text-item_content_start:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 235px;
    padding-left: 2px;
  }
  .quote__text {
    padding: 0 15px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.58px;
    line-height: 24px;
  }
  .quote__text::after {
    right: 3px;
  }
  .quote__title {
    padding-left: 10px;
    margin-top: -99px;
    margin-bottom: 20px;
  }
  .quote__title h5 {
    line-height: 21px;
  }
  .quote__title_padding_left {
    margin-bottom: 0;
  }
  .quote__title_max_width {
    max-width: 213px;
    margin-bottom: 17px;
  }
  .quote__blocks-text {
    padding-left: 10px;
    margin-bottom: 106px;
  }
  .quote__blocks-text-wrapper {
    line-height: 14px;
  }
  .quote__blocks-text-wrapper p {
    margin-top: 14px;
  }
  .quote__blocks-text_margin_top {
    margin-top: 1px;
    margin-bottom: 97px;
  }
  .quote__author {
    padding-right: 14px;
    margin-bottom: 0;
  }
  .quote__author p {
    font-size: 20px;
    line-height: 19px;
  }
  .quote__author span {
    font-size: 12px;
  }
  .quote__author span.max_width {
    max-width: 169px;
    line-height: 13px;
  }
  .quote__author_display_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  .klient__wrapper {
    width: 970px;
  }
  .klient__wrapper_padding {
    padding: 100px 0 10px 0 !important;
  }
  .klient__title {
    font-weight: bold;
  }
}
@media screen and (max-width: 991px) {
  .klient__wrapper {
    width: 720px;
    padding-top: 61px;
  }
  .klient__title {
    font-size: 26px;
    line-height: 26px;
  }
  .klient__blocks .block__item:nth-child(2) {
    margin: 0 27px;
  }
  .klient__blocks .block__item img {
    margin-bottom: 6px;
  }
  .klient__blocks_padding_top {
    padding: 21px 27px 28px 27px;
  }
}
@media screen and (max-width: 767px) {
  .klient__wrapper {
    width: 100%;
  }
  .klient__wrapper_add_pages {
    padding-top: 45px;
  }
  .klient__wrapper_padding {
    padding: 100px 0 70px 0 !important;
  }
  .klient__sub-title {
    font-size: 12px;
  }
  .klient__blocks {
    position: relative;
  }
  .klient__blocks_padding_top {
    padding: 37px 22px 84px 22px;
  }
  .klient__blocks .block {
    position: relative;
  }
  .klient__blocks .block__item {
    margin: 0 auto;
  }
  .klient__blocks .block__item img {
    margin-bottom: 20px;
  }
  .klient__blocks .block .owl-dots {
    position: absolute;
    bottom: -58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .klient__blocks .block .owl-dots button {
    position: relative;
    margin: 0 9px;
  }
  .klient__blocks .block .owl-dots button::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid #042245;
    background: transparent;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .klient__blocks .block .owl-dots button.active::before {
    background: #042245;
  }
  .klient__blocks .block .owl-dots button:active,
  .klient__blocks .block .owl-dots button:focus {
    outline: none;
  }
  .klient__blocks .block_padding_top {
    padding: 37px 21px 28px 22px;
  }
  .klient__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .amazon-ocenka__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .amazon-ocenka__wrapper {
    width: 720px;
    padding: 26px 0 149px 33px;
  }
  .amazon-ocenka__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .amazon-ocenka__wrapper {
    width: 100%;
    padding: 31px 7px 195px 23px;
  }
  .amazon-ocenka__title {
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
  }
}
@media screen and (max-width: 1199px) {
  .exit-amazon__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .exit-amazon__wrapper {
    width: 720px;
    padding: 28px 0 30px 30px;
  }
  .exit-amazon__title {
    font-size: 36px;
    line-height: 86px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 767px) {
  .exit-amazon__wrapper {
    width: 100%;
    padding: 7px 0 51px 22px;
  }
  .exit-amazon__title {
    font-size: 26px;
    letter-spacing: 0.13px;
    line-height: 86px;
  }
}
@media screen and (max-width: 1199px) {
  .play-video__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .play-video__wrapper {
    width: 720px;
  }
  .play-video__title {
    font-size: 20px;
    max-width: 497px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .play-video__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .price__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .price__wrapper {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .price {
    display: none;
  }
  .price__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .maximum__wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .maximum__wrapper {
    width: 720px;
    padding: 31px 0 106px 37px;
    line-height: 27px;
  }
  .maximum__title {
    font-size: 32px;
    line-height: 41px;
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .maximum__wrapper {
    width: 100%;
    padding: 36px 0 209px 25px;
  }
  .maximum__title {
    font-size: 23px;
    line-height: 23px;
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .slider-section .owl-nav {
    display: none;
  }
  .slider-section .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slider-section .owl-dots button {
    margin: 0 5px;
    border: none;
    background: transparent;
    width: 4px;
    height: 12px;
    border: 2px solid white;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .slider-section .owl-dots button span {
    display: none;
  }
  .slider-section .owl-dots button.active {
    background: white;
  }
  .slider-section .owl-dots button:focus,
  .slider-section .owl-dots button.active {
    outline: none;
  }
}
@media screen and (max-width: 991px) {
  .alibaba__wrapper {
    max-width: 100%;
    height: 217px;
    padding: 0;
    padding-left: 48px;
    padding-top: 78px;
  }
  .alibaba__title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .alibaba__wrapper {
    max-width: 100%;
    height: 359px;
    padding: 0;
    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;
    padding-left: 20px;
    background-position-x: 67%;
    background-image: url('../../img/alibaba/mobile-alibaba.png');
    background-color: black;
    padding-right: 20px;
    padding-top: 111px;
  }
  .alibaba__title {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .graph__wrapper {
    min-height: 67.8125vw;
  }
  .graph__title h4 {
    padding-top: 5.078125vw;
    padding-bottom: 11.71875vw;
    font-size: 2.5vw;
  }
  .graph__block {
    margin-bottom: 12.5vw;
  }
  .graph__block img {
    width: 48.90625vw;
    height: 22.5vw;
  }
  .graph__countre {
    width: 14.0625vw;
  }
  .graph__countre-item img {
    width: 5vw;
    height: 2.5vw;
  }
  .graph__buyers h6 {
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
  }
  .graph__item p {
    font-size: 1.25vw;
  }
  .graph__item:nth-child(1) span {
    width: 16.875vw;
    height: 5.625vw;
  }
  .graph__item:nth-child(2) span {
    width: 23.671875vw;
    height: 3.984375vw;
  }
  .graph__item:nth-child(3) span {
    width: 24.0625vw;
    height: 1.640625vw;
  }
  .graph__item:nth-child(4) span {
    width: 33.125vw;
    height: 8.4375vw;
  }
  .graph__item:nth-child(5) span {
    width: 26.171875vw;
    height: 13.046875vw;
  }
  .graph__item:nth-child(6) span {
    width: 28.046875vw;
    height: 10.46875vw;
  }
  .graph__item:nth-child(7) span {
    width: 24.921875vw;
    height: 2.8125vw;
  }
  .graph__item:nth-child(8) span {
    width: 19.0625vw;
    height: 1.71875vw;
  }
  .graph__item:nth-child(9) span {
    width: 24.921875vw;
    height: 3.046875vw;
  }
  .graph__item:nth-child(10) span {
    width: 20vw;
    height: 6.25vw;
  }
}
@media screen and (max-width: 991px) {
  .graph__wrapper {
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 5.20833333vw;
  }
  .graph__title h4 {
    max-width: 45%;
    padding-top: 5.859375vw;
    padding-bottom: 13.671875vw;
    font-size: 3.38541667vw;
    line-height: 3.38541667vw;
  }
  .graph__title h4 br {
    display: none;
  }
  .graph__block {
    margin-bottom: 13.54166667vw;
  }
  .graph__block img {
    width: 49.86979167vw;
    height: 23.046875vw;
  }
  .graph__countre {
    width: 26%;
  }
  .graph__countre-item img {
    width: 4.42708333vw;
    height: 4.42708333vw;
  }
  .graph__buyers h6 {
    font-size: 2.08333333vw;
    margin-bottom: 2.21354167vw;
    font-family: "Helvetica";
  }
  .graph__item p {
    font-size: 1.5625vw;
  }
  .graph__item:nth-child(1) {
    top: 29%;
    left: 47.9%;
  }
  .graph__item:nth-child(1) span {
    width: 17.1875vw;
    height: 5.859375vw;
  }
  .graph__item:nth-child(1) p {
    top: -42%;
    left: 2%;
  }
  .graph__item:nth-child(2) {
    top: 33.5%;
    left: 64%;
  }
  .graph__item:nth-child(2) span {
    width: 24.21875vw;
    height: 4.16666667vw;
  }
  .graph__item:nth-child(2) p {
    top: -59%;
    left: 52%;
  }
  .graph__item:nth-child(3) {
    top: 47.9%;
    left: 71.4%;
  }
  .graph__item:nth-child(3) span {
    width: 24.609375vw;
    height: 1.69270833vw;
  }
  .graph__item:nth-child(3) p {
    text-align: center;
    top: -184%;
    left: 54.4%;
    white-space: normal;
    line-height: 17px;
  }
  .graph__item:nth-child(3) p br {
    display: block;
  }
  .graph__item:nth-child(4) {
    top: 54.7%;
    left: 63%;
  }
  .graph__item:nth-child(4) span {
    width: 20.234375vw;
    height: 5.234375vw;
  }
  .graph__item:nth-child(4) p {
    top: 69%;
    left: 79%;
    line-height: 17px;
  }
  .graph__item:nth-child(4) p br:first-child {
    display: block;
  }
  .graph__item:nth-child(4) p br:last-child {
    display: none;
  }
  .graph__item:nth-child(5) {
    top: 56.2%;
    left: 50.9%;
  }
  .graph__item:nth-child(5) span {
    width: 26.69270833vw;
    height: 13.41145833vw;
  }
  .graph__item:nth-child(5) p {
    top: 83%;
    left: 46%;
  }
  .graph__item:nth-child(6) {
    top: 54.7%;
    left: 11.1%;
  }
  .graph__item:nth-child(6) span {
    width: 28.64583333vw;
    height: 10.80729167vw;
  }
  .graph__item:nth-child(6) p {
    top: 78%;
    left: 14%;
  }
  .graph__item:nth-child(7) {
    top: 49.4%;
    left: 5.8%;
  }
  .graph__item:nth-child(7) span {
    width: 25.390625vw;
    height: 2.86458333vw;
  }
  .graph__item:nth-child(7) p {
    top: -56%;
    left: 16%;
    line-height: 17px;
  }
  .graph__item:nth-child(7) p br {
    display: block;
  }
  .graph__item:nth-child(8) {
    top: 41.4%;
    left: 10.5%;
  }
  .graph__item:nth-child(8) span {
    width: 19.40104167vw;
    height: 1.82291667vw;
  }
  .graph__item:nth-child(8) p {
    top: -125%;
    left: 23%;
  }
  .graph__item:nth-child(9) {
    top: 34.8%;
    left: 11.6%;
  }
  .graph__item:nth-child(9) span {
    width: 25.52083333vw;
    height: 3.125vw;
  }
  .graph__item:nth-child(9) p {
    top: -80%;
    left: 7%;
  }
  .graph__item:nth-child(10) span {
    width: 20.57291667vw;
    height: 6.51041667vw;
  }
  .graph__item:nth-child(10) p {
    top: -67%;
    left: 16%;
    line-height: 17px;
  }
  .graph__item:nth-child(10) p br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .graph__wrapper {
    min-height: auto;
    padding-bottom: 36px;
  }
  .graph__title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .graph__title h4 {
    padding-top: 45px;
    padding-bottom: 20px;
    font-size: 26px;
    text-align: left;
    padding-left: 13px;
    line-height: inherit;
    max-width: 100%;
  }
  .graph__block {
    margin-bottom: 29px;
    padding: 0 20px 0;
  }
  .graph__block img {
    width: 87.5vw;
    height: 40.625vw;
    position: static;
  }
  .graph__countre {
    width: 69%;
    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;
  }
  .graph__countre-item img {
    width: 32px;
    height: 32px;
  }
  .graph__buyers h6 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .graph__data {
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .graph__item {
    position: static;
  }
  .graph__item:nth-child(1) p,
  .graph__item:nth-child(2) p,
  .graph__item:nth-child(3) p,
  .graph__item:nth-child(4) p,
  .graph__item:nth-child(5) p,
  .graph__item:nth-child(6) p,
  .graph__item:nth-child(7) p,
  .graph__item:nth-child(8) p,
  .graph__item:nth-child(9) p,
  .graph__item:nth-child(10) p {
    position: static;
    text-align: left;
    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-bottom: 10px;
    line-height: 28px;
  }
  .graph__item:nth-child(1) p:before,
  .graph__item:nth-child(2) p:before,
  .graph__item:nth-child(3) p:before,
  .graph__item:nth-child(4) p:before,
  .graph__item:nth-child(5) p:before,
  .graph__item:nth-child(6) p:before,
  .graph__item:nth-child(7) p:before,
  .graph__item:nth-child(8) p:before,
  .graph__item:nth-child(9) p:before,
  .graph__item:nth-child(10) p:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 10px;
  }
  .graph__item:nth-child(1) p br,
  .graph__item:nth-child(2) p br,
  .graph__item:nth-child(3) p br,
  .graph__item:nth-child(4) p br,
  .graph__item:nth-child(5) p br,
  .graph__item:nth-child(6) p br,
  .graph__item:nth-child(7) p br,
  .graph__item:nth-child(8) p br,
  .graph__item:nth-child(9) p br,
  .graph__item:nth-child(10) p br {
    display: none;
  }
  .graph__item:nth-child(1) {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .graph__item:nth-child(1) p {
    margin-bottom: 0;
  }
  .graph__item:nth-child(1) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005bad), to(#002e74));
    background-image: -webkit-linear-gradient(top, #005bad 0%, #002e74 100%);
    background-image: -o-linear-gradient(top, #005bad 0%, #002e74 100%);
    background-image: linear-gradient(180deg, #005bad 0%, #002e74 100%);
  }
  .graph__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .graph__item:nth-child(2) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f39cbf), to(#f18bb2));
    background-image: -webkit-linear-gradient(top, #f39cbf 0%, #f18bb2 100%);
    background-image: -o-linear-gradient(top, #f39cbf 0%, #f18bb2 100%);
    background-image: linear-gradient(180deg, #f39cbf 0%, #f18bb2 100%);
  }
  .graph__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .graph__item:nth-child(3) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00cdf3), to(#009fe3));
    background-image: -webkit-linear-gradient(top, #00cdf3 0%, #009fe3 100%);
    background-image: -o-linear-gradient(top, #00cdf3 0%, #009fe3 100%);
    background-image: linear-gradient(180deg, #00cdf3 0%, #009fe3 100%);
  }
  .graph__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .graph__item:nth-child(4) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a3d9), to(#0069b2));
    background-image: -webkit-linear-gradient(top, #00a3d9 0%, #0069b2 100%);
    background-image: -o-linear-gradient(top, #00a3d9 0%, #0069b2 100%);
    background-image: linear-gradient(180deg, #00a3d9 0%, #0069b2 100%);
  }
  .graph__item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .graph__item:nth-child(5) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff406c), to(#ff8497));
    background-image: -webkit-linear-gradient(top, #ff406c 0%, #ff8497 100%);
    background-image: -o-linear-gradient(top, #ff406c 0%, #ff8497 100%);
    background-image: linear-gradient(180deg, #ff406c 0%, #ff8497 100%);
  }
  .graph__item:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .graph__item:nth-child(6) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5882c2), to(#2d4b8f));
    background-image: -webkit-linear-gradient(top, #5882c2 0%, #2d4b8f 100%);
    background-image: -o-linear-gradient(top, #5882c2 0%, #2d4b8f 100%);
    background-image: linear-gradient(180deg, #5882c2 0%, #2d4b8f 100%);
  }
  .graph__item:nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .graph__item:nth-child(7) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a2dbf9), to(#ade2ff));
    background-image: -webkit-linear-gradient(top, #a2dbf9 0%, #ade2ff 100%);
    background-image: -o-linear-gradient(top, #a2dbf9 0%, #ade2ff 100%);
    background-image: linear-gradient(180deg, #a2dbf9 0%, #ade2ff 100%);
  }
  .graph__item:nth-child(8) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .graph__item:nth-child(8) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e68096), to(#d95e74));
    background-image: -webkit-linear-gradient(top, #e68096 0%, #d95e74 100%);
    background-image: -o-linear-gradient(top, #e68096 0%, #d95e74 100%);
    background-image: linear-gradient(180deg, #e68096 0%, #d95e74 100%);
  }
  .graph__item:nth-child(9) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .graph__item:nth-child(9) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#94c1ff), to(#70b9ff));
    background-image: -webkit-linear-gradient(top, #94c1ff 0%, #70b9ff 100%);
    background-image: -o-linear-gradient(top, #94c1ff 0%, #70b9ff 100%);
    background-image: linear-gradient(180deg, #94c1ff 0%, #70b9ff 100%);
  }
  .graph__item:nth-child(10) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .graph__item:nth-child(10) p:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd1d9), to(#f6a4b1));
    background-image: -webkit-linear-gradient(top, #fbd1d9 0%, #f6a4b1 100%);
    background-image: -o-linear-gradient(top, #fbd1d9 0%, #f6a4b1 100%);
    background-image: linear-gradient(180deg, #fbd1d9 0%, #f6a4b1 100%);
  }
  .graph__item p {
    font-size: 16px;
  }
  .graph__item span {
    display: none;
  }
}
body {
  font-family: "OpenSansLight";
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.menu-header {
  background: white;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.menu-header__wrapper {
  margin: 0 auto;
  padding: 17px 0;
  width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 13px;
}
.menu-header__navigator {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 56px;
}
.menu-header__navigator .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.menu-header__navigator .nav__item {
  position: relative;
  margin-left: 34px;
}
.menu-header__navigator .nav__item:first-child::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/static/landings/img/item-b.svg");
}
.menu-header__navigator .nav__item:last-child .nav__link {
  position: relative;
}
.menu-header__navigator .nav__item:last-child .nav__link::after {
  content: "";
  width: 9px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/static/landings/img/nav-arrow.svg");
}
.menu-header__navigator .nav__link {
  font-family: "OpenSansSemiBold";
  font-size: 16px;
  line-height: 28px;
  color: #042245;
  letter-spacing: 0.13px;
  text-decoration: none;
}
.menu-header__navigator .nav__show {
  display: none;
  position: absolute;
  left: -70px;
  top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
  background: white;
  -webkit-box-shadow: 0 5px 8px 0 rgba(10, 41, 115, 0.15);
          box-shadow: 0 5px 8px 0 rgba(10, 41, 115, 0.15);
}
.menu-header__navigator .nav__show-link {
  padding: 10px 0 0 0;
  text-align: left;
}
.menu-header__navigator .nav__show-link a {
  font-family: "OpenSansSemiBold";
  font-size: 16px;
  line-height: 28px;
  color: #042245;
  letter-spacing: 0.13px;
  text-decoration: none;
}
.menu-header__navigator .nav__show-link a:hover {
  text-decoration: underline;
}
.menu-header__navigator .nav__Vis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-header__drop {
  display: none;
}

.alert {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

.js-message-error .alert-danger,
.js-message-success .alert-success {
  padding: 0 10px;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 18px; }
