@font-face {
  font-family: "iconfont";
  /* Project id 2029322 */
  src: url("../iconfont/iconfont.woff2") format('woff2'),
    url("../iconfont/iconfont.woff") format('woff');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e6dc";
}

.icon-twitter:before {
  content: "\e7fa";
}

.icon-search2:before {
  content: "\e826";
}

.icon-bottom:before {
  content: "\e645";
}

.icon-invent:before {
  content: "\e646";
}

.icon-kefu:before {
  content: "\e65a";
}

.icon-instagram1:before {
  content: "\eaa4";
}

.icon-vk:before {
  content: "\e62a";
}

.icon-play:before {
  content: "\e611";
}

.icon-minus:before {
  content: "\e610";
}

.icon-plus:before {
  content: "\e60f";
}

.icon-tel:before {
  content: "\e60c";
}

.icon-fax:before {
  content: "\e60d";
}

.icon-address:before {
  content: "\e60e";
}

.icon-file:before {
  content: "\e60a";
}

.icon-download:before {
  content: "\e60b";
}

.icon-close:before {
  content: "\e68b";
}

.icon-img:before {
  content: "\e609";
}

.icon-top:before {
  content: "\e607";
}

.icon-left:before {
  content: "\e6c9";
}

.icon-instagram:before {
  content: "\e666";
}

.icon-youtube:before {
  content: "\e636";
}

.icon-linkedin:before {
  content: "\e608";
}

.icon-facebook:before {
  content: "\e606";
}

.icon-wechat:before {
  content: "\e694";
}

.icon-map:before {
  content: "\e604";
}

.icon-email:before {
  content: "\e605";
}

.icon-calculator:before {
  content: "\e68a";
}

.icon-next:before {
  content: "\e603";
}

.icon-prev:before {
  content: "\e6c8";
}

.icon-earth:before {
  content: "\e600";
}

.icon-search:before {
  content: "\e601";
}

.icon-subscribe:before {
  content: "\e602";
}

ul,
li {
  list-style: inherit;
}

.list,
.list li {
  list-style: none;
}

.hr-calc {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 20px;
}

.hr-calc img {
  display: block;
  height: 20px;
}

@media screen and (max-width: 1024px) {
  .hr-calc {
    margin-top: 5px;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0;
  }

  .hr-calc img {
    height: 20px;
  }
}