* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  *::before, *::after, *:hover {
    box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-size: 10px; }
  @media (max-width: 1330px) {
    html {
      font-size: 9px; } }
  @media (max-width: 1200px) {
    html {
      font-size: 8px; } }
  @media (max-width: 1090px) {
    html {
      font-size: 7px; } }
  @media (max-width: 960px) {
    html {
      font-size: 20px; } }
  @media (max-width: 680px) {
    html {
      font-size: 16px; } }
  @media (max-width: 520px) {
    html {
      font-size: 14px; } }
  @media (max-width: 460px) {
    html {
      font-size: 10px; } }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #FAF9FD;
  position: relative;
  overflow-x: hidden; }

header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
  position: fixed;
  top: 0;
  z-index: 100; }
  @media (max-width: 960px) {
    header {
      margin-bottom: 4rem; } }

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 130rem; }
  @media (max-width: 960px) {
    .header-container .nav {
      display: none; }
    .header-container .header-contacts {
      display: none; }
    .header-container .download-nav-btn {
      display: none; } }

.burger-menu {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #FAF9FD;
  border-radius: 50%;
  border: 0.1rem solid #A9C7FF;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1rem;
  background-image: url("../images/burger-menu.svg");
  background-position: center;
  background-size: 1.8rem 1.8rem;
  background-repeat: no-repeat; }
  @media (max-width: 960px) {
    .burger-menu {
      display: flex; } }

