* {
  margin: 0;
  padding: 0; }

body {
  background-color: #F9FAFB;
  color: #2A313C;
  font-family: "Euclid Circular B", sans-serif;
  font-weight: normal;
  font-size: 15px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px; }

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px; }

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; }

p {
  font-size: 24px;
  line-height: 48px;
  font-weight: 300;
  color: #526572; }

a {
  text-decoration: none;
  color: #2A313C;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

.my-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #32BB78;
  border: none;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  height: 52px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 260px;
  padding: 16px 40px;
  text-align: center; }

.btn-active {
  color: #ffffff;
  background-color: #32BB78; }

.brand-color {
  color: #32BB78; }

.slug {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase; }

header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  height: 82px;
  padding: 15px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header .logo {
    height: 30px;
    width: auto; }
    header .logo img {
      height: 30px; }

main .main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 588px;
  position: relative; }
  main .main .promo {
    background-color: #32BB78;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    padding: 64px 239px 112px 200px;
    width: 65%; }
    main .main .promo h1 {
      font-weight: 700;
      font-size: 50px;
      line-height: 60px; }
      main .main .promo h1 img {
        width: 24px;
        height: 40px; }
    main .main .promo p {
      color: #FFFFFF;
      font-size: 20px !important;
      font-weight: 400 !important;
      line-height: 30px;
      margin: 20px 0;
      width: 464px; }
    main .main .promo .apps {
      background-color: #2A313C;
      margin-top: 40px; }
  main .main .map {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 35%; }
    main .main .map .marker {
      height: 68px;
      position: absolute;
      width: 50px; }
      main .main .map .marker:first-child {
        right: 148px;
        top: 44px; }
      main .main .map .marker:nth-child(2) {
        right: 48px;
        bottom: 175px; }
    main .main .map .device {
      position: absolute;
      top: 50px;
      bottom: 50px;
      left: -119px;
      z-index: 100; }
      main .main .map .device img.smart {
        width: 238px;
        height: 487px; }
      main .main .map .device .card {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 20px;
        position: absolute;
        z-index: 150;
        width: 183px;
        height: 74px; }
        main .main .map .device .card:first-child {
          top: 78px;
          left: -84px; }
        main .main .map .device .card:nth-child(2) {
          width: 220px;
          top: 208px;
          right: -115px; }
        main .main .map .device .card:last-child {
          top: 317px;
          left: -37px;
          width: 210px; }
        main .main .map .device .card img {
          height: 44px;
          width: 44px; }
        main .main .map .device .card p {
          font-size: 16px;
          font-weight: 500;
          line-height: 20px;
          margin-left: 15px; }
          main .main .map .device .card p b {
            color: #32BB78;
            font-size: 20px;
            font-weight: 600; }

main .registration {
  background-color: #FFFFFF;
  padding: 125px 197px 0; }
  main .registration .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    main .registration .wrap h2 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 15px;
      width: 422px; }
    main .registration .wrap p {
      font-size: 24px;
      line-height: 48px;
      font-weight: 300;
      color: #526572; }
    main .registration .wrap img {
      width: 382px;
      height: 482px;
      margin-right: 0;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }

main .discounts {
  background-color: #EFF3FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 198px 0 240px; }
  main .discounts .discount__img {
    position: relative;
    margin: 0 0 -7px;
    padding: 0; }
    main .discounts .discount__img .card-wog {
      background-color: #32BB78;
      border-radius: 19px;
      -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.12);
      box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.12);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: -47px;
      padding: 19px;
      position: absolute;
      top: 130px;
      width: 316px; }
      main .discounts .discount__img .card-wog .card__logo {
        background-color: #0E9449;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        height: 68px;
        margin: 0;
        padding: 8px; }
        main .discounts .discount__img .card-wog .card__logo img {
          margin: 0;
          padding: 0;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
      main .discounts .discount__img .card-wog .card__content {
        color: #FFFFFF;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 14px; }
        main .discounts .discount__img .card-wog .card__content h4 {
          font-size: 22px;
          font-weight: 600;
          line-height: 24px;
          margin-bottom: 4px; }
        main .discounts .discount__img .card-wog .card__content span {
          font-size: 11px;
          font-weight: 400;
          line-height: 15px; }
      main .discounts .discount__img .card-wog .card__actions {
        text-align: right; }
        main .discounts .discount__img .card-wog .card__actions .btn-group {
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: end;
          margin: 12px 0 0;
          padding: 0; }
          main .discounts .discount__img .card-wog .card__actions .btn-group .card__btn {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: rgba(29, 150, 92, 0.5);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 29px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 29px; }
            main .discounts .discount__img .card-wog .card__actions .btn-group .card__btn:first-child {
              margin-right: 2px;
              border-bottom-left-radius: 5px;
              border-top-left-radius: 5px; }
            main .discounts .discount__img .card-wog .card__actions .btn-group .card__btn:last-child {
              border-top-right-radius: 5px;
              border-bottom-right-radius: 5px; }
  main .discounts .discount__content {
    margin-left: 90px;
    margin-top: 45px; }
    main .discounts .discount__content h3 {
      margin-bottom: 15px; }
    main .discounts .discount__content h2 {
      width: 505px;
      margin-bottom: 15px; }

main .net-station {
  background-color: #FFFFFF;
  padding: 120px 200px 0; }
  main .net-station h2 {
    text-align: center;
    margin-bottom: 24px; }
  main .net-station p {
    margin: 0 auto 40px;
    text-align: center;
    width: 822px; }
  main .net-station table {
    border-spacing: 6px 4px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    width: 100%; }
    main .net-station table tr.table__header th {
      background-color: transparent;
      border: 1px solid #EFF3FC;
      border-radius: 8px;
      height: 100px;
      width: 11.1%; }
      main .net-station table tr.table__header th:first-child {
        background-color: #29313D;
        border: none;
        color: #FFFFFF; }
      main .net-station table tr.table__header th img {
        width: 90%; }
    main .net-station table tr.body__row {
      height: 48px; }
      main .net-station table tr.body__row td {
        text-align: center;
        background-color: #EFF3FC;
        border-radius: 8px; }
        main .net-station table tr.body__row td.fuel-type {
          background-color: #32BB78;
          color: #FFFFFF; }
        main .net-station table tr.body__row td.wog-type {
          color: #009345; }
        main .net-station table tr.body__row td.shell-type {
          color: #FE0002; }
        main .net-station table tr.body__row td.chipo-type {
          color: #F39A2B; }
        main .net-station table tr.body__row td.bvs-type {
          color: #009FED; }
        main .net-station table tr.body__row td.upg-type {
          color: #3dae2b; }
        main .net-station table tr.body__row td.amic-type {
          color: #EC6408; }
  main .net-station .big {
    display: table; }
  main .net-station .cards.net {
    display: none;
    margin-bottom: 25px; }
    main .net-station .cards.net .card__title {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #29313D;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 16px; }
      main .net-station .cards.net .card__title p {
        color: #FFFFFF;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0;
        text-align: left; }
    main .net-station .cards.net .card__table {
      font-size: 18px;
      line-height: 30px; }
      main .net-station .cards.net .card__table table {
        background-color: #F9FAFB;
        border-radius: 8px;
        border-spacing: 0 10px;
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        width: 100%; }
        main .net-station .cards.net .card__table table tr.table__header th {
          background-color: #F9FAFB;
          border: none;
          border-radius: 0;
          height: 30px;
          padding: 0 10px;
          width: 12.5%;
          text-align: right; }
          main .net-station .cards.net .card__table table tr.table__header th:first-child {
            background-color: #F9FAFB;
            color: #526572;
            font-weight: 400;
            text-align: left; }
          main .net-station .cards.net .card__table table tr.table__header th img {
            width: 100%; }
        main .net-station .cards.net .card__table table tr.body__row td {
          background-color: inherit;
          padding: 0 10px;
          text-align: right; }
          main .net-station .cards.net .card__table table tr.body__row td.card-fuel-type {
            text-align: left; }

main .levels {
  background-color: #FFFFFF;
  padding: 120px 200px 0; }
  main .levels h2 {
    text-align: center;
    margin-bottom: 40px; }
  main .levels .levels__wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px; }
    main .levels .levels__wrap .level {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #EFF3FC;
      border-radius: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 47px 10px;
      width: 25%; }
      main .levels .levels__wrap .level h3.level__name {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #32BB78;
        border-radius: 50%;
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        width: 45px; }
      main .levels .levels__wrap .level p {
        text-align: center;
        color: #2A313C;
        font-weight: 600; }

main .partners {
  background-color: #FFFFFF;
  padding: 120px 200px 0; }
  main .partners h2 {
    margin-bottom: 40px;
    text-align: center; }
  main .partners .partners__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    main .partners .partners__wrap .card-partners {
      border-radius: 30px;
      position: relative;
      width: calc(50% - 80px);
      max-height: 212px;
      overflow: hidden; }
      main .partners .partners__wrap .card-partners .bg {
        border-radius: 30px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 100; }
      main .partners .partners__wrap .card-partners .content {
        border-radius: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding: 30px;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 900; }
        main .partners .partners__wrap .card-partners .content img {
          border-radius: 25px;
          height: 152px;
          width: 152px;
          z-index: 900; }
        main .partners .partners__wrap .card-partners .content .card-partners__content {
          color: #FFFFFF;
          margin-left: 25px;
          z-index: 900; }
          main .partners .partners__wrap .card-partners .content .card-partners__content h3 {
            font-size: 32px;
            font-weight: 600;
            line-height: 40px; }
          main .partners .partners__wrap .card-partners .content .card-partners__content p {
            color: #FFFFFF;
            font-size: 20px; }
      main .partners .partners__wrap .card-partners:first-child .bg {
        background-image: url("../img/bg-wog.png"); }
      main .partners .partners__wrap .card-partners:nth-child(2) .bg {
        background-image: url("../img/bg-shell.png"); }
      main .partners .partners__wrap .card-partners:nth-child(3) .bg {
        background-image: url("../img/bg-chipo.jpg"); }
      main .partners .partners__wrap .card-partners:nth-child(3) .content {
        background-color: rgba(0, 0, 0, 0.3); }
      main .partners .partners__wrap .card-partners:nth-child(5) .bg {
        background-image: url("../img/bg-bvs.png"); }
      main .partners .partners__wrap .card-partners:nth-child(5) .content {
        background-color: rgba(0, 156, 237, 0.5); }
      main .partners .partners__wrap .card-partners:nth-child(4) .bg {
        background-image: url("../img/bg-klo.png"); }
      main .partners .partners__wrap .card-partners:nth-child(4) .content {
        background-color: rgba(252, 221, 82, 0.5); }
      main .partners .partners__wrap .card-partners:nth-child(6) .bg {
        background-image: url("../img/bg-upg.png"); }
      main .partners .partners__wrap .card-partners:nth-child(7) .bg {
        background-image: url("../img/bg-amic.jpg"); }
      main .partners .partners__wrap .card-partners:nth-child(7) .content {
        background-color: rgba(252, 221, 82, 0.65); }

main .insurance {
  background-color: #ffffff;
  padding: 120px 200px; }
  main .insurance h2 {
    text-align: center;
    margin-bottom: 40px; }
  main .insurance .insurance__wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px; }
    main .insurance .insurance__wrap .insurance__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #EFF3FC;
      border-radius: 12px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 180px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      width: 32%; }
      main .insurance .insurance__wrap .insurance__item img {
        width: 180px; }

footer {
  background-color: #32BB78;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 93px 292px;
  text-align: center; }
  footer .foot__app {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto 40px;
    width: 638px; }
    footer .foot__app .apps.col img {
      width: 298px; }
  footer h2.foot_info {
    color: #FFFFFF;
    margin-bottom: 40px; }
    footer h2.foot_info a {
      color: #FFDE2E;
      text-decoration: underline; }
  footer a {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 78px; }
