.infiniteslide_wrap {
  overflow: visible !important;
}
#company .wrap {
  max-width: 1220px;
}

#company .description {
  margin: 30px 0 90px;
}
#company .company__row {
  gap: 40px;
}
#company .company__row__item h3 {
  font-size: 24px;
  margin: 37px 0 11px;
}
#company .company__row__item .txt {
  line-height: 24.5px;
  font-size: 14px;
}
#company .company__row__item .button {
  margin-top: 40px;
  height: 40px;
  font-size: 14px;
  width: 200px;
  line-height: 40px;
  display: block;
}
#company .company__links {
  margin-top: 79px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#company .company__links__item {
  width: calc(50% - 20px);
  border-top: 1px solid #cccccc;
  font-size: 20px;
  line-height: 124px;
  margin-bottom: -5px;
}
#company .company__links__item a {
  display: block;
  text-decoration: none;
  position: relative;
}
#company .company__links__item a:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 14px;
  background: url(../img/shared/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 100%;
  filter: invert(1);
  transition: all 0.3s ease;
}
#company .company__links__item a:hover:before {
  transform: translateX(5px);
}
#company .company__links__item img {
  margin: -8px 40px 0 0;
}
#company .company__slider {
  margin-top: 92px;
}

/*--------------------------------------
    smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  #company h2 {
    width: 385px;
  }
  #company .description {
    margin-bottom: 107px;
  }
  #company .company__row {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 46px;
  }
  #company .company__row__item {
    width: 240px;
    display: flex;
    margin-bottom: 47px;
    flex-direction: column;
    min-height: 392px;
  }
  #company .company__row__item h3 {
    margin-top: 27px;
  }
  #company .company__row__item .txt {
    height: auto;
  }
  #company .company__row__item .button {
    margin-top: auto;
    width: 100%;
  }
  #company .company__links {
    margin-top: 49px;
  }
  #company .company__links__item {
    margin-bottom: -6px;
    width: 100%;
    line-height: 116px;
  }
  #company .company__links__item img {
    width: 80px;
    margin-right: 30px;
    margin-top: -9px;
  }
  #company .company__slider {
    margin-top: 81px;
  }
}

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