@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: none;
  margin: 0;
  padding: 0;
}

.ul {
  list-style-type: disc;
  text-align: left;
  /* padding: 0 0 0 20px; */
}

.br {
  display: none;
}

._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;
}

._g__h2 {
  font-size: 22px;
  -webkit-boxflex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 22px;
  margin-bottom: 28px;
}

.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;
}

.light_14 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.light_18 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

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

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

.regular_18 {
  font-family: var(--mcn__font_regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.bold_16 {
  font-family: var(--mcn__font_bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
}

.bold_22 {
  font-family: var(--mcn__font_bold);
  font-weight: 700;
  font-size: 22px;
  line-height: 116.1%;
}

@media (min-width: 1200px) {
  ._g__h1 {
    font-size: 38px;
    line-height: 38px;
  }
  ._g__h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 56px;
  }
  .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_18 {
    font-size: 18px;
    line-height: 24px;
  }
  .light_24 {
    font-size: 24px;
    line-height: 36px;
  }
  .regular_22 {
    font-size: 22px;
    line-height: 34px;
  }
  .regular_34 {
    font-size: 34px;
    line-height: 36px;
  }
  .br {
    display: flex;
  }
  .rev {
    flex-direction: column;
  }
}
/* banner */
.banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#0073ca), to(#00affc));
  background: linear-gradient(#0073ca, #00affc);
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.banner_row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner_col {
  color: #f5f8fa;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
.banner_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;
}
.banner_btn_a {
  font-size: inherit;
  padding: 10px 20px;
}

.col1-2_row1 {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.col1-2_row1_col {
  flex-direction: column;
  column-gap: 90px;
  row-gap: 20px;
  align-items: center;
}
.col1-2_row1_cont {
  display: grid;
  gap: 10px;
  font-family: var(--mcn__font_light);
  font-size: 16px;
}

.col2-1 {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.col2-1_col {
  flex-direction: column;
  padding-bottom: 40px;
}
.col2-1_items {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.col2-1_item {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.col2-1_item_text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  width: 100%;
}
.col2-1_item_pic {
  width: 100%;
  height: auto;
}

.col2_row1 {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.col2_row1_col {
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  justify-content: center;
  gap: 40px;
}
.col2_row1_item {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.col2_row1_item > img {
  margin: 0 auto;
}
.col2_row1_text {
  display: grid;
  gap: 20px;
}

/* col3_row2 */
.col3_row2 {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.col3_row2__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 315px);
  -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;
}
.col3_row2__item-head {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.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);
}

.col1_pic {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
  padding: 55px 0;
  background: #F6F8FC;
}
.col1_pic_col {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  column-gap: 55px;
}
.col1_pic_col img {
  width: 387px;
  margin: 0 auto;
}
.col1_pic_text {
  color: #444444;
}
.col1_pic_text p:first-child {
  padding-bottom: 15px;
}

/* tariff */
.tariff {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.tariff_col {
  display: flex;
  flex-direction: column;
  width: 290px;
  margin: 0 auto;
}
.tariff__card {
  border-radius: 12px;
  box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
}
.tariff__card-head {
  background-color: #0e7de6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 40px;
}
.tariff__card-head-title {
  font-family: var(--mcn__font_bold);
  font-size: 20px;
  padding-bottom: 15px;
}
.tariff__card_price {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  margin: 30px;
}
.tariff__card_btn {
  padding-bottom: 40px;
}
.tariff__card_btn-link {
  font-size: 16px;
  height: 48px;
  width: 140px;
}

@media (min-width: 992px) {
  .banner {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
    padding-top: initial;
    padding-bottom: initial;
  }
  .banner_row {
    background: url("../img/unified-extension-system/banner.png") center/contain no-repeat;
    background-position-x: calc(30% + 400px);
    background-position-y: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    align-items: center;
    background-size: initial;
    min-height: 400px;
  }
  .banner_col {
    text-align: initial;
    margin-left: initial;
    margin-right: initial;
    align-items: flex-start;
  }
  .banner_btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 285px;
  }
  .col1-2_row1 {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .col1-2_row1_col {
    flex-direction: row;
  }
  .col1-2_row1_cont {
    text-align: start;
    font-size: 18px;
    line-height: 26px;
  }
  .col2-1 {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .col2-1_col {
    padding-bottom: 100px;
    max-width: 955px;
    margin: 0 auto;
  }
  .col2-1_reverse {
    flex-direction: row-reverse !important;
  }
  .col2-1_item {
    display: flex;
    text-align: left;
    flex-direction: row;
    column-gap: 60px;
  }
  .col2-1_item_pic {
    display: flex;
  }
  .col2_row1 {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .col2_row1_col {
    grid-template-columns: repeat(auto-fit, 555px 510px);
    justify-content: space-between;
    padding: inherit;
  }
  .col2_row1_item {
    flex-direction: row;
    text-align: start;
    column-gap: 40px;
  }
  .col3_row2 {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .col3_row2__item_one {
    grid-column: inherit;
    text-align: left;
  }
  .col3_row2__item_two {
    grid-column: inherit;
  }
  .col3_row2__items {
    grid-template-columns: repeat(auto-fit, 367px 319px 276px);
    row-gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
  .col1_pic {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
    padding: 110px 0;
  }
  .col1_pic_col {
    flex-direction: row;
    text-align: left;
  }
  /* tariff */
  .tariff {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
}

/*# sourceMappingURL=unified-extension-system.css.map */
