*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
html.js .loader_inner {
  background-image: url("../img/loader.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}
html {
  font-size: 16px;
  overflow-x: hidden;
  min-width: 320px;
}
body {
  font-family: "PT Sans", sans-serif;

  position: relative;
  overflow-x: hidden;
  color: #333333;
}
.hidden {
  display: none;
}
a {
  transition: all 0.3s ease;
  color: #8e32dc;
}
a:hover {
  color: #8e32dc;
  opacity: 0.7;
  text-decoration: none;
}
img {
  border: none;
  max-width: 100%;
}
footer {
  padding-top: 100px;
}
footer .bubbles {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  overflow: hidden;
  text-align: center;
}
footer .bubbles img {
  width: 100%;
}
footer .container {
  padding: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer a {
  font-size: 1.187rem;
}
footer nav a {
  margin: 0 1.5rem;
}
footer a.phone {
  color: #2a2a2a !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
}
footer a.phone span {
  font-size: 1.187rem;
}

section .title {
  font-weight: bold;
  color: #212121;
  font-size: 1.75rem;
  margin-bottom: 0.9rem;
}
section .title span {
  color: #b52075;
}

.text-spread {
  line-height: 1.75em;
}

p.text-justify {
  text-align: justify;
}

.button-a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.375rem;
  background-color: #003465;
  padding: 1.125rem 2.5rem;
  border-radius: 32px;
  text-align: center;
  width: auto;
  color: #fff !important;
  font-weight: bold;
}
.button-a:hover {
  background-color: #00498e;
}

.slider {
  margin: -1rem;
}
.slick-track {
  padding: 50px 0px;
}

.tarif {
  cursor: pointer;
  border: 4px solid #fff;
  margin: 1rem;
  padding: 45px 45px;
  border-radius: 9px;
  position: relative;
  font-size: 0.875rem;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 1s ease;
  background: #fff;
}
.tarif:hover {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}

.tarif .ribbon {
  background: #b52075;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 0px;
  top: 25px;
  opacity: 0;
  transition: all 1s ease;
  animation: pulse 3s infinite;
}
.tarif.slick-current {
  top: -10px;
  margin-bottom: -25px;
  padding: 65px 45px;
  border: 4px solid #b52075;
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.15);
}
.tarif.slick-current .ribbon {
  opacity: 1;
}
.tarif .summary {
  font-size: 1.312rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.tarif .summary .stations {
  background: url(../img/charge_icon_stations.svg) no-repeat left center;
  padding-left: 55px;
}
.tarif .summary .price {
  font-weight: b;
}
h5 {
  font-size: 1.312rem;
  font-weight: bold;
}
.feature {
  margin: 0.5rem 0;
  background: url(../img/ok_icon.svg) no-repeat left center;
  padding-left: 25px;
}
.feature.disabled {
  color: #c1c1c1;
  text-decoration: line-through;
  background: url(../img/empty_icon.svg) no-repeat left center;
  padding-left: 25px;
}
section {
  margin-bottom: 120px;
  position: relative;
}
.partner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
}
.partner a img {
  filter: grayscale(1);
  opacity: 0.35;
  transition: all 1s ease;
}
.partner a:hover {
  opacity: 1;
}
.partner a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.bubbles-a::before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url(../img/bubbles-a.svg) no-repeat center;
  position: absolute;
  right: -400px;
  top: -170px;
  z-index: -1;
}
.bubbles-b::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url(../img/bubbles-b.svg) no-repeat center;
  position: absolute;
  left: -350px;
  bottom: -350px;
  z-index: -1;
}

.bubbles-c::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url(../img/bubbles-c.svg) no-repeat center;
  position: absolute;
  left: -440px;
  bottom: -250px;
  z-index: -1;
}

.bubbles-d {
  background: url(../img/bubbles-d.svg) no-repeat;
  background-size: auto 100%;
  background-position: 80% center;
}

.bubbles-e::before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url(../img/bubbles-e.svg) no-repeat center;
  position: absolute;
  right: -400px;
  top: 240px;
  z-index: -1;
}
.bubbles-f::after {
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  background: url(../img/bubbles-f.svg) no-repeat center;
  position: absolute;
  left: -450px;
  top: -220px;
  z-index: -1;
}

.steps {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 130px;
  margin-bottom: 30px;
}
.steps > div {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 50px;
}
.steps img {
  flex-grow: 0;
  margin-right: 45px;
}
.step1::after,
.step2::after {
  position: absolute;
  font-weight: 900;
  font-size: 260px;
  font-family: Arial, Helvetica, sans-serif;
  left: 170px;
  margin-top: -15px;
  color: #fef4e8;
  z-index: -1;
}
.step1::after {
  content: "1";
  animation: pulse 3s infinite;
}
.step2::after {
  content: "2";
  animation: pulse 4s infinite;
}
.step1::before {
  content: "";
  display: block;
  width: 92px;
  height: 122px;
  background: url(../img/arrow-1.svg) no-repeat;
  position: absolute;
  top: -130px;
  left: 350px;
  animation: pulse 3s infinite;
}
.step2::before {
  content: "";
  display: block;
  width: 245px;
  height: 56px;
  background: url(../img/arrow-2.svg) no-repeat;
  position: absolute;
  bottom: -90px;
  left: -140px;
  animation: pulse 4s infinite;
}
header {
  padding-bottom: 120px;
}
header::before {
  display: block;
  content: "";
  width: 880px;
  height: 600px;
  background: url(../img/bubbles-g.svg) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
header h1 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
header h1 span {
  color: #b52075;
}
header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
header a.phone {
  color: #2a2a2a !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  text-align: right;
}
header a.phone span {
  font-size: 1.187rem;
}
header a.phone div {
  font-size: 0.75rem;
  font-weight: normal;
  color: #7b7b7b;
  position: relative;
  top: -5px;
}
header .contains {
  width: 600px;
}
header .promo {
  display: block;
  width: 630px;
  height: 630px;
  background: url(../img/bubble-promo.svg) no-repeat center;
  position: absolute;
  top: -100px;
  right: -40px;
}
header .promo > div {
  width: 100%;
  height: 100%;
  animation: pulse 11s infinite;
  background: url(../img/bubble-promo.png);
}
header .promo > span {
  width: 389px;
  height: 443px;
  background: url(../img/station.png);
  position: absolute;
  right: 0px;
  bottom: -130px;
}
