@font-face {
  font-display: swap;
  font-family: "_g-roboto-black";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoBlack.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "_g-roboto-bold";
  font-weight: 700;
  src: url("../fonts/RobotoBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "_g-roboto-medium";
  font-weight: 500;
  src: url("../fonts/RobotoMedium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "_g-roboto-regular";
  font-weight: 400;
  src: url("../fonts/RobotoRegular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "_g-roboto-light";
  font-weight: 300;
  src: url("../fonts/RobotoLight.woff2") format("woff2");
}
/* ul {
  list-style-type: disc;
} */
._g {
  --mcn__font_black: "_g-roboto-black";
  --mcn__font_bold: "_g-roboto-bold";
  --mcn__font_medium: "_g-roboto-medium";
  --mcn__font_light: "_g-roboto-light";
  --mcn__font_regular: "_g-roboto-regular";
  --mcn__margin-bottom_block_mobile: 55px;
  --mcn__margin-bottom_block_desktop: 110px;
  color: #000;
  text-align: center;
  font-family: var(--mcn__font_regular);
}

._g * {
  font-family: inherit;
  font-weight: inherit;
}

._g b,
._g strong {
  font-weight: bold;
}

._g img {
  max-width: 100%;
  content-visibility: auto;
}

._g img[width] {
  width: auto;
  content-visibility: auto;
}

._g img[width][height] {
  height: auto;
  content-visibility: auto;
}

._g__h1 {
  font-family: var(--mcn__font_bold);
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}



.white_title {
  font-family: var(--mcn__font_regular);
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.white_sibtitle {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  font-family: var(--mcn__font_light);
}

._g__info_f14 {
  font-family: var(--mcn__font_light);
  -webkit-boxflex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

.rub {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.light_12 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}

.l_15 {
  font-family: var(--mcn__font_light);
  font-size: 15px;
  font-weight: 500;
}

.l_17 {
  font-family: var(--mcn__font_light);
  font-size: 17px;
}

.light_20 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.light_21 {
  font-family: var(--mcn__font_light);
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
}

.light_24 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
}

.b_20 {
  font-family: var(--mcn__font_bold);
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.medium_24 {
  font-family: var(--mcn__font_medium);
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
}

.m_21 {
  font-family: var(--mcn__font_medium);
  font-size: 21px;
  font-weight: 500;
  line-height: 21px;
}

.regular_14 {
  font-family: var(--mcn__font_regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.r_16 {
  font: 400 16px/16px "var(--mcn__font_regular)", sans-serif;
}

.regular_20 {
  font-family: var(--mcn__font_regular);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.center {
  display: flex;
  justify-content: center;
}

.btn {
  padding: 10px 20px;
}

.section-m {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.section-p {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media (min-width: 1200px) {
  ._g__h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .white_title {
    font-size: 34px;
    line-height: 36px;
  }
  .white_subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  ._g__info_f14 {
    font-size: 14px;
    line-height: 20px;
  }
  .medium_24 {
    font-size: 24px;
    line-height: 30px;
  }
  .light_20 {
    font-size: 20px;
    line-height: 22px;
  }
  .light_24 {
    font-size: 24px;
    line-height: 36px;
  }
  .section-m {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .section-p {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
/* banner */
._g__hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#0073ca), to(#00affc));
  background: linear-gradient(#0073ca, #00affc);
}

.hero__row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero__col {
  color: #f5f8fa;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.hero__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.hero__btn_a {
  font-size: inherit;
  padding: 10px 20px;
}

.hero__cont-li {
  text-align: left;
  margin: 0 auto;
}

.direct-numbers__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 125px;
  row-gap: 35px;
  justify-content: center;
}

.direct-numbers__item {
  display: grid;
}
.direct-numbers__item img {
  padding-bottom: 18px;
  margin: auto;
}

.definition-case {
  padding: 43px 50px;
  display: flex;
  flex-direction: column;
  background-color: #f2f5fa;
  color: #5b5b5b;
  max-width: 940px;
  margin: auto;
}

.definition-title {
  margin-bottom: 15px;
}

.definition-text > span {
  font-family: var(--mcn__font_black);
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
}

.col3_row2 {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.col3_row2_col {
  display: flex;
  flex-direction: column;
  max-width: 890px;
  margin: auto;
}

.col3_row2__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 345px);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  row-gap: 40px;
  column-gap: 40px;
  padding: 0 15px;
}

.col3_row2__item {
  flex-direction: column;
  padding-left: initial;
  padding-right: initial;
  text-align: initial;
  justify-content: center;
  row-gap: 15px;
}

.col3_row2__item-head {
  align-items: center;
  display: flex;
}

.col3_row2__item-head-pic {
  -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;
  align-items: center;
  min-width: 55px;
}

.col3_row2__item-head-title {
  font-family: var(--mcn__font_medium);
  font-size: 16px;
  margin-left: 20px;
}

.col3_row2__item-cont {
  font-family: var(--mcn__font_light);
}

.col3_row2__item-btn {
  column-gap: 25px;
  display: flex;
}

.category {
  color: #404040;
}

.category__wrapper {
  flex-direction: column;
  row-gap: 30px;
}

.category__types {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 30px;
}

.category__type {
  max-width: 350px;
}

.category__items {
  flex-wrap: wrap;
  column-gap: 55px;
  row-gap: 75px;
  justify-content: center;
}

.category__item {
  display: grid;
  row-gap: 30px;
  color: #444;
}

.category__item__header {
  display: flex;
  column-gap: 17px;
}

.category__item__title {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 3px;
}

.category__item__nums {
  display: grid;
  row-gap: 10px;
  color: #828282;
}

.category__item__price {
  display: flex;
  column-gap: 5px;
  justify-content: flex-end;
  color: #828282;
}

.category__item__price span:last-child {
  font-size: 41px;
  font-family: var(--mcn__font_light);
  font-weight: 100;
  line-height: 40px;
}

.category .row:last-child {
  margin-top: 35px;
}

.extra__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 80px;
  justify-content: space-around;
}

.extra__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
}

.extra__item-cont {
  max-width: 290px;
}

.extra__item-cont h3 {
  padding-bottom: 10px;
}

.stepper {
  background: linear-gradient(180deg, #0071ff 0%, #00acff 100%), #f5f8fa;
}

.stepper .row .col h2 {
  margin: 0 auto 28px;
}

.c-stepper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 245px);
  justify-content: center;
  row-gap: 25px;
  padding: initial;
  margin: initial;
  counter-reset: section;
  list-style-type: none;
  width: 100%;
  color: white;
}

.c-stepper__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.c-stepper__item a {
  color: inherit;
  text-decoration: underline;
}

.c-stepper__item::before {
  border-radius: 50%;
  border: 9.5px solid white;
  counter-increment: section;
  content: counter(section);
  display: flex;
  font-size: 46px;
  font-weight: 700;
  height: 77px;
  width: 77px;
  margin-bottom: 35px;
  justify-content: center;
  align-items: center;
}

.buy__wrapper {
  flex-direction: column;
  align-items: center;
  row-gap: 35px;
}

.buy__wrapper div {
  max-width: 550px;
}

.buy__wrapper div p {
  padding-bottom: 30px;
}

.buy__btn {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.vn-set {
  background-color: #f5f8fa;
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
  padding-bottom: 55px;
  padding-top: 55px;
}

.vn-set__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vn-set__pic {
  margin-bottom: 25px;
}

.vn-set__title {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 28px;
}

.vn-set__subtitle {
  color: #828282;
  font-family: var(--mcn__font_light);
  font-size: 16px;
  margin-bottom: 40px;
}

.vn-set__btn {
  padding: 10px 20px;
}

/* me-profit */
.me-profit {
  background-color: #f6f8fc;
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
  padding-bottom: 45px;
  padding-top: 45px;
}

.me-profit__lists {
  color: #5e5d5d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--mcn__font_light);
  text-align: initial;
}

.me-profit__lists-item:first-child {
  margin-bottom: 33px;
}

.me-profit__list {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
  row-gap: 33px;
}

.me-profit__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.me-profit__list-item:before {
  line-height: 0;
  margin-right: 35px;
  min-width: 31px;
}

.me-profit__list-item_pros:before {
  content: url("../img/mobile-employees-page/profit__pros.svg");
}

.me-profit__list-item_cons:before {
  content: url("../img/mobile-employees-page/profit__cons.svg");
}

/* me-set */
.me-set {
  background-color: #f5f8fa;
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
  padding-bottom: 55px;
  padding-top: 55px;
}

.me-set__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.me-set__pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 25px;
}

.me-set__title {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 28px;
}

.me-set__title_light {
  font-family: var(--mcn__font_light);
}

.me-set__subtitle {
  color: #828282;
  font-family: var(--mcn__font_light);
  font-size: 16px;
  margin-bottom: 40px;
}

.me-set__btn {
  padding: 10px 20px;
}

/* enjoy */
.enjoy {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.enjoy_item {
  text-align: left;
  margin: 0 auto;
}

.enjoy_items {
  flex-direction: column;
  padding-bottom: 30px;
}

.enjoy_item:first-child {
  padding-bottom: 45px;
}

.enjoy_item-num {
  padding-bottom: 10px;
}

.enjoy_item-cont {
  color: #404040;
  padding-bottom: 20px;
  max-width: 387px;
}

.enjoy_item-img {
  filter: drop-shadow(0px 6.83333px 29.0416px rgba(0, 0, 0, 0.17));
}

.enjoy_a {
  justify-content: center;
}

/* me-use  */
.me-use {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.me-use__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 290px);
  -ms-flex-pack: distribute;
  justify-content: center;
  row-gap: 40px;
  column-gap: 45px;
}

.me-use__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: initial;
  padding-right: initial;
  text-align: initial;
}

.me-use__item-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.me-use__item-head-pic {
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.me-use__item-head-title {
  font-family: var(--mcn__font_medium);
  font-size: 16px;
  margin-left: 20px;
}

.me-use__item-cont {
  font-family: var(--mcn__font_light);
}

/* form */
.form-section {
  background: linear-gradient(180deg, #0071ff 0%, #00adff 100%);
  padding: 55px 0;
}

.robot__form {
  background: #ffffff;
  display: inline-block;
}

.indent {
  margin-bottom: 20px;
  max-width: 482px;
  padding: 42px;
}

.form_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.text-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  max-width: 360px;
  display: -webkit-inline-box;
}

.text-descr {
  font-weight: 300;
  max-width: 325px;
  display: -webkit-inline-box;
}

.form-inner_ {
  display: flex;
  flex-direction: column;
  margin-bottom: 27px;
  align-items: center;
}

.form_input {
  margin-bottom: 9px;
  border-radius: 4px;
  max-width: 328px;
  height: 35px;
  width: 100%;
}

.text-note {
  display: -webkit-inline-box;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  max-width: 310px;
}

.color-link {
  color: #3c86b0;
}

.text-tel {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 400px;
  display: -webkit-inline-box;
}

.case-tel-numb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tel-pic {
  margin-right: 10px;
}

.tel {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

.btn_blue {
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 25px;
}

.cities {
  display: none;
}

@media (min-width: 768px) {
  .category__types {
    text-align: left;
    justify-content: space-between;
  }
  .category__box {
    position: relative;
    display: flex;
    column-gap: 45px;
    padding-top: 40px;
    width: 400px;
  }
  .category__box .category__item__header {
    position: absolute;
    left: 210px;
    top: 0px;
  }
  .category__items {
    justify-content: space-around;
    width: calc(100% + 30px);
  }
  .cities {
    flex-direction: column;
    display: flex;
    row-gap: 11px;
    justify-content: flex-end;
    text-align: left;
  }
  .cities .last-city {
    padding-bottom: 20px;
  }
  .cities p {
    padding-bottom: 37px;
  }
  .stepper .row .col h2 {
    margin: 0 auto 60px;
  }
  .c-stepper {
    display: flex;
    flex-wrap: wrap;
  }
  .c-stepper__item:not(:last-child):after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: white;
    width: calc(100% - 133px);
    left: calc(50% + 66.5px);
    top: 38.5px;
  }
  .vn-set {
    background: url("../img/virtual-numbers-page/set__bg.svg") calc(50% + 500px) center no-repeat #f5f8fa;
    padding-bottom: initial;
    padding-top: initial;
  }
  .vn-set__row {
    height: 375px;
  }
  .vn-set__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    text-align: initial;
  }
  .vn-set__pic {
    margin-bottom: initial;
  }
  .vn-set__cont {
    margin-left: 60px;
  }
  /* me-use */
  .me-use__items {
    grid-template-columns: repeat(auto-fit, 310px);
    column-gap: 55px;
  }
  /*me-set */
  .me-set {
    background: url("../img/mobile-employees-page/set__bg.svg") calc(50% + 500px) center no-repeat #f5f8fa;
    padding-bottom: initial;
    padding-top: initial;
  }
  .me-set__row {
    height: 375px;
  }
  .me-set__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    text-align: initial;
  }
  .me-set__pic {
    margin-bottom: initial;
  }
  .me-set__cont {
    margin-left: 60px;
    -ms-flex-preferred-size: 435px;
    flex-basis: 370px;
  }
}
@media (min-width: 992px) {
  /* banner */
  .hero__495 {
    background: url("../img/numbers/495/banner-495-new.png") center/contain no-repeat;
    background-position-x: calc(20% + 300px);
    background-position-y: bottom;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__platinum {
    background: url("../img/numbers/platinum/banner-platinum.png") center/contain no-repeat;
    background-position-x: calc(20% + 300px);
    background-position-y: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__silver {
    background: url("../img/numbers/silver/banner__silver.png") center/contain no-repeat;
    background-position-x: calc(20% + 300px);
    background-position-y: bottom;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__bronze {
    background: url("../img/numbers/banner__bronze.svg") center/contain no-repeat;
    background-position-x: calc(20% + 300px);
    background-position-y: bottom;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__gold {
    background: url("../img/numbers/banner__gold.png") center/contain no-repeat;
    background-position-x: calc(20% + 300px);
    background-position-y: bottom;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__col {
    max-width: 375px;
    text-align: initial;
    margin-left: initial;
    margin-right: initial;
  }
  .hero__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 285px;
  }
  .extra__item {
    flex-direction: inherit;
    column-gap: 60px;
  }
  .extra__item-cont {
    text-align: left;
  }
  .buy__wrapper {
    flex-direction: inherit;
    text-align: left;
    column-gap: 60px;
  }
  .buy__btn {
    justify-content: inherit;
  }
  /* me-use */
  .me-use__items {
    grid-template-columns: repeat(auto-fit, 380px);
    column-gap: 30px;
  }
  .me-use__item-head-pic {
    min-width: 55px;
  }
  /* enjoy */
  .enjoy {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .enjoy_items {
    flex-direction: row;
    padding-bottom: 60px;
  }
  .enjoy_item:first-child {
    padding-bottom: initial;
    padding-right: 55px;
  }
  .enjoy_item-cont {
    padding-bottom: 45px;
  }
  /* form  */
  .form-section {
    background: url("../img/sales-with-chat-bots/bg_form.png") center no-repeat, linear-gradient(180deg, #0b7dff 0%, #00acff 100%);
    background-position-y: 110%;
  }
  .section {
    padding: 110px 0;
  }
  .form_head {
    margin-bottom: 70px;
  }
  .text-title {
    font-size: 34px;
    line-height: 36px;
    max-width: 315px;
    display: -webkit-inline-box;
  }
  .text-tel {
    font-size: 24px;
    line-height: 36px;
    max-width: 600px;
  }
  .tel {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  /* banner */
  ._g__hero {
    padding-top: initial;
    padding-bottom: initial;
  }
  .hero__row {
    max-width: 1200px;
    background-position-x: right;
    /* background-position-x: calc(43% + 300px); */
    /* background-position-y: top; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: initial;
    min-height: 400px;
  }
  .hero__col {
    max-width: 570px;
  }
  .hero__cont {
    font-size: 18px;
    line-height: 26px;
  }
  .hero__cont-li {
    margin: inherit;
  }
  .hero__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 285px;
  }
  .definition-case {
    padding: 63px 70px;
  }
  .definition-text {
    text-align: left;
    padding: 0 70px;
  }
  .col3_row2 {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .col3_row2_col div:nth-child(2) {
    padding-bottom: 30px;
  }
  .col3_row2__item_one {
    grid-column: inherit;
    text-align: left;
  }
  .col3_row2__item_two {
    grid-column: inherit;
  }
  .col3_row2__items {
    row-gap: 40px;
    justify-content: space-between;
  }
  .col3_row2__items__1 {
    grid-template-columns: repeat(auto-fit, 330px 285px 290px);
  }
  .vn-set {
    background-position-x: calc(50% + 375px);
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-set__title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .vn-set__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* me-profit */
  .me-profit {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .me-profit__lists {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .me-profit__lists-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
  }
  .me-profit__lists-item:first-child {
    margin-bottom: initial;
  }
  .me-profit__list {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
  }
  /* me-set */
  .me-set {
    background-position-x: calc(50% + 360px);
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .me-set__title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .me-set__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .me-set__cont {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
  }
  /* me-use*/
  .me-use {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :after,
  :before {
    -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;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* * {
  outline: orangered 1px solid;
} */


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