.nav {
  display: flex;
  list-style-type: none;
  margin-right: 1.6rem; }
  .nav li {
    margin-right: 3.4rem;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center; }
  .nav .nav-button {
    color: #131C2B; }
  .nav li:last-of-type {
    margin-right: 0; }

.download-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.6rem;
  height: 6rem;
  color: #00468C;
  background-color: #D9E3EE;
  border-radius: 10rem;
  border: 0.1rem solid #00468C;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer; }
  @media (max-width: 960px) {
    .download-nav-btn {
      width: 19.5rem;
      height: 5.2rem;
      font-size: 1.4rem;
      box-shadow: none; } }
  .download-nav-btn:hover {
    background-color: #00468C;
    color: white; }
  .download-nav-btn:active {
    background-color: #588DC2;
    border: .1rem solid #588DC2;
    color: white; }

.header-container-m {
  background-color: white;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }
  .header-container-m .burger-menu {
    position: absolute;
    right: 0;
    top: 1.1rem; }
  .header-container-m .burger-menu {
    background-image: url("../images/close.svg"); }
  .header-container-m .nav {
    display: flex;
    flex-direction: column;
    text-align: start;
    margin-left: 1.6rem;
    margin-top: 1.2rem; }
    .header-container-m .nav li {
      margin-bottom: 1.6rem; }
  .header-container-m .header-contacts {
    display: flex;
    margin-left: 1.6rem;
    margin-bottom: 1.6rem; }
  .header-container-m .download-nav-btn {
    display: flex;
    margin-left: 1.6rem;
    margin-bottom: 1.6rem; }

.white {
  background-color: white; }
  .white .header-contacts a {
    background-color: white; }
  .white .header-contacts a:hover {
    background-color: #FAF9FD; }

.header-logo {
  display: flex;
  align-items: center;
  margin-right: 1.6rem; }
  .header-logo img {
    margin: .8rem 1.8rem .8rem 0;
    width: 8.4rem; }
    @media (max-width: 960px) {
      .header-logo img {
        margin: .8rem 1rem;
        width: 5rem; } }
  .header-logo h1 {
    color: #00468C;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.7rem; }
  .header-logo h2 {
    color: #00468C;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.2rem; }

main {
  display: flex;
  align-items: center;
  flex-direction: column; }

section {
  max-width: 119rem;
  width: 100%; }
  @media (max-width: 960px) {
    section {
      max-width: none; } }

.section-1 {
  width: 100%;
  max-width: none;
  background-image: url("../images/background-section-1.png");
  background-size: auto 97.8rem;
  background-position-x: 70%;
  background-position-y: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center; }
  @media (max-width: 960px) {
    .section-1 {
      background-size: auto 65.8rem;
      background-position-y: bottom; } }

.section-container-1 {
  border-radius: 10rem;
  padding-top: 27.4rem;
  position: relative;
  max-width: 119rem;
  width: 100%;
  height: 85rem; }
  @media (max-width: 960px) {
    .section-container-1 {
      padding-top: 12rem;
      padding-right: 1rem;
      padding-left: 1rem;
      height: 95rem; } }
  .section-container-1 h2 {
    color: #00468C;
    font-size: 5.7rem;
    font-weight: 400;
    line-height: 6.4rem; }
    @media (max-width: 960px) {
      .section-container-1 h2 {
        font-size: 3.2rem;
        line-height: 3.8rem; } }
  .section-container-1 h3 {
    color: #00468C;
    font-size: 5.7rem;
    line-height: 6.4rem;
    margin-bottom: 3.2rem; }
    @media (max-width: 960px) {
      .section-container-1 h3 {
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-bottom: 1.8rem; } }
  .section-container-1 h4 {
    color: #00468C;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4rem;
    margin-bottom: 4.5rem; }
    @media (max-width: 960px) {
      .section-container-1 h4 {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-bottom: 3.2rem; } }
  .section-container-1 p {
    color: #3E4759;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin-bottom: 3.2rem; }
    @media (max-width: 960px) {
      .section-container-1 p {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-bottom: 1.8rem; } }
  .section-container-1 a {
    cursor: pointer; }
    @media (max-width: 960px) {
      .section-container-1 a {
        margin-bottom: 3.2rem; } }
    .section-container-1 a img {
      height: 5.9rem; }
      @media (max-width: 960px) {
        .section-container-1 a img {
          height: 4.1rem; } }
  .section-container-1 a:first-of-type {
    margin-right: 2rem; }
    @media (max-width: 960px) {
      .section-container-1 a:first-of-type {
        margin-right: .8rem; } }
  .section-container-1 .driver-img {
    position: absolute;
    height: 65.5rem;
    right: -24.7rem;
    top: 16.6rem; }
    @media (max-width: 960px) {
      .section-container-1 .driver-img {
        height: 48.5rem; } }
  .section-container-1 .background-section {
    position: absolute;
    left: 28.1rem;
    top: 0;
    z-index: -1; }

.section-container-2 {
  margin-top: 23.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .section-container-2 div {
    padding-left: 4rem; }
    @media (max-width: 960px) {
      .section-container-2 div {
        padding-left: 0; } }
  @media (max-width: 960px) {
    .section-container-2 {
      position: relative;
      height: 60rem;
      align-items: start;
      background-image: url("../images/service-station-2.png");
      background-size: auto 35.2rem;
      background-position-x: left;
      background-position-y: bottom;
      background-repeat: no-repeat;
      margin-top: 2.4rem; }
      .section-container-2 a {
        margin-left: 1rem; } }
  .section-container-2 h2 {
    color: #00468C;
    font-size: 5.7rem;
    line-height: 6.4rem; }
    @media (max-width: 960px) {
      .section-container-2 h2 {
        font-size: 3.2rem;
        line-height: 3.8rem;
        padding: 0 1rem; } }
  .section-container-2 h3 {
    color: #00468C;
    font-size: 5.7rem;
    font-weight: 400;
    line-height: 6.4rem;
    margin-bottom: 4.4rem; }
    @media (max-width: 960px) {
      .section-container-2 h3 {
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-bottom: 3.2rem;
        padding: 0 1rem; } }
  .section-container-2 p {
    color: #3E4759;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin-bottom: 4.6rem; }
    @media (max-width: 960px) {
      .section-container-2 p {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-bottom: 1.8rem;
        padding: 0 1rem; } }
  .section-container-2 .driver-img {
    height: 36.2rem; }
    @media (max-width: 960px) {
      .section-container-2 .driver-img {
        display: none; } }
  .section-container-2 .service-station-img {
    height: 40.4rem; }
    @media (max-width: 960px) {
      .section-container-2 .service-station-img {
        display: none; } }

@media (max-width: 960px) {
  .driver-2 {
    background-image: url("../images/driver-2.png");
    background-size: auto 29.8rem;
    height: 56rem; } }

.section-3 {
  display: flex;
  justify-content: center;
  align-items: center; }

.section-container-3 {
  margin-top: 26rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  padding: 0 1rem; }
  @media (max-width: 960px) {
    .section-container-3 {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 1.8rem;
      column-gap: 2.4rem;
      margin-top: 12rem; } }
  .section-container-3 .step-block {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: center;
    max-width: 34rem; }
    @media (max-width: 960px) {
      .section-container-3 .step-block {
        font-size: 1.4rem;
        line-height: normal; } }
  .section-container-3 .step-icon {
    margin-bottom: 3.2rem;
    height: 10.5rem; }
    @media (max-width: 960px) {
      .section-container-3 .step-icon {
        height: 9rem;
        margin-bottom: 1.2rem; } }
  .section-container-3 .long-arrow {
    position: absolute;
    right: -13.8rem;
    top: 5.8rem;
    width: 21.6rem; }
    @media (max-width: 960px) {
      .section-container-3 .long-arrow {
        display: none; } }
  .section-container-3 .short-arrow {
    display: none; }
    @media (max-width: 960px) {
      .section-container-3 .short-arrow {
        display: block;
        position: absolute;
        right: -2.35rem;
        top: 5rem;
        width: 2.9rem; } }

.section-container-4 {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 46.3rem; }
  .section-container-4 h2 {
    color: #00468C;
    font-size: 5.7rem;
    line-height: 6.4rem; }
    .section-container-4 h2:last-of-type {
      margin-bottom: 4.4rem; }
  .section-container-4 p {
    color: #3E4759;
    font-size: 1.8rem;
    line-height: 2.6rem; }
  .section-container-4 .driver-img {
    width: 56.4rem; }
  @media (max-width: 960px) {
    .section-container-4 {
      background-image: url("../images/ss-background-section-4.png");
      background-size: auto 43rem;
      background-repeat: no-repeat;
      background-position-y: 3rem;
      background-position-x: -5rem;
      flex-direction: column;
      padding: 0 1rem;
      margin-top: 12rem;
      height: 54rem; }
      .section-container-4 h2 {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 3.8rem; }
        .section-container-4 h2:last-of-type {
          margin-bottom: 3.2rem; }
      .section-container-4 p {
        color: #3E4759;
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-bottom: 3.2rem; }
        .section-container-4 p br {
          display: none; }
      .section-container-4 .driver-img {
        width: 25.2rem; } }
  .section-container-4 .service-station-img {
    position: absolute;
    top: 31rem;
    width: 44rem;
    right: 9rem; }
    @media (max-width: 960px) {
      .section-container-4 .service-station-img {
        height: 33rem;
        width: auto;
        top: 17rem;
        right: 3rem; } }
  .section-container-4 .background-section {
    position: absolute;
    z-index: -1;
    top: 20rem;
    left: 39rem;
    height: 70rem; }
    @media (max-width: 960px) {
      .section-container-4 .background-section {
        display: none; } }

.p-0 {
  padding: 0; }

.section-container-5 {
  max-width: 100%;
  margin: 36.6rem auto 0; }
  .section-container-5 h2 {
    color: #00468C;
    font-size: 5.7rem;
    line-height: 6.4rem;
    margin-bottom: 4.3rem;
    margin-left: .5rem; }
  .section-container-5 .icon-review {
    height: 3.2rem; }
  @media (max-width: 960px) {
    .section-container-5 {
      margin-top: 5.3rem; }
      .section-container-5 h2 {
        font-size: 3.2rem;
        margin-bottom: 3.2rem; } }

.stars-container img {
  width: 2.4rem; }
@media (max-width: 960px) {
  .stars-container img {
    width: 1.4rem; } }

.review {
  border-radius: 2rem;
  background-color: white;
  box-shadow: 0 0.1rem 1.2rem 0.1rem rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .review .icon-review {
    margin-bottom: 4.4rem; }
    @media (max-width: 960px) {
      .review .icon-review {
        margin-bottom: 3.2rem; } }
  .review p {
    color: #3E4759;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 6.4rem; }
    @media (max-width: 960px) {
      .review p {
        font-size: 1.4rem;
        line-height: 1.9rem; } }
  .review .review-footer {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .review .review-footer div:first-of-type {
      display: flex;
      align-items: center; }
      .review .review-footer div:first-of-type .avatar {
        background-color: #509CE9;
        border-radius: 50%;
        height: 7rem;
        width: 7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1.2rem;
        color: white;
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 2.6rem; }
        @media (max-width: 960px) {
          .review .review-footer div:first-of-type .avatar {
            width: 5rem;
            height: 5rem;
            margin-right: 1rem;
            font-size: 2rem; } }
      .review .review-footer div:first-of-type .name {
        color: black;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.6rem; }
        @media (max-width: 960px) {
          .review .review-footer div:first-of-type .name {
            font-size: 1.6rem; } }
    .review .review-footer div:last-of-type {
      display: flex;
      align-items: center;
      justify-content: center; }
  @media (max-width: 960px) {
    .review {
      padding: 2.4rem; } }

.section-container-6 {
  display: flex;
  padding-top: 10rem;
  align-items: center;
  justify-content: space-between; }
  .section-container-6 h2 {
    color: #00468C;
    font-size: 5.7rem;
    font-weight: 600;
    line-height: 6.4rem;
    margin-bottom: 3.2rem; }
    @media (max-width: 960px) {
      .section-container-6 h2 {
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-bottom: 1.8rem; } }
  .section-container-6 p {
    color: #00468C;
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 4.6rem; }
    @media (max-width: 960px) {
      .section-container-6 p {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-bottom: 3.2rem; } }
  .section-container-6 .container {
    max-width: 63rem; }
  .section-container-6 a {
    cursor: pointer; }
    .section-container-6 a:first-of-type {
      margin-right: 2rem; }
      @media (max-width: 960px) {
        .section-container-6 a:first-of-type {
          margin-right: .8rem; } }
    .section-container-6 a img {
      height: 5.9rem; }
      @media (max-width: 960px) {
        .section-container-6 a img {
          height: 4.1rem;
          margin-bottom: 1.5rem; } }
  .section-container-6 .driver-img {
    height: 60.4rem; }
    @media (max-width: 960px) {
      .section-container-6 .driver-img {
        height: 26rem; } }
  @media (max-width: 960px) {
    .section-container-6 {
      padding: 0 1rem;
      flex-direction: column-reverse;
      height: 52rem;
      margin-top: 12rem; } }

footer {
  width: 100%;
  background: #FAF9FD;
  display: flex;
  justify-content: center; }

.footer-container {
  display: flex;
  max-width: 130rem;
  width: 100%; }
  @media (max-width: 960px) {
    .footer-container {
      flex-direction: column;
      padding: 0 1rem; } }

.footer-column {
  padding-top: 7rem;
  display: flex;
  flex: 1;
  flex-direction: column; }
  .footer-column .header-logo {
    margin-bottom: 4.7rem; }
    @media (max-width: 960px) {
      .footer-column .header-logo {
        margin-bottom: 2.4rem; } }
    .footer-column .header-logo img {
      margin-left: 0;
      height: 8.4rem; }
      @media (max-width: 960px) {
        .footer-column .header-logo img {
          height: 5rem;
          margin-top: 0; } }
  .footer-column .description {
    max-width: 32.5rem;
    color: #3E4759;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2rem; }
    @media (max-width: 960px) {
      .footer-column .description {
        margin-bottom: 2.4rem; } }
  .footer-column .last {
    margin-bottom: 2.5rem; }
  .footer-column h3 {
    color: #00468C;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.7rem;
    margin-bottom: 2.6rem; }
    @media (max-width: 960px) {
      .footer-column h3 {
        margin-bottom: 1.4rem;
        font-size: 1.8rem;
        line-height: 2.1rem; } }
  .footer-column hr {
    border: none;
    height: .3rem;
    width: 4rem;
    background-color: #00468C;
    margin-bottom: 4rem; }
    @media (max-width: 960px) {
      .footer-column hr {
        margin-bottom: 2.4rem; } }
  .footer-column .number {
    color: #3E4759;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.2rem; }
    @media (max-width: 960px) {
      .footer-column .number {
        font-size: 1.4rem; } }
  .footer-column .secondary {
    color: #BEC7DC;
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2.4rem; }

.first {
  padding-top: 4.5rem; }
  @media (max-width: 960px) {
    .first {
      padding-top: 3.2rem; } }
  .first p {
    margin-bottom: 4.3rem; }
  .first a {
    margin-bottom: .7rem; }
  .first span {
    margin-bottom: 2.5rem; }

.footer-download {
  width: 13rem; }

.footer-nav {
  list-style: none;
  color: #3E4759;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem; }
  @media (max-width: 960px) {
    .footer-nav {
      font-size: 1.4rem;
      line-height: 1.9rem; } }
  .footer-nav li {
    margin-bottom: 1.8rem; }
    @media (max-width: 960px) {
      .footer-nav li {
        margin-bottom: 1.6rem; } }
  .footer-nav a {
    cursor: pointer; }

.footer-contacts {
  display: flex;
  list-style-type: none;
  margin-right: 1.6rem;
  margin-bottom: 2.4rem; }
  .footer-contacts li {
    margin-right: 1rem; }
    .footer-contacts li :hover {
      background-color: #FAF9FD; }
    .footer-contacts li img {
      height: 1.7rem; }
      @media (max-width: 960px) {
        .footer-contacts li img {
          height: 1.4rem; } }
  .footer-contacts li:last-of-type {
    margin-right: 0; }
  .footer-contacts a {
    height: 4.4rem;
    width: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAF9FD;
    border-radius: 50%;
    border: #A9C7FF .1rem solid;
    cursor: pointer; }
    @media (max-width: 960px) {
      .footer-contacts a {
        height: 3.5rem;
        width: 3.5rem; } }

.contacts {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem; }
  .contacts img {
    margin-right: .8rem;
    height: 1.9rem; }
    @media (max-width: 960px) {
      .contacts img {
        height: 1.8rem; } }
  .contacts span {
    color: #3E4759;
    font-size: 1.6rem;
    font-weight: 400; }
    @media (max-width: 960px) {
      .contacts span {
        font-size: 1.4rem; } }

a {
  text-decoration: none; }

@media (max-width: 960px) {
  .policy {
    display: none; } }

.mob-footer {
  display: none;
  padding-top: 2.4rem; }
  @media (max-width: 960px) {
    .mob-footer {
      display: flex; }
      .mob-footer .description {
        margin-bottom: 1.2rem; } }

.d-flex {
  display: flex; }

/*# sourceMappingURL=style.css.map */
