@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=cyrillic);
/***********************************/
/*           VARIABLES           */
/***********************************/
/***********************************/
/*           COMMON          */
/***********************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

body {
  font-family: "Open Sans";
  background: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

textarea {
  resize: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none;
  color: #000000;
  webkit-backface-visibility: hidden; }

h1 {
  font-size: 32px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase; }

h2 {
  font-size: 42px;
  font-weight: 300;
  color: #B5BBBF;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px; }

h3 {
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px; }

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  margin-bottom: 25px; }

.height-100 {
  height: 100%; }

.btn {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  max-width: 230px;
  background: transparent;
  border: 1px solid #000000;
  padding: 15px 15px;
  display: block; }
  .btn:hover {
    color: #FEFEFE;
    border: 1px solid #651FFF;
    background: #651FFF; }

.section__block-title-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.section__block-title {
  font-size: 64px;
  font-weight: 300;
  color: #651FFF;
  text-transform: uppercase;
  display: inline-block;
  position: relative; }

.wrapper {
  max-width: calc(100% - 220px);
  margin-left: 110px;
  padding-top: 37px;
  padding-bottom: 37px; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.section {
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .section__tab {
    display: none;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: tab-aperr;
    animation-name: tab-aperr;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: 0.6s;
    transition: 0.6s; }

@-webkit-keyframes tab-aperr {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes tab-aperr {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
    .section__tab:first-child {
      display: block; }

.section {
  position: relative; }
  .section h1 {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: main-title;
    animation-name: main-title;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

@-webkit-keyframes main-title {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes main-title {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
    .section h1 span {
      display: none; }
    .section h1 span.single {
      display: block; }
  .section__block-title--long {
    font-size: 2.8vw; }
  .section__tree-panel-list {
    border-bottom: 1px solid #B5BBBF;
    width: calc(100% - 225px);
    padding-left: 110px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: tree-panel-list;
    animation-name: tree-panel-list;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

@-webkit-keyframes tree-panel-list {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes tree-panel-list {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
  .section__tree-panel-item {
    margin-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .section__tree-panel-item:last-child {
      margin-right: 0; }
  .section__tree-panel-link {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .section__tree-panel-link:hover {
      color: #B5BBBF; }

.section-new {
  padding-top: 70px; }
  .section-new .section-inn__caption {
    padding-bottom: 15px; }
  .section-new h1 {
    font-size: 16px; }
  .section-new__tree-panel-list {
    border-top: 1px solid #B5BBBF;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: tree-panel-list;
    animation-name: tree-panel-list;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

@-webkit-keyframes tree-panel-list {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes tree-panel-list {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
  .section-new__tree-panel-item {
    margin-left: 70px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .section-new__tree-panel-item:first-child {
      margin-left: 0; }
  .section-new__tree-panel-link {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .section-new__tree-panel-link:hover {
      color: #B5BBBF; }

.section-new__tab {
  display: none; }
  .section-new__tab:first-child {
    display: block; }

.section-new-tab-content-outer {
  padding-top: 10px; }

.js-about-tab-active a {
  color: #B5BBBF; }

.section__block-title.mobile {
  display: none; }

.section__block-title.desktop {
  display: block; }

.section-inn__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .section-inn__caption h1 {
    font-size: 16px;
    color: #000000; }

.section-inn__caption-add {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase; }

.section-inn-wrapper {
  max-width: 1140px;
  margin: 0 auto; }

.section-inn-wrapper-extend {
  max-width: 1230px;
  margin: 0 auto; }

/***********************************/
/*           PLYR VIDEO PLAYER          */
/***********************************/
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%; }

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__captions .plyr__caption div {
  display: inline; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px; } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px); }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px; }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.plyr__control--overlaid svg {
  height: 20px;
  left: 2px;
  position: relative;
  width: 20px; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > .plyr__control {
  margin-left: 5px; }

.plyr__controls .plyr__menu:first-child, .plyr__controls .plyr__menu:first-child + [data-plyr=pause], .plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__progress:first-child + [data-plyr=pause], .plyr__controls .plyr__time:first-child, .plyr__controls .plyr__time:first-child + [data-plyr=pause], .plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__volume {
  margin-left: 5px; }

@media (min-width: 480px) {
  .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > .plyr__control {
    margin-left: 10px; }
  .plyr__controls .plyr__menu + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
    margin-left: 5px; } }

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 35px 10px 10px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  z-index: 2; }

.plyr--video .plyr__controls .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); }

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px; }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%); }

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0; }

.plyr__menu__container ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 7px; }

.plyr__menu__container ul li {
  margin-top: 2px; }

.plyr__menu__container ul li:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4f5b5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px; }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px; }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px; }

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container label.plyr__control {
  padding-left: 7px; }

.plyr__menu__container label.plyr__control input[type=radio] + span {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container label.plyr__control input[type=radio] + span::after {
  background: #fff;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width: 6px; }

.plyr__menu__container label.plyr__control input[type=radio]:checked + span {
  background: #1aafff; }

.plyr__menu__container label.plyr__control input[type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.plyr__menu__container label.plyr__control input[type=radio]:focus + span {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr__menu__container label.plyr__control.plyr__tab-focus input[type=radio] + span, .plyr__menu__container label.plyr__control:hover input[type=radio] + span {
  background: rgba(0, 0, 0, 0.1); }

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -7px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 14px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 14px;
  -webkit-appearance: none;
  margin-top: -4px; }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -moz-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 14px; }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 3px;
  height: 6px; }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 14px;
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
  pointer-events: none; }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1); }

