@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600'); /*Montserrat*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700'); /*Open Sans*/
@import url('/templates/solution2/fonts/font-awesome.css?v=1772033888');
@import url('/templates/solution2/fonts/stylesheet.css?v=1772033888');
@import url('bootstrap.css?v=1772033888');
@import url('style_one.css?v=1772033888');
@import url('style_two.css?v=1772033888');
@import url('style_three.css?v=1772033888');
@import url('style_sdg.css?v=1772033888');
.body {
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  background: url(../img/background.png) no-repeat fixed center top;
  background-color: #000;
  background-size: cover;
  font-size: 12px;
  color: #ffffff;
  }
.header-logo {
    width: 162px;
    float: left;
    position: relative;
    top: 15px;
    margin-left: -3px;
    cursor: pointer;
    transition: .20s all;
    margin-right: 9px;
}

.header-logo:hover {
  opacity: .5;
  transition: all .3s
}

.logotext {
  fill: transparent;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-dasharray: 90, 310;
  animation: logotext 8s infinite linear;
  font-family: Poppins, arial;
  font-size: 2.1em;
}

.logotext:nth-child(4n+1) {
  stroke: #4fea9f;
  text-shadow: 0 0 12px #4fea9f;
  animation-delay: -2s;
}

.logotext:nth-child(4n+2) {
  stroke: #ffffff;
  text-shadow: 0 0 12px #ffffff;
  animation-delay: -4s;
}

.logotext:nth-child(4n+3) {
  text-shadow: 0 0 12px #4fea9f;
  stroke: #4fea9f;
  animation-delay: -6s;
}

.logotext:nth-child(4n+4) {
  text-shadow: 0 0 12px #ffffff;
  stroke: #ffffff;
  animation-delay: -8s;
}

@-webkit-keyframes logotext {
  100% {
    stroke-dashoffset: -400;
  }
}
.header-logo {
    width: 162px;
    float: left;
    position: relative;
    top: 15px;
    margin-left: -3px;
    cursor: pointer;
    transition: .20s all;
    margin-right: 9px;
}

.header-logo:hover {
  opacity: .5;
  transition: all .3s
}

.logotext {
  fill: transparent;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-dasharray: 90, 310;
  animation: logotext 8s infinite linear;
  font-family: Poppins, arial;
  font-size: 2.1em;
}

.logotext:nth-child(4n+1) {
  stroke: #4fea9f;
  text-shadow: 0 0 12px #4fea9f;
  animation-delay: -2s;
}

.logotext:nth-child(4n+2) {
  stroke: #ffffff;
  text-shadow: 0 0 12px #ffffff;
  animation-delay: -4s;
}

.logotext:nth-child(4n+3) {
  text-shadow: 0 0 12px #4fea9f;
  stroke: #4fea9f;
  animation-delay: -6s;
}

.logotext:nth-child(4n+4) {
  text-shadow: 0 0 12px #ffffff;
  stroke: #ffffff;
  animation-delay: -8s;
}

@-webkit-keyframes logotext {
  100% {
    stroke-dashoffset: -400;
  }
}
.with_code table tr td {
    word-break: normal;
}
/* OneValve.ru */