.site-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #2D2422;
}
.site-site {
  gap: 10px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  align-self: center;
  margin-top: 40px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(45, 36, 34, 1);
}
.site-frameall {
  gap: 40px;
  width: 320px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.site-photo {
  width: 320px;
  height: 221px;
}
.site-frame9 {
  gap: 40px;
  width: 320px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.site-link {
  display: contents;
}
.site-logo {
  width: 186px;
  height: 65px;
  text-decoration: none;
}
.site-framebutton {
  gap: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.site-buttonrus {
  gap: 10px;
  display: flex;
  padding: 20px 60px;
  overflow: hidden;
  align-items: flex-start;
  border-color: rgba(4, 121, 64, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  flex-direction: column;
  text-decoration: none;
}
.site-text {
  color: rgba(255, 255, 255, 1);
  width: 171px;
  height: auto;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-family: "Arial";
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.site-buttoneng {
  gap: 10px;
  display: flex;
  padding: 20px 60px;
  overflow: hidden;
  align-items: flex-start;
  border-color: rgba(4, 121, 64, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  flex-direction: column;
  text-decoration: none;
}
.site-text2 {
  color: rgba(255, 255, 255, 1);
  width: 171px;
  height: auto;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-family: "Arial";
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.site-buttonchn {
  gap: 10px;
  display: flex;
  padding: 20px 60px;
  overflow: hidden;
  align-items: flex-start;
  border-color: rgba(4, 121, 64, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  flex-direction: column;
  text-decoration: none;
}
.site-text4 {
  color: rgba(255, 255, 255, 1);
  width: 171px;
  height: auto;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-family: "Arial";
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
@media(max-width: 991px) {
  .site-site {
    height: auto;
  }
}
@media(max-width: 767px) {
  .site-site {
    height: auto;
  }
  .site-buttonrus {
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
}
@media(max-width: 479px) {
  .site-site {
    height: auto;
  }
  .site-buttonrus {
    align-items: center;
    justify-content: center;
  }
}
