html {
  font-size: 16px;
}
body {
  font: 300 16px/26px "Nunito Sans", Arial, Helvetica, sans-serif;
  color: #3d4144;
  background: #fff;
  min-width: 320px;
  overflow-x: auto;
  overflow-y: scroll;
}
a {
  color: #626ef1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #1cbdeb;
}
form {
  padding: 0;
  margin: 0;
  border: 0;
}
input,
select,
textarea {
  vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
blockquote,
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
}
h1 {
  font-weight: 200;
  font-size: 63px;
  line-height: 78px;
}
h2 {
  font-size: 48px;
  line-height: 58px;
}
p {
  margin-bottom: 26px;
}
/* wrapper */
.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}
.container-fluid {
  max-width: 1080px;
}
.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50 > [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.form-control {
  -webkit-appearance: none;
  font-size: 16px;
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
}
#fullpage {
  overflow: hidden;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.scrollmagic-pin-spacer {
  box-sizing: border-box !important;
}
#fullpage.initialized {
  opacity: 1;
}
.section {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  background: #fff;
  overflow-y: auto;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-top: 164px;
  padding-bottom: 80px;
}
.without-offset .pp-tableCell {
  padding-top: 0;
  padding-bottom: 0;
}
.pp-section.pp-table {
  display: block;
}
.section.bg-gray {
  background-color: #f1f1f1;
}
.section.bg-dark {
  background-color: #1c1e1f;
  color: #fff;
}
.btn {
  position: relative;
  font-size: 16px;
  padding: 14px 13px 13px;
}
.btn .caret {
  position: relative;
  top: -1px;
  left: 0;
  margin-left: 4px;
  margin-right: 2px;
  border-style: solid;
  border-width: 1px 0 0;
  width: 15px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover .caret {
  left: 5px;
}
.btn .caret:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin-top: -2px;
  margin-right: 2px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.btn.with-arrow {
  padding-right: 37px;
}
.btn.with-arrow:before,
.btn.with-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
}
.btn.with-arrow:before {
  width: 15px;
  height: 1px;
  border-bottom: 1px solid;
}
.btn.with-arrow:after {
  width: 9px;
  height: 9px;
  margin-top: -1px;
  margin-right: 2px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.btn-primary {
  color: #fff;
  border-color: #626ef1;
  background-color: #626ef1;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:hover {
  background-color: #1c1e1f;
  border-color: #1c1e1f;
  color: #fff;
}
/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 42px;
  padding-bottom: 20px;
}
#header .container-fluid {
  max-width: 1310px;
}
#header .navbar-brand {
  padding: 0;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 124px;
  height: 40px;
  background: url("../images/logo-black.svg") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.dark #header .navbar-brand {
  background-image: url("../images/logo-white.svg");
}
#header .user-box {
  float: right;
}
.hidden-btn-header #header .btn {
  opacity: 0;
  visibility: hidden;
}
/* pp-nav */
.hidden-pp-nav #pp-nav {
  visibility: hidden;
  opacity: 0;
}
#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pp-nav.left {
  left: 46px;
}
#pp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#pp-nav li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 21px 0;
}
#pp-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#pp-nav span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-color: #959595 !important;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}
#pp-nav a:hover span,
#pp-nav li.active span,
#pp-nav li .active span {
  border-color: #626ef1 !important;
  background-color: #626ef1 !important;
}
.page-header {
  position: relative;
  border-bottom: 0;
  padding-bottom: 16px;
  margin-bottom: 29px;
}
.page-header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  border-bottom: 2px solid;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 mark,
h2 mark,
h3 mark,
h4 mark,
h5 mark,
h6 mark {
  background: none;
  color: #626ef1;
  font-weight: 700;
  text-decoration: underline;
  padding: 0;
}
.text-muted {
  color: #959595;
}
/* promo-section */
.promo-section {
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
}
.promo-section .container-fluid {
  max-width: 1154px;
}
.promo-section .page-header {
  margin-bottom: 22px;
}
.promo-section .btn-down {
  z-index: 50;
  animation: 1s bounce infinite alternate;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
.promo-section .promo-frame {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 577px;
  overflow: hidden;
}
.promo-frame .promo-track {
  position: absolute;
  overflow: hidden;
  top: -500px;
  left: 0;
  right: 0;
  bottom: -500px;
  margin-top: auto;
  margin-bottom: auto;
  /*height: 910px;*/
  height: 100vh;
  background: url("../images/bg-promo-track.svg") no-repeat 50% 50%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.promo-track .video {
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-track .video.playing {
  opacity: 1;
}
.promo-track .video video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.promo-section .row > [class^="col-"] {
  position: static;
}
.promo-frame .promo-track .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
}
.promo-frame .promo-track .mask-left {
  left: 0;
}
.promo-frame .promo-track .mask-right {
  right: 0;
}
.btn-down {
  position: absolute;
  left: 50%;
  bottom: 43px;
  margin: 0 0 0 -16px;
  width: 32px;
  height: 32px;
}
.btn-down:hover {
  opacity: 0.85;
}
.btn-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  border: solid #626ef1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* description-section */
.description-section .pp-tableCell {
  padding-top: 104px;
}
.description-section .page-header {
  padding-bottom: 8px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.description-section .page-header h3 {
  font-size: 48px;
  line-height: 1.21em;
}
/* statistic-section */
.statistic-section {
  background-image: url("../images/bg-statistics.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 160%;
  background-size: auto 160%;
}
.statistic-box {
  text-align: center;
  font-weight: 200;
  font-size: 28px;
  line-height: 1.36em;
  padding-left: 100px;
  padding-right: 100px;
}
.statistic-box .large {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 0.2em;
  font-weight: 200;
  font-size: 200px;
  line-height: 194px;
  margin-bottom: 15px;
}
.statistic-box .large .unit {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -0.1em;
}
.statistic-box .holder {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* graph-section */
.list-columns {
  list-style: none;
  margin: 9px 0 20px;
  padding: 0;
  columns: 2;
  line-height: 1.63em;
}
.list-columns > li {
  position: relative;
  padding-left: 35px;
}
.list-columns > li:before {
  content: "";
  position: absolute;
  top: 0.815em;
  left: 11px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 3px solid;
  border-radius: 50%;
}
.graph-holder {
  position: relative;
  height: 0;
  margin-top: 69px;
  margin-bottom: 20px;
  padding-bottom: 26.19%;
}
.graph-holder.type2 {
  margin-top: 0;
  padding-bottom: 40.95%;
}
.graph-holder.type3 {
  padding-bottom: 31.43%;
}
.graph-holder .svg-graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.graph-holder .graph-tooltip {
  position: absolute;
  text-align: center;
  width: 100px;
  height: 55px;
  padding: 14px 5px;
  margin-left: -50px;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  background: #fff;
  color: #3d4144;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.graph-holder .graph-tooltip:before,
.graph-holder .graph-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
}
.graph-holder .graph-tooltip:before {
  margin-top: 5px;
  border-top-color: rgba(0, 0, 0, 0.025);
}
/*info-section*/
.info-section {
  text-align: center;
  font-weight: 600;
  padding: 131px 0 20px;
}
.info-section .page-header {
  margin: 0 0 32px;
  padding: 0 0 19px;
  border: none;
  position: relative;
}
.info-section .page-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background: #fff;
}
.info-section .container-fluid {
  max-width: 1060px;
}
.info-section h2 {
  margin: 0;
  position: relative;
}
.info-section .btn {
  margin: 52px 0 90px;
}
.btn-info {
  border-radius: 4px;
  border: 1px solid #626ef1;
  background: transparent;
  color: #fff;
  text-align: center;
  min-width: 141px;
}
.btn-info:hover {
  color: #fff;
  border-color: #626ef1;
  background: #626ef1;
}
/*state-section*/
.state-section {
  padding: 10px 0 50px;
  text-align: center;
}
.state-section h2 {
  margin: 0 0 46px;
}
/*pro-tips*/
.pro-tips {
  padding: 94px 0 20px;
  min-height: 100vh;
}
.pro-tips .page-header {
  border: none;
  padding: 0 0 18px;
  margin: 0 0 54px;
  position: relative;
}
.pro-tips .page-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #fff;
  width: 39px;
}
.pro-tips .page-header h2 {
  margin: 0;
}
.pro-tips .footer {
  font-size: 18px;
  line-height: 26px;
}
.pro-tips .footer p {
  margin: 0;
}
.pro-tips .footer p a:hover {
  text-decoration: none;
  color: #1cbdeb;
}
/*tips-list*/
.tips-list {
  font-size: 0;
  line-height: 0;
  margin: 0 -25px 12px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tips-list .slide {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 50px;
  width: 33.333333%;
}
.tips-block {
  border: 1px solid #979797;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding: 0 45px 20px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #1c1e1f;
}
.tips-block:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 16px solid transparent;
  margin-top: -16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.active .tips-block:hover:after,
.tips-block:hover:after {
  margin-top: 1px;
  border-top-color: #fff;
  -webkit-transition: border 0.3s ease, margin 0.3s ease 0.3s;
  transition: border 0.3s ease, margin 0.3s ease 0.3s;
}
.active .tips-block:hover,
.tips-block:hover {
  background: #fff;
  color: #1c1e1f;
  border-color: transparent;
}
.tips-block h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin: -1px -46px 6px;
  padding: 21px 25px 17px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.active .tips-block:hover h3,
.tips-block:hover h3 {
  color: #fff;
}
.active .tips-block:hover h3:before,
.tips-block:hover h3:before {
  background: #626ef1;
  color: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
}
.tips-block h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  background: #626ef1;
  width: 110px;
  margin-left: -55px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tips-block p {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 66px;
}
.tips-block:hover .twitter-link {
  opacity: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: shake;
  animation-delay: 0.3s;
}
.tips-block .twitter-link {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 7px;
  right: 11px;
  width: 18px;
  height: 18px;
  background: url(../images/ico-twitter-001.png) no-repeat 50% 50%;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  opacity: 0;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  50%,
  90% {
    transform: translate3d(0, -4px, 0);
  }
  30%,
  70% {
    transform: translate3d(0, 4px, 0);
  }
}
/*about*/
.about {
  min-height: 100vh;
  position: relative;
}
.about h2 {
  font-size: 64px;
  line-height: 86px;
  margin: 0;
  color: #3d4144;
  letter-spacing: -1.3px;
  float: left;
}
.about h2 .wrap {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #959595;
  color: #626ef1;
  min-width: 440px;
  height: 64px;
  line-height: 64px;
  margin: 11px 0 0 40px;
  position: relative;
  font-weight: 600;
}
.about h2 .wrap span.current-slide {
  left: 0;
  opacity: 1;
}
.about h2 .wrap span.prev-slide {
  left: 20px;
  opacity: 0;
}
.about h2 .wrap span {
  position: absolute;
  top: 0;
  opacity: 0;
  left: -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about .head {
  margin: 0 0 76px;
}
.about .head:after {
  content: "";
  clear: both;
  display: block;
}
.about .arrows {
  float: right;
  font-size: 0;
  line-height: 0;
  margin: -74px 50px 0 0;
  position: relative;
  z-index: 2;
}
.about .arrows .arrow {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
  position: relative;
  border: 1px solid #959595;
  border-radius: 50%;
}
.about .arrows .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border: solid #959595;
  border-width: 1px 1px 0 0;
}
.about .arrows .arrow:hover {
  opacity: 0.7;
}
.about .arrows .left:before {
  left: 3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.about .arrows .right:before {
  right: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about .cell {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  width: 1%;
  padding: 94px 0 117px;
}
.about .col {
  max-width: 780px;
  margin: 0 auto;
}
.about .footer {
  font-size: 13px;
  line-height: 20px;
  width: 630px;
  position: absolute;
  bottom: 66px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.about .footer p {
  margin: 0;
}
.about .about-slider .img {
  width: 39.4%;
  padding: 0 20px 0 53px;
}
.about .text {
  width: 60.6%;
}
.about-slider .slick-track {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex: 1 100%;
  flex: 1 100%;
  flex-wrap: nowrap;
}
.about-slider .slide {
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transition: transform 0.5s, opacity 0.5s !important;
  transition: transform 0.5s, opacity 0.5s !important;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about-slider .slide.slide-prev {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.about-slider .slide.slick-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about-slider .slide img {
  max-width: 100%;
  margin: 0 auto;
}
.about-slider p {
  margin: 0;
}
/*car-cost*/
.car-cost {
  padding: 164px 0 80px;
  min-height: 100vh;
  position: relative;
}
.car-cost p {
  margin: 0 0 96px;
}
.car-cost h2 {
  letter-spacing: -0.7px;
  margin: 0 0 34px;
}
.car-cost h2 .dropdown {
  display: inline-block;
  vertical-align: top;
}
.car-cost h2 .dropdown-toggle {
  border-bottom: 3px solid #626ef1;
  display: inline-block;
  vertical-align: top;
  min-width: 378px;
  position: relative;
  color: #626ef1;
  font-weight: 600;
}
.car-cost h2 .open .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -10px;
}
.car-cost h2 .dropdown-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: 8px solid transparent;
  margin-top: -5px;
  border-top: 11px solid #626ef1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.car-cost h2 .dropdown-toggle:focus {
  color: #626ef1;
}
.car-cost h2 .dropdown-toggle:focus,
.car-cost h2 .dropdown-toggle:hover {
  text-decoration: none;
}
.car-cost .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #626ef1;
  color: #fff;
  margin: -3px 0 0;
  padding: 0;
  width: auto;
  right: 0;
}
.car-cost .dropdown-menu > .least {
  display: none;
}
.car-cost .most-active .dropdown-menu .most {
  display: none;
}
.car-cost .most-active .dropdown-menu .least {
  display: block;
}
.car-cost .dropdown-menu > .li > a {
  font-size: 35px;
  line-height: 61px;
  color: #fff;
  font-weight: 200;
  padding: 0 15px;
  display: block;
}
.car-cost .dropdown-menu > .li > a:focus,
.car-cost .dropdown-menu > .li > a:hover {
  color: #fff;
  background: #4352ef;
  text-decoration: none;
}
.car-cost .footer {
  position: absolute;
  bottom: 39px;
  left: 50%;
  width: 486px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 13px;
  line-height: 18px;
}
.car-cost .footer p {
  margin: 0;
}
/*car-slider*/
.car-slider {
  text-align: center;
  padding: 0 80px;
}
.car-slider .slide {
  color: #959595;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.car-slider .img {
  padding: 62px 58px 0 39px;
  margin: 0 0 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.car-slider img {
  max-width: 100%;
}
.car-slider h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 11px;
  color: #5f6264;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.car-slider .slick-current .img {
  padding: 0;
  margin: 0 0 8px;
}
.car-slider .slick-current {
  color: #626ef1;
  font-weight: 700;
  font-size: 25px;
}
.car-slider .slick-current h3 {
  font-size: 18px;
  margin: 0 0 11px;
  font-weight: 600;
}
.car-slider .slick-prev {
  left: -25px;
  background: url(../images/ico-arrow-left-002.png) no-repeat 50% 50%;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}
.car-slider .slick-next {
  right: -25px;
  background: url(../images/ico-arrow-right-002.png) no-repeat 50% 50%;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}
.car-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -55px;
  z-index: 10;
  width: 40px;
  height: 80px;
}
.car-slider p {
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}
.slick-slide:focus {
  outline: none !important;
}
/* compare-section */
.compare-section {
  padding: 150px 0 80px;
  color: #5f6264;
  font-size: 18px;
  line-height: 26px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.compare-section h2 {
  color: #3d4144;
}
.compare-section .page-header {
  margin: 0 0 19px;
  padding: 0 0 20px;
}
.compare-section p {
  margin: 0 0 34px;
}
.compare-section .footer {
  position: absolute;
  bottom: 47px;
  left: 50%;
  font-size: 18px;
  line-height: 26px;
  width: 610px;
  color: #5f6264;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.compare-section .footer p {
  margin: 0;
}
.compare-row {
  margin: 0 -85px;
  position: relative;
  z-index: 1;
}
.compare-row:after {
  content: "";
  clear: both;
  display: block;
}
.compare-row .col {
  float: left;
  width: 50%;
  padding: 0 85px;
}
.compare-row .col + .col:after {
  content: "VS";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #979797;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #5f6264;
  background: #f1f1f1;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -25px;
  z-index: -1;
}
.compare-row .col + .col:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  margin: 8px 0 0 -85px;
  height: 1px;
  background: #979797;
  z-index: -2;
}
.compare-row .col + .col .dropdown-toggle {
  background: #1c1e1f;
}
.compare-row .col + .col .dropdown-menu a:hover,
.compare-row .col + .col .dropdown-menu > .active > a,
.compare-row .col + .col .dropdown-menu > .active > a:hover,
.compare-row .col + .col .dropdown-menu > .active > a:focus {
  background: #1c1e1f;
  color: #fff;
}
.compare-block {
  border: 1px solid #959594;
}
.compare-dropdown {
  margin: -1px -1px 0;
  position: relative;
}
.compare-dropdown .dropdown-toggle:focus,
.compare-dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.compare-dropdown .dropdown-toggle {
  display: block;
  background: #626ef1;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 17px 29px 18px;
  position: relative;
}
.compare-dropdown.open .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -10px;
}
.compare-dropdown .dropdown-toggle:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 30px;
  border: 8px solid transparent;
  border-top: 11px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.compare-dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  min-width: 0;
  right: 0;
  left: 0;
  border: none;
}
.compare-dropdown .dropdown-menu > li > a {
  font-size: 20px;
  line-height: 30px;
  color: #3d4144;
  padding: 15px 28px;
}
.compare-dropdown .dropdown-menu a:hover,
.compare-dropdown .dropdown-menu > .active > a,
.compare-dropdown .dropdown-menu > .active > a:hover,
.compare-dropdown .dropdown-menu > .active > a:focus {
  background: #626ef1;
  color: #fff;
}
.compare-table {
  font-size: 16px;
  line-height: 29px;
  padding: 0 12px 11px;
}
.compare-table table {
  width: 100%;
  border-collapse: separate;
}
.compare-table th {
  font-weight: 600;
  color: #959595;
  padding: 12px 17px 8px;
  border-bottom: 1px solid #979797;
}
.compare-table tr:nth-child(2) td {
  padding-top: 21px;
}
.compare-table td {
  padding: 14px 17px 15px;
  color: #3d4144;
}
.compare-table th:first-child,
.compare-table td:first-child {
  width: 56.9%;
}
.state-index-hero {
  margin: 74px 0 0;
}
.state-index-hero a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.state-index-hero footer .fa {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0.25em;
  width: 1em;
  height: 1em;
  margin-right: 4px;
}
.state-index-hero footer .fa:before,
.state-index-hero footer .fa:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.state-index-hero footer .fa-star:before {
  background-image: url("../images/ico-star-white.svg");
}
.state-index-hero footer .fa-star:after {
  opacity: 0;
  background-image: url("../images/ico-star-blue.svg");
}
.state-index-hero footer a:not(:hover) {
  color: inherit;
}
.state-index-hero footer a:hover,
.state-index-hero footer a.active {
  color: #626ef1;
  text-decoration: none;
}
.state-index-hero footer a:hover .fa:before,
.state-index-hero footer a.active .fa:before {
  opacity: 0;
}
.state-index-hero footer a:hover .fa:after,
.state-index-hero footer a.active .fa:after {
  opacity: 1;
}
.state-index-hero svg {
  max-height: 438px;
  width: 100%;
}
.state-index-hero .active path,
.state-index-hero a:hover path {
  fill: #5c6cff;
}
.states .page-header {
  margin: 0 0 35px;
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 14px;
}
.states .page-header p {
  margin: 0;
}
.states .page-header h2 {
  margin: 0 0 9px;
}
.states h3 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  color: #626ef1;
  font-weight: 700;
  margin: 0 0 8px;
}
.states p {
  margin: 0 0 15px;
}
.states-dropdown {
  margin-bottom: 29px;
  position: relative;
}
.states-dropdown .dropdown-toggle {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  font-size: 28px;
  line-height: 38px;
  color: #626ef1;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  border-bottom: 2px solid #626ef1;
  padding: 0 24px 0 0;
}
.states-dropdown .dropdown-toggle:focus,
.states-dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.states-dropdown .dropdown-toggle:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 11px solid #626ef1;
  right: 2px;
  top: 17px;
}
.states-dropdown .dropdown-menu > li > a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 5px 15px;
}
.states-dropdown .dropdown-menu a:hover,
.states-dropdown .dropdown-menu > .active > a,
.states-dropdown .dropdown-menu > .active > a:hover,
.states-dropdown .dropdown-menu > .active > a:focus {
  background: #626ef1;
  color: #fff;
}
.states-dropdown .dropdown-menu {
  max-height: 240px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: #fff;
  border: none;
  box-shadow: none;
  max-width: 180px;
  width: 100%;
}
.rates .page-header {
  margin: 0 0 30px;
}
.rates p {
  margin: 0 0 8px;
}
.rates ul {
  margin: 0 0 33px;
  padding: 0;
  list-style: none;
}
.rates ul li {
  padding: 0 0 0 35px;
  position: relative;
}
.rates ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3d4144;
}
.rates .lead {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
/*rates-block*/
.rates-block {
  margin: -2px -17px 51px 0;
  padding: 143px 216px 18px 0;
  position: relative;
  z-index: 1;
}
.rates-block:hover svg path {
  fill: #626ef1;
  stroke: #626ef1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rates-block svg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 282px;
  width: 100% !important;
  height: auto !important;
}
.rates-block:not(.type2) .ttl,
.rates-block:not(.type2) strong {
  color: #626ef1;
}
.rates-block .ttl {
  display: inline-block;
  vertical-align: top;
  color: #1c1e1f;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 33px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.rates-block:hover .ttl:before {
  animation: bounceUp 2s infinite;
}
.rates-block .ttl:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 21px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/ico-arrow-down-002.png);
  background-repeat: no-repeat;
  -webkit-background-size: 13px 21px;
  background-size: 13px 21px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rates-block strong {
  display: block;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  color: #1c1e1f;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.rates-block h3 {
  font-size: 35px;
  line-height: 40px;
  margin: 0;
  font-weight: 200;
}
.rates-block.type2 {
  padding: 8px 210px 96px 11px;
  margin: 0;
}
.rates-block.type2 .ttl {
  padding: 0 38px 0 0;
}
.rates-block.type2:hover .ttl:before {
  animation: bounceDown 2s infinite;
}
.rates-block.type2 .ttl:before {
  background-image: url(../images/ico-arrow-down-001.png);
  top: 4px;
  right: 0;
  left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rates-block.type2:hover svg path {
  fill: #1c1e1f;
  stroke: #1c1e1f;
}
.rates-block.type2 svg {
  top: 73px;
  right: -25px;
  max-width: 352px;
  z-index: -1;
}
.slick-slide {
  outline: none !important;
}
@keyframes bounceDown {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@keyframes bounceUp {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: rotate(180deg) translateY(0);
  }
  40% {
    transform: rotate(180deg) translateY(15px);
  }
  60% {
    transform: rotate(180deg) translateY(7px);
  }
}
/*social-icons*/
.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 20;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.social-icons li {
  padding: 4px 0;
}
.social-icons li button:hover,
.social-icons li a:hover {
  background: #1c1e1f;
}
.social-icons li button:hover path,
.social-icons li a:hover path {
  fill: #fff;
}
.social-icons li button,
.social-icons li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1c1e1f;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  color: #1c1e1f;
  background-color: transparent;
  transition: background-color 0.15s;
  outline: none;
  text-align: center;
}
.dark .social-icons li button,
.dark .social-icons li a {
  border-color: #fff;
  color: #fff;
}
.dark .social-icons li button:hover,
.dark .social-icons li a:hover {
  background: #fff;
}
.dark .social-icons li button:hover path,
.dark .social-icons li a:hover path {
  fill: #1c1e1f;
}
.dark .social-icons li path {
  fill: #fff;
}
.dark .social-icons .tooltip-str {
  background-color: #fff;
  color: #1c1e1f;
}
.social-icons .tooltip-str {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.1em;
  margin-right: 0;
  padding: 0.5em 15px;
  font-weight: 600;
  line-height: 1.2em;
  white-space: nowrap;
  border-radius: 5px;
  background-color: #1c1e1f;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icons .active .tooltip-str {
  right: 100%;
  margin-right: 10px;
  opacity: 1;
  visibility: visible;
}
/* rate-info */
.rate-info h3 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0 6px 1px 16px;
  margin-top: 4px;
  margin-bottom: 14px;
  border-bottom: 2px solid #626ef1;
}
.rate-info h3:before,
.rate-info h3:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
}
.rate-info h3:before {
  margin-top: -6px;
  margin-left: -4px;
  width: 8px;
  height: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid;
}
.rate-info h3:after {
  margin-top: -1px;
  margin-left: -1px;
  width: 2px;
  height: 5px;
  border-left: 2px solid;
}
.rate-list {
  padding-left: 58px;
  line-height: 26px;
}
.rate-list dt,
.rate-list dd {
  line-height: inherit;
}
.rate-list dt {
  float: left;
  min-width: 58px;
  margin-left: -58px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 1.25em;
}
.rate-list dd:after {
  content: "";
  clear: both;
  display: block;
}
.graph-img {
  width: 320px;
  max-width: 93%;
  margin: 0 auto 15px;
}
.graph-img img {
  width: 100%;
  height: auto;
}
.clipboard {
  position: fixed;
  top: 0;
  left: -9999px;
  z-index: -100;
  width: 100px;
  opacity: 0;
}
/* download-form */
.download-form {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.download-form .btn {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  #pp-nav.left {
    left: 10px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .social-icons {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .about h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .about h2 .wrap {
    line-height: 60px;
    height: 60px;
    margin: 0 0 0 10px;
  }
  .about .arrows {
    margin: 83px 0 0;
  }
  .compare-table th:first-child,
  .compare-table td:first-child {
    width: 52%;
  }
  .rates-block .ttl {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 899px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  p {
    margin-bottom: 2vh;
  }
  .description-section .page-header h3,
  h2 {
    font-size: 5.4vh;
    line-height: 1.2;
  }
  .description-section .page-header {
    margin-top: 5vh;
    margin-bottom: 2vh;
  }
  .graph-holder {
    margin-top: 5.6vh;
  }
  .pp-tableCell {
    padding-top: 15vh;
    padding-bottom: 8vh;
  }
  .graph-wrap {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .rates .lead {
    font-size: 18px;
    line-height: 26px;
  }
  .car-cost p {
    margin-bottom: 9vh;
  }
  .car-slider p {
    margin-bottom: 0;
  }
  .rates-block {
    margin-bottom: 20px;
  }
  .compare-section,
  .car-cost {
    padding-top: 15vh;
    padding-bottom: 8vh;
  }
  .compare-section .footer {
    bottom: 2%;
  }
  .compare-table td {
    padding-top: 1.4vh;
    padding-bottom: 1.5vh;
  }
  .compare-dropdown .dropdown-menu > li > a {
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
  .compare-table {
    line-height: 3vh;
  }
  .pro-tips .page-header {
    margin-bottom: 3.4vh;
  }
  .tips-list .slide {
    padding: 0 2vh 4vh;
  }
  #footer .footer-links {
    margin-bottom: 3vh;
  }
  #footer .footer-bottom {
    margin-top: 3vh;
  }
  .footer-section .pp-tableCell {
    padding-bottom: 3vh;
  }
}
@media screen and (min-width: 1025px) and (max-height: 620px) {
  .about .cell {
    padding: 94px 0 30px;
  }
  .about .footer {
    position: static;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
    padding-top: 20px;
  }
  .about .head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1079px) {
  .container-fluid {
    max-width: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body {
    overflow: visible;
  }
  /* header */
  #header {
    padding-top: 20px;
  }
  .pp-tableCell {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .section {
    position: relative;
  }
  /* promo-section */
  .promo-section {
    position: relative;
  }
  .promo-section .pp-tableCell {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: auto;
  }
  .promo-section .holder {
    display: table-cell;
    width: 1%;
    height: 95vh;
    vertical-align: middle;
  }
  .promo-section .promo-frame {
    width: 50%;
  }
  .promo-frame .promo-track {
    height: 100%;
    background-image: url("../images/bg-track-static.svg");
  }
  .promo-frame .promo-car {
    display: none;
  }
  .description-section .page-header {
    margin-top: 30px;
  }
  .graph-holder,
  .graph-descr {
    display: none !important;
  }
  /* social-icons */
  .social-icons {
    position: static;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .social-icons li {
    display: inline-block;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
  }
  .social-icons li button,
  .social-icons li a {
    border-color: #fff;
  }
  .social-icons li path {
    fill: #fff;
  }
  .social-icons li button:hover,
  .social-icons li a:hover {
    background-color: #fff;
  }
  .social-icons li button:hover path,
  .social-icons li a:hover path {
    fill: #1c1e1f;
  }
  .social-icons .tooltip-str {
    top: auto;
    right: 50%;
    bottom: 0;
    margin-top: 0;
    margin-right: -100px;
    margin-bottom: 0;
    width: 200px;
    text-align: center;
  }
  .social-icons .active .tooltip-str {
    right: 50%;
    bottom: 100%;
    margin-right: -100px;
    margin-bottom: 10px;
  }
  .states {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .rates {
    padding: 40px 0;
  }
  .compare-section {
    padding-top: 110px;
  }
  .footer-section {
    overflow-y: auto;
    height: 100%;
  }
  #pp-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .shown-footer #header .user-box .btn {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 991px) {
  /* header */
  #header {
    position: absolute;
    padding-top: 39px;
    background: none;
  }
  #header .navbar-brand {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #header .user-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .shown-footer #header .user-box {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  #header .user-box .btn {
    display: block;
    width: 100%;
    border-radius: 0;
  }
  .pp-tableCell {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  /* promo-section */
  .promo-section .promo-frame {
    position: relative;
    left: 0;
    width: auto;
    height: 95vh;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #fff;
  }
  .promo-section .holder {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center;
  }
  .promo-section .page-header:before {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .promo-section .btn-down {
    bottom: 100px;
  }
  /* statistic-section */
  .statistic-section {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .statistic-box {
    padding-left: 0;
    padding-right: 0;
  }
  .statistic-box .large {
    font-size: 150px;
    line-height: 1em;
    padding-left: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
  .statistic-box .large .unit {
    position: static;
    margin-right: 0;
  }
  .pro-tips .page-header h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .tips-list .slide {
    padding: 0 15px 30px;
  }
  .tips-block {
    padding: 0 15px 20px;
  }
  .tips-block h3 {
    font-size: 26px;
    line-height: 30px;
    margin: -1px -16px 6px;
  }
  .state-section {
    padding: 60px 0 110px;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .about .cell {
    height: auto;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    width: auto;
    align-items: center;
    vertical-align: top;
  }
  .about h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .about h2 .wrap {
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 10px;
    min-width: 290px;
  }
  .about {
    position: relative;
  }
  .about .col {
    max-width: 680px;
  }
  .about .arrows {
    margin: 47px 0 0;
  }
  .car-cost h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .car-cost h2 .dropdown-toggle {
    min-width: 310px;
  }
  .car-cost h2 .dropdown-toggle:after {
    margin-top: -1px;
  }
  .car-cost h2 .open .dropdown-toggle:after {
    margin-top: -8px;
  }
  .car-cost p {
    margin-bottom: 50px;
  }
  .car-cost .dropdown-menu > .li > a {
    font-size: 34px;
    line-height: 40px;
  }
  .compare-row {
    margin: 0 -30px;
  }
  .compare-row .col {
    padding: 0 30px;
  }
  .compare-row .col + .col:before {
    width: 60px;
    margin-left: -30px;
  }
  .compare-table {
    font-size: 14px;
    line-height: 26px;
  }
  .compare-table td {
    padding: 14px 8px 15px;
  }
  .compare-table th {
    padding: 12px 7px 8px;
  }
  .compare-section {
    position: static;
    overflow: visible;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    height: 100vh;
    padding: 30px 0 100px;
  }
  .compare-section h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .compare-dropdown .dropdown-toggle {
    font-size: 16px;
    padding: 17px 22px 18px;
  }
  .compare-dropdown .dropdown-menu > li > a {
    font-size: 16px;
    padding: 14px 22px;
  }
  .compare-section .footer {
    bottom: 75px;
  }
  .states {
    padding: 80px 0 65px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .states p {
    margin: 0 0 32px;
  }
  .states .page-header {
    padding-bottom: 11px;
    margin: 0 0 10px;
  }
  .states .page-header h2 br {
    display: none;
  }
  .states .page-header h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .states .tab-area {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
  .states .tab-area p {
    margin: 0 0 14px;
  }
  .description-section .pp-tableCell {
    padding-top: 30px;
  }
  .rates {
    padding-top: 0;
  }
  .car-cost {
    padding-bottom: 100px;
  }
  .car-cost .footer {
    bottom: 75px;
  }
  .pro-tips {
    min-height: 100vh;
    padding: 39px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 767px),
  screen and (orientation: portrait) and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
  h1 {
    font-size: 48px;
    line-height: 57px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .pp-tableCell {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  /* promo-section */
  .promo-section {
    font-size: 28px;
    line-height: 33px;
  }
  .promo-section .page-header {
    margin-top: 0;
    margin-bottom: 12px;
  }
  /* description-section */
  .description-section .pp-tableCell {
    padding-top: 0;
    padding-bottom: 0;
  }
  .description-section .page-header {
    margin-top: 0;
    margin-bottom: 18px;
    padding-bottom: 5px;
  }
  .description-section .page-header:before {
    width: 28px;
  }
  .description-section .page-header h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .description-section .block {
    display: -webkit-flex;
    display: flex;
    padding: 34px 30px 10px;
    margin-left: -30px;
    margin-right: -30px;
    min-height: 100vh;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
  }
  .description-section .block > * {
    min-width: 100%;
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .description-section .block.bg-white {
    background-color: #fff;
  }
  .graph-section {
    line-height: 21px;
    min-height: 100vh;
  }
  .graph-section .page-header {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  /* statistic-section */
  .statistic-box {
    display: block;
    width: auto;
    height: auto !important;
    font-size: inherit;
    line-height: 1.38em;
  }
  .statistic-box .large {
    font-size: 80px;
    line-height: 81px;
    margin-bottom: 20px;
  }
  .statistic-box .large .unit {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.05em;
  }
  .statistic-box .holder {
    max-width: 250px;
  }
  .list-columns {
    columns: 1;
  }
  .info-section h2,
  .state-section h2 {
    font-size: 28px;
    line-height: 32.5px;
  }
  .state-section h2 {
    margin-bottom: 42px;
  }
  .info-section {
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
  }
  .info-section .btn {
    margin: 0 0 25px;
  }
  .tips-list {
    display: block;
  }
  .tips-list .slide {
    display: block;
    padding: 0 49px 50px;
  }
  .tips-list .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 24px;
    height: 50px;
    border: none;
    padding: 0;
    z-index: 10;
  }
  .tips-list .slick-prev {
    background: url(../images/ico-arrow-left-001.png) no-repeat 50% 50%;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    left: 12px;
  }
  .tips-list .slick-next {
    background: url(../images/ico-arrow-right-001.png) no-repeat 50% 50%;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    right: 12px;
  }
  .tips-block {
    height: auto;
    padding: 0 15px 40px;
    background: #fff;
    line-height: 20px;
    color: #1c1e1f;
    border-color: transparent;
  }
  .tips-block p {
    display: block;
  }
  .pro-tips .page-header {
    padding-bottom: 13px;
    margin-bottom: 76px;
  }
  .pro-tips .page-header h2 {
    font-size: 28px;
    line-height: 30.5px;
  }
  .tips-block h3 {
    background: #626ef1;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px 14px;
    margin: -1px -16px 39px;
  }
  .tips-block h3:before {
    top: -1px;
    right: -1px;
    left: -1px;
    width: auto;
    height: 100%;
    margin: 0;
  }
  .tips-block:hover:after {
    margin-top: -1px;
  }
  .tips-block:after {
    margin-top: -1px;
    border-top-color: #fff;
  }
  .tips-block:hover .twitter-link {
    -webkit-animation: none;
    animation: none;
  }
  .tips-block .twitter-link {
    opacity: 1;
    right: 12px;
    bottom: 9px;
  }
  .tips-list .slick-dots {
    margin: 0 -9px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
  }
  .tips-list .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 9px;
  }
  .tips-list .slick-dots button:hover,
  .tips-list .slick-dots .slick-active button {
    background: #626ef1;
    border-color: transparent;
  }
  .tips-list .slick-dots button {
    width: 8px;
    height: 8px;
    border: 1px solid #959595;
    border-radius: 50%;
    background: none;
    padding: 0;
  }
  .info-section .page-header {
    margin-bottom: 20px;
  }
  .about {
    overflow: visible;
  }
  .about-slider .slick-track {
    display: block;
  }
  .about-slider .slide {
    display: block;
  }
  .about .text {
    width: auto;
  }
  .about .about-slider .img {
    width: auto;
    padding: 0 6px 21px;
  }
  .about .about-slider .img img {
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 90px;
  }
  .about .cell {
    width: 100%;
    padding: 41px 0 52px;
  }
  .about .col {
    max-width: none;
    width: 100%;
  }
  * {
    min-height: 0;
    min-width: 0;
  }
  .about .footer {
    width: 100%;
    position: static;
  }
  .about .arrows {
    margin: 0;
    float: none;
    position: absolute;
    top: 43px;
    right: -6px;
  }
  .about h2 {
    float: none;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
  .about h2 br {
    display: none;
  }
  .about h2 .wrap {
    border-bottom: 2px solid #626ef1;
    height: 32px;
    line-height: 30px;
    display: block;
    min-width: 0;
    margin: 7px 44px 14px 0;
  }
  .about .head {
    margin: 0 0 38px;
    padding: 0 40px 0 0;
    position: relative;
  }
  .about .arrows .arrow {
    margin: 0 7px;
  }
  .about-slider {
    line-height: 22px;
  }
  .car-cost {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    height: 100vh;
    padding: 41px 0 60px;
    line-height: 21px;
  }
  .car-cost h2 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin: 0 0 11px;
  }
  .car-cost h2 .dropdown-toggle {
    border-bottom-width: 2px;
    min-width: 0;
    display: block;
    line-height: 38px;
    margin: -3px 0 10px;
  }
  .car-cost h2 .dropdown {
    display: block;
  }
  .car-cost .dropdown-menu > .li > a {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 3px;
  }
  .car-cost p {
    margin-bottom: 9px;
  }
  .car-slider {
    padding: 0 15px;
  }
  .car-slider .slick-arrow {
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    margin-top: -87px;
  }
  .car-slider .slick-current .img {
    padding: 0 12px;
    margin: 0 0 9px;
  }
  .car-slider .slick-current h3 {
    margin-bottom: 12px;
  }
  .car-cost .footer {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: auto;
    font-size: 9px;
    line-height: 20px;
  }
  .car-slider .slick-next {
    right: -20px;
  }
  .car-slider .slick-prev {
    left: -20px;
  }
  .car-slider img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .compare-section {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .compare-section h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .compare-row .col {
    float: none;
    width: auto;
  }
  .compare-row .col + .col {
    margin-top: 30px;
  }
  .compare-row .col + .col:before,
  .compare-row .col + .col:after {
    display: none;
  }
  .states {
    padding-top: 21px;
    padding-bottom: 0;
  }
  .states .page-header h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .state-section {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 1px;
  }
  .compare-section .footer {
    position: static;
    width: auto;
    -webkit-transform: none;
    transform: none;
    padding-top: 10px;
  }
}

/* footer */
footer {
  font-size: 100%;
}
footer .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 34em) {
  footer .container {
    max-width: 34rem;
  }
}
@media (min-width: 48em) {
  footer .container {
    max-width: 45rem;
  }
}
@media (min-width: 62em) {
  footer .container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  footer .container {
    max-width: 72.25rem;
  }
}
@media (min-width: 85.625em) {
  footer .container {
    max-width: 82.5rem;
  }
}

footer .footer-links {
  margin-bottom: 3vh;
}
footer .footer-links a {
  color: #eaeaea;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

footer .footer-links .highlighted:hover {
  color: #fff;
}
footer .footer-links.inline a {
  display: inline;
  padding-right: 0.33333rem;
}
footer .footer-navs .footer-links a {
  padding: 0.5rem;
}
footer .footer-bottom {
  font-size: 0.925rem;
  text-align: center;
  margin-top: 3vh;
}
footer .footer-bottom p {
  color: #eaeaea;
}
footer .footer-bottom p a {
  border: 0;
  color: #eaeaea;
  font-weight: 600;
}
footer .footer-bottom p a:hover {
  background-color: transparent;
  color: #5c6cff;
}
.footer-navs .nav-list {
  text-align: center;
}
.footer-navs .nav-social {
  text-align: center;
}
.footer-navs .nav-list {
  margin-bottom: 2rem;
}
.footer-navs .nav-list li {
  display: block;
  margin-left: -0.5rem;
}
.footer-navs .nav-social .preamble {
  color: #6e6f70;
  margin-bottom: 0.33333rem;
}
.footer-navs .nav-social a {
  margin-left: 0;
}
.footer-navs .nav-social a * {
  transition: all 0.25s ease-in-out;
}
.footer-navs .nav-social a:hover path {
  fill: #5c6cff;
}
.anchor-text {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  height: 1px;
  width: 0;
}

footer .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 2rem;
}

@media (max-width: 47.9em) and (min-width: 34em) {
  footer .footer-bottom {
    text-align: left;
  }
  .footer-navs .nav-list {
    text-align: left;
  }
  .footer-navs .nav-social {
    text-align: left;
  }
}

@media screen and (min-width: 48em) {
  footer .footer-links:last-of-type {
    margin-bottom: 0;
  }
  .footer-navs .nav-list li {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 1rem;
    position: relative;
  }
  .footer-navs .nav-list li + li:before {
    background-color: #454647;
    border-radius: 0.25rem;
    content: "";
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -1.2rem;
    height: 0.25rem;
    width: 0.25rem;
  }
  .footer-navs .nav-social a {
    margin-left: 0;
  }
}
.footer-section {
  background-color: #0a0c0e;
}
footer h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Basetica, Helvetica Neue, Arial, Verdana, sans-serif;
}
footer .footer-headline,
footer .footer-headline a {
  color: #fff;
  margin-bottom: 1.2rem;
}
footer .footer-headline a:hover {
  text-decoration: underline;
}
footer .footer-links {
  margin-bottom: 3rem;
}
@media (min-width: 48em) {
  footer .footer-links:last-of-type {
    margin-bottom: 0;
  }
}
footer .justify-content-center {
  justify-content: center;
}
footer .flex-display {
  display: flex;
}
footer .footer-links a {
  color: #d2d3d4;
  display: block;
  line-height: 1.5625rem;
  padding-bottom: 0.5rem;
  transition: all 0.25s ease-in-out;
}
footer .footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-links a.highlighted {
  background-color: #574cfa;
  color: #fff;
}
footer .footer-links.inline a {
  display: inline;
  padding-right: 0.33333rem;
}
footer .footer-navs .footer-links a {
  padding: 0.5rem;
}
footer .footer-bottom {
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 34em) and (max-width: 47.98em) {
  footer .footer-bottom {
    text-align: left;
  }
}
footer .footer-bottom p {
  color: #d2d3d4;
}
footer .footer-bottom p a {
  color: #d2d3d4;
  font-weight: 600;
}
footer .footer-bottom p a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}
.footer-navs .nav-list,
.footer-navs .nav-social {
  text-align: center;
}
@media (min-width: 34em) and (max-width: 47.98em) {
  .footer-navs .nav-list,
  .footer-navs .nav-social {
    text-align: left;
  }
}
.footer-navs .nav-list {
  margin-bottom: 3rem;
}
.footer-navs .nav-list li {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-left: -0.5rem;
}
@media (min-width: 48em) {
  .footer-navs .nav-list li {
    display: inline-block;
    margin: 0 1rem;
    position: relative;
  }
}
@media (min-width: 48em) {
  footer .footer-navs .nav-list li + li:before {
    background-color: #34393f;
    border-radius: 0.25rem;
    content: "";
    height: 0.25rem;
    left: -1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.25rem;
  }
}
footer .footer-navs .nav-social .preamble {
  color: #d2d3d4;
}
@media (min-width: 48em) {
  footer .footer-navs .nav-social .preamble {
    margin-bottom: 0.625rem;
  }
}
footer .footer-navs .nav-social a {
  margin-left: -0.5rem;
  padding: 1.25rem;
}
footer .footer-navs .nav-social a * {
  transition: all 0.25s ease-in-out;
}
footer .footer-navs .nav-social a path {
  fill: #d2d3d4;
}
footer .footer-navs .nav-social a:hover path {
  fill: #fff;
}
@media (min-width: 48em) {
  footer .footer-navs .nav-social a {
    margin-left: 0;
    padding: 0.5rem;
  }
}
.anchor-text {
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0;
}
footer.thin-footer {
  background-color: #fff;
  color: #4a4f53;
  font-size: 0.875rem;
  position: relative;
  text-align: center;
}
footer.thin-footer .landing-footer-copy p {
  margin-bottom: 2rem;
}
@media screen and (max-height: 510px) and (max-width: 991px) {
  .state-section {
    padding: 50px 0 90px;
  }
  .pro-tips .page-header {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .states {
    min-height: 624px;
  }
  .car-cost,
  .compare-section,
  .pro-tips {
    position: static;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    height: 100vh;
  }
}
@media screen and (min-width: 1025px) {
  /* fullpage */
  #fullpage {
    position: relative;
    height: 100vh;
    opacity: 0;
  }
  .page-header {
    margin-top: 0;
  }
  .promo-frame .promo-car {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: driving;
    animation-name: driving;
  }
  .promo-section .promo-frame {
    max-width: 50vw;
  }
  .rate-info,
  .graph-img {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  /* promo-section */
  .promo-frame .promo-track {
    top: 0;
    bottom: 0;
  }
  .promo-section .promo-frame {
    width: auto;
    right: 0;
  }
}
