*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 5.1282051282vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.1574074074vw;
  }
}

body {
  position: relative;
  padding: 0;
  overflow-x: clip;
  background-color: #202020;
  color: #fff;
}

input {
  outline: none;
  box-shadow: none;
}
input:focus, input:hover {
  outline: none;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Inter", sans-serif;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
}

fieldset {
  border: transparent;
}

.section__title {
  text-shadow: 0 0 0.05rem #202020;
  font-weight: 500;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    font-size: 2.5rem;
    line-height: 3.04rem;
  }
}

.page__title {
  position: relative;
  text-shadow: 0 0 0.05rem #202020;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -0.015rem;
  }
}
@media (min-width: 768px) {
  .page__title {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: -0.185rem;
    transition-delay: 300ms;
  }
  .page__title::before {
    position: absolute;
    z-index: -1;
    width: 5.9rem;
    height: 6.7rem;
    display: block;
    content: "";
    background: url("../img/title_before.svg") no-repeat center/cover transparent;
  }
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 0.5rem;
  }
}
@media (min-width: 768px) {
  .wrap {
    padding: 0 8rem;
  }
}

body:has(.service-all) .header__data:nth-child(4) {
  color: #000;
}
body:has(.service-all) .btn--burger::before, body:has(.service-all) .btn--burger:after,
body:has(.service-all) .btn--burger span {
  background-color: #000;
}

.btn {
  cursor: pointer;
  outline: none;
}
.btn--burger {
  width: 1.45rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.4rem;
  background-color: transparent;
}
.btn--burger span, .btn--burger:before, .btn--burger:after {
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: #fff;
}
.btn--burger span {
  max-width: 0.7rem;
  transition: 0.2s max-width;
}
.btn--burger:hover span {
  max-width: 1.45rem;
}
.btn--bordered {
  max-width: max-content;
  padding: 0.7rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.05rem solid #f00;
  color: #fff;
  background-color: transparent;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  transition: background 0.3s;
}
.btn--bordered:hover {
  background-color: #f00;
}
.btn--primary {
  width: 100%;
  padding: 0.7rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.05rem solid #f00;
  color: #fff;
  background-color: #f00;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  transition: all 0.3s;
}
.btn--primary:hover {
  background-color: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.1);
}
.btn--white-border {
  width: 100%;
  padding: 0.7rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.05rem solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  transition: all 0.3s;
}
.btn--white-border:hover {
  background-color: #fff;
  color: #202020;
}

.wpcf7-not-valid-tip {
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1rem;
}
.wpcf7-response-output {
  display: none;
}
.wpcf7 input,
.wpcf7 textarea {
  font-family: inherit;
  line-height: 1rem;
  width: 100%;
  outline: none;
  border: none;
}
.wpcf7-list-item {
  margin: 0;
}

.logo {
  display: block;
}
@media (max-width: 767px) {
  .logo {
    width: 2.7rem;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 5.4rem;
  }
}
.logo img {
  width: 100%;
  height: auto;
}

.slider-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.9rem;
}
.slider-nav__btn {
  width: 3.9555rem;
  height: 2.0102rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.05rem solid #f60c0c;
  border-radius: 0.5rem;
  background-color: transparent;
  cursor: pointer;
}
.slider-nav__btn svg {
  width: 1.2rem;
  height: auto;
}
.slider-nav__btn.slick-disabled {
  opacity: 0.5;
}

