/* 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;
}
li,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
  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: none;
  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;
}
body.admin-bar .top-panel {
  margin-top: 32px;
}
body.admin-bar .menu-hum {
  margin-top: 32px;
  position: absolute;
}
body.admin-bar .menu-hum.fixed {
  position: fixed;
  margin-top: 0;
}
body.admin-bar .menu-wrap {
  padding-top: 32px;
}
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;
  z-index: 3;
  top: 0;
}
.top-panel .logo {
  width: 142px;
  float: left;
  display: block;
  font-size: 20px;
}
.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 {
  width: 86%;
  position: relative;
  float: right;
}
.video-section .video {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  background: #000;
}
.video-section .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.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: -78px;
  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: 80px;
}
.video-section.case-video .video-block {
  float: left;
}
/*------------------------------------------------------------------
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;
  display: block;
  float: left;
  width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.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);
  display: block;
  float: left;
  width: 100%;
}
.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.animated .case-item-info-left a {
  background: #E3E4E8;
  color: #838383;
  padding: 6px 15px;
  margin: 4px 6px 4px 0;
  display: inline-block;
}
.cases .case-item-info.animated .case-item-info-left a:hover {
  color: #000;
}
.cases .case-item-info.animated .case-item-info-left .cat-tags {
  margin-bottom: 6px;
}
.cases .case-item-info .case-item-info-left {
  width: 70%;
  text-align: left;
  opacity: 0;
}
.cases .case-item-info .case-item-info-left.full-width {
  width: 100%;
}
.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: flex-end;
  padding: 35px 0;
}
.footer .footer-bottom > * {
  width: auto;
}
.footer .footer-bottom ._left {
  max-width: 300px;
  width: 100%;
}
.footer .footer-bottom ._center a {
  display: inline-block;
  vertical-align: top;
}
.footer .footer-bottom ._right {
  max-width: 300px;
  width: 100%;
  text-align: right;
}
.footer.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
}
.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-left: 30px;
  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: 24px;
}
.menu-wrap .mob-ul {
  margin-bottom: 30px;
  display: block;
}
.menu-wrap .mob-ul > li > ul {
  padding-right: 0;
}
.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;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.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-center ul li a:before {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.menu-wrap .menu-bottom {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.menu-wrap ul .sub-menu {
  margin-top: 15px;
}
.menu-wrap ul .sub-menu li {
  margin-bottom: 14px;
}
.menu-wrap ul .sub-menu li a {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: none;
}
.menu-wrap ul .sub-menu li a:before {
  font-size: 28px;
  color: #000;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.menu-wrap ul .sub-menu li .sub-menu {
  padding-right: 20px;
}
.menu-wrap ul .sub-menu li .sub-menu li {
  position: relative;
}
.menu-wrap ul .sub-menu li .sub-menu li:after {
  background: #838383;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin-left: 10px;
  left: 100%;
  top: 14px;
}
.menu-wrap ul .sub-menu li .sub-menu li a {
  color: #838383;
  padding-right: 0;
  position: relative;
}
.menu-wrap ul .sub-menu li .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu-wrap ul .sub-menu li .sub-menu li .sub-menu li a {
  padding-right: 0;
}
.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;
  box-sizing: border-box;
}
.menu-wrap ul li > ul.children {
  margin-top: 12px;
}
.menu-wrap ul li > ul.children li a {
  font-size: 28px;
  text-transform: none;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.menu-wrap ul li > ul.children li a:before {
  font-size: 28px;
  padding-right: 0;
  box-sizing: border-box;
  color: #000;
}
.menu-wrap ul li > ul.children li ul.children li a {
  font-size: 22px;
  padding-right: 38px;
  position: relative;
  color: #838383;
}
.menu-wrap ul li > ul.children li ul.children li a:after {
  width: 20px;
  height: 2px;
  background: #838383;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.menu-wrap ul li > ul.children li ul.children li a:before {
  color: #838383;
  font-size: 22px;
  padding-right: 38px;
  box-sizing: border-box;
}
.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 .wp-pagenavi a:link:hover,
.tablet .wp-pagenavi a:link:hover,
.mobile .wp-pagenavi a:visited:hover,
.tablet .wp-pagenavi a:visited:hover,
.mobile .pagination .nav-links a:link:hover,
.tablet .pagination .nav-links a:link:hover,
.mobile .pagination .nav-links a:visited:hover,
.tablet .pagination .nav-links a:visited:hover,
.mobile .pagination a:link:hover,
.tablet .pagination a:link:hover,
.mobile .pagination a:visited:hover,
.tablet .pagination a:visited:hover {
  color: #000;
}
.mobile .wp-pagenavi a.nextpostslink:hover,
.tablet .wp-pagenavi a.nextpostslink:hover,
.mobile .wp-pagenavi a.previouspostslink:hover,
.tablet .wp-pagenavi a.previouspostslink:hover,
.mobile .pagination .nav-links a.next:hover,
.tablet .pagination .nav-links a.next:hover,
.mobile .pagination .nav-links a.prev:hover,
.tablet .pagination .nav-links a.prev:hover,
.mobile .pagination a.next:hover,
.tablet .pagination a.next:hover,
.mobile .pagination a.prev:hover,
.tablet .pagination a.prev:hover {
  transform: none;
}
.mobile .wp-pagenavi a.nextpostslink:hover:before,
.tablet .wp-pagenavi a.nextpostslink:hover:before,
.mobile .wp-pagenavi a.previouspostslink:hover:before,
.tablet .wp-pagenavi a.previouspostslink:hover:before,
.mobile .pagination .nav-links a.next:hover:before,
.tablet .pagination .nav-links a.next:hover:before,
.mobile .pagination .nav-links a.prev:hover:before,
.tablet .pagination .nav-links a.prev:hover:before,
.mobile .pagination a.next:hover:before,
.tablet .pagination a.next:hover:before,
.mobile .pagination a.prev:hover:before,
.tablet .pagination a.prev:hover:before {
  left: 50%;
}
/*------------------------------------------------------------------
8. Case page styles
-------------------------------------------------------------------*/
.header .wrap_float {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 200px;
}
.header .header-title {
  font-size: 146px;
  padding-left: 21vw;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.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;
  padding-left: 21vw;
  position: relative;
}
.header .header-info > * {
  width: auto;
}
.header .header-info .date {
  color: #838383;
  width: 20%;
  padding-top: 10px;
}
.header .header-info .count {
  position: absolute;
  left: 0;
  top: 0;
}
.header .header-info .count .span-count {
  width: auto;
  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;
}
.header.case-header .wrap_float {
  padding-bottom: 100px;
}
.header.blog-header,
.header.projects-header,
.header.about-header {
  margin-bottom: 160px;
}
.header.blog-header {
  margin-bottom: 65px;
}
.header.blog-header .wrap {
  max-width: 1450px;
}
.header.blog-header .header-title {
  padding-left: 0;
  text-align: center;
}
.header.blog-header .header-title {
  font-size: 170px;
}
.header.blog-header .header-info {
  padding-left: 0;
}
.header.blog-header .header-info .count {
  position: relative;
  width: 20%;
  padding-top: 2px;
}
.header.blog-header .search-block {
  padding-left: 0;
  padding-right: 43px;
}
.header.blog-header .search-block:before {
  left: auto;
  right: 0;
}
.header.blog-header .search-block .search-input {
  text-align: right;
}
.header.blog-single-header .back-link {
  padding-top: 10px;
}
.case-tags {
  display: flex;
  flex-direction: column;
  color: #838383;
  line-height: 1.5;
}
.case-header .header-info {
  font-style: normal;
  padding-left: 21vw;
  position: relative;
}
.case-header .case-tags {
  width: 30%;
  max-width: 400px;
}
.case-header .date {
  width: 20%;
}
.case-header .case-descr {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.case-header .awards {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  bottom: auto;
  right: auto;
  width: auto;
  margin-left: 21vw;
  margin-top: 40px;
}
.case-header .scroll-word {
  top: auto;
  bottom: 40px;
}
.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;
}
.about-header .case-tags {
  max-width: 400px;
}
.single-quote {
  padding: 130px 0;
}
.wp-content {
  font-size: 34px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.wp-content p {
  max-width: 1420px;
  margin: 150px 0;
}
.wp-content .small-grey {
  color: #838383;
  font-size: 19px;
}
.wp-content img,
.wp-content picture {
  max-width: 100%;
  height: auto;
  align-self: flex-start;
  display: block;
}
.wp-content img.fullscreen,
.wp-content picture.fullscreen {
  width: 100%;
}
.wp-content img.width50p,
.wp-content picture.width50p {
  width: 50%;
}
.wp-content picture {
  width: 100%;
}
.wp-content h1 {
  font-size: 52px;
}
.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 table {
  table-layout: fixed;
  width: 100%;
}
.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: #000;
  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;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.blog-posts {
  margin-bottom: 200px;
}
.blog-posts .content {
  padding: 0;
}
.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;
  display: block;
  float: left;
  width: 100%;
  word-break: break-word;
}
.cases .case-item.blog-item .case-item-info:before {
  bottom: auto;
  top: 0;
}
.wp-pagenavi,
.pagination .nav-links,
.pagination {
  padding: 0 80px;
  display: flex;
  justify-content: center;
  border: 0;
  position: relative;
  overflow: hidden;
}
.wp-pagenavi a,
.pagination .nav-links a,
.pagination a {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  font-size: 29px;
  color: #838383;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.wp-pagenavi a.last,
.pagination .nav-links a.last,
.pagination a.last {
  margin-left: 23px !important;
}
.wp-pagenavi a:hover,
.pagination .nav-links a:hover,
.pagination a:hover {
  color: #000;
  background: none;
}
.wp-pagenavi a:link,
.pagination .nav-links a:link,
.pagination a:link,
.wp-pagenavi a:visited,
.pagination .nav-links a:visited,
.pagination a:visited {
  color: #838383;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.wp-pagenavi a:link:hover,
.pagination .nav-links a:link:hover,
.pagination a:link:hover,
.wp-pagenavi a:visited:hover,
.pagination .nav-links a:visited:hover,
.pagination a:visited:hover {
  color: #000;
}
.wp-pagenavi a.nextpostslink,
.pagination .nav-links a.nextpostslink,
.pagination a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.pagination .nav-links a.previouspostslink,
.pagination a.previouspostslink,
.wp-pagenavi a.next,
.pagination .nav-links a.next,
.pagination a.next,
.wp-pagenavi a.prev,
.pagination .nav-links a.prev,
.pagination a.prev {
  margin-left: 0;
  margin-right: 0;
  color: transparent;
  margin-top: -37px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.2s linear;
  z-index: 2;
}
.wp-pagenavi a.nextpostslink:hover,
.pagination .nav-links a.nextpostslink:hover,
.pagination a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.pagination .nav-links a.previouspostslink:hover,
.pagination a.previouspostslink:hover,
.wp-pagenavi a.next:hover,
.pagination .nav-links a.next:hover,
.pagination a.next:hover,
.wp-pagenavi a.prev:hover,
.pagination .nav-links a.prev:hover,
.pagination a.prev:hover {
  cursor: pointer;
}
.wp-pagenavi a.nextpostslink:hover *,
.pagination .nav-links a.nextpostslink:hover *,
.pagination a.nextpostslink:hover *,
.wp-pagenavi a.previouspostslink:hover *,
.pagination .nav-links a.previouspostslink:hover *,
.pagination a.previouspostslink:hover *,
.wp-pagenavi a.next:hover *,
.pagination .nav-links a.next:hover *,
.pagination a.next:hover *,
.wp-pagenavi a.prev:hover *,
.pagination .nav-links a.prev:hover *,
.pagination a.prev:hover * {
  cursor: pointer;
}
.wp-pagenavi a.nextpostslink:hover,
.pagination .nav-links a.nextpostslink:hover,
.pagination a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.pagination .nav-links a.previouspostslink:hover,
.pagination a.previouspostslink:hover,
.wp-pagenavi a.next:hover,
.pagination .nav-links a.next:hover,
.pagination a.next:hover,
.wp-pagenavi a.prev:hover,
.pagination .nav-links a.prev:hover,
.pagination a.prev:hover {
  color: transparent;
}
.wp-pagenavi a.nextpostslink:before,
.pagination .nav-links a.nextpostslink:before,
.pagination a.nextpostslink:before,
.wp-pagenavi a.previouspostslink:before,
.pagination .nav-links a.previouspostslink:before,
.pagination a.previouspostslink:before,
.wp-pagenavi a.next:before,
.pagination .nav-links a.next:before,
.pagination a.next:before,
.wp-pagenavi a.prev:before,
.pagination .nav-links a.prev:before,
.pagination a.prev:before {
  width: 32px;
  height: 22px;
  background: url(../img/btn-arrow-black.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;
}
.wp-pagenavi a.previouspostslink:before,
.pagination .nav-links a.previouspostslink:before,
.pagination a.previouspostslink:before,
.wp-pagenavi a.prev:before,
.pagination .nav-links a.prev:before,
.pagination a.prev:before {
  transform: rotate(180deg);
}
.wp-pagenavi a.prev,
.pagination .nav-links a.prev,
.pagination a.prev {
  left: 0;
}
.wp-pagenavi a.next,
.pagination .nav-links a.next,
.pagination a.next {
  right: 0;
}
.wp-pagenavi span.current,
.pagination .nav-links span.current,
.pagination span.current {
  background: #D5D5D5;
  color: #000;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  font-size: 29px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0;
}
.wp-pagenavi span.current:hover,
.pagination .nav-links span.current:hover,
.pagination span.current:hover {
  color: #000;
}
.wp-pagenavi .previouspostslink,
.pagination .nav-links .previouspostslink,
.pagination .previouspostslink {
  left: 0;
}
.wp-pagenavi .previouspostslink:hover,
.pagination .nav-links .previouspostslink:hover,
.pagination .previouspostslink:hover {
  transform: scale(0.8);
}
.wp-pagenavi .previouspostslink:hover:before,
.pagination .nav-links .previouspostslink:hover:before,
.pagination .previouspostslink:hover:before {
  left: 80%;
}
.wp-pagenavi .nextpostslink,
.pagination .nav-links .nextpostslink,
.pagination .nextpostslink {
  right: 0;
}
.wp-pagenavi .nextpostslink:hover,
.pagination .nav-links .nextpostslink:hover,
.pagination .nextpostslink:hover {
  transform: scale(0.8);
}
.wp-pagenavi .nextpostslink:hover:before,
.pagination .nav-links .nextpostslink:hover:before,
.pagination .nextpostslink:hover:before {
  left: 20%;
}
.wp-pagenavi .page-numbers.dots,
.pagination .nav-links .page-numbers.dots,
.pagination .page-numbers.dots,
.wp-pagenavi span.extend,
.pagination .nav-links span.extend,
.pagination span.extend {
  line-height: 60px;
  font-size: 29px;
  color: #838383;
  border: 0;
  padding: 0;
  margin: 0;
}
.pagination {
  position: relative;
  padding: 0;
}
.arrows .arrow.pag-arrow {
  background: #fff;
}
.arrows .arrow.pag-arrow:before {
  background-image: url(../img/btn-arrow-black.svg);
}
.header.blog-single-header {
  position: relative;
}
.header.blog-single-header .header-title {
  font-size: 90px;
  max-width: 1600px;
}
.header.blog-single-header .date {
  white-space: nowrap;
}
.header.blog-single-header .header-info {
  padding-left: 0;
  position: static;
  display: flex;
  margin-top: 34px;
  justify-content: space-between;
}
.header.blog-single-header .header-info .back-link {
  position: absolute;
  left: 50%;
  margin-left: -890px;
}
.header.blog-single-header .header-title {
  padding-left: 0;
  font-size: 64px;
  line-height: 1.2;
}
.header.blog-single-header .case-tags {
  padding-right: 40px;
  width: 100%;
  max-width: 100%;
  display: block;
}
.header.blog-single-header .case-tags span,
.header.blog-single-header .case-tags a {
  display: inline-block;
  background: #E3E4E8;
  position: relative;
  margin: 4px 10px 4px 0;
  width: auto;
  padding: 3px 8px;
}
.header.blog-single-header .wrap_float {
  height: auto;
  min-height: inherit;
  padding-top: 200px;
  position: static;
}
.header.blog-single-header .wrap {
  max-width: 890px;
}
.back-link {
  width: 22%;
  display: block;
}
.back-link a {
  border-bottom: 1px solid #000;
}
.back-link.mobile-link {
  display: none;
}
.blog-preview {
  margin-bottom: 50px;
}
.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;
}
.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: 24px;
  line-height: 1.7;
}
.comments-section {
  margin-top: 50px;
}
.comments-section .title {
  font-size: 38px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
}
.comments-section .wrap {
  max-width: 890px;
}
.comments-section .wrap > .write-comment small {
  display: none;
}
.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;
}
.write-comment .wrap {
  max-width: 890px;
}
.comment-item {
  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;
  border-bottom: 1px solid #707070;
  padding-bottom: 50px;
}
.comment-item .grey {
  color: #838383;
}
.comment-item .moderation {
  margin-bottom: 8px;
}
.comment-item .date {
  margin-top: 8px;
}
.comment-item .comment-respond {
  margin-top: 45px;
}
.comment-item .comment-item {
  margin-bottom: 0;
}
.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.input {
  width: 48%;
  height: 60px;
  display: block;
  float: left;
  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;
  border-radius: 0;
}
.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: 34px;
  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);
}
p.logged-in-as {
  display: none !important;
}
.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery-caption {
  display: block;
}
.sticky {
  width: 100% !important;
  max-width: 100% !important;
}
.bypostauthor {
  background: none;
}
#reply-title {
  margin-bottom: 24px;
  font-size: 21px;
  display: flex;
  align-items: center;
}
#reply-title small {
  float: right;
  white-space: nowrap;
}
#reply-title .title {
  margin-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  font-size: 34px;
}
.comments-list > .comment-item > .comment-item.reply {
  padding-left: 100px;
}
.comment-item .comment-item {
  margin-top: 50px;
}
.comments-navigation {
  display: none;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.pagination .nav-links a.prev,
.pagination .nav-links a.next,
.pagination a.prev,
.pagination a.next {
  color: transparent !important;
}
.wp-pagenavi span.pages,
.pagination .nav-links span.pages,
.pagination span.pages {
  display: none !important;
}
.search-block {
  position: relative;
  width: 20% !important;
  padding-left: 43px;
}
.search-block:before {
  width: 23px;
  height: 23px;
  background: url(../img/search.svg) center left no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.search-block .search-input {
  padding-top: 3px;
  width: 100%;
  display: block;
  float: left;
  font-size: 19px;
  border: 0;
  background: none;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.blog-with-sidebar {
  padding-top: 50px;
  margin-bottom: 155px;
}
.blog-with-sidebar .posts-part {
  width: 890px;
}
.blog-with-sidebar .posts-part .cases .case-item.blog-item {
  float: left;
}
.sticky-post-wrap {
  margin-bottom: 0 !important;
}
.sticky-post-wrap .blog-item {
  width: 100% !important;
}
.sidebar {
  width: 425px;
  padding: 0;
  float: right;
}
.sidebar ._title {
  font-size: 24px;
  margin-bottom: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.sidebar aside > * {
  margin-bottom: 40px;
}
.sidebar aside > *:last-child {
  margin-bottom: 0;
}
.sidebar .search-block {
  width: 100% !important;
}
.widget-area.blog-sidebar > div {
  background: #E6E6E6;
  padding: 50px;
}
.sidebar ul li {
  margin-bottom: 20px;
}
.sidebar ul li:last-child {
  margin-bottom: 0;
}
.sidebar ul li a {
  font-size: 19px;
  color: #838383;
  letter-spacing: 1px;
}
.blog-posts-padding.with-sidebar {
  padding: 0;
}
.blog-posts-padding .wrap {
  max-width: 1450px;
}
.blog-posts-padding .blog-posts {
  margin-bottom: 0;
}
.archive-info {
  margin-top: 40px;
}
.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container > .vc_row:nth-child(1) .js-effect,
.container > .vc_row:nth-child(2) .js-effect,
.container > .vc_row:nth-child(3) .js-effect {
  opacity: 1;
  transform: none;
}
.container.relative {
  position: relative;
  height: 100vh;
}
.blog-other .wrap {
  max-width: 890px;
}
.blog-other .cases .case-item .case-item-image {
  height: 420px !important;
}
.blog-other .cases .case-item {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 66px !important;
  max-width: 100% !important;
}
.blog-other .section-top {
  margin-bottom: 35px;
}
.menu-hum-menu-social-container .menu-center {
  margin-top: 0;
}
.comment-item .comment-body {
  padding-bottom: 20px;
}
.comment-item .comment-body p {
  margin-bottom: 0;
}
.comment-item .comment-body .date {
  font-size: 15px;
}
.comment-item .comment-body .name {
  font-weight: 600;
}
.widget_categories li,
.widget_nav_menu li,
.widget_pages li {
  display: block;
}
.widget_categories .sub-menu li,
.widget_nav_menu .sub-menu li,
.widget_pages .sub-menu li,
.widget_categories .children li,
.widget_nav_menu .children li,
.widget_pages .children li {
  padding-left: 15px;
  position: relative;
}
.widget_categories .sub-menu li:before,
.widget_nav_menu .sub-menu li:before,
.widget_pages .sub-menu li:before,
.widget_categories .children li:before,
.widget_nav_menu .children li:before,
.widget_pages .children li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #838383;
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
}
.widget_text ul li {
  padding-left: 17px;
  position: relative;
}
.widget_text ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #838383;
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
}
.page-links > * {
  transform: translateY(-4px);
}
.admin-bar .container.relative {
  height: calc(100vh - 32px);
}
/*------------------------------------------------------------------
12. Media
-------------------------------------------------------------------*/
@media screen and (min-width: 2001px) {
  .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: 150px;
  }
  .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;
  }
  .header.blog-single-header .header-info .back-link {
    margin-left: -46vw;
  }
  .blog-with-sidebar .wrap {
    max-width: 1450px;
  }
  .blog-header .wrap {
    max-width: 1450px;
  }
}
@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;
  }
  .blog-with-sidebar .wrap {
    max-width: 1450px;
  }
}
@media screen and (max-width: 1800px) {
  .wrap {
    max-width: 1500px;
  }
  .main-screen .wrap_float {
    min-height: 665px;
  }
  .video-section .video-block {
    width: 78%;
  }
  .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: 100px 0;
  }
  .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;
  }
  .blog-posts-padding.with-sidebar {
    padding: 0;
  }
  .blog-with-sidebar .posts-part {
    width: 700px;
  }
  .wp-content {
    font-size: 26px;
  }
  .header.blog-single-header .header-info .back-link {
    margin-left: -750px;
  }
  .blog-with-sidebar .wrap {
    max-width: 1240px;
  }
  .header.blog-header .wrap {
    max-width: 1240px;
  }
}
@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: 56px;
    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;
  }
  .blog-posts-padding {
    padding: 0;
  }
  .header.blog-single-header .header-info .back-link {
    margin-left: -650px;
  }
  .header.blog-header .header-title {
    font-size: 130px;
  }
}
@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+1) .case-item-image,
  .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: 600px;
    width: 1066px;
  }
  .case-slider .slider .slide,
  .case-slider .slider .slide img {
    max-height: 600px;
  }
  .case-slider .slider {
    height: 600px;
  }
  .wp-content {
    font-size: 28px;
  }
  .wp-content p {
    margin: 50px 0;
  }
  .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;
  }
  .wp-pagenavi a,
  .pagination .nav-links a,
  .pagination a,
  .wp-pagenavi span.current,
  .pagination .nav-links span.current,
  .pagination span.current {
    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;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots,
  .pagination .page-numbers.dots {
    line-height: 50px;
    font-size: 23px;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots,
  .wp-pagenavi span.extend,
  .pagination .nav-links span.extend {
    line-height: 50px;
    font-size: 24px;
  }
  .header .header-title {
    font-size: 124px;
  }
}
@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;
  }
}
@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: -60px;
  }
  .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;
  }
  .sidebar {
    width: 412px;
  }
  .header.blog-single-header .header-info .back-link {
    position: static;
    margin-left: 0;
    width: auto;
    white-space: nowrap;
    margin-right: 50px;
    line-height: 40px;
  }
  .header.blog-single-header .date {
    line-height: 40px;
  }
  .header .header-info {
    padding-left: 17vw;
  }
  .blog-with-sidebar .wrap,
  .header.blog-header .wrap {
    max-width: 1100px;
    width: 92vw;
  }
  .sidebar {
    width: 350px;
  }
}
@media screen and (max-width: 1130px) {
  .wrap {
    max-width: 960px;
  }
  .top-panel {
    padding: 35px 0;
  }
  .top-panel .logo {
    width: 185px;
  }
  .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;
  }
  .sidebar {
    float: left;
    margin-top: 100px;
  }
  .blog-with-sidebar .posts-part {
    width: 100%;
  }
  .blog-with-sidebar .posts-part .cases .case-item.blog-item:nth-child(even) {
    float: right;
  }
  .blog-with-sidebar .posts-part .cases .case-item.blog-item:nth-child(even) .blog-item-title {
    padding-right: 5vw;
    padding-left: 0;
  }
  .blog-with-sidebar .posts-part .cases .case-item.blog-item:nth-child(even) .case-item-info {
    padding-right: 5vw;
    padding-left: 0;
  }
  .blog-with-sidebar .posts-part .cases .case-item.blog-item .blog-item-title {
    padding-right: 0;
  }
  .blog-with-sidebar .posts-part .cases .case-item.blog-item .case-item-info {
    padding-right: 0;
  }
  .header.case-header .header-info {
    padding-left: 0;
  }
  .header.case-header .header-info .case-descr {
    position: static;
  }
  .header.case-header .awards {
    margin-left: 0;
  }
  .header.blog-header,
  .header.projects-header,
  .header.about-header {
    margin-bottom: 100px;
  }
}
@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,
  .blog-wrap {
    width: 92vw;
    max-width: 92vw;
  }
  .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;
  }
  .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%;
  }
  .video-section .video-block {
    width: 95vw;
  }
  .video-section .play-btn {
    width: 110px;
    height: 110px;
    top: 50%;
    margin-top: -55px;
    margin-left: -55px;
  }
  .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: 90px;
  }
  .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: 100vw;
  }
  .case-slider .slider .slide,
  .case-slider .slider .slide img {
    max-height: 100vw;
  }
  .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%;
  }
  .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;
  }
  .wp-pagenavi {
    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: 0;
  }
  .blog-content .wrap {
    width: 92vw;
    max-width: 92vw;
  }
  .blog-preview {
    margin-bottom: 30px;
  }
  .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;
  }
  .comments-list > .comment-item > .comment-item.reply {
    padding-left: 60px;
  }
  .comments-list > .comment-item > .comment-item {
    padding-left: 60px;
  }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink,
  .pagination .nav-links a.next,
  .pagination .nav-links a.prev {
    width: 52px;
    height: 52px;
    margin-top: -26px;
  }
  .wp-pagenavi a.nextpostslink:before,
  .wp-pagenavi a.previouspostslink:before,
  .pagination .nav-links a.next:before,
  .pagination .nav-links a.prev:before {
    width: 24px;
    height: 16px;
    margin-top: -8px;
    margin-left: -12px;
  }
  .wp-pagenavi a.previouspostslink,
  .pagination .nav-links a.prev {
    left: 5vw;
    margin-left: -12px;
  }
  .wp-pagenavi a.nextpostslink,
  .pagination .nav-links a.next {
    right: 5vw;
    margin-right: -12px;
  }
  .footer .footer-bottom ._left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
  .footer .footer-bottom {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer-bottom ._right {
    width: auto;
  }
  .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }
  .comments-item .comment-respond .title {
    font-size: 20px;
  }
  #reply-title {
    align-items: flex-start;
  }
  #reply-title small {
    margin-top: 10px;
  }
  .comments-section .cancel-reply {
    font-size: 16px;
  }
  .comment-item .comment-respond {
    margin-top: 30px;
  }
  .cases .case-item.blog-item.sticky .blog-item-title {
    padding-left: 5vw;
  }
  .cases .case-item.blog-item.sticky .case-item-info {
    padding-left: 5vw;
  }
  .blog-with-sidebar .wrap {
    width: 100%;
    max-width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .blog-with-sidebar .cases .case-item.blog-item .blog-item-title,
  .blog-with-sidebar .cases .case-item-info {
    padding-left: 5vw;
  }
  .blog-with-sidebar {
    margin-bottom: 100px;
  }
  .top-panel .logo {
    font-size: 18px;
  }
  .header.about-header .header-info {
    padding-left: 0;
    margin-top: 80px;
  }
  .blog-other .cases .case-item .case-item-image {
    height: 52vw !important;
  }
  .blog-other .cases .case-item.blog-item .blog-item-title {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .blog-other .cases .case-item.blog-item .case-item-info {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .other-posts.blog-other .cases .case-item.blog-item {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .top-panel {
    margin-top: 46px;
  }
  body.admin-bar .menu-hum {
    margin-top: 46px;
  }
  body.admin-bar .menu-wrap {
    padding-top: 46px;
  }
}
@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 {
    width: 95vw;
  }
  .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: 60px;
  }
  .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: 100%;
    width: 100%;
  }
  .case-content p,
  .case-content .img-title {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .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: 6vw;
  }
  .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;
  }
  .back-link.mobile-link {
    margin-bottom: 15px;
  }
  .wp-content h1 {
    font-size: 48px;
  }
  .wp-content h2 {
    font-size: 44px;
  }
  .wp-content h3 {
    font-size: 34px;
  }
  .wp-content h4 {
    font-size: 28px;
  }
  .wp-content h5 {
    font-size: 26px;
  }
  .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;
  }
  .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;
  }
  .other-posts .cases .case-item.blog-item .blog-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search-block {
    order: -1;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .blog-with-sidebar {
    padding-top: 0;
  }
  .case-header .case-tags {
    clear: both;
    margin-top: 30px;
  }
  .header.blog-header,
  .header.projects-header,
  .header.about-header {
    margin-bottom: 0;
  }
  .header .header-info {
    padding-left: 0;
  }
  .header .header-info .count {
    position: static;
  }
  .header.blog-header .header-info .count {
    order: -1;
    margin-bottom: 18px;
  }
  .header .search-block {
    order: 1;
    margin-top: 45px;
  }
  .header.blog-header .select-wrap {
    margin-top: 0;
  }
  .header .header-info {
    margin-top: 60px;
  }
  .header.blog-single-header .case-tags {
    margin-top: 0;
  }
  .header.blog-header .header-title {
    text-align: left;
    font-size: 74px;
  }
  .header.blog-header .header-info .count {
    width: 100% !important;
  }
  .header.blog-header .search-block {
    width: 100% !important;
    padding-left: 32px;
    padding-right: 0;
  }
  .header.blog-header .search-block:before {
    right: auto;
    left: 0;
  }
  .header.blog-header .search-block .search-input {
    text-align: left;
  }
}
@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%;
  }
  .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 .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: 32px;
  }
  .header.blog-single-header .wrap_float {
    padding-bottom: 48px;
  }
  .wp-content {
    font-size: 20px;
  }
  .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;
  }
  .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;
  }
  .wp-pagenavi a,
  .pagination .nav-links a,
  .wp-pagenavi span.current,
  .pagination .nav-links span.current {
    width: 44px;
    height: 44px;
    margin: 0;
    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 h1 {
    font-size: 34px;
  }
  .wp-content h3 {
    font-size: 28px;
  }
  .wp-content h4 {
    font-size: 26px;
  }
  .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: 24px;
  }
  .wp-content h6 {
    font-size: 23px;
  }
  .wp-content ul,
  .wp-content ol {
    padding-left: 9vw;
  }
  .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;
  }
  .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;
  }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink,
  .pagination .nav-links a.next,
  .pagination .nav-links a.prev {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .comments-list > .comment-item > .comment-item.reply {
    padding-left: 25px;
  }
  .comment-item .comment-body {
    padding-bottom: 30px;
  }
  .comment-item .comment-item {
    margin-top: 30px;
  }
  .sidebar ul li a {
    font-size: 17px;
  }
  .sidebar ._title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .sidebar ul li {
    margin-bottom: 15px;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots {
    line-height: 44px;
  }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink,
  .pagination .nav-links a.next,
  .pagination .nav-links a.prev {
    display: none;
  }
  .wp-pagenavi,
  .pagination .nav-links {
    padding: 0;
  }
  .wp-pagenavi a:link,
  .pagination .nav-links a:link,
  .wp-pagenavi a:visited,
  .pagination .nav-links a:visited {
    margin: 0;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots,
  .wp-pagenavi span.extend,
  .pagination .nav-links span.extend {
    line-height: 44px;
    font-size: 22px;
  }
  .menu-wrap ul li > ul.children li a {
    font-size: 24px;
  }
  .menu-wrap ul li > ul.children li ul.children li a {
    font-size: 20px;
  }
  #reply-title .title {
    font-size: 24px;
  }
  .menu-wrap ul li > ul.children li a:before {
    font-size: 24px;
  }
}
@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;
  }
  .wp-pagenavi a,
  .wp-pagenavi span.current,
  .pagination .nav-links a,
  .pagination .nav-links span.current {
    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;
  }
  #reply-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  #reply-title small {
    margin-top: 15px;
  }
  .wp-pagenavi,
  .pagination .nav-links {
    padding: 0 42px;
  }
  .wp-pagenavi a,
  .pagination .nav-links a,
  .wp-pagenavi span.current,
  .pagination .nav-links span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots {
    line-height: 35px;
  }
  .wp-pagenavi,
  .pagination .nav-links {
    padding: 0;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots,
  .wp-pagenavi span.extend,
  .pagination .nav-links span.extend {
    line-height: 34px;
    font-size: 18px;
  }
  .menu-wrap .mob-ul li a,
  .menu-wrap .mob-ul li a:before {
    font-size: 30px;
  }
  .menu-wrap ul li > ul.children li a {
    font-size: 20px;
  }
  .menu-wrap ul li > ul.children li ul.children li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .header.about-header .header-title {
    font-size: 40px;
  }
  .author-quote {
    font-size: 28px;
    line-height: 1.3;
  }
  .wp-pagenavi a,
  .wp-pagenavi span.current,
  .pagination .nav-links a,
  .pagination .nav-links span.current {
    margin: 0;
  }
}
@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;
  }
}
.quicklinks {
  float: none;
}
.post-single p,
.comment-body p,
.blog-content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
  float: none;
}
.post-single a:not([class]),
.comment-body a:not([class]),
.blog-content a:not([class]) {
  color: #393ec1;
}
.post-single ol,
.comment-body ol,
.blog-content ol,
.post-single ul,
.comment-body ul,
.blog-content ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.post-single ol ul,
.comment-body ol ul,
.blog-content ol ul,
.post-single ul ul,
.comment-body ul ul,
.blog-content ul ul,
.post-single ol ol,
.comment-body ol ol,
.blog-content ol ol,
.post-single ul ol,
.comment-body ul ol,
.blog-content ul ol {
  margin-bottom: 0;
  margin-top: 0;
}
.post-single ol ul li,
.comment-body ol ul li,
.blog-content ol ul li,
.post-single ul ul li,
.comment-body ul ul li,
.blog-content ul ul li,
.post-single ol ol li,
.comment-body ol ol li,
.blog-content ol ol li,
.post-single ul ol li,
.comment-body ul ol li,
.blog-content ul ol li {
  margin-bottom: 0;
}
.post-single ol li,
.comment-body ol li,
.blog-content ol li,
.post-single ul li,
.comment-body ul li,
.blog-content ul li {
  font-size: 18px;
  line-height: 1.7;
  display: list-item;
  padding: 4px 0;
}
.post-single ol li a:hover,
.comment-body ol li a:hover,
.blog-content ol li a:hover,
.post-single ul li a:hover,
.comment-body ul li a:hover,
.blog-content ul li a:hover {
  text-decoration: underline;
}
.post-single figure,
.comment-body figure,
.blog-content figure {
  margin-bottom: 30px;
}
.post-single figure,
.comment-body figure,
.blog-content figure,
.post-single .wp-block-image,
.comment-body .wp-block-image,
.blog-content .wp-block-image {
  float: none;
}
.post-single .wp-block-image figcaption,
.comment-body .wp-block-image figcaption,
.blog-content .wp-block-image figcaption {
  font-size: 14px;
  font-style: italic;
  color: #5a5a5a;
}
.post-single h1,
.comment-body h1,
.blog-content h1,
.post-single h2,
.comment-body h2,
.blog-content h2,
.post-single h3,
.comment-body h3,
.blog-content h3,
.post-single h4,
.comment-body h4,
.blog-content h4,
.post-single h5,
.comment-body h5,
.blog-content h5,
.post-single h6,
.comment-body h6,
.blog-content h6 {
  font-weight: 500;
  margin: 30px 0 20px;
}
.post-single h1,
.comment-body h1,
.blog-content h1 {
  font-size: 45px;
}
.post-single h2,
.comment-body h2,
.blog-content h2 {
  font-size: 40px;
}
.post-single h3,
.comment-body h3,
.blog-content h3 {
  font-size: 36px;
}
.post-single h4,
.comment-body h4,
.blog-content h4 {
  font-size: 32px;
}
.post-single h5,
.comment-body h5,
.blog-content h5 {
  font-size: 30px;
}
.post-single h6,
.comment-body h6,
.blog-content h6 {
  font-size: 28px;
}
.post-single .wp-block-pullquote p,
.comment-body .wp-block-pullquote p,
.blog-content .wp-block-pullquote p {
  font-size: 28px;
}
.post-single table,
.comment-body table,
.blog-content table {
  border-collapse: collapse;
}
.post-single table td,
.comment-body table td,
.blog-content table td,
.post-single table th,
.comment-body table th,
.blog-content table th {
  border: 1px solid #ebebeb;
  padding: 10px;
  font-size: 17px;
}
.post-single dl,
.comment-body dl,
.blog-content dl {
  font-size: 18px;
}
.post-single dl dt,
.comment-body dl dt,
.blog-content dl dt {
  font-weight: 500;
  margin-bottom: 6px;
}
.post-single dl dd,
.comment-body dl dd,
.blog-content dl dd {
  margin-bottom: 16px;
}
.post-single address,
.comment-body address,
.blog-content address {
  margin-bottom: 30px;
}
.wp-block-image.alignfull,
.wp-block-image.alignwide {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
  height: auto;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button.alignleft,
.wp-block-button.alignright {
  width: auto;
}
.wp-block-button.aligncenter {
  float: none;
}
.wp-block-button__link:hover {
  background-color: #000;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.wp-block-cover {
  margin-bottom: 20px;
  float: none;
}
.alignleft {
  float: left !important;
  margin-right: 20px !important;
}
.alignright {
  float: right !important;
  margin-left: 20px !important;
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-cover.has-background-dim {
  color: #fff;
}
.blocks-gallery-caption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.gallery-caption,
.wp-caption-text {
  color: #8C8C8C;
  font-size: 14px;
  margin-top: 10px;
}
.wp-caption p.wp-caption-text {
  font-size: 15px;
}
.wp-block-gallery.alignleft {
  float: left;
}
.wp-block-quote {
  border-left: 4px solid #F4F4F4;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
  float: left;
  width: 100%;
}
.wp-block-quote.is-style-large {
  margin-bottom: 35px;
}
.has-text-align-right,
.has-medium-font-size,
.has-text-align-center,
.has-small-font-size,
.has-large-font-size {
  clear: both;
}
.wp-block-embed {
  float: left !important;
  clear: both;
}
.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  margin: 20px 0;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  height: 50px;
  border: 1px solid #e2e4e7;
  font-size: 18px;
  padding-left: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  border: 1px solid #e2e4e7;
  padding-left: 30px;
  position: relative;
  padding-top: 24px;
  display: flex;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 30px;
}
.wp-block-latest-comments__comment-meta {
  color: #666;
  margin-bottom: 14px;
}
.wp-block-latest-comments__comment-date {
  font-size: 15px;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 10px;
}
.wp-calendar-table caption {
  margin-bottom: 13px;
  font-size: 18px;
}
.wp-block-calendar {
  margin: 30px 0;
}
.wp-block-calendar nav {
  margin-top: 16px;
}
.wp-block-search {
  margin-bottom: 32px;
}
.wp-block-search .wp-block-search__input {
  height: 40px;
  font-size: 19px;
  padding: 0 14px;
}
.wp-block-search button {
  padding: 0 15px;
  font-size: 17px;
}
.wp-block-search label {
  font-size: 16px;
  color: #666;
  margin-bottom: 7px;
}
.wp-block-group {
  margin-bottom: 30px;
}
.wp-block-group.has-background {
  padding: 40px;
}
.wp-block-group .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}
.wp-block-media-text__content p.has-large-font-size {
  font-size: 26px;
}
.wp-block-media-text {
  margin-bottom: 30px;
}
.page-links {
  margin-top: 40px;
}
.page-links .post-page-numbers {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #000;
  color: #fff;
  margin-left: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
.page-links .post-page-numbers.current {
  background: #666;
}
.wp-block-code,
.wp-block-verse {
  background: #eee;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  width: auto;
}
.wp-block-preformatted,
pre {
  float: none;
  clear: both;
  background: #eee;
  padding: 30px;
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
}
.wp-block-preformatted:after,
pre:after {
  content: '';
  clear: both;
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table table td {
  border: 1px solid #ebebeb;
  padding: 10px;
}
blockquote {
  border-left: 4px solid #ccc;
  padding-left: 30px;
  margin-left: 0;
  margin-right: 0;
}
code {
  background: #eee;
  font-size: 16px;
  width: auto;
  margin-bottom: 20px;
  float: none;
}
.post-password-form input {
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 20px;
  box-sizing: border-box;
}
.twitter-tweet {
  float: none;
}
.wp-block-gallery {
  width: 100%;
}
.blocks-gallery-grid {
  padding-left: 0 !important;
}
.blocks-gallery-item a img {
  margin: 0;
}
.wp-block-quote {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 20px;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  padding: 0;
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  margin: 0;
}
.wp-block-gallery.columns-6 .blocks-gallery-item figcaption {
  font-size: 12px;
}
figure.gallery-item {
  width: 24%;
  float: left;
}
.wp-block-embed__wrapper {
  word-break: break-word;
}
.closed-comments-text {
  margin-top: 15px;
}
.wp-block-button__link {
  font-size: 20px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 24px;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-size: 20px;
}
.sidebar a:not([class]):hover {
  color: #000;
  text-decoration: underline;
}
.sidebar select {
  width: 100%;
  border: 0;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0 20px;
  font-size: 16px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/arrow-select.svg) center right 20px no-repeat;
  background-size: 10px 8px;
}
.sidebar select:focus {
  outline: 0;
}
.sidebar .widget_archive li {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.sidebar .widget_archive li a {
  display: inline-block;
  vertical-align: middle;
}
.sidebar .wp-calendar-table {
  width: 100%;
}
.sidebar .wp-calendar-table th {
  padding: 11px 0;
  background: #fff;
}
.sidebar .wp-calendar-table td {
  text-align: center;
  padding: 11px 0;
  background: #fff;
}
.sidebar .wp-calendar-table td.pad {
  background: none;
}
.sidebar .wp-calendar-table td a {
  text-decoration: underline;
}
.sidebar .wp-calendar-table td#today {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: #000;
  color: #fff;
}
.sidebar .wp-calendar-table caption {
  margin-bottom: 30px;
  font-weight: 600;
  text-align: left;
}
.sidebar .widget_text ul,
.sidebar .widget_categories ul,
.sidebar .widget_custom_html ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_pages ul,
.sidebar .widget_text ol,
.sidebar .widget_categories ol,
.sidebar .widget_custom_html ol,
.sidebar .widget_nav_menu ol,
.sidebar .widget_pages ol {
  padding-left: 0;
  margin: 20px 0;
}
.sidebar .widget_text ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_custom_html ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_text ol li,
.sidebar .widget_categories ol li,
.sidebar .widget_custom_html ol li,
.sidebar .widget_nav_menu ol li,
.sidebar .widget_pages ol li {
  display: block;
  margin-bottom: 10px;
}
.sidebar .widget_text ul li a:hover,
.sidebar .widget_categories ul li a:hover,
.sidebar .widget_custom_html ul li a:hover,
.sidebar .widget_nav_menu ul li a:hover,
.sidebar .widget_pages ul li a:hover,
.sidebar .widget_text ol li a:hover,
.sidebar .widget_categories ol li a:hover,
.sidebar .widget_custom_html ol li a:hover,
.sidebar .widget_nav_menu ol li a:hover,
.sidebar .widget_pages ol li a:hover {
  color: #000;
}
.sidebar .widget_text ul li a:hover:before,
.sidebar .widget_categories ul li a:hover:before,
.sidebar .widget_custom_html ul li a:hover:before,
.sidebar .widget_nav_menu ul li a:hover:before,
.sidebar .widget_pages ul li a:hover:before,
.sidebar .widget_text ol li a:hover:before,
.sidebar .widget_categories ol li a:hover:before,
.sidebar .widget_custom_html ol li a:hover:before,
.sidebar .widget_nav_menu ol li a:hover:before,
.sidebar .widget_pages ol li a:hover:before {
  background: #000;
}
.sidebar .widget_text ul li.menu-item-has-children .sub-menu,
.sidebar .widget_categories ul li.menu-item-has-children .sub-menu,
.sidebar .widget_custom_html ul li.menu-item-has-children .sub-menu,
.sidebar .widget_nav_menu ul li.menu-item-has-children .sub-menu,
.sidebar .widget_pages ul li.menu-item-has-children .sub-menu,
.sidebar .widget_text ol li.menu-item-has-children .sub-menu,
.sidebar .widget_categories ol li.menu-item-has-children .sub-menu,
.sidebar .widget_custom_html ol li.menu-item-has-children .sub-menu,
.sidebar .widget_nav_menu ol li.menu-item-has-children .sub-menu,
.sidebar .widget_pages ol li.menu-item-has-children .sub-menu,
.sidebar .widget_text ul li.page_item_has_children .sub-menu,
.sidebar .widget_categories ul li.page_item_has_children .sub-menu,
.sidebar .widget_custom_html ul li.page_item_has_children .sub-menu,
.sidebar .widget_nav_menu ul li.page_item_has_children .sub-menu,
.sidebar .widget_pages ul li.page_item_has_children .sub-menu,
.sidebar .widget_text ol li.page_item_has_children .sub-menu,
.sidebar .widget_categories ol li.page_item_has_children .sub-menu,
.sidebar .widget_custom_html ol li.page_item_has_children .sub-menu,
.sidebar .widget_nav_menu ol li.page_item_has_children .sub-menu,
.sidebar .widget_pages ol li.page_item_has_children .sub-menu,
.sidebar .widget_text ul li.menu-item-has-children .children,
.sidebar .widget_categories ul li.menu-item-has-children .children,
.sidebar .widget_custom_html ul li.menu-item-has-children .children,
.sidebar .widget_nav_menu ul li.menu-item-has-children .children,
.sidebar .widget_pages ul li.menu-item-has-children .children,
.sidebar .widget_text ol li.menu-item-has-children .children,
.sidebar .widget_categories ol li.menu-item-has-children .children,
.sidebar .widget_custom_html ol li.menu-item-has-children .children,
.sidebar .widget_nav_menu ol li.menu-item-has-children .children,
.sidebar .widget_pages ol li.menu-item-has-children .children,
.sidebar .widget_text ul li.page_item_has_children .children,
.sidebar .widget_categories ul li.page_item_has_children .children,
.sidebar .widget_custom_html ul li.page_item_has_children .children,
.sidebar .widget_nav_menu ul li.page_item_has_children .children,
.sidebar .widget_pages ul li.page_item_has_children .children,
.sidebar .widget_text ol li.page_item_has_children .children,
.sidebar .widget_categories ol li.page_item_has_children .children,
.sidebar .widget_custom_html ol li.page_item_has_children .children,
.sidebar .widget_nav_menu ol li.page_item_has_children .children,
.sidebar .widget_pages ol li.page_item_has_children .children {
  padding-left: 0;
  margin-top: 10px;
}
.sidebar .widget_categories ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_categories ol,
.sidebar .widget_nav_menu ol {
  margin: 10px 0;
}
.sidebar .widget_categories ul:last-child,
.sidebar .widget_nav_menu ul:last-child,
.sidebar .widget_categories ol:last-child,
.sidebar .widget_nav_menu ol:last-child {
  margin-bottom: 0;
}
.sidebar .widget_categories ul li:last-child,
.sidebar .widget_nav_menu ul li:last-child,
.sidebar .widget_categories ol li:last-child,
.sidebar .widget_nav_menu ol li:last-child {
  margin-bottom: 0;
}
.sidebar .widget_custom_html {
  line-height: 1.6;
}
.sidebar .widget_custom_html ol li,
.sidebar .widget_custom_html ul li {
  margin-bottom: 8px;
}
.sidebar .widget_custom_html img {
  height: auto;
  margin: 13px 0;
}
.sidebar .widget_custom_html blockquote {
  padding-left: 18px;
}
.sidebar .widget_custom_html a {
  text-decoration: underline;
}
.sidebar .widget widget_media_image img,
.sidebar .widget_custom_html img {
  max-width: 100%;
}
.sidebar .menu {
  width: 100%;
}
.sidebar .menu ul {
  display: block;
}
.sidebar .menu ul li a {
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.sidebar .widget_rss ._title a {
  margin-right: 10px;
}
.sidebar .widget_rss ._title a:last-child {
  margin-right: 0;
}
.sidebar .widget_rss li {
  margin-bottom: 30px;
}
.sidebar .widget_rss .rsswidget {
  margin-bottom: 10px;
  display: block;
  float: left;
}
.sidebar .widget_rss .rss-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  float: left;
}
.sidebar .widget_rss .rssSummary {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.sidebar .tagcloud {
  line-height: 1.6;
}
.sidebar .widget_media_video .wp-video-shortcode,
.sidebar .widget_media_video .mejs-overlay-play {
  width: 100% !important;
  height: auto !important;
  float: left;
  display: block;
}
.sidebar .widget_media_video .mejs-overlay-play {
  height: 100% !important;
  display: flex;
}
.sidebar .widget_media_video mediaelementwrapper {
  display: block;
  float: left;
}
.sidebar .widget_media_video .mejs-mediaelement {
  position: relative;
}
.sidebar .page_item ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sidebar .page_item ul li:last-child {
  margin-bottom: 0;
}
.sidebar .page_item ul:last-child {
  margin-bottom: 0;
}
.sidebar .page_item:last-child {
  margin-bottom: 0;
}
.sidebar .wp-calendar-nav {
  padding: 0 2px;
}
.sidebar .wp-calendar-nav a {
  font-size: 17px;
}
.sidebar .wp-calendar-nav span.pad {
  width: 2px;
}
.sidebar .wp-calendar-nav-prev {
  font-size: 20px;
  background: #fff;
  margin: 0;
  height: 43px;
  width: 50%;
  line-height: 42px;
  text-align: center;
}
.sidebar .wp-calendar-nav-next {
  font-size: 20px;
  margin: 0;
  background: #fff;
  height: 43px;
  width: 50%;
  line-height: 42px;
  text-align: center;
}
.sidebar .wp-calendar-nav {
  display: flex;
  justify-content: flex-start;
}
.sidebar .recentcomments {
  font-size: 18px;
}
.sidebar .post-date {
  clear: both;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  margin-top: 5px;
}
.sidebar .textwidget {
  line-height: 1.6;
}
.sidebar img,
.sidebar picture {
  max-width: 100%;
}
.blog-content .js-effect {
  opacity: 1;
  transform: none;
}
.post-single .vc_row .js-effect {
  opacity: 1;
  transform: none;
}
.sidebar .wp-calendar-table caption {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 43px;
  background: #fff;
  text-align: center;
  border-right: 2px solid #E6E6E6;
  border-left: 2px solid #E6E6E6;
}
.calendar_wrap {
  color: #000;
}
.post-single p img {
  max-width: 100%;
  height: auto;
}
.page-template-default .post-single .wrap {
  max-width: 890px;
}
.page-template-default .main-screen .wrap_float {
  min-height: inherit;
  height: auto;
  padding-top: 225px;
  padding-bottom: 179px;
}
.page-template-default .main-screen .wrap_float .main-title {
  width: 890px;
}
.has-avatars .wp-block-latest-comments__comment article {
  width: auto;
}
.not-found-text {
  background: #E6E6E6;
  font-size: 22px;
  padding: 22px 35px;
}
.not-found-text b,
.not-found-text strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .gallery-columns-1 .gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .gallery-columns-2 .gallery-item {
    width: 48%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 4%;
    clear: both;
  }
  .gallery-columns-2 .gallery-item:nth-child(even) {
    margin-right: 0;
    clear: none;
  }
  .gallery-columns-3 .gallery-item {
    width: 32%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 2%;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: both;
  }
  .gallery-columns-4 .gallery-item {
    width: 22%;
    margin-left: 0;
    margin-right: 4%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: both;
  }
  .gallery-columns-5 .gallery-item {
    width: 19%;
    margin-left: 0;
    margin-right: 1.25%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n) {
    margin-right: 0;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: both;
  }
  .gallery-columns-6 .gallery-item {
    width: 15%;
    margin-left: 0;
    margin-right: 2%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n) {
    margin-right: 0;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: both;
  }
  .gallery-columns-7 .gallery-item {
    width: 14%;
    margin-left: 0;
    margin-right: 0.333%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: both;
  }
  .gallery-columns-8 .gallery-item {
    width: 12%;
    margin-left: 0;
    margin-right: 0.57%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: both;
  }
  .gallery-columns-9 .gallery-item {
    width: 10%;
    margin-left: 0;
    margin-right: 1.25%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
  }
  .widget_media_gallery .gallery-item {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    overflow: hidden;
  }
  .widget_media_gallery .gallery-item .gallery-icon {
    height: 100%;
  }
  .widget_media_gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .widget_media_gallery .gallery-item:nth-child(even) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery-item:nth-child(3n+1) {
    clear: none;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
    height: 325px;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
    width: 49%;
    height: 159px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item:nth-child(even) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
    width: 32%;
    height: 104px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
    width: 23.5%;
    height: 76px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
    width: 18.4%;
    height: 59px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-5 .gallery-item:nth-child(5n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
    width: 15%;
    height: 48px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-6 .gallery-item:nth-child(6n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
    width: 12.5%;
    height: 40px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
    width: 10.7%;
    height: 34px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
    width: 9.3%;
    height: 30px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 761px) {
  .date .header.blog-header .header-title {
    font-size: 86px;
  }
  .header.blog-header.search-header .header-title {
    font-size: 110px;
  }
}
@media screen and (max-width: 1800px) {
  .wp-pagenavi a,
  .pagination .nav-links a,
  .pagination a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots,
  .pagination .page-numbers.dots,
  .wp-pagenavi span.extend,
  .pagination .nav-links span.extend,
  .pagination span.extend {
    line-height: 50px;
    font-size: 24px;
  }
  .wp-pagenavi span.current,
  .pagination .nav-links span.current,
  .pagination span.current {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1320px) {
  .widget-area.blog-sidebar > div {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .sidebar .wp-calendar-table td {
    padding: 6px 0;
  }
}
@media screen and (max-width: 1000px) {
  figure.gallery-item {
    width: 23%;
    margin: 0 22px;
    margin-bottom: 30px;
  }
  figure.gallery-item:nth-child(3n+1) {
    clear: both;
  }
  .wp-content iframe {
    width: 100%;
    height: auto;
  }
  .sidebar .menu {
    display: block;
  }
  .wp-pagenavi span.current,
  .pagination .nav-links span.current,
  .pagination span.current,
  .wp-pagenavi a,
  .pagination .nav-links a,
  .pagination a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots,
  .pagination .page-numbers.dots,
  .wp-pagenavi span.extend,
  .pagination .nav-links span.extend,
  .pagination span.extend {
    line-height: 44px;
    font-size: 22px;
  }
  .wp-pagenavi a.page:link,
  .pagination .nav-links a.page:link,
  .pagination a.page:link,
  .wp-pagenavi a.page:visited,
  .pagination .nav-links a.page:visited,
  .pagination a.page:visited {
    margin: 0 4px;
  }
  .sidebar .wp-calendar-table td {
    padding: 12px 0;
  }
  .widget_media_gallery .gallery-item {
    width: 32%;
    height: 30vw;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
  }
  .widget_media_gallery .gallery-item .gallery-icon {
    height: 100%;
  }
  .widget_media_gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .widget_media_gallery .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery-item:nth-child(3n+1) {
    clear: none;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
    height: 93vw;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
    width: 49%;
    height: 46vw;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item:nth-child(even) {
    margin-right: 0;
  }
  .page-template-default .main-screen .wrap_float .main-title {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .case-content p,
  .case-content .img-title {
    width: 100%;
    display: block;
  }
  .menu-wrap ul li > ul.children {
    margin-bottom: 20px;
  }
  .blog-content p {
    word-break: break-all;
  }
  .menu-wrap .mob-ul li a:before {
    display: none;
  }
  .link:hover span {
    transform: none;
  }
  .menu-wrap .mob-ul .sub-menu li .sub-menu {
    padding-right: 13px;
  }
  .menu-wrap .mob-ul .sub-menu {
    margin-top: 17px;
  }
  .menu-wrap.with-mode .mob-ul > li {
    margin-bottom: 23px;
  }
  .menu-wrap ul li a:before {
    display: none;
  }
  .menu-wrap ul .sub-menu li .sub-menu li:after {
    margin-left: 6px;
  }
  .not-found-text {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 590px) {
  .post-single table td,
  .comment-body table td,
  .blog-content table td,
  .post-single table th,
  .comment-body table th,
  .blog-content table th {
    font-size: 16px;
  }
  .wp-block-preformatted,
  pre {
    padding: 18px;
  }
  figure.gallery-item {
    width: 100%;
    float: none;
  }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 20px;
  }
  .post-single .wp-block-pullquote p,
  .comment-body .wp-block-pullquote p,
  .blog-content .wp-block-pullquote p {
    font-size: 21px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 21px;
  }
  figure.gallery-item {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-latest-comments .avatar,
  .wp-block-latest-comments__comment-avatar {
    position: absolute;
    left: 14px;
    top: 24px;
    margin: 0;
  }
  .wp-block-latest-comments .wp-block-latest-comments__comment {
    padding-left: 90px;
    padding-right: 14px;
  }
  .wp-block-latest-comments__comment-excerpt p,
  .wp-block-latest-comments__comment-meta p {
    font-size: 16px;
  }
  .wp-block-group.has-background {
    padding: 30px 20px;
  }
  .wp-block-media-text__content p.has-large-font-size {
    font-size: 22px;
  }
  .sidebar .page_item ul {
    margin: 20px 0 10px;
  }
  .wp-pagenavi span.current,
  .pagination .nav-links span.current,
  .pagination span.current,
  .wp-pagenavi a,
  .pagination .nav-links a,
  .pagination a {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .wp-pagenavi .page-numbers.dots,
  .pagination .nav-links .page-numbers.dots,
  .pagination .page-numbers.dots,
  .wp-pagenavi span.extend,
  .pagination .nav-links span.extend,
  .pagination span.extend {
    line-height: 38px;
  }
  .post-single h1,
  .comment-body h1,
  .blog-content h1 {
    font-size: 36px;
  }
  .post-single h2,
  .comment-body h2,
  .blog-content h2 {
    font-size: 32px;
  }
  .post-single h3,
  .comment-body h3,
  .blog-content h3 {
    font-size: 28px;
  }
  .post-single h4,
  .comment-body h4,
  .blog-content h4 {
    font-size: 26px;
  }
  .post-single h5,
  .comment-body h5,
  .blog-content h5 {
    font-size: 24px;
  }
  .post-single h6,
  .comment-body h6,
  .blog-content h6 {
    font-size: 22px;
  }
  .post-single p,
  .comment-body p,
  .blog-content p {
    font-size: 17px;
  }
  .widget-area.blog-sidebar > div {
    padding: 30px 4vw;
  }
  .menu-wrap ul li > ul.children {
    margin-bottom: 13px;
  }
  .menu-wrap ul li > ul.children li ul.children li a:before {
    font-size: 20px;
  }
  .alignright,
  .alignleft,
  .aligncenter {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .post-single p img {
    display: block;
  }
  .wp-block-button__link {
    font-size: 15px;
  }
  .other-posts {
    margin-top: 100px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 85%;
  }
  .post-single p[style^=font-size],
  .comment-body p[style^=font-size],
  .blog-content p[style^=font-size] {
    font-size: 17px !important;
  }
  .wp-block-embed {
    margin-left: 0;
  }
  .wp-block-embed__wrapper {
    font-size: 17px;
  }
  .wp-block-latest-comments__comment-meta {
    font-size: 16px;
  }
  .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
    color: #000;
  }
  .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-excerpt {
    font-size: 17px;
  }
  .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-excerpt p {
    font-size: 17px;
  }
  .wp-block-latest-comments .wp-block-latest-comments__comment.without-img {
    padding-left: 14px;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-preformatted,
  pre {
    font-size: 15px;
    line-height: 1.2;
  }
  .wp-content div[style^=width] {
    width: 100% !important;
  }
  blockquote {
    padding-left: 16px;
  }
  .wp-block-table {
    margin-left: 0;
    width: 100%;
  }
  .page-template-default .main-screen .wrap_float {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .header.blog-header.search-header .header-title {
    font-size: 50px;
  }
  .not-found-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .menu-wrap .mob-ul li a,
  .menu-wrap .mob-ul li a:before {
    font-size: 31px;
  }
  .header.blog-header .header-title {
    font-size: 60px;
  }
  .blog-content ol.wp-block-latest-comments {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright,
  .wp-block-cover {
    max-width: 100%;
    width: 100%;
  }
  .blocks-gallery-grid.alignleft,
  .blocks-gallery-grid.alignright,
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: 100%;
    width: 100%;
  }
  .menu-wrap ul .sub-menu li .sub-menu {
    padding-right: 10px;
  }
  .menu-wrap ul .sub-menu li a {
    font-size: 24px;
  }
  .menu-wrap ul .sub-menu {
    margin-top: 13px;
  }
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px) {
  .wp-pagenavi a.page:link,
  .pagination .nav-links a.page:link,
  .pagination a.page:link,
  .wp-pagenavi a.page:visited,
  .pagination .nav-links a.page:visited,
  .pagination a.page:visited {
    margin: 0;
  }
  .wp-pagenavi span.extend,
  .pagination span.extend {
    font-size: 18px;
  }
  .wp-pagenavi a.last,
  .pagination .nav-links a.last,
  .pagination a.last {
    margin-left: 10px !important;
  }
}