.plyr--video {
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  left: 7px;
  margin-right: 14px;
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 6px;
  left: 0;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66); }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr__volume {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.plyr__volume input[type=range] {
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 50px; } }

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 80px; } }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/***********************************/
/*           MAIN-CONTAINER          */
/***********************************/
.main-container {
  width: 100%;
  height: 100vh;
  padding: 25px 25px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.main-container-sized {
  max-width: 1345px; }

.main-container__category-title {
  display: none; }

.main-container__mobile-first-page {
  display: none; }

.main-container__left-nav {
  margin-top: -25px;
  margin-left: 25px;
  background: #FFFFFF;
  position: fixed;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: side-nav-panel;
  animation-name: side-nav-panel;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes side-nav-panel {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes side-nav-panel {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
  .main-container__left-nav:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    background: #FFFFFF;
    width: calc(100% + 25px);
    height: 25px; }

.main-container__left-nav-list {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.main-container__left-nav-item {
  margin-left: 50px;
  margin-right: 50px; }

.main-container__left-nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .main-container__left-nav-link:hover {
    color: #B5BBBF; }

.main-container__right-nav {
  margin-top: -25px;
  margin-left: -20px;
  background: #FFFFFF;
  position: fixed;
  right: 65px;
  z-index: 37;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: side-nav-panel;
  animation-name: side-nav-panel;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes side-nav-panel {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes side-nav-panel {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
  .main-container__right-nav:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    height: 25px; }

.main-container__right-nav-list {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.main-container__right-nav-item {
  margin-left: 50px;
  margin-right: 50px; }

.main-container__right-nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .main-container__right-nav-link:hover {
    color: #B5BBBF; }

.main-container__main-menu {
  position: fixed;
  z-index: 38;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none; }

.main-container__main-menu-overlay {
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.85);
  pointer-events: none;
  display: none; }

.main-container__primary-menu-outer {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.main-container__primary-menu {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.main-container__primary-menu-block {
  position: relative;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.main-container__primary-menu-name-topic {
  font-size: 42px;
  font-weight: 300;
  color: #FEFEFE;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .main-container__primary-menu-name-topic:hover {
    color: #651FFF; }

.main-container__primary-menu-section {
  margin-bottom: 15px; }

.main-container__primary-menu-name-section {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #828282;
  text-transform: uppercase;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.main-container__primary-menu-item-section {
  margin-top: 7px;
  margin-bottom: 7px; }

.main-container__primary-menu-link-section {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #FEFEFE;
  text-transform: uppercase;
  border-bottom: 1px solid transparent; }
  .main-container__primary-menu-link-section:hover {
    color: #2FD4A2; }

.main-container__primary-menu-contacts-item {
  margin-bottom: 25px;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .main-container__primary-menu-contacts-item:hover span {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #2FD4A2; }
  .main-container__primary-menu-contacts-item span, .main-container__primary-menu-contacts-item a {
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    color: #FEFEFE;
    border-bottom: 1px solid transparent;
    display: inline-block;
    margin-bottom: 3px; }
  .main-container__primary-menu-contacts-item span.sm, .main-container__primary-menu-contacts-item a.sm {
    text-transform: lowercase;
    margin-bottom: 0; }
  .main-container__primary-menu-contacts-item a:hover {
    color: #2FD4A2; }

a.main-container__primary-menu-name-section {
  color: #FEFEFE; }
  a.main-container__primary-menu-name-section:hover {
    color: #2FD4A2; }

.main-container__index-right-link {
  display: none; }

.main-container__mobile-top-logo {
  display: none; }

.main-container__mobile-projects-outer {
  display: none; }

.main-container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 38;
  top: 0px;
  left: 25px;
  width: calc(100% - 50px);
  height: 80px;
  background: rgba(255, 255, 255, 0.98);
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.main-container__top.bg {
  background: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.main-container__top-left-outer {
  position: relative; }

.main-container__main-menu-btn {
  display: block;
  width: 42px;
  height: 25px;
  position: fixed;
  z-index: 111;
  top: 25px;
  cursor: pointer;
  padding: 15px 0;
  margin: 0;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-name: side-nav-panel;
  animation-name: side-nav-panel;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes side-nav-panel {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes side-nav-panel {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
  .main-container__main-menu-btn .menu-global {
    position: absolute;
    left: 0;
    height: 3px;
    background: #000000;
    border-radius: 3px;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  .main-container__main-menu-btn .menu-global-invert {
    background: #FEFEFE; }
  .main-container__main-menu-btn .menu-top {
    top: 0px; }
  .main-container__main-menu-btn .menu-middle {
    top: 13px; }
  .main-container__main-menu-btn .menu-bottom {
    top: 27px; }
  .main-container__main-menu-btn .menu-top-click {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .main-container__main-menu-btn .menu-middle-click {
    opacity: 0; }
  .main-container__main-menu-btn .menu-bottom-click {
    top: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.6s;
    transition: 0.6s; }

.main-container__lang-outer-list {
  position: absolute;
  z-index: 110;
  top: 5px;
  left: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: lang-outer-list;
  animation-name: lang-outer-list;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  display: none; }

@-webkit-keyframes lang-outer-list {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes lang-outer-list {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.main-container__lang-outer-item {
  float: left;
  margin-left: 18px; }
  .main-container__lang-outer-item:first-child {
    margin-left: 0; }

.main-container__lang-outer-item.active .main-container__lang-outer-link {
  color: #000000; }

.main-container__lang-outer-item.invert .main-container__lang-outer-link {
  color: #B5BBBF; }
  .main-container__lang-outer-item.invert .main-container__lang-outer-link:hover {
    color: #000000; }

.main-container__lang-outer-item.hover-invert .main-container__lang-outer-link {
  color: #FEFEFE; }
  .main-container__lang-outer-item.hover-invert .main-container__lang-outer-link:hover {
    color: #828282; }

.main-container__lang-outer-link {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase; }
  .main-container__lang-outer-link:hover {
    color: #B5BBBF; }

.main-container__logo {
  opacity: 0.85;
  position: relative;
  top: -5px; }
  .main-container__logo:hover {
    opacity: 1; }
  .main-container__logo svg {
    max-width: 100%;
    height: 33px; }
  .main-container__logo svg use {
    fill: #000000; }

.main-container__logo.logo-index svg use {
  fill: #FEFEFE; }

.main-container__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-container__social-item {
  margin-left: 10px;
  margin-right: 10px; }

.main-container__social-link svg path {
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.main-container__social-link:hover svg path {
  fill: #B5BBBF; }

.main-container__mobile-first-page-bot-nav-list {
  display: none; }

.main-container__primary-menu-name-topic.js-expand-link {
  display: none; }

.main-container__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.main-container__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: address-block;
  animation-name: address-block;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes address-block {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes address-block {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  .main-container__address .address-loc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .main-container__address .address-loc:hover span {
      color: #B5BBBF; }
  .main-container__address span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 3px;
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-left: 35px; }
    .main-container__address span:first-of-type {
      margin-left: 0; }
    .main-container__address span a:hover {
      color: #B5BBBF; }

.main-container__created {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: created;
  animation-name: created;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes created {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes created {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  .main-container__created svg {
    width: 147px;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .main-container__created svg:hover path {
      fill: #000000; }
    .main-container__created svg path {
      fill: #B5BBBF;
      -webkit-transition: 0.6s;
      transition: 0.6s; }

/***********************************/
/*           INTRO          */
/***********************************/
.intro {
  min-height: calc(100vh - 62px); }
  .intro__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .intro__title {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px; }
    .intro__title img {
      width: 50vw;
      height: 105px;
      position: relative;
      top: -30px;
      z-index: 20; }
  .intro__title-1 img {
    visibility: hidden;
    opacity: 0; }
  .intro__present-block {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10vh;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: tab-aperr;
    animation-name: tab-aperr;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

@-webkit-keyframes tab-aperr {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes tab-aperr {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
    .intro__present-block .company-name {
      max-width: 700px;
      height: 100%;
      position: absolute;
      z-index: 10;
      top: 50px;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      //align-items: center;
      pointer-events: none; }
      .intro__present-block .company-name img {
        max-width: 100%; }
    .intro__present-block .symbol-outer {
      border: 1px solid transparent;
      width: 70%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .intro__present-block .symbol {
      border: 1px solid transparent;
      max-width: 420px; }
      .intro__present-block .symbol img {
        max-width: 100%; }
  .intro__element {
    height: 55vh;
    opacity: 0;
    visibility: hidden; }
    .intro__element img {
      max-height: 100%;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
  .intro__animate-text {
    max-width: 390px;
    height: 52px;
    margin-top: 20px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: none; }
    .intro__animate-text .microsoft {
      overflow: hidden;
      position: relative;
      height: 170px;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
    .intro__animate-text .marquee {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      -webkit-animation: marquee 10s linear infinite;
      animation: marquee 10s linear infinite; }

@-webkit-keyframes marquee {
  0% {
    top: 50px; }
  100% {
    top: -3em; } }

@keyframes marquee {
  0% {
    top: 50px; }
  100% {
    top: -3em; } }
    .intro__animate-text pre {
      margin-top: 0px;
      margin-bottom: 20px; }
    .intro__animate-text p {
      font-family: "Shadows Into Light", cursive;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      color: #2FD4A2;
      text-align: center;
      margin: 0;
      padding: 0;
      margin-top: 0;
      display: block; }
      .intro__animate-text p span {
        color: #2FD4A2;
        -webkit-animation-name: move-typetext;
        animation-name: move-typetext;
        -webkit-animation-duration: 14s;
        animation-duration: 14s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear; }

@-webkit-keyframes move-typetext {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes move-typetext {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
        .intro__animate-text p span:first-child {
          color: #651FFF; }
  .intro__projects-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 100px;
    z-index: 10; }
  .intro__projects-outer.fixed {
    position: fixed;
    top: auto;
    bottom: 25px;
    width: 100%; }
  .intro__projects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .intro__mobile-view-link {
    display: none; }
  .intro__projects-item {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .intro__projects-item:hover span {
      display: block;
      opacity: 1;
      visibility: visible;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      display: none; }
    .intro__projects-item span {
      display: none;
      position: absolute;
      top: 30px;
      left: 7px;
      min-width: 255px;
      padding: 15px 10px;
      border-left: 1px solid #000000;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
  .intro__projects-item.caption {
    font-weight: 400 !important; }
    .intro__projects-item.caption span {
      display: block; }
  .intro__projects-item.active.caption:before {
    display: none; }
  .intro__projects-item.active {
    position: relative; }
    .intro__projects-item.active:after {
      display: block;
      content: attr(title);
      font-weight: bold;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
    .intro__projects-item.active:before {
      content: '';
      width: 1px;
      height: 33px;
      background: #000000;
      position: absolute;
      top: 30px;
      left: 7px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .intro__present-block .company-name {
    width: 700px;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none; }
    .intro__present-block .company-name img {
      max-width: 100%; } }

.intro .intro__projects-outer {
  display: none; }

@-webkit-keyframes skew {
  0% {
    -webkit-transform: none;
    transform: none; }
  30% {
    -webkit-transform: none;
    transform: none; }
  30.2% {
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg); }
  30.4% {
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg); }
  31% {
    -webkit-transform: none;
    transform: none; } }

@keyframes skew {
  0% {
    -webkit-transform: none;
    transform: none; }
  30% {
    -webkit-transform: none;
    transform: none; }
  30.2% {
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg); }
  30.4% {
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg); }
  31% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes move {
  0% {
    -webkit-transform: none;
    transform: none; }
  30% {
    -webkit-transform: none;
    transform: none; }
  31% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  33% {
    -webkit-transform: none;
    transform: none; }
  98% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes move {
  0% {
    -webkit-transform: none;
    transform: none; }
  30% {
    -webkit-transform: none;
    transform: none; }
  31% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  33% {
    -webkit-transform: none;
    transform: none; }
  98% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@-webkit-keyframes flash {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  50% {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); } }

@keyframes flash {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  50% {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); } }

@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 14.17em; } }

@keyframes typing {
  from {
    width: 0; }
  to {
    width: 14.17em; } }

@-webkit-keyframes caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: black; } }

@keyframes caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: black; } }

/* Glitch styles */
.glitch {
  position: relative;
  width: 37vh;
  max-width: 380px;
  height: 57vh;
  max-height: 580px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes gl {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes gl {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.glitch:hover {
  cursor: pointer; }

.glitch__img {
  position: absolute;
  top: calc(-1 * 1px);
  left: calc(-1 * 5px);
  width: calc(100% + 2px * 1.25);
  height: calc(100% + 1px * 1.25);
  background: url(../img/bust_fullsize.png) no-repeat 50% 0;
  background-color: transparent;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-blend-mode: transparent; }

.glitch__img:nth-child(1) {
  background-color: transparent;
  background-blend-mode: none;
  opacity: 0.25; }

.glitch__img:nth-child(2) {
  background-color: transparent;
  background-blend-mode: none; }

.glitch__img:nth-child(3) {
  background-color: transparent;
  background-blend-mode: none;
  visibility: hidden; }

.glitch__img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: easy-in;
  animation-timing-function: easy-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.glitch:hover .glitch__img {
  opacity: 1; }

.glitch__img.hovered {
  opacity: 1; }

/* Hover flash animation on last image */
.glitch__img.im-3 {
  -webkit-animation: glitch-anim-flash 0.45s linear infinite;
  animation: glitch-anim-flash 0.45s linear infinite; }

/* Animations */
/* Horizontal */
@-webkit-keyframes glitch-anim-2-horizontal {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  15% {
    opacity: 0.15;
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  22% {
    opacity: 0.22;
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  31% {
    opacity: 0.31;
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  45% {
    opacity: 0.45;
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  51% {
    opacity: 0.51;
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  63% {
    opacity: 0.63;
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  76% {
    opacity: 0.76;
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  81% {
    opacity: 0.81;
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  94% {
    opacity: 0.94;
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); } }

@keyframes glitch-anim-2-horizontal {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  15% {
    opacity: 0.15;
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  22% {
    opacity: 0.22;
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  31% {
    opacity: 0.31;
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  45% {
    opacity: 0.45;
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  51% {
    opacity: 0.51;
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  63% {
    opacity: 0.63;
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  76% {
    opacity: 0.76;
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  81% {
    opacity: 0.81;
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  94% {
    opacity: 0.94;
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); } }

@-webkit-keyframes glitch-anim-3-horizontal {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  5% {
    opacity: 0.05;
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  10% {
    opacity: 0.1;
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  25% {
    opacity: 0.25;
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  27% {
    opacity: 0.27;
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  30% {
    opacity: 0.3;
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  33% {
    opacity: 0.33;
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  37% {
    opacity: 0.37;
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  40% {
    opacity: 0.4;
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  45% {
    opacity: 0.45;
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  50% {
    opacity: 0.5;
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  53% {
    opacity: 0.53;
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  57% {
    opacity: 0.57;
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  60% {
    opacity: 0.6;
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  65% {
    opacity: 0.65;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  70% {
    opacity: 0.7;
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  73% {
    opacity: 0.73;
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  80% {
    opacity: 0.8;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); } }

@keyframes glitch-anim-3-horizontal {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  5% {
    opacity: 0.05;
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  10% {
    opacity: 0.1;
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  25% {
    opacity: 0.25;
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  27% {
    opacity: 0.27;
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  30% {
    opacity: 0.3;
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  33% {
    opacity: 0.33;
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  37% {
    opacity: 0.37;
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  40% {
    opacity: 0.4;
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  45% {
    opacity: 0.45;
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  50% {
    opacity: 0.5;
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  53% {
    opacity: 0.53;
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  57% {
    opacity: 0.57;
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  60% {
    opacity: 0.6;
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  65% {
    opacity: 0.65;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  70% {
    opacity: 0.7;
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  73% {
    opacity: 0.73;
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  80% {
    opacity: 0.8;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); } }

/* Vertical */
@-webkit-keyframes glitch-anim-1-vertical {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
    clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%); }
  10% {
    opacity: 0.1;
    -webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
    clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%); }
  20% {
    opacity: 0.2;
    -webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
    clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%); }
  30% {
    opacity: 0.3;
    -webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
    clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%); }
  40% {
    opacity: 0.4;
    -webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
    clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%); }
  50% {
    opacity: 0.5;
    -webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
    clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%); }
  60% {
    opacity: 0.6;
    -webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
    clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%); }
  70% {
    opacity: 0.7;
    -webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
    clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%); }
  80% {
    opacity: 0.8;
    -webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
    clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%); }
  90% {
    opacity: 0.9;
    -webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
    clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
    clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%); } }

@keyframes glitch-anim-1-vertical {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
    clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%); }
  10% {
    opacity: 0.1;
    -webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
    clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%); }
  20% {
    opacity: 0.2;
    -webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
    clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%); }
  30% {
    opacity: 0.3;
    -webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
    clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%); }
  40% {
    opacity: 0.4;
    -webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
    clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%); }
  50% {
    opacity: 0.5;
    -webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
    clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%); }
  60% {
    opacity: 0.6;
    -webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
    clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%); }
  70% {
    opacity: 0.7;
    -webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
    clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%); }
  80% {
    opacity: 0.8;
    -webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
    clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%); }
  90% {
    opacity: 0.9;
    -webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
    clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
    clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%); } }

/* Flash */
@-webkit-keyframes glitch-anim-flash {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(5px, 1px, 0);
    transform: translate3d(5px, 1px, 0); }
  33%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes glitch-anim-flash {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(5px, 1px, 0);
    transform: translate3d(5px, 1px, 0); }
  33%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.golograma {
  top: 0;
  left: 0px;
  color: black;
  position: relative;
  white-space: nowrap;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: skew 2s infinite, flash 0.5s infinite;
  animation: skew 2s infinite, flash 0.5s infinite; }

.golograma:after, .golograma:before {
  content: '';
  position: absolute;
  background: url(../img/bust_fullsize.png); }

.golograma:after {
  top: 0;
  left: 6px;
  -webkit-animation: move 1.5s infinite;
  animation: move 1.5s infinite; }

.golograma:before {
  top: -2.4px;
  left: 3.6px; }

.glitch-2 {
  font-size: 130px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  text-decoration: none;
  color: #fff; }
  .glitch-2:before, .glitch-2:after {
    display: block;
    content: '';
    background: url(../img/bust_fullsize.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8; }
  .glitch-2:after {
    color: #f0f;
    z-index: -2; }
  .glitch-2:before {
    color: #0ff;
    z-index: -1; }
  .glitch-2:hover:before {
    -webkit-animation: glitch-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
    animation: glitch-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite; }
  .glitch-2:hover:after {
    animation: glitch-left-2 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite; }

@-webkit-keyframes glitch-small {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  33% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  66% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes glitch-small {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  33% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  66% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@-webkit-keyframes glitch-medium {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes glitch-medium {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@-webkit-keyframes glitch-left {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  33% {
    -webkit-transform: translate(-5px, 3px);
    transform: translate(-5px, 3px); }
  66% {
    -webkit-transform: translate(5px, -3px);
    transform: translate(5px, -3px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes glitch-left {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  33% {
    -webkit-transform: translate(-5px, 3px);
    transform: translate(-5px, 3px); }
  66% {
    -webkit-transform: translate(5px, -3px);
    transform: translate(5px, -3px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@-webkit-keyframes glitch-left-2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  33% {
    -webkit-transform: translate(-5px, -3px);
    transform: translate(-5px, -3px); }
  66% {
    -webkit-transform: translate(5px, 2px);
    transform: translate(5px, 2px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes glitch-left-2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  33% {
    -webkit-transform: translate(-5px, -3px);
    transform: translate(-5px, -3px); }
  66% {
    -webkit-transform: translate(5px, 2px);
    transform: translate(5px, 2px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

svg.bla {
  width: 800px;
  height: 300px; }

#myText {
  text-anchor: start;
  /* text-anchor: middle; */
  fill: red;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: -0.2;
  font-size: 23px; }

body.first-page {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.pp-section {
  height: 100%;
  position: absolute;
  width: calc(100% - 160px); }

.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99); }

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  display: none; }

#pp-nav.right {
  right: 17px; }

#pp-nav.left {
  left: 17px; }

.pp-section.pp-table.active .trans-elem {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-animation-name: curtain;
  animation-name: curtain;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes curtain {
  from {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%); }
  to {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }

@keyframes curtain {
  from {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%); }
  to {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }

.apper {
  opacity: 0;
  visibility: hidden; }

.pp-tableCell {
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.pp-slidesNav.bottom {
  bottom: 17px; }

.pp-slidesNav.top {
  top: 17px; }

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0; }

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.pp-slidesNav li {
  display: inline-block; }

#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #333; }

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }

.pp-tooltip.right {
  right: 20px; }

.pp-tooltip.left {
  left: 20px; }

.pp-scrollable {
  overflow-y: scroll;
  height: 100%; }

#menu {
  width: 100vh;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 75px;
  z-index: 70;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: tab-aperr;
  animation-name: tab-aperr;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes tab-aperr {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes tab-aperr {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

#menu li {
  border-left: 1px solid transparent;
  display: inline-block;
  margin: 10px 20px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

#menu li.to-intro.active a {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #menu li.to-intro {
    top: 35px !important;
    right: 50vw !important;
    bottom: auto !important; }
  #menu li.to-intro a {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

#menu li .name-title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  text-align: right;
  padding: 5px;
  min-width: 240px;
  position: absolute;
  bottom: -6px;
  left: -184px;
  display: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: line-prjcts;
  animation-name: line-prjcts;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes line-prjcts {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes line-prjcts {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

#menu li .name-title > div {
  display: inline-block;
  border-bottom: 1px solid #000000;
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 30; }
  #menu li .name-title > div:before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -52px;
    width: 52px;
    height: 1px;
    background: #000000; }

#menu li:hover .name-title {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

#menu li.active {
  border-left: 1px solid #000000; }

#menu li.active span {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

#menu a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  padding: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s;
  transition: 0.6s; }

#menu .common-link {
  margin-left: 75px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #menu .common-link {
    margin-left: 75px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }

#menu div a:hover {
  color: #B5BBBF; }

#menu li a,
#menu li a:hover,
#menu li.active a {
  padding: 10px;
  display: block; }

#menu li.active a {
  outline: none; }

#menu li a:focus {
  outline: none !important;
  border: none !important; }

#menu li.active a:focus {
  outline: none !important;
  border: none !important; }

#menu li.to-intro {
  border-left: 1px solid transparent;
  margin: 0;
  position: fixed;
  bottom: 48.5vw;
  right: -50px; }
  #menu li.to-intro a {
    padding: 0; }

.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em; }

.twitter-share-button {
  position: fixed !important;
  z-index: 99;
  right: 149px;
  top: 9px; }

#download {
  margin: 10px 0 0 0;
  padding: 15px 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2f96b4));
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

#download a {
  text-decoration: none;
  color: #fff; }

#download:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2F96B4;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  transition: background-position .1s linear; }

#infoMenu {
  height: 20px;
  color: #f2f2f2;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  padding: 8px 0 8px 0; }

#infoMenu ul {
  padding: 0 40px; }

#infoMenu li a {
  display: block;
  margin: 0 22px 0 0;
  color: #333; }

#infoMenu li a:hover {
  text-decoration: underline; }

#infoMenu li {
  display: inline-block;
  position: relative; }

#examplesList {
  display: none;
  background: #282828;
  border-radius: 6px;
  padding: 20px;
  float: left;
  position: absolute;
  bottom: 29px;
  right: 0;
  width: 638px;
  text-align: left; }

#examplesList ul {
  padding: 0; }

#examplesList ul li {
  display: block;
  margin: 5px 0; }

#examplesList ul li a {
  color: #BDBDBD;
  margin: 0; }

#examplesList ul li a:hover {
  color: #f2f2f2; }

#examplesList .column {
  float: left;
  margin: 0 20px 0 0; }

#examplesList h3 {
  color: #f2f2f2;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 0 5px 0; }

/* Section 1
 * --------------------------------------- */
#section1 h1 {
  color: #444; }

/* Section 2
 * --------------------------------------- */
/* Section 3
 * --------------------------------------- */
/* Section 4
 * --------------------------------------- */
/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
/***********************************/
/*           PRESENTATION          */
/***********************************/
.presentation {
  height: 100%;
  position: relative;
  z-index: 111;
  padding-left: 65px;
  margin-top: -200px; }
  .presentation__to-top {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    left: calc(50% - 120px); }
    .presentation__to-top svg {
      width: 180px; }
    .presentation__to-top svg use {
      fill: #000000; }
    .presentation__to-top:before {
      content: '';
      position: absolute;
      top: -75px;
      left: calc(50% - 5px);
      width: 10px;
      height: 67px;
      background: url(../img/arrow-long.svg) no-repeat center; }
  .presentation__item {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .presentation__content {
    height: 100%;
    padding-top: 65px;
    padding-right: 0;
    padding-left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  .presentation__photo {
    width: 72%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .presentation__photo:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .presentation__photo img {
      width: 100%;
      margin-top: -2px; }
  .presentation__photo.showed {
    -webkit-animation-name: index-photo-show;
    animation-name: index-photo-show;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes index-photo-show {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes index-photo-show {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
  .presentation__info {
    width: 28%;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 150px;
    padding-left: 65px;
    padding-right: 0px;
    opacity: 0;
    visibility: hidden; }
  .presentation__info.showed {
    -webkit-animation-name: index-description-show;
    animation-name: index-description-show;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes index-description-show {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes index-description-show {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
  .presentation__title {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .presentation__title:hover {
      color: #828282; }
  .presentation__description {
    margin-top: 30px; }
    .presentation__description span {
      font-size: 16px;
      font-weight: 300;
      color: #000000;
      text-transform: uppercase; }
  .presentation__action-link {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    margin-top: 130px; }
    .presentation__action-link:hover {
      color: #828282; }

.presentation .intro__projects-outer {
  position: absolute;
  left: -30px;
  top: 25px;
  z-index: 100;
  width: 100%; }

body,
html {
  height: 100%; }

#content-wrapper {
  width: 100%;
  height: 100%; }

.scroll-magic-section {
  height: 100%;
  position: relative; }

.pin {
  overflow: hidden;
  width: 100%; }

.pin h3 {
  margin: -40px 0 0 0;
  position: relative;
  top: 50%;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #EFEFEF; }

.slide-uno {
  z-index: 30;
  background: #FFFFFF;
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.slide-dos {
  z-index: 40;
  background: #FFFFFF;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slide-tres {
  background: #FFFFFF;
  z-index: 50;
  -webkit-transform: translateX(200%);
  transform: translateX(200%); }

.slide-quatro {
  z-index: 60;
  background: #FFFFFF;
  -webkit-transform: translateX(300%);
  transform: translateX(300%); }

.slide-sinco {
  z-index: 70;
  background: #FFFFFF;
  -webkit-transform: translateX(400%);
  transform: translateX(400%); }

.slide-seis {
  z-index: 80;
  background: #FFFFFF;
  -webkit-transform: translateX(500%);
  transform: translateX(500%); }

.slide-siete {
  z-index: 90;
  background: #FFFFFF;
  -webkit-transform: translateX(600%);
  transform: translateX(600%); }

.slide-scroll {
  -webkit-transition: 1s;
  transition: 1s; }
  .slide-scroll .intro__projects-outer {
    background: #FFFFFF; }

/***********************************/
/*           PROJECTS-COLLECTION          */
/***********************************/
.projects-collection {
  position: relative; }

.nav-panel {
  position: fixed;
  top: 0;
  left: 50%; }

section.one-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #EFEFEF; }

.full-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500vw;
  max-height: 100%;
  overflow: hidden;
  height: 90vh;
  margin-top: 10vh; }

.blue {
  background-color: #3883d8; }

.red {
  background-color: #cf3535; }

.orange {
  background-color: #ea6300; }

/***********************************/
/*           ABOUT          */
/***********************************/
.about__list {
  margin-top: 15px;
  margin-left: -3.7vw; }
  .about__list:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }

.about__item {
  width: 15.5%;
  margin-left: 3.7vw;
  margin-bottom: 30px;
  float: left; }

.about__pic {
  width: 100%;
  height: 13vw;
  margin-bottom: 12px;
  overflow: hidden; }
  .about__pic img {
    width: 100%;
    min-height: 100%; }

.about__name {
  font-size: 16px;
  font-weight: 300;
  color: #651FFF;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px; }

.about__position {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px; }

.about__info {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about__info p {
    max-width: 320px; }

.about__image-outer {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.about__image {
  width: 200px; }
  .about__image img {
    max-width: 100%; }

.about__text {
  width: 60%; }

.about__topic-title {
  font-size: 32px;
  font-weight: 300;
  color: #651FFF;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px; }

.about-new {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 60px; }
  .about-new__block {
    padding-bottom: 20px; }
    .about-new__block:nth-of-type(1) {
      border-bottom: 1px solid #B5BBBF; }
    .about-new__block:nth-of-type(2) {
      width: calc(100% - 250px); }
    .about-new__block:last-of-type {
      padding-bottom: 80px;
      margin-top: -30px; }
    .about-new__block span {
      font-size: 30px;
      font-weight: 300;
      color: #000000;
      line-height: 42px;
      text-transform: uppercase;
      display: block;
      margin-top: 60px; }
  .about-new__content-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .about-new__content {
    max-width: 360px;
    padding-top: 15px;
    padding-right: 15px; }
    .about-new__content p {
      font-size: 16px;
      font-weight: 300;
      line-height: 28px;
      color: #000000; }
    .about-new__content a {
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      .about-new__content a svg {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        width: 124px; }
        .about-new__content a svg polygon {
          -webkit-transition: 0.6s;
          transition: 0.6s;
          fill: #B5BBBF; }
        .about-new__content a svg path {
          -webkit-transition: 0.6s;
          transition: 0.6s;
          fill: #B5BBBF; }
        .about-new__content a svg rect {
          -webkit-transition: 0.6s;
          transition: 0.6s;
          fill: #B5BBBF; }
        .about-new__content a svg:hover polygon {
          fill: #000000; }
        .about-new__content a svg:hover path {
          fill: #000000; }
        .about-new__content a svg:hover rect {
          fill: #000000; }

.send-mail-input {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
  width: 175px;
  height: 45px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
  display: none; }

.send-mail-input::-webkit-input-placeholder {
  color: #000000; }

.send-mail-input::-moz-placeholder {
  color: #000000; }

.send-mail-input:-moz-placeholder {
  color: #000000; }

.send-mail-input:-ms-input-placeholder {
  color: #000000; }

.send-mail-input:focus::-webkit-input-placeholder {
  color: transparent; }

.send-mail-input:focus:-moz-placeholder {
  color: transparent; }

.send-mail-input:focus::-moz-placeholder {
  color: transparent; }

.send-mail-input:focus:-ms-input-placeholder {
  color: transparent; }

.send-mail-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  display: none; }

.about-new__team-list {
  font-family: monospace;
  letter-spacing: -.65em;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: left;
  display: block; }

.about-new__team-item {
  font-family: Serif;
  letter-spacing: normal;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 65px;
  position: relative;
  float: none;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(20% - 40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px); }

.about-new__team-pic {
  height: 210px; }
  .about-new__team-pic img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.about-new__team-title {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin-left: -10px; }

/***********************************/
/*           SERVICES        */
/***********************************/
.services {
  padding-top: 100px;
  padding-bottom: 30px; }
  .services__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px; }
  .services__list {
    width: 67%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .services__list.visible {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: services-show;
    animation-name: services-show;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes services-show {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes services-show {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  .services__item {
    padding-bottom: 30px;
    padding-left: 56%;
    border: 1px solid transparent;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .services__item h2 {
      font-size: 30px;
      color: #000000;
      margin-top: 15px;
      margin-bottom: 15px; }
    .services__item:hover .services__item-hover-fix {
      opacity: 1;
      pointer-events: all; }
    .services__item:hover h2 {
      color: #828282; }
    .services__item:hover a {
      color: #FEFEFE; }
    .services__item a {
      font-size: 16px;
      font-weight: 300;
      color: #000000;
      line-height: 22px;
      text-transform: uppercase;
      margin-top: 5px;
      margin-bottom: 5px;
      display: block;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      .services__item a:hover {
        color: #651FFF; }
    .services__item .js-tab-service-active {
      color: #651FFF; }
  .services__item-hover-fix {
    position: absolute;
    z-index: -1;
    top: -3px;
    right: 0;
    width: 100%;
    height: calc(100% + 3px);
    background: #000000;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    pointer-events: none; }
  .services__item-line {
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background: #B5BBBF; }
  .services__details {
    width: 33%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .services__details-close-btn {
    display: none; }
  .services__details.visible {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: services-details-show;
    animation-name: services-details-show;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes services-details-show {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes services-details-show {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  .services__details-item {
    display: none;
    max-width: 340px;
    margin-top: 100px;
    margin-left: 50px;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .services .service-show {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: block-down;
    animation-name: block-down;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes block-down {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes block-down {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
  .services__details-title {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase; }
  .services__details-content {
    font-size: 16px;
    font-weight: 300;
    color: #828282;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 35px; }

.serv {
  padding-top: 100px; }

/***********************************/
/*          SINGLE SERVICE       */
/***********************************/
.single-service .flex-outer-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.single-service h1.long {
  font-size: 28px;
  top: -58px; }

.single-service__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px; }

.single-service__item {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.single-service__item-outer-link {
  position: absolute;
  top: -20px;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase; }
  .single-service__item-outer-link:hover {
    color: #651FFF; }

.single-service__item-pic {
  padding-top: 50px;
  padding-bottom: 70px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.single-service__item-pic-outer {
  position: relative; }
  .single-service__item-pic-outer .mobile-inner-container {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px); }
    .single-service__item-pic-outer .mobile-inner-container .circle-1 {
      position: absolute;
      top: 16%;
      right: 10%;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid #2FD4A2;
      -webkit-animation: circle-1 5s ease-in-out infinite alternate;
      animation: circle-1 5s ease-in-out infinite alternate; }

@-webkit-keyframes circle-1 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(-40px, -10px);
    transform: translate(-40px, -10px); } }

@keyframes circle-1 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(-40px, -10px);
    transform: translate(-40px, -10px); } }
    .single-service__item-pic-outer .mobile-inner-container .circle-2 {
      position: absolute;
      top: 26%;
      right: 50%;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid #651FFF;
      -webkit-animation: circle-2 4s ease-in-out infinite alternate;
      animation: circle-2 4s ease-in-out infinite alternate; }

@-webkit-keyframes circle-2 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px); } }

@keyframes circle-2 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px); } }
    .single-service__item-pic-outer .mobile-inner-container .circle-3 {
      position: absolute;
      top: 32%;
      right: 10%;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 2px solid #651FFF;
      -webkit-animation: circle-3 4s ease-in-out infinite alternate;
      animation: circle-3 4s ease-in-out infinite alternate; }

@-webkit-keyframes circle-3 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px); } }

@keyframes circle-3 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px); } }
    .single-service__item-pic-outer .mobile-inner-container .circle-4 {
      position: absolute;
      top: 50%;
      right: 50%;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid #2FD4A2;
      -webkit-animation: circle-4 3s ease-in-out infinite alternate;
      animation: circle-4 3s ease-in-out infinite alternate; }

@-webkit-keyframes circle-4 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(-15px, 10px);
    transform: translate(-15px, 10px); } }

@keyframes circle-4 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(-15px, 10px);
    transform: translate(-15px, 10px); } }
    .single-service__item-pic-outer .mobile-inner-container .circle-5 {
      position: absolute;
      top: 58%;
      right: 15%;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid #2FD4A2;
      -webkit-animation: circle-5 5s linear infinite alternate;
      animation: circle-5 5s linear infinite alternate; }

@-webkit-keyframes circle-5 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(16px, 50px);
    transform: translate(16px, 50px); } }

@keyframes circle-5 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(16px, 50px);
    transform: translate(16px, 50px); } }
    .single-service__item-pic-outer .mobile-inner-container .circle-6 {
      position: absolute;
      bottom: 0%;
      right: 5%;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #2FD4A2;
      -webkit-animation: circle-6 5s ease-out infinite alternate;
      animation: circle-6 5s ease-out infinite alternate; }

@-webkit-keyframes circle-6 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(-44px, 0px);
    transform: translate(-44px, 0px); } }

@keyframes circle-6 {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  to {
    -webkit-transform: translate(-44px, 0px);
    transform: translate(-44px, 0px); } }
  .single-service__item-pic-outer .corporative-inner-container {
    position: absolute;
    top: 10%;
    right: 5%;
    bottom: 10%;
    left: 5%;
    width: 90%;
    height: 80%; }
    .single-service__item-pic-outer .corporative-inner-container .line-1 {
      position: absolute;
      top: 10%;
      left: 7.5%;
      width: 27.5%;
      height: 3%;
      border-radius: 5px;
      background: #651FFF; }
      .single-service__item-pic-outer .corporative-inner-container .line-1:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #651FFF;
        border-radius: 5px;
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
        -webkit-animation: line-1 2.5s ease-in infinite alternate;
        animation: line-1 2.5s ease-in infinite alternate; }

@-webkit-keyframes line-1 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes line-1 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .corporative-inner-container .line-2 {
      position: absolute;
      top: 18%;
      left: 7.5%;
      width: 32.5%;
      height: 2.66%;
      border-radius: 5px;
      background: #2FD4A2; }
      .single-service__item-pic-outer .corporative-inner-container .line-2:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 5px;
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
        -webkit-animation: line2 2.5s ease-in infinite alternate;
        animation: line2 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }

@-webkit-keyframes line2 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes line2 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .corporative-inner-container .line-3 {
      position: absolute;
      top: 26%;
      left: 7.5%;
      width: 32.5%;
      height: 2.66%;
      border-radius: 5px;
      background: #2FD4A2; }
      .single-service__item-pic-outer .corporative-inner-container .line-3:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 5px;
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
        -webkit-animation: line3 2.5s ease-in infinite alternate;
        animation: line3 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }

@-webkit-keyframes line3 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes line3 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .corporative-inner-container .line-4 {
      position: absolute;
      top: 34%;
      left: 7.5%;
      width: 32.5%;
      height: 2.66%;
      border-radius: 5px;
      background: #2FD4A2; }
      .single-service__item-pic-outer .corporative-inner-container .line-4:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 5px;
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
        -webkit-animation: line4 2.5s ease-in infinite alternate;
        animation: line4 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }

@-webkit-keyframes line4 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes line4 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .corporative-inner-container .line-5 {
      position: absolute;
      top: 42%;
      left: 7.5%;
      width: 32.5%;
      height: 2.66%;
      border-radius: 5px;
      background: #2FD4A2; }
      .single-service__item-pic-outer .corporative-inner-container .line-5:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 5px;
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
        -webkit-animation: line5 2.5s ease-in infinite alternate;
        animation: line5 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }

@-webkit-keyframes line5 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes line5 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .corporative-inner-container .line-6 {
      position: absolute;
      top: 18%;
      left: 55%;
      width: 25%;
      height: 2.66%;
      border-radius: 5px;
      background: #2FD4A2; }
      .single-service__item-pic-outer .corporative-inner-container .line-6:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 5px;
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
        -webkit-animation: line5 2.5s ease-in infinite alternate;
        animation: line5 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }

@-webkit-keyframes line6 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes line6 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .corporative-inner-container .line-7 {
      position: absolute;
      top: 26%;
      left: 55%;
      width: 25%;
      height: 2.66%;
      border-radius: 5px;
      background: #2FD4A2; }
      .single-service__item-pic-outer .corporative-inner-container .line-7:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 5px;
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
        -webkit-animation: line7 2.5s ease-in infinite alternate;
        animation: line7 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }

@-webkit-keyframes line7 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes line7 {
  from {
    -webkit-transform: translateX(33%);
    transform: translateX(33%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .corporative-inner-container .screen-1 {
      position: absolute;
      top: 50%;
      left: 7.5%;
      width: 25.83%;
      height: 37.5%;
      border: 2.5px solid #2FD4A2;
      border-radius: 5px; }
    .single-service__item-pic-outer .corporative-inner-container .screen-2 {
      position: absolute;
      top: 50%;
      left: 37.08%;
      width: 25.83%;
      height: 37.5%;
      border: 2.5px solid #2FD4A2;
      border-radius: 5px; }
    .single-service__item-pic-outer .corporative-inner-container .screen-3 {
      position: absolute;
      top: 50%;
      left: 66.66%;
      width: 25.83%;
      height: 37.5%;
      border: 2.5px solid #2FD4A2;
      border-radius: 5px; }
    .single-service__item-pic-outer .corporative-inner-container .highlight {
      -webkit-transition: 0.6s;
      transition: 0.6s;
      border: 5px solid #651FFF; }
    .single-service__item-pic-outer .corporative-inner-container .under-screen-1 {
      position: absolute;
      top: 95.5%;
      left: 7.5%;
      width: 25.83%;
      height: 6.25px;
      background: transparent;
      border-radius: 6.25px; }
      .single-service__item-pic-outer .corporative-inner-container .under-screen-1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background: #651FFF;
        border-radius: 6.25px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-animation: under-screen-1-before 2.5s ease-in infinite alternate;
        animation: under-screen-1-before 2.5s ease-in infinite alternate; }

@-webkit-keyframes under-screen-1-before {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(15%);
    transform: translateX(15%); } }

@keyframes under-screen-1-before {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(15%);
    transform: translateX(15%); } }
      .single-service__item-pic-outer .corporative-inner-container .under-screen-1:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 75%;
        height: 100%;
        background: #651FFF;
        border-radius: 6.25px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: under-screen-1-after 2.5s ease-in infinite alternate;
        animation: under-screen-1-after 2.5s ease-in infinite alternate; }

@-webkit-keyframes under-screen-1-after {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%); } }

@keyframes under-screen-1-after {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%); } }
    .single-service__item-pic-outer .corporative-inner-container .under-screen-2 {
      position: absolute;
      top: 95.5%;
      left: 37.08%;
      width: 25.83%;
      height: 6.25px;
      background: transparent;
      border-radius: 6.25px; }
      .single-service__item-pic-outer .corporative-inner-container .under-screen-2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background: #651FFF;
        border-radius: 6.25px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-animation: under-screen-2-before 2.5s ease-in infinite alternate;
        animation: under-screen-2-before 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }

@-webkit-keyframes under-screen-2-before {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(15%);
    transform: translateX(15%); } }

@keyframes under-screen-2-before {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(15%);
    transform: translateX(15%); } }
      .single-service__item-pic-outer .corporative-inner-container .under-screen-2:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 75%;
        height: 100%;
        background: #651FFF;
        border-radius: 6.25px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: under-screen-2-after 2.5s ease-in infinite alternate;
        animation: under-screen-2-after 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }

@-webkit-keyframes under-screen-2-after {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%); } }

@keyframes under-screen-2-after {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%); } }
    .single-service__item-pic-outer .corporative-inner-container .under-screen-3 {
      position: absolute;
      top: 95.5%;
      left: 66.66%;
      width: 25.83%;
      height: 6.25px;
      background: transparent;
      border-radius: 6.25px; }
      .single-service__item-pic-outer .corporative-inner-container .under-screen-3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background: #651FFF;
        border-radius: 6.25px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-animation: under-screen-3-before 2.5s ease-in infinite alternate;
        animation: under-screen-3-before 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }

@-webkit-keyframes under-screen-3-before {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(15%);
    transform: translateX(15%); } }

@keyframes under-screen-3-before {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(15%);
    transform: translateX(15%); } }
      .single-service__item-pic-outer .corporative-inner-container .under-screen-3:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 75%;
        height: 100%;
        background: #651FFF;
        border-radius: 6.25px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: under-screen-1-after 2.5s ease-in infinite alternate;
        animation: under-screen-1-after 2.5s ease-in infinite alternate;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }

@-webkit-keyframes under-screen-1-after {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%); } }

@keyframes under-screen-1-after {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%); } }
  .single-service__item-pic-outer .ar-vr #Vector_10 path, .single-service__item-pic-outer .ar-vr #Vector_11 path, .single-service__item-pic-outer .ar-vr #Vector_12 path, .single-service__item-pic-outer .ar-vr #Vector_13 path {
    display: none; }
  .single-service__item-pic-outer .arvr-inner-container {
    position: absolute;
    right: 18.5%;
    bottom: 10%;
    left: 18.5%;
    width: 63%;
    height: 32.5%; }
    .single-service__item-pic-outer .arvr-inner-container .rotate-line-1 {
      position: absolute;
      bottom: 47%;
      left: 0%;
      width: 38%;
      height: 4px;
      background: #2FD4A2;
      border-radius: 4px;
      -webkit-transform: rotate(-44deg);
      transform: rotate(-44deg); }
      .single-service__item-pic-outer .arvr-inner-container .rotate-line-1:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 4px;
        -webkit-transform: translateX(-48%);
        transform: translateX(-48%);
        -webkit-animation: rotate-line-1-bottom 2.5s linear infinite alternate;
        animation: rotate-line-1-bottom 2.5s linear infinite alternate; }

@-webkit-keyframes rotate-line-1-bottom {
  from {
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes rotate-line-1-bottom {
  from {
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
      .single-service__item-pic-outer .arvr-inner-container .rotate-line-1:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 4px;
        -webkit-transform: translateX(48%);
        transform: translateX(48%);
        -webkit-animation: rotate-line-1-top 2.5s linear infinite alternate;
        animation: rotate-line-1-top 2.5s linear infinite alternate; }

@-webkit-keyframes rotate-line-1-top {
  from {
    -webkit-transform: translateX(48%);
    transform: translateX(48%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes rotate-line-1-top {
  from {
    -webkit-transform: translateX(48%);
    transform: translateX(48%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .arvr-inner-container .rotate-line-2 {
      position: absolute;
      bottom: 24%;
      left: 21%;
      width: 17%;
      height: 4px;
      background: #2FD4A2;
      border-radius: 4px;
      -webkit-transform: rotate(-44deg);
      transform: rotate(-44deg); }
      .single-service__item-pic-outer .arvr-inner-container .rotate-line-2:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 4px;
        -webkit-transform: translateX(-65%);
        transform: translateX(-65%);
        -webkit-animation: rotate-line-2-bottom 2.5s linear infinite alternate;
        animation: rotate-line-2-bottom 2.5s linear infinite alternate; }

@-webkit-keyframes rotate-line-2-bottom {
  from {
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes rotate-line-2-bottom {
  from {
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
      .single-service__item-pic-outer .arvr-inner-container .rotate-line-2:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 4px;
        -webkit-transform: translateX(65%);
        transform: translateX(65%);
        -webkit-animation: rotate-line-2-top 2.5s linear infinite alternate;
        animation: rotate-line-2-top 2.5s linear infinite alternate; }

@-webkit-keyframes rotate-line-2-top {
  from {
    -webkit-transform: translateX(65%);
    transform: translateX(65%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes rotate-line-2-top {
  from {
    -webkit-transform: translateX(65%);
    transform: translateX(65%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .arvr-inner-container .rotate-line-3 {
      position: absolute;
      bottom: 43%;
      right: 4%;
      width: 38%;
      height: 4px;
      background: #2FD4A2;
      border-radius: 4px;
      -webkit-transform: rotate(-44deg);
      transform: rotate(-44deg); }
      .single-service__item-pic-outer .arvr-inner-container .rotate-line-3:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 4px;
        -webkit-transform: translateX(-48%);
        transform: translateX(-48%);
        -webkit-animation: rotate-line-3-bottom 2.5s linear infinite alternate;
        animation: rotate-line-3-bottom 2.5s linear infinite alternate; }

@-webkit-keyframes rotate-line-3-bottom {
  from {
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes rotate-line-3-bottom {
  from {
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
      .single-service__item-pic-outer .arvr-inner-container .rotate-line-3:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 4px;
        -webkit-transform: translateX(48%);
        transform: translateX(48%);
        -webkit-animation: rotate-line-3-top 2.5s linear infinite alternate;
        animation: rotate-line-3-top 2.5s linear infinite alternate; }

@-webkit-keyframes rotate-line-3-top {
  from {
    -webkit-transform: translateX(48%);
    transform: translateX(48%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes rotate-line-3-top {
  from {
    -webkit-transform: translateX(48%);
    transform: translateX(48%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .arvr-inner-container .rotate-line-4 {
      position: absolute;
      bottom: 26%;
      right: 1%;
      width: 18%;
      height: 4px;
      background: #2FD4A2;
      border-radius: 4px;
      -webkit-transform: rotate(-44deg);
      transform: rotate(-44deg); }
      .single-service__item-pic-outer .arvr-inner-container .rotate-line-4:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 4px;
        -webkit-transform: translateX(-65%);
        transform: translateX(-65%);
        -webkit-animation: rotate-line-4-bottom 2.5s linear infinite alternate;
        animation: rotate-line-4-bottom 2.5s linear infinite alternate; }

@-webkit-keyframes rotate-line-4-bottom {
  from {
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes rotate-line-4-bottom {
  from {
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
      .single-service__item-pic-outer .arvr-inner-container .rotate-line-4:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 4px;
        -webkit-transform: translateX(55%);
        transform: translateX(55%);
        -webkit-animation: rotate-line-2-top 2.5s linear infinite alternate;
        animation: rotate-line-2-top 2.5s linear infinite alternate; }

@-webkit-keyframes rotate-line-2-top {
  from {
    -webkit-transform: translateX(55%);
    transform: translateX(55%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes rotate-line-2-top {
  from {
    -webkit-transform: translateX(55%);
    transform: translateX(55%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
  .single-service__item-pic-outer .seo-promotion-inner-container {
    position: absolute;
    top: 0;
    left: 14%;
    width: 77%;
    height: 97%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .single-service__item-pic-outer .seo-promotion-inner-container .block {
      border-radius: 2px;
      margin-bottom: 0.05%; }
    .single-service__item-pic-outer .seo-promotion-inner-container .block-1 {
      width: 18%;
      height: 10%;
      border: 2px solid #651FFF;
      -webkit-animation: block-1 3s linear infinite alternate;
      animation: block-1 3s linear infinite alternate; }

@-webkit-keyframes block-1 {
  from {
    height: 10%; }
  to {
    height: 38%; } }

@keyframes block-1 {
  from {
    height: 10%; }
  to {
    height: 38%; } }
    .single-service__item-pic-outer .seo-promotion-inner-container .block-2 {
      width: 18%;
      height: 25%;
      border: 2px solid #651FFF;
      -webkit-animation: block-2 4s linear infinite alternate;
      animation: block-2 4s linear infinite alternate;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }

@-webkit-keyframes block-2 {
  from {
    height: 25%; }
  to {
    height: 50%; } }

@keyframes block-2 {
  from {
    height: 25%; }
  to {
    height: 50%; } }
    .single-service__item-pic-outer .seo-promotion-inner-container .block-3 {
      width: 18%;
      height: 15%;
      border: 2px solid #2FD4A2;
      -webkit-animation: block-3 3s linear infinite alternate;
      animation: block-3 3s linear infinite alternate; }

@-webkit-keyframes block-3 {
  from {
    height: 15%; }
  to {
    height: 40%; } }

@keyframes block-3 {
  from {
    height: 15%; }
  to {
    height: 40%; } }
    .single-service__item-pic-outer .seo-promotion-inner-container .block-4 {
      width: 18%;
      height: 20%;
      border: 2px solid #2FD4A2;
      -webkit-animation: block-4 4s linear infinite alternate;
      animation: block-4 4s linear infinite alternate; }

@-webkit-keyframes block-4 {
  from {
    height: 20%; }
  to {
    height: 45%; } }

@keyframes block-4 {
  from {
    height: 20%; }
  to {
    height: 45%; } }
    .single-service__item-pic-outer .seo-promotion-inner-container .block-5 {
      width: 18%;
      height: 30%;
      border: 2px solid #2FD4A2;
      -webkit-animation: block-5 4.5s linear infinite alternate;
      animation: block-5 4.5s linear infinite alternate; }

@-webkit-keyframes block-5 {
  from {
    height: 30%; }
  to {
    height: 70%; } }

@keyframes block-5 {
  from {
    height: 30%; }
  to {
    height: 70%; } }
  .single-service__item-pic-outer .push-button {
    -webkit-transition: 0.01s;
    transition: 0.01s; }
  .single-service__item-pic-outer .selected {
    stroke: #651FFF; }
  .single-service__item-pic-outer .selected-additional {
    stroke: #651FFF; }
  .single-service__item-pic-outer .photovideo-inner-container {
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 97%;
    height: 50%;
    padding: 12% 12%; }
    .single-service__item-pic-outer .photovideo-inner-container .el-1 {
      width: 60%;
      height: 5px;
      border-radius: 5px;
      background: #2FD4A2;
      margin-left: 20%;
      margin-right: 20%;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      position: relative; }
      .single-service__item-pic-outer .photovideo-inner-container .el-1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #2FD4A2;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
        -webkit-animation: el-1-left 4s linear infinite alternate;
        animation: el-1-left 4s linear infinite alternate; }

@-webkit-keyframes el-1-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); } }

@keyframes el-1-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); } }
      .single-service__item-pic-outer .photovideo-inner-container .el-1:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #2FD4A2;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
        -webkit-animation: el-1-right 4s linear infinite alternate;
        animation: el-1-right 4s linear infinite alternate; }

@-webkit-keyframes el-1-right {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(40%);
    transform: translateX(40%); } }

@keyframes el-1-right {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(40%);
    transform: translateX(40%); } }
    .single-service__item-pic-outer .photovideo-inner-container .el-2 {
      width: 60%;
      height: 5px;
      border-radius: 5px;
      background: #2FD4A2;
      margin-top: 15%;
      margin-left: 20%;
      margin-right: 20%;
      position: relative; }
      .single-service__item-pic-outer .photovideo-inner-container .el-2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #2FD4A2;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
        -webkit-animation: el-2-left 4s linear infinite alternate;
        animation: el-2-left 4s linear infinite alternate; }

@-webkit-keyframes el-2-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); } }

@keyframes el-2-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); } }
      .single-service__item-pic-outer .photovideo-inner-container .el-2:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #2FD4A2;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
        -webkit-animation: el-2-right 4s linear infinite alternate;
        animation: el-2-right 4s linear infinite alternate; }

@-webkit-keyframes el-2-right {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(40%);
    transform: translateX(40%); } }

@keyframes el-2-right {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(40%);
    transform: translateX(40%); } }
    .single-service__item-pic-outer .photovideo-inner-container .el-3 {
      width: 10%;
      height: 5px;
      border-radius: 5px;
      background: #2FD4A2;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-top: 3%;
      margin-left: 23%;
      position: relative; }
      .single-service__item-pic-outer .photovideo-inner-container .el-3:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 5px;
        -webkit-transform: translateX(90%);
        transform: translateX(90%);
        -webkit-animation: el-3 4s linear infinite alternate;
        animation: el-3 4s linear infinite alternate; }

@-webkit-keyframes el-3 {
  from {
    -webkit-transform: translateX(90%);
    transform: translateX(90%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes el-3 {
  from {
    -webkit-transform: translateX(90%);
    transform: translateX(90%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
    .single-service__item-pic-outer .photovideo-inner-container .el-4 {
      width: 11%;
      height: 5px;
      border-radius: 5px;
      background: #2FD4A2;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-top: -3%;
      margin-left: 65%;
      position: relative; }
      .single-service__item-pic-outer .photovideo-inner-container .el-4:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #2FD4A2;
        border-radius: 5px;
        -webkit-transform: translateX(90%);
        transform: translateX(90%);
        -webkit-animation: el-4 4s linear infinite alternate;
        animation: el-4 4s linear infinite alternate; }

@-webkit-keyframes el-4 {
  from {
    -webkit-transform: translateX(90%);
    transform: translateX(90%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes el-4 {
  from {
    -webkit-transform: translateX(90%);
    transform: translateX(90%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
  .single-service__item-pic-outer .e-commerce-inner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .single-service__item-pic-outer .e-commerce-inner-container .object-hover {
      width: 10px;
      height: 10px;
      position: absolute;
      top: 27%;
      right: 36%; }
    .single-service__item-pic-outer .e-commerce-inner-container .arrow-hover {
      position: absolute;
      top: 44%;
      right: 10%; }
      .single-service__item-pic-outer .e-commerce-inner-container .arrow-hover svg {
        width: 40px;
        height: 40px; }
  .single-service__item-pic-outer .shop-cart #Vector_14 path, .single-service__item-pic-outer .shop-cart #Vector_15 path, .single-service__item-pic-outer .shop-cart #Vector_16 path, .single-service__item-pic-outer .shop-cart #Vector_17 path {
    stroke: #651FFF;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .single-service__item-pic-outer .shop-cart-hovered {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .single-service__item-pic-outer .shop-cart-hovered #Vector_14 path, .single-service__item-pic-outer .shop-cart-hovered #Vector_15 path, .single-service__item-pic-outer .shop-cart-hovered #Vector_16 path, .single-service__item-pic-outer .shop-cart-hovered #Vector_17 path {
      stroke: #2FD4A2;
      -webkit-animation-name: bla;
      animation-name: bla;
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }

@-webkit-keyframes bla {
  0% {
    stroke: #2FD4A2; }
  20% {
    stroke: #2FD4A2; }
  30% {
    stroke: #651FFF; }
  40% {
    stroke: #651FFF; }
  60% {
    stroke: #651FFF; }
  80% {
    stroke: #651FFF; }
  100% {
    stroke: #651FFF; } }

@keyframes bla {
  0% {
    stroke: #2FD4A2; }
  20% {
    stroke: #2FD4A2; }
  30% {
    stroke: #651FFF; }
  40% {
    stroke: #651FFF; }
  60% {
    stroke: #651FFF; }
  80% {
    stroke: #651FFF; }
  100% {
    stroke: #651FFF; } }
  .single-service__item-pic-outer .e-commerce-lighter-1 {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .single-service__item-pic-outer .e-commerce-lighter-1 path {
      -webkit-transition: 0.6s;
      transition: 0.6s;
      fill: #2FD4A2; }
  .single-service__item-pic-outer .e-commerce-lighter-1.changed {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .single-service__item-pic-outer .e-commerce-lighter-1.changed path {
      -webkit-transition: 0.6s;
      transition: 0.6s;
      fill: #651FFF; }
  .single-service__item-pic-outer .e-commerce-lighter-2 {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .single-service__item-pic-outer .e-commerce-lighter-2 path {
      -webkit-transition: 0.6s;
      transition: 0.6s;
      fill: #651FFF; }
  .single-service__item-pic-outer .e-commerce-lighter-2.changed {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .single-service__item-pic-outer .e-commerce-lighter-2.changed path {
      -webkit-transition: 0.6s;
      transition: 0.6s;
      fill: #2FD4A2; }

.single-service .dcs-change-color-1 path {
  stroke: #651FFF;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  fill: #651FFF; }

.single-service .dcs-change-color-1.changed path {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  fill: transparent;
  stroke: #651FFF;
  stroke-width: 2; }

.single-service .dcs-change-color-2 path {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  stroke: #2FD4A2; }

.single-service .dcs-change-color-2.changed path {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  stroke: #2FD4A2;
  fill: #2FD4A2; }

.single-service__item-title {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .single-service__item-title:hover {
    color: #B5BBBF; }

.single-service__item-pic-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-service__item-pic-outer a {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase; }
    .single-service__item-pic-outer a:hover {
      color: #B5BBBF; }

.single-service__item-pic-list {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-service__item-pic-item {
  width: 94px;
  height: 100px;
  margin-left: 20px;
  outline: 5px solid transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .single-service__item-pic-item:first-child {
    margin-left: 0; }
  .single-service__item-pic-item img {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    max-height: 100%;
    margin: auto; }
  .single-service__item-pic-item:hover {
    outline: 5px solid #2FD4A2; }

.single-service__item-pic-item.active {
  outline: 5px solid #2FD4A2; }

.single-service__item-pic-link {
  display: block; }

.single-service__info {
  width: 60%;
  position: relative; }

.single-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 205px;
  overflow: hidden; }

.single-service__content.opened {
  height: auto;
  overflow: visible;
  -webkit-animation-name: expandBlock;
  animation-name: expandBlock;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes expandBlock {
  0% {
    overflow: hidden; }
  100% {
    overflow: visible; } }

@keyframes expandBlock {
  0% {
    overflow: hidden; }
  100% {
    overflow: visible; } }

.single-service__content-block {
  width: 50%;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .single-service__content-block:after {
    content: '';
    display: block;
    clear: both; }
  .single-service__content-block p {
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px; }

.single-service__content-expand {
  font-size: 16px;
  font-weight: 300;
  color: #B5BBBF;
  position: absolute;
  z-index: 50;
  top: 280px;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer; }

.single-service__btn {
  min-width: 230px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: right; }

.single-service-new__content {
  padding-top: 50px; }

.single-service-new__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-service-new__long-block {
  width: 60%; }

.single-service-new__pic-outer img {
  max-width: 100%; }

.single-service-new__short-block {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 75px; }

.single-service-new__subtitle {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.single-service-new__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  text-align: center; }

.single-service-new__title {
  font-size: 29px;
  font-weight: 300;
  line-height: 40px;
  color: #000000;
  text-transform: uppercase; }

.single-service-new__col-outer {
  margin-top: 65px;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-service-new__col {
  width: 50%;
  padding-right: 75px; }
  .single-service-new__col p {
    margin-top: 0;
    margin-bottom: 15px; }

.single-service-new__more-block-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 75px;
  margin-bottom: 75px; }

/***********************************/
/*          ALL PROJECTS       */
/***********************************/
.projects__load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0; }
  .projects__load .js-btn-load-projects {
    opacity: 0;
    visibility: hidden; }

.outer-grid {
  display: none; }

.outer-no-grid {
  display: block;
  display: none; }
  .outer-no-grid .projects__list {
    max-width: calc(100% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .outer-no-grid .projects__list-item {
    width: calc(25% - 20px);
    height: 205px;
    margin: 10px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    position: relative;
    overflow: hidden; }
    .outer-no-grid .projects__list-item:before {
      content: '';
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
    .outer-no-grid .projects__list-item:hover .grid-description {
      -webkit-transition: 0.6s;
      transition: 0.6s;
      opacity: 1; }
    .outer-no-grid .projects__list-item:hover:before {
      background: rgba(0, 0, 0, 0.4); }
    .outer-no-grid .projects__list-item img {
      position: absolute;
      top: -100%;
      right: -100%;
      bottom: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      height: 100%; }
    .outer-no-grid .projects__list-item .grid-description {
      z-index: 20;
      opacity: 0;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      position: absolute;
      top: 0;
      right: 0;
      width: 180px;
      height: 100%;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .outer-no-grid .projects__list-item .grid-description__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        color: #FEFEFE;
        text-transform: uppercase; }
      .outer-no-grid .projects__list-item .grid-description__subtitle {
        font-size: 16px;
        font-weight: 300;
        color: #FEFEFE;
        text-transform: uppercase;
        margin-top: 15px; }

.projects {
  padding-top: 100px; }
  .projects__one-prjct-container {
    margin-top: 90px;
    margin-bottom: 100px; }
  .projects__one-prjct-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .projects__one-prjct-item-pic {
    width: 56%;
    height: 430px;
    position: relative;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .projects__one-prjct-item-pic:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .projects__one-prjct-item-pic img {
      max-width: 100%; }
  .projects__one-prjct-item-text {
    width: 44%;
    height: 430px;
    padding-left: 85px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .projects__one-prjct-item-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 50px;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .projects__one-prjct-item-title:hover {
      color: #B5BBBF; }
  .projects__one-prjct-item-description span {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase; }
  .projects__double-prjct-container {
    margin-bottom: 90px; }
  .projects__double-prjct-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .projects__double-prjct-item-small {
    width: 37%;
    padding-top: 25px; }
  .projects__double-prjct-item-small-text {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .projects__double-prjct-item-small-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .projects__double-prjct-item-small-title:hover {
      color: #B5BBBF; }
  .projects__double-prjct-item-small-description {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase; }
  .projects__double-prjct-item-small-pic {
    height: 240px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .projects__double-prjct-item-small-pic:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .projects__double-prjct-item-small-pic img {
      max-width: 100%; }
  .projects__double-prjct-item-big {
    width: 63%;
    margin-left: 85px; }
  .projects__double-prjct-item-big-pic {
    height: 425px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .projects__double-prjct-item-big-pic:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .projects__double-prjct-item-big-pic img {
      max-width: 100%; }
  .projects__double-prjct-item-big-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .projects__double-prjct-item-big-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .projects__double-prjct-item-big-title:hover {
      color: #B5BBBF; }
  .projects__double-prjct-item-big-description {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    margin-top: 10px; }
  .projects__more-link-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px; }
  .projects__more-link {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase; }
    .projects__more-link:hover {
      color: #B5BBBF; }

@supports (display: grid) {
  .outer-no-grid {
    display: none; }
  .outer-grid {
    display: block;
    display: none; }
    .outer-grid .projects__list {
      max-width: 100%;
      display: grid;
      grid-gap: 15px;
      grid-template-columns: 29.75% 18.75% 17% 11% 19%;
      grid-template-rows: calc(5.75vw + 5.75vh) calc(5.75vw + 5.75vh) calc(8.75vw + 8.75vh) calc(8.75vw + 8.75vh); }
    .outer-grid .projects__list-item {
      -webkit-transition: 0.9s;
      transition: 0.9s;
      position: relative;
      overflow: hidden;
      display: block;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scale(0.99);
      transform: scale(0.99); }
      .outer-grid .projects__list-item:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        -webkit-transition: 0.6s;
        transition: 0.6s; }
      .outer-grid .projects__list-item img {
        position: absolute;
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
        margin: auto;
        min-width: 100%; }
      .outer-grid .projects__list-item .grid-description {
        z-index: 20;
        opacity: 0;
        -webkit-transition: 0.6s;
        transition: 0.6s; }
      .outer-grid .projects__list-item:hover .grid-description {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        opacity: 1; }
      .outer-grid .projects__list-item:hover:before {
        background: rgba(0, 0, 0, 0.4); }
    .outer-grid .projects__list-item-1 {
      -ms-grid-column: 1 / 3;
      -ms-grid-row: 1 / 3;
      grid-column: 1 / 3;
      grid-row: 1 / 3;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      .outer-grid .projects__list-item-1 .grid-description {
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        height: 100%;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .outer-grid .projects__list-item-1 .grid-description__title {
          font-size: 32px;
          font-weight: 700;
          line-height: 38px;
          color: #FEFEFE;
          text-transform: uppercase; }
        .outer-grid .projects__list-item-1 .grid-description__subtitle {
          font-size: 16px;
          font-weight: 300;
          color: #FEFEFE;
          text-transform: uppercase;
          margin-top: 15px; }
    .outer-grid .projects__list-item-2 {
      -ms-grid-column: 3 / 5;
      grid-column: 3 / 5; }
      .outer-grid .projects__list-item-2 .grid-description {
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 100%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .outer-grid .projects__list-item-2 .grid-description__title {
          font-size: 16px;
          font-weight: 700;
          line-height: 22px;
          color: #FEFEFE;
          text-transform: uppercase; }
        .outer-grid .projects__list-item-2 .grid-description__subtitle {
          font-size: 12px;
          font-weight: 300;
          color: #FEFEFE;
          text-transform: uppercase;
          margin-top: 15px; }
    .outer-grid .projects__list-item-3 .grid-description {
      position: absolute;
      top: 0;
      right: 0;
      width: 180px;
      height: 100%;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .outer-grid .projects__list-item-3 .grid-description__title {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #FEFEFE;
        text-transform: uppercase; }
      .outer-grid .projects__list-item-3 .grid-description__subtitle {
        font-size: 12px;
        font-weight: 300;
        color: #FEFEFE;
        text-transform: uppercase;
        margin-top: 15px; }
    .outer-grid .projects__list-item-4 {
      -ms-grid-column: 3 / 5;
      grid-column: 3 / 5; }
      .outer-grid .projects__list-item-4 .grid-description {
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        height: 100%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .outer-grid .projects__list-item-4 .grid-description__title {
          font-size: 16px;
          font-weight: 700;
          line-height: 22px;
          color: #FEFEFE;
          text-transform: uppercase; }
        .outer-grid .projects__list-item-4 .grid-description__subtitle {
          font-size: 12px;
          font-weight: 300;
          color: #FEFEFE;
          text-transform: uppercase;
          margin-top: 15px; }
    .outer-grid .projects__list-item-5 {
      -ms-grid-row: 2 / 4;
      -ms-grid-column: 5 /5;
      grid-row: 2 / 4;
      grid-column: 5 /5; }
      .outer-grid .projects__list-item-5 .grid-description {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .outer-grid .projects__list-item-5 .grid-description__title {
          font-size: 16px;
          font-weight: 700;
          line-height: 22px;
          color: #FEFEFE;
          text-transform: uppercase; }
        .outer-grid .projects__list-item-5 .grid-description__subtitle {
          font-size: 12px;
          font-weight: 300;
          color: #FEFEFE;
          text-transform: uppercase;
          margin-top: 15px; }
    .outer-grid .projects__list-item-6 {
      -ms-grid-row: 3 / 5;
      grid-row: 3 / 5; }
      .outer-grid .projects__list-item-6 .grid-description {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .outer-grid .projects__list-item-6 .grid-description__title {
          font-size: 32px;
          font-weight: 700;
          line-height: 38px;
          color: #FEFEFE;
          text-transform: uppercase; }
        .outer-grid .projects__list-item-6 .grid-description__subtitle {
          font-size: 16px;
          font-weight: 300;
          color: #FEFEFE;
          text-transform: uppercase;
          margin-top: 15px; }
    .outer-grid .projects__list-item-7 {
      -ms-grid-row: 3 / 4;
      grid-row: 3 / 4; }
      .outer-grid .projects__list-item-7 .grid-description {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .outer-grid .projects__list-item-7 .grid-description__title {
          font-size: 16px;
          font-weight: 700;
          line-height: 22px;
          color: #FEFEFE;
          text-transform: uppercase; }
        .outer-grid .projects__list-item-7 .grid-description__subtitle {
          font-size: 12px;
          font-weight: 300;
          color: #FEFEFE;
          text-transform: uppercase;
          margin-top: 15px; }
    .outer-grid .projects__list-item-8 {
      -ms-grid-row: 3 / 5;
      grid-row: 3 / 5; }
      .outer-grid .projects__list-item-8 .grid-description {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .outer-grid .projects__list-item-8 .grid-description__title {
          font-size: 16px;
          font-weight: 700;
          line-height: 22px;
          color: #FEFEFE;
          text-transform: uppercase; }
        .outer-grid .projects__list-item-8 .grid-description__subtitle {
          font-size: 12px;
          font-weight: 300;
          color: #FEFEFE;
          text-transform: uppercase;
          margin-top: 15px; }
    .outer-grid .projects__list-item-9 img {
      width: 100%;
      height: 100%; }
    .outer-grid .projects__list-item-9 .grid-description {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .outer-grid .projects__list-item-9 .grid-description__title {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #FEFEFE;
        text-transform: uppercase; }
      .outer-grid .projects__list-item-9 .grid-description__subtitle {
        font-size: 12px;
        font-weight: 300;
        color: #FEFEFE;
        text-transform: uppercase;
        margin-top: 15px; }
    .outer-grid .projects__list-item-10 .grid-description {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .outer-grid .projects__list-item-10 .grid-description__title {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #FEFEFE;
        text-transform: uppercase; }
      .outer-grid .projects__list-item-10 .grid-description__subtitle {
        font-size: 12px;
        font-weight: 300;
        color: #FEFEFE;
        text-transform: uppercase;
        margin-top: 15px; }
    .outer-grid .projects__list-item-11 {
      -ms-grid-column: 4 / 6;
      grid-column: 4 / 6; }
      .outer-grid .projects__list-item-11 .grid-description {
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        height: 100%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .outer-grid .projects__list-item-11 .grid-description__title {
          font-size: 16px;
          font-weight: 700;
          line-height: 22px;
          color: #FEFEFE;
          text-transform: uppercase; }
        .outer-grid .projects__list-item-11 .grid-description__subtitle {
          font-size: 12px;
          font-weight: 300;
          color: #FEFEFE;
          text-transform: uppercase;
          margin-top: 15px; } }

/***********************************/
/*          SINGLE PROJECT       */
/***********************************/
.single-project__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-project__caption {
  width: 40%;
  padding: 80px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-project__caption.type-2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.single-project__symbol {
  width: 150px;
  position: relative; }
  .single-project__symbol img {
    max-width: 100%;
    margin-left: -60px; }
  .single-project__symbol .word {
    position: absolute;
    top: 90px;
    right: 0;
    font-size: 64px;
    font-weight: 300;
    color: #651FFF;
    text-transform: uppercase; }

.single-project__title {
  font-size: 64px;
  font-weight: 300;
  color: #651FFF;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 15px; }

.single-project__subtitle {
  font-size: 32px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase; }

.single-project__info {
  width: 60%;
  padding-top: 80px;
  padding-right: 70px;
  padding-bottom: 80px; }
  .single-project__info p {
    font-size: 18px;
    line-height: 24px;
    max-width: 533px;
    margin-top: 10px;
    margin-bottom: 10px; }

.single-project__info-title {
  font-size: 24px;
  font-weight: 300;
  color: #651FFF;
  text-transform: uppercase; }

.single-project__full-picture {
  width: calc(100% + 100px);
  height: calc(30vw + 30vh);
  margin-left: -50px;
  margin-top: -3px;
  overflow: hidden; }
  .single-project__full-picture img {
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.single-project__video-outer {
  height: calc(30vw + 30vh);
  padding-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-project__video-outer .blavideo {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover; }
  .single-project__video-outer .custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center; }
    .single-project__video-outer .custom-object-fit .featured-image {
      opacity: 0; }

.single-project__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-project__more-link {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #000000;
  text-transform: uppercase;
  max-width: 200px;
  display: block; }
  .single-project__more-link:hover {
    color: #B5BBBF; }

.single-project__more-list-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  display: block; }
  .single-project__more-list-title:hover {
    color: #B5BBBF; }

.single-project__more-list {
  overflow: hidden; }
  .single-project__more-list:after {
    content: "";
    display: table;
    clear: both; }

.single-project__more-item {
  float: left;
  width: calc(33.33% - 14px);
  height: 17vw;
  margin-bottom: 20px;
  position: relative; }
  .single-project__more-item:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .single-project__more-item:hover .grid-description {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1; }
  .single-project__more-item:hover:before {
    background: rgba(0, 0, 0, 0.4); }
  .single-project__more-item:nth-child(3n + 2) {
    margin-left: 20px;
    margin-right: 20px; }
  .single-project__more-item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden; }
    .single-project__more-item a img {
      position: absolute;
      top: -100%;
      right: -100%;
      bottom: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%; }
    .single-project__more-item a .grid-description {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      z-index: 20;
      opacity: 0; }
      .single-project__more-item a .grid-description__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        color: #FEFEFE;
        text-transform: uppercase;
        max-width: 180px; }
      .single-project__more-item a .grid-description__subtitle {
        font-size: 16px;
        font-weight: 300;
        color: #FEFEFE;
        text-transform: uppercase;
        margin-top: 15px; }

/***********************************/
/*          ONE PROJECT       */
/***********************************/
.main-container .main-container__lang-outer-list {
  display: none; }

.main-container .main-container__lang-outer-list.visible-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-container__one {
  margin: 0 auto;
  width: 1340px; }

.main-container__one.sticky {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 0px;
  background: #FFFFFF; }
  .main-container__one.sticky:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #FFFFFF; }
  .main-container__one.sticky:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #FFFFFF; }

.main-container__one.sticky.switch-bg {
  background: transparent; }
  .main-container__one.sticky.switch-bg:before, .main-container__one.sticky.switch-bg:after {
    background: transparent; }

.one-project-wrapper {
  max-width: 1370px;
  margin: 0 auto; }

.one-project--type-1__intro {
  background: #651FFF; }

.one-project--type-2__intro {
  background: #FE4E5B; }

.one-project--type-2__col-block-info {
  background: #FE4E5B; }

.one-project {
  position: relative; }
  .one-project__intro {
    width: calc(100% + 100px);
    height: calc(100vh - 82px);
    margin-left: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .one-project__intro .one-project-wrapper {
      position: absolute;
      height: 100%;
      left: 0;
      z-index: 20;
      background: rgba(0, 0, 0, 0.75);
      padding: 50px; }
  .one-project__intro-pic {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    top: 0;
    right: 0;
    background: #000;
    overflow: hidden; }
    .one-project__intro-pic img {
      min-width: 100%; }
  .one-project__intro-outer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .one-project__intro-info {
    width: 100%;
    position: relative;
    z-index: 5;
    padding-top: 16vh; }
    .one-project__intro-info span {
      font-size: 64px;
      font-weight: 300;
      color: #FEFEFE;
      text-transform: uppercase;
      padding-top: 40px;
      padding-bottom: 15px; }
    .one-project__intro-info .title {
      font-size: 32px;
      font-weight: 300;
      color: #FEFEFE;
      text-transform: uppercase;
      padding-top: 25px;
      padding-bottom: 15px;
      margin-bottom: 30px; }
    .one-project__intro-info .description {
      font-size: 16px;
      line-height: 26px;
      font-weight: 300;
      color: #FEFEFE;
      padding-top: 30px;
      padding-bottom: 15px;
      margin-bottom: 30px;
      max-width: 325px; }
      .one-project__intro-info .description div {
        text-transform: uppercase; }

.one-project__short-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }

.one-project__caption {
  width: 42%;
  padding: 80px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.one-project__name {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #651FFF;
  text-transform: uppercase; }

.one-project__info {
  width: 58%;
  padding-top: 80px;
  padding-right: 70px;
  padding-bottom: 80px; }
  .one-project__info p {
    font-size: 18px;
    line-height: 24px;
    max-width: 533px;
    margin-top: 10px;
    margin-bottom: 10px; }

.one-project__video-outer {
  width: 100%;
  height: calc(30vw + 30vh);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .one-project__video-outer .plyr {
    width: 100%; }
  .one-project__video-outer .plyr__control {
    background: #1D1D1B; }
  .one-project__video-outer .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
  .one-project__video-outer .plyr--video .plyr__controls .plyr__control:hover,
  .one-project__video-outer .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
    background: #828282; }
  .one-project__video-outer .plyr--full-ui input[type=range] {
    color: #828282; }
  .one-project__video-outer .plyr__control--overlaid {
    width: 95px;
    height: 95px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: center; }
    .one-project__video-outer .plyr__control--overlaid svg {
      display: none; }
  .one-project__video-outer .plyr__video-wrapper {
    margin-top: -1px; }
  .one-project__video-outer .play-btn {
    position: absolute;
    z-index: 40;
    width: 100%;
    height: 77px;
    background: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .one-project__video-outer video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover; }
  .one-project__video-outer .custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center; }
    .one-project__video-outer .custom-object-fit .featured-image {
      opacity: 0; }

.one-project__sized-pictures-outer {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px; }

.one-project .js-bigger {
  cursor: pointer;
  width: 38%;
  height: 365px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(1.35);
  transform: scale(1.35); }
  .one-project .js-bigger img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.one-project .js-smaller {
  cursor: pointer;
  width: 38%;
  height: 365px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .one-project .js-smaller img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.one-project .one-project-wrapper.wr-line {
  position: relative; }

.one-project__project-gallery {
  padding-top: 80px;
  padding-bottom: 80px; }

.one-project__top-line {
  position: absolute;
  top: -80px;
  right: 0;
  width: 40%;
  height: 1px;
  background: #B5BBBF; }

.one-project__gallery-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px; }
  .one-project__gallery-links a {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000; }
    .one-project__gallery-links a:hover {
      color: #B5BBBF; }

.one-project__carousel {
  width: calc(100% + 100px);
  margin-left: -50px; }

.one-project__carousel-item {
  border: 1px solid blue;
  height: 380px; }

.one-project .slick-list {
  margin: 0 -15px; }

.one-project .slick-slide {
  margin: 0px 15px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.one-project__pair-block {
  width: calc(100% + 100px);
  margin-left: -50px;
  position: relative; }
  .one-project__pair-block .one-project-wrapper-pair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 785px;
    position: relative; }

.one-project__pair-block-title {
  font-size: 64px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 25px; }

.one-project__pair-block-text {
  width: 50%; }
  .one-project__pair-block-text p {
    font-size: 18px;
    line-height: 28px;
    max-width: 620px; }

.one-project__pair-block-ava {
  width: 140px; }
  .one-project__pair-block-ava img {
    max-width: 100%; }

.one-project__pair-block-pic {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px; }
  .one-project__pair-block-pic img {
    max-height: 100%; }

.one-project__col-block {
  width: calc(100% + 100px);
  height: 712px;
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.one-project__col-block-pic {
  width: 50%;
  position: relative;
  overflow: hidden; }
  .one-project__col-block-pic img {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
    max-width: 127%; }

.one-project__col-block-info {
  width: 50%;
  padding: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .one-project__col-block-info span {
    font-size: 64px;
    font-weight: 300;
    color: #FEFEFE;
    text-transform: uppercase; }
  .one-project__col-block-info p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #FEFEFE;
    max-width: 560px; }

.one-project__center-pic {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px; }
  .one-project__center-pic img {
    max-width: 100%; }

.single-prjct {
  padding-top: 90px;
  padding-bottom: 150px; }
  .single-prjct .intro__projects-outer {
    top: 0; }
  .single-prjct .section-inn__caption {
    margin-bottom: 25px; }
  .single-prjct .section-inn__caption h1 {
    font-size: 16px; }

.project-auchan-slider {
  max-width: 1140px; }

.single-prjct-wrapper {
  max-width: 100%;
  margin-left: 70px;
  margin-right: 65px; }

.single-prjct-extended-wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
  left: -25px;
  z-index: 55;
  padding-bottom: 50px; }
  .single-prjct-extended-wrapper .single-prjct__big-pic {
    position: absolute;
    top: 0;
    right: -30px; }
    .single-prjct-extended-wrapper .single-prjct__big-pic img {
      max-width: 100%; }

img.desktop {
  display: block; }

img.mobile {
  display: none; }

.single-prjct__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 55px; }

.single-prjct__intro-pic {
  width: 72%;
  height: calc(100vh - 159px);
  overflow: hidden; }
  .single-prjct__intro-pic img {
    width: 110%; }

.single-prjct__intro-text {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 120px;
  padding-bottom: 100px; }

.single-prjct__intro-text-title {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px; }

.single-prjct__intro-text-description span {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase; }

.gap {
  height: 100px; }

.single-prjct__current-count {
  display: none; }

.single-prjct__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto 130px auto; }

.single-prjct__big.last {
  margin-bottom: 0; }

.single-prjct__big-larger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1370px;
  margin: 0 auto; }
  .single-prjct__big-larger img {
    width: 100%;
    height: 100%; }

.single-prjct__big-shorter {
  min-height: 500px; }

.single-prjct__fake-block {
  width: 57%; }

.single-prjct__big-extended {
  position: relative; }

.single-prjct__shorter {
  max-width: 800px;
  margin: 0 auto; }

.single-prjct .project-auchan-slider {
  min-height: auto;
  margin-top: 100px; }

.single-prjct__slider-item {
  max-width: 1140px;
  margin: 0 auto; }
  .single-prjct__slider-item img {
    max-width: 100%; }

.single-prjct__big-single-outer {
  max-width: 1140px;
  margin: 0 auto; }
  .single-prjct__big-single-outer img {
    max-width: 100%; }

.single-prjct__big-single-outer-longer {
  max-width: 1370px;
  margin: 0 auto; }
  .single-prjct__big-single-outer-longer img {
    width: 100%; }

.single-prjct .slick-prev {
  top: 50%;
  left: -60px;
  z-index: 1;
  width: 42px;
  height: 82px;
  background: url(../img/slider-prev.svg) no-repeat center; }
  .single-prjct .slick-prev:before {
    display: none; }

.single-prjct .slick-next {
  top: 50%;
  right: -60px;
  z-index: 1;
  width: 42px;
  height: 82px;
  background: url(../img/slider-next.svg) no-repeat center; }
  .single-prjct .slick-next:before {
    display: none; }

.single-prjct__big-text {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 75px; }

.single-prjct__big-text-right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.single-prjct__big-text-outer {
  max-width: 350px;
  padding: 15px 0; }
  .single-prjct__big-text-outer span {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase; }
  .single-prjct__big-text-outer p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #000000; }

.single-prjct__big-pic {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .single-prjct__big-pic img {
    width: 100%; }
  .single-prjct__big-pic img.panels-auchan {
    max-width: 87%;
    margin-right: 13%; }
  .single-prjct__big-pic img.panels {
    max-width: 650px; }
  .single-prjct__big-pic img.panel-auchan-mobile {
    width: auto;
    max-height: 468px; }

.single-prjct__big-pic-left {
  margin-right: 75px; }
  .single-prjct__big-pic-left img {
    position: relative;
    width: auto; }

.single-prjct__small {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-prjct__small-pic {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-prjct__small-pic img {
    max-width: 100%; }

.single-prjct__small-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.single-prjct__small-text-outer {
  max-width: 400px;
  padding: 15px; }
  .single-prjct__small-text-outer span {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase; }
  .single-prjct__small-text-outer p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #000000; }

/***********************************/
/*          MODAL      */
/***********************************/
.modal__outer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85); }

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal__outer.modal-show {
  display: block;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-name: modal-show;
  animation-name: modal-show;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-webkit-keyframes modal-show {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes modal-show {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.modal__item {
  border: 1px solid #000000;
  position: fixed;
  top: -100%;
  right: 0;
  bottom: -100%;
  left: 0;
  margin: auto;
  background: #FFFFFF;
  width: 380px;
  height: 540px;
  padding: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.modal__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer; }
  .modal__close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal__close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.modal__form-row label {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block; }

.modal__form-row input {
  width: 100%;
  height: 35px;
  border: 1px solid #B5BBBF;
  background: #FFFFFF;
  outline-color: #1D1D1B;
  padding: 10px; }

.modal__form-row textarea {
  width: 100%;
  height: 125px;
  border: 1px solid #B5BBBF;
  outline-color: #1D1D1B;
  background: #FFFFFF;
  padding: 10px; }

.modal__form-row button {
  width: 100%;
  max-width: 100%;
  margin-top: 25px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

/***********************************/
/*          CONTACTS      */
/***********************************/
.contacts__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 100px);
  height: calc(100vh - 276px);
  margin-left: -50px; }

.contacts__map {
  width: 38%;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: map-canvas;
  animation-name: map-canvas;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes map-canvas {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes map-canvas {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  .contacts__map #map-canvas {
    width: 100%;
    height: 100%; }
    .contacts__map #map-canvas .gm-style-mtc {
      display: none; }

.contacts__place-list.desktop {
  display: block; }

.contacts__place-list.mobile {
  display: none; }

.contacts .marker-link {
  cursor: pointer; }

.contacts__descripton {
  width: 62%;
  padding: 60px 50px;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: contacts-descripton;
  animation-name: contacts-descripton;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes contacts-descripton {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes contacts-descripton {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.contacts__title {
  font-size: 32px;
  font-weight: 300;
  color: #651FFF;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px; }

.contacts__info span {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  margin-bottom: 28px;
  display: block;
  position: relative;
  padding-left: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .contacts__info span:hover {
    color: #B5BBBF; }

.contacts__info div.adress {
  max-width: 250px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .contacts__info div.adress:hover {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .contacts__info div.adress:hover:before {
      background: url(../img/map-pin-icon-hover.svg); }
  .contacts__info div.adress:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 20px;
    background: url(../img/map-pin-icon.svg);
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s; }

.contacts__info span.tel {
  max-width: 250px;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .contacts__info span.tel:hover {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .contacts__info span.tel:hover:before {
      background: url(../img/phone-icon-hover.svg); }
  .contacts__info span.tel:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../img/phone-icon.svg);
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s; }

.contacts__info span.mail {
  max-width: 250px;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .contacts__info span.mail:hover {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .contacts__info span.mail:hover:before {
      background: url(../img/mail-icon-hover.svg); }
  .contacts__info span.mail:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 7px;
    left: 0;
    width: 20px;
    height: 13px;
    background: url(../img/mail-icon.svg);
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s; }

.contacts__info span.mail a, .contacts__info span.tel a {
  padding-left: 35px;
  margin-left: -35px; }
  .contacts__info span.mail a:hover, .contacts__info span.tel a:hover {
    color: #B5BBBF; }

.contacts__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px; }

.contacts__social-item {
  text-align: center;
  width: 30px;
  margin-left: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .contacts__social-item:hover svg path {
    fill: #651FFF; }
  .contacts__social-item:first-child {
    margin-left: 0; }

.contacts__social-link {
  display: block; }
  .contacts__social-link svg {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .contacts__social-link svg path {
      -webkit-transition: 0.6s;
      transition: 0.6s; }

.contacts-new {
  padding-top: 100px;
  padding-bottom: 30px; }
  .contacts-new__block {
    position: relative;
    margin-top: 14vh; }
  .contacts-new .cursor {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: -5px;
    width: 2px;
    background-color: transparent;
    z-index: 1;
    -webkit-animation: flash 0.5s none infinite alternate;
    animation: flash 0.5s none infinite alternate; }
  .contacts-new .headline-outer {
    position: absolute;
    right: 25%;
    bottom: 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  .contacts-new .headline div {
    font-family: "Shadows Into Light", cursive;
    font-size: 60px;
    text-align: center;
    width: 280px;
    height: 70px;
    margin-bottom: 20px; }
  .contacts-new .type-js-1 .text-js {
    color: #000000; }
  .contacts-new .type-js-2 .text-js {
    color: #000000; }
  .contacts-new .type-js-3 .text-js {
    color: #651FFF; }
  .contacts-new__row {
    margin-top: 50px; }
    .contacts-new__row a {
      font-size: 30px;
      font-weight: 300;
      color: #000000;
      line-height: 40px;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      .contacts-new__row a:hover {
        color: #B5BBBF; }
  .contacts-new__row.form-field {
    margin-top: 110px;
    position: relative; }
    .contacts-new__row.form-field .phrase {
      position: absolute;
      top: -16vh;
      right: 0; }
      .contacts-new__row.form-field .phrase svg {
        fill-opacity: 0;
        -webkit-transition: fill-opacity 1s;
        transition: fill-opacity 1s; }
        .contacts-new__row.form-field .phrase svg path {
          fill: #651FFF;
          stroke: #651FFF; }
      .contacts-new__row.form-field .phrase svg.finished {
        fill-opacity: 1; }
  .contacts-new .hint-outer {
    position: relative; }
    .contacts-new .hint-outer .hint-1 {
      position: absolute;
      top: -25px;
      left: 270px; }
      .contacts-new .hint-outer .hint-1 svg {
        fill-opacity: 0;
        -webkit-transition: 1s;
        transition: 1s;
        stroke-width: 3; }
      .contacts-new .hint-outer .hint-1 svg.finished {
        fill-opacity: 1; }
      .contacts-new .hint-outer .hint-1 span {
        position: absolute;
        top: -60%;
        right: -50%; }
        .contacts-new .hint-outer .hint-1 span svg {
          fill-opacity: 0;
          -webkit-transition: 1s;
          transition: 1s;
          stroke-width: 1px; }
          .contacts-new .hint-outer .hint-1 span svg path {
            fill: #651FFF;
            stroke: #651FFF; }
        .contacts-new .hint-outer .hint-1 span svg.finished {
          fill-opacity: 1;
          stroke-width: 1px; }
    .contacts-new .hint-outer .hint-2 {
      position: absolute;
      top: 24px;
      left: 350px; }
      .contacts-new .hint-outer .hint-2 svg {
        fill-opacity: 0;
        -webkit-transition: 1s;
        transition: 1s;
        stroke-width: 3; }
      .contacts-new .hint-outer .hint-2 svg.finished {
        fill-opacity: 1; }
      .contacts-new .hint-outer .hint-2 span {
        position: absolute;
        top: 100%;
        right: -100%; }
        .contacts-new .hint-outer .hint-2 span svg {
          fill-opacity: 0;
          -webkit-transition: 1s;
          transition: 1s; }
          .contacts-new .hint-outer .hint-2 span svg path {
            fill: #2FD4A2;
            stroke: #2FD4A2;
            stroke-width: 1px; }
        .contacts-new .hint-outer .hint-2 span svg.finished {
          fill-opacity: 1; }
          .contacts-new .hint-outer .hint-2 span svg.finished path {
            fill: #2FD4A2;
            stroke: #2FD4A2;
            stroke-width: 1px; }
    .contacts-new .hint-outer .hint-3 {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
      .contacts-new .hint-outer .hint-3 .item-1 {
        position: absolute;
        top: -90px;
        left: 255px; }
        .contacts-new .hint-outer .hint-3 .item-1 svg {
          fill-opacity: 0;
          -webkit-transition: 1s;
          transition: 1s;
          stroke-width: 3; }
        .contacts-new .hint-outer .hint-3 .item-1 svg.finished {
          fill-opacity: 1; }
      .contacts-new .hint-outer .hint-3 .item-2 {
        position: absolute;
        top: -55px;
        left: -36px; }
        .contacts-new .hint-outer .hint-3 .item-2 svg {
          fill-opacity: 0;
          -webkit-transition: 1s;
          transition: 1s;
          stroke-width: 3; }
        .contacts-new .hint-outer .hint-3 .item-2 svg.finished {
          fill-opacity: 1; }
  .contacts-new__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contacts-new__social-item {
    margin-left: 25px; }
    .contacts-new__social-item:first-child {
      margin-left: 0; }
  .contacts-new__social-link svg {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .contacts-new__social-link svg:hover path {
      fill: #651FFF; }
    .contacts-new__social-link svg path {
      fill: #000000;
      -webkit-transition: 0.6s;
      transition: 0.6s; }

/***********************************/
/*         ANIMATION CLASSES       */
/***********************************/
.down-anim {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px); }

.down-anim.show {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible; }

.side-anim {
  -webkit-transition: 1.8s;
  transition: 1.8s;
  opacity: 0;
  visibility: hidden; }

.side-anim.show {
  opacity: 1;
  visibility: visible; }

.modal__outer {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.modal__outer.show {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal__outer.modal-show {
  display: block;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-name: modal-show;
  animation-name: modal-show;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-webkit-keyframes modal-show {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes modal-show {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.modal__item {
  background: #FFFFFF;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.modal__close {
  width: 50px;
  height: 47px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat center; }

/***********************************/
/*          MEDIA       */
/***********************************/
@media only screen and (max-width: 1650px) {
  .single-prjct__intro {
    padding-bottom: 0; }
  .single-prjct__intro-text {
    padding-left: 65px; }
  .single-prjct__big-pic img {
    max-width: 100%; }
  .single-prjct__big-larger {
    max-width: 100%; }
    .single-prjct__big-larger img {
      max-width: 100%; } }

@media only screen and (min-width: 1600px) {
  #menu li .name-title {
    left: -184px; } }

@media only screen and (max-width: 1600px) {
  .main-container {
    padding: 25px 25px; }
    .main-container__lang-outer-list {
      left: 80px; }
  .section__tree-panel-list {
    width: calc(100% - 165px);
    padding-left: 80px; }
  .wrapper {
    max-width: calc(100% - 160px);
    margin-left: 80px; }
  .contacts-new__row.form-field .phrase {
    top: -20vh; } }

@media only screen and (max-width: 1500px) {
  .main-container__primary-menu {
    width: 100%;
    max-width: 100%; }
  .main-container__primary-menu-block {
    padding-left: 25px;
    padding-right: 25px; }
  .about__item {
    width: 15.7%; }
  padding-top: 25px;
  padding-bottom: 25px;
  h2 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .services__item {
    padding-bottom: 20px; }
  .outer-grid .projects__list-item img {
    max-width: 100%; }
  .single-prjct__slider-item {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px; }
  .single-prjct .slick-prev {
    left: -15px; }
  .single-prjct .slick-next {
    right: -15px; } }

@media only screen and (max-width: 1600px) {
  .single-prjct-extended-wrapper {
    left: 0;
    width: 97.7vw; } }

@media screen and (max-width: 1450px) {
  .single-prjct-extended-wrapper {
    left: -25px; }
  #menu .common-link {
    margin-left: 0px; } }

@media only screen and (max-width: 1400px) {
  .main-container {
    min-height: 100vh; }
    .main-container__secondary-menu-list {
      margin-top: 0;
      top: 60px; }
  .main-container__primary-menu-outer {
    top: 0px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-top: 75px; }
  h2 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .services {
    padding-top: 20px;
    padding-bottom: 20px; }
    .services__item {
      margin-right: 20px; } }

@media only screen and (max-width: 1390px) {
  .main-container__one {
    width: 100%; }
  .main-container__one.sticky {
    width: 100%;
    padding: 25px; }
  .section {
    padding-left: 67px;
    padding-right: 67px; } }

@media only screen and (max-width: 1366px) {
  .intro__present-block .symbol {
    max-width: 370px; } }

@media only screen and (max-width: 1310px) {
  .section h1 {
    left: 65px; }
  .main-container__primary-menu-name-topic {
    font-size: 64px; }
  .main-container__primary-menu-name-topic.js-expand-link {
    position: absolute;
    top: 0;
    left: 25px;
    display: block;
    cursor: pointer; }
  .main-container__primary-menu-name-topic.js-expand-link.remove {
    display: none; }
  .main-container__lang-outer-list {
    display: none;
    opacity: 0;
    pointer-events: none;
    left: 60px; }
  .main-container__lang-outer-link {
    font-size: 24px; }
  .main-container__lang-outer-list.mobile-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: all; }
  .main-container__created {
    margin-top: 20px; }
  .main-container__main-menu {
    overflow-y: scroll; }
  .main-container__primary-menu-block {
    width: 100%; }
  .main-container__primary-menu-outer {
    top: 0px;
    left: 0px;
    padding-top: 50px;
    padding-left: 30px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .main-container__primary-menu {
    width: 100%;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-container__menu-expand {
    display: none; }
  .main-container__menu-expand.active {
    display: block; }
  .projects__grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (max-width: 1200px) {
  .wrapper {
    max-width: 100%;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
  .about__item {
    width: 16.15%;
    margin-bottom: 15px; }
  .about__pic {
    height: 15vw; }
  .services__item {
    padding-left: 34.5%; }
  .single-service__item-outer-link {
    top: 0;
    left: 80px; }
  .section__tree-panel-list {
    width: 100%;
    padding-top: 10px; }
  .section__block-title-outer {
    padding-top: 10px;
    padding-bottom: 10px; }
  .section__block-title {
    font-size: 42px; }
  .section__block-title--long {
    font-size: 32px; }
  .pp-section {
    padding-left: 0;
    padding-right: 0; }
  .presentation__info {
    padding-left: 40px; }
  .single-project__caption {
    width: 30%;
    padding: 30px 0px; }
  .single-project__info {
    width: 70%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px; }
  .single-project__subtitle {
    min-width: 100%; }
  .single-project__more-item {
    height: 21vw; }
  .js-title-topic {
    display: none !important; }
  .single-prjct__intro-pic {
    height: 100%; }
  .single-prjct__intro-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .single-prjct__big {
    min-height: auto;
    margin: 35px auto; }
  .single-prjct__big-pic img {
    position: relative; }
  .single-prjct .intro__projects-outer {
    top: 40px; }
  .single-prjct-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .single-prjct-extended-wrapper {
    left: 0;
    width: calc(100vw - 93px); }
  .one-project__sized-pictures-outer {
    height: auto;
    margin-top: 60px; }
  .one-project .js-smaller {
    height: 200px; }
  .one-project .js-bigger {
    height: 200px; }
  .gap {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .main-container__main-menu {
    overflow: scroll; }
  .main-container__primary-menu-outer {
    position: relative;
    top: 55px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .main-container__primary-menu-name-topic {
    margin-bottom: 20px; } }

@media only screen and (max-width: 1023px) {
  img.desktop {
    display: none; }
  img.mobile {
    display: block;
    width: 100%; }
  .intro__title-1 img {
    width: 65vw; }
  .intro__projects-item.active {
    border-bottom: 1px solid #000000; }
  .section h1 {
    left: 65px; }
    .section h1 span.single {
      display: none; }
  .section__tree-panel-list {
    padding-left: 0; }
  .section__block-title {
    font-size: 42px;
    margin-top: 20px; }
  .section__block-title--long {
    font-size: 24px; }
  .main-container__lang-outer-list {
    display: none;
    opacity: 0;
    pointer-events: none;
    left: 60px; }
  .main-container__lang-outer-link {
    font-size: 24px; }
  .main-container__lang-outer-list.mobile-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: all; }
  .main-container__created {
    margin-top: 20px; }
  .main-container__main-menu {
    overflow-y: scroll; }
  .main-container__primary-menu-block {
    width: 100%; }
    .main-container__primary-menu-block:last-child {
      margin-bottom: 30px; }
  .main-container__primary-menu-outer {
    top: 0px;
    left: 0px;
    padding-top: 0.5px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .main-container__primary-menu {
    width: 100%;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-container__menu-expand {
    display: none; }
  .main-container__menu-expand.active {
    display: block; }
  .about__item {
    width: 21.15%; }
  .about__pic {
    height: 20vw; }
  .outer-grid .projects__list {
    grid-gap: 10px;
    grid-template-columns: 29.75% 18.75% 17% 11% 19%;
    grid-template-rows: 10.4vw 10.4vw 15vw 15vw; }
  .contacts__map {
    width: 50%; }
  .contacts__descripton {
    width: 50%; }
  .single-service__item-pic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .single-service__item-pic-outer img, .single-service__item-pic-outer svg {
    max-width: 250px; }
  .single-service .corporative-animation svg {
    max-height: 180px; }
  .single-service .seo-animation svg {
    max-height: 165px; }
  .single-service__item-outer-link {
    left: 0; }
  .single-service__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 395px; }
  .single-service__content-expand {
    top: 450px; }
  .single-service__content-block {
    width: 100%; }
  .single-service__content-description {
    height: auto;
    overflow: visible; }
  .single-project__title {
    font-size: 32px; }
  .single-project__symbol {
    max-width: 120px; }
    .single-project__symbol img {
      margin-left: -10px; }
    .single-project__symbol .word {
      font-size: 32px; }
  #menu {
    display: none; }
  #pagepiling {
    display: none; }
  .section-new {
    padding-top: 0; }
  .about-new__block span {
    margin-top: 30px; }
  .about-new__block:nth-of-type(2) {
    width: 100%; }
  .about-new__block:last-of-type {
    padding-bottom: 0; }
  .about-new__content-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .about-new__content {
    max-width: 100%; }
    .about-new__content p {
      margin-bottom: 0; }
    .about-new__content p br {
      display: none; }
    .about-new__content a.brand {
      display: table;
      margin: 0 auto; }
    .about-new__content a {
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      .about-new__content a svg {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        width: 124px; }
        .about-new__content a svg polygon {
          -webkit-transition: 0.6s;
          transition: 0.6s;
          fill: #000000; }
        .about-new__content a svg path {
          -webkit-transition: 0.6s;
          transition: 0.6s;
          fill: #000000; }
        .about-new__content a svg rect {
          -webkit-transition: 0.6s;
          transition: 0.6s;
          fill: #000000; }
        .about-new__content a svg:hover polygon {
          fill: #000000; }
        .about-new__content a svg:hover path {
          fill: #000000; }
        .about-new__content a svg:hover rect {
          fill: #000000; }
  .main-container__logo-image {
    margin-left: 0px; }
  .main-container__left-nav {
    display: none; }
  .main-container__right-nav {
    display: none; }
  .main-container__top {
    width: calc(100% + 5px);
    margin-left: -25px;
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent; }
  .main-container__top.filled {
    background: white; }
  .main-container__mobile-first-page {
    display: block;
    margin-top: 50px; }
  .main-container__index-right-link {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    right: 20px; }
  .main-container__mobile-top-logo {
    display: block; }
  .main-container .js-top-nav-item-2 {
    display: none; }
  .main-container__mobile-first-page-pic-outer {
    height: calc(100vh - 225px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-container__mobile-first-page-pic-outer img.name {
      position: absolute;
      margin-top: 15px;
      max-width: 375px; }
    .main-container__mobile-first-page-pic-outer img.bust {
      max-width: 43vh; }
  .main-container__mobile-first-page-pic-outer.fixing {
    height: calc(100vh - 200px); }
  .main-container__mobile-first-page-bot-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px; }
  .main-container__mobile-first-page-bot-nav-list.last {
    margin-bottom: 75px; }
    .main-container__mobile-first-page-bot-nav-list.last .main-container__mobile-first-page-bot-nav-item {
      margin-bottom: 50px; }
  .main-container__mobile-first-page-bot-nav-list.last.android-fix .main-container__mobile-first-page-bot-nav-item {
    margin-bottom: 0px; }
  .main-container__mobile-first-page-bot-nav-list.last.android-fix {
    margin-bottom: 40px; }
  .main-container__mobile-first-page-bot-nav-item {
    margin-left: 20px; }
    .main-container__mobile-first-page-bot-nav-item:first-child {
      margin-left: 0; }
  .main-container__mobile-first-page-bot-nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .main-container__mobile-first-page-bot-nav-link:hover {
      color: #828282; }
  .main-container__mobile-first-page-arrow {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 60px;
    max-width: 20px;
    -webkit-animation: bounce-arrow-mobile 2s infinite ease-in-out;
    animation: bounce-arrow-mobile 2s infinite ease-in-out; }
  @-webkit-keyframes bounce-arrow-mobile {
    0%, 20%, 60%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    40% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px); }
    80% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); } }
  @keyframes bounce-arrow-mobile {
    0%, 20%, 60%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    40% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px); }
    80% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); } }
  .main-container__category-title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    display: block; }
  .main-container__category-title.type-2 {
    margin-top: 60px; }
  .main-container__mobile-projects-outer {
    display: block; }
  .main-container__mobile-project-item {
    margin-top: 50px; }
  .main-container__mobile-project-pic {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 550px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .main-container__mobile-project-pic:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
  .main-container__mobile-project-pic.light {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .main-container__mobile-project-title-panel {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main-container__mobile-project-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    color: #000000;
    text-transform: uppercase;
    max-width: 300px; }
  .main-container__mobile-project-count {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-top: 7px; }
  .main-container__mobile-project-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-top: 10px; }
  .main-container__mobile-project-links-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; }
  .main-container__mobile-project-link-single {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .main-container__mobile-project-link-single:hover {
      color: #828282; }
  .main-container__mobile-project-link-all {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .main-container__mobile-project-link-all:hover {
      text-decoration: none; }
  .main-container__mobile-projects-devider {
    width: 95px;
    height: 1px;
    margin: 40px auto;
    background: #000000; }
  .projects {
    display: none; }
  .single-prjct {
    padding-top: 0px;
    padding-bottom: 0px; }
    .single-prjct__intro {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 0; }
    .single-prjct__intro-pic {
      width: calc(100% + 40px);
      margin-left: -20px;
      min-height: 330px; }
    .single-prjct__intro-text {
      width: 100%;
      font-size: 30px;
      font-weight: 300;
      line-height: 42px;
      color: #000000;
      text-transform: uppercase;
      margin-top: 20px;
      padding-left: 0;
      padding-bottom: 0; }
    .single-prjct__intro-text-title {
      margin-bottom: 0; }
      .single-prjct__intro-text-title br {
        display: none; }
    .single-prjct__small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: auto;
      padding-bottom: 0; }
    .single-prjct__small-pic {
      margin: 0 auto; }
    .single-prjct__small-text {
      width: 100%; }
    .single-prjct__big {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: auto; }
    .single-prjct__big-single.last {
      padding-bottom: 0; }
    .single-prjct__big-text-outer {
      max-width: 100%;
      padding: 0; }
      .single-prjct__big-text-outer span {
        display: block;
        margin-top: 20px; }
    .single-prjct__big-text {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding-right: 0; }
    .single-prjct__big-pic {
      width: calc(100% + 40px);
      margin-left: -20px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .single-prjct__big-text-special-text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .single-prjct__big-text-special-pic {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .single-prjct .slick-prev {
      top: auto;
      left: 60px;
      bottom: -80px;
      width: 20px;
      height: 40px;
      background-size: contain; }
    .single-prjct .slick-next {
      top: auto;
      right: 60px;
      bottom: -80px;
      width: 20px;
      height: 40px;
      background-size: contain; }
    .single-prjct .project-auchan-slider {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-top: 0;
      height: 450px; }
    .single-prjct__slider-item {
      width: calc(100% + 40px);
      height: 450px;
      margin-left: -20px;
      margin-right: 0; }
      .single-prjct__slider-item img {
        margin-left: 20px; }
    .single-prjct__current-count {
      font-size: 16px;
      font-weight: 400;
      color: #000000;
      text-transform: uppercase;
      display: block;
      text-align: right;
      margin-bottom: 15px; }
    .single-prjct .intro__projects-outer {
      margin-top: 45px; }
    .single-prjct .intro__projects-outer.with-arrows {
      margin-top: 80px; }
    .single-prjct__small-text-outer {
      max-width: 100%;
      padding: 0; }
    .single-prjct__big-larger {
      margin-left: -20px;
      margin-right: 0;
      width: calc(100% + 40px);
      max-width: calc(100% + 40px);
      overflow: hidden; }
      .single-prjct__big-larger img {
        max-width: 100%;
        height: 100%; }
    .single-prjct__big-larger.video-block {
      height: 100%; }
    .single-prjct__big-text-right {
      margin-left: 0; }
    .single-prjct__big-single-outer-longer {
      margin-left: -20px;
      width: calc(100% + 40px); }
    .single-prjct .intro__projects-outer {
      top: 0px; }
  .single-prjct-extended-wrapper {
    padding-bottom: 0;
    z-index: 20;
    width: 95vw;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single-prjct-extended-wrapper .single-prjct__big-pic {
      height: auto;
      position: relative; }
  .intro__mobile-view-link {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: underline;
    margin-top: 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .intro__mobile-view-link:hover {
      color: #828282; }
  .intro__projects-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .intro__projects-item {
    padding: 4px;
    margin-left: auto;
    margin-right: auto; }
    .intro__projects-item:hover span {
      display: none; }
  .intro__projects-item.active:before {
    display: none; }
  .single-prjct-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .gap {
    display: none; }
  .one-project__video-outer {
    height: auto; }
    .one-project__video-outer .plyr__control--overlaid {
      display: none !important; }
    .one-project__video-outer .plyr__controls {
      height: 100%;
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0; }
    .one-project__video-outer .plyr__poster {
      background-size: cover; }
    .one-project__video-outer button.plyr__control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center; }
      .one-project__video-outer button.plyr__control svg {
        width: 35px;
        height: 35px;
        stroke: #2FD474;
        fill: transparent; }
    .one-project__video-outer .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
    .one-project__video-outer .plyr--video .plyr__controls .plyr__control:hover,
    .one-project__video-outer .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
      background: transparent; }
  .one-project__sized-pictures-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 0px; }
  .one-project .js-bigger {
    margin-top: 30px;
    margin-left: -20px;
    width: calc(100% + 40px);
    height: 500px;
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: default; }
  .one-project .js-smaller {
    margin-top: 30px;
    margin-left: -20px;
    width: calc(100% + 40px);
    height: 500px;
    cursor: default; }
  .section {
    padding-left: 0;
    padding-right: 0; }
  .hint-1 {
    display: none; }
  .hint-2 {
    display: none; }
  .contacts-new {
    padding-top: 60px;
    padding-bottom: 0; }
    .contacts-new__row {
      margin-top: 30px; }
      .contacts-new__row a {
        font-size: 24px;
        line-height: 30px; }
    .contacts-new__row.form-field {
      margin-top: 20px; }
      .contacts-new__row.form-field .phrase {
        position: relative;
        top: 0;
        text-align: center; }
    .contacts-new__block {
      margin-top: 50px; }
  .section-inn__caption {
    display: none; }
  .services {
    padding-top: 0;
    padding-bottom: 0; }
    .services__block {
      margin-top: -20px; }
    .services__list {
      width: 100%; }
    .services__details {
      position: fixed;
      z-index: 40;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.85);
      width: 100%;
      overflow-y: scroll;
      display: none; }
    .services__item {
      padding-left: 0;
      margin-right: 0; }
    .services__item:hover a {
      color: inherit; }
    .services__item a {
      margin-bottom: 10px;
      color: #000000; }
      .services__item a:hover {
        color: #651FFF; }
    .services__item .js-tab-service-active {
      color: #651FFF; }
    .services__item-line {
      width: 100%; }
    .services__item-hover-fix {
      display: none; }
    .services__details-close-btn {
      display: block;
      position: absolute;
      z-index: 30;
      top: 24px;
      left: 26px; }
    .services__details-item {
      margin-top: 120px;
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 20px;
      max-width: 100%; }
    .services__details-title {
      color: #FFFFFF; }
    .services__details-content {
      color: #FFFFFF; } }

@media only screen and (max-width: 667px) {
  h1 {
    font-size: 24px; }
  .section h1 {
    top: -48px; }
  .section__block-title.mobile {
    font-size: 24px;
    display: block; }
  .section__block-title.desktop {
    display: none; }
  h2 {
    font-size: 24px; }
  .main-container {
    padding: 20px; }
    .main-container__logo {
      width: 200px; }
    .main-container__primary-menu-name-topic {
      font-size: 32px;
      margin-bottom: 20px; }
    .main-container__lang-outer-item {
      margin-left: 35px; }
    .main-container__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .main-container__address {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main-container__address .address-loc {
        margin-top: 25px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .main-container__address span {
        font-size: 18px;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
    .main-container__primary-menu-outer {
      padding-left: 30px; }
  .intro__secondary-menu-list {
    display: none; }
  .intro__title img {
    width: 350px; }
  .intro__element {
    height: 47vh; }
  .intro__animate-text {
    margin-bottom: 10px; }
    .intro__animate-text p {
      font-size: 12px;
      line-height: 16px; }
  .glitch {
    width: 31vh;
    height: 47vh; }
  .about .section__tree-panel-list {
    display: none; }
  .about .section__tab {
    display: block; }
  .about__topic-title {
    font-size: 24px; }
  .about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0; }
    .about__info p {
      max-width: 100%; }
      .about__info p:last-of-type {
        margin-bottom: 0px; }
  .about__image-outer {
    width: 100%; }
  .about__text {
    width: 100%; }
  .about__block-title {
    font-size: 24px; }
  .about .section__block-title-outer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .about__list {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .about__item {
    width: 200px;
    margin-left: 0;
    margin-bottom: 25px; }
  .about__pic {
    height: 200px; }
  .section h1 {
    left: 60px;
    display: none; }
  .outer-grid .projects__list {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(9, 43.34vw); }
  .outer-grid .projects__list-item-1 {
    border: 1px solid black;
    grid-column: 1 / 9;
    grid-row: 1 / 3;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .outer-grid .projects__list-item-2 {
    border: 1px solid red;
    grid-column: 1 / 6;
    grid-row: 3 / 5;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .outer-grid .projects__list-item-3 {
    border: 1px solid blue;
    grid-column: 6 / 9;
    grid-row: 3 / 4;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .outer-grid .projects__list-item-4 {
    border: 1px solid green;
    grid-column: 6 / 9;
    grid-row: 4 / 4;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .outer-grid .projects__list-item-5 {
    border: 1px solid yellow;
    grid-column: 1 / 9;
    grid-row: 5 / 5;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .outer-grid .projects__list-item-6 {
    border: 1px solid pink;
    grid-column: 1 / 4;
    grid-row: 6 / 6;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .outer-grid .projects__list-item-7 {
    border: 1px solid pink;
    grid-column: 1 / 4;
    grid-row: 6 / 6;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .outer-grid .projects__list-item-8 {
    border: 1px solid brown;
    grid-column: 4 / 9;
    grid-row: 6 / 6;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .outer-grid .projects__list-item-9 {
    border: 1px solid aqua;
    grid-column: 1 / 4;
    grid-row: 7 / 7;
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .outer-grid .projects__list-item-10 {
    border: 1px solid red;
    grid-column: 4 / 9;
    grid-row: 7 / 7;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .outer-grid .projects__list-item-11 {
    border: 1px solid gray;
    grid-column: 1 / 9;
    grid-row: 8 / 10;
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .outer-no-grid .projects__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .outer-no-grid .projects__list-item {
    width: calc(50% - 20px); }
  .services__item {
    padding-left: 0px;
    margin-right: 20px; }
  .services__item-line {
    width: 100%; }
  .contacts__outer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contacts__map {
    width: 100%;
    height: 40vw; }
  .contacts__descripton {
    width: 100%; }
  .contacts__place-list.desktop {
    display: none; }
  .contacts__place-list.mobile {
    display: block; }
  .single-service__item-outer-link {
    display: none; }
  .single-service__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .single-service__item {
    width: 100%; }
  .single-service__info {
    width: 100%; }
  .single-service__item-pic {
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 20px; }
  .single-service__btn {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 100%; }
  .single-service__content-expand {
    top: 405px; }
  .flex-outer-helper .section__tree-panel-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-outer-helper .wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section__tree-panel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none; }
  .section__tree-panel-item {
    padding-top: 5px;
    padding-bottom: 5px; }
  .single-project__more-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px; }
  .single-project__more-item {
    width: 100%;
    height: calc(20vw + 20vh); }
    .single-project__more-item:nth-child(3n + 2) {
      margin-left: 0px;
      margin-right: 0px; }
    .single-project__more-item a img {
      width: 100%; }
    .single-project__more-item a .grid-description__title {
      font-size: 16px;
      line-height: 20px; }
    .single-project__more-item a .grid-description__subtitle {
      font-size: 12px; }
  .modal__item {
    width: 300px; }
  .contacts .section__tree-panel-list {
    display: none; }
  .contacts__map {
    display: none; }
  .contacts__descripton {
    padding: 30px 50px; }
  .about-new__content-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .about-new__block:nth-of-type(1) {
    width: 100%; }
  .about-new__block:nth-of-type(2) {
    width: 100%; }
  .about-new__block:last-of-type {
    padding-bottom: 0; }
  .about-new__content a.brand {
    width: 125px;
    margin: 0 auto;
    display: block; }
  .section-new__tree-panel-list {
    border-top: 1px solid transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .section-new__tree-panel-link {
    text-decoration: underline; }
  .one-project .js-bigger {
    height: 250px; }
  .one-project .js-smaller {
    height: 250px; }
  .single-prjct .project-auchan-slider {
    height: 205px; }
  .single-prjct__slider-item {
    height: 205px; }
  .main-container__mobile-project-pic {
    height: 330px; } }

@media only screen and (max-width: 370px) {
  .main-container__mobile-first-page-pic-outer img.bust {
    max-width: 39vh; } }

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .main-container__mobile-first-page-pic-outer {
    height: 100%; } }
