

/* Start:/bitrix/templates/metall/styles/sertificates.css?16887383127553*/
.breadcrumbs {
  height: 80px; }
  .breadcrumbs__item {
    line-height: 80px;
    color: #000000;
    position: relative;
    margin-right: 52px;
    text-transform: uppercase;
    font-size: 12px; }
    .breadcrumbs__item:not(:last-child):after {
      content: '';
      position: absolute;
      top: -1px;
      right: -35px;
      width: 16px;
      height: 16px;
      background: url(/bitrix/templates/metall/styles/../assets/images/breadcrumbs_arrow.png) no-repeat; }
    .breadcrumbs__item--active {
      color: #333333; }

.cover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 525px;
  background: url(/bitrix/templates/metall/styles/../assets/images/covers/cover-standart.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; }

.sertificates__head {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: url(/assets/images/sert_title_bg.jpg) no-repeat right #172232;
  background-size: cover; }
  .sertificates__head:hover {
    color: #fff;
    text-decoration: none; }
  .sertificates__head:after {
    transition: 0.3s ease;
    background: url("/assets/images/red-arrow-bottom.svg") no-repeat center;
    width: 54px;
    height: 54px;
    content: '';
    display: block; }
  .sertificates__head.collapsed:after {
    transform: rotate(-90deg); }

.sertificates__title {
  padding: 0 16px;
  flex: 1;
  font-size: 18px;
  color: #fff; }

.sertificates__body {
  background-color: #f2f2f2;
  margin-bottom: 32px; }

.serts {
  margin-top: 32px; }
  .serts__title {
    margin-bottom: 32px;
    font-size: 1.5em;
    line-height: 32px;
    text-transform: uppercase; }

.sert-line {
  transition: 0.3s ease;
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
}

.sert-wrap {
  background-color: #E5F1FF;
}

.sert-wrap:nth-child(even) {
  background-color: #fff; 
}

.sert-line:hover {
  text-decoration: none;
  background-color: #eee;
}

.sert-line__title {
  padding: 0 16px;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.sert-line__info {
  width: 261px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 16px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.sert-line__size {
  color: #999;
  padding: 0 25px;
/*  border-left: 1px solid #2D415A;
  border-right: 1px solid #2D415A;*/
  position: relative;
}

.sert-line__size:before {
  position: absolute;
  top: -5px;
  left: 1px;
  content: '';
  width: 1px;
  height: 28px;
  background-color: #2D415A;
}

.sert-line__size:after {
  position: absolute;
  top: -5px;
  right: 1px;
  content: '';
  width: 1px;
  height: 28px;
  background-color: #2D415A;
}

.sert-line__btn {
  text-transform: uppercase;
  color: #000000;
}
.sert-item {
  text-align: center;
  padding: 45px 74px;
  background-color: #ffffff;
  margin-top: 26px;
  margin-bottom: 26px;
  }
  @media (max-width: 1480px) {
    .sert-item {
      padding: 45px 30px; } }
  .sert-item__image {
    display: flex;
    justify-content: center;
    overflow: hidden;
    text-align: center; }
    .sert-item__image img {
      height: 320px;
    }
  .sert-item__title {
    margin-top: 8px;
    padding: 4px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px; }
  .sert-item__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px; }
  .sert-item__size {
    font-size: 14px;
    color: #999999; }
  .sert-item__btn {
    color: #ffffff;
    background-color: #e14e4e;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 12px;
    transition: all 0.3s; }
    .sert-item__btn:hover {
      text-decoration: none;
      color: #ffffff;
      background-color: #D53740; }

.sert-items {
  background-color: #f2f2f2;
}

.sert-form {
   display: none;
}

/*

Step 2
======

*/
/* This elements contains both blocks */
.fancybox-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-width: 1000px;
  max-height: 600px;
  /* padding: 30px !important; */
  /* box-sizing: border-box  !important; */
  }
  .fancybox-inner h2 {
    font-family: "Metronic Pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 28px;
    margin-top: 10px;
    }
  .fancybox-inner .date {
    display: inline-block;
    background-color: #1f3249;
    font-size: 12px;
    color: #ffffff;
    padding: 8px;
    text-transform: uppercase; }

/* Left block will contain the gallery */
.fancybox-stage {
  width: 52%;
  background: #fff; }

/* Right block - close button and the form */
.fancybox-form-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  background: #fff;
  }

/* Add vertical lines */
.fancybox-form-wrap::before,
.fancybox-form-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

.fancybox-form-wrap::before {
  width: 3px;
  background: #f4f4f4; }

.fancybox-form-wrap::after {
  width: 1px;
  background: #e9e9e9; }

/* Set position and colors for close button */
.fancybox-button--close {
  position: absolute;
  top: 0;
  right: 0;
  background: #F0F0F0;
  color: #222;
  padding: 7px;
  }

.fancybox-button:hover {
  color: #111;
  background: #e4e4e4; }

.fancybox-button svg path {
  stroke-width: 1; }

/* Set position of the form */
.fancybox-inner .sert-form {
  overflow: auto;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 50px;
  left: 0;
  padding: 0 30px;
  }

/*
Tweak fade animation

*/
.fancybox-inner {
  opacity: 0;
  transition: opacity .3s; }

.fancybox-is-open .fancybox-inner {
  opacity: 1; }

.fancybox-is-closing .fancybox-fx-fade {
  opacity: 1 !important;
  /* Prevent double-fading */ }

/*

Step 2
======

Bullet navigation design

*/
.sert-bullets {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 99999;
  -webkit-tap-highlight-color: transparent; }

.sert-bullets li {
  display: inline-block;
  vertical-align: top; }

.sert-bullets li a {
  display: block;
  height: 30px;
  width: 20px;
  position: relative; }

.sert-bullets li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 99px;
  text-indent: -99999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }

.sert-bullets li.active a span {
  background: #FF6666; }

.fancy-size {
  color: #999;
}

.fancy-text {
  margin-top: 30px;
}

.fancy-download {
    background: #DF5052;
    width: 152px;
    height: 65px;
    padding: 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
}

.fancy-download:hover {
  color: #fff;
  text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/metall/styles/service.css?168873831248*/
.content__images img {
	margin-bottom: 15px;
}
/* End */
/* /bitrix/templates/metall/styles/sertificates.css?16887383127553 */
/* /bitrix/templates/metall/styles/service.css?168873831248 */
