body {
  /* position: relative;
    
    height: 5000px; */ }

.wrapimg {
  position: absolute;
  z-index: 10000000;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .2;
  background-image: url(../img/bg01.png);
  background-position: center 35px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%); }

#top .t1 {
  font: 300 39px/42px open sans;
  margin: 50px 5% 20px;
  text-align: center; }

.prof_link {
  position: relative;
  text-decoration: none;
  color: inherit; }
  .prof_link:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    border-top: 2px dashed #fff; }

.vsxs {
  display: none; }

.m-logo {
  display: none; }

@media (max-width: 667px) {
  #top .t1 {
    font: 300 20px/20px open sans;
    margin: 10px 0 10px;
    text-align: center; }
    #top .t1 br {
      display: block; }
  .vsxs {
    display: block !important; }
  .prof_link:before {
    border-top: 1px dotted #fff; }
  .header .right {
    display: block; }
  .m-logo {
    display: inline;
    margin-left: 10px; }
  .d-logo {
    display: none; }
  .copy_block .right {
    width: 125px;
    margin-right: 13px; }
  .copy_block .right .phone {
    float: right;
    margin-top: 17px;
    font: 16px/18px open sans; }
  .copy_block .right .des {
    padding-right: 4px;
    font: 300 8px open sans; } }
