* {
  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: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 40px; }

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

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; }

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: #E1E5EA;
  border: none;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2A313C;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 52px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 245px;
  padding: 20px 47px; }
  .my-btn:hover {
    color: #ffffff;
    background-color: #32BB78; }

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

.apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .apps .os {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000000;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 55px;
    width: 160px;
    padding: 12px 20px; }
    .apps .os img {
      width: 120px; }
    .apps .os:first-child {
      margin-right: 10px; }
  .apps.col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .apps.col .os {
      background-color: #2A313C;
      margin-bottom: 10px;
      max-width: 160px; }
      .apps.col .os:first-child {
        margin-right: 0; }

p.info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  margin-bottom: 20px; }
  p.info img {
    height: 20px;
    margin-right: 17px;
    width: 20px; }

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 img.burg {
    display: none;
    height: 24px;
    width: 24px; }
    header img.burg.close {
      display: none; }
  header .logo {
    height: 30px;
    width: auto; }
    header .logo img {
      height: 30px; }
  header .drop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    header .drop nav {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      header .drop nav .link {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 25px 0 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; }
    header .drop .menu {
      margin: 0 20px 0 0;
      padding: 0;
      position: relative; }
      header .drop .menu .local {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        header .drop .menu .local .lang {
          color: #2A313C; }
        header .drop .menu .local img {
          margin-left: 10px;
          width: 10px;
          height: 5px; }
      header .drop .menu .submenu {
        display: none;
        position: absolute;
        left: -5px;
        width: inherit;
        z-index: 100; }
        header .drop .menu .submenu li.lang-change {
          background-color: #F5F5F5;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          color: #2A313C;
          cursor: pointer;
          list-style-type: none;
          padding: 5px;
          width: inherit; }
          header .drop .menu .submenu li.lang-change:hover {
            font-weight: bold;
            background-color: #F9FAFB; }
  header img.login {
    display: none;
    height: 40px;
    width: 40px; }

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: 90px 224px 82px 202px;
    width: 65%; }
    main .main .promo h1 {
      font-weight: 700;
      font-size: 50px;
      line-height: 60px; }
      main .main .promo h1 .taxi {
        display: inline; }
      main .main .promo h1 .courier {
        display: none; }
      main .main .promo h1 img {
        width: 24px;
        height: 40px; }
    main .main .promo h2 {
      font-size: 20px !important;
      font-weight: 400 !important;
      line-height: 30px;
      margin: 20px 0;
      width: 330px; }
    main .main .promo .apps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main .main .promo .apps .os {
        background-color: #000000; }
        main .main .promo .apps .os:first-child {
          margin-right: 10px; }
    main .main .promo .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 40px;
      width: 330px; }
      main .main .promo .info img {
        width: 20px;
        height: 20px;
        margin-right: 17px; }
      main .main .promo .info p {
        line-height: 20px; }
  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.8);
        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) {
          top: 208px;
          right: -75px; }
        main .main .map .device .card:last-child {
          top: 317px;
          left: -37px; }
        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 .what-is {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F9FAFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 170px 200px 100px; }
  main .what-is .this-is {
    width: 425px; }
    main .what-is .this-is h2 {
      margin-bottom: 15px; }
      main .what-is .this-is h2 b {
        color: #32BB78;
        font-weight: 700; }
    main .what-is .this-is h4 {
      line-height: 35px;
      margin-bottom: 15px; }
  main .what-is .img-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 455px;
    position: relative;
    width: 510px; }
    main .what-is .img-container img[alt=safety] {
      width: 194px; }
    main .what-is .img-container img[alt=car] {
      width: 400px; }

main .how {
  background-color: #F5F5F5;
  padding: 50px 280px 0; }
  main .how h2 {
    text-align: center; }
  main .how .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    main .how .wrap img {
      width: 382px;
      height: 482px;
      margin-right: 67px; }
    main .how .wrap .stepper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main .how .wrap .stepper img {
        height: 295px;
        margin-right: 25px;
        width: 45px; }
      main .how .wrap .stepper .steps {
        width: 250px; }
        main .how .wrap .stepper .steps .step {
          margin-bottom: 35px; }
          main .how .wrap .stepper .steps .step:last-child {
            margin-bottom: 40px; }

