.block-list-sim {
  padding: 50px 0;
  background: #F7F7F7; }
  .block-list-sim .showmore {
    padding: 11px 60px 10px 50px;
    color: #fff;
    min-width: 177px;
    height: 42px;
    border-radius: 50px;
    background: linear-gradient(to right, #177bd6, #04a6f2);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 70px;
    top: -70px; }
    .block-list-sim .showmore:before {
      content: '';
      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-list-sim .showmore:hover {
      background: #04a5f2; }
  .block-list-sim #nice-esim-slide {
    padding: 0 30px; }
    .block-list-sim #nice-esim-slide .list-esim .content {
      display: flex;
      flex-wrap: wrap; }
      .block-list-sim #nice-esim-slide .list-esim .content .esim {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 10px; }
        .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content {
          background: #fff;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          padding: 15px; }
          .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content:hover .numb a svg path {
            fill: #959595; }
          .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content:hover .bottom .buy a {
            background: #04a5f2; }
          .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .numb {
            font-size: 22px;
            font-family: 'Roboto', sans-serif;
            color: #3d3d3d;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .numb a {
              display: flex; }
              .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .numb a:focus svg path {
                fill: #0D91E4; }
          .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .name {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #414141;
            line-height: normal; }
          .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .bottom {
            display: flex;
            align-items: center;
            line-height: normal; }
            .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .bottom .price {
              width: calc(100% - 95px); }
              .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .bottom .price span:nth-child(1) {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #414141; }
              .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .bottom .price span:nth-child(2) {
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 14px;
                color: #414141; }
            .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .bottom .buy {
              text-align: center;
              width: 95px; }
              .block-list-sim #nice-esim-slide .list-esim .content .esim .esim-content .bottom .buy a {
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 13px;
                color: #fff;
                text-transform: uppercase;
                border-radius: 14.5px;
                background: linear-gradient(to right, #177bd6, #04a6f2);
                display: flex;
                height: 29px;
                align-items: center;
                justify-content: center; }
    .block-list-sim #nice-esim-slide .owl-nav {
      display: block !important;
      position: absolute;
      top: 36%;
      width: 100%;
      left: 0; }
      .block-list-sim #nice-esim-slide .owl-nav .owl-prev {
        position: absolute;
        left: -60px;
        background: none;
        border: 7px solid #cfedfc;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .block-list-sim #nice-esim-slide .owl-nav .owl-prev:hover span[aria-label='Previous'] {
          background: #007ec5; }
        .block-list-sim #nice-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] {
          background: linear-gradient(to top, #177bd6, #04a6f2);
          height: 40px;
          width: 40px;
          display: block;
          border-radius: 50%; }
          .block-list-sim #nice-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon {
            position: relative;
            display: flex; }
            .block-list-sim #nice-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow {
              position: absolute;
              top: 19.5px;
              width: 18px;
              height: 2px;
              background-color: #fff;
              left: 11px;
              border-radius: 10px; }
              .block-list-sim #nice-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow:after {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                left: 0;
                background-color: #fff;
                transform: rotate(-45deg);
                border-radius: 10px;
                transform-origin: top left; }
              .block-list-sim #nice-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow:before {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                left: 0;
                background-color: #fff;
                transform-origin: bottom left;
                transform: rotate(45deg);
                border-radius: 10px; }
      .block-list-sim #nice-esim-slide .owl-nav .owl-next {
        position: absolute;
        right: -60px;
        background: none;
        border: 7px solid #cfedfc;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .block-list-sim #nice-esim-slide .owl-nav .owl-next:hover span[aria-label='Next'] {
          background: #007ec5; }
        .block-list-sim #nice-esim-slide .owl-nav .owl-next span[aria-label='Next'] {
          background: linear-gradient(to top, #177bd6, #04a6f2);
          height: 40px;
          width: 40px;
          display: block;
          border-radius: 50%; }
          .block-list-sim #nice-esim-slide .owl-nav .owl-next span[aria-label='Next'] .icon {
            position: relative;
            display: flex; }
            .block-list-sim #nice-esim-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow {
              position: absolute;
              top: 19.5px;
              width: 18px;
              height: 2px;
              background-color: #fff;
              left: 11px;
              border-radius: 10px; }
              .block-list-sim #nice-esim-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow:after {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                right: 0;
                background-color: #fff;
                transform-origin: bottom right;
                transform: rotate(45deg);
                border-radius: 10px; }
              .block-list-sim #nice-esim-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow:before {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                right: 0;
                background-color: #fff;
                transform-origin: top right;
                transform: rotate(-45deg);
                border-radius: 10px; }
    .block-list-sim #nice-esim-slide .owl-dots {
      display: block !important;
      margin: 35px 0 0 0 !important; }
      .block-list-sim #nice-esim-slide .owl-dots button {
        background: none;
        border: none;
        outline: none;
        padding: 0; }
        .block-list-sim #nice-esim-slide .owl-dots button span {
          transition: all 0.3s ease-in-out !important; }
      .block-list-sim #nice-esim-slide .owl-dots .active span {
        width: 32px;
        border-radius: 5px;
        background: #079FED !important; }
  .block-list-sim #sale-esim-slide {
    padding: 0 30px; }
    .block-list-sim #sale-esim-slide .list-esim .content {
      display: flex;
      flex-wrap: wrap; }
      .block-list-sim #sale-esim-slide .list-esim .content .esim {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 10px; }
        .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content {
          background: #fff;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          padding: 15px; }
          .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content:hover .numb a svg path {
            fill: #0D91E4; }
          .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content:hover .bottom .buy a {
            background: #04a5f2; }
          .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .numb {
            font-size: 22px;
            font-family: 'Roboto', sans-serif;
            color: #3d3d3d;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .numb a {
              display: flex; }
          .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .name {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #414141;
            line-height: normal; }
          .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .bottom {
            display: flex;
            align-items: center;
            line-height: normal; }
            .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .bottom .price {
              width: calc(100% - 95px);
              display: table-cell;
              vertical-align: middle; }
              .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .bottom .price span:nth-child(1) {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #414141;
                text-decoration: line-through; }
              .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .bottom .price span:nth-child(2) {
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 14px;
                color: #414141; }
            .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .bottom .buy {
              text-align: center;
              display: table-cell;
              vertical-align: middle;
              width: 95px; }
              .block-list-sim #sale-esim-slide .list-esim .content .esim .esim-content .bottom .buy a {
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 13px;
                color: #fff;
                text-transform: uppercase;
                border-radius: 14.5px;
                background: linear-gradient(to right, #177bd6, #04a6f2);
                display: flex;
                height: 29px;
                align-items: center;
                justify-content: center; }
    .block-list-sim #sale-esim-slide .owl-nav {
      display: block !important;
      position: absolute;
      top: 30%;
      width: 100%;
      left: 0; }
      .block-list-sim #sale-esim-slide .owl-nav .owl-prev {
        position: absolute;
        left: -60px;
        background: none;
        border: 7px solid #cfedfc;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .block-list-sim #sale-esim-slide .owl-nav .owl-prev:hover span[aria-label='Previous'] {
          background: #007ec5; }
        .block-list-sim #sale-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] {
          background: linear-gradient(to top, #177bd6, #04a6f2);
          height: 40px;
          width: 40px;
          display: block;
          border-radius: 50%; }
          .block-list-sim #sale-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon {
            position: relative;
            display: flex; }
            .block-list-sim #sale-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow {
              position: absolute;
              top: 19.5px;
              width: 18px;
              height: 2px;
              background-color: #fff;
              left: 11px;
              border-radius: 10px; }
              .block-list-sim #sale-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow:after {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                left: 0;
                background-color: #fff;
                transform: rotate(-45deg);
                border-radius: 10px;
                transform-origin: top left; }
              .block-list-sim #sale-esim-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow:before {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                left: 0;
                background-color: #fff;
                transform-origin: bottom left;
                transform: rotate(45deg);
                border-radius: 10px; }
      .block-list-sim #sale-esim-slide .owl-nav .owl-next {
        position: absolute;
        right: -60px;
        background: none;
        border: 7px solid #cfedfc;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .block-list-sim #sale-esim-slide .owl-nav .owl-next:hover span[aria-label='Next'] {
          background: #007ec5; }
        .block-list-sim #sale-esim-slide .owl-nav .owl-next span[aria-label='Next'] {
          background: linear-gradient(to top, #177bd6, #04a6f2);
          height: 40px;
          width: 40px;
          display: block;
          border-radius: 50%; }
          .block-list-sim #sale-esim-slide .owl-nav .owl-next span[aria-label='Next'] .icon {
            position: relative;
            display: flex; }
            .block-list-sim #sale-esim-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow {
              position: absolute;
              top: 19.5px;
              width: 18px;
              height: 2px;
              background-color: #fff;
              left: 11px;
              border-radius: 10px; }
              .block-list-sim #sale-esim-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow:after {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                right: 0;
                background-color: #fff;
                transform-origin: bottom right;
                transform: rotate(45deg);
                border-radius: 10px; }
              .block-list-sim #sale-esim-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow:before {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                right: 0;
                background-color: #fff;
                transform-origin: top right;
                transform: rotate(-45deg);
                border-radius: 10px; }
    .block-list-sim #sale-esim-slide .owl-dots {
      display: block !important;
      margin: 35px 0 0 0 !important; }
      .block-list-sim #sale-esim-slide .owl-dots button {
        border: none;
        padding: 0;
        background: none;
        outline: none; }
        .block-list-sim #sale-esim-slide .owl-dots button span {
          transition: all 0.3s ease-in-out !important; }
      .block-list-sim #sale-esim-slide .owl-dots .active span {
        width: 32px;
        border-radius: 5px;
        background: #079FED !important; }
  .block-list-sim #esim-postpaid-slide {
    padding: 0 30px; }
    .block-list-sim #esim-postpaid-slide .list-esim .content {
      display: flex;
      flex-wrap: wrap; }
      .block-list-sim #esim-postpaid-slide .list-esim .content .esim {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 10px; }
        .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content {
          background: #fff;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          padding: 15px; }
          .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content:hover .numb a svg path {
            fill: #0D91E4; }
          .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content:hover .numb .postpaid svg path {
            fill: #fc8127; }
          .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content:hover .bottom .buy a {
            background: #04a5f2; }
          .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .numb {
            font-size: 22px;
            font-family: Roboto-Bold, sans-serif;
            color: #3d3d3d;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .numb .postpaid {
              display: flex;
              height: 20px;
              width: 20px;
              align-items: center;
              margin-left: -20px; }
              .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .numb .postpaid svg path {
                height: 100%; }
            .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .numb a {
              display: flex; }
          .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .name {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            color: #414141;
            line-height: normal; }
          .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .bottom {
            display: flex;
            align-items: center;
            line-height: normal; }
            .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .bottom .price {
              width: calc(100% - 95px);
              display: table-cell;
              vertical-align: middle; }
              .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .bottom .price span:nth-child(1) {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #414141;
                text-decoration: line-through; }
              .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .bottom .price span:nth-child(2) {
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 14px;
                color: #414141; }
            .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .bottom .buy {
              text-align: center;
              display: table-cell;
              vertical-align: middle;
              width: 95px; }
              .block-list-sim #esim-postpaid-slide .list-esim .content .esim .esim-content .bottom .buy a {
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 13px;
                color: #fff;
                text-transform: uppercase;
                border-radius: 14.5px;
                background: linear-gradient(to right, #177bd6, #04a6f2);
                display: flex;
                height: 29px;
                align-items: center;
                justify-content: center; }
    .block-list-sim #esim-postpaid-slide .owl-nav {
      display: block !important;
      position: absolute;
      top: 30%;
      width: 100%;
      left: 0; }
      .block-list-sim #esim-postpaid-slide .owl-nav .owl-prev {
        position: absolute;
        left: -60px;
        background: none;
        border: 7px solid #cfedfc;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .block-list-sim #esim-postpaid-slide .owl-nav .owl-prev:hover span[aria-label='Previous'] {
          background: #007ec5; }
        .block-list-sim #esim-postpaid-slide .owl-nav .owl-prev span[aria-label='Previous'] {
          background: linear-gradient(to top, #177bd6, #04a6f2);
          height: 40px;
          width: 40px;
          display: block;
          border-radius: 50%; }
          .block-list-sim #esim-postpaid-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon {
            position: relative;
            display: flex; }
            .block-list-sim #esim-postpaid-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow {
              position: absolute;
              top: 19.5px;
              width: 18px;
              height: 2px;
              background-color: #fff;
              left: 11px;
              border-radius: 10px; }
              .block-list-sim #esim-postpaid-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow:after {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                left: 0;
                background-color: #fff;
                transform: rotate(-45deg);
                border-radius: 10px;
                transform-origin: top left; }
              .block-list-sim #esim-postpaid-slide .owl-nav .owl-prev span[aria-label='Previous'] .icon .arrow:before {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                left: 0;
                background-color: #fff;
                transform-origin: bottom left;
                transform: rotate(45deg);
                border-radius: 10px; }
      .block-list-sim #esim-postpaid-slide .owl-nav .owl-next {
        position: absolute;
        right: -60px;
        background: none;
        border: 7px solid #cfedfc;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .block-list-sim #esim-postpaid-slide .owl-nav .owl-next:hover span[aria-label='Next'] {
          background: #007ec5; }
        .block-list-sim #esim-postpaid-slide .owl-nav .owl-next span[aria-label='Next'] {
          background: linear-gradient(to top, #177bd6, #04a6f2);
          height: 40px;
          width: 40px;
          display: block;
          border-radius: 50%; }
          .block-list-sim #esim-postpaid-slide .owl-nav .owl-next span[aria-label='Next'] .icon {
            position: relative;
            display: flex; }
            .block-list-sim #esim-postpaid-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow {
              position: absolute;
              top: 19.5px;
              width: 18px;
              height: 2px;
              background-color: #fff;
              left: 11px;
              border-radius: 10px; }
              .block-list-sim #esim-postpaid-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow:after {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                right: 0;
                background-color: #fff;
                transform-origin: bottom right;
                transform: rotate(45deg);
                border-radius: 10px; }
              .block-list-sim #esim-postpaid-slide .owl-nav .owl-next span[aria-label='Next'] .icon .arrow:before {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                right: 0;
                background-color: #fff;
                transform-origin: top right;
                transform: rotate(-45deg);
                border-radius: 10px; }
    .block-list-sim #esim-postpaid-slide .owl-dots {
      display: block !important;
      margin: 35px 0 0 0 !important; }
      .block-list-sim #esim-postpaid-slide .owl-dots button {
        border: none;
        padding: 0;
        background: none;
        outline: none; }
        .block-list-sim #esim-postpaid-slide .owl-dots button span {
          transition: all 0.3s ease-in-out !important; }
      .block-list-sim #esim-postpaid-slide .owl-dots .active span {
        width: 32px;
        border-radius: 5px;
        background: #079FED !important; }
  .block-list-sim .main-block {
    padding: 0 30px;
    position: relative; }
  .block-list-sim .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 71px;
    margin-bottom: 30px; }
    .block-list-sim .title-block ul h3 {
      margin-bottom: 0;
      font-size: 16px;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      padding: 0 16px; }
    .block-list-sim .title-block ul li a {
      padding: 10px; }
    .block-list-sim .title-block ul li a.active {
      background: #d9d9d9;
      color: #3d3d3d;
      border-radius: 20px; }

/*# sourceMappingURL=block-list-sim.css.map */
