@font-face {
  font-family: "Educational Gothic";
  src: url("../fonts/EducationalGothicRegular.eot");
  src: url("../fonts/EducationalGothicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/EducationalGothicRegular.woff2") format("woff2"), url("../fonts/EducationalGothicRegular.woff") format("woff"), url("../fonts/EducationalGothicRegular.ttf") format("truetype"), url("../fonts/EducationalGothicRegular.svg#EducationalGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Mono";
  src: url("../fonts/PTMono-Regular.eot");
  src: url("../fonts/PTMono-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTMono-Regular.woff2") format("woff2"), url("../fonts/PTMono-Regular.woff") format("woff"), url("../fonts/PTMono-Regular.ttf") format("truetype"), url("../fonts/PTMono-Regular.svg#PTMono-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PUTINTIN";
  src: url("../fonts/PUTINTIN.eot");
  src: url("../fonts/PUTINTIN.eot?#iefix") format("embedded-opentype"), url("../fonts/PUTINTIN.woff2") format("woff2"), url("../fonts/PUTINTIN.woff") format("woff"), url("../fonts/PUTINTIN.ttf") format("truetype"), url("../fonts/PUTINTIN.svg#PUTINTIN") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahyp-rahy-ter 22 Very Dirty";
  src: url("../fonts/Tahyp-rahy-ter22VeryDirty-Verydirty.eot");
  src: url("../fonts/Tahyp-rahy-ter22VeryDirty-Verydirty.eot?#iefix") format("embedded-opentype"), url("../fonts/Tahyp-rahy-ter22VeryDirty-Verydirty.woff2") format("woff2"), url("../fonts/Tahyp-rahy-ter22VeryDirty-Verydirty.woff") format("woff"), url("../fonts/Tahyp-rahy-ter22VeryDirty-Verydirty.ttf") format("truetype"), url("../fonts/Tahyp-rahy-ter22VeryDirty-Verydirty.svg#Tahyp-rahy-ter22VeryDirty-Verydirty") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

.page,
html, body {
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  position: relative;
  z-index: 1;
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div,
p,
li, h1, h2, h3, h4 {
  margin: 0;
}

.modal .modal_wrapper, .modal .nav_left,
.modal .nav_right {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

main .inner.case .inner__left .case .full_image::before, main .inner__left .portfolio_cases .portfolio_case::before, main .inner__left .main_info .image::before, .modal__content .thumbs .thumb::before, main .inner__right .bottom_info__description .case_gallery button::before {
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay.png") no-repeat center;
  background-size: inherit;
  border-bottom: none;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}
main .inner.case .inner__left .case .full_image::after, main .inner__left .portfolio_cases .portfolio_case::after, main .inner__left .main_info .image::after, .modal__content .thumbs .thumb::after, main .inner__right .bottom_info__description .case_gallery button::after {
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  mix-blend-mode: color;
  pointer-events: none;
}
main .inner.case .inner__left .case .full_image:hover::before, main .inner__left .portfolio_cases .portfolio_case:hover::before, main .inner__left .main_info .image:hover::before, .modal__content .thumbs .thumb:hover::before, main .inner__right .bottom_info__description .case_gallery button:hover::before, main .inner.case .inner__left .case .full_image:hover::after, main .inner__left .portfolio_cases .portfolio_case:hover::after, main .inner__left .main_info .image:hover::after, .modal__content .thumbs .thumb:hover::after, main .inner__right .bottom_info__description .case_gallery button:hover::after {
  opacity: 0;
}

main .inner.case .inner__left .case .full_image .overlay, main .inner__left .portfolio_cases .portfolio_case__overlay {
  transition: all 0.3s ease-out;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.7);
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  backdrop-filter: blur(5px);
  opacity: 0;
}

.modal__content::before, main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/noise.png") repeat;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.modal__content .thumbs .thumb, main .inner__right .bottom_info__description .case_gallery button {
  position: relative;
  width: 112px;
  height: 110px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.modal__content .thumbs .active.thumb, main .inner__right .bottom_info__description .case_gallery button.active {
  border-color: #D9D9D9;
  pointer-events: none;
}
.modal__content .thumbs .active.thumb::after, main .inner__right .bottom_info__description .case_gallery button.active::after {
  display: none;
}
.modal__content .thumbs .thumb::before, main .inner__right .bottom_info__description .case_gallery button::before {
  background: url("../images/overlay_gallery.png") no-repeat center;
  background-size: inherit;
}
.modal__content .thumbs .thumb img, main .inner__right .bottom_info__description .case_gallery button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

@keyframes caseImageGlitch {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(-4px, 2px) scale(1.015);
  }
  40% {
    transform: translate(3px, -1px) scale(1.01);
  }
  60% {
    transform: translate(-2px, -2px) scale(1.018);
  }
  80% {
    transform: translate(4px, 1px) scale(1.012);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes portfolioFilterGlitch {
  0% {
    filter: contrast(1.15) brightness(0.92) saturate(0.85);
  }
  45% {
    filter: contrast(1.28) brightness(1.06) saturate(0.9);
  }
  100% {
    filter: none;
  }
}
@keyframes portfolioFilterScan {
  0% {
    transform: translateY(-120%);
    opacity: 0;
  }
  20% {
    opacity: 0.35;
  }
  100% {
    transform: translateY(120%);
    opacity: 0;
  }
}
@keyframes backgroundNoise {
  0% {
    background-position: 0 0, 0 0;
    opacity: 0.035;
  }
  33% {
    background-position: 24px -18px, 0 1px;
    opacity: 0.05;
  }
  66% {
    background-position: -16px 14px, 0 -1px;
    opacity: 0.04;
  }
  100% {
    background-position: 9px 22px, 0 0;
    opacity: 0.045;
  }
}
@keyframes backgroundImageGlitch {
  0% {
    background-position: 0 0, 48% 82%, 54% 20%, 0 -260px, 0 0;
    opacity: 0.045;
    filter: contrast(1.05) brightness(0.95);
  }
  22% {
    background-position: 0 0, 51% 79%, 56% 22%, 0 -120px, 0 1px;
    opacity: 0.065;
    filter: contrast(1.12) brightness(1);
  }
  45% {
    background-position: 0 0, 49% 81%, 53% 18%, 0 34px, 0 -1px;
    opacity: 0.055;
    filter: contrast(1) brightness(0.9);
  }
  68% {
    background-position: 0 0, 52% 84%, 57% 24%, 0 170px, 0 2px;
    opacity: 0.075;
    filter: contrast(1.16) brightness(1.04);
  }
  100% {
    background-position: 0 0, 48% 82%, 54% 20%, 0 320px, 0 0;
    opacity: 0.05;
    filter: contrast(1.04) brightness(0.96);
  }
}
@keyframes backgroundSoftGlitch {
  0% {
    background-position: 0 18%, 0 64%, 0 0, 0 0;
    opacity: 0.035;
    transform: translateX(0);
  }
  18% {
    background-position: 6px 18%, -4px 64%, 0 0, 0 0;
    opacity: 0.055;
    transform: translateX(0);
  }
  20% {
    background-position: -14px 30%, 12px 51%, 0 -2px, 0 0;
    opacity: 0.12;
    transform: translateX(2px);
  }
  21% {
    background-position: 3px 18%, -6px 64%, 0 0, 0 0;
    opacity: 0.04;
    transform: translateX(0);
  }
  57% {
    background-position: 0 18%, 0 64%, 0 0, 0 0;
    opacity: 0.032;
    transform: translateX(0);
  }
  59% {
    background-position: 18px 72%, -10px 39%, 0 2px, 0 0;
    opacity: 0.105;
    transform: translateX(-2px);
  }
  60% {
    background-position: -2px 18%, 4px 64%, 0 0, 0 0;
    opacity: 0.04;
    transform: translateX(0);
  }
  100% {
    background-position: 0 18%, 0 64%, 0 0, 0 0;
    opacity: 0.035;
    transform: translateX(0);
  }
}
@keyframes binaryBackgroundLeft {
  0% {
    transform: translateY(0) skewY(-2deg);
    opacity: 0.36;
  }
  48% {
    transform: translateY(-34px) skewY(-2deg);
    opacity: 0.44;
  }
  50% {
    transform: translateY(-28px) translateX(6px) skewY(-2deg);
    opacity: 0.58;
  }
  52% {
    transform: translateY(-40px) skewY(-2deg);
    opacity: 0.4;
  }
  100% {
    transform: translateY(-80px) skewY(-2deg);
    opacity: 0.36;
  }
}
@keyframes binaryBackgroundRight {
  0% {
    transform: translateY(-70px) skewY(2deg);
    opacity: 0.3;
  }
  42% {
    transform: translateY(-28px) skewY(2deg);
    opacity: 0.38;
  }
  44% {
    transform: translateY(-35px) translateX(-7px) skewY(2deg);
    opacity: 0.5;
  }
  46% {
    transform: translateY(-22px) skewY(2deg);
    opacity: 0.32;
  }
  100% {
    transform: translateY(18px) skewY(2deg);
    opacity: 0.3;
  }
}
@keyframes binaryTypingLeft {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  12% {
    clip-path: inset(0 0 100% 0);
    opacity: 0.32;
  }
  62% {
    clip-path: inset(0 0 0 0);
    opacity: 0.42;
  }
  86% {
    clip-path: inset(0 0 0 0);
    opacity: 0.42;
  }
  100% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
}
@keyframes binaryTypingRight {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  10% {
    clip-path: inset(100% 0 0 0);
    opacity: 0.26;
  }
  60% {
    clip-path: inset(0 0 0 0);
    opacity: 0.35;
  }
  86% {
    clip-path: inset(0 0 0 0);
    opacity: 0.35;
  }
  100% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
}
@keyframes caseImageNoise {
  0% {
    transform: translateX(-8px);
    opacity: 0.45;
  }
  50% {
    transform: translateX(8px);
    opacity: 0.85;
  }
  100% {
    transform: translateX(-3px);
    opacity: 0.55;
  }
}
@keyframes contentSignalOut {
  0% {
    filter: none;
    transform: translateX(0);
  }
  25% {
    filter: contrast(1.5) brightness(1.15) saturate(0.75);
    transform: translateX(6px);
  }
  55% {
    filter: contrast(1.8) brightness(0.85) saturate(0.55);
    transform: translateX(-8px);
  }
  100% {
    filter: contrast(1.25) brightness(0.7) saturate(0.75);
    transform: translateX(-6px);
  }
}
@keyframes contentSignalIn {
  0% {
    filter: contrast(1.25) brightness(0.7) saturate(0.75);
    transform: translateX(6px);
  }
  35% {
    filter: contrast(1.7) brightness(1.1) saturate(0.65);
    transform: translateX(-7px);
  }
  70% {
    filter: contrast(1.35) brightness(0.95) saturate(0.85);
    transform: translateX(3px);
  }
  100% {
    filter: none;
    transform: translateX(0);
  }
}
@keyframes modalSignalIn {
  0% {
    filter: contrast(1.8) brightness(0.85) saturate(0.6);
    transform: translateX(-10px);
  }
  40% {
    filter: contrast(1.55) brightness(1.15) saturate(0.75);
    transform: translateX(8px);
  }
  100% {
    filter: none;
    transform: translateX(0);
  }
}
@keyframes modalSignalOut {
  0% {
    filter: none;
    transform: translateX(0);
  }
  50% {
    filter: contrast(1.7) brightness(1.1) saturate(0.65);
    transform: translateX(-8px);
  }
  100% {
    filter: contrast(1.3) brightness(0.75) saturate(0.7);
    transform: translateX(10px);
  }
}
@keyframes contentSignalNoise {
  0% {
    opacity: 0.15;
    transform: translateX(-12px);
  }
  35% {
    opacity: 0.85;
    transform: translateX(10px);
  }
  65% {
    opacity: 0.5;
    transform: translateX(-5px);
  }
  100% {
    opacity: 0;
    transform: translateX(14px);
  }
}
@keyframes pageLoaderCursor {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
html,
html * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
html *::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.scrollbar {
  margin-top: 10px;
  height: 4px;
  background: none;
}
.scrollbar__thumb {
  transition: all 0.3s ease-out;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: inherit;
}
.scrollbar--generated {
  position: fixed;
  margin: 0;
  z-index: 1000;
  pointer-events: auto;
}
.scrollbar--horizontal {
  height: 4px;
}
.scrollbar--vertical {
  width: 4px;
  height: auto;
}
.scrollbar--vertical .scrollbar__thumb {
  width: 100%;
  height: 20%;
}

::selection {
  background: #E56000;
  color: #fff;
}

::-moz-selection {
  background: #E56000;
  color: #fff;
}

::-webkit-selection {
  background: #E56000;
  color: #fff;
}

.content {
  position: relative;
  max-width: 1015px;
  width: 100%;
  height: auto;
  padding: 30px 30px 30px;
  margin: 0 auto;
}
.content.footer {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  max-width: 1114px;
}

.flexbox {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  gap: space-between;
}

.vFlexbox {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: column;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.scroll-up {
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 20;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  visibility: hidden;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
  opacity: 0;
}
.scroll-up:hover {
  -webkit-box-shadow: inset 0 0 0 5px #E56000;
  box-shadow: inset 0 0 0 5px #E56000;
  color: #E56000;
}
.scroll-up--active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.scroll-up .scroll-up__svg-path {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  fill: none;
  stroke: #E56000;
  stroke-width: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.scroll-up::before {
  transition: all 0.3s ease-out;
  content: "up";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Educational Gothic", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.hidden {
  display: none;
}

.accent {
  color: #E56000;
}

body {
  font-family: "PT Mono", monoscape;
  font-size: 100%;
  color: #fff;
  background: #1C1C1C;
}

h1, h2, h3, h4 {
  line-height: 80%;
  font-family: "Educational Gothic", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 16px;
  line-height: 100%;
}

div,
p,
li {
  font-size: 10px;
}

a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-bottom: 2px;
  transition: all 0.3s ease-out;
}
a::before {
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #E56000;
}
a:hover {
  color: #fff;
  cursor: pointer;
}
a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
a:focus, a:visited {
  color: #fff;
}

nav {
  margin-bottom: 18px;
}
nav ul {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}
nav ul li {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-family: "Tahyp-rahy-ter 22 Very Dirty", serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}
nav ul li p {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  transition: all 0.3s ease-out;
  font-size: 16px;
  opacity: 0.5;
}
nav ul li img {
  position: relative;
  top: -2px;
}
nav ul li.active p {
  opacity: 1;
  pointer-events: none;
}
nav ul li:hover p {
  opacity: 1;
}

footer,
.footer_modal {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 955px;
  font-family: "PUTINTIN", sans-serif;
  text-transform: lowercase;
  margin: 10px auto 0;
}
footer p,
.footer_modal p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.05);
}

#wpadminbar a::before, #wpadminbar a::after {
  bottom: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  border: none;
}

html {
  background: #1C1C1C;
}

body {
  position: relative;
  background: transparent;
}
body::before {
  position: fixed;
  content: "";
  inset: -34px;
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
  pointer-events: none;
  transform: translate(var(--background-shift-x, 0), var(--background-shift-y, 0));
  z-index: -1;
}
body::after {
  position: fixed;
  content: "";
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.13) 50%, transparent 50%) 0 0/100% 4px, linear-gradient(90deg, transparent, rgba(229, 96, 0, 0.28) 22%, rgba(255, 255, 255, 0.16) 50%, transparent 78%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
}
body.is-signal-glitching::after {
  animation: contentSignalNoise 0.42s steps(2, end);
}

.binary_background {
  position: fixed;
  width: min(23vw, 360px);
  height: 88vh;
  display: block;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent);
}
.binary_background__left {
  top: 2vh;
  left: 24px;
  opacity: 0.76;
}
.binary_background__right {
  right: 24px;
  bottom: 2vh;
  opacity: 0.74;
}

.page_loader {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: opacity 0.18s ease, filter 0.18s ease, transform 0.18s ease;
  position: fixed;
  inset: 0;
  z-index: 10001;
  font-family: "PT Mono", monoscape;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  filter: contrast(1.4);
  transform: translateX(-4px);
}
.page_loader.show {
  opacity: 1;
  transform: translateX(0);
}
.page_loader.ready .page_loader__cursor {
  animation: pageLoaderCursor 0.8s steps(1, end) infinite;
}
.page_loader__text {
  min-width: 18ch;
  text-align: left;
}
.page_loader__cursor {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 22px;
  background: #E56000;
  margin-left: 6px;
}

.borders {
  pointer-events: none;
}
.borders__vertical {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 1065px;
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.borders__horizontal {
  inset: 0;
}
.borders__horizontal::before, .borders__horizontal::after {
  content: "";
  position: fixed;
  top: 284px;
  height: 510px;
}
.borders__horizontal::before {
  left: 0;
  right: calc(50% + 955px / 2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.borders__horizontal::after {
  left: calc(50% + 955px / 2);
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.content {
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
  position: relative;
  height: 100%;
}
.content::after {
  position: fixed;
  content: "";
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 50%, transparent 50%) 0 0/100% 5px, linear-gradient(90deg, rgba(229, 96, 0, 0.25), transparent 28%, rgba(255, 255, 255, 0.14) 56%, transparent 78%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.content.hide {
  opacity: 0;
  filter: contrast(1.25) brightness(0.7) saturate(0.75);
  pointer-events: none;
  transform: translateX(-6px);
}
.content.is__hiding::after, .content.is-restoring::after {
  animation: contentSignalNoise 0.36s steps(2, end);
}
.content.is__hiding {
  animation: contentSignalOut 0.36s steps(2, end);
}
.content.is__restoring {
  animation: contentSignalIn 0.36s steps(2, end);
}

.grid_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.grid_inner__top {
  position: absolute;
  top: 0;
  right: 0;
  width: 514px;
  height: 390px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 0;
}
.grid_inner__top::after {
  position: absolute;
  content: "";
  top: 68px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.grid_inner__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 328px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 0;
}
.grid_inner__bottom::after {
  position: absolute;
  content: "";
  top: 0;
  right: 299px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.grid_inner__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 205px;
  height: 390px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 0;
}

main {
  -webkit-box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  -moz-box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  -ms-box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  -o-box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  position: relative;
  height: 718px;
  background: rgba(28, 28, 28, 0.7);
  padding: 35px;
}
main .header__title {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
main .header__additional {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 20px 0 18px;
}
main .header__additional .icons {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
main .header__additional .icons img {
  display: block;
}
main .header__additional .between {
  width: 85px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #E56000;
  margin: 0 20px 0 14px;
}
main .header__additional .braille {
  font-size: 15px;
  line-height: 1;
}
main .header__description p {
  font-size: 13px;
  line-height: 1.4;
}
main .inner {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  position: relative;
  height: calc(100% - 38.41px);
  z-index: 1;
}
main .inner__left {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  position: relative;
  width: 588px;
}
main .inner__left::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 231px;
  height: 208px;
  background: url("../images/icons/about.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
main .inner__left .header {
  margin-bottom: 18px;
}
main .inner__left .main_info {
  width: 100%;
}
main .inner__left .main_info .image {
  position: relative;
  width: 100%;
  height: 275px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
main .inner__left .main_info .image::before {
  background: url("../images/overlay_case.png") no-repeat center;
}
main .inner__left .main_info .image img {
  position: relative;
  top: -80px;
  left: -102px;
  display: block;
  min-width: 125%;
  height: 140%;
  object-fit: cover;
}
main .inner__left .info {
  margin-top: 25px;
}
main .inner__left .footer_page {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  margin-top: auto;
}
main .inner__left .footer_page .info {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
}
main .inner__left .footer_page .info a {
  position: relative;
  top: 1px;
  padding-bottom: 2px;
}
main .inner__left .footer_page p {
  font-size: 15px;
  line-height: 1;
}
main .inner__left .portfolio_cases {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-height: 420px;
  overflow: auto;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
main .inner__left .portfolio_cases.is-loading {
  opacity: 0.45;
  filter: contrast(1.25) saturate(0.75);
  pointer-events: none;
}
main .inner__left .portfolio_cases.is_filtering .portfolio_case {
  will-change: transform, opacity;
}
main .inner__left .portfolio_cases .portfolio_case {
  position: relative;
  display: block;
  width: calc(50% - 9px);
  height: 200px;
  border: 1px solid #D9D9D9;
  padding-bottom: 0;
  overflow: hidden;
}
main .inner__left .portfolio_cases .portfolio_case.is_filtered_out {
  display: none;
}
main .inner__left .portfolio_cases .portfolio_case.is_glitching_in img {
  animation: portfolioFilterGlitch var(--portfolio-filter-glitch-duration, 0.42s) ease-out;
}
main .inner__left .portfolio_cases .portfolio_case.is_glitching_in::after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), rgba(229, 96, 0, 0.22), transparent);
  mix-blend-mode: screen;
  opacity: 0;
  animation: portfolioFilterScan var(--portfolio-filter-scan-duration, 0.42s) ease-out;
}
main .inner__left .portfolio_cases .portfolio_case__overlay {
  padding: 10px;
}
main .inner__left .portfolio_cases .portfolio_case:hover .portfolio_case__overlay {
  opacity: 1;
}
main .inner__left .portfolio_cases .portfolio_case img {
  transition: all 0.3s ease-out;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .inner__left .portfolio_find {
  width: 100%;
  max-width: 588px;
  overflow: auto;
}
main .inner__left .portfolio_find .portfolio_cases {
  flex-wrap: nowrap;
  gap: 10px;
  width: max-content;
  padding-bottom: 10px;
}
main .inner__left .portfolio_find .portfolio_cases .portfolio_case {
  width: 150px;
  height: 150px;
}
main .inner__left .portfolio_find .portfolio_cases .portfolio_case .portfolio_case__overlay .portfolio_case__title {
  font-size: 10px;
}
main .inner__right {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 50px;
  position: relative;
  width: 230px;
  margin-top: 20px;
}
main .inner__right .clear_filter {
  position: absolute;
  top: -69px;
  align-self: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  z-index: 9;
}
main .inner__right .clear_filter::before {
  display: none;
}
main .inner__right .clear_filter::after {
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  position: absolute;
  content: attr(data-title);
  top: calc(100% + 5px);
  left: 50%;
  width: 120px;
  background: rgba(28, 28, 28, 0.9);
  font-family: "PT Mono", monoscape;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 8px 10px;
}
main .inner__right .clear_filter:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
main .inner__right .clear_filter__image {
  display: block;
  width: 30px;
}
main .inner__right .filters {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 50px;
  min-height: 271px;
}
main .inner__right .list__head {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  margin-bottom: 15px;
}
main .inner__right .list__head img {
  display: block;
}
main .inner__right .list__content {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
main .inner__right .list__content .category,
main .inner__right .list__content .tags {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 10px;
}
main .inner__right .list__content .item {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
main .inner__right .list__content .item.selected {
  pointer-events: none;
}
main .inner__right .list__content p {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1;
}
main .inner__right .list__content p img {
  position: relative;
  display: block;
}
main .inner__right .bottom_info__header {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
main .inner__right .bottom_info__header .icons {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
main .inner__right .bottom_info__header .icons img {
  display: block;
}
main .inner__right .bottom_info__header .icons img.small {
  width: 15px;
}
main .inner__right .bottom_info__header {
  margin-bottom: 15px;
}
main .inner__right .bottom_info__description {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 11px;
}
main .inner__right .bottom_info__description p {
  line-height: 1.2;
}
main .inner__right .bottom_info__description .case_gallery {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  max-height: 358px;
  overflow: auto;
}
main .inner.case .inner__left, main .inner.main .inner__left {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
main .inner.case .inner__left .footer_page, main .inner.main .inner__left .footer_page {
  margin-top: auto;
}
main .inner.case .inner__left .case {
  width: 100%;
}
main .inner.case .inner__left .case .full_image {
  position: relative;
  height: 275px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  overflow: hidden;
}
main .inner.case .inner__left .case .full_image::before {
  background: url("../images/overlay_case.png") no-repeat center;
  background-size: cover;
  opacity: 0.5;
}
main .inner.case .inner__left .case .full_image::after {
  display: none;
}
main .inner.case .inner__left .case .full_image img#case_full_image {
  transition: filter 0.2s ease, transform 0.2s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .inner.case .inner__left .case .full_image img.is_changing {
  animation: caseImageGlitch 0.4s steps(2, end) infinite;
  filter: contrast(1.35) brightness(1.1) saturate(0.85);
}
main .inner.case .inner__left .case .full_image.is_glitching::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.12) 50%, transparent 50%) 0 0/100% 4px, linear-gradient(90deg, rgba(229, 96, 0, 0.28), transparent 25%, rgba(255, 255, 255, 0.16) 50%, transparent 75%);
  mix-blend-mode: screen;
  opacity: 0.75;
  pointer-events: none;
  animation: caseImageNoise 0.18s steps(2, end) infinite;
}
main .inner.case .inner__left .case .full_image .case_full_image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .inner.case .inner__left .case .full_image .overlay {
  pointer-events: none;
}
main .inner.case .inner__left .case .full_image .overlay p {
  font-size: 13px;
}
main .inner.case .inner__left .case .full_image:hover::before {
  display: none;
}
main .inner.case .inner__left .case .full_image:hover .overlay {
  opacity: 1;
}
main .inner.case .inner__left .case .info__description {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 11px;
  max-width: 330px;
  max-height: 70px;
  margin-top: 17px;
  overflow: auto;
}
main .inner.case .inner__left .case .info__description p {
  line-height: 1.2;
}
main .inner.case .inner__right .filters {
  gap: 0;
  min-height: 149px;
}
main .inner.search .inner__left .header__additional, main .inner.portfolio .inner__left .header__additional {
  margin-bottom: 0;
}
main .inner.search .inner__left::after, main .inner.portfolio .inner__left::after {
  width: 39px;
  height: 38px;
  background: url("../images/icons/scroll.svg") no-repeat center;
  background-size: contain;
}
main .inner.case .inner__left::after {
  background: url("../images/icons/info.svg") no-repeat center;
  background-size: contain;
}
main.main_case .grid_inner__bottom {
  height: 450px;
}
main.main_case .grid_inner__right {
  height: 268px;
}
main.main_none .inner__left::after {
  background: url("../images/icons/none.svg") no-repeat center;
  background-size: contain;
}

.modal {
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.modal::after {
  position: fixed;
  content: "";
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.12) 50%, transparent 50%) 0 0/100% 4px, linear-gradient(90deg, transparent, rgba(229, 96, 0, 0.24) 24%, rgba(255, 255, 255, 0.16) 50%, transparent 75%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
  animation: modalSignalIn 0.36s steps(2, end);
}
.modal.open::after {
  animation: contentSignalNoise 0.32s steps(2, end);
}
.modal.closing {
  opacity: 0;
  pointer-events: none;
  animation: modalSignalOut 0.3s steps(2, end);
}
.modal.closing::after {
  animation: contentSignalNoise 0.3s steps(2, end);
}
.modal .nav_left,
.modal .nav_right {
  transition: all 0.3s ease-out;
  top: calc(50% - 160px);
  cursor: pointer;
}
.modal .nav_left {
  left: 40px;
}
.modal .nav_left:hover {
  -webkit-transform: translateY(-50%) translateX(-15px);
  -moz-transform: translateY(-50%) translateX(-15px);
  -ms-transform: translateY(-50%) translateX(-15px);
  -o-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
}
.modal .nav_right {
  right: 40px;
}
.modal .nav_right:hover {
  -webkit-transform: translateY(-50%) translateX(15px);
  -moz-transform: translateY(-50%) translateX(15px);
  -ms-transform: translateY(-50%) translateX(15px);
  -o-transform: translateY(-50%) translateX(15px);
  transform: translateY(-50%) translateX(15px);
}
.modal .modal_wrapper {
  left: 0;
  right: 0;
  width: 955px;
  margin: 0 auto;
}
.modal__content {
  -webkit-box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  -moz-box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  -ms-box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  -o-box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  box-shadow: 0 0 10px rgba(27, 27, 27, 0.5);
  position: relative;
  width: 100%;
  background: rgba(28, 28, 28, 0.7);
}
.modal__content img {
  display: block;
}
.modal__content .full_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.35s ease;
}
.modal__content .full_image img {
  transition: filter 0.2s ease, transform 0.2s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal__content .full_image img.is_changing {
  animation: caseImageGlitch 0.4s steps(2, end) infinite;
  filter: contrast(1.35) brightness(1.1) saturate(0.85);
}
.modal__content .full_image.is_glitching::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.12) 50%, transparent 50%) 0 0/100% 4px, linear-gradient(90deg, rgba(229, 96, 0, 0.28), transparent 25%, rgba(255, 255, 255, 0.16) 50%, transparent 75%);
  mix-blend-mode: screen;
  opacity: 0.75;
  pointer-events: none;
  animation: caseImageNoise 0.18s steps(2, end) infinite;
}
.modal__content .bottom_modal {
  position: relative;
}
.modal__content .bottom_modal::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 30px;
  width: 189px;
  height: 110px;
  background: url("../images/icons/gallery.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.modal__content .thumbs {
  position: relative;
  left: 30px;
  max-width: 620px;
  padding: 20px 0;
  overflow: auto;
}
.modal__content .thumbs__inner {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: max-content;
}
.modal__content .additional {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.3px;
  padding: 17px 30px;
}
.modal__content .additional .left p {
  font-size: 15px;
  line-height: 1;
}
.modal__content .additional .links {
  text-transform: uppercase;
  font-size: 13px;
}
.modal__content .additional .right {
  font-family: "Educational Gothic", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  margin-left: auto;
}

@media (max-width: 1000px) {
  .grid_inner__bottom,
  .grid_inner__top,
  .grid_inner__left,
  .grid_inner__right {
    display: none;
  }
  .content main .inner__right .filters,
  .content main .inner__right .filters .list,
  .content main .bottom_info {
    position: relative;
  }
  .content main .inner__right .filters::before,
  .content main .bottom_info::before {
    position: absolute;
    content: "";
    top: -25px;
    left: -35px;
    width: calc(100% + 70px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .content main.main_case .bottom_info::before {
    display: none;
  }
  .content main .inner__right .filters .list::before,
  .content main .inner__right .filters .list.design::after,
  .content main .inner__right .filters .list.categories::after {
    position: absolute;
    content: "";
    top: -25px;
    left: 50px;
    height: calc(100% + 50px);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .content main .inner__right .filters .list.design::after,
  .content main .inner__right .filters .list.categories::after {
    left: -31px;
    height: calc(100% + 50px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
  }
  .content main.main_case .inner__right .filters::after {
    position: absolute;
    content: "";
    top: -24px;
    left: 40px;
    width: 0;
    height: calc(100% + 58px);
    border-top: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .content {
    padding-top: 30px;
  }
  .content main {
    height: auto;
  }
  .content main .inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
  }
  .content main .inner__left, .content main .inner__right {
    width: 100%;
  }
  .content main .inner__left .footer_page .info {
    margin-top: 50px;
  }
  .content main .inner__right {
    margin-top: 0;
  }
  .content main .inner__right .filters {
    flex-direction: row;
    gap: 100px;
    min-height: auto;
    margin-top: 50px;
  }
  .content main .inner__right .filters .code, .content main .inner__right .filters .tags {
    order: -1;
  }
  .content main .inner__right .bottom_info__header,
  .content main .inner__right .filters .list__head,
  .content main .inner__right .list__content .item {
    gap: 60px;
    justify-content: flex-start;
  }
  .content main .inner__right .bottom_info__header {
    flex-wrap: nowrap;
  }
  .content main .inner__right .bottom_info__header .icons {
    flex-wrap: nowrap;
  }
  .content main .inner__right .bottom_info__header .icons + img {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .content main .inner__right .bottom_info__description .case_gallery {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .content main .inner__right .bottom_info__description .case_gallery button {
    width: 100%;
  }
  .content main.main_case .inner__left {
    margin-bottom: 5px;
  }
  .content main.main_case .inner__left .case .full_image {
    height: 450px;
  }
  .content main.main_case .inner__right .filters {
    flex-direction: column;
    gap: 0;
    order: 2;
    margin-top: 0;
  }
  .content main.main_case .inner__right .bottom_info {
    margin-top: 20px;
  }
  .content main.main_case .grid_inner__top {
    bottom: 0;
  }
  .content main.main_case .grid_inner__bottom {
    display: none;
  }
  .content main.main_case .grid_inner__top {
    height: 205px;
  }
  .content main.main_case .grid_inner__left {
    display: none;
  }
  .content main.main_case .grid_inner__right {
    display: none;
  }
  .content main.main_portfolio .inner__left .footer_page .info, .content main.main_search .inner__left .footer_page .info {
    margin-top: 38px;
  }
  .content main.main_front .inner__left .main_info,
  .content main.main_front .inner__left .image,
  .content main.main_front .inner__left .main_info img {
    width: 100%;
  }
  .content main.main_front .inner__left .main_info img {
    top: -25px;
    left: 0;
    height: 111%;
    min-width: 100%;
  }
  .content main.main_front .inner__left .footer_page .info {
    margin-top: 110px;
  }
  .content footer {
    position: relative;
  }
  .modal .nav_left, .modal .nav_right {
    display: none;
  }
  .binary_background--left {
    left: 5px;
  }
  .binary_background--right {
    right: 10px;
  }
  .borders__horizontal::before {
    right: calc(50% + calc(100% - 60px) / 2);
  }
  .borders__horizontal::after {
    left: calc(50% + calc(100% - 60px) / 2);
  }
  .modal .modal_wrapper {
    width: calc(100% - 60px);
  }
  main .inner.case .inner__left .case .full_image::before,
  main .inner__left .portfolio_cases .portfolio_case::before,
  .modal__content .thumbs .thumb::before,
  main .inner__right .bottom_info__description .case_gallery button::before {
    background-size: cover;
  }
  main .inner__left .main_info .image::before {
    background-size: cover;
  }
  main .inner__right .clear_filter {
    top: 47px;
  }
  main .inner.case .inner__left .case .info__description {
    max-height: inherit;
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .content main.main_case .inner__left .case .full_image {
    height: 350px;
  }
  .content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  nav {
    margin-bottom: 10px;
  }
  .modal .modal_wrapper {
    width: calc(100% - 20px);
  }
  .content main.main_front .inner__left .main_info img {
    top: -50px;
    height: 120%;
  }
  .content main .inner__right .bottom_info__description .case_gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  main {
    padding: 20px 20px 30px;
  }
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  .grid_inner__top {
    left: 61px;
    width: calc(100% - 61px);
  }
  .content main .inner__right .bottom_info__header,
  .content main .inner__right .filters .list__head,
  .content main .inner__right .list__content .item {
    gap: 41px;
  }
  footer,
  .footer_modal {
    margin: 5px auto 0;
  }
  div, p, li {
    font-size: 12px;
  }
  main .header__description p {
    font-size: 14px;
  }
  main .inner__right .list__content p {
    font-size: 14px;
  }
  main .header__additional {
    margin-bottom: 16px;
  }
  .content main .inner__right .filters::before,
  .content main .bottom_info::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  .content main.main_case .inner__right .filters::after {
    height: calc(100% + 53px);
  }
  .content main .inner__right .filters .list::before {
    left: 40px;
  }
  .content main .inner__right .filters .list.design::after,
  .content main .inner__right .filters .list.categories::after {
    left: -21px;
  }
  .modal__content .additional .right {
    margin-left: 0;
    width: 100%;
  }
  .modal__content .additional .left p {
    font-size: 15px;
    line-height: 1;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 660px) {
  main .inner__left::after {
    display: none;
  }
  .content main.main_front .inner__left .main_info img {
    top: -81px;
    left: -90px;
    height: 140%;
    min-width: 120%;
  }
  .content main.main_front .inner__left .footer_page .info {
    margin-top: 50px;
  }
  .content main .inner__right .bottom_info__description .case_gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .modal__content .thumbs .thumb {
    width: 90px;
    height: 90px;
  }
  .modal__content .thumbs {
    left: 20px;
    max-width: calc(100% - 40px);
    padding: 15px 0 17px;
  }
  .modal__content .bottom_modal::after {
    display: none;
  }
  .modal__content .additional {
    gap: 10px;
    padding: 17px 20px;
  }
  .modal__content .additional .links {
    width: 100%;
  }
  .modal__content .additional .right {
    margin-top: 10px;
  }
  main .inner.case .inner__left .case .info__description {
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .content main .inner__right .filters {
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
  }
  .content main .inner__right .filters .list {
    width: 100%;
  }
  .content main .inner__right .filters .code,
  .content main .inner__right .filters .tags {
    order: 1;
  }
  .grid_inner__top {
    height: 171px;
    bottom: 197px;
  }
  .grid_inner__bottom {
    height: 197px;
  }
  .content main .inner__right .filters::before {
    left: 40px;
    width: 0;
    height: calc(100% + 50px);
    border-top: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .content main.main_case .inner__right .filters::before {
    left: -20px;
    width: calc(100% + 40px);
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
  }
  .content main .inner__right .filters .list::before {
    left: -20px;
    width: calc(100% + 40px);
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
  }
  .content main .inner__right .filters .list.design::after,
  .content main .inner__right .filters .list.categories::after {
    display: none;
  }
  .binary_background--left {
    left: -14px;
  }
  .binary_background--right {
    right: -15px;
  }
}
@media (max-width: 540px) {
  .content main .inner__right .bottom_info__description .case_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  main .header__additional .braille {
    width: 100%;
    margin-top: 20px;
  }
  main .inner__left .portfolio_cases {
    max-height: 486px;
  }
  main .inner__left .portfolio_cases .portfolio_case {
    height: 150px;
  }
  .content main.main_front .inner__left .main_info img {
    left: -60px;
  }
  main .inner__left .portfolio_find .portfolio_cases .portfolio_case {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 420px) {
  .content main .inner__right .bottom_info__description .case_gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content main.main_case .inner__left .case .full_image {
    height: 300px;
  }
  main .inner__left .footer_page p {
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .modal__content .thumbs .thumb {
    width: 70px;
    height: 70px;
  }
  .modal__content .thumbs {
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 10px 0 15px;
  }
  main .inner__left .portfolio_cases .portfolio_case {
    height: 120px;
  }
  main .inner__left .portfolio_cases {
    max-height: 396px;
  }
  .modal__content .additional {
    padding: 17px 10px;
  }
  .content main.main_front .inner__left .main_info img {
    top: -65px;
    left: 0;
    height: 126%;
    min-width: 120%;
  }
  main .inner__left .portfolio_cases .portfolio_case__title {
    font-size: 11px;
  }
}
@media (max-width: 330px) {
  .content main .inner__right .bottom_info__description .case_gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=style.css.map */
