* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

a,
span {
  display: inline-block;
}

/* header */
header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  background: #fff;
}

header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}

header nav .logo {
  /* width: 166px; */
  height: 60px;
}

header nav .logo a {
  width: 100%;
  height: 100%;
  font-size: 28px;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}

header nav .logo a img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

header nav .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav .nav-links li {
  /* margin-right: 40px; */
}

header nav .nav-links li a {
  padding: 12px 24px;
  font-size: 16px;
  color: #613dff;
  text-decoration: auto;
  border-radius: 8px;
}

header nav .nav-links a.active {
  background: #613dff;
  font-size: 24px;
  position: relative;
  font-size: 20px;
  color: #ffffff;
}

.section {
  width: 100%;
  /* height: 500px; */
}

/* .section img {
  width: 100%;
  height: auto;
  display: block;
} */
#home {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#home .container {
  display: flex;
  padding-top: 100px;
  position: relative;
}

#home .container .left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#home .container .left .p1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 70px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#home .container .left .p2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 100px;
}

#home .container .left .down_load {
  width: 100%;
  display: flex;
  align-items: center;

}

#home .container .left .down_load img {
  width: 258px;
  height: 77px;
}

#home .container .left .down_load img:first-child {
  margin-right: 50px;
}

#home .container .right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home .container .ru {
  width: 305px;
  height: 94px;
  background-image: url("../images/Frame2226.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 60px;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  
  color: #fff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: absolute;
  top: 100px;
  right: 40%;
}

#home .container .right img {
  width: 430px;
  height: 400px;
}

#AboutUs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;

}

#AboutUs .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#AboutUs .container .title {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 100px;
}

#AboutUs .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#AboutUs .container .content .left {
  width: 47%;
  height: auto;
}

.section .section-img {
  width: 100%;
  margin-top: 100px;
}

#AboutUs .container .content .right {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#AboutUs .container .content .right .p1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}

#AboutUs .container .content .right .p2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}

#Footer {
  width: 100%;
  display: flex;
  background-color: #212736;
  padding: 120px 0;
}

#Footer .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#Footer .container .p1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}

#Footer .container .p2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}

#Footer .container .p3 {
  width: 80%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

#Footer .container .p4 {
  width: 80%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 50px;
}

#backTop {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
}

#backTop:hover {
  opacity: 1;
}

#backTop img {
  width: 100%;
  height: 100%;
}