body {
  background: #000; }

.container {
  max-width: 1170px; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 44px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .header {
      top: 40px; } }
  .header__wrap {
    border-bottom: 1px solid #E0E0E0;
    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; }
    @media only screen and (max-width: 991px) {
      .header__wrap {
        padding: 8px 0; } }
  .header__actions .btn-fill {
    font-size: 16px;
    padding: 1px 10px;
    line-height: 24px; }
  @media only screen and (max-width: 991px) {
    .header__actions {
      margin-left: auto; } }
  @media only screen and (max-width: 576px) {
    .header__actions .btn-fill {
      font-size: 10px;
      line-height: 16px; } }
  .header__nav {
    margin-right: auto; }
    @media only screen and (max-width: 991px) {
      .header__nav {
        position: absolute;
        left: -100%;
        top: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        background: #000000;
        padding: 5px 15px;
        opacity: 0;
        -webkit-border-radius: 0 0 8px 0;
                border-radius: 0 0 8px 0;
        border: 1px solid #e0e0e0;
        border-top: none;
        border-left: none; } }
    .header__nav-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      @media only screen and (max-width: 991px) {
        .header__nav-list {
          display: block; } }
      .header__nav-list li {
        margin: 0 14px; }
        @media only screen and (max-width: 991px) {
          .header__nav-list li {
            margin: 0;
            position: relative; }
            .header__nav-list li:not(:last-child):after {
              content: '';
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              height: 1px;
              background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#e0e0e0), to(transparent));
              background: linear-gradient(to right, transparent, #e0e0e0, transparent); } }
        .header__nav-list li a {
          display: inline-block;
          padding: 15px 0;
          position: relative;
          font-size: 16px;
          color: #B4B4B4;
          line-height: 24px; }
        .header__nav-list li.active a {
          color: #4EDADD; }
        .header__nav-list li.caret {
          position: absolute;
          padding: 0;
          font-size: 0;
          left: 0;
          width: 0;
          height: 2px;
          background: #4edadd;
          bottom: 0;
          margin: 0;
          -webkit-transition: .3s linear;
          transition: .3s linear; }
          @media only screen and (max-width: 991px) {
            .header__nav-list li.caret {
              display: none; } }
  .header__logo {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    width: 250px;
    position: relative; }
    @media only screen and (max-width: 1599px) {
      .header__logo {
        width: 150px; } }
    @media only screen and (max-width: 991px) {
      .header__logo:hover {
        cursor: pointer; }
      .header__logo.opened:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      .header__logo.opened ~ .header__nav {
        left: 0px;
        opacity: 1;
        margin-top: -1px; }
      .header__logo:after {
        content: '\e931';
        font-family: VkursiIconFont !important;
        display: inline-block;
        -webkit-transition: .3s;
        transition: .3s;
        margin: 0 4px;
        color: #ffffff;
        font-size: .7em; } }
    @media only screen and (max-width: 576px) {
      .header__logo {
        width: 100px;
        font-size: 16px; } }

.fixed-top-page-content.nav-up ~ .page-content-wrap .header {
  top: 0; }

.main {
  padding-top: 98px; }
  @media only screen and (max-width: 768px) {
    .main {
      padding-bottom: 80px; } }
  .main__header {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .main__header {
        font-size: 20px;
        margin-bottom: 8px; } }
    .main__header-main {
      color: #ffffff; }
    .main__header-sub {
      color: #B4B4B4; }
  .main__advantages {
    margin-bottom: 20px;
    max-width: 1170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (max-width: 1199px) {
      .main__advantages {
        margin: 0 -15px 20px; } }
    @media only screen and (max-width: 991px) {
      .main__advantages {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        max-width: 330px;
        margin-right: auto;
        margin-left: auto; } }
    .main__advantages li {
      width: 100%;
      margin-bottom: 20px;
      padding: 0 15px;
      font-size: 15px;
      text-align: center;
      color: #ffffff;
      position: relative; }
      .main__advantages li:not(:last-child):after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        right: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E0E0E0), color-stop(85%, #E0E0E0), to(transparent));
        background: linear-gradient(to bottom, #E0E0E0 0, #E0E0E0 85%, transparent 100%); }
      @media only screen and (max-width: 991px) {
        .main__advantages li:not(:last-child):after {
          top: auto;
          left: 0;
          width: auto;
          height: 1px;
          background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #E0E0E0), color-stop(85%, #E0E0E0), to(transparent));
          background: linear-gradient(to right, transparent 0%, #E0E0E0 15%, #E0E0E0 85%, transparent 100%); } }
      @media only screen and (max-width: 1199px) {
        .main__advantages li {
          font-size: 13px; } }
      @media only screen and (max-width: 991px) {
        .main__advantages li {
          margin: 0;
          padding: 12px; } }
  .main__crm {
    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;
    margin-right: auto;
    margin-left: auto;
    max-width: 930px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .main__crm {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .main__crm li {
      padding: 0 15px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .main__crm li {
          padding: 0 5px;
          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;
          max-width: 100px; } }
      .main__crm li img {
        max-width: 100%; }
  .main__video {
    background: transparent url("/assets/api/img/laptop.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 0;
    padding: 2.895% 10.965% 7% 11.935%;
    margin-bottom: 40px;
    max-width: 1126px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    .main__video video {
      width: 100%; }
    .main__video:hover .main__video-btn[data-action="pause"].active {
      opacity: .5; }
    .main__video-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #b4b4b4;
      opacity: .5;
      -webkit-transition: .3s;
      transition: .3s;
      display: none; }
      .main__video-btn img {
        max-width: 80px;
        max-height: 80px;
        position: relative; }
      .main__video-btn[data-action="play"] img {
        left: 3px; }
      .main__video-btn[data-action="pause"] {
        opacity: 0; }
      .main__video-btn:hover {
        opacity: 1;
        cursor: pointer; }
      .main__video-btn.active {
        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; }
  @media only screen and (max-width: 768px) {
    .main__get {
      max-width: 375px;
      margin-left: auto;
      margin-right: auto; } }
  .main__get-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .main__get-pagination {
    display: none; }
    @media only screen and (max-width: 768px) {
      .main__get-pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 47px;
        -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; } }
    .main__get-pagination .dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #C4C4C4;
      margin: 0 12px;
      position: relative; }
      .main__get-pagination .dot:after {
        content: '';
        position: absolute;
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px; }
      .main__get-pagination .dot.active {
        background: #4edadd; }
  .main__get-item {
    width: 33.3333%;
    padding: 0 25px;
    position: relative;
    margin-bottom: 32px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .main__get-item:not(:last-child):after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      background: linear-gradient(to bottom, transparent 0, #E0E0E0 20px, #E0E0E0 -webkit-calc(100% - 20px), transparent 100%);
      background: linear-gradient(to bottom, transparent 0, #E0E0E0 20px, #E0E0E0 calc(100% - 20px), transparent 100%); }
    @media only screen and (max-width: 375px) {
      .main__get-item:not(:last-child):after {
        display: none; } }
  @media only screen and (max-width: 375px) {
    .main__get {
      padding: 0; } }
  .main__get-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 16px; }
    @media only screen and (max-width: 991px) {
      .main__get-title {
        font-size: 20px; } }
  .main__get-list li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #b4b4b4; }
    .main__get-list li:not(:last-child) {
      margin-bottom: 4px; }
    @media only screen and (max-width: 768px) {
      .main__get-list li {
        font-size: 13px; } }
    .main__get-list li:before {
      content: '\e932';
      position: absolute;
      left: 0;
      top: 0;
      line-height: 24px;
      font-size: 8px;
      color: #4edadd;
      font-family: VkursiIconFont !important; }
  .main__get-actions {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main__get-actions .btn-fill {
      font-size: 16px;
      line-height: 24px;
      padding: 5px 19px;
      -webkit-border-radius: 40px;
              border-radius: 40px; }
  .main__get-link {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    color: #4edadd; }
    .main__get-link:hover {
      cursor: pointer; }

.individual {
  background: transparent url("/assets/api/img/bg.png") center no-repeat;
  background-size: 100% 100%;
  padding: 250px 0 230px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 991px) {
    .individual {
      padding: 162px 0;
      background-size: auto 100%; } }
  @media only screen and (max-width: 768px) {
    .individual {
      background: transparent url("/assets/api/img/bg-mobile.png") center no-repeat;
      background-size: 100% 100%; } }
  @media only screen and (max-width: 480px) {
    .individual {
      padding: 100px 0; } }
  .individual__title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 16px;
    text-align: center; }
    .individual__title span {
      color: #4edadd; }
  .individual__subtitle {
    color: #E0E0E0;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 529px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 28px; }
    @media only screen and (max-width: 991px) {
      .individual__subtitle {
        margin-bottom: 75px; } }
    @media only screen and (max-width: 768px) {
      .individual__subtitle {
        font-size: 13px; } }
  .individual__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 928px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      .individual__list {
        max-width: 678px; } }
    @media only screen and (max-width: 768px) {
      .individual__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        max-width: 480px; } }
  .individual__actions {
    text-align: center; }
    .individual__actions .btn-line {
      font-size: 16px;
      padding: 5px 15px; }
  .individual__item {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .individual__item {
        width: 33.33333333%;
        padding: 0;
        margin-bottom: 28px; } }
    .individual__item-icon {
      margin-bottom: 16px;
      min-height: 49px;
      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; }
      @media only screen and (max-width: 768px) {
        .individual__item-icon {
          min-height: auto;
          height: 30px;
          margin-bottom: 10px; } }
      .individual__item-icon img {
        max-width: 100%;
        max-height: 100%; }
    .individual__item-label {
      color: #e0e0e0;
      font-size: 15px; }
      @media only screen and (max-width: 768px) {
        .individual__item-label {
          font-size: 13px; } }
    @media only screen and (max-width: 768px) {
      .individual__item {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
        .individual__item.--prev-last {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
        .individual__item.--last {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }

.friends {
  background: #ffffff;
  padding-bottom: 100px;
  margin-top: -236px;
  padding-top: 236px; }
  @media only screen and (max-width: 991px) {
    .friends {
      margin-top: -90px;
      padding-top: 160px; } }
  .friends-title {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center; }
  .friends-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .friends-list li {
      margin: 0 38px 30px; }
  .friends-subtitle {
    font-size: 20px;
    margin-bottom: 32px;
    text-align: center;
    color: #b4b4b4; }
    @media only screen and (max-width: 480px) {
      .friends-subtitle {
        font-size: 16px;
        margin-left: -10px;
        margin-right: -10px; } }
    .friends-subtitle p {
      color: #333333;
      margin: 0; }
  .friends-actions {
    text-align: center; }
    .friends-actions .btn-fill {
      font-size: 16px;
      padding: 7px 19px;
      -webkit-border-radius: 50px;
              border-radius: 50px; }

.methods {
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(49.48%, #363636), to(#000000));
  background: linear-gradient(90deg, #000000 0%, #363636 49.48%, #000000 100%);
  padding: 100px 0; }
  .methods-wrap {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto; }
  .methods-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 500;
    color: #ffffff; }
    .methods-title span {
      display: block;
      color: #b4b4b4; }
    @media only screen and (max-width: 768px) {
      .methods-title {
        font-size: 20px; } }
  .methods-video {
    margin-top: 40px;
    margin-bottom: 80px;
    max-width: 920px;
    background: #ffffff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 518px;
    margin-right: auto;
    margin-left: auto; }
  .methods-block {
    margin-bottom: 48px; }
    .methods-block__title {
      font-size: 24px;
      color: #ffffff;
      text-align: left;
      font-weight: 500;
      margin-bottom: 16px; }
      @media only screen and (max-width: 768px) {
        .methods-block__title {
          font-size: 20px; } }
    .methods-block__text {
      color: #ffffff;
      margin: 0 0 20px;
      font-size: 15px; }
      .methods-block__text b {
        font-weight: 500; }
      .methods-block__text + .methods-block__text {
        margin-top: -8px; }
    .methods-block__request {
      padding: 16px 6px 6px 20px;
      font-size: 15px;
      color: #ffffff;
      background: #3e3e3e;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      margin-bottom: 20px;
      overflow: hidden; }
      .methods-block__request pre {
        padding-bottom: 10px;
        padding-right: 34px; }
        .methods-block__request pre::-webkit-scrollbar {
          width: 2px;
          height: 2px;
          cursor: pointer; }
        .methods-block__request pre::-webkit-scrollbar-track {
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          background: rgba(0, 0, 0, 0.1); }
        .methods-block__request pre::-webkit-scrollbar-thumb {
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          background: #4EDADD; }
    .methods-block .link {
      color: #8cb3ff !important; }
      .methods-block .link:hover {
        color: #4080ff !important; }
    .methods-block__code {
      background: #3E3E3E;
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      -webkit-border-radius: 12px;
      border-radius: 12px;
      overflow: hidden;
      color: #ffffff; }
      .methods-block__code-wrap {
        padding: 6px;
        -webkit-border-radius: 0 0 30px 0;
        border-radius: 0 0 30px 0;
        overflow: hidden; }
      .methods-block__code pre {
        max-height: 250px; }
        .methods-block__code pre ::-moz-selection {
          background: #4edadd;
          color: #ffffff !important; }
        .methods-block__code pre ::selection {
          background: #4edadd;
          color: #ffffff !important; }
        .methods-block__code pre::-webkit-scrollbar {
          width: 2px;
          height: 2px;
          cursor: pointer; }
        .methods-block__code pre::-webkit-scrollbar-track {
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          background: rgba(0, 0, 0, 0.1); }
        .methods-block__code pre::-webkit-scrollbar-thumb {
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          background: #4EDADD; }
    .methods-block__header {
      background: #575757;
      padding: 9px 20px;
      -webkit-border-radius: 12px 12px 0 0;
      border-radius: 12px 12px 0 0;
      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; }
      .methods-block__header .text {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        padding-right: 15px; }
        @media only screen and (max-width: 768px) {
          .methods-block__header .text {
            font-size: 13px; } }
      .methods-block__header .actions {
        margin-left: auto; }
        @media only screen and (max-width: 768px) {
          .methods-block__header .actions.opened {
            z-index: 1000;
            position: relative; }
            .methods-block__header .actions.opened .actions__list {
              display: block; }
            .methods-block__header .actions.opened .actions__bg {
              display: block; } }
        .methods-block__header .actions__btn {
          display: none;
          width: 24px;
          height: 24px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          text-align: center;
          line-height: 24px; }
          @media only screen and (max-width: 768px) {
            .methods-block__header .actions__btn {
              display: block; } }
        .methods-block__header .actions__bg {
          display: none;
          position: fixed;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        .methods-block__header .actions__list {
          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; }
          .methods-block__header .actions__list li {
            position: relative;
            font-size: 15px;
            font-weight: 500;
            color: #ffffff;
            line-height: 22px;
            padding-left: 27px; }
            .methods-block__header .actions__list li .preview {
              -webkit-transition: .3s;
              transition: .3s; }
            .methods-block__header .actions__list li.wasCopied .preview {
              opacity: 0; }
            .methods-block__header .actions__list li.wasCopied .copied {
              opacity: 1; }
            .methods-block__header .actions__list li .copied {
              color: #4edadd;
              pointer-events: none;
              opacity: 0;
              -webkit-transition: .3s;
              transition: .3s;
              position: absolute;
              right: 0;
              top: 0;
              white-space: nowrap; }
              .methods-block__header .actions__list li .copied .icon-wrap {
                left: auto;
                right: 100%; }
              @media only screen and (max-width: 768px) {
                .methods-block__header .actions__list li .copied {
                  left: 35px;
                  top: 7px; }
                  .methods-block__header .actions__list li .copied .icon-wrap {
                    top: 0; } }
            .methods-block__header .actions__list li a {
              display: block;
              text-decoration: none;
              color: #fff; }
            .methods-block__header .actions__list li .icon-wrap {
              position: absolute;
              left: 0;
              width: 22px;
              font-size: 0;
              top: 0;
              height: 22px;
              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; }
              @media only screen and (max-width: 768px) {
                .methods-block__header .actions__list li .icon-wrap {
                  top: 7px;
                  -webkit-box-pack: center;
                  -webkit-justify-content: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  width: 35px; } }
            .methods-block__header .actions__list li:hover {
              cursor: pointer; }
            .methods-block__header .actions__list li:not(:last-child) {
              margin-right: 24px; }
            @media only screen and (max-width: 768px) {
              .methods-block__header .actions__list li {
                margin: 0;
                padding: 7px 10px 7px 35px;
                position: relative; }
                .methods-block__header .actions__list li:not(:last-child):after {
                  content: '';
                  position: absolute;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  height: 1px;
                  background: -webkit-gradient(linear, left top, right top, from(#E0E0E0), to(transparent));
                  background: linear-gradient(to right, #E0E0E0, transparent); } }
          @media only screen and (max-width: 768px) {
            .methods-block__header .actions__list {
              display: none;
              position: absolute;
              right: 15px;
              top: 100%;
              z-index: 5;
              background: #575757;
              -webkit-border-radius: 8px;
              border-radius: 8px;
              white-space: nowrap; } }

.token.property {
  color: #9876AA; }

.token.string {
  color: #77B767; }

.token.comment {
  color: #808080; }

.token.keyword, .token.boolean {
  color: #CC7832; }

.token.number {
  color: #6897bb; }

pre[id].linkable-line-numbers span.line-numbers-rows {
  pointer-events: all; }

pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
  cursor: pointer; }

pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
  background-color: rgba(128, 128, 128, 0.2); }

pre[class*="language-"].line-numbers {
  position: relative;
  padding: 6px 14px 6px 47px;
  counter-reset: linenumber; }

pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: inherit; }

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -46px;
  width: 37px;
  text-align: right;
  letter-spacing: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber; }

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #B4B4B4;
  display: block;
  padding-right: 0.8em;
  text-align: right; }
