article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  display: table;
  content: "";
}
.c:after {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@font-face {
  font-family: 'gt_walsheim_pro_triallight';
  src: url('../../fonts/gt-walsheim-pro-trial-light-webfont.eot');
  src: url('../../fonts/gt-walsheim-pro-trial-light-webfont-.eot#iefix') format('embedded-opentype'), url('../../fonts/gt-walsheim-pro-trial-light-webfont.woff2') format('woff2'), url('../../fonts/gt-walsheim-pro-trial-light-webfont.woff') format('woff'), url('../../fonts/gt-walsheim-pro-trial-light-webfont.ttf') format('truetype'), url('../../fonts/gt-walsheim-pro-trial-light-webfont.svg#gt_walsheim_pro_triallight') format('svg');
  font-weight: normal;
  font-style: normal;
}
p {
  margin: 0;
}
a,
a:hover,
a:active {
  color: #f3f0da;
}
a:hover,
a:active {
  text-decoration: none;
}
.highlited {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizelegibility;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
small {
  font-size: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  animation: colorchange 15s infinite; /* animation-name followed by duration in seconds*/
     /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 15s infinite; /* Chrome and Safari */
}

@keyframes colorchange
{
  0%   {background-color: #352BC4;}
  49%  {background-color: #4C26D6;}
  99%  {background-color: #352BC4;}
  100% {background-color: #352BC4;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background-color: #352BC4;}
  49%  {background-color: #4C26D6;}
  99%  {background-color: #352BC4;}
  100% {background-color: #352BC4;}
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #f3f0da;
  text-align: center;
  font-family: 'gt_walsheim_pro_triallight', sans-serif;
}
section {
  padding: 0;
  margin: 0;
}
.background {
  width: 1170px;
  height: auto;
  left: 50%;
  top: 0px;
  bottom: 0px;
  margin-left: -584px;
  /* -585px –> 1px */
  position: fixed;
}
.background .background__line {
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: .14;
  margin-right: 25%;
  margin-left: -1px;
  /* <- 1px */
  float: left;
}
.background .background__line--last {
  margin-right: 0;
}
.content {
  width: 1170px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  padding-top: 135px;
  padding-bottom: 50px;
}
.content .header {
  width: 85px;
  height: auto;
}
.content .header .header__title-name {
  font-family: 'gt_walsheim_pro_triallight', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.07;
  font-weight: 100;
  color: #000;
  opacity: .6;
  margin-top: -1.68px;
  margin-left: -0.45px;
}
.content .description {
  width: 100%;
  height: auto;
  margin-top: 59px;
  /* 64px - 5px */
}
.content .description .description__block {
  float: left;
}
.content .description .description__block--left {
  width: 25%;
  height: auto;
}
.content .description .description__block--left .description__block__line {
  width: 130px;
  height: 130px;
  margin-left: -65px;
  opacity: .7;
  background-size: cover;
  background-image:url('/assets/images/olegmel.png');
  background-blend-mode: lighten;
  animation: colorchange 15s infinite;
  -webkit-animation: colorchange 15s infinite;
  border-radius:65px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 0 0 1px #352BC4;
}
.content .description .description__block--right {
  width: 57%;
  height: auto;
}
.content .description .description__block--right .description__block__text {
  font-family: 'gt_walsheim_pro_triallight', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 100;
  margin-left: 0.6px;
  margin-top: -9.09px;
  margin-bottom: -3.5px;
}
.content .reference {
  width: 100%;
  height: auto;
  *zoom: 1;
  clear: both;
}
.content .reference:before,
.content .reference:after {
  display: table;
  content: "";
}
.content .reference:after {
  clear: both;
}
.content .reference .reference__block {
  float: left;
  margin-top: 169px;
}
.content .reference .reference__block--left {
  width: 25%;
  height: auto;
}
.content .reference .reference__block--left .reference__block__list {
  margin-top: -9px;
}
.content .reference .reference__block--left .reference__block__list .reference__block__list__item {
  font-family: 'gt_walsheim_pro_triallight', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 100;
  color: #000;
  opacity: .6;
  margin-left: -2px;
}
.content .reference .reference__block--right {
  width: 50%;
  height: auto;
}
.content .reference .reference__block--right .reference__block__text {
  font-family: 'gt_walsheim_pro_triallight', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 100;
  margin-top: -9px;
}
.content .reference .reference__block--right .reference__block__text .reference__block__text__link {
  width: auto;
  height: auto;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  display: table;
  color: #181e57;
  margin-left: -2px;
  text-decoration: none;
  color: #ff5b5b;
}
.e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
        }
.content .reference .reference__block--right .reference__block__text .reference__block__text__link:hover {
  color: #f3f0da;
}
@media only screen and (max-width: 1370px) {
  .background {
    width: 85.6%;
    height: auto;
    margin-left: -42.8%;
  }
  .content {
    width: 85.6%;
    height: auto;
  }
}
@media only screen and (max-height: 764px) {
  .content {
    padding-top: 105px;
  }
  .content .reference .reference__block {
    margin-top: 139px;
  }
}
@media only screen and (max-height: 704px) {
  .content {
    padding-top: 75px;
  }
  .content .reference .reference__block {
    margin-top: 109px;
  }
}
@media only screen and (max-height: 644px) {
  .content {
    padding-top: 45px;
  }
  .content .reference .reference__block {
    margin-top: 79px;
  }
}
@media only screen and (max-width: 760px) {
  .background {
    width: 81.24%;
    height: auto;
    margin-left: -40.62%;
  }
  .background .background__line {
    margin-right: 100%;
  }
  .background .background__line--mobile-hide {
    display: none;
  }
  .background .background__line--last {
    margin-right: 0;
  }
  .content {
    width: 81.24%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 36px;
  }
  .content .description {
    margin-top: 0;
  }
  .content .description .description__block {
    width: 100%;
    height: auto;
    float: none;
  }
  .content .description .description__block--left {
    margin-top: 33px;
    /* 38px - 5px */
  }
  .content .description .description__block--left .description__block__line {
    display: none;
  }
  .content .description .description__block--right .description__block__text {
    margin-top: 25.91px;
    /* 35px - 9.09px */
  }
  .content .reference .reference__block {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 50px;
  }
  .content .reference .reference__block--right .reference__block__text {
    margin-top: -19px;
  }
}
