

/* Start:/bitrix/templates/metall/styles/about_us_inner.css?16887383121502*/
.cover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 525px;
  background: url(/bitrix/templates/metall/styles/../assets/images/covers/cover-about.jpg) no-repeat;
  background-size: cover;
  text-align: center; }
  .cover__company {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px; }
  .cover__title {
    color: #ffffff;
    font-size: 80px;
    text-transform: uppercase; }
    .cover__title--small {
      font-size: 60px;
      line-height: 1.5; }

.cover-wrap {
  position: relative; }
  .cover-wrap:after {
    content: '';
    position: absolute;
    bottom: -3%;
    right: 50%;
    margin-right: -64px;
    width: 128px;
    height: 1px;
    background: #ffffff; }

.content {
  padding: 50px 0; }
  .content p {
    font-size: 14px; }
  .content h2 {
    font-size: 18px; }

.advantages {
  padding: 40px 60px 40px 30px;
  color: #ffffff;
  background: url(/bitrix/templates/metall/styles/../assets/images/about_us_highlight.png) no-repeat;
  background-size: cover; }
  .advantages__list {
    list-style: none;
    margin-top: 40px;
    padding-left: 50px; }
    .advantages__list li {
      position: relative;
      font-size: 14px;
      margin-bottom: 30px; }
      .advantages__list li:before {
        content: '';
        position: absolute;
        left: -49px;
        top: 4px;
        background: url(/bitrix/templates/metall/styles/../assets/images/done.png) no-repeat;
        width: 24px;
        height: 24px; }
        @media (max-width: 1280px) {
          .advantages__list li:before {
            top: -1px; } }

/* End */
/* /bitrix/templates/metall/styles/about_us_inner.css?16887383121502 */
