header {
  position: relative;
  color: #1d2a3b;
  padding: 160px 0 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 60, 93, 0.08)), to(rgba(48, 60, 93, 0))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(48, 60, 93, 0.08), rgba(48, 60, 93, 0)), -webkit-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, rgba(48, 60, 93, 0.08), rgba(48, 60, 93, 0)), -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, rgba(48, 60, 93, 0.08), rgba(48, 60, 93, 0)), linear-gradient(to bottom, #fff, #fff); }
  header .img_shap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    pointer-events: none; }
  header .info {
    position: relative;
    z-index: 10; }
    header .info h1 {
      font-size: 52px;
      font-weight: 500;
      line-height: 1.19; }
    header .info p {
      font-size: 23px;
      line-height: 2.26;
      margin-top: 30px; }
    header .info .butn {
      margin-top: 60px; }
  header .img {
    position: relative;
    z-index: 10; }
    header .img img {
      max-width: 602px;
      max-height: 547px; }
