
ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  user-select: none;
}

.ml20 {
  margin-left: 20px;
}

.flexrow-row {
  display: flex;
  flex-direction: row;
}

.standard {
  width: 1200px;
  margin: 0 auto;
}

.footer-content {
  position: relative;
  padding-top: 0px;
}

.footer-content .line {
  width: 100%;
  height: 1px;
  background: #d7dbe0;
}

.footer-copright {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #707582;
  line-height: 50px;
  font-weight: 400;
}

.footer-table th {
  font-size: 17px;
  font-weight: 400;
  color: #252B39;
  line-height: 70px;
  text-align: left;
  width: 200px;
}

.footer-table td {
  cursor: default;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  color: #636979;
  line-height: 26px;
}

.footer-scope {
  height: 430px;
}

.footer-phone {
  color: #252B39;
  font-size: 24px;
  line-height: 36px;
}

.footer-link {
  font-size: 13px;
}

@media screen and (max-width: 960px) {


  .hexagon {
    transform: scale(0.9);
    display: inline-block;
    position: relative;
    width: 30px;
    height: 17.32px;
    background-color: #417bf8;
    margin: 8.66px 0;
    box-shadow: 0px 5px 10px 0px rgb(55 118 255 / 43%);
    border-radius: 2px;
  }

  .hexagon.first {
    margin-left: 0px !important;
  }

  .hexagon-last {
    margin-right: 35px !important;
  }

  .hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }

  .hexagon:before {
    bottom: 97%;
    border-bottom: 9px solid #417bf8;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .hexagon:after {
    top: 97%;
    width: 0;
    border-top: 9px solid #417bf8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .hexagon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
  }

  .flexrow-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .standard {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .footer-bar-full {
    padding: 15px 0;
    background: #f9f9f9;
  }

  .footer-item {
    display: inline-block;
    margin-left: 33px !important;
  }

  .footer-item span {
    font-size: 14px !important;
    position: relative !important;
    display: block !important;
    width: 4rem !important;
    margin-top: 2rem !important;
    margin-left: -0.2rem !important;
  }

  .standard {
    width: 100% !important;
  }


  .footer-phone {
    font-size: 16px;
  }

  .footer-scope {
    height: initial;
  }

  .standard {
    width: 100% !important;
  }

  .footer-table {

    width: 100%;
  }

  tr {
    display: block;
    width: 100%;
  }

  .footer-table th {
    width: 200px;
    font-size: 12px;
    line-height: 70px;
  }

  .footer-table td {
    display: inline-block;
    width: 48%;
    font-size: 14px;
  }
}

.hexagon {
  transform: scale(0.9);
  display: inline-block;
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #417bf8;
  margin: 14.43px 0;
  box-shadow: 0px 10px 20px 0px rgb(55 118 255 / 43%);
  border-radius: 3px;
}

.hexagon.first {
  margin-left: 100px;
}

.hexagon-last {
  margin-right: 100px;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.hexagon:before {
  bottom: 97%;
  border-bottom: 15px solid #417bf8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.hexagon:after {
  top: 97%;
  width: 0;
  border-top: 15px solid #417bf8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.hexagon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}

.flexrow-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.standard {
  width: 1200px;
  margin: 0 auto;
}

.footer-bar-full {
  padding: 25px 0;
  background: #f9f9f9;
}

.footer-item {
  display: inline-block;
  margin-left: 20px;
}

.footer-item span {
  font-size: 14px;
  position: relative;
  display: inline-block;
  top: -24px;
  margin-left: 0.5rem;
}

