.header_container {
  display: flex;
  height: 120px;
}

.logo {
  display: flex;
}
.logo > img {
  height: 28px;
  width: 21px;
  margin: auto 13px auto 140px;
}
.logo > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin: auto 280px auto 0;
}

.navMenu {
  display: flex;
}
.navMenu > ul {
  list-style: none;
  display: flex;
  margin: auto 0;
}
.navMenu > ul > li {
  margin-right: 67px;
}
.navMenu > ul > li > button {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  height: 21px;
  cursor: pointer;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
}

.butLock {
  width: 50px;
  height: 50px;
  position: relative;
  left: 450px;
  top: 20px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}

.lock > img {
  position: relative;
}
.lock > img:nth-child(1) {
  transform: rotate(30deg);
  transition: 0.5s;
  top: 1px;
  left: 16px;
}
.lock > img:nth-child(2) {
  top: 15px;
  right: 7px;
}

.elips {
  position: absolute;
  border-radius: 50%;
  width: 1320px;
  height: 1250px;
  left: 350px;
  top: -760px;
  background: #DDFFBC;
  z-index: -2;
  overflow: hidden;
  transition: 2s;
}

.mein_section {
  height: 600px;
  display: flex;
  align-items: flex-end;
}

.section_container {
  margin: 0 0 120px 140px;
}

.container__withButton > h1 {
  color: #5CAC0E;
  font-weight: 500;
  font-size: 52px;
  line-height: 72px;
  transition: 2s;
}
.container__withButton > h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
}
.container__withButton > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.04em;
}
.container__withButton > button {
  background-color: #5CAC0E;
  border-radius: 48px;
  border: 0;
  width: 170px;
  height: 55px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: white;
  margin-top: 20px;
  transition: 2s;
  cursor: pointer;
}

.circle {
  border: 2px dashed #5CAC0E;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: relative;
  right: -380px;
  top: 950px;
  transform: rotate(0deg);
  transition: 1s;
}
.circle > img {
  position: relative;
}
.circle > img:nth-child(1) {
  top: -42px;
  left: 230px;
}
.circle > img:nth-child(2) {
  top: 20px;
  left: -57px;
}
.circle > img:nth-child(3) {
  top: 185px;
  left: -255px;
}
.circle > img:nth-child(4) {
  top: 370px;
  left: -330px;
}
.circle > img:nth-child(5) {
  top: 490px;
  left: -290px;
}
.circle > img:nth-child(6) {
  top: 390px;
  left: 320px;
}
.circle > img:nth-child(7) {
  top: 270px;
  left: 360px;
}
.circle > img:nth-child(8) {
  top: 75px;
  left: 290px;
}
.circle > img:nth-child(9) {
  top: -90px;
  left: 90px;
}

.animation_container > img {
  position: absolute;
  right: 385px;
  top: 360px;
  height: 260px;
  width: 260px;
  opacity: 1;
  transition: 0.4s;
}

.animationBut {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #5CAC0E;
  border: 0px;
  border-radius: 50%;
  transition: 2s;
  cursor: pointer;
}
.animationBut > img {
  margin-top: 8px;
}

.arrow1 {
  left: 255px;
  bottom: 120px;
}

.arrow2 {
  left: 800px;
  bottom: 160px;
}/*# sourceMappingURL=animation.css.map */