body {
  min-height: 100vh;
  margin: 0px;
  font-family: Roboto;
  padding: 0px;
}
body,
* {
  box-sizing: border-box;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.header__container {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container button {
  background-color: transparent;
  border: 1px solid #131313;
  border-radius: 10px;
  font-size: 16px;
  padding: 15px 30px;
}

.header__container button:hover {
  transition: 0.4s;
  background-color: #131313;
  color: white;
}

main {
  margin-top: 35px;
}
.main__first {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.first__text {
  width: 460px;
}

.first__text h3 {
  color: #363737;
  font-size: 44px;
  margin: 0px;
  font-weight: 400;
}

.first__text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 25px;
  color: #878787;
}

.first__text button {
  margin-top: 10px;
  background-color: #131313;
  border: 1px solid #131313;
  font-size: 16px;
  padding: 15px 30px;
  color: white;
  font-weight: 300;

  border-radius: 10px;
}
button {
  font-family: Roboto;
}

.first__text button:hover {
  transition: 0.4s;
  background-color: #363737;
}

.first__img img {
  width: 700px;
  border-radius: 10px;
}
.main__company {
  display: flex;
  margin-top: 80px;
  align-items: center;
  justify-content: space-between;
}
.main__company img {
  width: 170px;
}
.main_instruction {
  background-color: #131313;
  border-radius: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 35px;
}
.main_instruction h3 {
  font-size: 32px;
  font-weight: 400;
}
.main__instruction_text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
.main__instruction_text {
  width: 900px;
  margin: 0 auto;
  padding: 5px 25px;
  border: 0.1px solid grey;
  border-radius: 10px;
}

.main__instruction_img {
  margin-top: 50px;
}

.main__instruction_download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 700px;
  margin-top: 40px;
}
.main__instruction_download p {
  font-size: 17px;
  font-weight: 300;
}
.main__instruction_download span {
  color: greenyellow;
}

.main__instruction_download button {
  background: transparent;
  color: white;
  border: 0.3px solid white;
  border-radius: 10px;

  font-size: 16px;
  padding: 15px 30px;
}

.main__instruction_download button:hover {
  transition: 0.4s;
  background-color: white;
  color: #131313;
}

.main__blocks {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.main__blocks-first {
  padding: 20px 150px;
  text-align: center;
  border: 1px solid #131313;
  border-radius: 35px;
  background-color: rgb(188, 255, 89);
  padding-bottom: 40px;
}

.main__blocks-first h3 {
  border-bottom: 1px solid #131313;
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
  padding-bottom: 10px;
  margin: 0;
}
.main__blocks-first p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 10px;
  font-size: 15px;
}

.main__blocks-second {
  padding: 30px 150px;
  border: 1px solid #131313;
  border-radius: 35px;
  background-color: #f3f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__blocks-second h3 {
  width: 500px;
  font-size: 30px;
  margin: 0;
  font-weight: 400;
}
.main__blocks-second button {
  background-color: #131313;
  border: 1px solid #131313;
  color: white;
  border-radius: 10px;
  font-size: 16px;
  padding: 15px 30px;
}
.main__blocks-second button:hover {
  transition: 0.4s;
  background-color: #363737;
}
.footer__container {
  background-color: #131313;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  color: white;
  margin-top: 80px;
  padding: 40px 50px;
}
.footer_top p {
  font-weight: 300;
  margin-top: 20px;
  font-size: 15px;
}

.footer_top h3 {
  color: #131313;
  display: inline;
  padding: 1px 5px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(188, 255, 89);
}

.footer_top {
  padding-bottom: 30px;
  border-bottom: 1.5px solid #878787;
}
.footer_bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer_bottom p {
  font-weight: 300;
  margin: 0;
  font-size: 15px;
}
.footer_bottom a {
  color: white;
  font-weight: 300;
  font-size: 15px;
}
.logo {
  font-weight: 900;
  font-size: 34px;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #8e2de2,
    #ff69b4
  ); /* фиолетовый → розовый */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.logo-header {
  font-weight: 900;
  font-size: 38px;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #8e2de2,
    #ff69b4
  ); /* фиолетовый → розовый */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