.studio {
  position: relative;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.7rem;
  line-height: 114.003%;
}
@media (max-width: 767px) {
  .studio .wrap {
    padding: 1.05rem 0;
  }
}
@media (min-width: 768px) {
  .studio .wrap {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.studio__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .studio__link {
    flex-direction: column;
    row-gap: 0.75rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .studio__link {
    column-gap: 0.8rem;
  }
}
.studio__link svg {
  width: 4.15rem;
  height: auto;
}
.studio__link b {
  font-weight: 700;
}
.studio__link b span {
  color: #fff;
}
.studio__top {
  font-weight: 300;
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 1.8rem;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 4.3rem;
  }
}
.footer__top {
  border-top: 0.05rem solid rgba(255, 0, 0, 0.6);
  border-bottom: 0.05rem solid rgba(255, 0, 0, 0.6);
  display: flex;
}
@media (max-width: 767px) {
  .footer__top {
    padding-top: 1.65rem;
    padding-bottom: 1.75rem;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer__top {
    padding-top: 2.15rem;
    padding-bottom: 3.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer__left {
    display: contents;
  }
}
@media (min-width: 768px) {
  .footer__left {
    display: flex;
    flex-direction: column;
  }
}
.footer__right {
  width: 17.35rem;
  display: flex;
  align-self: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__right {
    transition-delay: 300ms;
  }
}
.footer__slogan {
  color: #feffff;
  text-shadow: 0 0 0.05rem #202020;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.185rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer__slogan {
    margin-bottom: 2.1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer__slogan {
    margin-bottom: 3.3rem;
    font-size: 3.01565rem;
    line-height: 3.04rem;
    letter-spacing: -0.185rem;
  }
}
.footer__link {
  line-height: normal;
  color: rgba(255, 255, 255, 0.35);
  transition: 0.3s color;
}
@media (max-width: 767px) {
  .footer__link {
    order: 1;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .footer__link {
    font-size: 0.9rem;
  }
  .footer__link:hover {
    color: #fff;
  }
}
.footer__copyright {
  line-height: normal;
  color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 767px) {
  .footer__copyright {
    order: 1;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 0.9rem;
  }
}
.footer__phone {
  color: #fff;
}
@media (max-width: 767px) {
  .footer__phone {
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .footer__phone {
    font-size: 1.25rem;
    line-height: 1.65rem;
  }
}
.footer__adress {
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer__adress {
    margin-bottom: 2.25rem;
    font-size: 0.8rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .footer__adress {
    margin-top: 0.6rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .footer__social {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer__social {
    margin-top: 1.25rem;
    display: flex;
    column-gap: 1.55rem;
  }
}

.header {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .header {
    padding: 1.15rem 0;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 2.2rem 0;
    line-height: 160%;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .header .logo {
    transform: translateY(-0.5rem);
  }
}
.header__box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__box {
    padding: 0.5rem 1rem;
    background-color: #f00;
    border-radius: 0.8rem;
  }
}
@media (min-width: 768px) {
  .header__box {
    column-gap: 1.45rem;
  }
}
@media (max-width: 767px) {
  .header__data {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__data {
    color: #fff;
    display: inline-flex;
    padding-left: 1.25rem;
    border-left: 0.05rem solid rgba(255, 255, 255, 0.5);
    transition: 0.3s color;
    max-width: 15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .header__data:link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

.indicators {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .indicators {
    column-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .indicators {
    gap: 3.38rem 3.1rem;
  }
}
.indicators__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
@media (min-width: 768px) {
  .indicators__item:nth-child(2) {
    transition-delay: 600ms;
  }
  .indicators__item:nth-child(3) {
    transition-delay: 900ms;
  }
  .indicators__item:nth-child(4) {
    transition-delay: 1200ms;
  }
}
.indicators__num {
  font-weight: 500;
  text-transform: uppercase;
  color: #f00;
}
@media (max-width: 767px) {
  .indicators__num {
    font-size: 1.25rem;
    line-height: 3.04rem;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 768px) {
  .indicators__num {
    font-size: 2.5rem;
    line-height: 3.04rem;
    letter-spacing: -0.185rem;
  }
}
.indicators__desc {
  color: #000;
  text-shadow: 0 0 0.05rem #252424;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .indicators__desc {
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 400;
  }
  .indicators__desc br {
    display: contents;
  }
}
@media (min-width: 768px) {
  .indicators__desc {
    font-size: 1.14375rem;
    line-height: 1.371rem;
  }
}

.navbar {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 0;
  height: 100vh;
  background-color: #202020;
  transition: 0.3s max-width;
}
.navbar--open {
  max-width: 26.25rem;
}
.navbar__box {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .navbar__box {
    padding: 2.4rem 2rem 2.7rem;
  }
}
@media (min-width: 768px) {
  .navbar__box {
    padding: 5.4rem 4rem 2.7rem;
  }
}
.navbar__nav {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
@media (max-width: 767px) {
  .navbar__nav {
    row-gap: 0.8rem;
  }
}
@media (min-width: 768px) {
  .navbar__nav {
    row-gap: 1.25rem;
  }
}
.navbar__nav a {
  font-size: 1rem;
  line-height: 120%;
  color: #656565;
  transition: 0.3s color;
}
.navbar__nav a:hover {
  color: #fff;
}
.navbar__nav .current-menu-item a,
.navbar__nav .current-post-parent a {
  color: #fff;
}
.navbar__close {
  position: absolute;
  top: 1.55rem;
  right: 1.75rem;
  width: 0.9rem;
  background-color: transparent;
}
.navbar__close svg {
  width: 100%;
  height: auto;
}
.navbar__btn {
  margin-top: auto;
  display: block;
  font-size: 1rem;
  line-height: 120%;
  color: #656565;
  background-color: transparent;
  text-align: left;
  transition: 0.3s color;
}
.navbar__btn:hover {
  color: #fff;
}
.navbar__link {
  display: block;
  font-size: 0.75rem;
  line-height: 162%;
  color: #656565;
  transition: 0.3s color;
}
@media (max-width: 767px) {
  .navbar__link {
    margin-top: 0.8rem;
  }
}
@media (min-width: 768px) {
  .navbar__link {
    margin-top: 1.6rem;
  }
  .navbar__link:hover {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .partners {
    padding: 1.9rem 0;
  }
}
@media (min-width: 768px) {
  .partners {
    padding: 7.5rem 0 3.7rem;
  }
}
.partners .section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .partners__box {
    margin-top: 2.15rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .partners__box {
    max-width: 58rem;
    margin: 4.2rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.05rem 2rem;
  }
}
@media (max-width: 767px) {
  .partners__img:nth-child(n+7) {
    display: none;
  }
}
@media (min-width: 768px) {
  .partners__img {
    width: 8rem;
  }
}
.partners__img img {
  width: 100%;
  height: auto;
}

.popup {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 0;
  max-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.01s max-width 0.6s, 0.01s max-height 0.6s, opacity 0.3s;
}
.popup--open {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  transition: max-width 0.01s, max-height 0.01s, opacity 0.3s;
}
.popup__box {
  background: url("../img/popup_bg.png") right top no-repeat #1a1a1a;
  background-size: contain;
}
@media (max-width: 767px) {
  .popup__box {
    width: 100vw;
    min-height: 100vh;
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .popup__box {
    width: 39.1rem;
    min-height: 39.1rem;
    padding: 0.9rem 2.2rem 2.5rem;
  }
}
.popup__title {
  color: #fff;
}
@media (max-width: 767px) {
  .popup__title {
    font-size: 1.4rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .popup__title {
    font-size: 3.7rem;
    line-height: 90%;
    letter-spacing: -0.074rem;
  }
}
@media (max-width: 767px) {
  .popup__desc {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .popup__desc {
    margin-top: 1.1rem;
    font-size: 0.75rem;
    line-height: 160%;
  }
}
.popup .form__box {
  max-width: 19.65rem;
  margin-top: 1.7rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.45rem;
}
.popup .form__box input,
.popup .form__box textarea {
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 160%;
}
.popup .form__box input::placeholder,
.popup .form__box textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.popup .form__box textarea {
  max-height: 1.3rem;
  resize: none;
}
.popup .form__item:has(.wpcf7-not-valid-tip) input,
.popup .form__item:has(.wpcf7-not-valid-tip) textarea {
  border-bottom-color: #f00;
}
.popup .form__item:has(input[type=checkbox]) {
  width: calc(100% + 5rem);
}
.popup .form__item:has(input[type=checkbox]) label {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  font-weight: 400;
  cursor: pointer;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .popup .form__item:has(input[type=checkbox]) label {
    max-width: 12rem;
  }
}
.popup .form__item:has(input[type=checkbox]) label::before {
  flex-shrink: 0;
  background: transparent;
  content: "";
  border: 0.05rem solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .popup .form__item:has(input[type=checkbox]) label::before {
    width: 0.66rem;
    height: 0.66rem;
  }
}
@media (min-width: 768px) {
  .popup .form__item:has(input[type=checkbox]) label::before {
    width: 1rem;
    height: 1rem;
  }
}
.popup .form__item:has(input[type=checkbox]) label input {
  display: none;
}
.popup .form__item:has(input[type=checkbox]) a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: underline;
}
.popup .form__item:has(input[type=checkbox]:checked) label::before {
  background: rgba(255, 255, 255, 0.3);
}
.popup .form__btn {
  margin-top: 1.75rem;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 160%;
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
  font-family: inherit;
}
.popup__header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .popup__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .popup__header {
    margin-bottom: 1.85rem;
  }
}
.popup__header .btn {
  background-color: transparent;
  cursor: pointer;
}
.popup__header .logo {
  width: 4.15rem;
}
.popup__footer {
  margin-top: 2.85rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.popup__footer-item {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  column-gap: 1.25rem;
  font-size: 0.8rem;
  line-height: normal;
  color: #fff;
}
.popup__footer-item:link {
  color: #fff;
}
.popup__success {
  padding: 3rem 0 0;
  display: none;
  font-size: 0.9rem;
}
.popup__success.show {
  display: block;
}

@media (max-width: 767px) {
  .team {
    padding-bottom: 1rem;
  }
}
.team__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .team__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .team__header {
    padding-top: 3.8rem;
    padding-bottom: 3.05rem;
  }
}
@media (max-width: 767px) {
  .team__header .slider-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .team__header .slider-nav {
    transition-delay: 600ms;
  }
}
.team .section__title {
  max-width: 27rem;
}
.team__slider {
  overflow: hidden;
}
@media (min-width: 768px) {
  .team__slider {
    padding: 1.35rem 0 1.95rem;
  }
}
.team__slider .slick-track {
  display: flex;
}
@media (max-width: 767px) {
  .team__slider .slick-track {
    column-gap: 0.5rem;
  }
}
.team__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team__item {
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .team__item {
    height: 18rem;
  }
  .team__item:first-child {
    transition-delay: 300ms;
  }
  .team__item:nth-child(2) {
    transition-delay: 600ms;
  }
  .team__item:nth-child(3) {
    transition-delay: 900ms;
  }
  .team__item:nth-child(4) {
    transition-delay: 1200ms;
  }
}
.team__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .team__item img {
    max-width: calc(100% - 1.2rem);
    max-height: calc(100% - 3.3rem);
  }
}
@media (min-width: 768px) {
  .team__item:hover, .team__item.slick-current {
    padding: 0;
  }
  .team__item:hover .team__name, .team__item.slick-current .team__name {
    opacity: 1;
  }
  .team__item:hover img, .team__item.slick-current img {
    max-width: 100%;
    max-height: 100%;
  }
}
.team__name {
  position: absolute;
}
@media (max-width: 767px) {
  .team__name {
    bottom: 0.5rem;
    left: 0.5rem;
    max-width: 8rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .team__name {
    bottom: 0.45rem;
    left: 0.75rem;
    opacity: 0;
    transition: 0.3s opacity;
  }
}

.about .page__title::before {
  display: none;
}
.about__header {
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .about__header {
    top: 0.8rem;
  }
}
@media (min-width: 768px) {
  .about__header {
    top: 11rem;
  }
}
.about-gallery {
  position: relative;
}
@media (max-width: 767px) {
  .about-gallery {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .about-gallery {
    margin-top: -8rem;
    padding: 8.3rem 0 5.65rem;
  }
}
.about-gallery__list {
  width: calc(100% + 5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .about-gallery__list {
    column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .about-gallery__list {
    column-gap: 2.15rem;
  }
}
.about-gallery__img {
  position: relative;
}
@media (max-width: 767px) {
  .about-gallery__img {
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .about-gallery__img {
    height: 38.6rem;
  }
}
.about-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-gallery__img:first-child {
    top: 4rem;
  }
  .about-gallery__img:nth-child(2) {
    top: 3rem;
  }
}
@media (min-width: 768px) {
  .about-gallery__img:first-child {
    top: 15.3rem;
    transition-delay: 600ms;
  }
  .about-gallery__img:nth-child(2) {
    top: 10.9rem;
    transition-delay: 900ms;
  }
}
.about-gallery__img:last-child {
  grid-column: 3/5;
  transition-delay: 1200ms;
}
.about-details {
  background-color: #fff;
}
@media (max-width: 767px) {
  .about-details {
    padding: 4rem 0 1rem;
  }
}
@media (min-width: 768px) {
  .about-details {
    padding: 12.85rem 0;
  }
}
.about-details__box {
  display: grid;
}
@media (max-width: 767px) {
  .about-details__box {
    row-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .about-details__box {
    grid-template-columns: 26.3rem 1fr;
    column-gap: 7.05rem;
  }
}
.about__text {
  color: #252424;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .about__text {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .about__text {
    font-size: 1rem;
    font-weight: 500;
  }
}
.about__text p:not(:last-child),
.about__text ul:not(:last-child),
.about__text ol:not(:last-child) {
  margin-bottom: 1rem;
}

.article {
  background-color: #fff;
}
@media (max-width: 767px) {
  .article {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .article {
    padding-bottom: 6.5rem;
  }
}
.article__primary {
  position: relative;
  background-color: #202020;
}
@media (max-width: 767px) {
  .article__primary {
    margin-top: -5rem;
  }
}
@media (min-width: 768px) {
  .article__primary {
    margin-top: -8rem;
    padding: 9.75rem 0 7.25rem;
  }
}
.article__primary-box {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.article .page__title {
  z-index: 0;
  max-width: 55rem;
}
@media (min-width: 768px) {
  .article .page__title::before {
    top: -3.5rem;
    left: 11.75rem;
  }
}
@media (max-width: 767px) {
  .article__img {
    width: calc(100% + 1rem);
    height: 24rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .article__img {
    width: 61.6rem;
    height: 40.15rem;
    margin-left: auto;
    margin-right: -5.9rem;
  }
}
.article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__content {
  color: #252424;
}
@media (max-width: 767px) {
  .article__content {
    padding-top: 1rem;
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .article__content {
    padding-top: 4.55rem;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
  }
}
.article__content p:not(:last-child),
.article__content ul:not(:last-child),
.article__content ol:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .article__content .alignright,
  .article__content .alignleft {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .article__content .alignright,
  .article__content .alignleft {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .article__content .alignright {
    float: right;
    margin-left: 2.45rem;
  }
}
@media (min-width: 768px) {
  .article__content .alignleft {
    float: left;
    margin-right: 2.45rem;
  }
}

.blog {
  background-color: #fff;
}
@media (max-width: 767px) {
  .blog {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .blog {
    padding-bottom: 8rem;
  }
}
.blog__primary {
  position: relative;
  width: 100%;
  background: url("../img/blog_bg.png") no-repeat center/cover transparent;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog__primary {
    height: 26rem;
    margin-top: -5rem;
  }
}
@media (min-width: 768px) {
  .blog__primary {
    height: 56.3rem;
    margin-top: -8rem;
  }
}
.blog__primary::before {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.blog .page__title {
  z-index: 0;
  max-width: 20rem;
}
@media (min-width: 768px) {
  .blog .page__title::before {
    top: -3.35rem;
    left: -2.65rem;
  }
}
.blog__list {
  display: grid;
}
@media (max-width: 767px) {
  .blog__list {
    margin-top: 1rem;
    row-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .blog__list {
    margin-top: 7.4rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4rem 4.3rem;
  }
}
@media (max-width: 767px) {
  .blog-related {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .blog-related {
    margin-top: 6.35rem;
  }
}
.blog-related__title {
  font-style: normal;
  font-weight: 500;
  color: #202020;
}
@media (max-width: 767px) {
  .blog-related__title {
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .blog-related__title {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.blog-related__list {
  display: grid;
}
@media (max-width: 767px) {
  .blog-related__list {
    margin-top: 1rem;
    row-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .blog-related__list {
    margin-top: 1.7rem;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.3rem;
  }
}
.blog-item {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .blog-item:nth-child(3n-1) {
    transition-delay: 600ms;
  }
  .blog-item:nth-child(3n) {
    transition-delay: 900ms;
  }
}
@media (min-width: 768px) {
  .blog-item::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: calc(100% + 2.4rem);
    height: calc(100% + 1.51rem);
    background-color: #f9f9f9;
    display: block;
    content: "";
  }
}
.blog-item__img {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (max-width: 767px) {
  .blog-item__img {
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .blog-item__img {
    height: 14.35rem;
  }
}
.blog-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.blog-item__img:hover img {
  transform: scale(1.05);
}
.blog-item__text {
  background-color: #fff;
  color: #252424;
}
@media (max-width: 767px) {
  .blog-item__text {
    padding: 1.27rem 0.5rem 0;
  }
}
@media (min-width: 768px) {
  .blog-item__text {
    padding: 1.27rem;
  }
}
.blog-item__title {
  padding-left: 0.88rem;
  border-left: 0.1rem solid #f00;
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.1rem;
  color: #252424;
  transition: 0.3s color;
}
.blog-item__title:hover {
  color: #f00;
}
.blog__desc {
  margin-top: 0.82rem;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1rem;
}
.blog__footer {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .blog__footer {
    margin-top: 2.4rem;
  }
}
@media (min-width: 768px) {
  .blog__footer {
    margin-top: 6.4rem;
  }
}
.blog__footer .btn {
  max-width: 14.5rem;
}

@media (max-width: 767px) {
  .contacts {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .contacts {
    padding-top: 2.58rem;
  }
}
.contacts .page__title::before {
  display: none;
}
@media (max-width: 767px) {
  .contacts__details {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .contacts__details {
    margin-top: 5.47rem;
  }
}
.contacts__desc {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
@media (min-width: 768px) {
  .contacts__desc {
    max-width: 62.6rem;
    transition-delay: 600ms;
  }
}
.contacts__list {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .contacts__list {
    transition-delay: 900ms;
  }
}
.contacts__item {
  display: grid;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .contacts__item {
    row-gap: 0.5rem;
  }
  .contacts__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .contacts__item {
    grid-template-columns: 14.05rem 1fr;
    column-gap: 2rem;
    line-height: 2rem;
  }
}
.contacts__label {
  font-weight: 600;
}
@media (max-width: 767px) {
  .contacts-top {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .contacts-top {
    margin-top: 2.08rem;
  }
}
.contacts-top .wrap {
  display: grid;
}
@media (min-width: 768px) {
  .contacts-top .wrap {
    min-height: 38.05rem;
    grid-template-columns: 24.55rem 1fr;
    column-gap: 0.59rem;
  }
}
.contacts-top__item {
  display: grid;
  font-size: 0.8rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .contacts-top__item {
    max-width: 14rem;
    margin-bottom: 1rem;
    grid-template-columns: 1rem 1fr;
    column-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .contacts-top__item {
    max-width: 16rem;
    margin-bottom: 2.5rem;
    grid-template-columns: 1.2rem 1fr;
    column-gap: 1.25rem;
  }
  .contacts-top__item:nth-child(2) {
    transition-delay: 600ms;
  }
  .contacts-top__item:nth-child(3) {
    transition-delay: 900ms;
  }
  .contacts-top__item:nth-child(4) {
    transition-delay: 1200ms;
  }
}
.contacts-top__item:link {
  color: #fff;
}
.contacts__title {
  font-weight: 600;
}
@media (max-width: 767px) {
  .contacts__title {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .contacts__title {
    margin-bottom: 5.9rem;
    font-size: 1.4rem;
    transition-delay: 600ms;
  }
}
.contacts__box {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #000;
}
@media (max-width: 767px) {
  .contacts__box {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .contacts__box {
    padding: 2rem;
  }
}
.contacts__box:before, .contacts__box:after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
}
.contacts__box::before {
  background-color: #f00;
}
@media (max-width: 767px) {
  .contacts__box::before {
    bottom: -2rem;
    right: -4rem;
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 768px) {
  .contacts__box::before {
    bottom: 1.38rem;
    right: -3.84rem;
    width: 13.45rem;
    height: 13.45rem;
  }
}
.contacts__box:after {
  background-color: rgba(37, 36, 36, 0.5);
}
@media (max-width: 767px) {
  .contacts__box:after {
    bottom: 4rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 768px) {
  .contacts__box:after {
    bottom: 9.23rem;
    right: 3.54rem;
    width: 6.9rem;
    height: 6.9rem;
  }
}
.contacts__form {
  background-color: #fff;
}
@media (max-width: 767px) {
  .contacts__form {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .contacts__form {
    padding: 4rem 5.2rem 0;
  }
}
.contacts__form .form__box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contacts__form .form__box {
    row-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .contacts__form .form__box {
    row-gap: 2.5rem;
  }
}
.contacts__form .form__item {
  display: flex;
  flex-direction: column;
}
.contacts__form .form__item-text {
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1rem;
  color: #8d8d8d;
}
.contacts__form .form__item:focus-within {
  color: #000;
}
.contacts__form .form__item:focus-within .form__item-text {
  color: #000;
}
.contacts__form .form__item:focus-within input,
.contacts__form .form__item:focus-within textarea {
  border-bottom-color: #000;
}
.contacts__form .form__item:has(.wpcf7-not-valid-tip) input,
.contacts__form .form__item:has(.wpcf7-not-valid-tip) textarea {
  border-bottom-color: #f00;
}
.contacts__form input,
.contacts__form textarea {
  border: none;
  border-bottom: 0.05rem solid #8d8d8d;
  font-size: 0.7rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contacts__form input,
  .contacts__form textarea {
    padding: 0.1rem 0 0.2rem;
  }
}
@media (min-width: 768px) {
  .contacts__form input,
  .contacts__form textarea {
    padding: 0.4rem 0 0.64rem;
  }
}
@media (min-width: 768px) {
  .contacts__form input {
    max-width: 16rem;
  }
}
.contacts__form textarea {
  max-height: 4rem;
  resize: none;
}
.contacts__form .btn {
  width: 100%;
  max-width: 14.45rem;
  color: #252424;
}
@media (max-width: 767px) {
  .contacts__form .btn {
    margin: 1.5rem auto 0;
  }
}
@media (min-width: 768px) {
  .contacts__form .btn {
    margin-top: 2.23em;
    margin-left: auto;
  }
}
.contacts__success {
  color: #252424;
  line-height: normal;
  display: none;
}
@media (max-width: 767px) {
  .contacts__success {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .contacts__success {
    font-weight: 500;
    font-size: 1rem;
  }
}
.contacts__success.show {
  display: block;
}
.contacts__social {
  margin-top: auto;
  display: flex;
  column-gap: 1.2rem;
}
.contacts__social-link {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1b1b1b;
  transition: all 0.3s;
}
.contacts__social-link svg {
  width: 0.88rem;
  height: auto;
  fill: #fff;
  transition: all 0.3s;
}
.contacts__social-link:hover {
  background-color: #fff;
}
.contacts__social-link:hover svg {
  fill: #000;
}

.error__box {
  position: absolute;
  width: 100%;
  top: 6rem;
}
.error__num {
  text-align: center;
  -webkit-text-stroke-width: 0.05rem;
  -webkit-text-stroke-color: #f00;
  font-family: "Russo One", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  color: transparent;
}
@media (max-width: 767px) {
  .error__num {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .error__num {
    font-size: 30rem;
  }
}
.error__num span {
  color: #f00;
}
.error__title {
  text-align: center;
  text-shadow: 0 0 0.05rem #202020;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .error__title {
    max-width: 15rem;
    margin: 3rem auto 0;
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .error__title {
    max-width: 65rem;
    margin: 10rem auto 0;
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: -0.185rem;
  }
}
.error__desc {
  text-align: center;
  line-height: 120%;
}
@media (max-width: 767px) {
  .error__desc {
    max-width: 14rem;
    margin: 1rem auto 0;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .error__desc {
    margin-top: 2.25rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .error .btn {
    max-width: 12rem;
    margin: 2rem auto 0;
  }
}
@media (min-width: 768px) {
  .error .btn {
    max-width: 14.45rem;
    margin: 5.5rem auto 0;
  }
}

.home-primary {
  position: relative;
}
@media (max-width: 767px) {
  .home-primary {
    margin-top: -4.9rem;
    padding: 8rem 0 5.6rem;
  }
}
@media (min-width: 768px) {
  .home-primary {
    margin-top: -8rem;
    padding: 17.3rem 0;
  }
}
.home-primary .page__title {
  font-weight: 400;
}
@media (max-width: 767px) {
  .home-primary .page__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -0.115rem;
  }
}
.home-primary .page__title::before {
  display: none;
}
.home-primary__subtitle {
  color: #fff;
  letter-spacing: -0.025rem;
  text-shadow: 0 0 0.05rem #202020;
}
@media (max-width: 767px) {
  .home-primary__subtitle {
    margin-top: 0.9rem;
    margin-bottom: 1.2rem;
    font-size: 0.8rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .home-primary__subtitle {
    margin-top: 0.5rem;
    margin-bottom: 1.55rem;
    font-size: 1.25rem;
    line-height: 1.371rem;
    transition-delay: 600ms;
  }
}
.home-primary__img {
  position: absolute;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .home-primary__img {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home-primary__img {
    right: calc(50vw - 47rem);
    width: 53.1rem;
  }
}
.home-primary__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .home-primary__box {
    transition-delay: 900ms;
  }
}
.home-details {
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-details {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .home-details {
    padding: 14rem 0;
  }
}
.home-details .wrap {
  display: grid;
}
@media (max-width: 767px) {
  .home-details .wrap {
    row-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .home-details .wrap {
    grid-template-columns: 1fr 20.6rem;
    column-gap: 9.25rem;
  }
}
.home-details .section__title {
  color: #252424;
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: 0;
}
.home-details__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .home-details__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .home-details__header {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .home-details__sidebar {
    width: 100%;
    max-width: calc(100vw - 1rem);
    margin-top: 1rem;
  }
}
.home-details__slider {
  overflow: hidden;
}
.home-details__slider .slick-track {
  display: flex;
}

@media (max-width: 767px) {
  .page {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .page {
    padding-top: 6.18rem;
    padding-bottom: 6.85rem;
  }
}
@media (min-width: 768px) {
  .page .page__title::before {
    top: -2.4rem;
    left: -2.55rem;
  }
}
@media (max-width: 767px) {
  .page__content {
    margin-top: 4rem;
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .page__content {
    margin-top: 6.4rem;
  }
}
.page__content h2,
.page__content h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.page__content strong {
  font-weight: 600;
}
.page__content p:not(:last-child),
.page__content ul:not(:last-child),
.page__content ol:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page__content .alignright,
  .page__content .alignleft {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .page__content .alignright,
  .page__content .alignleft {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .page__content .alignright {
    float: right;
    margin-left: 2.45rem;
  }
}
@media (min-width: 768px) {
  .page__content .alignleft {
    float: left;
    margin-right: 2.45rem;
  }
}

.project {
  background-color: #fff;
}
.project__primary {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .project__primary {
    height: 18.5rem;
    margin: -5rem auto 0;
  }
}
@media (min-width: 768px) {
  .project__primary {
    max-width: 96rem;
    height: 57.5rem;
    margin: -8rem auto 0;
  }
}
.project__img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.project__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project__img::after {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.project .page__title {
  max-width: 70rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .project .page__title::before {
    top: -3.35rem;
    left: -2.65rem;
  }
}
.project__content {
  color: #252424;
}
@media (max-width: 767px) {
  .project__content {
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .project__content {
    margin-top: 4.55rem;
    padding-bottom: 10.3rem;
  }
}
.project__content h2,
.project__content h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.project__content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .project__content iframe {
    margin: 3.1rem 0 4rem;
  }
}
.project__content strong {
  font-weight: 600;
}
.project__content a {
  color: #252424;
}
.project__content p:not(:last-child),
.project__content ul:not(:last-child),
.project__content ol:not(:last-child) {
  margin-bottom: 1rem;
}
.project__content ul,
.project__content ol {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .project__content .alignright,
  .project__content .alignleft {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .project__content .alignright,
  .project__content .alignleft {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .project__content .alignright {
    float: right;
    margin-left: 2.45rem;
  }
}
@media (min-width: 768px) {
  .project__content .alignleft {
    float: left;
    margin-right: 2.45rem;
  }
}
.project__footer {
  display: flex;
  justify-content: center;
}
.project__footer .btn {
  max-width: 14.45rem;
}
.project-related {
  color: #fff;
  background-color: #901010;
}
@media (max-width: 767px) {
  .project-related {
    padding: 2.55rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .project-related {
    padding: 6.2rem 0 6rem;
  }
}
.project-related .section__title {
  max-width: 28.5rem;
}
.project-related__title {
  margin-top: auto;
  max-width: 16rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .project-related__title {
    max-width: 10rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .project-related__title {
    font-size: 1.01285rem;
  }
}
@media (max-width: 767px) {
  .project-related__desc {
    display: none;
  }
}
@media (min-width: 768px) {
  .project-related__desc {
    margin-top: 1.5rem;
    max-width: 14rem;
    font-size: 0.7rem;
    line-height: 151%;
  }
}
.project-related__city {
  display: flex;
  align-items: center;
  column-gap: 0.54rem;
}
@media (max-width: 767px) {
  .project-related__slider {
    margin-top: 1.6rem;
  }
}
@media (min-width: 768px) {
  .project-related__slider {
    max-width: 36rem;
    margin: 6.8rem auto 0;
  }
}
.project-related__slider .slick-track {
  display: flex;
}
@media (max-width: 767px) {
  .project-related__slider .slick-track {
    column-gap: 0.6rem;
  }
}
@media (min-width: 768px) {
  .project-related__slider .slick-track {
    column-gap: 5.2rem;
  }
}
.project-related__item {
  position: relative;
  aspect-ratio: 7/6;
}
@media (min-width: 768px) {
  .project-related__item:first-child {
    transition-delay: 300ms;
  }
  .project-related__item:nth-child(2) {
    transition-delay: 600ms;
  }
  .project-related__item:nth-child(3) {
    transition-delay: 900ms;
  }
}
.project-related__text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .project-related__text {
    top: 0;
    left: 0;
    padding: 1.25rem 1.2rem;
  }
}
@media (min-width: 768px) {
  .project-related__text {
    top: 2.8rem;
    left: 2.8rem;
    max-width: calc(100% - 5.6rem);
    max-height: calc(100% - 5.6rem);
    padding: 2.65rem 2.4rem 4.25rem;
  }
}
.project-related__img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-related__img {
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .project-related__img {
    top: 2.8rem;
    left: 2.8rem;
    max-width: calc(100% - 5.6rem);
    max-height: calc(100% - 5.6rem);
  }
}
.project-related__img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  transition: 0.3s all;
}
.project-related__img:hover img {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .project-related .slick-current .project-related__img,
  .project-related .slick-current .project-related__text {
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
  }
}
.project-category {
  padding-bottom: 4.55rem;
  background-color: rgba(255, 0, 0, 0.5);
}
.project-category__list {
  display: grid;
}
@media (max-width: 767px) {
  .project-category__list {
    padding: 1rem 0;
    row-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .project-category__list {
    padding: 6.6rem 0 4.25rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.5rem;
  }
}
.project-category__item {
  position: relative;
}
@media (max-width: 767px) {
  .project-category__item {
    aspect-ratio: 1;
  }
}
@media (min-width: 768px) {
  .project-category__item {
    height: 33.75rem;
  }
}
@media (min-width: 768px) {
  .project-category__item:nth-child(4n+2), .project-category__item:nth-child(4n+3) {
    padding: 3.5rem;
  }
}
@media (min-width: 768px) {
  .project-category__item:nth-child(4n+2) .project-category__box, .project-category__item:nth-child(4n+3) .project-category__box {
    padding: 2.2rem 2.15rem;
  }
}
@media (min-width: 768px) {
  .project-category__item:nth-child(4n+2) .project-category__img, .project-category__item:nth-child(4n+3) .project-category__img {
    left: 3.5rem;
    top: 3.5rem;
    width: calc(100% - 7rem);
    height: calc(100% - 7rem);
  }
}
.project-category__city {
  display: flex;
  align-items: center;
  column-gap: 0.54rem;
  font-size: 1rem;
  line-height: 120%;
}
.project-category__box {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
@media (max-width: 767px) {
  .project-category__box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .project-category__box {
    padding: 2.8rem 2.7rem;
  }
}
.project-category__img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.project-category__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.project-category__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.project-category__img:hover img {
  transform: scale(1.05);
}
.project-category__title {
  margin-top: auto;
  max-width: 16rem;
  font-size: 1.01285rem;
  line-height: 120%;
}
.project-category__desc {
  max-width: 14rem;
  margin-top: 1.5rem;
  font-size: 0.7rem;
  line-height: 151%;
}
.project-category-primary {
  position: relative;
  color: #fff;
  background-color: #202020;
}
@media (max-width: 767px) {
  .project-category-primary {
    padding: 2rem 0 1rem;
  }
}
@media (min-width: 768px) {
  .project-category-primary {
    padding: 3rem 0 9.35rem;
  }
}
.project-category-primary .page__title {
  max-width: 27rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .project-category-primary .page__title::before {
    bottom: -3.35rem;
    left: -2.45rem;
  }
}
@media (max-width: 767px) {
  .project-category-primary .wrap {
    flex-direction: column;
    row-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .project-category-primary__box {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .project-category-primary__box {
    position: absolute;
    width: 100%;
    height: calc(100% - 12.35rem);
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .project-category-slider {
    padding: 0 0.5rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .project-category-slider {
    width: calc(50vw + 10rem);
    margin-left: auto;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .project-category-slider__box {
    max-width: 35.4rem;
  }
}
.project-category-slider .slick-track {
  display: flex;
}
@media (max-width: 767px) {
  .project-category-slider .slick-track {
    column-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .project-category-slider .slick-track {
    column-gap: 4.8rem;
  }
}
.project-category-slider__title {
  margin-top: auto;
  max-width: 16rem;
  font-size: 1.01285rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
}
.project-category-slider__desc {
  margin-top: 1.5rem;
  max-width: 14rem;
  font-size: 0.7rem;
  line-height: 151%;
}
.project-category-slider__city {
  display: flex;
  align-items: center;
  column-gap: 0.54rem;
}
.project-category-slider__item {
  position: relative;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .project-category-slider__item:nth-child(2) {
    transition-delay: 600ms;
  }
  .project-category-slider__item:nth-child(3) {
    transition-delay: 900ms;
  }
}
.project-category-slider__text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .project-category-slider__text {
    top: 0;
    left: 0;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .project-category-slider__text {
    top: 3.2rem;
    left: 3.2rem;
    padding: 2.65rem 2.4rem 4.25rem;
  }
}
.project-category-slider__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.project-category-slider__img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  transition: 0.3s all;
}
.project-category-slider__img:hover img {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .project-category-slider .slick-current .project-category-slider__img,
  .project-category-slider .slick-current .project-category-slider__text {
    top: 3.2rem;
    left: 3.2rem;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 6.4rem);
    max-height: calc(100% - 6.4rem);
  }
}

.service {
  background-color: #fff;
}
.service__primary {
  position: relative;
  background-color: #202020;
}
@media (max-width: 767px) {
  .service__primary {
    margin-top: -5rem;
  }
}
.service__primary-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .service__primary .btn {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .service__primary .btn {
    margin-top: 1.81rem;
  }
}
@media (max-width: 767px) {
  .service .page__title {
    margin-top: -2rem;
  }
}
@media (min-width: 768px) {
  .service .page__title {
    max-width: 55rem;
  }
}
.service .page__title::before {
  display: none;
}
@media (max-width: 767px) {
  .service__img {
    width: calc(100% + 1rem);
    height: 20rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .service__img {
    width: 48.35rem;
    height: 49.5rem;
    margin-left: auto;
    margin-right: -4.1rem;
  }
}
.service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__secondary {
  position: relative;
  width: 100%;
  background-color: #202020;
}
@media (max-width: 767px) {
  .service__secondary {
    padding: 1rem 0 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .service__secondary {
    padding: 6.05rem 0 6.75rem;
  }
}
@media (max-width: 767px) {
  .service__secondary-img {
    order: 1;
    width: 100%;
    height: 20rem;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .service__secondary-img {
    position: absolute;
    top: -3rem;
    left: 0;
    width: 37.85rem;
    height: calc(100% + 8.55rem);
  }
}
.service__secondary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .service__secondary-img::before {
    position: absolute;
    top: -4.75rem;
    right: -0.5rem;
    width: 8.3216rem;
    height: 9.45rem;
    display: block;
    content: "";
    background: url("../img/title_before.svg") no-repeat center/cover transparent;
  }
}
@media (max-width: 767px) {
  .service__secondary-text {
    font-size: 0.8rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .service__secondary-text {
    width: 36.85rem;
    margin-left: auto;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
.service__secondary .btn {
  max-width: 14.5rem;
}
@media (max-width: 767px) {
  .service__secondary .btn {
    margin: 1rem auto 0;
  }
}
@media (min-width: 768px) {
  .service__secondary .btn {
    margin-top: 2.15rem;
  }
}
@media (max-width: 767px) {
  .service__desc {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .service__desc {
    margin-top: 4rem;
  }
}
.service__subtitle {
  position: relative;
  line-height: normal;
}
@media (max-width: 767px) {
  .service__subtitle {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .service__subtitle {
    padding-bottom: 1.05rem;
    font-size: 3rem;
  }
}
.service__subtitle:after {
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  background-color: #f00;
  content: "";
}
@media (max-width: 767px) {
  .service__subtitle:after {
    height: 0.05rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .service__subtitle:after {
    height: 0.2rem;
    width: 21rem;
  }
}
.service .img-two-col {
  display: grid;
}
@media (max-width: 767px) {
  .service .img-two-col {
    width: 100%;
    row-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .service .img-two-col {
    margin: 4.5rem 0;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.05rem;
  }
}
.service .img-two-col img {
  width: 100%;
  height: auto;
}
.service .img-two-col:not(:last-child) {
  margin-bottom: 1rem;
}
.service__content {
  color: #252424;
}
@media (max-width: 767px) {
  .service__content {
    padding: 1rem 0.5rem;
    font-size: 0.8rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .service__content {
    padding-top: 8.55rem;
    padding-bottom: 5.6rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
.service__content p:not(:last-child),
.service__content ul:not(:last-child),
.service__content ol:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .service__content .alignright,
  .service__content .alignleft {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .service__content .alignright,
  .service__content .alignleft {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .service__content .alignright {
    float: right;
    margin-left: 2.45rem;
  }
}
@media (min-width: 768px) {
  .service__content .alignleft {
    float: left;
    margin-right: 2.45rem;
  }
}
.service-all {
  position: relative;
}
@media (max-width: 767px) {
  .service-all {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .service-all {
    margin-top: -8rem;
    padding: 9.25rem 0 10.4rem;
  }
}
.service-all .page__title {
  z-index: 0;
}
@media (max-width: 767px) {
  .service-all .page__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .service-all .page__title {
    margin-bottom: 5.05rem;
  }
}
@media (min-width: 768px) {
  .service-all .page__title::before {
    bottom: -3.35rem;
    left: -2.45rem;
  }
}
@media (min-width: 768px) {
  .service-all::before, .service-all:after {
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    content: "";
  }
  .service-all::before {
    left: 0;
    background-color: #202020;
  }
  .service-all::after {
    right: 0;
    background-color: #fff;
  }
}
.service-all .wrap {
  display: grid;
}
@media (min-width: 768px) {
  .service-all .wrap {
    z-index: 1;
    grid-template-columns: 1fr 38.25rem 1fr;
  }
}
.service-list {
  position: relative;
}
@media (max-width: 767px) {
  .service-list {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .service-list {
    padding: 13.3rem 0 10.4rem;
  }
  .service-list::before, .service-list:after {
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    content: "";
  }
  .service-list::before {
    left: 0;
    background-color: #202020;
  }
  .service-list::after {
    right: 0;
    background-color: #fff;
  }
}
.service-list .wrap {
  display: grid;
}
@media (min-width: 768px) {
  .service-list .wrap {
    z-index: 1;
    grid-template-columns: 1fr 38.25rem 1fr;
  }
}
.service-categories {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .service-categories {
    position: relative;
    max-height: 2rem;
    max-width: calc(100vw - 1rem);
    row-gap: 0.5rem;
    padding: 0.5rem 0.95rem;
    overflow: hidden;
    border: 0.05rem solid #f00;
    border-radius: 0.5rem;
    transition: 0.3s max-height;
  }
  .service-categories:after {
    position: absolute;
    top: 0.4rem;
    right: 0.35rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    transform: rotate(0);
    transition: 0.2s transform;
  }
  .service-categories--open {
    max-height: 20rem;
  }
  .service-categories--open::after {
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .service-categories {
    row-gap: 0.9rem;
    transition-delay: 600ms;
  }
}
@media (max-width: 767px) {
  .service-categories__title {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .service-categories__title {
    position: absolute;
    top: -8.65rem;
    right: 10.2rem;
    width: 22rem;
    transition-delay: 900ms;
  }
}
.service-categories__name {
  display: none;
}
@media (max-width: 767px) {
  .service-categories__name {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .service-categories__name {
    color: #000;
    text-shadow: 0 0 0.05rem #202020;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.04rem;
    letter-spacing: -0.185rem;
    text-transform: uppercase;
  }
}
.service-categories__name.is-active {
  display: block;
}
.service-categories-images {
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-categories-images {
    order: 4;
    width: calc(100vw + 1rem);
    height: 13.95rem;
    margin-top: 1rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .service-categories-images {
    width: 38.25rem;
    height: 25.65rem;
    transition-delay: 900ms;
  }
}
.service-categories__img {
  display: none;
}
.service-categories__img.is-active {
  display: block;
}
.service-categories__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .service-categories-content {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .service-categories-content {
    align-self: center;
    padding-left: 2rem;
    transition-delay: 1200ms;
  }
}
.service-categories__item {
  flex-direction: column;
  row-gap: 0.5rem;
  display: none;
}
.service-categories__item.is-active {
  display: flex;
}
.service-categories__link, .service-categories__text {
  line-height: 1.371rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .service-categories__link, .service-categories__text {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .service-categories__link, .service-categories__text {
    color: #000;
    text-shadow: 0 0 0.05rem #202020;
    font-size: 1.14375rem;
  }
}
.service-categories__link {
  transition: 0.3s color;
}
.service-categories__link:hover {
  color: #f00;
}
.service-categories__btn {
  position: relative;
  display: block;
  color: #fff;
  text-align: left;
  background-color: transparent;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .service-categories__btn {
    width: 100%;
    font-size: 0.9rem;
  }
  .service-categories__btn.is-active {
    order: -1;
  }
}
@media (min-width: 768px) {
  .service-categories__btn {
    padding: 0.5rem 0;
    text-shadow: 0 0 1px #202020;
    font-size: 0.9rem;
    line-height: 1.371rem;
    letter-spacing: -0.025rem;
  }
  .service-categories__btn::before, .service-categories__btn:after {
    position: absolute;
    top: calc(50% - 0.05rem);
    width: 4rem;
    max-width: 0;
    height: 0.1rem;
    display: block;
    content: "";
    background-color: #f00;
    transition: 0.3s max-width;
  }
  .service-categories__btn::before {
    right: calc(100% + 0.4rem);
  }
  .service-categories__btn::after {
    left: calc(100% + 0.4rem);
  }
  .service-categories__btn:hover, .service-categories__btn.is-active {
    color: #f00;
    font-size: 1rem;
  }
  .service-categories__btn:hover::before, .service-categories__btn:hover:after, .service-categories__btn.is-active::before, .service-categories__btn.is-active:after {
    max-width: 4rem;
  }
}/*# sourceMappingURL=main.css.map */