.block-change-network {
  padding: 90px 0;
  font-family: 'Roboto', sans-serif; }
  .block-change-network .change {
    padding: 0 30px; }
    .block-change-network .change .title-change {
      font-size: 28px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 50px; }
    .block-change-network .change .main-change {
      display: flex; }
      .block-change-network .change .main-change .condition {
        width: 590px;
        padding-right: 50px; }
        .block-change-network .change .main-change .condition .ul-condition {
          list-style: none;
          font-size: 18px;
          position: relative;
          z-index: 0; }
          .block-change-network .change .main-change .condition .ul-condition:before {
            content: '';
            position: absolute;
            width: 1.5px;
            height: calc(100% - 10px);
            background: #D7D7D7;
            top: 10px;
            left: 17px;
            z-index: -1; }
          .block-change-network .change .main-change .condition .ul-condition .item {
            display: flex;
            width: 100%;
            margin-bottom: 20px;
            align-items: center; }
            .block-change-network .change .main-change .condition .ul-condition .item:last-child {
              margin-bottom: 0; }
            .block-change-network .change .main-change .condition .ul-condition .item .numb {
              background: #EC6320;
              border-radius: 50%;
              width: 35px;
              height: 35px;
              display: block;
              text-align: center;
              vertical-align: middle;
              color: #fff;
              padding: 5px 0; }
            .block-change-network .change .main-change .condition .ul-condition .item .cond {
              width: calc(100% - 35px);
              padding-left: 20px;
              display: block; }
        .block-change-network .change .main-change .condition .link-cond {
          margin-top: 35px;
          display: flex;
          align-items: center; }
          .block-change-network .change .main-change .condition .link-cond a {
            background: #FFD34D;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 16px;
            border-radius: 20px;
            display: inline-block;
            height: 42px;
            text-align: center;
            width: 340px;
            line-height: 42px; }
            .block-change-network .change .main-change .condition .link-cond a:hover, .block-change-network .change .main-change .condition .link-cond a:focus {
              background: #fec20c; }
          .block-change-network .change .main-change .condition .link-cond span {
            margin-left: 15px; }
            .block-change-network .change .main-change .condition .link-cond span svg {
              width: 38px;
              height: auto; }
        .block-change-network .change .main-change .condition .link-change {
          display: block;
          width: 270px;
          text-align: center;
          background: linear-gradient(to right, #ec6220, #f9af36);
          color: #fff;
          font-weight: 500;
          text-transform: uppercase;
          font-size: 16px;
          border-radius: 20px;
          height: 42px;
          line-height: 42px;
          margin-top: 20px;
          position: relative; }
          .block-change-network .change .main-change .condition .link-change:hover {
            background: linear-gradient(to right, #f9ae36, #f9ae36); }
          .block-change-network .change .main-change .condition .link-change:before {
            content: '';
            top: 15.5px;
            width: 10px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            position: absolute;
            right: 20px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .block-change-network .change .main-change .faq-change {
        width: calc(100% - 590px); }
        .block-change-network .change .main-change .faq-change .title {
          padding-top: 3px;
          font-size: 18px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          margin-bottom: 15px; }
        .block-change-network .change .main-change .faq-change .item-slide .item-list {
          background-color: #F2F2F2;
          margin-bottom: 15px;
          padding: 20px 30px; }
          .block-change-network .change .main-change .faq-change .item-slide .item-list .show-list {
            display: flex;
            position: relative;
            font-size: 18px;
            transition: all 0.5s;
            text-decoration: none;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            align-items: center;
            justify-content: space-between; }
            .block-change-network .change .main-change .faq-change .item-slide .item-list .show-list .cl {
              position: relative;
              height: 100%;
              width: 16px;
              margin-left: 50px; }
              .block-change-network .change .main-change .faq-change .item-slide .item-list .show-list .cl .cl1 {
                background: #848484;
                height: 2px;
                width: 16px;
                transform: rotate(90deg);
                transition: all 0.5s;
                position: absolute;
                right: 0;
                transition: all 0.5s; }
              .block-change-network .change .main-change .faq-change .item-slide .item-list .show-list .cl .cl2 {
                background: #848484;
                height: 2px;
                width: 16px;
                transition: all 0.5s;
                position: absolute;
                right: 0;
                transition: all 0.5s; }
          .block-change-network .change .main-change .faq-change .item-slide .item-list .show-list[aria-expanded=true] {
            color: #ec6320; }
            .block-change-network .change .main-change .faq-change .item-slide .item-list .show-list[aria-expanded=true] .cl .cl1 {
              transform: rotate(180deg);
              transition: all 0.5s; }
          .block-change-network .change .main-change .faq-change .item-slide .item-list .collapse-body {
            padding-top: 20px;
            font-size: 15px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400; }
        .block-change-network .change .main-change .faq-change #change-network {
          padding-bottom: 51px; }
          .block-change-network .change .main-change .faq-change #change-network .owl-nav {
            display: block;
            position: absolute;
            right: 0;
            margin: 0 0 0 0;
            bottom: 0; }
            .block-change-network .change .main-change .faq-change #change-network .owl-nav button {
              outline: none;
              padding: 0;
              height: 21px;
              width: 13px;
              background: none;
              border: none;
              margin: 0; }
              .block-change-network .change .main-change .faq-change #change-network .owl-nav button:hover span[aria-label] .icon .arrow, .block-change-network .change .main-change .faq-change #change-network .owl-nav button:focus span[aria-label] .icon .arrow {
                border-color: #0BBDAA; }
              .block-change-network .change .main-change .faq-change #change-network .owl-nav button span[aria-label] {
                display: flex;
                justify-content: center;
                align-items: center; }
                .block-change-network .change .main-change .faq-change #change-network .owl-nav button span[aria-label] .icon {
                  display: block;
                  position: relative;
                  height: 24px;
                  width: 15px; }
                  .block-change-network .change .main-change .faq-change #change-network .owl-nav button span[aria-label] .icon .arrow {
                    top: 5.5px;
                    width: 15px;
                    height: 15px;
                    border: solid #999999;
                    border-width: 0 3px 3px 0;
                    position: absolute; }
            .block-change-network .change .main-change .faq-change #change-network .owl-nav .owl-prev span[aria-label] .icon .arrow {
              left: 4px;
              -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
            .block-change-network .change .main-change .faq-change #change-network .owl-nav .owl-next {
              margin: 0 0 0 40px; }
              .block-change-network .change .main-change .faq-change #change-network .owl-nav .owl-next span[aria-label] .icon .arrow {
                right: 4px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
          .block-change-network .change .main-change .faq-change #change-network .owl-dots {
            display: block;
            position: absolute;
            margin: 10px 0 0 0;
            left: 0;
            bottom: 0; }
            .block-change-network .change .main-change .faq-change #change-network .owl-dots button {
              border: none;
              outline: none;
              background: none;
              padding: 0; }
              .block-change-network .change .main-change .faq-change #change-network .owl-dots button span {
                transition: all 0.3s ease-in-out !important; }
            .block-change-network .change .main-change .faq-change #change-network .owl-dots .active span {
              width: 32px;
              border-radius: 5px;
              background: #0BBDAA; }

/*# sourceMappingURL=block-change-network.css.map */
