.news-list ul li .icon {
  position: absolute;
  top: 55%;
  right: 16px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border: 1px solid #0f4799;
  border-radius: 50%;
  background: url('../images/arrow-btn.png') no-repeat center / 14px 14px;
  transition: background 0.2s ease;
}

.news-list ul li a:hover .icon {
  background-color: #0f4799;
  background-image: url('../images/arrow-btn-w.png');
  background-size: 18px 18px;
}

.contact-icon-dot {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: url('../images/dec-number-devide.jpg') no-repeat center / contain;
}

.contact-info-icon.icon-phone {
  background-image: url('../images/phone.png');
}

.contact-info-icon.icon-email {
  background-image: url('../images/email.png');
}

.contact-info-icon.icon-location {
  background-image: url('../images/location.png');
}

.tax-content .left-top-marks {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 18px;
  background: url('../images/marks-blue.png') no-repeat center / contain;
  transform: rotate(180deg);
  display: block;
  font-style: normal;
}

.tax-content .right-bottom-marks {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 18px;
  background: url('../images/marks-blue.png') no-repeat center / contain;
  display: block;
  font-style: normal;
}

.leaflt-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url('../images/leaflet-2.jpg') no-repeat center / contain;
}

.env-content .left-top-marks {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 18px;
  background: url('../images/marks-green.png') no-repeat center / contain;
  transform: rotate(180deg);
  display: block;
  font-style: normal;
}

.env-content .right-bottom-marks {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 18px;
  background: url('../images/marks-green.png') no-repeat center / contain;
  display: block;
  font-style: normal;
}

.concept-list ul li {
  background: url('../images/bgc-concept.jpg') no-repeat center / cover;
}

.contact-desc {
  background: url('../images/dec-leaf.jpg') no-repeat right center / 120px;
}

.company-nav .arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url('../images/arrow.png') no-repeat center / contain;
  cursor: pointer;
  z-index: 3;
  top: 28%;
  font-style: normal;
  transition: opacity 0.2s ease;
}

.company-nav .arrow:first-of-type {
  left: -0;
  transform: translateY(-50%);
}

.company-nav .arrow:last-of-type {
  right: -0;
  transform: translateY(-50%) rotate(180deg);
}

.company-nav .arrow:hover {
  opacity: 0.6;
}
