body {
  margin: 0;
  padding: 0;
  color: #fff;
  overflow-x: hidden;
}

section {
  overflow: hidden;
  min-height: 100%;
}

* {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
}

ul,
a,
li {
  list-style: none;
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

h1,h2,h3,h4,h5 {
  font-weight: 700;
}

h1 {
  font-size: 50px;
}
h2 {
  font-size: 65px;
}
p {
  font-size: 20px;
}

header {
  background: #2E3C7D;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1270px;
  margin: 0 auto;
}

header .container .logo {
  font-size: 45px;
  font-weight: 800;
}

header .container .menu-block {
  display: flex;
  align-items: center;
}

header .container .menu-block .menu-items {
  display: flex;
  gap: 35px;
  margin-right: 80px;
}

.first {
  background: #324185;
}

.first .container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 20px 0 80px;
}

.first .subs {
  width: 360px;
  height: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.first .price {
  font-size: 60px;
  font-weight: 900;
  line-height: 102px;
}

.first .price span {
  font-size: 42px;
  font-weight: 900;
}

.first p, .first h2, .first div {
  margin: 20px 0;
}

.first .price {
  margin: 0;
}

.first button {
  margin-top: 40px;
  border-radius: 15px;
  background: #FF6D4B;
  display: flex;
  width: 220px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 25.5px;
  border: none;
  color: white;
}

.first .discont {
  border-radius: 60px;
  background: #6362D2;
  width: 120px;
  height: 46px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second .container {
  padding: 40px 0 100px;
  color: black;
  text-align: center;
}

.second .cards {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.second .cards .card {
  box-shadow: 0px 10px 29px 0px rgba(50, 50, 50, 0.06);
  padding: 25px 50px;
}

.third {
  background: #344389;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 90px 0;
}

.third h2, .third p {
  margin: 0;
}

.third button {
  margin-top: 20px;
  border-radius: 10px;
  background: #FF6D4B;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 180px;
  height: 42px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25.5px;
}

.fourth {
  padding: 120px 0;
  display: flex;
  align-items: center;
  color: #000;
  margin: 0 auto;
  max-width: 1270px;

}

.fourth .left {
  width: 713px;
  height: 480px;
  margin-right: 120px;
}

.line {
  background: #000;
  width: 41px;
  height: 3px;
}

.fourth button {
  margin-top: 20px;
  border-radius: 10px;
  background: #FF6D4B;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 180px;
  height: 42px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25.5px;
}

.fourth .right .title {
  font-size: 21px;
  font-weight: 500;
  line-height: 29.4px;
}

.fourth .right .subtitle {
  line-height: 34px;
  letter-spacing: 3px;
}

.five {
  padding: 100px 0;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.five .ontitle {
  color: #989090;
  font-size: 17px;
  line-height: 28.9px;
  margin-bottom: 10px;
}

.five .card button {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 27.2px;
}

.five button svg {
  margin-left: 15px;
}

.five h2 {
  margin: 10px 0;
}

.five .cards {
  display: flex;
  gap: 50px;
  margin-top: 55px;
}

.five .cards .card h3 {
  text-align: center;
}

.five .cards .card {
  box-shadow: 0px 10px 29px 0px rgba(50, 50, 50, 0.06);
  padding: 40px 60px;
  min-width: 383px;
}

.five button {
  border-radius: 15px;
  background: #0F866C;
  display: flex;
  width: 132px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 27.2px;
  border: none;
  margin-top: 40px;
}

.six {
  padding: 100px 0;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.six h2 {
  margin: 10px 0;
}

.six .ontitle {
  color: #989090;
  font-size: 17px;
  line-height: 28.9px;
}

.six .cards {
  display: flex;
  gap: 50px;
  margin-top: 55px;
  margin-bottom: 10px;
}

.six .card p {
  color: #797978;
}

.six .cards h3 {
  font-size: 21px;
}

.six .card .user {
  display: flex;
  margin-top: 50px;
}

.six .card .user .img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.six .card .user .content h3 {
  font-size: 19px;
  margin: 0;
  font-weight: 500;
  line-height: 26.6px;
}

.six .card .user .content p {
  margin: 0;
}

.six .card .user .content .img {
  width: 85px;
}

.six .card .user .content .img img {
  object-fit: contain;
}

footer {
  padding: 50px 0 80px;
  background: #F0F0FC;
  color: #000;
  display: flex;
}

footer .container {
  margin: 0 auto;
  width: 1270px;
}

footer .wrap {
  display: flex;
  justify-content: space-between;
}

footer .line {
  background: #939293;
  margin-bottom: 35px;
}

footer h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 36.4px;
  margin-bottom: 15px;
}

footer .subtitle {
  color: #797978;
}

footer .title {
  color: #CDCDCD;
  font-size: 14px;
}

footer .subtitle {
  font-size: 15px;
}

footer .right .img {
  width: 420px;
  height: 235px;
}