/* ===========================================================================
   styles for 'b2b' page, mobile first
============================================================================ */
/* fonts
============================================================================ */
@font-face {
  font-family: 'rw-roboto-bold';
  font-display: swap;
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoBold.woff") format('woff'), url("../fonts/RobotoBold.ttf") format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'rw-roboto-regular';
  font-display: swap;
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoRegular.woff") format('woff'), url("../fonts/RobotoRegular.ttf") format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'rw-roboto-light';
  font-display: swap;
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoLight.woff") format('woff'), url("../fonts/RobotoLight.ttf") format('truetype');
  font-weight: 300;
}
/* main
============================================================================ */
.mcn-b2b {
  --font-bold: 'rw-roboto-bold';
  --font-light: 'rw-roboto-light';
  --font-regular: 'rw-roboto-regular';
  color: #404040;
  text-align: center;
}
.mcn-b2b * {
  font-family: inherit;
  font-weight: initial;
}
.mcn-b2b__wrapper-min,
.mcn-b2b__wrapper {
  font-family: var(--font-regular);
  margin: 0 auto;
  padding: 0 15px;
}
.mcn-b2b__wrapper-min {
  max-width: 925px;
}
.mcn-b2b__wrapper {
  max-width: 1090px;
}
.gl-mcn__btn {
  background-color: transparent;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  color: initial;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 13px 28px;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.gl-mcn__btn_lg {
  padding: 19px 54px;
  min-width: 200px;
}
.gl-mcn__btn_sm {
  padding: 10px 15px;
  font-size: 13px;
}
.gl-mcn__btn_orange {
  background-color: #f15d58;
  border-color: #f15d58;
  color: #fff;
  font-family: var(--font-regular);
}
.gl-mcn__btn_blue {
  background-color: #0081e3;
  border-color: #0081e3;
  color: #fff;
  }
.gl-mcn__btn_trans {
  background-color: transparent;
  border-color: #0081e3;
  color: #0081e3;
  margin-left: 20px;
}
.gl-mcn__btn_gray {
  background-color: #f15d58;
  border-color: #f15d58;
  color: #fff;
}
.gl-mcn__btn_transp {
  color: #fff;
  border-color: #fff;
}
.gl-mcn__link {
  color: #007eea;
}
.img-responsive {
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
}
/* hero
============================================================================ */
.mcn-b2b__hero {
  background: url("../img/b2b-page/hero-bg-grid.svg") left bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0073ca), to(#00affc));
  background: url("../img/b2b-page/hero-bg-grid.svg") left bottom no-repeat, -o-linear-gradient(top, #0073ca, #00affc);
  background: url("../img/b2b-page/hero-bg-grid.svg") left bottom no-repeat, linear-gradient(to bottom, #0073ca, #00affc);
  color: #f5f8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 470px;
  padding: 30px 0;
}
.mcn-b2b__hero-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 40px;
}
.mcn-b2b__hero-goodbye {
  background: url("../img/b2b-page/hero-goodbye.svg") left bottom/contain no-repeat;
  color: transparent;
  display: inline-block;
  font-size: 38px;
  max-width: 350px;
  padding: 10px 0;
}
.mcn-b2b__hero-c2a {
  font-size: 20px;
  margin-bottom: 15px;
}
.mcn-b2b__hero-c2a-bold {
  font-family: var(--font-bold);
  font-size: 28px;
}
.mcn-b2b__hero-tariff {
  margin-bottom: 35px;
}
.mcn-b2b__hero-tariff-info {
  font-size: 18px;
}
.mcn-b2b__hero-tariff-price {
  color: #ffe600;
  font-size: 56px;
}
.mcn-b2b__hero-tariff-per {
  font-size: 40px;
}
.mcn-b2b__hero-btn {
  margin-bottom: 20px;
}
/* why
============================================================================ */
.mcn-b2b__why {
  padding-top: 55px;
}
.mcn-b2b__why-title {
  font-family: var(--font-light);
  font-size: 29px;
  margin-bottom: 45px;
}
.mcn-b2b__why-item {
  margin-bottom: 45px;
}
.mcn-b2b__why-item:last-child {
  margin-bottom: 0;
}
.mcn-b2b__why-item-img {
  margin-bottom: 20px;
}
.mcn-b2b__why-item-text {
  font-family: var(--font-light);
  font-size: 15px;
  line-height: 24px;
  padding: 20px;
  background-color: #f2f5fa;
}
/* tariff
============================================================================ */
.mcn-b2b__tariff {
  padding-top: 70px;
  padding-bottom: 65px;
}
.mcn-b2b__tariff-wrapper {
  max-width: 565px;
}
.mcn-b2b__tariff-title {
  font-family: var(--font-light);
  font-size: 27px;
  margin-bottom: 50px;
}
.mcn-b2b__tariff-content {
  -webkit-box-shadow: 0px 3px 11px rgba(0,0,0,0.11);
          box-shadow: 0px 3px 11px rgba(0,0,0,0.11);
  font-family: var(--font-light);
  font-size: 15px;
  line-height: 23px;
  padding: 20px 15px 40px 15px;
}
.mcn-b2b__tariff-table {
  color: #7b7b7b;
  font-family: var(--font-regular);
  line-height: 1.75;
  margin-bottom: 40px;
  width: 100%;
}
.mcn-b2b__tariff-table-period {
  color: #5e5e5e;
  line-height: 1.25;
  text-align: initial;
  width: 140px;
}
.mcn-b2b__tariff-table td {
  padding: 5px 0;
}
.mcn-b2b__packages {
  background-color: #f4f8fa;
  padding-bottom: 65px;
  padding-top: 65px;
}
.mcn-b2b__package {
  background-color: #fff;
  background-position: center 15px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 11px rgba(0,0,0,0.11);
          box-shadow: 0px 3px 11px rgba(0,0,0,0.11);
  padding: 100px 15px 40px 15px;
  max-width: 440px;
  margin: 0 auto 40px auto;
}
.mcn-b2b__package:first-child {
  background-image: url("../img/b2b-page/package-calls-icon.svg");
}
.mcn-b2b__package:last-child {
  background-image: url("../img/b2b-page/package-internet-icon.svg");
  margin-bottom: 0;
}
.mcn-b2b__package-title {
  font-family: var(--font-light);
  font-size: 27px;
}
.mcn-b2b__package-title-sub {
  font-family: var(--font-light);
  font-size: 14px;
  margin-bottom: 35px;
  margin-top: -5px;
}
.mcn-b2b__package-name {
  font-family: var(--font-light);
  font-size: 30px;
  margin-bottom: 30px;
}
.mcn-b2b__package-total-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
}
.mcn-b2b__package-type {
  color: #7b7b7b;
  font-size: 20px;
  margin-bottom: 25px;
}
.mcn-b2b__package-price {
  font-family: var(--font-light);
  font-size: 14px;
  margin-bottom: 20px;
}
.mcn-b2b__package-price-web {
  margin-bottom: 50px;
}
.mcn-b2b__package-fix-price {
  color: #7b7b7b;
  font-size: 20px;
  margin-bottom: 20px;
}
.mcn-b2b__package-fix-table {
  font-family: var(--font-light);
  font-size: 14px;
  margin-bottom: 35px;
  width: 100%;
}
.mcn-b2b__package-fix-table td {
  padding: 5px 0;
}
.mcn-b2b__package-fix-table td:nth-child(odd) {
  text-align: initial;
  width: 115px;
}
.mcn-b2b__package-fix-other,
.mcn-b2b__package-fix-other-web {
  font-family: var(--font-light);
  font-size: 14px;
  margin-bottom: 35px;
}
.price,
.top-price,
.price-per {
  color: #3a3a3a;
  font-family: var(--font-light);
  font-weight: 900;
}
.price {
  font-size: 18px;
}
.top-price {
  font-size: 35px;
  line-height: 1;
}
.price-for {
  font-size: 20px;
  margin-right: 10px;
}
.rub-min {
  color: #686868;
  font-size: 14px;
}
.rub-month {
  color: #5e5e5e;
  font-size: 19px;
  margin-left: 10px;
}
.shake-horizontal {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
/* map
============================================================================ */
.mcn-b2b__map {
  padding-top: 70px;
}
.mcn-b2b__map-title {
  font-family: var(--font-light);
  font-size: 27px;
  margin-bottom: 40px;
}
.mcn-b2b__map-img {
  margin-bottom: 40px;
}
.mcn-b2b__map-img-captions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  text-align: initial;
}
.mcn-b2b__map-img-caption {
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px 0 10px 40px;
}
.mcn-b2b__map-img-caption:first-child {
  background-image: url("../img/b2b-page/map-home-region.png");
}
.mcn-b2b__map-img-caption:last-child {
  background-image: url("../img/b2b-page/map-guest-region.png");
}
.mcn-b2b__map-content {
  background-color: #f2f5fa;
  font-size: 15px;
  line-height: 24px;
  max-width: 690px;
  padding: 20px;
  margin: 0 auto;
}
/* solutions
============================================================================ */
.mcn-b2b__solutions {
  padding-top: 70px;
}
.mcn-b2b__solutions-title {
  font-family: var(--font-light);
  font-size: 26px;
  margin-bottom: 45px;
}
.mcn-b2b__solution {
  margin-bottom: 40px;
}
.mcn-b2b__solution:last-child {
  margin-bottom: 0;
}
.mcn-b2b__solution-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.mcn-b2b__solution-img {
  margin-bottom: 20px;
}
.mcn-b2b__solution-text {
  font-family: var(--font-light);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
}
.mcn-b2b__solution-list {
  font-family: var(--font-light);
  font-size: 14px;
  line-height: 21px;
  list-style-type: none;
  margin-bottom: 30px;
  text-align: initial;
}
.mcn-b2b__solution-list-item {
  background: url("../img/b2b-page/blue-dot.svg") 10px 7px no-repeat;
  padding-left: 30px;
}
/* cost
============================================================================ */
.mcn-b2b__cost {
  padding-top: 80px;
}
.mcn-b2b__cost-title {
  font-family: var(--font-light);
  font-size: 26px;
  margin-bottom: 35px;
}
/* three items
============================================================================ */
.mcn-b2b__features {
  padding-top: 70px;
}
.mcn-b2b__feature {
  margin-bottom: 40px;
}
.mcn-b2b__feature:last-child {
  margin-bottom: 0;
}
.mcn-b2b__feature-img {
  margin-bottom: 25px;
}
.mcn-b2b__feature-title {
  font-family: var(--font-light);
  font-size: 20px;
  line-height: 24px;
}
/* control
============================================================================ */
.mcn-b2b__control {
  padding-top: 80px;
}
.mcn-b2b__control-title {
  font-family: var(--font-light);
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
}
.mcn-b2b__control-item:nth-child(2) {
  margin-bottom: 20px;
}
.mcn-b2b__control-btn {
  margin-bottom: 25px;
}
.mcn-b2b__control-stores {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.mcn-b2b__control-stores img:nth-child(2) {
  margin-left: 15px;
}
.mcn-b2b__control-list {
  font-family: var(--font-light);
  font-size: 15px;
  line-height: 27px;
  list-style-type: none;
}
.mcn-b2b__control-list-item::before {
  content: '\00B7';
  margin-right: 10px;
}
/* help
============================================================================ */
.mcn-b2b__help {
  padding-top: 80px;
  text-align: center;
}
.mcn-b2b__help-title {
  font-family: var(--font-light);
  font-size: 26px;
  margin-bottom: 70px;
}
.mcn-b2b__help-item {
  margin-bottom: 50px;
}
.mcn-b2b__help-item-icon {
  margin-bottom: 15px;
  line-height: 1;
}
.mcn-b2b__help-item-title {
  font-family: var(--font-light);
  font-size: 22px;
  margin-bottom: 20px;
}
.mcn-b2b__help-item-text {
  font-family: var(--font-light);
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 25px;
}
.mcn-b2b__help-item:last-child {
  margin-bottom: 0;
}
/* partners
============================================================================ */
.mcn-b2b__partners {
  padding-top: 100px;
}
.mcn-b2b__partners-title {
  font-family: var(--font-light);
  font-size: 26px;
  margin-bottom: 60px;
}
.mcn-b2b__partner {
  line-height: 0;
}
/* faq
============================================================================ */
.mcn-b2b__faq {
  padding: 80px 0;
}
.mcn-b2b__faq-title {
  font-family: var(--font-light);
  font-size: 26px;
  margin-bottom: 70px;
}
.mcn-b2b__faq-items {
  text-align: initial;
}
.mcn-b2b__faq-item {
  margin-bottom: 10px;
}
.mcn-b2b__faq-item:last-child {
  margin-bottom: 0;
}
.mcn-b2b__faq-item-title {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMTEuM0wxLjcgMUMxLjMuNi43LjYuMyAxYy0uNC40LS40IDEgMCAxLjRMMTAuOSAxM2MuMy4zLjcuNCAxLjEuMi40LjIuOC4xIDEuMS0uMkwyMy43IDIuNGMuNC0uNC40LTEgMC0xLjQtLjQtLjQtMS0uNC0xLjQgMEwxMiAxMS4zeiIgZmlsbD0iI0RCREJEQiIvPjwvc3ZnPg==") calc(100% - 15px) center no-repeat;
  border: 1px solid #dbe1e6;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 40px 20px 20px;
}
.mcn-b2b__faq-item-text {
  border: 1px solid #dbe1e6;
  color: #7b7b7b;
  display: none;
  font-family: var(--font-light);
  font-size: 15px;
  margin-top: -1px;
  padding: 20px;
}
.mcn-b2b__faq-item-text > p,
.mcn-b2b__faq-item-text > ol,
.mcn-b2b__faq-item-text > ul {
  margin-bottom: 10px;
}
.mcn-b2b__faq-item-text > ol,
.mcn-b2b__faq-item-text > ul {
  padding-left: 40px;
}
.mcn-b2b__faq-item-text > p:last-child {
  margin-bottom: 0;
}
.faq-panel-open {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMi43MDRsLTEwLjMgMTAuM2MtLjQuNC0xIC40LTEuNCAwLS40LS40LS40LTEgMC0xLjRsMTAuNi0xMC42Yy4zLS4zLjctLjQgMS4xLS4yLjQtLjIuOC0uMSAxLjEuMmwxMC42IDEwLjZjLjQuNC40IDEgMCAxLjQtLjQuNC0xIC40LTEuNCAwTDEyIDIuNzA0eiIgZmlsbD0iIzQ0QjRFRCIvPjwvc3ZnPg==");
}
.mcn-b2b .faq {
  text-align: left;
}
/* modal
============================================================================ */
.mcn-rw__request-title {
  font-family: var(--font-light);
  font-size: 26px;
  margin-bottom: 30px;
}
.mcn-rw__request-form {
  background-color: #fff;
  margin: 0 auto;
  max-width: 375px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
.mcn-rw__request-form-input {
  margin-bottom: 10px;
  width: 100%;
}
.mcn-rw__request-form-btn {
  background-color: #0e7de6;
  border: 1px solid #4ca8ff;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  width: 150px;
}
.mcn-rw__modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0,0,0,0.4);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 666;
}
.mcn-rw__modal-close-btn {
  color: #939393;
  cursor: pointer;
  font-family: var(--font-light);
  font-size: 40px;
  height: 36px;
  line-height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 36px;
}
.mcn-rw__modal-close-btn:hover {
  color: #404040;
}
/* 576
============================================================================ */
@media (min-width: 576px) {
  .mcn-b2b__hero-c2a {
    margin-bottom: 0;
  }
  .mcn-b2b__hero-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mcn-b2b__hero-tariff-price {
    line-height: 1;
    margin-left: 15px;
  }
  .mcn-b2b__hero-btn {
    margin-bottom: 0;
    margin-right: 25px;
  }
  .mcn-b2b__map-img-caption {
    padding-right: 20px;
  }
}
/* 
   992
============================================================================ */
@media (min-width: 992px) {
  .mcn-b2b__hero {
    background: url("../img/b2b-page/hero-grid-man-phone.png") calc(50% + 230px) bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0073ca), to(#00affc));
    background: url("../img/b2b-page/hero-grid-man-phone.png") calc(50% + 230px) bottom no-repeat, -o-linear-gradient(top, #0073ca, #00affc);
    background: url("../img/b2b-page/hero-grid-man-phone.png") calc(50% + 230px) bottom no-repeat, linear-gradient(to bottom, #0073ca, #00affc);
    text-align: initial;
  }
  .mcn-b2b__hero-wrapper {
    width: 100%;
    padding: 0;
  }
  .mcn-b2b__hero-tariff {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .mcn-b2b__why-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mcn-b2b__why-item-img,
  .mcn-b2b__why-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
  .mcn-b2b__why-item-text {
    padding: 35px 45px;
    text-align: initial;
  }
  .mcn-b2b__why-item-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mcn-b2b__tariff-wrapper {
    max-width: 535px;
    padding: 0;
  }
  .mcn-b2b__tariff-content {
    padding: 20px 30px 40px 30px;
  }
  .mcn-b2b__tariff-table td:nth-child(2) {
    text-align: initial;
    padding-left: 75px;
  }
  .mcn-b2b__packages-wrapper {
    padding: 0;
  }
  .mcn-b2b__packages-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mcn-b2b__package {
    background-position: 25px 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 440px;
            flex: 0 1 440px;
    margin: 0;
    padding: 35px 25px 40px 25px;
  }
  .mcn-b2b__package-price-web {
    margin-bottom: 75px;
  }
  .mcn-b2b__package-fix-other-web {
    margin-bottom: 110px;
  }
  .mcn-b2b__map-content {
    padding: 40px;
    text-align: initial;
  }
  .mcn-b2b__solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: initial;
    margin-bottom: 60px;
  }
  .mcn-b2b__solution-img,
  .mcn-b2b__solution-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
  .mcn-b2b__solution-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mcn-b2b__features-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mcn-b2b__feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 0;
  }
  .mcn-b2b__control {
    text-align: initial;
  }
  .mcn-b2b__control-wrapper {
    padding: 0;
  }
  .mcn-b2b__control-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mcn-b2b__control-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  .mcn-b2b__control-item:nth-child(2) {
    margin-bottom: 40px;
  }
  .mcn-b2b__control-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .mcn-b2b__control-btn {
    margin-bottom: 0;
  }
  .mcn-b2b__control-stores {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mcn-b2b__help-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mcn-b2b__help-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 0;
  }
  .mcn-b2b__partners-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mcn-b2b__partner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    margin-bottom: 20px;
  }
}
/* ===========================================================================
   remove all animations and transitions for people
   that prefer not to see them
============================================================================ */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
