@media (min-width: 1200px) {
  .sb-company .container {
    max-width: 1110px;
  }
}

.site-body {
  position: relative;
  padding: 0 0 3rem !important;

  color:#000;
}
.site-body .breadcrumb {
  margin-top: 0;
  padding-top: 0.5rem;
  color:#fff;
}
.breadcrumb li,
.breadcrumb li a {
  color:#fff;
}

.comp-top-sec {
  background: no-repeat center url(../img/company/hero@2x.jpg);
  background-size: cover;
  height: 400px;
}
.comp-top-sec>.container,
.comp-top-sec .h-title {
  height: 100%;
}
.comp-top-sec .h-title {
  display: flex;
  justify-content: end;
  align-items: center;
}
.h-title .inn {
  position: relative;
  transform: translateY(-20%);
}

.c-menu {
  margin-bottom: 40px;
}
.c-menu>.row {
  margin:0;
}
.c-menu>.row>div {
  padding:0;
}
.c-menu .col-img figure {
  margin:0;
  margin-bottom: -4px;
}
.c-menu .col-img img {
  max-width: 1300px;
  width:50vw;
}
.c-menu .col-img.m-l figure {
  float: right;
}
.c-menu .col-img.m-r figure {
  float: left;
}
.menu-cont {
  width: 100%;
  height: 100%;
  text-align: center;
  padding:15px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: bold;
}
.c-r .menu-cont {
  justify-content: end;
}
.menu-cont .tt {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
}
.menu-cont .st {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 4px;
}
.menu-cont .st2 {
  margin-bottom: 24px;
}
.menu-cont .pre {
  font-size: 14px;
  line-height: 20px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.menu-cont .vk_button .vk_button_link_caption {
  font-weight: bold;
}
.menu-cont .vk_button_link {
  width: 400px;
}

.sec-video,.sec-pdf {
  padding:40px 0;
}
.company-body h3 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0;
}
.company-body h3:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -12px;
  height: 5px;
  width: 240px;
  background: #C0440E;
}

.sec-video .row-video {
  margin-bottom: -30px;
}
.row-video>div {
  margin-bottom: 30px;
}
.row-video .v-lib {
  height: 100%;
  display:block;
  text-decoration: none;
  color:#000;
}
.row-video .v-lib:hover {
  text-decoration: none;
  color:#000;
}
.v-lib .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 148px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.v-lib .n {
  font-weight: bold;
  margin-bottom: 4px;
}
.v-lib .desc {
  font-size: 11px;
  line-height: 20px;
  opacity: .8;
}

.sec-pdf .dl-cont {
  text-align: center;
}
.sec-pdf .dl-cont a,
.sec-pdf .dl-cont a:hover {
  text-decoration: none;
  color:#000;
}
.dl-cont .n {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

.dl-cont .n span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.dl-cont .n span:before {
  content:"";
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/company/ico-pdf.svg);
  background-size: 100%;
  width: 29px;
  height: 31px;
}

@media (max-width: 1199px) {
  .comp-top-sec {
    height: 300px;
  }
  .menu-cont .vk_button_link {
    width: 280px;
  }
  .menu-cont .st {
    font-size: 18px;
  }
  .v-lib .thumb {
    height:120px;
  }
}
@media (max-width: 992px) {
  .comp-top-sec {
    height: 260px;
  }
  .h-title .inn img {
    max-width: 290px;
  }
  .menu-cont .vk_button_link {
    width: 260px;
  }

  .c-menu .col-cont {
    margin-bottom: 30px;
  }
  .c-menu .col-img.m-l figure {
    float: unset;
    text-align: center;
  }
  .c-menu .col-img img {
    max-width: 100%;
    width: auto;
  }
  .menu-cont,.c-r .menu-cont {
    justify-content: center;
  }
  .v-lib .thumb {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .comp-top-sec {
    height: 200px;
  }
  .company-body h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .h-title .inn img {
    max-width: 200px;
  }
  .c-menu .col-img figure {
    margin:0 -35px;
  }
  .menu-cont {
    padding:15px 0 0;
    margin: 0 -15px;
    display: block;
    width: auto;
  }
  .menu-cont .tt {
    font-size: 26px;
  }
  .menu-cont .st {
    font-size: 16px;
  }

  .v-lib .thumb {
  }
}
