/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
}
li,ul {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  height: 100vh;
  background-color: #000;
  /*background-image: url("../img/download.svg");*/
  /*background-size: 100%;*/
}
body {
  height: 100vh;
  background: linear-gradient(-45deg,  #1a191a,#1a191a,#1a191a,#263b42);
  background-size: 600% 600%;
  animation: gradientBG 20s ease infinite;
}

/* 动画，控制背景 background-position */
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

a:hover {
  color: orange;
}

/*HEADER*/
header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 0 20px;
}

.navbar {
  width: 100%;
  height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar.scrolled {
  background-color: rgba(0, 0, 0, 1) !important;
  transition: background-color 200ms linear;
}

.navbar .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.navbar .logo a {
  font-size: 1.5rem;
  font-weight: bold;
}
.navbar .logo img {
  width: 2.5rem;
  height: 2.5rem;
}

.navbar .links {
  display: flex;
  gap: 2rem;
}
.navbar .toggle_btn {
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.action_btn_ness {
  background-color: #1fced9;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border: none;
  outline: none;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
}

.links .action_btn_ness:hover {
  scale: 1.05;
  color: #fff;
}

.links .action_btn_ness:active {
  scale: 0.95;
}

.action_btn {
  background-color: orange;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
}

.action_btn:hover {
  scale: 1.05;
  color: #fff;
}

.action_btn:active {
  scale: 0.95;
}

/*DROPDOWN_MENU*/
.dropdown_menu {
  display: none;
  position: absolute;
  right: 2rem;
  top: 80px;
  width: 300px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu.open {
  height: 200px;
}
.dropdown_menu li {
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown_menu .action_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 136px 0 0;
  width: 100%;
}
.content-eye {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

.content-prop{
  flex: 1;
}
.content-info {
  flex: 1;
  display: flex;
  justify-content: center;
}

.content-info .content-info-merit {
  backdrop-filter: blur(44px);
  backface-visibility: hidden;
  background: rgba(0, 194, 80, .25);
  border: 1px solid #00c250;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transform-origin: center;
  transition: transform .3s ease;
  width: fit-content;
  will-change: transform;
}
.content-info .content-info-merit .content-info__merit-header {
  align-items: center;
  background: rgba(0, 194, 80, .4);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
.content-info__merit-title {
  font-size: 30px;
  font-weight: 500;
}
.content-info__merit-tips {
  background: linear-gradient(270deg, #ff8a00, #e13600);
  border-radius: 8px 8px 8px 0;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 5px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: fit-content;
}
.content-info__merit-item {
  display: flex;
  margin: 20px 0;
  padding: 0 20px;
  width: 100%;
}
.el-image {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.content-info__merit-item-img {
  height: 30px;
  margin-top: 3px;
  width: 30px;
}
.el-image__inner {
  opacity: 1;
  vertical-align: top;
  width: 40px;
  height: 40px;
}
.content-info__merit-item-prop {
  color: #fff;
  margin-left: 10px;
}
.content-info__merit-item-title {
  font-size: 18px;
  font-weight: 500;
}
.content-info__merit-item-desc {
  font-size: 12px;
  opacity: .6;
}


.content-info .content-info-vs {
  height: 55px;
  margin: 40px -22px 0;
  min-width: 55px;
  width: 55px;
  z-index: 1;
}

.content-info-bad {
  backdrop-filter: blur(30px);
  backface-visibility: hidden;
  background: rgba(0, 0, 0, .5);
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 6px;
  height: fit-content;
  margin-top: 30px;
  overflow: hidden;
  transform-origin: center;
  transition: transform .3s ease;
  width: fit-content;
  will-change: transform;
}
.content-info__bad-header {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}

.content-info__bad-item {
  display: flex;
  margin: 20px 0;
  padding: 0 20px;
  width: 100%;
}
.content-info__bad-item-img {
  height: 28px;
  margin-top: 3px;
  width: 28px;
}
.content-info__bad-title {
  font-size: 24px;
  font-weight: 500;
}
.content-info__bad-tips {
  background: #316e45;
  border-radius: 6px 6px 6px 0;
  font-size: 8px;
  font-weight: 500;
  padding: 3px 5px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: fit-content;
}
.content-info__bad-item-prop {
  color: #fff;
  margin-left: 10px;
  opacity: .6;
}
.content-info__bad-item-title {
  font-size: 14px;
  font-weight: 500;
}
.content-info__bad-item-desc {
  font-size: 12px;
  opacity: .6;
}

.content-prop-info {
  color: #fff;
}


.content-prop-video {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-prop-video-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-prop-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.w {
  width: 60px;
  cursor: pointer;
  z-index: 1;
}

.content-info img {
  width: 100%;
  height: auto;
  max-width: 100%;
}


.news {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 60px 0 60px 0;
  width: 100%;
  color: #fff;
  max-width: 1200px;
}

.title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 800;
  justify-content: center;
  margin-bottom: 50px;
}
.title-img {
  height: auto;
  margin: 0 10px;
  width: 32px;
  display: flex;
  justify-content: center;
}

.news-prop {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  height: 350px;
  padding: 0 30px;
  background-color: rgba(20, 20, 20, .25);
  border: 2px solid hsla(0, 0%, 100%, .063);
  border-radius: 12px;
}

.news-img:hover {
  border: #366b28 solid 2px;
  background-color: rgba(27, 51, 17);
}

.seal {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
  margin-top: 50px;
}
.seal-prop {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  width: 100%;
}
.seal-prop-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.seal-prop-item__row1 {
  align-items: center;
  display: flex;
  margin: 10px 0;
  z-index: 1;
}

.seal-prop-item__row {
  align-items: center;
  display: flex;
  margin: 10px 0;
  z-index: 1;
  justify-content: flex-end;
  text-align: right;
}
.seal-prop-item__desc {
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
  padding: 0 10px;
}
.seal-prop-item__desc-title {
  font-size: 18px;
}
.seal-prop-item__desc-text {
  font-size: 14px;
  font-weight: 400;
  opacity: .8;
}
.seal-prop-item__desc {
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
  padding: 0 10px;
}
.seal-prop-item {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seal-prop-ball {
  align-items: center;
  /*background: url(../img/icon-ball.png) no-repeat;*/
  background-size: 100%;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(0, 194, 80, .52);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  height: 180px;
  justify-content: center;
  position: relative;
  width: 180px;
}
.seal-prop-ball__text {
  align-items: center;
  display: flex;
  text-align: center;
}
.absolute1 {
  position: absolute;
  top: 0;
  right: -60px;
  width: 34px;
}
.absolute2 {
  position: absolute;
  top: 0;
  left: -60px;
  width: 34px;
}
.absolute3 {
  position: absolute;
  bottom: -60px;
  width: 34px;
}



.seal-bottom {
  align-items: center;
  background: rgba(0, 194, 80, .1);
  border-radius: 50%;
  display: flex;
  height: 98px;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  width: 592px;
  z-index: 1;
}
.seal-bottom-center {
  background: rgba(0, 194, 80, .2);
  border-radius: 50%;
  height: 58px;
  width: 459px;
}

.push {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
}
.push-prop {
  width: 100%;
  position: relative;
}
.push-prop__info {
  align-items: stretch;
  display: flex;
  width: 100%;
  z-index: 1;
}
.push-prop__info-item {
  align-items: center;
  background: #141414;
  border: 1px solid #343435;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin: 0 8px;
  padding: 26px 10px;
  width: 100%;
}
.push-prop__info-item-img {
  height: 71px;
  width: 71px;
}
.push-prop__info-item-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}
.push-prop__info-item:hover {
  border: #366a2e solid 1px;
  background-color: rgba(27, 51, 17);
}

.push-prop__block {
  align-items: center;
  background: #015523;
  border: 1px solid #00c250;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  position: absolute;
  width: fit-content;
  z-index: 1;
}
.push-prop__icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 375px;
  justify-content: center;
  position: relative;
  top: 50px;
}

.footer-pc {
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, .125);
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  width: 100%;
  margin-top: 60px;
}
.footer {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}
.footer-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.opacity-60 {
  opacity: .6 !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/ 1) !important;
}
.footer-item .text {
  font-size: 14px !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  white-space: nowrap;
}
.footer-info {
  background: none;
  color: #fff;
  cursor: pointer;
  font-family: Google Sans, Roboto, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  opacity: .6;
  position: relative;
  text-align: left;
}
.menu-lang__btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
}
.menu-lang__btn__icon {
  height: 24px;
  width: 24px;
}
.menu-lang__btn__label {
  color: #fff;
  font-size: 12px;
  margin: 0 6px;
}
.menu-lang__btn__down {
  height: auto;
  width: 10px;
}
.seal-prop-item__row-img {
  width: 40px;
  height: 40px;
}

.news-prop__news-title {
  font-size: 1.875rem;
  line-height: 5.25rem;
  font-weight: 700;
  text-align: center;
}
.news-prop__news-text {
  text-align: center;
  opacity: .8;
  font-weight: 400;
}
.push-prop__icon-img {
  width: 11.46667vw;
  height: 11.46667vw;
}
.top {
  top: 0;
}
.bottom {
  bottom: 150px;
}
.right {
  right: 66%;
}
.left {
  left: 66%;
}
.footer-left {
  display: flex;
  justify-content: space-between;
  flex: 3;
}
.footer-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}

.navbar-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
}
.navbar-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.navbar-menu-lang__btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
/*Lang*/
.lang__body {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
.lang-content {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  color: #000;
  display: flex;
  flex-direction: column;
  min-width: 520px;
  padding: 20px;
  position: relative;
}
.lang-content-title {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.cursor-pointer {
  cursor: pointer !important;
}
.w20 {
  width: 20px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.lang-content-br {
  background: rgba(0, 0, 0, .063);
  border-radius: 2px;
  height: 2px;
  margin: 10px 0;
  width: 100%;
}
.lang-content-br div {
  background: #00c250;
  height: 100%;
  width: 140px;
}

.lang-content-list {
  display: flex;
  width: 100%;
}
.list-item {
  flex: 1;
}
.content-item__label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin: 2px;
  min-width: 170px;
  padding: 7px;
  width: 100%;
}
.language_active, .content-item__label:hover {
  background: rgba(0, 0, 0, .02);
  border-radius: 4px;
  color: #00c250 !important;
}
.lang1 {
  color: #000;
}
.mr-2 {
  margin-right: .5rem !important;
}
.w18 {
  width: 18px !important;
}
/*RESPONSIVE DESIGN*/
@media (max-width: 992px) {
  .navbar .links,
  .action_btn {
    display: none;
  }

  .navbar .toggle_btn {
    display: block;
  }
  .dropdown_menu {
    display: block;
  }
  .content {
    padding-top: 80px;
  }
}




@media (max-width: 576px) {
  .navbar .links,
  .action_btn {
    display: none;
  }

  .navbar .toggle_btn {
    display: block;
  }
  .dropdown_menu {
    display: block;
  }
  .content {
    padding-top: 80px;
  }

  .dropdown_menu {
    left: 2rem;
    width: unset;
  }

  .content-eye {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .content-info {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 5.33333vw 0;
    width: 100%;
  }

  .content-info-merit {
    backdrop-filter: blur(44px);
    backface-visibility: hidden;
    background: rgba(0, 194, 80, .25);
    border: 1px solid #00c250;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transform-origin: center;
    transition: transform .3s ease;
    width: fit-content;
    will-change: transform;
  }
  .content-info__merit-header {
    align-items: center;
    background: rgba(0, 194, 80, .4);
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 2.66667vw;
    position: relative;
    width: 100%;
  }
  .content-info__merit-title {
    font-size: 4vw;
    font-weight: 500;
  }
  .content-info__merit-tips {
    background: linear-gradient(270deg, #ff8a00, #e13600);
    border-radius: 1.06667vw 1.06667vw 1.06667vw 0;
    font-size: 2.13333vw;
    font-weight: 500;
    padding: 1px .8vw;
    position: absolute;
    right: 4.8vw;
    top: 1.33333vw;
    width: fit-content;
  }

  .content-info-bad {
    -webkit-backdrop-filter: blur(8vw);
    backdrop-filter: blur(8vw);
    background: rgba(0, 0, 0, .5);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 1.6vw;
    height: fit-content;
    margin-top: 5.33333vw;
    overflow: hidden;
    transition: transform .3s ease;
    width: fit-content;
  }
  .content-info__bad-header {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 2.66667vw;
    position: relative;
    width: 100%;
  }
  .content-info__bad-tips {
    background: #316e45;
    border-radius: 1.06667vw 1.06667vw 1.06667vw 0;
    font-size: 2.13333vw;
    font-weight: 500;
    padding: 1px .8vw;
    position: absolute;
    right: 1.33333vw;
    top: 1.06667vw;
    width: fit-content;
  }
  .content-info__bad-item img {
    height: 3.73333vw;
    margin-top: .53333vw;
    width: 3.73333vw;
  }
  .content-info__bad-item-prop {
    color: #fff;
    margin-left: 1.33333vw;
    opacity: .6;
  }
  .content-info__bad-item-title {
    font-size: 2.13333vw;
    font-weight: 500;
  }
  .content-info__bad-item-desc {
    font-size: 1.86667vw;
    opacity: .6;
  }
  .content-info__bad-item {
    display: flex;
    margin: 2.66667vw 0;
    padding: 0 4vw;
    width: 100%;
  }

  .content-info__merit-item {
    display: flex;
    margin: 2.66667vw 0;
    padding: 0 4vw;
    width: 100%;
  }

  .content-info__merit-item-img {
    height: 4vw;
    margin-top: .8vw;
    width: 4vw;
  }
  .content-info__merit-item-prop {
    color: #fff;
    margin-left: 1.33333vw;
  }

  .content-info__merit-item-title {
    font-size: 3.2vw;
  }

  .content-info__merit-item-desc {
    font-size: 2.13333vw;
    opacity: .6;
  }

  .content-info__bad-item-title {
    font-size: 2.3vw;
  }
  .content-info__bad-title {
    font-size: 3.2vw;
  }
  .content-info__bad-item-desc {
    font-size: 1.86667vw;
  }
  .content-info__bad-item img {
    height: 3.73333vw;
    margin-top: .53333vw;
    width: 3.73333vw;
  }
  .content-info__vs-img {
    height: 9.6vw;
    width: 9.6vw;
  }
  .seal {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5.33333vw;
    margin-top: 0 !important;
  }

  .seal, .seal-prop {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0 !important;
  }
  .title-img {
    height: 4.26667vw;
    margin: 0 1.6vw;
    width: 6.4vw;
  }
  .seal-prop-item__row-img {
    height: 7.73333vw;
    width: 7.73333vw;
  }
  .seal-prop-ball {
    align-items: center;
    /*background: url(../img/icon-ball.png) no-repeat;*/
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0 0 10.66667vw rgba(0, 194, 80, .52);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 3.2vw;
    height: 38.66667vw;
    justify-content: center;
    margin-bottom: 13.33333vw;
    position: relative;
    width: 38.66667vw;
  }
  .seal-prop-info {
    background: #141414;
    border: .998px solid hsla(0, 0%, 100%, .1);
    border-radius: 2.13333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 6.66667vw 0;
    padding: 2.66667vw 0;
    position: relative;
    width: 100%;
  }

  .seal-prop-item__desc {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 500;
    margin-left: 2.66667vw;
  }

  .seal-prop-item__desc-title {
    font-size: 3.2vw;
    font-weight: 500;
  }
  .seal-prop-item__desc-text {
    font-size: 2.66667vw;
    font-weight: 400;
    opacity: .8;
    width: 58.66667vw;
  }
  .seal-prop-item__row1 {
    align-items: center;
    display: flex;
    margin: 1.33333vw 0;
    padding-left: 6.33333vw;
    z-index: 1;
  }
  .seal-bottom {
    display: none;
  }

  .news {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5.33333vw;
    position: relative;
    width: 100%;
  }

  .news-prop {
    margin-top: 5.33333vw;
    z-index: 1;
    flex-direction: column;
  }
  .news-img {
    align-items: center;
    background: #141414;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 3.2vw;
    display: flex;
    justify-content: space-around;
    /*margin: 2.66667vw 0;*/
    min-height: 33.86667vw;
    padding: 5.33333vw;
    width: 100%;
  }
  .news-img>div {
    margin-top: 0 !important;
  }
  .news-prop__news-img {
    height: 12.73333vw;
    width: 12.73333vw;
  }
  .news-prop__news-title {
    font-size: 3.777vw;
    line-height: 10vw;
  }
  .news-prop__news-text {
    font-size: 3.2vw;
  }

  .push {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5.33333vw 0;
    width: 90%;
  }
  .push-prop {
    color: #fff;
    font-size: 2.13333vw;
    margin: 5.33333vw 0;
    position: relative;
    width: 100%;
  }
  .push-prop__info {
    flex-direction: column;
  }
  .push-prop__info-item {
    align-items: center;
    background: #141414;
    border: 1px solid #343435;
    border-radius: 1.6vw;
    display: flex;
    flex-direction: column;
    margin: 2.66667vw 0;
    padding: 2.66667vw;
    width: 100%;
  }
  .push-prop__info-item-img {
    height: 15.46667vw;
    width: 15.46667vw;
  }
  .push-prop__info-item-text {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 500;
    margin-top: 0 !important;
  }

  .push-prop__icon-img {
    animation: rotate-shake-shadow-118ca2b6 2s infinite;
    border-radius: 50%;
    height: 34.66667vw;
    width: 34.66667vw;
  }

  .push-prop__block {
    align-items: center;
    background: #015523;
    border: 1px solid #00c250;
    border-radius: 1.06667vw;
    color: #fff;
    display: flex;
    font-size: 3.73333vw;
    justify-content: center;
    padding: 1.33333vw 4vw;
    position: absolute;
    width: fit-content;
  }
  .push-prop__icon {
    height: 40.46667vw;
  }

  .top {
    top: -5vw;
  }
  .right {
    right: 68%;
  }
  .left {
    left: 68%;
  }
  .bottom {
    bottom: 10vw;
  }

  .footer-left {
    flex-direction: column;
    flex: 1;
  }

  .footer-item .text {
    font-size: 3.2vw !important;
  }

  .footer-title {
    font-size: 3.73333vw;
    font-weight: 500;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
  .footer-info {
    font-size: 3.2vw;
    margin: 2.66667vw 0;
    opacity: .5;
  }
  .lang-content {
    min-width: 0 !important;
  }
  .lang-content-list {
    display: flex;
    flex-direction: column;
  }
}
