/* Generated by less 3.11.1 */
/*------------------------------------------------------------------
[Table of contents]

1. Top panel
2. Main screen
3. Video section
4. Quote section
5. Cases block
6. more projects
7. Footer
8. "Case page" styles
9. "About page" styles
10. "404 page" styles
12. Blog
11. Media

-------------------------------------------------------------------*/
.Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.Light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
*:hover {
  cursor: default;
}
/*=============================INPUTS=======================
============================================================*/
input::-webkit-input-placeholder {
  font-size: 1em;
  color: #838383;
}
input::-moz-placeholder {
  font-size: 1em;
  color: #838383;
}
input:-moz-placeholder {
  font-size: 1em;
  color: #838383;
}
input:-ms-input-placeholder {
  font-size: 1em;
  color: #838383;
}
textarea::-webkit-input-placeholder {
  font-size: 1em;
  color: #838383;
}
textarea::-moz-placeholder {
  font-size: 1em;
  color: #838383;
}
textarea:-moz-placeholder {
  font-size: 1em;
  color: #838383;
}
textarea:-ms-input-placeholder {
  font-size: 1em;
  color: #838383;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input {
  border-radius: 0;
}
input:focus {
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
textarea:focus {
  outline: 0;
}
textarea:hover {
  cursor: text;
}
input[type=submit],
button {
  -webkit-appearance: none;
}
input[type=submit]:hover,
button:hover {
  cursor: pointer;
}
input:hover {
  cursor: text;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}
html,
body {
  -webkit-overflow-scrolling: touch !important;
  width: 100vw;
  overflow-x: hidden;
}

div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
  font-weight: 300;
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0);
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: dotted;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
@-webkit-keyframes crawling-line {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
  }
}
@keyframes crawling-line {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
  }
}
@keyframes change {
  0% {
    transform: translateY(110%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes change-span {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes award {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
.glitch {
  position: relative;
}
@keyframes noise-anim {
  0% {
    clip: rect(20px, 9999px, 54px, 0);
  }
  5% {
    clip: rect(54px, 9999px, 28px, 0);
  }
  10% {
    clip: rect(28px, 9999px, 40px, 0);
  }
  15% {
    clip: rect(60px, 9999px, 100px, 0);
  }
  20% {
    clip: rect(14px, 9999px, 23px, 0);
  }
  25% {
    clip: rect(97px, 9999px, 96px, 0);
  }
  30% {
    clip: rect(2px, 9999px, 21px, 0);
  }
  35% {
    clip: rect(50px, 9999px, 31px, 0);
  }
  40% {
    clip: rect(39px, 9999px, 63px, 0);
  }
  45% {
    clip: rect(5px, 9999px, 29px, 0);
  }
  50% {
    clip: rect(4px, 9999px, 34px, 0);
  }
  55% {
    clip: rect(47px, 9999px, 64px, 0);
  }
  60% {
    clip: rect(74px, 9999px, 78px, 0);
  }
  65% {
    clip: rect(83px, 9999px, 18px, 0);
  }
  70% {
    clip: rect(100px, 9999px, 32px, 0);
  }
  75% {
    clip: rect(83px, 9999px, 14px, 0);
  }
  80% {
    clip: rect(56px, 9999px, 68px, 0);
  }
  85% {
    clip: rect(86px, 9999px, 51px, 0);
  }
  90% {
    clip: rect(60px, 9999px, 52px, 0);
  }
  95% {
    clip: rect(98px, 9999px, 73px, 0);
  }
  100% {
    clip: rect(65px, 9999px, 46px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 21vw;
  margin-left: 2px;
  text-shadow: -1px 0 red;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
  font-size: inherit;
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(22px, 9999px, 44px, 0);
  }
  5% {
    clip: rect(92px, 9999px, 57px, 0);
  }
  10% {
    clip: rect(47px, 9999px, 96px, 0);
  }
  15% {
    clip: rect(74px, 9999px, 18px, 0);
  }
  20% {
    clip: rect(69px, 9999px, 43px, 0);
  }
  25% {
    clip: rect(89px, 9999px, 88px, 0);
  }
  30% {
    clip: rect(6px, 9999px, 8px, 0);
  }
  35% {
    clip: rect(24px, 9999px, 74px, 0);
  }
  40% {
    clip: rect(46px, 9999px, 71px, 0);
  }
  45% {
    clip: rect(87px, 9999px, 87px, 0);
  }
  50% {
    clip: rect(94px, 9999px, 6px, 0);
  }
  55% {
    clip: rect(4px, 9999px, 94px, 0);
  }
  60% {
    clip: rect(61px, 9999px, 4px, 0);
  }
  65% {
    clip: rect(16px, 9999px, 74px, 0);
  }
  70% {
    clip: rect(15px, 9999px, 47px, 0);
  }
  75% {
    clip: rect(93px, 9999px, 13px, 0);
  }
  80% {
    clip: rect(66px, 9999px, 99px, 0);
  }
  85% {
    clip: rect(97px, 9999px, 79px, 0);
  }
  90% {
    clip: rect(14px, 9999px, 64px, 0);
  }
  95% {
    clip: rect(33px, 9999px, 15px, 0);
  }
  100% {
    clip: rect(75px, 9999px, 77px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: 21vw;
  margin-left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
  font-size: inherit;
}
button {
  display: block;
  float: left;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button:focus {
  outline: 0;
}
button:active {
  outline: 0;
}
button:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
button:hover {
  cursor: pointer;
}
a:hover *,
button:hover * {
  cursor: pointer;
}
.wrap {
  width: 100%;
  max-width: 1780px;
  float: none;
  margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
}
main {
  background: #fff;
  
}
body {
  color: #000;
}
body.pop-up-open {
  position: fixed;
  left: 0;
  right: 0;
}
body.locked {
  overflow: hidden;
}
.menu-hum {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 52px;
  right: 50%;
  margin-right: -750px;
  z-index: 5;
  mix-blend-mode: difference;
  padding: 13px 0;
}
.menu-hum:hover {
  cursor: pointer;
}
.menu-hum:hover * {
  cursor: pointer;
}
.menu-hum.fixed {
  position: fixed;
}
.menu-hum span {
  background: #fff;
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.menu-hum span:last-child {
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
}
/*------------------------------------------------------------------
1. Top panel
-------------------------------------------------------------------*/
.top-panel {
  position: absolute;
  padding: 64px 0;
  padding-left: 50px;
  z-index: 3;
}
.top-panel .logo {
  width: 142px;
  float: left;
  display: block;
}
.top-panel .logo .for-day-mode {
  display: block;
}
.top-panel .logo .for-night-mode {
  display: none;
}
.top-panel .logo img {
  width: 100%;
  display: block;
  float: left;
}
.mobile-menu {
  width: 40px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 12px;
  float: right;
  position: fixed;
  top: 35px;
}
.mobile-menu span {
  display: block;
  float: left;
  height: 2px;
  background: #000;
}
.menu {
  width: 930px;
  float: right;
}
.menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.menu ul li {
  width: auto;
  clear: both;
}
.menu ul li a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  float: left;
  text-transform: uppercase;
  width: auto;
}
.link {
  position: relative;
  overflow: hidden;
  display: block;
}
.link span {
  display: inline-block;
  transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  will-change: transform;
}
.link:before {
  content: attr(data-title);
  height: 100%;
  color: #838383;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(110%);
  transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.link:hover span {
  transform: translateY(-125%);
}
.link:hover:before {
  transform: translateY(0);
}
/*------------------------------------------------------------------
2. Main screen
-------------------------------------------------------------------*/
.main-screen .wrap_float {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 60px;
  min-height: 874px;
}
.main-title {
  font-size: 82px;
  width: auto;
  position: relative;
}
.main-title .title-with-img {
  position: relative;
  z-index: 1;
  transition: color 0.2s linear;
}
.main-title .title-with-img .selected {
  transition: color 0.2s linear;
  display: inline-block;
}
.main-title .title-with-img .selected:hover {
  color: #000;
}
.main-title .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 0;
  will-change: transform;
}
.main-title .hover-img.visible {
  opacity: 1;
}
.main-title span {
  position: relative;
  z-index: 1;
}
.main-title.hovered .title-with-img {
  color: #BCBCBC;
  transition: color 0.2s linear;
}
.scroll-word {
  font-size: 19px;
  color: #838383;
  font-style: italic;
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  padding-right: 4px;
}
.image-cover {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
/*------------------------------------------------------------------
3. Video section
-------------------------------------------------------------------*/
.video-section .video-block {
  padding-left: 50px;
  position: relative;
  float: right;
}
.video-section .video {
  
  width: 80%;
  height: auto;
  position: relative;
  background: #000;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.video-section .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  object-fit: cover;
}
.video-section .width80p{
  oder doch width 100% meint ben. auch bei fotos
}
.video-section .play-btn {
  background: none;
  border: 2px solid #fff;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -78px;
  margin-left: -180px;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: 4;
  mix-blend-mode: difference;
}
.video-section .play-btn:hover {
  cursor: pointer;
}
.video-section .play-btn:hover * {
  cursor: pointer;
}
.video-section .play-btn:before {
  width: 24px;
  height: 26px;
  background: url(../img/play-btn.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -13px;
}
.video-section .play-btn:after {
  width: 24px;
  height: 26px;
  background: url(../img/play-btn-hover.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -13px;
  opacity: 0;
  transition: all 0.2s linear;
}
.video-section .play-btn:hover {
  border-width: 78px;
}
.video-section .play-btn:hover:after {
  opacity: 1;
}
.video-section.case-video {
  margin-bottom: 30px;
}
.video-section.case-video .video-block {
  float: left;
}


       

@media screen and (max-width:1100px)  {
    #myVideo{  margin-top: -50;
    }
}

@media screen and (max-width:920px)  {
    #myVideo{  margin-top: 0;
    }
}

@media screen and (max-width:580px)  {
    #myVideo{  margin-top: 100;
    }
}

@media screen and (max-width:300px)  {
    #myVideo{  margin-top: 150;
    }
}


/*------------------------------------------------------------------
4. Quote section
-------------------------------------------------------------------*/
.quotes-section {
  overflow: hidden;
  padding: 290px 0;
}
.quotes-section .wrap {
  max-width: 100%;
}
.quotes-section .quote-row {
  font-size: 175px;
  color: #fff;
  -webkit-text-stroke: 1px black;
  white-space: nowrap;
  line-height: 1.1;
  width: auto;
  text-transform: uppercase;
}
.quotes-section .quote-row:nth-child(even) {
  margin-right: -60vw;
}
.quotes-section.animation .quote-row {
  animation: crawling-line 20s linear infinite;
}
.quotes-section.animation .quote-row:nth-child(even) {
  animation: crawling-line 20s linear infinite reverse;
}
/*------------------------------------------------------------------
5. Cases block
-------------------------------------------------------------------*/
.cases .case-item {
  clear: both;
  display: block;
  float: left;
  transition: none;
}
.cases .case-item-title {
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 28px;
  will-change: transform;
}
.cases .case-item-title:hover span {
  transform: none;
}
.cases .case-item-title:hover:before {
  transform: translateY(110%);
}
.cases .case-item-image {
  position: relative;
  overflow: hidden;
  background: #000;
  will-change: transform;
  --imgwidth: 100%;
  width: var(--imgwidth);
}
.cases .case-item-image .image-container {
  height: inherit;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  will-change: transform;
  --overflow: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s linear;
}



.cases .case-item-info {
  font-size: 19px;
  padding: 18px 0;
  min-height: 94px;
  color: #838383;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}


.cases .case-item-info:before {
  height: 1px;
  width: 100%;
  right: -100%;
  bottom: 0;
  content: '';
  background: #707070;
  position: absolute;
}
.cases .case-item-info.animated:before {
  right: 0;
  transition: all 1s ease-out;
  transition-delay: 0.5s;
}
.cases .case-item-info.animated .case-item-info-right {
  opacity: 1;
  transition: all 0.5s ease-out;
  transition-delay: 0.8s;
}
.cases .case-item-info.animated .case-item-info-left {
  opacity: 1;
  transition: all 0.5s ease-out;
  transition-delay: 1s;
}
.cases .case-item-info .case-item-info-left {
  width: 70%;
  text-align: left;
  opacity: 0;
}
.cases .case-item-info .case-item-info-right {
  width: 25%;
  text-align: right;
  opacity: 0;
  white-space: nowrap;
}



.cases .case-item:hover:hover {
  cursor: pointer;
}
.cases .case-item:hover:hover * {
  cursor: pointer;
}
.cases .case-item:hover .case-item-title span {
  transform: translateY(-125%);
}
.cases .case-item:hover .case-item-title:before {
  transform: translateY(0);
  color: #838383;
}
.cases .case-item:hover .case-item-image .image-container {
  opacity: 1;
}
.cases .case-item:nth-child(6n+1) {
  width: 1150px;
  float: right;
  margin-bottom: 72px;
}
.cases .case-item:nth-child(6n+1) .case-item-image {
  height: 827px;
}
.cases .case-item:nth-child(6n+2) {
  width: 585px;
  margin-bottom: 72px;
}
.cases .case-item:nth-child(6n+2) .case-item-image {
  height: 800px;
}
.cases .case-item:nth-child(6n+3) {
  width: 585px;
  margin-bottom: 72px;
  margin-top: -552px;
  float: right;
}
.cases .case-item:nth-child(6n+3) .case-item-image {
  height: 800px;
}
.cases .case-item:nth-child(6n+4) {
  width: 1150px;
  margin-bottom: 72px;
}
.cases .case-item:nth-child(6n+4) .case-item-image {
  height: 827px;
}
.cases .case-item:nth-child(6n+5) {
  width: 585px;
  margin-bottom: 72px;
  float: right;
}
.cases .case-item:nth-child(6n+5) .case-item-image {
  height: 827px;
}
.cases .case-item:nth-child(6n+6) {
  width: 585px;
  margin-bottom: 72px;
  margin-top: -552px;
}
.cases .case-item:nth-child(6n+6) .case-item-image {
  height: 827px;
}
.cases .case-item:last-child {
  margin-bottom: 0;
}
/*------------------------------------------------------------------
6. more projects
-------------------------------------------------------------------*/
.more-projects {
  padding: 200px 0;
}
.more-projects .wrap_float {
  display: flex;
  justify-content: center;
}
.more-projects .cases-link {
  font-size: 170px;
  position: relative;
  width: auto;
  transition: transform 0.4s;
  padding-right: 200px;
}
.more-projects .cases-link span {
  transition: all 0.4s;
}
.more-projects .cases-link:hover {
  font-style: italic;
  transform: translate3d(3rem, 0, 0);
  padding-left: 90px;
}
.more-projects .cases-link:hover:hover {
  cursor: pointer;
}
.more-projects .cases-link:hover:hover * {
  cursor: pointer;
}
.more-projects .cases-link:hover:before {
  right: -30px;
}
.more-projects .cases-link:hover span {
  color: #fff;
  -webkit-text-stroke: 2px black;
}
.more-projects .cases-link:before {
  width: 160px;
  height: 112px;
  background: url(../img/arrow-border.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -46px;
  transition: all 0.4s;
}
.mode-link {
  margin-bottom: 40px;
}
.mode-link a {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: auto;
  float: right;
}
/*------------------------------------------------------------------
7. Footer
-------------------------------------------------------------------*/
.footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.footer .footer-top {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.footer .footer-bottom > * {
  width: auto;
}
.footer .footer-bottom ._left {
  max-width: 300px;
}
.footer .footer-bottom ._center a {
  display: inline-block;
  vertical-align: top;
}
.change:before {
  animation-name: change;
  -webkit-animation-name: change;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.change-span {
  animation-name: change-span;
  -webkit-animation-name: change-span;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.menu-wrap {
  width: 1000px;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  z-index: 5;
  overflow: auto;
  background: #fff;
  text-align: right;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-wrap.opened {
  right: 0;
}
.menu-wrap .scroll {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 318px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.menu-wrap .get-in-touch {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.menu-wrap .mob-ul {
  margin-bottom: 30px;
  display: block;
}
.menu-wrap .mob-ul li {
  margin-bottom: 23px;
}
.menu-wrap .mob-ul li a {
  font-size: 42px;
  display: block;
  float: right;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.menu-wrap .mob-ul li a:before {
  font-size: 42px;
}
.menu-wrap .mob-ul li:last-child {
  margin-bottom: 0;
}
.menu-wrap .menu-top {
  color: #838383;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.menu-wrap .menu-center {
  margin-top: 50px;
}
.menu-wrap .menu-bottom {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.menu-wrap ul li {
  margin-bottom: 18px;
}
.menu-wrap ul li a {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: block;
  width: auto;
  float: right;
}
.menu-wrap ul li a:hover {
  color: #838383;
}
.menu-wrap ul li a:before {
  font-weight: 500;
  font-size: 30px;
  color: #838383;
}
.menu-wrap .menu-close {
  width: 32px;
  height: 22px;
  background: url(../img/back.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 60px;
  left: 100px;
}
.menu-wrap .menu-close:hover {
  cursor: pointer;
}
.menu-wrap .menu-close:hover * {
  cursor: pointer;
}
.menu-wrap .lang-link {
  margin-top: 34px;
  display: block;
  float: right;
  font-size: 20px;
}
.lang-link {
  color: #838383;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.lang-link:hover {
  color: #000;
}
.dot {
  width: 40px;
  height: 40px;
  position: fixed;
  margin-top: -20px;
  margin-left: -20px;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 444;
  mix-blend-mode: difference;
}
.mobile .main-title .hover-img,
.tablet .main-title .hover-img {
  display: none;
}
.mobile .dot,
.tablet .dot {
  display: none !important;
}
.mobile .cases .case-item-image .image-container,
.tablet .cases .case-item-image .image-container {
  opacity: 1;
}
.mobile .link:before,
.tablet .link:before {
  display: none;
}
.mobile .link:hover span,
.tablet .link:hover span {
  transform: none;
}
.mobile .menu-wrap ul li a:hover,
.tablet .menu-wrap ul li a:hover {
  color: #000;
}
.mobile .video-section .play-btn:hover,
.tablet .video-section .play-btn:hover {
  border-width: 2px;
}
.mobile .video-section .play-btn:hover:after,
.tablet .video-section .play-btn:hover:after {
  opacity: 0;
}
.mobile .js-effect,
.tablet .js-effect {
  opacity: 1;
  transform: none;
}
.mobile .arrows .arrow:hover,
.tablet .arrows .arrow:hover {
  transform: none;
}
.mobile .arrows .arrow.next:before,
.tablet .arrows .arrow.next:before {
  left: 20%;
}
.mobile .arrows .arrow.prev:before,
.tablet .arrows .arrow.prev:before {
  left: 80%;
}
.mobile .cases .case-item:hover .case-item-title span,
.tablet .cases .case-item:hover .case-item-title span {
  transform: none;
}
.mobile .arrows .arrow.next,
.tablet .arrows .arrow.next {
  overflow: hidden;
}
.mobile .pag-ul li a:hover,
.tablet .pag-ul li a:hover {
  color: #838383;
}
/*------------------------------------------------------------------
8. Case page styles
-------------------------------------------------------------------*/
.header .wrap_float {
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
}
.header .header-title {
  font-size: 146px;
  padding-left: 21vw;
}
.header .header-info {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-style: italic;
  margin-top: 52px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.header .header-info > * {
  width: auto;
}
.header .header-info .date {
  color: #838383;
  width: 20%;
}
.header .header-info .count .span-count {
  width: 38px;
  display: inline-block;
  text-align: right;
}
.header .awards {
  position: relative;
  padding-left: 40px;
}
.header .awards:before {
  width: 24px;
  height: 30px;
  background: url(../img/award.svg) center left no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  animation-name: award;
  -webkit-animation-name: award;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
}
.case-tags {
  display: flex;
  flex-direction: column;
  color: #838383;
  line-height: 1.5;
}
.case-header .header-info {
  font-style: normal;
}
.case-header .case-tags {
  width: 30%;
}
.case-header .date {
  width: 20%;
}
.case-header .case-descr {
  width: 50%;
  padding-left: 21vw;
}

.case-header .case-descr2 {
  width: 50%;
    padding-left: 8%;
}



.case-header .awards {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 20%;
}
.case-header .scroll-word {
  top: auto;
  bottom: 40px;
  margin-left: 50px;
}
.about-header .date {
  width: 20%;
  text-align: left;
}
.about-header .awards {
  align-self: flex-start;
}
.about-header .case-tags,
.about-header .date {
  font-style: normal;
}
.single-quote {
  padding: 130px 0;
}

.wp-content {
  font-size: 24px;
  line-height: 1.2;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.wp-content p {
  width: 80%;
  max-width: 1420px;
  margin-top: 40px ;
  margin-bottom: 150px;
}

.a-underline{
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 150px;
  padding: 18px 0;
  min-height: 94px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}




.wp-content .small-grey {
  color: #838383;
  font-size: 19px;
}
.wp-content img,
.wp-content picture {
  max-width: 100%;
  width: auto;
  align-self: flex-start;
  display: block;
}
/*
.wp-content img.fullscreen,
.wp-content picture.fullscreen {
  width: 100%;
}
*/
.wp-content source.fullscreen{
  width: 100%;
}

.wp-content source.smallscreen{
  width: 50%;
}

.wp-content img.fullscreen-high,
.wp-content picture.fullscreen-high {
  width: 50%;
}

.wp-content img.width50p,
.wp-content picture.width50p  {
  width: 50%;
}

.wp-content img.width80p,
.wp-content picture.width80p  {
  width: 80%;
}


.wp-content picture {
  width: 100%;
}
/*von mir eingefügt*/
.picture-high  {
    margin: 20px;
  max-width:   50%;
  align-self: center;
}

.p5Canvas {
    
  
    width: 100% !important;
    height: auto !important;
    
}
.p5-content
{ 
  align-self: center;
}

.wp-content h2  {
  font-size: 47px;
}
.wp-content h3 {
  font-size: 34px;
}
.wp-content h4 {
  font-size: 30px;
}
.wp-content h5 {
  font-size: 28px;
}
.wp-content h5 {
  font-size: 26px;
}
.wp-content ul,
.wp-content ol {
  padding-left: 21px;
  margin: 20px 0;
}
.wp-content ul li,
.wp-content ol li {
  display: list-item;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 2;
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
  margin: 40px 0 20px;
}
.img-title {
  color: #838383;
  font-size: 24px;
  margin-bottom: 15px;
}
.video-iframe {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.video-iframe:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  border: 0;
}
.case-slider {
  margin-bottom: 6vw;
    
}
.case-slider .wrap_float {
  position: relative;
  background: #ffffff00;
  padding: 140px 0;
}
.case-slider .arrows .arrow.prev {
  left: 32px;
}
.case-slider .arrows .arrow.next {
  right: 32px;
}
.case-slider .arrows .arrow {
  background: #fff;
}
.case-slider .arrows .arrow:before {
  background-image: url(../img/btn-arrow-black.svg);
}
.case-slider .arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.case-slider .slider {
  height: 800px;
  overflow: hidden;
}
.case-slider .slider .slide {
  max-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-slider .slider .slide img {
  max-height: 800px;
  max-width: 100%;
  width: auto;
}
.case-slider .slider .slide.current {
  opacity: 1 !important;
  transform: none;
}
.case-slider .slider .slide.prev {
  opacity: 0 !important;
}
.case-slider .slider .slide.next {
  opacity: 0 !important;
}
.case-slider .slider .slide .video-iframe {
  padding-bottom: 0;
  width: 1420px;
  height: 800px;
  position: relative;
}
.case-slider .slider .slide .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.case-slider .slider.to-right .slide.prev {
  transform: translateX(50px);
  transition: all 0.4s linear !important;
}
.case-slider .slider.to-right .slide.next {
  transform: translateX(-50px);
}
.case-slider .slider.to-right .slide.current {
  transition: all 0.4s linear !important;
}
.case-slider .slider.to-left .slide {
  transition: none !important;
}
.case-slider .slider.to-left .slide.prev {
  transform: translateX(50px);
}
.case-slider .slider.to-left .slide.next {
  transform: translateX(-50px);
  transition: all 0.4s linear !important;
}
.case-slider .slider.to-left .slide.current {
  transition: all 0.4s linear !important;
}
.arrows .arrow {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  transition: all 0.2s linear;
  z-index: 2;
}
.arrows .arrow:hover {
  cursor: pointer;
}
.arrows .arrow:hover * {
  cursor: pointer;
}
.arrows .arrow:before {
  width: 32px;
  height: 22px;
  background: url(../img/btn-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -16px;
  transition: all 0.2s linear;
}
.arrows .arrow:hover {
  transform: scale(0.8);
}
.arrows .arrow.prev {
  left: 0;
}
.arrows .arrow.prev:before {
  transform: rotate(180deg);
}
.arrows .arrow.prev:hover:before {
  left: 80%;
}
.arrows .arrow.next {
  right: 0;
}
.arrows .arrow.next:hover:before {
  left: 20%;
}
.js-effect {
  opacity: 0;
  transform: translateY(100px);
}
.js-effect.loaded {
  opacity: 1;
  transform: none;
  transition: transform 0.5s linear, opacity 0.5s linear;
}
.projects-footer {
  color: #838383;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.case-authors .col {
  width: 25%;
  padding-right: 50px;
  margin-bottom: 40px;
}
.case-authors .col ._title {
  color: #838383;
  font-size: 20px;
  margin-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.case-authors .col .name {
  font-size: 25px;
  width: auto;
  clear: both;
  display: block;
  float: left;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.case-authors .col .name:hover {
  cursor: pointer;
}
.case-authors .col .name:hover * {
  cursor: pointer;
}
.case-authors .col .name:hover:before {
  opacity: 0;
}
.case-authors .col .name:before {
  background: #000;
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.2s linear;
}
.other-projects {
  height: 515px;
  overflow: hidden;
  margin-top: 160px;
}
.other-projects .wrap {
  max-width: 100%;
}
.other-projects .wrap_float {
  position: relative;
  padding: 150px 0;
  height: 515px;
}
.other-projects .items {
  white-space: nowrap;
}
.other-projects .items.hover .item {
  color: #BCBCBC;
}
.other-projects .items.hover .item:hover {
  color: #000;
}
.other-projects .item {
  width: auto;
  display: inline-block;
  float: none;
  margin-right: 200px;
  padding-top: 44px;
  line-height: 165px;
  position: relative;
  transition: all 0.2s linear;
}
.other-projects .item:hover {
  cursor: pointer;
}
.other-projects .item:hover * {
  cursor: pointer;
}
.other-projects .item .hover-img {
  position: absolute;
  will-change: transform;
  left: 0;
  top: 0;
}
.other-projects .item .hover-img.visible {
  opacity: 1;
}
.other-projects .item:hover {
  color: #000;
}
.other-projects .slick-list {
  overflow: visible;
}
.other-projects ._title {
  font-size: 202px;
}
.other-projects .arrows .arrow {
  background: #fff;
  margin-top: 0;
  top: 0;
}
.other-projects .arrows .arrow.prev {
  left: 50%;
  margin-left: -890px;
}
.other-projects .arrows .arrow.next {
  right: 50%;
  margin-right: -890px;
}
.other-projects .arrows .arrow:before {
  background-image: url(../img/btn-arrow-black.svg);
}
.next-project .wrap_float {
  flex-direction: column;
}
.next-project ._title {
  font-size: 22px;
  color: #838383;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 80px;
}
.next-project .cases-link {
  align-self: center;
  display: block;
}
/*------------------------------------------------------------------
9. About page styles
-------------------------------------------------------------------*/
.about-section .wp-content p {
  margin: 15px 0;
}
.about-section .wp-content img {
  margin-bottom: 70px;
}
.about-section .wp-content *:first-child {
  margin-top: 0;
}
.right-column .wrap_float {
  max-width: 1148px;
  float: right;
}
.author-quote {
  font-size: 117px;
  padding: 180px 0;
  line-height: 1.1;
}
.author-quote .wrap_float {
  max-width: 1280px;
}
.author-quote span {
  display: block;
  width: auto;
  float: left;
  clear: both;
}
.author-quote span:nth-child(even) {
  float: right;
}
.block_title {
  font-size: 19px;
  color: #838383;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.directions {
  padding-bottom: 230px;
}
.directions .block_title {
  margin-bottom: 60px;
}
.directions ul {
  max-width: 430px;
}
.directions ul li {
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 14px;
}
.directions ul li:last-child {
  margin-bottom: 0;
}
/*------------------------------------------------------------------
10. 404 page styles
-------------------------------------------------------------------*/
.link-to-mainpage {
  font-size: 24px;
  padding-left: 21vw;
}
.link-to-mainpage a {
  transition: all 0.2s linear;
  border-bottom: 2px solid #000;
}
.link-to-mainpage a:hover {
  border-color: transparent;
}
.page-404 .footer {
  color: #BCBCBC;
}
.page-404 .footer .lang-link {
  color: #BCBCBC;
}
/*------------------------------------------------------------------
11. Blog
-------------------------------------------------------------------*/
.select-wrap {
  position: relative;
  width: auto;
}
.select-wrap:hover {
  cursor: pointer;
}
.select-wrap:hover * {
  cursor: pointer;
}
.select-wrap .select-val {
  font-size: 24px;
  border-bottom: 1px solid #000;
  font-style: normal;
  width: auto;
  position: relative;
}
.select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.blog-posts {
  margin-bottom: 200px;
}
.blog-posts .content {
  padding: 0 180px;
}
.cases .case-item.blog-item {
  margin-bottom: 130px;
}
.cases .case-item.blog-item:nth-child(6n+1),
.cases .case-item.blog-item:nth-child(6n+2),
.cases .case-item.blog-item:nth-child(6n+3),
.cases .case-item.blog-item:nth-child(6n+4),
.cases .case-item.blog-item:nth-child(6n+5),
.cases .case-item.blog-item:nth-child(6n+6) {
  width: 890px;
  margin-top: 0;
}
.cases .case-item.blog-item .blog-item-title {
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 40px 0 30px;
}
.cases .case-item.blog-item .case-item-info:before {
  bottom: auto;
  top: 0;
}
.pagination {
  position: relative;
}
.pag-ul {
  padding: 0 80px;
  display: flex;
  justify-content: center;
}
.pag-ul li {
  width: 60px;
  height: 60px;
  margin: 0 8px;
}
.pag-ul li a {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  font-size: 29px;
  color: #838383;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}
.pag-ul li a:hover {
  color: #000;
}
.pag-ul li a.active {
  background: #D5D5D5;
  color: #000;
}
.arrows .arrow.pag-arrow {
  background: #fff;
}
.arrows .arrow.pag-arrow:before {
  background-image: url(../img/btn-arrow-black.svg);
}
.header.blog-single-header .header-title {
  font-size: 90px;
  max-width: 1600px;
}
.header.blog-single-header .date {
  font-style: italic;
}
.back-link {
  width: 22%;
  display: block;
}
.back-link a {
  border-bottom: 1px solid #000;
}
.back-link.mobile-link {
  display: none;
}
.blog-preview img,
.blog-preview picture {
  width: 100%;
  display: block;
  float: left;
}
.blog-content .wrap_float {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-wrap {
  max-width: 890px;
  padding: 50px 0;
}
.blog-wrap p {
  margin: 20px 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 2;
}
.blog-wrap img {
  margin: 20px 0;
}
.blog-wrap .description {
  font-size: 29px;
  line-height: 1.7;
}
.blog-wrap .description p {
  font-size: 29px;
  line-height: 1.7;
}
.comments-section .title {
  font-size: 47px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 55px;
}
.comments-section .wrap {
  max-width: 890px;
}
.comments-section .cancel-reply {
  width: auto;
  float: right;
  display: block;
  line-height: 40px;
}
.comments-section .cancel-reply:hover {
  cursor: pointer;
}
.comments-section .cancel-reply:hover * {
  cursor: pointer;
}
.comments-section .cancel-reply span {
  font-size: 20px;
  border-bottom: 1px solid #000;
}
.comments-section .comments-list .write-comment .title {
  font-size: 34px;
  margin-bottom: 40px;
  width: auto;
}
.comments-section .comments-list .write-comment {
  margin-top: 0;
  margin-bottom: 80px;
}
.write-comment {
  margin-top: 85px;
}
.comment-item {
  border-bottom: 1px solid #707070;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.comment-item:last-child {
  margin-bottom: 0;
}
.comment-item .comment-head {
  padding-left: 90px;
  position: relative;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  margin-bottom: 14px;
}
.comment-item .comment-head .userpic {
  width: 72px;
  height: 72px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.comment-item .comment-head .userpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.comment-item .comment-head .reply-link {
  border-bottom: 1px solid #000;
  white-space: nowrap;
  width: auto;
}
.comment-item .comment-body {
  font-size: 20px;
  line-height: 2;
}
.comment-item .grey {
  color: #838383;
}
.comment-item .moderation {
  margin-bottom: 8px;
}
.comment-item .date {
  margin-top: 8px;
}
.comment-item.reply {
  padding-left: 100px;
}
.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.input {
  width: 48%;
  height: 60px;
  display: block;
  background: none;
  border: 0;
  border-bottom: 1px solid #707070;
  padding: 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.textarea {
  width: 100%;
  height: 150px;
  resize: none;
}
.submit {
  height: 60px;
  background: #D5D5D5;
  width: auto;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0 30px;
  margin-top: 20px;
}
.submit:hover {
  background: #000;
  color: #fff;
}
.other-posts {
  margin-top: 120px;
  margin-bottom: 200px;
  overflow: hidden;
}
.other-posts .title {
  font-size: 29px;
  max-width: 890px;
}
.other-posts .section-top {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 74px;
  align-items: center;
  margin-bottom: 68px;
}
.other-posts .arrows {
  position: absolute;
  top: 0;
}
.other-posts .section-content {
  position: relative;
}
.other-posts .blog-posts {
  margin-bottom: 0;
}
.other-posts .cases .case-item {
  clear: none;
  float: left;
  margin-right: 190px;
  margin-bottom: 0;
}
.other-posts .cases .case-item:last-child {
  margin-right: 50px;
}
.other-posts .cases .case-item .case-item-image {
  height: 720px;
}
.other-posts .slick-list {
  overflow: visible;
}
.other-posts .arrow {
  position: absolute;
  top: 0;
  background: #fff;
  margin-top: 0;
}
.other-posts .arrow:before {
  background-image: url(../img/btn-arrow-black.svg);
}
/*------------------------------------------------------------------
12. Media
-------------------------------------------------------------------*/
@media screen and (min-width: 2000px) {
  .wrap {
    max-width: 92vw;
  }
  .main-title {
    font-size: 100px;
  }
  .menu-hum {
    right: 10vw;
    margin-right: 0;
  }
  .header .header-title {
    font-size: 160px;
  }
  .header.projects-header .header-title {
    font-size: 200px;
  }
  .case-slider .slider .slide,
  .case-slider .slider .slide img {
    max-height: 960px;
  }
  .case-slider .slider {
    height: 960px;
  }
  .case-slider .slider .slide .video-iframe {
    height: 960px;
    width: 1705px;
  }
  .other-projects .arrows .arrow.prev {
    margin-left: -47vw;
  }
  .other-projects .arrows .arrow.next {
    margin-right: -47vw;
  }
     img.image-high{
        width: 35%;
       align-content: left;
        margin-right: 30%;
    }
    
    #canvas-container
    { width: 50%;
        align-self: center;
    }
}
@media screen and (max-width: 2000px) {
  .main-screen .wrap_float {
    min-height: 800px;
  }
  .quotes-section {
    padding: 200px 0;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+2) {
    width: 1050px;
  }
  .cases .case-item:nth-child(6n+3) .case-item-image,
  .cases .case-item:nth-child(6n+4) .case-item-image {
    height: 740px;
  }
  .cases .case-item:nth-child(6n+2) .case-item-image,
  .cases .case-item:nth-child(6n+3) .case-item-image,
  .cases .case-item:nth-child(6n+5) .case-item-image,
  .cases .case-item:nth-child(6n+6) .case-item-image {
    height: 750px;
  }
  .menu-wrap.with-mode .mob-ul li {
    margin-bottom: 17px;
  }
  .menu-wrap.with-mode .menu-center {
    margin-top: 0;
  }
  .other-posts .case-item:nth-child(6n+2) .case-item-image,
  .other-posts .case-item:nth-child(6n+3) .case-item-image,
  .other-posts .case-item:nth-child(6n+5) .case-item-image,
  .other-posts .case-item:nth-child(6n+6) .case-item-image {
    height: 720px;
  }
   img.image-high{
        width: 35%;
        align-content: left;
        margin-right: 30%;
    }  
}
@media screen and (max-width: 1800px) {
  .wrap {
    max-width: 1500px;
  }
  .main-screen .wrap_float {
    min-height: 665px;
  }
  .video-section .video-block {
  }
  .quotes-section .quote-row {
    font-size: 130px;
  }
  .quotes-section {
    padding: 140px 0;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+4) {
    width: 940px;
  }
  .cases .case-item:nth-child(6n+1) .case-item-image,
  .cases .case-item:nth-child(6n+4) .case-item-image {
    height: 630px;
  }
  .cases .case-item-info {
    min-height: 70px;
  }
  .cases .case-item:nth-child(6n+2),
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+5),
  .cases .case-item:nth-child(6n+6) {
    width: 500px;
  }
  .cases .case-item:nth-child(6n+2) .case-item-image,
  .cases .case-item:nth-child(6n+3) .case-item-image,
  .cases .case-item:nth-child(6n+5) .case-item-image,
  .cases .case-item:nth-child(6n+6) .case-item-image {
    height: 630px;
  }
  .more-projects .cases-link {
    font-size: 140px;
  }
  .more-projects .cases-link:before {
    width: 120px;
    height: 84px;
    margin-top: -33px;
  }
  .more-projects {
    padding: 130px 0;
  }
  .menu {
    width: 800px;
  }
  .main-title {
    font-size: 74px;
  }
  .quotes-section .quote-row {
    font-size: 118px;
  }
  .header .header-title {
    font-size: 127px;
  }
  .wp-content p {
    margin-top: 40px;
    margin-bottom: 100px ;
    
  }

  .a-underline{
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 18px 0;
    min-height: 94px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  

 
  .right-column .wrap_float {
    max-width: 960px;
  }
  .other-projects ._title {
    font-size: 180px;
  }
  .author-quote {
    font-size: 106px;
  }
  .case-slider .wrap_float {
    padding: 80px 0;
  }
  .other-projects .arrows .arrow.prev {
    margin-left: -750px;
  }
  .other-projects .arrows .arrow.next {
    margin-right: -750px;
  }
  .blog-posts .content {
    padding: 0;
  }
  .blog-posts {
    margin-bottom: 110px;
  }
  .cases .case-item.blog-item {
    margin-bottom: 112px;
  }
  .cases .case-item.blog-item:nth-child(6n+1),
  .cases .case-item.blog-item:nth-child(6n+2),
  .cases .case-item.blog-item:nth-child(6n+3),
  .cases .case-item.blog-item:nth-child(6n+4),
  .cases .case-item.blog-item:nth-child(6n+5),
  .cases .case-item.blog-item:nth-child(6n+6) {
    width: 700px;
  }
  .header.blog-single-header .header-title {
    font-size: 68px;
    max-width: 1270px;
  }
  .blog-wrap p {
    margin: 20px 0;
  }
  .other-posts .cases .case-item.blog-item {
    width: 640px;
    margin-right: 140px;
  }
  .other-posts {
    margin-bottom: 90px;
  }
     img.image-high{
        width: 35%;
        align-content: left;
        margin-right: 30%;
    }
}
@media screen and (max-width: 1540px) {
  .wrap {
    max-width: 1300px;
  }
  .menu-hum {
    margin-right: -590px;
  }
  .menu-wrap .mob-ul li a,
  .menu-wrap .mob-ul li a:before {
    font-size: 42px;
  }
  .menu-wrap .mob-ul li,
  .menu-wrap ul li {
    margin-bottom: 16px;
  }
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 25px;
  }
  .menu-wrap .menu-center {
    margin-top: 22px;
  }
  .menu-wrap .scroll {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .header .header-title {
    font-size: 148px;
  }
  .menu-wrap.with-mode .mob-ul li {
    margin-bottom: 10px;
  }
  .other-projects .arrows .arrow.prev {
    margin-left: -650px;
  }
  .other-projects .arrows .arrow.next {
    margin-right: -650px;
  }
  .more-projects .cases-link {
    padding-right: 160px;
  }
  .cases .case-item-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .header.blog-single-header .header-title {
    font-size: 62px;
    max-width: 1168px;
  }
  .blog-wrap .description p {
    font-size: 25px;
    line-height: 1.6;
  }
  .blog-wrap .wp-content {
    line-height: 1.3;
  }
  .other-posts .cases .case-item .case-item-image {
    height: 460px;
  }
  .other-posts .cases .case-item.blog-item {
    width: 554px;
    margin-right: 80px;
  }
  .other-posts .section-top {
    margin-bottom: 32px;
  }
     img.image-high{
        width: 35%;
        align-content: left;
        margin-right: 30%;
    }
}
@media screen and (max-width: 1400px) {
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 32px;
  }
  .menu-wrap ul li {
    margin-bottom: 26px;
  }
  .menu-wrap .menu-center {
    margin: 15px 0;
  }
  .menu-wrap {
    width: 896px;
  }
  .menu-wrap .lang-link {
    margin-top: 22px;
    font-size: 16px;
  }
  .main-title {
    font-size: 66px;
  }
  .main-screen .wrap_float {
    min-height: 620px;
  }
  .main-title .hover-img {
    max-width: 380px;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+4) {
    width: 740px;
  }
  .cases .case-item:nth-child(6n+1) .case-item-image,
  .cases .case-item:nth-child(6n+4) .case-item-image {
    height: 490px;
  }
  .cases .case-item-title {
    margin-bottom: 12px;
  }
  .cases .case-item:nth-child(6n+2),
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+5),
  .cases .case-item:nth-child(6n+6) {
    width: 445px;
  }
  .cases .case-item:nth-child(6n+2) .case-item-image,
  .cases .case-item:nth-child(6n+3) .case-item-image,
  .cases .case-item:nth-child(6n+5) .case-item-image,
  .cases .case-item:nth-child(6n+6) .case-item-image {
    height: 530px;
  }
  .case-slider .slider .slide .video-iframe {
    height: 400px;
    width: 1066px;
  }
  .case-slider .slider .slide,
  .case-slider .slider .slide img {
    max-height: 400px;
  }
  .case-slider .slider {
    height: 400px;
  }
  .wp-content {
    font-size: 24px;
  }
  .wp-content p {
    margin-top: 20px;
    margin-bottom: 50px ;
  }

  .a-underline{
    font-size: 24px;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 18px 0;
    min-height: 94px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
 
  .projects-footer {
    margin-bottom: 65px;
  }
  .more-projects.next-project {
    padding-top: 90px;
  }
  .right-column .wrap_float {
    max-width: 800px;
  }
  .directions ul {
    max-width: 400px;
  }
  .other-projects ._title {
    font-size: 150px;
  }
  .header.about-header .header-title {
    font-size: 102px;
  }
  .case-slider {
    margin-bottom: 2vw;
  }
  .other-projects {
    margin-top: 110px;
  }
  .more-projects .cases-link {
    padding-right: 160px;
    font-size: 124px;
  }
  .cases .case-item.blog-item .blog-item-title {
    padding: 30px 0 20px;
    font-size: 27px;
  }
  .cases .case-item.blog-item {
    margin-bottom: 85px;
  }
  .pag-ul li {
    width: 50px;
    height: 50px;
  }
  .pag-ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
  }
  .blog-wrap p {
    margin: 20px 0;
  }
  .header.blog-single-header .header-title {
    font-size: 54px;
    max-width: 1100px;
  }
  .comment-item .comment-body {
    font-size: 18px;
  }
  .comments-section .title {
    font-size: 42px;
  }
  .comments-section .comments-list .write-comment .title {
    font-size: 28px;
  }
  .comments-section .cancel-reply {
    line-height: 33px;
    font-size: 18px;
  }
     img.image-high{
        width: 35%;
        align-content: left;
        margin-right: 30%;
    }
}
@media screen and (max-width: 1400px) and (max-height: 760px) and (orientation: landscape) {
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 20px;
  }
  .menu-wrap .mob-ul li a,
  .menu-wrap .mob-ul li a:before {
    font-size: 38px;
  }
  .menu-wrap .mob-ul li,
  .menu-wrap ul li {
    margin-bottom: 15px;
  }
  .menu-wrap .scroll {
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: flex-start;
  }
  .menu-wrap .menu-close {
    top: 44px;
    left: 60px;
  }
     img.image-high{
        width: 35%;
        align-content: left;
        margin-right: 30%;
    }
}
@media screen and (max-width: 1320px) {
  .wrap {
    max-width: 1100px;
  }
  .menu {
    width: 670px;
  }
  .main-title {
    font-size: 64px;
  }
  .main-screen .wrap_float {
    min-height: 600px;
  }
  .video-section .play-btn {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -135px;
  }
  .video-section .play-btn:hover {
    border-width: 60px;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+4) {
    width: 800px;
  }
  .cases .case-item:nth-child(6n+1) .case-item-image,
  .cases .case-item:nth-child(6n+4) .case-item-image {
    height: 500px;
  }
  .cases .case-item-title {
    margin-bottom: 15px;
  }
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+6) {
    margin-top: -380px;
  }
  .more-projects .cases-link {
    font-size: 116px;
    padding-right: 150px;
  }
  .more-projects .cases-link:before {
    width: 108px;
  }
  .more-projects .cases-link:hover {
    padding-left: 70px;
  }
  .more-projects .cases-link:hover:before {
    right: -20px;
  }
  .menu-hum {
    margin-right: -495px;
  }
  .header .header-title {
    padding-left: 17vw;
  }
  .case-authors .col .name {
    font-size: 22px;
  }
  .case-authors .col ._title {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .link-to-mainpage {
    padding-left: 17vw;
  }
  .glitch:before,
  .glitch:after {
    left: 17vw;
  }
  .blog-wrap .description p {
    font-size: 23px;
  }
  .blog-wrap .wp-content {
    line-height: 1.2;
  }
  .blog-wrap p {
    line-height: 1.7;
  }
     img.image-high{
        width: 35%;
        align-content: left;
        margin-right: 30%;
    }
}
@media screen and (max-width: 1130px) {
  .wrap {
    max-width: 960px;
  }
  .top-panel {
    padding: 35px 0;
  }
  .top-panel .logo {
    width: 120px;
  }
  .menu {
    width: 540px;
  }
  .main-title {
    font-size: 58px;
  }
  .main-screen .wrap_float {
    min-height: 540px;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+4) {
    width: 670px;
  }
  .cases .case-item:nth-child(6n+1) .case-item-image,
  .cases .case-item:nth-child(6n+4) .case-item-image {
    height: 460px;
  }
  .cases .case-item:nth-child(6n+2),
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+5),
  .cases .case-item:nth-child(6n+6) {
    width: 390px;
  }
  .cases .case-item:nth-child(6n+2) .case-item-image,
  .cases .case-item:nth-child(6n+3) .case-item-image,
  .cases .case-item:nth-child(6n+5) .case-item-image,
  .cases .case-item:nth-child(6n+6) .case-item-image {
    height: 485px;
  }
  .more-projects .cases-link {
    font-size: 120px;
  }
  .menu-wrap {
    width: 748px;
  }
  .menu-wrap .scroll {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 230px;
  }
  .menu-wrap .menu-close {
    top: 40px;
    left: 50px;
  }
  .menu-hum {
    margin-right: -430px;
    top: 23px;
  }
  .menu-wrap .mob-ul li,
  .menu-wrap ul li {
    margin-bottom: 11px;
  }
  .header .header-title {
    font-size: 140px;
  }
  .header .header-info {
    font-size: 21px;
    margin-top: 85px;
  }
  .header.case-header .header-title {
    font-size: 120px;
  }
  .header.case-header .header-info {
    font-size: 18px;
  }
  .header.case-header .awards {
    width: 50%;
  }
  .wp-content {
    font-size: 24px;
  }
  .case-authors .col ._title {
    font-size: 17px;
  }
  .case-authors .col .name {
    font-size: 20px;
  }
  .author-quote {
    font-size: 80px;
  }
  .quotes-section .quote-row {
    font-size: 94px;
  }
  .more-projects .cases-link {
    font-size: 100px;
  }
  .header.blog-single-header .header-title {
    font-size: 54px;
  }
  .other-posts .arrows {
    display: none;
  }
  .other-posts .wrap {
    max-width: 100%;
  }
  .other-posts .slick-list {
    overflow: auto;
    padding-left: 4vw;
  }
  .other-posts .slick-track {
    width: auto !important;
    transform: none !important;
    display: block!important;
    white-space: nowrap;
  }
  .other-posts .cases .case-item.blog-item {
    display: inline-block !important;
    float: none;
    margin-right: 4px;
    white-space: normal;
    vertical-align: top;
    margin-right: 40px;
  }
  .other-posts .cases .case-item.blog-item:last-child {
    margin-right: 4vw;
  }
  .other-posts .cases .case-item:nth-child(6n+2) .case-item-image,
  .other-posts .cases .case-item:nth-child(6n+3) .case-item-image,
  .other-posts .cases .case-item:nth-child(6n+5) .case-item-image,
  .other-posts .cases .case-item:nth-child(6n+6) .case-item-image {
    height: 460px;
  }
}


@media screen and (max-width: 1400px) and (min-width: 1001px) and (orientation: portrait) {
  .menu-wrap .scroll {
    padding-right: 16vw;
  }
  .menu-wrap .mob-ul {
    margin-bottom: 75px;
    display: block;
  }
  .menu-wrap .mob-ul li a {
    font-size: 58px;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }
  .menu-wrap .mob-ul li:last-child {
    margin-bottom: 0;
  }
  .menu-wrap .scroll {
    padding-top: 120px;
    justify-content: center;
  }
  .menu-wrap {
    width: 100%;
  }
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 42px;
  }
  .menu-wrap .mob-ul li,
  .menu-wrap ul li {
    margin-bottom: 23px;
  }
  .menu-wrap .lang-link {
    font-size: 32px;
  }
  .menu-wrap .get-in-touch {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .other-projects .wrap {
    max-width: 100%;
    width: 100%;
  }
  .other-projects .slick-list {
    padding: 0;
    overflow: auto;
    padding-left: 4vw !important;
  }
  .other-projects .slick-track {
    width: auto !important;
    transform: none !important;
    display: block!important;
    white-space: nowrap;
  }
  .other-projects .arrows .arrow {
    display: none !important;
  }
  .other-projects,
  .other-projects .wrap_float {
    height: auto;
  }
  .header .header-info .date {
    width: auto;
  }
  .other-projects {
    margin-top: 0;
  }
  .cases .case-item .case-item-image .image-container {
    transform: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .wrap {
    width: 90vw;
    max-width: 90vw;
  }
  .menu-hum {
    margin-right: 0;
    right: 5vw;
  }
  .menu {
    display: none;
  }
  .menu-wrap .scroll {
    padding-right: 16vw;
  }
  .menu-wrap .mob-ul {
    margin-bottom: 75px;
    display: block;
  }
  .menu-wrap .mob-ul li a {
    font-size: 48px;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }
  .menu-wrap .mob-ul li:last-child {
    margin-bottom: 0;
  }
  .menu-wrap .scroll {
    padding-top: 120px;
    justify-content: center;
  }
  .menu-wrap {
    width: 100%;
  }
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 30px;
  }
  .menu-wrap .mob-ul li,
  .menu-wrap ul li {
    margin-bottom: 20px;
  }
  .top-panel .logo {
    width: 150px;
  }
  .main-screen .wrap_float {
    justify-content: flex-start;
  }
  .main-title {
    max-width: 500px;
    font-size: 55px;
  }
  .main-title br {
    display: none;
  }
  .main-title .hover-img {
    display: none;
  }
  .main-screen .wrap_float {
    height: auto;
    min-height: inherit;
    padding-top: 280px;
    padding-bottom: 180px;
  }
  .main-title .title-with-img .selected:hover {
    color: #000;
    -webkit-text-stroke: inherit;
  }
  .video-section .wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
  }
  .video-section .video-block {
   
  }
  .video-section .play-btn {
    width: 110px;
    height: 110px;
    top: 50%;
    margin-top: -55px;
    margin-left: -115px;
  }
  .video-section .play-btn:before,
  .video-section .play-btn:after {
    width: 16px;
    height: 20px;
    margin-top: -10px;
    margin-left: -8px;
  }
  .video-section .play-btn:hover {
    border-width: 55px;
  }
  .quotes-section .quote-row {
    font-size: 104px;
  }
  .cases .wrap {
    width: 100%;
    max-width: 100%;
  }
  .cases .case-item:nth-child(odd) .case-item-title {
    padding-right: 5vw;
  }
  .cases .case-item:nth-child(odd) .case-item-title:before {
    padding-right: 5vw;
  }
  .cases .case-item:nth-child(odd) .case-item-info {
    padding-right: 5vw;
  }
  .cases .case-item:nth-child(even) .case-item-title {
    padding-left: 5vw;
  }
  .cases .case-item:nth-child(even) .case-item-title:before {
    padding-left: 5vw;
  }
  .cases .case-item:nth-child(even) .case-item-info {
    padding-left: 5vw;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+2),
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+4),
  .cases .case-item:nth-child(6n+5) {
    margin-bottom: 150px;
  }
  .cases .case-item-info {
    font-size: 17px;
  }
  .cases .case-item-title {
    font-size: 22px;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+4) {
    width: 590px;
  }
  .cases .case-item:nth-child(6n+1) .case-item-image,
  .cases .case-item:nth-child(6n+4) .case-item-image {
    height: 410px;
  }
  .cases .case-item:nth-child(6n+2),
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+5),
  .cases .case-item:nth-child(6n+6) {
    width: 417px;
  }
  .cases .case-item:nth-child(6n+2) .case-item-image,
  .cases .case-item:nth-child(6n+3) .case-item-image,
  .cases .case-item:nth-child(6n+5) .case-item-image,
  .cases .case-item:nth-child(6n+6) .case-item-image {
    height: 590px;
  }
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+6) {
    margin-top: 0;
  }
  .more-projects .cases-link {
    padding-right: 140px;
  }
  .more-projects .cases-link:before {
    width: 94px;
    height: 66px;
    background-image: url(../img/arrow-border.svg);
    right: 0;
  }
  .more-projects {
    padding: 205px 0;
  }
  .scroll-word {
    display: none;
  }
  .more-projects .cases-link {
    padding-right: 130px;
  }
  .more-projects .cases-link:before {
    margin-top: -26px;
  }
  .more-projects .cases-link:hover {
    padding-left: 0;
    font-style: normal;
    transform: none;
  }
  .more-projects .cases-link:hover span {
    color: #000;
    -webkit-text-stroke: inherit;
  }
  .more-projects .cases-link:hover:before {
    right: 0;
  }
  main {
    overflow: visible !important;
    position: static !important;
    width: 100% !important;
    height: inherit!important;
  }
  body {
    height: inherit !important;
  }
  .container {
    transform: none !important;
  }
  .dot {
    display: none;
  }
  .header .header-title {
    font-size: 106px;
  }
  .header .header-info {
    margin-top: 20vh;
  }
  .header.case-header .header-title {
    padding-left: 0;
    font-size: 90px;
  }
  .case-header .date {
    text-align: right;
  }
  .img-title {
    font-size: 18px;
  }
  .arrows .arrow {
    width: 52px;
    height: 52px;
  }
  .arrows .arrow:before {
    width: 24px;
    height: 16px;
    margin-top: -8px;
    margin-left: -12px;
  }
  .case-slider .slider .slide .video-iframe,
  .case-slider .slider {
    height: 50vw;
  }
  .case-slider .slider .slide,
  .case-slider .slider .slide img {
    max-height: 50vw;
  }
  .projects-footer {
    font-size: 20px;
  }
  .case-authors .col {
    width: 50%;
  }
  .case-authors .col .name {
    font-size: 22px;
  }
  .more-projects.next-project {
    padding-bottom: 120px;
  }
  .wp-content img.width50p {
    width: 100%;
  }
    
     .wp-content img.width80p {
    width: 100%;
  }
    
    
  .header.about-header .header-title {
    font-size: 80px;
    padding-left: 0;
  }
  .author-quote {
    font-size: 70px;
  }
  .directions ul {
    width: 50%;
  }
  .other-projects .item {
    margin-right: 130px;
  }
  .menu-wrap.with-mode .scroll {
    padding-top: 85px;
  }
  .case-slider {
    padding-top: 0;
    padding-bottom: 0;
  }
  .case-slider {
    margin-bottom: 5vw;
  }
  .video-section {
    overflow: hidden;
  }
  .video-section .video {
    margin-left: 2px;
  }
  .video-section.case-video .video {
    margin-right: 0;
    margin-left: -2px;
  }
  .menu-wrap .mob-ul li a,
  .menu-wrap .mob-ul li a:before {
    font-size: 48px;
  }
  .cases .case-item.blog-item:nth-child(6n+1) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+2) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+3) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+4) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+5) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+6) .case-item-image {
    height: 500px;
  }
  .cases .case-item.blog-item:nth-child(6n+1),
  .cases .case-item.blog-item:nth-child(6n+2),
  .cases .case-item.blog-item:nth-child(6n+3),
  .cases .case-item.blog-item:nth-child(6n+4),
  .cases .case-item.blog-item:nth-child(6n+5),
  .cases .case-item.blog-item:nth-child(6n+6) {
    margin-bottom: 75px;
  }
  .cases .case-item.blog-item:nth-child(even) .blog-item-title {
    padding-left: 5vw;
    padding-right: 0;
  }
  .cases .case-item.blog-item .blog-item-title {
    font-size: 24px;
    padding-right: 5vw;
  }
  .cases .case-item.blog-item:nth-child(6n+1),
  .cases .case-item.blog-item:nth-child(6n+2),
  .cases .case-item.blog-item:nth-child(6n+3),
  .cases .case-item.blog-item:nth-child(6n+4),
  .cases .case-item.blog-item:nth-child(6n+5),
  .cases .case-item.blog-item:nth-child(6n+6) {
    width: 100%;
    max-width: 650px;
  }
  .pag-ul {
    padding: 0 8vw;
  }
  .arrows .arrow.pag-arrow.prev {
    left: 5vw;
    margin-left: -12px;
  }
  .arrows .arrow.pag-arrow.next {
    right: 4vw;
    margin-right: -12px;
  }
  .pagination {
    margin-top: 50px;
  }
  .header.blog-single-header .header-title {
    font-size: 54px;
    margin-top: 130px;
  }
  .blog-content .wrap {
    width: 100%;
    max-width: 100%;
  }
  .blog-wrap {
    padding: 30px 4vw;
  }
  .other-posts .wrap {
    width: 100%;
    max-width: 100%;
  }
  .other-posts .cases .case-item:nth-child(odd) .case-item-info {
    padding-right: 0;
  }
  .other-posts .cases .case-item:nth-child(even) .case-item-info {
    padding-left: 0;
  }
  .other-posts .cases .case-item.blog-item:nth-child(even) .blog-item-title {
    padding-left: 0;
  }
  .other-posts .title {
    padding: 0 4vw;
  }
  .comments-section .wrap {
    max-width: 92vw;
    width: 92vw;
  }
  .comment-item.reply {
    padding-left: 60px;
  }
  .comment-item.reply {
    padding-left: 25px;
  }
    
    img.image-high{
        width: 55%;
        align-content: left;
        margin-right: 30%;
    }
     #canvas-container
    { width: 100%;
        align-self: center;
    }
}
@media screen and (max-width: 760px) {
  .main-title {
    font-size: 49px;
    width: 100%;
    max-width: 100%;
  }
  .main-screen .wrap_float {
    padding-top: 220px;
  }
  .video-section .video-block {
  }
  .video-section .play-btn {
    top: 50%;
    left: 50%;
  }
  .quotes-section .quote-row {
    font-size: 70px;
  }
  .quotes-section {
    padding: 100px 0;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+4),
  .cases .case-item:nth-child(6n+2),
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+5),
  .cases .case-item:nth-child(6n+6) {
    width: 95vw;
  }
  .cases .case-item:nth-child(6n+1) .case-item-image,
  .cases .case-item:nth-child(6n+4) .case-item-image {
    height: 68vw;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+2),
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+4),
  .cases .case-item:nth-child(6n+5) {
    margin-bottom: 122px;
  }
  .cases .case-item:nth-child(6n+2) .case-item-image,
  .cases .case-item:nth-child(6n+3) .case-item-image,
  .cases .case-item:nth-child(6n+5) .case-item-image,
  .cases .case-item:nth-child(6n+6) .case-item-image {
    height: 114vw;
  }
  .more-projects .cases-link {
    font-size: 68px;
    padding-right: 100px;
  }
  .more-projects .cases-link:before {
    width: 70px;
    height: 50px;
    margin-top: -25px;
    background-image: url(../img/arrow-bold.svg);
  }
  .more-projects {
    padding: 128px 0;
  }
  .menu-wrap {
    width: 100%;
  }
  .menu-wrap .menu-close {
    left: 4vw;
  }
  .menu-wrap ul li {
    margin-bottom: 15px;
  }
  .menu-wrap ul li a {
    font-size: 28px;
  }
  .menu-wrap .menu-bottom {
    display: none;
  }
  .menu-wrap .scroll {
    padding-top: 74px;
  }
  .menu-wrap .menu-center {
    margin-bottom: 0;
  }
  .header .header-title {
    padding-left: 0;
    font-size: 78px;
  }
  .header .wrap_float {
    height: auto;
    min-height: inherit;
    padding-top: 200px;
    padding-bottom: 90px;
  }
  .header .header-info {
    margin-top: 100px;
    display: block;
  }
  .header .awards,
  .header .header-info .count {
    width: auto;
  }
  .header .header-info .count {
    text-align: right;
    float: right;
  }
  .header .header-info .date {
    margin-top: 20px;
    clear: both;
  }
  .header .awards {
    padding-left: 34px;
  }
  .header .header-info .date {
    display: none;
  }
  .header.case-header .awards {
    right: auto;
    left: 0;
  }
  .case-content .wrap {
    max-width: 80%;
    width: 80%;
    margin: 0;
  }
  .case-content p,
  .case-content .img-title, .a-underline {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
  .header.about-header .header-title {
    font-size: 54px;
  }
  .header.about-header .case-tags {
    width: 100%;
    margin-top: 20px;
  }
  .about-section .wp-content img {
    margin-bottom: 20px;
  }
  .author-quote {
    font-size: 40px;
    padding: 100px 0;
  }
  .directions ul {
    width: 100%;
    margin-bottom: 14px;
  }
  .directions ul li {
    font-size: 24px;
  }
  .directions .block_title {
    margin-bottom: 32px;
  }
  .directions {
    padding-bottom: 100px;
  }
  .other-projects ._title {
    font-size: 88px;
  }
  .other-projects .item {
    margin-right: 80px;
  }
  .other-projects .wrap_float {
    padding: 70px 0;
  }
  .other-projects .item {
    line-height: 86px;
  }
  .header.about-header .case-tags {
    margin-top: 40px;
  }
  .author-quote span:nth-child(even) {
    float: left;
  }
  .author-quote {
    padding: 85px 0;
  }
  .directions ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .directions {
    padding-bottom: 78px;
  }
  .menu-wrap.with-mode .scroll {
    padding-top: 74px;
  }
  .case-slider {
    padding-bottom: 65px;
  }
  .case-slider .wrap {
    max-width: 100%;
    width: 100%;
  }
  .video-section.case-video {
    margin-top: 0;
  }
  .case-slider {
    margin-bottom: 0;
  }
  .link-to-mainpage {
    padding-left: 0;
  }
  .glitch:before,
  .glitch:after {
    left: 0;
  }
  .page-404 .container {
    height: 100vh;
    min-height: 460px;
    position: relative;
  }
  .page-404 .container .footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-404 main {
    width: 100% !important;
  }
  .mobile .page-404 .container,
  .tablet .page-404 .container {
    height: 87vh;
  }
  .case-slider .arrows .arrow.next {
    right: 4vw;
  }
  .case-slider .arrows .arrow.prev {
    left: 4vw;
  }
  .wp-content h2,
  .wp-content h3,
  .wp-content h4,
  .wp-content h5,
  .wp-content h6 {
    padding: 0 4vw;
  }
  .wp-content h2 {
    font-size: 44px;
  }
  .wp-content h3 {
    font-size: 40px;
  }
  .wp-content h4 {
    font-size: 28px;
  }
  .wp-content h5 {
    font-size: 34px;
  }
  .wp-content ul,
  .wp-content ol {
    padding-left: 7vw;
    padding-right: 4vw;
  }
  .wp-content h1,
  .wp-content h2,
  .wp-content h3,
  .wp-content h4,
  .wp-content h5,
  .wp-content h6 {
    margin: 30px 0 20px;
  }
  .header.about-header .header-info .date {
    display: block;
    margin-top: 42px;
  }
  .author-quote {
    line-height: 1.3;
  }
  .author-quote span {
    display: inline;
    float: none;
    width: auto;
    clear: none;
  }
  .author-quote span:nth-child(even) {
    float: none;
  }
  .cases .case-item.blog-item:nth-child(6n+1),
  .cases .case-item.blog-item:nth-child(6n+2),
  .cases .case-item.blog-item:nth-child(6n+3),
  .cases .case-item.blog-item:nth-child(6n+4),
  .cases .case-item.blog-item:nth-child(6n+5),
  .cases .case-item.blog-item:nth-child(6n+6) {
    width: 95vw;
    margin-bottom: 122px;
  }
  .cases .case-item.blog-item:nth-child(6n+1) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+2) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+3) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+4) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+5) .case-item-image,
  .cases .case-item.blog-item:nth-child(6n+6) .case-item-image {
    height: 78vw;
  }
  .cases .case-item.blog-item .blog-item-title {
    font-size: 22px;
  }
  .header.blog-header .header-info {
    flex-direction: column;
    display: flex;
  }
  .header.blog-header .header-info .count {
    text-align: left;
  }
  .header.blog-header .select-wrap {
    margin-top: 72px;
  }
  .header.blog-header .header-info .count .span-count {
    text-align: left;
    width: auto;
  }
  .header.blog-single-header .header-title {
    margin-top: 0;
  }
  .back-link {
    width: 50%;
  }
  .blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-wrap p {
    padding: 0 4vw;
  }
  .other-posts .cases .case-item.blog-item {
    width: 76vw;
  }
  .other-posts .cases .case-item.blog-item:nth-child(6n+1) .case-item-image,
  .other-posts .cases .case-item.blog-item:nth-child(6n+2) .case-item-image,
  .other-posts .cases .case-item.blog-item:nth-child(6n+3) .case-item-image,
  .other-posts .cases .case-item.blog-item:nth-child(6n+4) .case-item-image,
  .other-posts .cases .case-item.blog-item:nth-child(6n+5) .case-item-image,
  .other-posts .cases .case-item.blog-item:nth-child(6n+6) .case-item-image {
    height: 68vw;
  }
  .back-link {
    display: none;
  }
  .back-link.mobile-link {
    display: block;
    font-size: 19px;
  }
  .header.blog-single-header .date {
    display: block;
    text-align: left;
    order: -1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .header.blog-single-header .header-info {
    display: flex;
    flex-direction: column;
  }
  .other-posts .cases .case-item.blog-item {
    margin-bottom: 0 !important;
  }
  .other-posts {
    margin-bottom: 120px;
  }
    img.image-high{
        width: 60%;
        align-self: center;
    }
}
@media screen and (max-width: 590px) {
  .top-panel .logo {
    width: 130px;
  }
  .main-title {
    font-size: 42px;
  }
  .main-screen .wrap_float {
    padding: 0;
    height: 70vh;
    min-height: 550px;
    padding-top: 70px;
  }
  .quotes-section .quote-row {
    font-size: 60px;
  }
  .more-projects .wrap_float {
    justify-content: center;
  }
  .footer .footer-top {
    font-size: 17px;
  }
  .footer .footer-bottom {
    font-size: 13px;
  }
  .footer .footer-bottom {
    padding: 28px 0;
  }
  .menu-wrap .mob-ul li a,
  .menu-wrap .mob-ul li a:before {
    font-size: 34px;
  }
  .menu-wrap .mob-ul {
    margin-bottom: 60px;
  }
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 25px;
  }
  .menu-wrap ul li {
    margin-bottom: 14px;
  }
  .more-projects .cases-link {
    font-size: 55px;
    padding-right: 70px;
  }
  .more-projects .cases-link:before {
    width: 50px;
    height: 40px;
    margin-top: -20px;
  }
  .menu-wrap .scroll {
    padding-right: 12vw;
  }
  .menu-wrap .mob-ul li,
  .menu-wrap ul li {
    margin-bottom: 12px;
  }
  .header.case-header .header-title {
    font-size: 60px;
  }
  .case-header .case-descr {
    width: 100%;
    padding-left: 21vw;
  }
    
    
    .case-header .case-descr2 {
    width: 100%;
    padding-left: 21vw;
        
  }
    
    
  .case-header .case-tags {
    width: 100%;
    line-height: 1.5;
  }
  .header.case-header .header-info {
    padding-left: 0;
  }
  .case-header .case-descr {
    margin-bottom: 20px;
  }
    
    
    .case-header .case-descr2 {
    margin-bottom: 20px;
  }
    
    
    
  .case-header .awards {
    font-size: 18px;
    position: relative;
    bottom: auto;
    margin-top: 40px;
    width: 100%;
  }
  .header.case-header .awards {
    width: 100%;
  }
  .header.case-header .header-info {
    margin-top: 55px;
  }
  .wp-content {
    font-size: 20px;
    padding-left: 0;
  }
  
  .wp-content .video-block {
    padding-left: 0;
    margin-left: 0;
  }
 
  .arrows .arrow {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .case-slider {
    padding: 80px 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .video-section.case-video {
    margin-bottom: 30px;
    padding-left: 0;
    width: 100vw;
    height: auto;
  }
  .projects-footer {
    font-size: 18px;
  }
  .case-authors .col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .next-project ._title {
    font-size: 18px;
  }
  .other-projects ._title {
    font-size: 60px;
  }
  .other-projects .item {
    margin-right: 58px;
    line-height: normal;
    padding-top: 0;
  }
  .header.about-header .header-title {
    font-size: 44px;
  }
  .mode-link {
    margin-bottom: 26px;
  }
  .header.section-404 .header-title {
    font-size: 66px;
  }
  .footer .lang-link {
    font-size: 13px;
  }
  .cases .case-item-info .case-item-info-right {
    width: auto;
  }
  .pag-ul li {
    width: 44px;
    height: 44px;
    margin: 0 3px;
  }
  .pag-ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .header.case-header .header-title {
    font-size: 42px;
  }
  .back-link {
    margin-bottom: 55px;
  }
  .blog-wrap .description p {
    font-size: 20px;
  }

  .wp-content h2 {
    font-size: 36px;
  }
  .wp-content h3 {
    font-size: 34px;
  }
  .blog-wrap .wp-content {
    line-height: 1.1;
  }
  .comments-section .title {
    font-size: 36px;
  }
  .other-posts {
    margin-bottom: 80px;
  }
  .header.blog-single-header .header-title {
    font-size: 30px;
  }
  .blog-wrap p {
    font-size: 18px;
  }
  .wp-content h2 {
    font-size: 31px;
    line-height: 1.2;
  }
  .blog-wrap p,
  .wp-content ul,
  .wp-content ol {
    margin: 10px 0;
  }
  .wp-content ul li,
  .wp-content ol li {
    line-height: 1.6;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .wp-content h5 {
    font-size: 26px;
  }
  .wp-content h6 {
    font-size: 25px;
  }
  .wp-content ul,
  .wp-content ol {
    padding-left: 9vw;
  }
  .wp-content img, .wp-content picture {
    max-width:100vw;
    width: auto;
    align-self: flex-start;
    display: block;
}
  .comments-section .title,
  .other-posts .title {
    font-size: 25px;
  }
  .comments-section .title {
    margin-bottom: 35px;
  }
  .comment-item .comment-head .userpic {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .comment-item .comment-head {
    font-size: 17px;
    min-height: 42px;
    padding-left: 58px;
  }
  .comment-item .comment-body {
    font-size: 17px;
    line-height: 1.9;
  }
  .comment-item {
    padding-bottom: 32px;
    margin-bottom: 30px;
  }
  .input {
    width: 100%;
    font-size: 17px;
    height: 58px;
    margin-bottom: 12px;
  }
  .textarea {
    height: 100px;
    margin-top: 22px;
    margin-bottom: 0;
  }
  .submit {
    height: 50px;
    font-size: 17px;
    width: 100%;
  }
  .other-posts {
    margin-top: 55px;
  }
  .other-posts .section-top {
    min-height: inherit;
  }
  .comments-section .comments-list .write-comment .title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .comments-section .cancel-reply {
    line-height: 24px;
  }
  .comments-section .cancel-reply span {
    font-size: 16px;
  }
  .pagination {
    margin-top: 0;
  }
    img.image-high{
        width: 100%;
        align-self: center;
    }

   .wp-content img.width80p{
    width: 100vw;
    height:auto;
  
  }

  .wp-content img.width50p{
    width: 100vw;
    height: auto;
   
  }
  .video-section .video-block {
    padding-left: 0;
    width:100vw;
    position: relative;
    float: right;
}
  
}
@media screen and (max-width: 400px) {
  .main-title {
    font-size: 34px;
  }
  .main-screen .wrap_float {
    min-height: 480px;
  }
  .cases .case-item:nth-child(6n+1),
  .cases .case-item:nth-child(6n+2),
  .cases .case-item:nth-child(6n+3),
  .cases .case-item:nth-child(6n+4),
  .cases .case-item:nth-child(6n+5) {
    margin-bottom: 65px;
  }
  .cases .case-item:nth-child(6n+1):last-child,
  .cases .case-item:nth-child(6n+2):last-child,
  .cases .case-item:nth-child(6n+3):last-child,
  .cases .case-item:nth-child(6n+4):last-child,
  .cases .case-item:nth-child(6n+5):last-child {
    margin-bottom: 0;
  }
  .more-projects .cases-link {
    font-size: 38px;
  }
  .footer .footer-top {
    font-size: 16px;
  }
  .header .header-info {
    font-size: 19px;
  }
  .header .wrap_float {
    padding-top: 180px;
  }
  .header .header-info {
    margin-top: 82px;
  }
  .header.case-header .header-title {
    font-size: 48px;
  }
  .header.case-header .wrap_float {
    padding-bottom: 66px;
  }
  .author-quote {
    font-size: 33px;
  }
  .directions {
    padding-bottom: 30px;
  }
  .header .header-info .count {
    clear: both;
    float: left;
    padding-left: 34px;
    text-align: left;
  }
  .header .header-info .count .span-count {
    text-align: left;
    width: auto;
    margin-top: 16px;
  }
  .header .header-title {
    font-size: 66px;
  }
  .header.blog-header .header-info .count {
    padding-left: 0;
  }
  .cases.blog-posts .case-item-info {
    font-size: 15px;
  }
  .cases .case-item-info {
    min-height: 50px;
  }
  .cases .case-item.blog-item .blog-item-title {
    padding-top: 22px;
  }
  .pag-ul li a {
    font-size: 20px;
  }
  .pagination {
    margin-top: 25px;
  }
  .cases .case-item.blog-item:nth-child(6n+1),
  .cases .case-item.blog-item:nth-child(6n+2),
  .cases .case-item.blog-item:nth-child(6n+3),
  .cases .case-item.blog-item:nth-child(6n+4),
  .cases .case-item.blog-item:nth-child(6n+5),
  .cases .case-item.blog-item:nth-child(6n+6) {
    margin-bottom: 65px;
  }
  .header.blog-single-header .header-title {
    font-size: 32px;
  }
    img.image-high{
        width: 100%;
        align-self: center;
    }
}
@media screen and (max-width: 350px) {
  .header.about-header .header-title {
    font-size: 40px;
  }
  .author-quote {
    font-size: 28px;
    line-height: 1.3;
  }
  .pag-ul li {
    margin: 0;
  }
    img.image-high{
        width: 100%;
        align-content: left;
        margin-right: 30%;
    }
}
@media screen and (max-height: 670px) and (orientation: portrait) {
  .menu-wrap .mob-ul li a,
  .menu-wrap .mob-ul li a:before {
    font-size: 32px;
  }
  .menu-wrap .mob-ul li {
    margin-bottom: 10px;
  }
  .menu-wrap .mob-ul {
    margin-bottom: 0;
  }
  .menu-wrap .get-in-touch {
    margin-bottom: 22px;
  }
  .menu-wrap .menu-center {
    margin-top: 40px;
  }
  .menu-wrap.with-mode .menu-center {
    margin-top: 30px;
  }
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 22px;
  }
  .menu-wrap ul li {
    margin-bottom: 10px;
  }
  .menu-wrap .scroll {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-wrap .menu-close {
    top: 33px;
  }
  .menu-wrap.with-mode .scroll {
    padding-top: 20px;
  }
}
@-moz-document url-prefix() {
  .main-title .hover-img {
    transition: opacity 0.2s linear;
  }
}
