/* Contact Page */
.main:before {
  content: "";
  background: #F7F7F7;
  position: absolute;
  width: 100vw;
  height: 773px;
  z-index: -1;
  right: 215px;
  top: -220px; }

.img-slider {
  justify-self: right; }
  .img-slider img {
    width: 100%; }

.rslides_tabs li {
  width: 50px;
  height: 35px;
  display: inline-block;
  font-size: 0;
  margin-right: 10px; }
  .rslides_tabs li.rslides1_s1 a {
    background: url("../images/img-slider.png") center no-repeat #999;
    background-size: cover; }
  .rslides_tabs li.rslides1_s2 a {
    background: url("../images/img-slider-2.png") center no-repeat #999;
    background-size: cover; }
  .rslides_tabs li.rslides1_s3 a {
    background: url("../images/img-slider-3.png") center no-repeat #999;
    background-size: cover; }
  .rslides_tabs li.rslides1_s4 a {
    background: url("../images/img-slider-4.png") center no-repeat #999;
    background-size: cover; }
  .rslides_tabs li a {
    width: 50px;
    height: 35px;
    position: relative;
    display: block; }
    .rslides_tabs li a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: box-shadow .2s; }
    .rslides_tabs li a:hover:after {
      box-shadow: inset 0 0 0 5px #3628EF; }