main .discounts {
  background-color: #F9FAFB;
  padding: 100px 200px; }
  main .discounts p.info {
    display: none; }
  main .discounts .businesses {
    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;
    margin: -10px; }
    main .discounts .businesses button, main .discounts .businesses a.my-btn {
      margin: 10px;
      width: 245px;
      padding: 0; }
      main .discounts .businesses button img, main .discounts .businesses a.my-btn img {
        height: 24px;
        margin-right: 10px;
        width: 24px; }
  main .discounts#discount {
    padding-bottom: 30px; }

main .net-station {
  background-color: #F5F5F5;
  padding: 50px 200px; }
  main .net-station h2 {
    margin-bottom: 22px; }
  main .net-station p {
    margin-bottom: 42px; }
    main .net-station p img {
      height: 20px;
      margin-right: 17px;
      width: 20px; }
  main .net-station .tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px; }
    main .net-station .tickets .ticket {
      background-color: #fff;
      border-radius: 15px;
      -webkit-box-shadow: 10px 10px 30px 5px #F5F5F5, -10px 10px 30px 5px #F5F5F5;
      box-shadow: 10px 10px 30px 5px #F5F5F5, -10px 10px 30px 5px #F5F5F5;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 265px;
      margin-bottom: 40px;
      padding: 30px 40px;
      position: relative;
      width: 510px; }
      main .net-station .tickets .ticket .headers {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: dashed 1px #D9D9D9;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 30px;
        position: relative; }
        main .net-station .tickets .ticket .headers img {
          border-radius: 50%;
          height: 60px;
          margin-right: 20px;
          width: 60px; }
          main .net-station .tickets .ticket .headers img[alt='bvs'] {
            border-radius: 0; }
        main .net-station .tickets .ticket .headers .name-brand h4 {
          margin-bottom: 5px; }
        main .net-station .tickets .ticket .headers .name-brand small {
          font-size: 14px;
          font-weight: 400;
          line-height: 18px; }
        main .net-station .tickets .ticket .headers .chip {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background-color: #E0FFF0;
          color: #1D965C;
          font-size: 15px;
          font-weight: 600;
          line-height: 15px;
          padding: 10px;
          position: absolute;
          right: 0;
          top: 0; }
      main .net-station .tickets .ticket .discount {
        -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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: -15px; }
        main .net-station .tickets .ticket .discount .fuel-type {
          min-width: 215px;
          margin-bottom: 15px; }
          main .net-station .tickets .ticket .discount .fuel-type strong {
            border-radius: 12px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            line-height: 15px;
            margin: 0 5px;
            padding: 5px 8px; }
            main .net-station .tickets .ticket .discount .fuel-type strong.wog {
              background-color: #32BB78; }
            main .net-station .tickets .ticket .discount .fuel-type strong.shell {
              background-color: #EB4755; }
            main .net-station .tickets .ticket .discount .fuel-type strong.chipo {
              background-color: #F39A2B; }
            main .net-station .tickets .ticket .discount .fuel-type strong.klo {
              background-color: #f3c42b; }
            main .net-station .tickets .ticket .discount .fuel-type strong.bvs {
              background-color: #009fed; }
            main .net-station .tickets .ticket .discount .fuel-type strong.upg {
              background-color: #3dae2b; }
            main .net-station .tickets .ticket .discount .fuel-type strong.amic {
              background-color: #FA8D3C; }
      main .net-station .tickets .ticket .round {
        background-color: #F5F5F5;
        border-radius: 50%;
        height: 20px;
        position: absolute;
        top: 110px;
        width: 20px;
        z-index: 150; }
        main .net-station .tickets .ticket .round:first-child {
          left: -10px; }
        main .net-station .tickets .ticket .round:last-child {
          right: -10px; }

main .other-partners {
  background-color: #F9FAFB;
  padding: 100px 200px; }
  main .other-partners .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px -10px -40px; }
    main .other-partners .partners article {
      margin: 0 10px 40px; }
      main .other-partners .partners article h4 {
        line-height: 20px;
        margin-bottom: 20px; }
      main .other-partners .partners article .list {
        background-color: #F5F5F5;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 30px 20px 30px; }
        main .other-partners .partners article .list .partner {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 10px; }
          main .other-partners .partners article .list .partner .logo-part {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #ffffff;
            border-radius: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 70px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 20px;
            width: 205px; }
            main .other-partners .partners article .list .partner .logo-part img {
              width: 136px; }
          main .other-partners .partners article .list .partner p strong {
            background-color: #EB4755;
            border-radius: 15px;
            color: #ffffff;
            margin: 0 5px;
            padding: 5px 8px; }

main .faq {
  background-color: #F5F5F5;
  padding: 50px 200px 0; }
  main .faq ul {
    list-style-type: none;
    padding: 0; }
    main .faq ul li {
      border-top: solid 1px #E1E5EA;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 0; }
      main .faq ul li h4 {
        -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;
        line-height: 35px; }
        main .faq ul li h4 span {
          display: block;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          margin-right: 15px; }
        main .faq ul li h4 .icon {
          height: 16px;
          margin: 0 8px;
          position: relative;
          width: 20px; }
          main .faq ul li h4 .icon::before {
            content: '';
            width: 16px;
            height: 2px;
            background-color: #2A313C;
            position: absolute;
            top: calc(50% - 1px);
            left: 0;
            right: 0; }
          main .faq ul li h4 .icon::after {
            content: '';
            width: 16px;
            height: 2px;
            background-color: #2A313C;
            position: absolute;
            top: calc(50% - 1px);
            right: 0;
            left: 0; }
          main .faq ul li h4 .icon.click::after {
            bottom: 0;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, -webkit-transform;
            -o-transition-property: transform, bottom;
            transition-property: transform, bottom;
            transition-property: transform, bottom, -webkit-transform;
            -webkit-transition-duration: 1s, 1s;
            -o-transition-duration: 1s, 1s;
            transition-duration: 1s, 1s;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
          main .faq ul li h4 .icon.no-click::after {
            top: calc(50% - 1px);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, -webkit-transform;
            -o-transition-property: bottom, transform;
            transition-property: bottom, transform;
            transition-property: bottom, transform, -webkit-transform;
            -webkit-transition-duration: 1s, 1s;
            -o-transition-duration: 1s, 1s;
            transition-duration: 1s, 1s;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
      main .faq ul li p {
        display: none;
        margin-right: 40px; }
      main .faq ul li:first-child p {
        display: block; }

main .download {
  background-color: #F9FAFB;
  background-image: url(../img/city-landscape.png);
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  -webkit-background-size: contain;
  background-size: contain;
  height: 482px;
  padding-bottom: 90px;
  padding-top: 120px;
  position: relative; }
  main .download img {
    position: absolute; }
    main .download img.android {
      bottom: -196px;
      left: 203px;
      width: 265px;
      z-index: 50; }
    main .download img.ios {
      bottom: -173px;
      right: 203px;
      width: 265px;
      z-index: 50; }
  main .download .app {
    margin: 0 auto;
    width: 400px; }
    main .download .app h2 {
      text-align: center; }

footer {
  background-color: #E1E5EA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 200px 40px;
  position: relative;
  z-index: 200; }
  footer img {
    width: 83px;
    margin-bottom: 30px; }
  footer .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px; }
    footer .row .foot__app .apps.col .os img {
      margin: 0;
      width: 120px; }
    footer .row .foot_info ul {
      list-style-type: none; }
      footer .row .foot_info ul li {
        margin-bottom: 20px; }
    footer .row .foot__social {
      margin-bottom: 34px;
      text-align: left; }
      footer .row .foot__social .socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end; }
        footer .row .foot__social .socials a img {
          height: 40px;
          margin-left: 11px;
          width: 40px; }
    footer .row .fieldset .input {
      border: solid 1px #A5B0C0;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 50px;
      padding: 12px 20px;
      position: relative;
      width: 177px; }
      footer .row .fieldset .input p {
        color: #292D32; }
      footer .row .fieldset .input .label {
        background-color: #E1E5EA;
        color: #A5B0C0;
        left: 15px;
        padding: 0 5px;
        position: absolute;
        top: -13px; }
      footer .row .fieldset .input img {
        margin: 0;
        position: absolute;
        right: 18px;
        width: 7px; }
        footer .row .fieldset .input img[alt="up"] {
          top: 18px; }
        footer .row .fieldset .input img[alt="down"] {
          bottom: 18px; }

.showIcon {
  -webkit-animation-name: show-icon;
  animation-name: show-icon;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.hideIcon {
  -webkit-animation-name: hide-icon;
  animation-name: hide-icon;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

@-webkit-keyframes open-menu {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes open-menu {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes close-menu {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes close-menu {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes show-icon {
  from {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center; }
  to {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: center;
    transform-origin: center; } }

@keyframes show-icon {
  from {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center; }
  to {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: center;
    transform-origin: center; } }

@-webkit-keyframes hide-icon {
  from {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: center;
    transform-origin: center; }
  to {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center; } }

@keyframes hide-icon {
  from {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: center;
    transform-origin: center; }
  to {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center; } }
