a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  background: none;
  -webkit-font-smoothing: antialiased;
}

menu,
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:hover {
  cursor: pointer;
}

body {
  background: #faf8f0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

main {
  width: 1905px;
  margin: 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
main .container .section {
  height: 900px;
}
main .container .logo {
  display: inline-flex;
  margin: 46px 0 0 120px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.2px;
}
main .container .logo svg {
  box-shadow: 0px 5.781px 11.634px 0px rgba(14, 27, 38, 0.2);
}
main .container .logo img {
  width: 56px;
  height: 56px;
}
main .container .titles h1 {
  color: #f07f01;
  font-family: Arial;
  font-size: 67.083px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
main .container .titles h2 {
  color: #fff;
  font-family: Arial;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
main .container .section-1 {
  background: url(../img/bg-1.png) lightgray 50%/cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}
main .container .section-1 .tips .titles {
  padding-top: 380px;
  padding-left: 120px;
}
main .container .section-1 .tips .titles h1 {
  color: #FFA23B;
}
main .container .section-1 .tips .stores {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
main .container .section-1 .img-container {
  position: absolute;
  top: 184px;
  right: 240px;
}
main .container .section-2 {
  background: url(../img/bg-2.png);
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}
main .container .section-2 .img-container {
  margin-top: 200px;
  margin-left: 320px;
}
main .container .section-2 .tips {
  margin-left: 330px;
  margin-top: 470px;
}
main .container .section-2 .tips .titles {
  width: 710px;
}
main .container .section-2 .tips .titles h2 {
  color: #3a3a3a;
}
main .container .section-3 {
  position: relative;
  height: 1330px;
}
main .container .section-3 .tips {
  background: url(../img/bg-3.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -160px;
  height: 1530px;
  width: 100%;
}
main .container .section-3 .tips .titles {
  margin-top: 600px;
  margin-left: 250px;
  width: 606px;
  text-align: right;
}
main .container .section-3 .tips .titles h1 {
  text-align: right;
  font-family: Inter;
  font-size: 68px;
}
main .container .section-3 .tips .titles h2 {
  color: #3a3a3a;
  text-align: right;
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
}
main .container .section-3 .img-container {
  position: absolute;
  right: 0;
  margin-top: 200px;
  margin-left: 320px;
}
main .container .section-4 {
  position: relative;
}
main .container .section-4 .img-container {
  margin-left: 75px;
}
main .container .section-4 .tips {
  position: absolute;
  top: -100px;
  right: 0;
  background: url(../img/bg-4.png);
  background-repeat: no-repeat;
  height: 790px;
}
main .container .section-4 .tips .titles {
  margin-left: 190px;
  margin-top: 175px;
  width: 730px;
  height: 290px;
}
main .container .section-4 .tips .titles h2 {
  color: #3a3a3a;
  font-family: Inter;
  font-size: 45px;
  font-weight: 800;
}
main .container .section-5 {
  background: url(../img/bg-5.png);
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  height: 934px;
}
main .container .section-5 .tips {
  width: 1050px;
  margin-top: 400px;
  text-align: right;
}
main .container .section-5 .tips h2 {
  color: #000;
  text-align: right;
  font-family: Inter;
  font-size: 50px;
  font-weight: 800;
}
main .container .section-5 .img-container {
  margin-left: 320px;
}

footer {
  margin: 160px auto 0;
  color: #bfbfbf;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .copyright {
  padding: 34px 80px;
  display: flex;
  align-items: center;
  gap: 43px;
  font-size: 14px;
  justify-content: center;
}
footer address {
  font-style: normal;
  margin: 40px auto;
  text-align: center;
}
footer a {
  text-decoration-line: underline;
  color: inherit;
  font-size: 24px;
}