* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #252B42;
  color: white;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav a {
  color: white;
  text-decoration: none;
}
header div {
  display: flex;
  align-items: center;
  gap: 20px;
}
header div button:first-child {
  border: none;
  background-color: transparent;
  color: white;
}
header div button:last-child {
  background-color: #23A6F0;
  color: white;
  padding: 15px 30px;
  border-radius: 10px;
  border: none;
}
header .icons {
  display: none;
}

.section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.section1 aside:first-child {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section1 aside:first-child h1 {
  font-size: 70px;
  z-index: 2;
}
.section1 aside:first-child p {
  font-size: 20px;
}
.section1 aside:first-child div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section1 aside:first-child div button {
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  color: white;
}
.section1 aside:first-child div button:first-child {
  background-color: #23A6F0;
}
.section1 aside:first-child div button:last-child {
  background-color: transparent;
  border: 1px solid white;
}
.section1 aside:first-child img {
  top: 100px;
  left: 0px;
  position: absolute;
}
.section1 aside:last-child {
  position: relative;
}
.section1 aside:last-child img:last-child {
  left: 0;
  z-index: -1;
  top: 80px;
  position: absolute;
}

.menu_mobile {
  display: none;
}

.section2 {
  margin-top: 50px;
}
.section2 .top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
}
.section2 .top p {
  color: grey;
}
.section2 .row {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.section2 .row .card {
  display: flex;
  gap: 20px;
  padding: 30px;
  border: 2px solid white;
}
.section2 .row .card .inf {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.section2 .row .card .bl {
  display: none;
}

.section3 {
  margin-top: 50px;
}
.section3 .top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
}
.section3 .main {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: white;
  color: black;
  width: 60%;
  margin: auto;
}
.section3 .main img {
  display: block;
}
.section3 .main p {
  color: grey;
}

.section4 {
  margin-top: 60px;
}
.section4 .top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
}
.section4 .row {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.section4 .row .cars {
  padding: 17px;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section4 .row .card {
  display: none;
}

.section5 {
  margin-top: 100px;
}
.section5 .top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
}
.section5 .duo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.section5 .duo .card5 {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.section5 .duo .card5 aside:first-child {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.section5 .duo .card5 aside:first-child h2 {
  color: #23A6F0;
}
.section5 .duo .card5 aside:first-child p {
  color: grey;
}
.section5 .duo .card5 aside:last-child {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.section5 .duo .card5 aside:last-child .pr {
  display: flex;
  gap: 10px;
}
.section5 .duo .card5 aside:last-child .pr h1 {
  color: #23A6F0;
}
.section5 .duo .card5 aside:last-child .pr .price {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.section5 .duo .card5 aside:last-child .pr .price h6 {
  color: #23A6F0;
}
.section5 .duo .card5 aside:last-child button {
  padding: 18px;
  background-color: #23A6F0;
  color: white;
  font-weight: 700;
  border-radius: 10px;
  border: none;
}

.section6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  margin-top: 200px;
  align-items: center;
  gap: 100px;
}
.section6 aside:first-child {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 100px;
  width: 50%;
  margin-top: -30px;
}
.section6 aside:last-child {
  width: 50%;
}
.section6 aside:last-child img {
  width: 100%;
  color: white;
}

.forms {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 50px;
  background-color: white;
  width: 60%;
  margin-top: 200px;
}
.forms aside:first-child {
  height: 100%;
}
.forms aside:first-child .kp {
  height: auto;
}
.forms aside:first-child .bl {
  display: none;
}
.forms aside:last-child {
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.forms aside:last-child h1 {
  color: #252B42;
}
.forms aside:last-child form {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
  width: 100%;
}
.forms aside:last-child form label {
  color: #252B42;
  font-weight: 700;
}
.forms aside:last-child form input {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid grey;
  width: 90%;
  background-color: #F9F9F9;
}
.forms aside:last-child button {
  padding: 20px;
  color: white;
  font-weight: 700;
  background-color: #23A6F0;
  border-radius: 10px;
  border: none;
  width: 90%;
}

.last {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  padding: 40px;
}
.last .col {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

footer {
  background-color: white;
  width: 100%;
  margin-top: 80px;
}
footer p {
  padding: 17px;
  color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 510px) {
  header nav, header div {
    display: none;
  }
  .icons {
    display: flex !important;
  }
  .section1 {
    flex-direction: column;
    row-gap: 50px;
    margin-top: 200px;
  }
  .section1 aside:last-child img {
    width: 100%;
  }
  .section1 div {
    display: flex;
    flex-direction: column;
  }
  .menu_mobile {
    display: block;
  }
  .menu_mobile nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
  .menu_mobile a {
    color: white;
    font-size: 50px;
    text-decoration: none;
  }
  .section2 .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .section2 .row .card {
    border: none;
    width: 90%;
  }
  .section2 .row .card .pk {
    display: none;
  }
  .section2 .row .card .bl {
    display: block;
  }
  .section3 .main {
    width: 70%;
  }
  .section4 .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .section4 .row .cars {
    display: none;
  }
  .section4 .row .card {
    width: 80%;
    display: block;
    padding: 17px;
    border: 1px solid white;
    border-radius: 10px;
    color: #252B42;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .section5 {
    flex-direction: column;
    row-gap: 30px;
  }
  .section5 .duo {
    flex-direction: column;
    row-gap: 20px;
  }
  .section5 .duo .card5 {
    flex-direction: column;
    row-gap: 20px;
  }
  .section6 {
    flex-direction: column;
    row-gap: 40px;
  }
  .section6 aside:first-child {
    width: 90%;
  }
  .section6 aside:last-child {
    width: 90%;
  }
  .forms {
    flex-direction: column;
    width: 100%;
  }
  .forms aside:first-child .kp {
    display: none;
  }
  .forms aside:first-child .bl {
    display: block;
    width: 100%;
  }
  .last {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
  }
  .last .col {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */