.about_page .list_about {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.about_page .ice_block {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.about_page .ice_block img {
  transform-origin: top center;
  -webkit-transfrom-origin: top center;
  animation: moving 3s linear infinite;
}
.about_page .leaf_block {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.about_page .leaf_block img {
  animation: movingRv 3s linear infinite;
}
.about_page .banner_block {
  height: 41vw;
  background-repeat: no-repeat;
  background-position-x: right;
  display: flex;
  align-items: center;
  background-size: auto 100%;
}
.about_page .page_title {
  padding: 0;
  margin: 0;
}
.about_page .info_block {
  max-width: 480px;
}
.about_page .info_block .inner_main,
.about_page .info_block .page_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about_page .ice_block {
  position: absolute;
  right: 33%;
  top: 17vw;
  width: 15%;
}
.about_page .ice_block img {
  width: 100%;
}
.about_page .leaf_block {
  position: absolute;
  left: 0;
  top: 3vw;
  width: 15%;
}
.about_page .leaf_block img {
  width: 100%;
}
.about_page .top_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.about_page .top_block .page_title {
  margin: 7px 0;
}
.about_page .about_info_block {
  background: #f2f2f2;
  padding: 90px 15px 60px;
  min-height: 600px;
}
.about_page .about_info_block .page_description {
  color: #333333;
  max-width: 480px;
}
.about_page .list_info {
  max-width: 220px;
  margin: 40px auto 0;
  text-align: center;
}
.about_page .list_info .page_description {
  margin-top: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about_page .list_img {
  width: 150px;
  height: 150px;
  content: "";
  background: #E6E6E6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.about_page .about_block {
  display: flex;
  justify-content: space-between;
}
.about_page .about_block:nth-child(even) {
  flex-direction: row-reverse;
}
.about_page .about_img {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}
.about_page .about_img img {
  display: block;
  width: 100%;
  height: auto;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about_page .about_content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 107px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.about_page .about_content .page_title {
  margin-bottom: 18px;
}
.about_page .list_about {
  margin: 77px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.about_page .list_about li {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media screen and (max-width: 959px) {
  .about_page .list_about {
    margin: 20px -15px 0;
  }
  .about_page .list_about li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_page .about_info_block {
    padding: 10px 15px 15px;
  }
  .about_page .about_content {
    padding: 15px;
  }
  .about_page .banner_block {
    height: 56vw;
  }
  .about_page .info_block {
    max-width: 277px;
  }
  .about_page .leaf_block {
    top: 7vw;
  }
  .about_page .ice_block {
    right: 50%;
    top: 20vw;
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .about_page .about_block {
    flex-direction: column;
  }
  .about_page .about_block:nth-child(even) {
    flex-direction: column;
  }
  .about_page .about_content,
.about_page .about_img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_page .banner_block {
    position: relative;
  }
  .about_page .info_block {
    position: absolute;
    background: rgba(0, 0, 0, 0.4392156863);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    text-align: center;
  }
  .about_page .info_block .page_title,
.about_page .info_block .inner_main {
    color: #ffffff;
  }
}
@media screen and (max-width: 575px) {
  .about_page .list_info .page_description {
    -webkit-line-clamp: inherit;
  }
  .about_page .list_about li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.web .about_page .about_img img {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .about_page .about_img img:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/*# sourceMappingURL=about.css.map */
