header {
	border-bottom: 1px solid #595959;
}
.content {
	padding: 120px 0 0px;
	background-color: rgb(38, 38, 38);
	line-height: 1.5;
}
h1 {
	text-transform: uppercase;
	font-size: 175%;
	color: rgb(230, 159, 0);
	text-align: center;
	padding-top: 80px;
}
.content_container {
	margin: 60px auto 0;
  width: 90%;
	max-width: 820px;
}
.content_container .heading {
  font-size: 250%;
  line-height: 1.2;
  margin-bottom: 40px;
}
.content_container .heading .neon {
  position: relative;
  z-index: 1;
}
.content_container .heading .neon::before {
  content: attr(data-content);
  position: absolute;
  top: 50%;
  left: 15px;
  width: 322px;
  height: 20%;
  box-shadow: 0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 0px 0px 13px 4px #BF9000;
  z-index: -1;
}
.content_container .gallery_counter {
  position: relative;
  padding-left: 314px;

}



#demo-test-gallery a {
  display: inline-block;
  height: 174.5px;
  width: 114px;
  margin: 10px 9px 0 0;
}
#demo-test-gallery a img {
	width: 100%;
	height: 100%;
}
#demo-test-gallery a:first-child {
  height: 557px;
  width: 300px;
  margin: 0;
  float: left;
  position: absolute;
  top: 10px;
  left: 0;
}
#demo-test-gallery a figure, .style-select {
  display: none;
}
.content .show_all_servises {
  padding: 100px 0;
}
.content .show_all_servises a:nth-child(1) {
  display: block;
color: #fff;
text-decoration: none;
font-size: 112.5%;
background-color: #e60000;
padding: 15px 0;
width: 235px;
margin: 0 auto;
text-align: center;
}
.content .show_all_servises a:nth-child(2) {
  display: none;
}
@media screen and (max-width: 910px) {
  .gallery_counter {
    width: 385px;
    margin: 0 auto;
  }
  @media screen and (max-width: 800px) {
    .content {
      font-size: 88%;
      padding-top: 61px;
    }
    .content_container {
      margin-top: 40px;
    }
    .content_container .heading {
      font-size: 220%;
      margin-bottom: 30px;
    }
    .content_container .heading .neon::before {
      width: 252px;
    }
    .content_container .gallery_counter {
      padding-left: 0;
      width: 100%;
    }
    #demo-test-gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #demo-test-gallery a {
      display: block;
      height: 270px;
      width: 155px;
    }
    #demo-test-gallery a:first-child {
      margin: 10px 10px 0 0;
      height: 270px;
      width: 155px;
      float: none;
      position: static;
    }
    .content .show_all_servises {
      padding: 80px 0 99px;
    }
    /* @media screen and (max-width: 690px) {
      .gallery_counter {
        width: 510px;
      }
      @media screen and (max-width: 550px) {
        .gallery_counter {
          width: 382px;
        }
        @media screen and (max-width: 405px) {
          .gallery_counter {
            width: 255px;
          }
        }

      }

    }
    */

  }
}