@charset "UTF-8";
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

section, aside {
  padding: 0;
}

/* END reset css */
/*!
 * App CSS
 * @description App CSS
 * @author Ricardo Lopes
 */
html, body {
  min-height: 100%;
  background-color: #A7A091;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}

body.media, html.media,
body.studiobody.studio, html.studiobody.studio {
  background-color: #C2BDB2;
}

body.projects-list, html.projects-list,
body.projects-detail, html.projects-detail,
body.services, html.services {
  background-color: #F2F2F2;
}

body.text-page, html.text-page {
  background-color: #E0E0DC;
}

.clear {
  *zoom: 1;
}
.clear:after, .clear:before {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0pt;
  visibility: hidden;
}

img, video {
  border: none;
}
img.responsive, video.responsive {
  max-width: 100%;
  height: auto;
}
img.responsive-full, video.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

::selection {
  background: #000000;
  color: #F2F2F2; /* Safari */
}

::-moz-selection {
  background: #000000;
  color: #F2F2F2; /* Firefox */
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

input, textarea, select {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Wulkan Display", Georgia, serif;
  color: #000000;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

p {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  color: #000000;
}

b, strong {
  font-weight: 500;
}

a {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1200px) {
  a {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  a:hover {
    text-decoration: underline;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.no-padding {
  padding: 0;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

table {
  width: 100%;
}
table td {
  vertical-align: top;
}

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

.hidden {
  display: none;
}

.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1440px) {
  .hidden-xl {
    display: none;
  }
}
.visible-xs {
  display: none;
}

.visible-sm {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .visible-sm {
    display: block;
  }
}
/*
 *	WebFont Package Licensed to Andrez Andrez
 */
/* Wulkan Display Light */
@font-face {
  font-family: "Wulkan Display";
  src: url("../webfonts/wulkan-display/Wulkan Display Light.eot"); /* IE9 Compat Modes */
  src: url("../webfonts/wulkan-display/Wulkan Display Light.eot?#iefix") format("embedded-opentype"), url("../webfonts/wulkan-display/Wulkan Display Light.woff2") format("woff2"), url("../webfonts/wulkan-display/Wulkan Display Light.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**
 * @license
 *
 * Font Family: General Sans
 * Designed by: Frode Helland
 * URL: https://www.fontshare.com/fonts/general-sans
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * General Sans Variable(Variable font)
 * General Sans Variable Italic(Variable font)
 * General Sans Extralight
 * General Sans Extralight Italic
 * General Sans Light
 * General Sans Light Italic
 * General Sans Regular
 * General Sans Italic
 * General Sans Medium
 * General Sans Medium Italic
 * General Sans Semibold
 * General Sans Semibold Italic
 * General Sans Bold
 * General Sans Bold Italic
 *
*/
@font-face {
  font-family: "General Sans";
  src: url("../webfonts/general-sans/GeneralSans-Variable.woff2") format("woff2"), url("../webfonts/general-sans/GeneralSans-Variable.woff") format("woff"), url("../webfonts/general-sans/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
html, body {
  overflow-x: hidden;
}

body {
  position: relative;
}
body.in-popup, body.is-in-popup {
  overflow: hidden;
}

#mainWrapper, #main {
  padding-top: 38px;
}
@media (min-width: 820px) {
  #mainWrapper, #main {
    padding-top: 56px;
  }
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 820px) {
  .container {
    padding: 0 13px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 25px;
  }
}

a.button, a.button:visited {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 13px;
  border: 1px solid #000000;
  border-radius: 17px;
}
a.button.with-arrow, a.button:visited.with-arrow {
  font-size: 0;
}
a.button.with-arrow span, a.button:visited.with-arrow span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
a.button.with-arrow span.text, a.button:visited.with-arrow span.text {
  margin-right: 14px;
}
a.button.with-arrow span.icon, a.button:visited.with-arrow span.icon {
  width: 14px;
  height: 8px;
  overflow: hidden;
  position: relative;
}
a.button.with-arrow span.icon svg, a.button:visited.with-arrow span.icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 8px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
a.button.with-arrow span.icon svg.hover, a.button:visited.with-arrow span.icon svg.hover {
  transform: translateX(-150%);
}
@media (min-width: 1200px) {
  a.button:hover, a.button:visited:hover {
    background-color: #000000;
    color: #F2F2F2;
    text-decoration: none;
  }
  a.button:hover span.icon svg, a.button:visited:hover span.icon svg {
    fill: #F2F2F2;
  }
  a.button:hover span.icon svg.normal, a.button:visited:hover span.icon svg.normal {
    transform: translateX(150%);
  }
  a.button:hover span.icon svg.hover, a.button:visited:hover span.icon svg.hover {
    transform: translateX(0%);
  }
}

a.button-arrow, a.button-arrow:visited {
  font-size: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #A7A091;
  position: relative;
}
a.button-arrow .icon, a.button-arrow:visited .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 10px;
  overflow: hidden;
}
a.button-arrow .icon svg, a.button-arrow:visited .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 10px;
  stroke: #A7A091;
}
a.button-arrow .icon svg.hover, a.button-arrow:visited .icon svg.hover {
  display: none;
}
a.button-arrow.btn-large, a.button-arrow:visited.btn-large {
  width: 58px;
  height: 58px;
}
a.button-arrow.btn-large .icon, a.button-arrow:visited.btn-large .icon {
  width: 28px;
  height: 15px;
}
a.button-arrow.btn-large .icon svg, a.button-arrow:visited.btn-large .icon svg {
  width: 28px;
  height: 15px;
}
a.button-arrow.btn-light, a.button-arrow:visited.btn-light {
  border-color: #F2F2F2;
}
a.button-arrow.btn-light .icon svg, a.button-arrow:visited.btn-light .icon svg {
  stroke: #F2F2F2;
}
a.button-arrow.btn-dark, a.button-arrow:visited.btn-dark {
  border-color: #000000;
}
a.button-arrow.btn-dark .icon svg, a.button-arrow:visited.btn-dark .icon svg {
  stroke: #000000;
}
@media (min-width: 1200px) {
  a.button-arrow .icon svg, a.button-arrow:visited .icon svg {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  a.button-arrow .icon svg.hover, a.button-arrow:visited .icon svg.hover {
    display: block;
    transform: translateX(-150%);
  }
  a.button-arrow:hover span.icon svg.normal, a.button-arrow:visited:hover span.icon svg.normal {
    transform: translateX(150%);
  }
  a.button-arrow:hover span.icon svg.hover, a.button-arrow:visited:hover span.icon svg.hover {
    transform: translateX(0%);
  }
}

a.full-link, a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
} /* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent !important;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
} /* IE 10+ */
textarea:focus, input:focus {
  outline: none;
}

select {
  outline: none;
}

.swiper-custom-nav span {
  outline: none;
}

.swiper-custom-prev {
  outline: none;
}

.swiper-custom-next {
  outline: none;
}

.svg-symbols {
  display: none;
}

/* COOKIES POPUP */
.cookies-popup-wrapper {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: auto;
  z-index: 10;
  font-size: 0;
}
.cookies-popup-wrapper .cookies-wrapper {
  background-color: #E0E0DC;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  width: 300px;
}
.cookies-popup-wrapper p {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
.cookies-popup-wrapper p a, .cookies-popup-wrapper p a:visited {
  text-decoration: underline;
}
.cookies-popup-wrapper .btn-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  margin-left: 16px;
  text-align: right;
}
@media (min-width: 820px) {
  .cookies-popup-wrapper {
    left: 13px;
    bottom: 13px;
  }
  .cookies-popup-wrapper .cookies-wrapper {
    width: auto;
  }
  .cookies-popup-wrapper p {
    font-size: 14px;
    line-height: 18px;
    width: auto;
  }
  .cookies-popup-wrapper .btn-wrapper {
    width: auto;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .cookies-popup-wrapper {
    left: 26px;
    bottom: 26px;
  }
}

/* FOR ANIMATIONS */
@media (min-width: 1200px) {
  [data-appear] {
    opacity: 0;
  }
  [data-appear-list] > * {
    opacity: 0;
  }
}
.anim-text-1 {
  overflow: hidden;
}
.anim-text-1 .split-line {
  overflow: hidden;
}

#headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  /*background-color: $theme-bg-color;*/
  height: 38px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper .header {
  position: relative;
  z-index: 2;
  height: 38px;
}
#headerWrapper .header h1, #headerWrapper .header div.logo-h1 {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
}
#headerWrapper .header h1 a, #headerWrapper .header h1 a:visited, #headerWrapper .header div.logo-h1 a, #headerWrapper .header div.logo-h1 a:visited {
  display: inline-block;
}
#headerWrapper .header h1 a svg, #headerWrapper .header h1 a:visited svg, #headerWrapper .header div.logo-h1 a svg, #headerWrapper .header div.logo-h1 a:visited svg {
  width: 167px;
  height: 19px;
}
#headerWrapper .header a.nav-toggle, #headerWrapper .header a.nav-toggle:visited {
  position: absolute;
  right: 8px;
  top: 16px;
  display: inline-block;
  vertical-align: middle;
}
#headerWrapper .header a.nav-toggle .hamburguer, #headerWrapper .header a.nav-toggle:visited .hamburguer {
  width: 22px;
  height: 7px;
  position: relative;
  display: block;
}
#headerWrapper .header a.nav-toggle .hamburguer:before, #headerWrapper .header a.nav-toggle:visited .hamburguer:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  height: 1px;
  background-color: #000000;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper .header a.nav-toggle .hamburguer:after, #headerWrapper .header a.nav-toggle:visited .hamburguer:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 22px;
  height: 1px;
  background-color: #000000;
  transform-origin: 50% 50%;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper .header a.nav-toggle.is-active .hamburguer:before, #headerWrapper .header a.nav-toggle:visited.is-active .hamburguer:before {
  width: 16px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper .header a.nav-toggle.is-active .hamburguer:after, #headerWrapper .header a.nav-toggle:visited.is-active .hamburguer:after {
  width: 16px;
  bottom: 3px;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper .nav-wrapper {
  display: none;
}
#headerWrapper.opened {
  height: 100vh;
}
#headerWrapper.opened .nav-wrapper {
  top: 0;
  background-color: #C2BDB2;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
#headerWrapper .nav-wrapper {
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  display: block !important;
  position: fixed;
  z-index: 1;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  clear: both;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#headerWrapper .nav-wrapper .header-navs {
  padding-top: 120px;
  padding-bottom: 120px;
}
#headerWrapper .nav-wrapper ul.main-nav {
  text-align: center;
  /*padding-top: 165px;*/
}
#headerWrapper .nav-wrapper ul.main-nav > li {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 58px;
}
#headerWrapper .nav-wrapper ul.main-nav > li.current-menu-item > a, #headerWrapper .nav-wrapper ul.main-nav > li.current-menu-item > a:visited, #headerWrapper .nav-wrapper ul.main-nav > li.current_page_parent > a, #headerWrapper .nav-wrapper ul.main-nav > li.current_page_parent > a:visited, #headerWrapper .nav-wrapper ul.main-nav > li.selected > a, #headerWrapper .nav-wrapper ul.main-nav > li.selected > a:visited, #headerWrapper .nav-wrapper ul.main-nav > li.active > a, #headerWrapper .nav-wrapper ul.main-nav > li.active > a:visited {
  color: #F2F2F2;
}
#headerWrapper .nav-wrapper ul.main-nav.nav-right > li:last-child {
  margin-bottom: 0;
}
@media (min-height: 620px) and (max-width: 819px) {
  #headerWrapper .nav-wrapper .header-navs {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 820px) {
  #headerWrapper {
    height: 56px;
  }
  #headerWrapper .container {
    position: relative;
  }
  #headerWrapper .header {
    height: 56px;
  }
  #headerWrapper .header h1, #headerWrapper .header div.logo-h1 {
    top: 14px;
  }
  #headerWrapper .header h1 a svg, #headerWrapper .header h1 a:visited svg, #headerWrapper .header div.logo-h1 a svg, #headerWrapper .header div.logo-h1 a:visited svg {
    width: 200px;
    height: 22px;
  }
  #headerWrapper .header a.nav-toggle, #headerWrapper .header a.nav-toggle:visited {
    display: none;
  }
  #headerWrapper .nav-wrapper {
    /*overflow: hidden;*/
    overflow: visible;
    -moz-transition: 0s ease;
    -ms-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
    -webkit-transition: 0s ease;
    top: 17px;
    height: auto;
    width: auto;
    left: 13px;
    right: 13px;
    position: absolute;
    z-index: 2;
    background-color: transparent;
  }
  #headerWrapper .nav-wrapper .header-navs {
    padding: 0;
  }
  #headerWrapper .nav-wrapper ul.main-nav {
    font-size: 0;
  }
  #headerWrapper .nav-wrapper ul.main-nav > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 18px;
    font-size: 12px;
    /*
    > a,> a:visited {
    	@include transition();
    	&:hover {
    		text-decoration: none;
    		color: $theme-light;
    	}
    }
    */
  }
  #headerWrapper .nav-wrapper ul.main-nav.nav-left {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
  }
  #headerWrapper .nav-wrapper ul.main-nav.nav-right {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  #headerWrapper .nav-wrapper ul.main-nav.nav-right > li {
    margin-right: 0;
    margin-left: 18px;
  }
}
@media (min-width: 1200px) {
  #headerWrapper .header {
    height: 56px;
  }
  #headerWrapper .header h1, #headerWrapper .header div.logo-h1 {
    top: 14px;
  }
  #headerWrapper .header h1 a svg, #headerWrapper .header h1 a:visited svg, #headerWrapper .header div.logo-h1 a svg, #headerWrapper .header div.logo-h1 a:visited svg {
    width: 251px;
    height: 28px;
  }
  #headerWrapper .nav-wrapper {
    left: 25px;
    right: 25px;
  }
  #headerWrapper .nav-wrapper ul.main-nav > li {
    margin-right: 32px;
  }
  #headerWrapper .nav-wrapper ul.main-nav > li > a, #headerWrapper .nav-wrapper ul.main-nav > li > a:visited {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #headerWrapper .nav-wrapper ul.main-nav > li > a:hover, #headerWrapper .nav-wrapper ul.main-nav > li > a:visited:hover {
    text-decoration: none;
    color: #F2F2F2;
  }
  #headerWrapper .nav-wrapper ul.main-nav.nav-right > li {
    margin-right: 0;
    margin-left: 32px;
  }
  #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li > a:hover, #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li > a:visited:hover {
    color: #A7A091;
  }
  #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li.current-menu-item > a, #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li.current-menu-item > a:visited, #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li.current_page_parent > a, #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li.current_page_parent > a:visited, #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li.selected > a, #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li.selected > a:visited, #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li.active > a, #headerWrapper.is-bg-light .nav-wrapper ul.main-nav > li.active > a:visited {
    color: #A7A091;
  }
}
#headerWrapper.scrolled {
  transform: translate3d(0, -38px, 0);
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper.scrolled-up {
  transform: translate3d(0, 0, 0);
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper.scrolled-up.scrolled {
  background-color: #A7A091;
}
#headerWrapper.scrolled-2 {
  background-color: #A7A091;
}
#headerWrapper.scrolled-2.scrolled {
  background-color: #A7A091;
}
@media (min-width: 820px) {
  #headerWrapper.scrolled {
    transform: translate3d(0, -56px, 0);
  }
  #headerWrapper.scrolled-up {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1200px) {
  #headerWrapper.scrolled {
    transform: translate3d(0, -56px, 0);
  }
  #headerWrapper.scrolled-up {
    transform: translate3d(0, 0, 0);
  }
}

#headerWrapper.scrolled-up {
  transform: translate3d(0, 0, 0);
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper.scrolled-up.scrolled {
  background-color: #A7A091;
}
#headerWrapper.scrolled-2 {
  background-color: #A7A091;
}
#headerWrapper.scrolled-2.scrolled {
  background-color: #A7A091;
}

body.media #headerWrapper.scrolled-up.scrolled,
body.studio #headerWrapper.scrolled-up.scrolled {
  background-color: #C2BDB2;
}
body.media #headerWrapper.scrolled-2.scrolled,
body.studio #headerWrapper.scrolled-2.scrolled {
  background-color: #C2BDB2;
}

body.projects-list #headerWrapper.scrolled-up.scrolled,
body.projects-detail #headerWrapper.scrolled-up.scrolled,
body.services #headerWrapper.scrolled-up.scrolled {
  background-color: #F2F2F2;
}
body.projects-list #headerWrapper.scrolled-2.scrolled,
body.projects-detail #headerWrapper.scrolled-2.scrolled,
body.services #headerWrapper.scrolled-2.scrolled {
  background-color: #F2F2F2;
}

body.text-page #headerWrapper.scrolled-up.scrolled {
  background-color: #E0E0DC;
}
body.text-page #headerWrapper.scrolled-2.scrolled {
  background-color: #E0E0DC;
}

#footerWrapper {
  font-size: 0;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
}
#footerWrapper.in-contacts {
  background-color: #A7A091;
}
#footerWrapper.in-contacts .footer-bottom p {
  color: #000000;
}
#footerWrapper.in-contacts .footer-bottom p a, #footerWrapper.in-contacts .footer-bottom p a:visited {
  color: #000000;
}
#footerWrapper .subscribe-newsletter-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #A7A091;
  position: relative;
}
#footerWrapper .subscribe-newsletter-wrapper h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 60px;
}
#footerWrapper .subscribe-newsletter-wrapper h4 {
  text-transform: uppercase;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  color: #A7A091;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
#footerWrapper .subscribe-newsletter-wrapper .form-field {
  margin-bottom: 8px;
}
#footerWrapper .subscribe-newsletter-wrapper .form-field input {
  border: 0;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #A7A091;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #888886;
}
#footerWrapper .subscribe-newsletter-wrapper .form-field input::-webkit-input-placeholder {
  color: #888886;
  opacity: 1;
}
#footerWrapper .subscribe-newsletter-wrapper .form-field input::-moz-placeholder {
  color: #888886;
  opacity: 1;
}
#footerWrapper .subscribe-newsletter-wrapper .form-field input:-ms-input-placeholder {
  color: #888886;
  opacity: 1;
}
#footerWrapper .subscribe-newsletter-wrapper .form-field input:-moz-placeholder {
  color: #888886;
  opacity: 1;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance {
  margin-top: 28px;
  max-width: 240px;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox label, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance label {
  color: #888886;
  font-size: 10px;
  line-height: 12px;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox a, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox a:visited, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance a, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance a:visited {
  color: #888886;
  text-decoration: underline;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  color: #888886;
  background-color: transparent;
  margin-bottom: 0;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item:last-child, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item label, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item label {
  margin-bottom: 0;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked),
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked),
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox] + span, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox] + span {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  display: block;
  margin-bottom: 0;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:before,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:before,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:before,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:before, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:before,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:before,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:before,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border: 1px solid #A7A091;
  border-radius: 50%;
  background: transparent;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);*/
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:after, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #A7A091;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);*/
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:after, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:after,
#footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:after {
  opacity: 1;
}
#footerWrapper .subscribe-newsletter-wrapper .form-bottom {
  position: absolute;
  bottom: 17px;
  right: 0;
}
#footerWrapper .contacts-list .contact-item {
  padding: 16px 0;
  border-bottom: 1px solid #A7A091;
}
#footerWrapper .contacts-list .contact-item h3 {
  text-transform: uppercase;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}
#footerWrapper .contacts-list .contact-item p {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
#footerWrapper .contacts-list .contact-item p span svg {
  width: 14px;
  height: 8px;
}
#footerWrapper .contacts-list .contact-item .opening-hours p {
  margin-bottom: 0;
}
#footerWrapper .footer-navs .footer-nav {
  padding: 16px 0;
  border-bottom: 1px solid #A7A091;
}
#footerWrapper .footer-navs .footer-nav h3 {
  text-transform: uppercase;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}
#footerWrapper .footer-navs .footer-nav ul {
  font-size: 0;
}
#footerWrapper .footer-navs .footer-nav ul li {
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
}
#footerWrapper .footer-navs .footer-nav ul li:after {
  content: " / ";
  white-space: pre;
}
#footerWrapper .footer-navs .footer-nav ul li:last-child:after {
  display: none;
}
#footerWrapper .footer-bottom {
  padding-top: 22px;
}
#footerWrapper .footer-bottom p {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  color: #888886;
}
#footerWrapper .footer-bottom p a, #footerWrapper .footer-bottom p a:visited {
  color: #888886;
}
#footerWrapper .footer-bottom p.complaints-book {
  margin-bottom: 22px;
}
#footerWrapper .footer-bottom p.complaints-book.in-desktop {
  display: none;
}
@media (min-width: 820px) {
  #footerWrapper {
    padding-top: 54px;
    padding-bottom: 14px;
  }
  #footerWrapper .subscribe-newsletter-wrapper h3 {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
  }
  #footerWrapper .subscribe-newsletter-wrapper .newsletter-form {
    width: 66.66%;
    display: inline-block;
    vertical-align: top;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-fields {
    margin: 0 -5px;
    padding-right: 38px;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-field {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-field input {
    padding-bottom: 4px;
    font-size: 10px;
    line-height: 14px;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance {
    margin-top: 0;
    max-width: none;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance {
    /* checkbox aspect */
    /* checked mark aspect */
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:before, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:before {
    top: 0;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:after,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:after, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:after,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:after {
    top: 2px;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-bottom {
    bottom: 36px;
  }
  #footerWrapper .contacts-list {
    border-bottom: 1px solid #A7A091;
    padding: 14px 0;
  }
  #footerWrapper .contacts-list .contact-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0;
    border-bottom: 0;
  }
  #footerWrapper .contacts-list .contact-item h3 {
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  #footerWrapper .contacts-list .contact-item p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
  }
  #footerWrapper .contacts-list .contact-item .opening-hours p {
    margin-bottom: 0;
  }
  #footerWrapper .footer-navs {
    border-bottom: 1px solid #A7A091;
    padding: 14px 0;
  }
  #footerWrapper .footer-navs .footer-nav {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0;
    border-bottom: 0;
  }
  #footerWrapper .footer-navs .footer-nav h3 {
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  #footerWrapper .footer-navs .footer-nav ul li {
    font-size: 16px;
    line-height: 20px;
  }
  #footerWrapper .footer-bottom {
    padding-top: 54px;
  }
  #footerWrapper .footer-bottom .col-left, #footerWrapper .footer-bottom .col-right {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
  }
  #footerWrapper .footer-bottom .col-left {
    width: 66.66%;
  }
  #footerWrapper .footer-bottom .col-right {
    height: 14px;
  }
  #footerWrapper .footer-bottom .col-right p:first-child {
    float: left;
  }
  #footerWrapper .footer-bottom .col-right p:last-child {
    float: right;
  }
  #footerWrapper .footer-bottom p.complaints-book {
    margin-bottom: 0;
  }
  #footerWrapper .footer-bottom p.complaints-book.in-desktop {
    display: block;
  }
  #footerWrapper .footer-bottom p.complaints-book.in-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  #footerWrapper {
    padding-top: 76px;
    padding-bottom: 25px;
  }
  #footerWrapper .subscribe-newsletter-wrapper h3 {
    width: 46.84%;
  }
  #footerWrapper .subscribe-newsletter-wrapper .newsletter-form {
    width: 53.16%;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-fields {
    margin: 0 -6px;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-field {
    padding: 0 6px;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-field input {
    font-size: 12px;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover {
    /* checkbox aspect */
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:not(:checked) + label:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:checked + label:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:not(:checked) + span:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:checked + span:before, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:not(:checked) + label:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:checked + label:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:not(:checked) + span:before,
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:checked + span:before {
    background-color: #A7A091;
    -webkit-transition: all 0.275s;
    transition: all 0.275s;
  }
  #footerWrapper .subscribe-newsletter-wrapper .form-acceptance a:hover, #footerWrapper .subscribe-newsletter-wrapper .form-acceptance a:visited:hover {
    color: #000000;
    text-decoration: none;
  }
  #footerWrapper .contacts-list {
    border-bottom: 0;
    padding: 0;
  }
  #footerWrapper .contacts-list .contact-item {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #A7A091;
  }
  #footerWrapper .contacts-list .contact-item > div {
    display: inline-block;
    vertical-align: top;
    width: 26.58%;
  }
  #footerWrapper .contacts-list .contact-item > div:first-child {
    width: 46.84%;
  }
  #footerWrapper .contacts-list .contact-item h3 {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0em;
    margin-bottom: 0;
    margin-top: 3px;
  }
  #footerWrapper .contacts-list .contact-item p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }
  #footerWrapper .contacts-list .contact-item p a:hover, #footerWrapper .contacts-list .contact-item p a:visited:hover {
    text-decoration: none;
    color: #A7A091;
  }
  #footerWrapper .contacts-list .contact-item .address h3 {
    width: 170px;
  }
  #footerWrapper .contacts-list .contact-item .contact h3 {
    width: 80px;
  }
  #footerWrapper .contacts-list .contact-item .opening-hours h3 {
    width: 150px;
  }
  #footerWrapper .footer-navs .footer-nav {
    width: 46.84%;
  }
  #footerWrapper .footer-navs .footer-nav h3 {
    letter-spacing: 0em;
    margin-bottom: 0;
    margin-top: 3px;
    display: inline-block;
    vertical-align: middle;
  }
  #footerWrapper .footer-navs .footer-nav ul {
    display: inline-block;
    vertical-align: middle;
  }
  #footerWrapper .footer-navs .footer-nav ul li a:hover, #footerWrapper .footer-navs .footer-nav ul li a:visited:hover {
    text-decoration: none;
    color: #A7A091;
  }
  #footerWrapper .footer-navs .footer-nav:first-child h3 {
    width: 170px;
  }
  #footerWrapper .footer-navs .footer-nav:last-child h3 {
    width: 80px;
  }
  #footerWrapper .footer-bottom {
    padding-top: 54px;
  }
  #footerWrapper .footer-bottom .col-left, #footerWrapper .footer-bottom .col-right {
    width: 26.58%;
  }
  #footerWrapper .footer-bottom .col-left {
    width: 73.42%;
  }
  #footerWrapper .footer-bottom p a:hover, #footerWrapper .footer-bottom p a:visited:hover {
    color: #000000;
    text-decoration: none;
  }
}

.message-popup-wrapper {
  display: none;
  position: fixed;
  z-index: 99999;
  height: 100vh;
  left: 0;
  width: 100%;
  background-color: rgba(136, 136, 134, 0.8);
  font-size: 0;
}
.message-popup-wrapper .message-wrapper {
  position: absolute;
  bottom: 96px;
  left: 10px;
  right: 10px;
}
.message-popup-wrapper .message {
  background-color: #E0E0DC;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.message-popup-wrapper p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
}
.message-popup-wrapper p a, .message-popup-wrapper p a:visited {
  text-decoration: underline;
}
@media (min-width: 820px) {
  .message-popup-wrapper .message-wrapper {
    left: 13px;
    bottom: 56px;
  }
  .message-popup-wrapper .message {
    width: 600px;
    margin-left: 0;
    text-align: left;
    padding: 14px 24px;
  }
  .message-popup-wrapper p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    width: 54.2%;
    margin-right: 10%;
    margin-bottom: 0;
  }
  .message-popup-wrapper .btn-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 35.8%;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .message-popup-wrapper .message-wrapper {
    left: 26px;
    bottom: 68px;
  }
}

.message-popup-wrapper.newsletter-message {
  display: none;
  position: fixed;
  z-index: 99999;
  height: 100vh;
  left: 0;
  width: 100%;
  background-color: rgba(167, 160, 145, 0.6);
  font-size: 0;
}
.message-popup-wrapper.newsletter-message .message-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: auto;
}
.message-popup-wrapper.newsletter-message .message {
  background-color: #E0E0DC;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.message-popup-wrapper.newsletter-message p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
}
.message-popup-wrapper.newsletter-message p a, .message-popup-wrapper.newsletter-message p a:visited {
  text-decoration: underline;
}
@media (min-width: 820px) {
  .message-popup-wrapper.newsletter-message .message {
    width: 490px;
    text-align: left;
    padding: 14px 24px;
  }
  .message-popup-wrapper.newsletter-message p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    width: 54.2%;
    margin-right: 10%;
    margin-bottom: 0;
  }
  .message-popup-wrapper.newsletter-message .btn-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 35.8%;
    text-align: right;
  }
}
.form-field-hidden {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  color: #FF695B;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding-top: 5px;
  display: none !important;
}

.ajax-loader {
  display: none !important;
}

.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
  color: red !important;
}
.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid::-webkit-input-placeholder {
  color: red !important;
}
.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid::-moz-placeholder {
  color: red !important;
}
.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid:-ms-input-placeholder {
  color: red !important;
}
.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid:-moz-placeholder {
  color: red !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

/* COMPONENTS */
.entry-wysiwyg .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.entry-wysiwyg .video-wrapper iframe, .entry-wysiwyg .video-wrapper object, .entry-wysiwyg .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-wysiwyg h1, .entry-wysiwyg h2, .entry-wysiwyg h3, .entry-wysiwyg h4, .entry-wysiwyg h5, .entry-wysiwyg h6 {
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  line-height: 24px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  margin-top: 24px;
  margin-bottom: 0;
  text-decoration: underline;
}
.entry-wysiwyg p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}
.entry-wysiwyg hr {
  margin: 24px 0;
  border: 0;
  height: 1px;
  background-color: #000000;
}
.entry-wysiwyg a, .entry-wysiwyg a:visited {
  text-decoration: underline;
}
.entry-wysiwyg strong, .entry-wysiwyg b {
  font-weight: 700;
}
.entry-wysiwyg strong em, .entry-wysiwyg strong i, .entry-wysiwyg b em, .entry-wysiwyg b i {
  font-style: italic;
  font-weight: 700;
}
.entry-wysiwyg em, .entry-wysiwyg i {
  font-style: italic;
}
.entry-wysiwyg em strong, .entry-wysiwyg em b, .entry-wysiwyg i strong, .entry-wysiwyg i b {
  font-style: italic;
  font-weight: 700;
}
.entry-wysiwyg ul li {
  padding-left: 20px;
  counter-increment: section;
  position: relative;
}
.entry-wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
.entry-wysiwyg ol {
  counter-reset: item;
}
.entry-wysiwyg ol li {
  padding-left: 20px;
  counter-increment: section;
  position: relative;
}
.entry-wysiwyg ol li:before {
  content: counter(section) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.entry-wysiwyg ul, .entry-wysiwyg ol {
  margin: 0;
  margin-bottom: 24px;
}
.entry-wysiwyg ul li, .entry-wysiwyg ol li {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.entry-wysiwyg ul li:last-child, .entry-wysiwyg ol li:last-child {
  margin-bottom: 0;
}
.entry-wysiwyg blockquote {
  margin: 24px auto;
}
.entry-wysiwyg blockquote p {
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.entry-wysiwyg blockquote p.author {
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.entry-wysiwyg table {
  margin: 24px auto;
}
.entry-wysiwyg table td {
  padding: 5px;
  border: 1px solid #000000;
}
.entry-wysiwyg p.with-iframe {
  margin: 24px auto;
}
.entry-wysiwyg p.image-wrapper {
  margin: 24px auto;
}
.entry-wysiwyg figure.image-wrapper {
  margin: 24px auto;
}
.entry-wysiwyg figure.with-iframe {
  margin: 24px auto;
}
.entry-wysiwyg .container > *:first-child {
  margin-top: 0 !important;
}
.entry-wysiwyg .container > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 820px) {
  .entry-wysiwyg .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .entry-wysiwyg .video-wrapper iframe, .entry-wysiwyg .video-wrapper object, .entry-wysiwyg .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .entry-wysiwyg h1, .entry-wysiwyg h2, .entry-wysiwyg h3, .entry-wysiwyg h4, .entry-wysiwyg h5, .entry-wysiwyg h6 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 26px;
  }
  .entry-wysiwyg p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .entry-wysiwyg hr {
    margin: 26px 0;
  }
  .entry-wysiwyg ul, .entry-wysiwyg ol {
    margin-bottom: 26px;
  }
  .entry-wysiwyg ul li, .entry-wysiwyg ol li {
    font-size: 16px;
    line-height: 26px;
  }
  .entry-wysiwyg blockquote {
    margin: 26px auto;
  }
  .entry-wysiwyg blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
  .entry-wysiwyg table {
    margin: 26px auto;
  }
  .entry-wysiwyg a:hover, .entry-wysiwyg a:visited:hover {
    text-decoration: none;
    color: #A7A091;
  }
  .entry-wysiwyg p.with-iframe {
    margin: 26px auto;
  }
  .entry-wysiwyg p.image-wrapper {
    margin: 26px auto;
  }
  .entry-wysiwyg figure.image-wrapper {
    margin: 26px auto;
  }
  .entry-wysiwyg figure.with-iframe {
    margin: 26px auto;
  }
}

.entry-wysiwyg span.highlight-move-left, .entry-wysiwyg span.highlight-move-right {
  display: block;
  margin: 40px 0 !important;
  margin-bottom: 0 !important;
  font-family: "Wulkan Display", Georgia, serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  .entry-wysiwyg span.highlight-move-left, .entry-wysiwyg span.highlight-move-right {
    /*
    margin: 40px 0;
    margin-bottom: 0;
    */
    font-size: 24px;
    line-height: 34px;
  }
  .entry-wysiwyg span.highlight-move-left {
    width: 345px !important;
    float: left;
    margin: 30px 60px 30px -115px !important;
  }
  .entry-wysiwyg span.highlight-move-right {
    width: 345px !important;
    float: right;
    margin: 30px -115px 30px 55px !important;
  }
}

.block-cta {
  border-top: 1px solid #A7A091;
  padding: 65px 0;
  text-align: center;
}
.block-cta h2 {
  color: #F2F2F2;
  text-transform: uppercase;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  font-weight: 400;
}
.block-cta h3 {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
}
.block-cta .description {
  max-width: 540px;
  margin: 0 auto;
}
.block-cta .description p:last-child {
  margin-bottom: 0;
}
.block-cta .btn-wrapper {
  margin-top: 46px;
}
@media (min-width: 820px) {
  .block-cta {
    padding: 150px 0;
  }
  .block-cta h2 {
    margin-bottom: 30px;
  }
  .block-cta h3 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 38px;
  }
  .block-cta .description p {
    font-size: 16px;
    line-height: 26px;
  }
  .block-cta .btn-wrapper {
    margin-top: 52px;
  }
  .block-cta .btn-wrapper a.button-arrow, .block-cta .btn-wrapper a.button-arrow:visited {
    width: 90px;
    height: 90px;
  }
  .block-cta .btn-wrapper a.button-arrow .icon, .block-cta .btn-wrapper a.button-arrow:visited .icon {
    width: 42px;
    height: 23px;
  }
  .block-cta .btn-wrapper a.button-arrow .icon svg, .block-cta .btn-wrapper a.button-arrow:visited .icon svg {
    width: 42px;
    height: 23px;
  }
}
@media (min-width: 1200px) {
  .block-cta {
    padding-bottom: 155px;
  }
  .block-cta h2 {
    margin-bottom: 30px;
  }
  .block-cta h3 {
    margin-bottom: 14px;
  }
  .block-cta .description p {
    font-size: 16px;
    line-height: 26px;
  }
  .block-cta .btn-wrapper {
    margin-top: 45px;
  }
  .block-cta .btn-wrapper a.button-arrow, .block-cta .btn-wrapper a.button-arrow:visited {
    width: 106px;
    height: 106px;
  }
  .block-cta .btn-wrapper a.button-arrow svg, .block-cta .btn-wrapper a.button-arrow:visited svg {
    width: 50px;
    height: 27px;
  }
}

.popup-gallery-wrapper {
  position: fixed;
  z-index: 99999;
  top: -100vh;
  display: block;
  /*
  &.show {
  	display: block;
  }
  */
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgb(167, 160, 145);
  box-sizing: border-box;
}
.popup-gallery-wrapper.in-projects {
  background-color: #F2F2F2;
}
.popup-gallery-wrapper .swiper-container, .popup-gallery-wrapper .swiper-wrapper, .popup-gallery-wrapper .swiper-slide, .popup-gallery-wrapper .image-item, .popup-gallery-wrapper .image {
  height: 100%;
}
.popup-gallery-wrapper .swiper-slide .image-item .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-gallery-wrapper .swiper-slide .image-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  overflow: hidden;
}
.popup-gallery-wrapper .swiper-custom-button-prev {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  left: 20px;
  background-color: rgba(242, 242, 242, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px 10px;
}
.popup-gallery-wrapper .swiper-custom-button-prev svg {
  width: 20px;
  height: 14px;
  transform: rotate(180deg);
}
.popup-gallery-wrapper .swiper-custom-button-prev .icon svg.hover {
  display: none;
}
.popup-gallery-wrapper .swiper-custom-button-next {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  right: 20px;
  background-color: rgba(242, 242, 242, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px 10px;
}
.popup-gallery-wrapper .swiper-custom-button-next svg {
  width: 20px;
  height: 14px;
}
.popup-gallery-wrapper .swiper-custom-button-next .icon svg.hover {
  display: none;
}
.popup-gallery-wrapper a.gallery-close, .popup-gallery-wrapper a.gallery-close:visited {
  font-size: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(242, 242, 242, 0.5);
  border-radius: 50%;
  padding: 12px 12px;
  box-sizing: border-box;
}
.popup-gallery-wrapper a.gallery-close svg, .popup-gallery-wrapper a.gallery-close:visited svg {
  width: 14px;
  height: 14px;
}
.popup-gallery-wrapper .swiper-custom-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 3;
  text-align: center;
  color: #F2F2F2;
  font-size: 32px;
  line-height: 42px;
  font-family: "Wulkan Display", Georgia, serif;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .popup-gallery-wrapper .swiper-custom-pagination {
    font-size: 55px;
    line-height: 65px;
  }
  .popup-gallery-wrapper .swiper-custom-button-prev {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    left: 42px;
    background-color: rgba(242, 242, 242, 0.5);
    border-radius: 50%;
    box-sizing: border-box;
    padding: 20px 15px;
  }
  .popup-gallery-wrapper .swiper-custom-button-prev svg {
    width: 28px;
    height: 15px;
    transform: rotate(180deg);
  }
  .popup-gallery-wrapper .swiper-custom-button-prev .icon {
    position: relative;
    width: 28px;
    height: 15px;
    overflow: hidden;
    display: block;
  }
  .popup-gallery-wrapper .swiper-custom-button-prev .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .popup-gallery-wrapper .swiper-custom-button-prev .icon svg.hover {
    display: block;
    transform: rotate(180deg) translateX(-150%);
  }
  .popup-gallery-wrapper .swiper-custom-button-prev:hover {
    cursor: pointer;
  }
  .popup-gallery-wrapper .swiper-custom-button-prev:hover .icon svg.normal {
    transform: rotate(180deg) translateX(150%);
  }
  .popup-gallery-wrapper .swiper-custom-button-prev:hover .icon svg.hover {
    transform: rotate(180deg) translateX(0%);
  }
  .popup-gallery-wrapper .swiper-custom-button-next {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    right: 42px;
    background-color: rgba(242, 242, 242, 0.5);
    border-radius: 50%;
    box-sizing: border-box;
    padding: 20px 15px;
  }
  .popup-gallery-wrapper .swiper-custom-button-next svg {
    width: 28px;
    height: 15px;
  }
  .popup-gallery-wrapper .swiper-custom-button-next .icon {
    position: relative;
    width: 28px;
    height: 15px;
    overflow: hidden;
    display: block;
  }
  .popup-gallery-wrapper .swiper-custom-button-next .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .popup-gallery-wrapper .swiper-custom-button-next .icon svg.hover {
    display: block;
    transform: translateX(-150%);
  }
  .popup-gallery-wrapper .swiper-custom-button-next:hover {
    cursor: pointer;
  }
  .popup-gallery-wrapper .swiper-custom-button-next:hover .icon svg.normal {
    transform: translateX(150%);
  }
  .popup-gallery-wrapper .swiper-custom-button-next:hover .icon svg.hover {
    transform: translateX(0%);
  }
  .popup-gallery-wrapper a.gallery-close, .popup-gallery-wrapper a.gallery-close:visited {
    z-index: 2;
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50px;
    right: 42px;
    background-color: rgba(242, 242, 242, 0.5);
    border-radius: 50%;
    padding: 19px;
    box-sizing: border-box;
  }
  .popup-gallery-wrapper a.gallery-close svg, .popup-gallery-wrapper a.gallery-close:visited svg {
    width: 20px;
    height: 20px;
  }
  .popup-gallery-wrapper a.gallery-close:hover, .popup-gallery-wrapper a.gallery-close:visited:hover {
    transform: rotate(180deg);
  }
}

.form-wrapper .form-field {
  border-top: 1px solid #F2F2F2;
  padding-top: 14px;
  margin-bottom: 14px;
}
.form-wrapper .form-field label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
  font-weight: 400;
}
.form-wrapper .form-field input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 20px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.form-wrapper .form-field input::-webkit-input-placeholder {
  opacity: 1;
  color: #3E3E3E;
}
.form-wrapper .form-field input::-moz-placeholder {
  opacity: 1;
  color: #3E3E3E;
}
.form-wrapper .form-field input:-ms-input-placeholder {
  opacity: 1;
  color: #3E3E3E;
}
.form-wrapper .form-field input:-moz-placeholder {
  opacity: 1;
  color: #3E3E3E;
}
.form-wrapper .form-field textarea {
  border: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 110px;
  max-height: 110px;
  min-height: 110px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.form-wrapper .form-field textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #3E3E3E;
}
.form-wrapper .form-field textarea::-moz-placeholder {
  opacity: 1;
  color: #3E3E3E;
}
.form-wrapper .form-field textarea:-ms-input-placeholder {
  opacity: 1;
  color: #3E3E3E;
}
.form-wrapper .form-field textarea:-moz-placeholder {
  opacity: 1;
  color: #3E3E3E;
}
.form-wrapper .form-acceptance {
  border-top: 1px solid #F2F2F2;
  padding-top: 14px;
}
.form-wrapper .form-bottom {
  margin-top: 22px;
}
.form-wrapper .form-bottom a span.text, .form-wrapper .form-bottom a:visited span.text {
  margin-right: 38px;
}
@media (min-width: 820px) {
  .form-wrapper .form-field input {
    font-size: 16px;
  }
  .form-wrapper .form-field textarea {
    font-size: 16px;
  }
  .form-wrapper .form-bottom {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .form-wrapper .form-bottom {
    margin-top: 22px;
  }
}

.form-wrapper .form-acceptance .wpcf7-checkbox, .form-wrapper .form-acceptance .wpcf7-acceptance {
  text-align: left;
  display: block;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
.form-wrapper .form-acceptance .wpcf7-checkbox label, .form-wrapper .form-acceptance .wpcf7-acceptance label {
  font-weight: 400;
  color: #000000;
}
.form-wrapper .form-acceptance .wpcf7-checkbox label a, .form-wrapper .form-acceptance .wpcf7-checkbox label a:visited, .form-wrapper .form-acceptance .wpcf7-acceptance label a, .form-wrapper .form-acceptance .wpcf7-acceptance label a:visited {
  color: #000000;
  text-align: left;
  text-decoration: underline;
}
.form-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item, .form-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 22px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
  margin-bottom: 14px;
}
.form-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item:last-child, .form-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.form-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item label, .form-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item label {
  margin-bottom: 0;
}
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked),
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked, .form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked),
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox] + span, .form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox] + span {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
}
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span, .form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:before,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:before,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:before,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:before, .form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:before,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:before,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:before,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 50%;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);*/
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:after,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:after, .form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:after,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  /*font-size: 14px;*/
  width: 18px;
  height: 18px;
  background-color: #000000;
  border-radius: 50%;
  color: #000000;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after, .form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:after,
.form-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:after, .form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:after,
.form-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:after {
  opacity: 1;
}
@media (min-width: 1200px) {
  .form-wrapper .form-acceptance .wpcf7-checkbox:hover, .form-wrapper .form-acceptance .wpcf7-acceptance:hover {
    /* checkbox aspect */
  }
  .form-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:not(:checked) + label:before,
  .form-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:checked + label:before,
  .form-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:not(:checked) + span:before,
  .form-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:checked + span:before, .form-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:not(:checked) + label:before,
  .form-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:checked + label:before,
  .form-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:not(:checked) + span:before,
  .form-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:checked + span:before {
    background-color: #000000;
    -webkit-transition: all 0.275s;
    transition: all 0.275s;
  }
  .form-wrapper .form-acceptance .wpcf7-checkbox a:hover, .form-wrapper .form-acceptance .wpcf7-checkbox a:visited:hover, .form-wrapper .form-acceptance .wpcf7-acceptance a:hover, .form-wrapper .form-acceptance .wpcf7-acceptance a:visited:hover {
    color: #000000;
    text-decoration: none;
  }
}

.projects-list {
  font-size: 0;
}
.projects-list .project-item {
  width: 100%;
}
@media (min-width: 600px) {
  .projects-list {
    margin: 0 -5px;
  }
  .projects-list .project-item {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  .projects-list {
    margin: 0 -4px;
  }
  .projects-list .project-item {
    width: 33.33%;
    padding: 0 4px;
  }
}

.project-item {
  margin-bottom: 34px;
}
.project-item .info, .project-item .image {
  opacity: 0;
}
.project-item .aux {
  position: relative;
}
.project-item .image {
  overflow: hidden;
  height: 370px;
  margin-bottom: 5px;
}
.project-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.project-item .info {
  text-transform: uppercase;
}
.project-item .info h2 {
  font-size: 15px;
  line-height: 19px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
}
.project-item .info p.location {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #888886;
}
@media (min-width: 820px) {
  .project-item {
    margin-bottom: 40px;
  }
  .project-item .image {
    height: 520px;
    margin-bottom: 14px;
  }
  .project-item .info h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .project-item .info p.location {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .project-item {
    margin-bottom: 40px;
  }
  .project-item .image {
    height: 590px;
  }
  .project-item .image img {
    transition: transform 1s, opacity 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
    transform: scale(1.0001);
  }
  .project-item:hover .image img {
    transform: scale(1.1);
    opacity: 0.75;
  }
}

/* ANIMATIONS */
.section {
  /*
  max-width: 500px;
  margin: 100px auto;
  */
}

.img-parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
}
.img-parallax img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 150%;
}

/*

<div class="section">
	<?php for ($i=1; $i<=4; $i++) { ?>
	<div class="image img-parallax">
		<img width="674" height="1006" src="https://www.rgnabiomed.com/cms/wp-content/uploads/2021/07/Programas-Biomedicos.jpg" class="photo" alt="" decoding="async" loading="lazy" data-depth="5" srcset="https://www.rgnabiomed.com/cms/wp-content/uploads/2021/07/Programas-Biomedicos.jpg 674w, https://www.rgnabiomed.com/cms/wp-content/uploads/2021/07/Programas-Biomedicos-201x300.jpg 201w, https://www.rgnabiomed.com/cms/wp-content/uploads/2021/07/Programas-Biomedicos-445x664.jpg 445w" sizes="(max-width: 674px) 100vw, 674px" style="transform: translate3d(0px, 0px, 0px);">
	</div>
	<?php } ?>
</div>

*/
#main.is-homepage {
  padding-top: 0;
}

.hp-banner {
  position: relative;
  height: 100vh;
}
.hp-banner .image {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.hp-banner .image .img-parallax {
  height: 100%;
  padding-bottom: 0;
}
.hp-banner .image .img-parallax img {
  height: 110%;
}
@media (min-width: 820px) {
  .hp-banner .image {
    top: 56px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }
}
@media (min-width: 1200px) {
  .hp-banner .image {
    top: 56px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }
  .hp-banner .image .img-parallax img {
    height: 120%;
  }
}

.hp-intro {
  margin-top: 50px;
  margin-bottom: 55px;
  text-align: center;
}
.hp-intro h1 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 26px;
}
.hp-intro p {
  margin-bottom: 0;
}
.hp-intro .container {
  max-width: 590px;
}
@media (min-width: 820px) {
  .hp-intro {
    margin-top: 60px;
    margin-bottom: 95px;
  }
  .hp-intro h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .hp-intro p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .hp-intro {
    margin-top: 110px;
    margin-bottom: 100px;
  }
  .hp-intro .container {
    max-width: 685px;
  }
  .hp-intro h1 {
    margin-bottom: 35px;
  }
}

.hp-featured-projects {
  font-size: 0;
}
.hp-featured-projects .container {
  max-width: 100%;
}
.hp-featured-projects .featured-info-list .featured-info {
  display: none;
}
.hp-featured-projects .featured-info-list .featured-info.active {
  display: block;
}
.hp-featured-projects .featured-info-list .details-list {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.hp-featured-projects .featured-info-list .details-list li {
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 18px;
}
.hp-featured-projects .featured-info-list .details-list li span {
  display: block;
}
.hp-featured-projects .featured-info-list .details-list li span.title {
  color: #F2F2F2;
}
.hp-featured-projects .swiper-container {
  overflow: visible;
}
.hp-featured-projects .swiper-wrapper {
  margin: 0 -6px;
}
.hp-featured-projects .swiper-slide {
  width: 230px;
  padding: 0 6px;
  box-sizing: border-box;
  transition-timing-function: cubic-bezier(0.76, 0.09, 0.215, 1);
}
.hp-featured-projects .swiper-slide .image-item img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center center;
}
.hp-featured-projects .swiper-custom-button-next, .hp-featured-projects .swiper-custom-button-prev {
  display: none;
}
@media (min-width: 820px) {
  .hp-featured-projects {
    position: relative;
  }
  .hp-featured-projects .featured-info-list .featured-info {
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 0;
    padding-top: 3px;
    bottom: 0;
    width: 22.32%;
    background-color: #A7A091;
  }
  .hp-featured-projects .featured-info-list .details-list {
    padding-left: 13px;
  }
  .hp-featured-projects .featured-info-list .details-list li {
    font-size: 12px;
    line-height: 16px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .hp-featured-projects .featured-info-list .details-list li span.title {
    margin-bottom: 5px;
  }
  .hp-featured-projects .swiper-container {
    margin-left: 21.41%;
  }
  .hp-featured-projects .swiper-wrapper {
    margin: 0;
  }
  .hp-featured-projects .swiper-slide {
    width: 420px;
  }
  .hp-featured-projects .swiper-slide .image-item img {
    height: 320px;
  }
  .hp-featured-projects .swiper-custom-button-next, .hp-featured-projects .swiper-custom-button-prev {
    display: block;
    position: absolute;
    z-index: 3;
  }
  .hp-featured-projects .swiper-custom-button-prev {
    width: 50px;
    height: 50px;
    left: 13px;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 17px 12px;
  }
  .hp-featured-projects .swiper-custom-button-prev svg {
    fill: #000000;
    width: 24px;
    height: 13px;
    transform: rotate(180deg);
  }
  .hp-featured-projects .swiper-custom-button-prev .icon svg.hover {
    display: none;
  }
  .hp-featured-projects .swiper-custom-button-next {
    bottom: 0;
    left: 73px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 17px 12px;
  }
  .hp-featured-projects .swiper-custom-button-next svg {
    fill: #000000;
    width: 24px;
    height: 13px;
  }
  .hp-featured-projects .swiper-custom-button-next .icon svg.hover {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hp-featured-projects .featured-info-list .featured-info {
    width: 13.61%;
  }
  .hp-featured-projects .featured-info-list .details-list {
    padding-left: 26px;
  }
  .hp-featured-projects .swiper-container {
    margin-left: 12.23%;
  }
  .hp-featured-projects .swiper-slide {
    width: 524px;
  }
  .hp-featured-projects .swiper-slide .image-item img {
    height: 398px;
  }
  .hp-featured-projects .swiper-custom-button-prev {
    left: 26px;
    width: 58px;
    height: 58px;
    padding: 20px 15px;
  }
  .hp-featured-projects .swiper-custom-button-prev svg {
    width: 28px;
    height: 15px;
  }
  .hp-featured-projects .swiper-custom-button-prev .icon {
    position: relative;
    width: 28px;
    height: 15px;
    overflow: hidden;
    display: block;
  }
  .hp-featured-projects .swiper-custom-button-prev .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-featured-projects .swiper-custom-button-prev .icon svg.hover {
    display: block;
    transform: rotate(180deg) translateX(-150%);
  }
  .hp-featured-projects .swiper-custom-button-prev:hover {
    cursor: pointer;
  }
  .hp-featured-projects .swiper-custom-button-prev:hover .icon svg.normal {
    transform: rotate(180deg) translateX(150%);
  }
  .hp-featured-projects .swiper-custom-button-prev:hover .icon svg.hover {
    transform: rotate(180deg) translateX(0%);
  }
  .hp-featured-projects .swiper-custom-button-next {
    left: 94px;
    width: 58px;
    height: 58px;
    padding: 20px 15px;
  }
  .hp-featured-projects .swiper-custom-button-next svg {
    width: 28px;
    height: 15px;
  }
  .hp-featured-projects .swiper-custom-button-next .icon {
    position: relative;
    width: 28px;
    height: 15px;
    overflow: hidden;
    display: block;
  }
  .hp-featured-projects .swiper-custom-button-next .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-featured-projects .swiper-custom-button-next .icon svg.hover {
    display: block;
    transform: translateX(-150%);
  }
  .hp-featured-projects .swiper-custom-button-next:hover {
    cursor: pointer;
  }
  .hp-featured-projects .swiper-custom-button-next:hover .icon svg.normal {
    transform: translateX(150%);
  }
  .hp-featured-projects .swiper-custom-button-next:hover .icon svg.hover {
    transform: translateX(0%);
  }
}

.hp-about {
  margin-top: 75px;
  margin-bottom: 85px;
  text-align: center;
}
.hp-about h2 {
  max-width: 590px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
}
.hp-about .btn-wrapper {
  margin-bottom: 20px;
  font-size: 0;
}
.hp-about p {
  max-width: 590px;
  margin: 0 auto;
  margin-bottom: 0;
}
.hp-about .image {
  max-width: 248px;
  margin: 0 auto;
  margin-top: 90px;
}
.hp-about .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.hp-about .image p.img-caption {
  text-align: left;
  margin-top: 8px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hp-about .image .img-parallax {
  padding-bottom: 139%;
}
.hp-about .image .img-parallax img {
  width: 100%;
  height: 120%;
}
@media (min-width: 820px) {
  .hp-about {
    margin-top: 95px;
    margin-bottom: 105px;
  }
  .hp-about h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .hp-about .btn-wrapper {
    margin-bottom: 22px;
  }
  .hp-about p {
    font-size: 16px;
    line-height: 26px;
  }
  .hp-about .image {
    max-width: 254px;
  }
  .hp-about .image p.img-caption {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .hp-about {
    margin-top: 140px;
    margin-bottom: 180px;
  }
  .hp-about h2 {
    max-width: 610px;
    margin-bottom: 24px;
  }
  .hp-about .btn-wrapper {
    margin-bottom: 18px;
  }
  .hp-about .image {
    margin-top: 90px;
    max-width: 25.5%;
  }
  .hp-about p {
    max-width: 610px;
  }
}

.hp-services {
  font-size: 0;
  margin-top: 85px;
  margin-bottom: 65px;
  text-align: center;
}
.hp-services .info {
  margin-bottom: 40px;
}
.hp-services h2 {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 26px;
}
.hp-services .btn-wrapper {
  margin-bottom: 22px;
}
.hp-services p {
  margin-bottom: 0;
}
.hp-services .image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}
.hp-services .image.in-desktop {
  display: none;
}
.hp-services .image.image-1 {
  padding-right: 5px;
}
.hp-services .image.image-1 .img-parallax {
  padding-bottom: 140%;
}
.hp-services .image.image-1 .img-parallax img {
  width: 100%;
  height: 130%;
}
.hp-services .image.image-2 {
  padding-left: 5px;
}
.hp-services .image.image-2 .img-parallax {
  padding-bottom: 140%;
}
.hp-services .image.image-2 .img-parallax img {
  width: 100%;
  height: 150%;
}
@media (min-width: 820px) {
  .hp-services {
    margin-top: 105px;
    margin-bottom: 175px;
    text-align: left;
  }
  .hp-services h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .hp-services .btn-wrapper {
    margin-bottom: 24px;
  }
  .hp-services p {
    font-size: 16px;
    line-height: 26px;
  }
  .hp-services .info {
    display: inline-block;
    vertical-align: bottom;
    width: 43.34%;
    box-sizing: border-box;
    padding: 0 25px;
    margin-bottom: 0;
  }
  .hp-services .image {
    vertical-align: bottom;
    width: 33.33%;
  }
  .hp-services .image.in-desktop {
    display: inline-block;
  }
  .hp-services .image.in-mobile {
    display: none;
  }
  .hp-services .image.image-1 {
    width: 27.33%;
    padding: 0;
  }
  .hp-services .image.image-1 .img-parallax {
    padding-bottom: 0;
    height: 360px;
  }
  .hp-services .image.image-2 {
    width: 29.33%;
    padding: 0;
  }
  .hp-services .image.image-2 .img-parallax {
    padding-bottom: 0;
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .hp-services {
    margin-top: 180px;
    margin-bottom: 240px;
  }
  .hp-services h2 {
    margin-bottom: 22px;
  }
  .hp-services .btn-wrapper {
    margin-bottom: 40px;
  }
  .hp-services .info {
    width: 34.03%;
    padding: 0 50px;
  }
  .hp-services .image.image-1 {
    width: 30%;
    padding-left: 80px;
  }
  .hp-services .image.image-1 .img-parallax {
    height: 500px;
  }
  .hp-services .image.image-1 .img-parallax img {
    height: 120%;
  }
  .hp-services .image.image-2 {
    width: 35.97%;
  }
  .hp-services .image.image-2 .img-parallax {
    height: 500px;
  }
  .hp-services .image.image-2 .img-parallax img {
    height: 160%;
  }
}

.hp-projects {
  margin-top: 65px;
  padding-bottom: 100px;
}
.hp-projects .list-title {
  text-align: center;
  margin-bottom: 60px;
}
.hp-projects .list-title h2 {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 24px;
}
.hp-projects .list-title ul.filters-list {
  font-size: 0;
}
.hp-projects .list-title ul.filters-list li {
  font-family: "Wulkan Display", Georgia, serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  line-height: 55px;
  position: relative;
}
.hp-projects .list-title ul.filters-list li a, .hp-projects .list-title ul.filters-list li a:visited {
  color: #F2F2F2;
}
.hp-projects .list-title ul.filters-list li.active a, .hp-projects .list-title ul.filters-list li.active a:visited {
  color: #000000;
}
.hp-projects .list-title ul.filters-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -47px;
  width: 94px;
  height: 1px;
  background: url("../img/svg/filter-link-sep-light.svg") center center no-repeat transparent;
  background-size: contain;
}
.hp-projects .list-title ul.filters-list li:last-child:after {
  display: none;
}
.hp-projects .btn-wrapper {
  text-align: center;
  margin-top: 56px;
}
.hp-projects .btn-wrapper.in-desktop {
  display: none;
}
@media (min-width: 820px) {
  .hp-projects {
    margin-top: 175px;
  }
  .hp-projects .list-title {
    margin-bottom: 24px;
  }
  .hp-projects .list-title h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .hp-projects .list-title ul.filters-list li {
    color: #F2F2F2;
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    line-height: 45px;
    position: relative;
  }
  .hp-projects .list-title ul.filters-list li a, .hp-projects .list-title ul.filters-list li a:visited {
    color: #F2F2F2;
  }
  .hp-projects .list-title ul.filters-list li.active a, .hp-projects .list-title ul.filters-list li.active a:visited {
    color: #000000;
  }
  .hp-projects .list-title ul.filters-list li:after {
    content: " | ";
    white-space: pre-wrap;
    position: static;
    margin-left: 0;
    width: auto;
    height: auto;
    background: none;
  }
  .hp-projects .list-title ul.filters-list li:last-child:after {
    display: none;
  }
  .hp-projects .btn-wrapper {
    margin-bottom: 60px;
    margin-top: 0;
  }
  .hp-projects .btn-wrapper.in-desktop {
    display: block;
  }
  .hp-projects .btn-wrapper.in-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hp-projects {
    margin-top: 240px;
  }
  .hp-projects .btn-wrapper {
    margin-bottom: 100px;
  }
  .hp-projects ul.filters-list li a:hover, .hp-projects ul.filters-list li a:visited:hover {
    text-decoration: none;
    color: #000000;
  }
}

.hp-projects .container.projects-sliders {
  max-width: 100%;
}
.hp-projects .swiper-container {
  overflow: visible;
}
.hp-projects .swiper-slide {
  width: 238px;
}
.hp-projects .project-slider-item span.number {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 18px;
}
.hp-projects .project-slider-item .image {
  margin-bottom: 10px;
}
.hp-projects .project-slider-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hp-projects .project-slider-item .info {
  text-transform: uppercase;
}
.hp-projects .project-slider-item .info h3 {
  font-size: 15px;
  line-height: 19px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
}
.hp-projects .project-slider-item .info p.location {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #F2F2F2;
}
@media (min-width: 820px) {
  .hp-projects .project-slider-item .info h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .hp-projects .project-slider-item .info p.location {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .hp-projects .swiper-slide {
    width: 22%;
  }
  .hp-projects .project-slider-item span.number {
    margin-bottom: 20px;
  }
  .hp-projects .project-slider-item .image {
    margin-bottom: 14px;
    overflow: hidden;
  }
  .hp-projects .project-slider-item .image img {
    transition: transform 1s, opacity 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
    transform: scale(1.0001);
  }
  .hp-projects .project-slider-item:hover .image img {
    transform: scale(1.1);
    opacity: 0.75;
  }
}

.page-studio-wrapper {
  background-color: #C2BDB2;
  margin-top: -38px;
  padding-top: 38px;
}
@media (min-width: 820px) {
  .page-studio-wrapper {
    margin-top: -56px;
    padding-top: 56px;
  }
}

.studio-intro {
  margin-top: 100px;
  margin-bottom: 90px;
  text-align: center;
}
.studio-intro h1 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}
.studio-intro .description {
  max-width: 590px;
  margin: 0 auto;
}
.studio-intro .description p:last-child {
  margin-bottom: 0;
}
.studio-intro .image {
  max-width: 248px;
  margin: 0 auto;
  margin-top: 90px;
}
.studio-intro .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.studio-intro .image p.img-caption {
  text-align: left;
  margin-top: 8px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.studio-intro .image .img-parallax {
  padding-bottom: 139%;
}
.studio-intro .image .img-parallax img {
  width: 100%;
  height: 120%;
}
@media (min-width: 820px) {
  .studio-intro {
    margin-top: 120px;
    margin-bottom: 110px;
  }
  .studio-intro h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .studio-intro .description p {
    font-size: 16px;
    line-height: 26px;
  }
  .studio-intro .image {
    max-width: 25.5%;
    margin-top: 80px;
  }
  .studio-intro .image p.img-caption {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .studio-intro {
    margin-bottom: 130px;
  }
  .studio-intro .description {
    max-width: 686px;
  }
  .studio-intro .image {
    margin-top: 135px;
  }
}

.studio-team {
  margin-top: 90px;
  margin-bottom: 70px;
  text-align: center;
}
.studio-team h2 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}
.studio-team .description {
  max-width: 634px;
  margin: 0 auto;
}
.studio-team .description p:last-child {
  margin-bottom: 0;
}
.studio-team .image {
  max-width: 82.37%;
  margin: 0 auto;
  margin-top: 60px;
}
.studio-team .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.studio-team .image .img-parallax {
  padding-bottom: 62.45%;
}
.studio-team .image .img-parallax img {
  width: 100%;
  height: 110%;
}
@media (min-width: 820px) {
  .studio-team {
    margin-top: 110px;
    margin-bottom: 90px;
  }
  .studio-team h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .studio-team .description p {
    font-size: 16px;
    line-height: 26px;
  }
  .studio-team .image {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .studio-team {
    margin-top: 130px;
    margin-bottom: 190px;
  }
  .studio-team .description {
    max-width: 686px;
  }
  .studio-team .image {
    margin-top: 115px;
  }
}

.studio-values {
  font-size: 0;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 75px;
}
.studio-values .value-item {
  margin-bottom: 30px;
}
.studio-values .value-item:last-child {
  margin-bottom: 0;
}
.studio-values .value-item h2 {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.studio-values .value-item p {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .studio-values {
    text-align: left;
    margin-top: 90px;
    margin-bottom: 180px;
  }
  .studio-values .container {
    padding: 0 90px;
  }
  .studio-values .value-item {
    margin-bottom: 40px;
    padding-right: 68px;
  }
  .studio-values .value-item h2 {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 35px;
  }
  .studio-values .value-item p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .studio-values {
    margin-top: 180px;
  }
  .studio-values .container {
    padding: 0 90px;
    max-width: 1154px;
  }
  .studio-values .value-item {
    margin-bottom: 60px;
    padding-right: 0;
    padding-left: 29.98%;
  }
  .studio-values .value-item h2 {
    display: inline-block;
    vertical-align: top;
    width: 22.02%;
    margin-right: 7.43%;
    margin-bottom: 0;
    margin-top: 7px;
  }
  .studio-values .value-item p {
    display: inline-block;
    vertical-align: top;
    width: 70.55%;
    font-size: 16px;
    line-height: 26px;
  }
}

.studio-locations {
  font-size: 0;
  margin-top: 75px;
  margin-bottom: 130px;
}
.studio-locations .location-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}
.studio-locations .location-item .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.studio-locations .location-item .image p.img-caption {
  text-align: left;
  margin-top: 3px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.studio-locations .location-item.item-1 {
  padding-right: 5px;
  width: 48.33%;
}
.studio-locations .location-item.item-1 .img-parallax {
  padding-bottom: 137.86%;
}
.studio-locations .location-item.item-1 .img-parallax img {
  width: 100%;
  height: 150%;
}
.studio-locations .location-item.item-2 {
  padding-left: 5px;
  width: 51.67%;
}
.studio-locations .location-item.item-2 .img-parallax {
  padding-bottom: 82%;
}
.studio-locations .location-item.item-2 .img-parallax img {
  width: 100%;
  height: 130%;
}
@media (min-width: 820px) {
  .studio-locations {
    margin-top: 180px;
    margin-bottom: 160px;
  }
  .studio-locations .container {
    padding: 0 28px;
  }
  .studio-locations .locations-list {
    padding-left: 8.5%;
  }
  .studio-locations .location-item .image p.img-caption {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .studio-locations .location-item.item-1 {
    padding-right: 42px;
    width: 44.86%;
  }
  .studio-locations .location-item.item-2 {
    padding-left: 42px;
    width: 55.14%;
  }
}
@media (min-width: 1200px) {
  .studio-locations .container {
    padding: 0 143px;
  }
  .studio-locations .locations-list {
    padding-left: 0;
  }
  .studio-locations .location-item .image p.img-caption {
    margin-top: 8px;
  }
  .studio-locations .location-item.item-1 {
    padding-right: 66px;
    width: 44.88%;
  }
  .studio-locations .location-item.item-2 {
    padding-left: 66px;
    width: 55.12%;
  }
}

.page-services-wrapper {
  background-color: #F2F2F2;
}

#main.is-services {
  padding-top: 0;
}

.services-banner {
  position: relative;
  height: 100vh;
}
.services-banner .image {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.services-banner .image .img-parallax {
  height: 100%;
  padding-bottom: 0;
}
.services-banner .image .img-parallax img {
  height: 110%;
}
@media (min-width: 820px) {
  .services-banner .image {
    top: 56px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }
}
@media (min-width: 1200px) {
  .services-banner .image {
    top: 56px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }
  .services-banner .image .img-parallax img {
    height: 120%;
  }
}

.services-intro {
  margin-top: 60px;
  margin-bottom: 50px;
}
.services-intro h1 {
  text-align: center;
  margin-bottom: 38px;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}
.services-intro .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .services-intro {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .services-intro h1 {
    text-align: left;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 34px;
    padding-left: 200px;
  }
  .services-intro .description {
    padding-left: 200px;
    padding-right: 30px;
  }
  .services-intro .description p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .services-intro {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .services-intro h1 {
    padding-left: 352px;
    max-width: 593px;
  }
  .services-intro .description {
    max-width: 593px;
    padding-left: 352px;
    padding-right: 0;
  }
}

.services-images {
  margin-bottom: 45px;
}
.services-images .image img {
  display: block;
  width: 100%;
  height: auto;
}
.services-images .image .img-parallax {
  padding-bottom: 45.95%;
}
.services-images .image .img-parallax img {
  height: 130%;
}
@media (min-width: 820px) {
  .services-images {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .services-images {
    margin-bottom: 180px;
  }
}

.services-images {
  font-size: 0;
}
.services-images .images-wrapper-scroll {
  height: 250px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.services-images .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 200px;
  margin: 0;
  padding: 0 10px;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
}
.services-images .image.img-contained {
  width: 272px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.services-images .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: center;
}
@media (min-width: 820px) {
  .services-images .images-wrapper-scroll {
    height: 370px;
  }
  .services-images .image {
    width: 300px;
    padding: 0 13px;
  }
  .services-images .image.img-contained {
    width: 406px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .services-images .images-wrapper-scroll {
    height: 660px;
  }
  .services-images .image {
    width: 600px;
    padding: 0 22px;
  }
  .services-images .image.img-contained {
    width: 730px;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

.services-list-wrapper {
  font-size: 0;
  margin-top: 45px;
}
.services-list-wrapper .container {
  width: 82.37%;
}
.services-list-wrapper .info {
  margin-bottom: 48px;
}
.services-list-wrapper .info h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 68px;
  font-size: 22px;
  line-height: 26px;
}
.services-list-wrapper .info p {
  margin-bottom: 0;
}
.services-list-wrapper .info p.highlight {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.services-list-wrapper .service-item {
  padding: 15px 0;
  border-top: 1px solid #A7A091;
}
.services-list-wrapper .service-item h3 {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 24px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 35px;
}
.services-list-wrapper .service-item h3 a, .services-list-wrapper .service-item h3 a:visited {
  display: block;
  padding-right: 50px;
  position: relative;
}
.services-list-wrapper .service-item h3 a:after, .services-list-wrapper .service-item h3 a:visited:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #A7A091;
  background: url("../img/svg/arrow-right-btn.svg") center center no-repeat transparent;
  background-size: 18px 10px;
  transform: rotate(90deg);
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.services-list-wrapper .service-item .description {
  display: none;
}
.services-list-wrapper .service-item .description p {
  margin-bottom: 12px;
}
.services-list-wrapper .service-item .description p:last-child {
  margin-bottom: 0;
}
.services-list-wrapper .service-item.opened h3 a:after, .services-list-wrapper .service-item.opened h3 a:visited:after {
  transform: rotate(-90deg);
}
@media (min-width: 820px) {
  .services-list-wrapper {
    margin-bottom: 160px;
    margin-top: 80px;
  }
  .services-list-wrapper .info {
    display: inline-block;
    vertical-align: top;
    width: 40.93%;
    margin-right: 9.7%;
    margin-bottom: 0;
  }
  .services-list-wrapper .services-list {
    display: inline-block;
    vertical-align: top;
    width: 49.37%;
    border-bottom: 1px solid #A7A091;
  }
  .services-list-wrapper .info h2 {
    text-align: left;
    margin-bottom: 147px;
    font-size: 28px;
    line-height: 32px;
    max-width: 200px;
  }
  .services-list-wrapper .info p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .services-list-wrapper .info p.highlight {
    font-size: 16px;
    line-height: 18px;
  }
  .services-list-wrapper .service-item {
    padding: 15px 0;
    padding-bottom: 10px;
  }
  .services-list-wrapper .service-item h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .services-list-wrapper .service-item .description p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .services-list-wrapper {
    margin-bottom: 152px;
    margin-top: 180px;
  }
  .services-list-wrapper .info {
    width: 29.03%;
    margin-right: 5.63%;
  }
  .services-list-wrapper .services-list {
    width: 65.34%;
  }
  .services-list-wrapper .info h2 {
    max-width: 260px;
  }
  .services-list-wrapper .info p.highlight {
    margin-bottom: 15px;
  }
  .services-list-wrapper .service-item {
    padding: 15px 0;
    padding-bottom: 10px;
  }
  .services-list-wrapper .service-item h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .services-list-wrapper .service-item h3 a:hover:after, .services-list-wrapper .service-item h3 a:visited:hover:after {
    transform: rotate(0);
  }
  .services-list-wrapper .service-item .description p {
    max-width: 520px;
  }
  .services-list-wrapper .service-item.opened h3 a:hover:after, .services-list-wrapper .service-item.opened h3 a:visited:hover:after {
    transform: rotate(-90deg);
  }
}

.page-services-wrapper .block-cta h2 {
  color: #A7A091;
}

.media-page-wrapper {
  background-color: #C2BDB2;
  margin-top: -38px;
  padding-top: 140px;
  padding-bottom: 70px;
}
@media (min-width: 820px) {
  .media-page-wrapper {
    margin-top: -56px;
    padding-top: 170px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .media-page-wrapper {
    padding-top: 175px;
    padding-bottom: 268px;
  }
}

.media-list {
  display: grid;
  grid-gap: 18px;
}
.media-list .media-item {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #F2F2F2;
}
.media-list .media-item .image {
  margin-bottom: 8px;
  position: relative;
}
.media-list .media-item .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: color;
  opacity: 0.35;
  background: rgb(167, 160, 145);
  background: linear-gradient(180deg, rgb(167, 160, 145) 0%, rgb(194, 189, 178) 50%);
}
.media-list .media-item .image img {
  display: block;
  width: 100%;
  height: auto;
}
.media-list .media-item .info h2 {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 32px;
}
.media-list .media-item .info .attributes-list li {
  padding-right: 46px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.media-list .media-item .info .attributes-list li:last-child {
  margin-bottom: 0;
}
.media-list .media-item .info .attributes-list li span {
  display: block;
}
.media-list .media-item .info .attributes-list li span.name {
  color: #F2F2F2;
}
.media-list .media-item a.button-arrow, .media-list .media-item a.button-arrow:visited {
  position: absolute;
  bottom: 8px;
  right: 0;
}
@media (min-width: 550px) {
  .media-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 820px) {
  .media-list {
    column-gap: 10px;
  }
  .media-list .media-item {
    position: relative;
    padding-bottom: 10px;
  }
  .media-list .media-item .image {
    margin-bottom: 10px;
  }
  .media-list .media-item a.button-arrow, .media-list .media-item a.button-arrow:visited {
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .media-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
  }
  .media-list .media-item {
    padding-bottom: 12px;
  }
  .media-list .media-item .image {
    margin-bottom: 12px;
  }
  .media-list .media-item a.button-arrow, .media-list .media-item a.button-arrow:visited {
    bottom: 12px;
  }
}

.media-popup {
  position: fixed;
  background-color: red;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.projects-list-page-wrapper {
  background-color: #F2F2F2;
  margin-top: -38px;
  padding-top: 38px;
  padding-bottom: 34px;
}
@media (min-width: 820px) {
  .projects-list-page-wrapper {
    margin-top: -56px;
    padding-top: 56px;
    padding-bottom: 150px;
  }
}
.projects-list-page-wrapper .list-title {
  text-align: center;
  padding-top: 104px;
  margin-bottom: 50px;
}
.projects-list-page-wrapper .list-title h1 {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 32px;
}
.projects-list-page-wrapper .list-title ul.filters-list {
  font-size: 0;
}
.projects-list-page-wrapper .list-title ul.filters-list li {
  font-family: "Wulkan Display", Georgia, serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  line-height: 45px;
  position: relative;
}
.projects-list-page-wrapper .list-title ul.filters-list li a, .projects-list-page-wrapper .list-title ul.filters-list li a:visited {
  color: #A7A091;
}
.projects-list-page-wrapper .list-title ul.filters-list li.active a, .projects-list-page-wrapper .list-title ul.filters-list li.active a:visited {
  color: #000000;
}
.projects-list-page-wrapper .list-title ul.filters-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -47px;
  width: 94px;
  height: 1px;
  background: url("../img/svg/filter-link-sep.svg") center center no-repeat transparent;
  background-size: contain;
}
.projects-list-page-wrapper .list-title ul.filters-list li:last-child:after {
  display: none;
}
@media (min-width: 820px) {
  .projects-list-page-wrapper .list-title {
    padding-top: 118px;
    margin-bottom: 108px;
  }
  .projects-list-page-wrapper .list-title h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .projects-list-page-wrapper .list-title ul.filters-list li {
    color: #A7A091;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .projects-list-page-wrapper .list-title ul.filters-list li a, .projects-list-page-wrapper .list-title ul.filters-list li a:visited {
    color: #A7A091;
  }
  .projects-list-page-wrapper .list-title ul.filters-list li.active a, .projects-list-page-wrapper .list-title ul.filters-list li.active a:visited {
    color: #000000;
  }
  .projects-list-page-wrapper .list-title ul.filters-list li:after {
    content: " | ";
    white-space: pre-wrap;
    position: static;
    margin-left: 0;
    width: auto;
    height: auto;
    background: none;
  }
  .projects-list-page-wrapper .list-title ul.filters-list li:last-child:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .projects-list-page-wrapper ul.filters-list li a:hover, .projects-list-page-wrapper ul.filters-list li a:visited:hover {
    text-decoration: none;
    color: #000000;
  }
}

.projects-detail-wrapper {
  background-color: #F2F2F2;
  margin-top: -38px;
  padding-top: 38px;
}
@media (min-width: 820px) {
  .projects-detail-wrapper {
    margin-top: -56px;
    padding-top: 56px;
  }
}

.project-banner .container {
  max-width: 100%;
}
.project-banner .image .img-parallax {
  padding-bottom: 66.67%;
}
.project-banner .image .img-parallax img {
  height: 110%;
}
@media (min-width: 1200px) {
  .project-banner .image .img-parallax {
    padding-bottom: 0;
    height: 820px;
  }
  .project-banner .image .img-parallax img {
    height: 120%;
  }
}

.project-intro {
  margin-top: 26px;
  margin-bottom: 64px;
}
.project-intro h1 {
  text-align: center;
  margin-bottom: 46px;
  font-size: 26px;
  line-height: 32px;
}
.project-intro .col-left {
  display: inline-block;
  vertical-align: top;
  width: calc(35% - 10px);
  margin-right: 10px;
}
.project-intro .col-right {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.project-intro .intro-images {
  font-size: 0;
}
.project-intro .intro-images .img-1 .img-parallax {
  padding-bottom: 123.16%;
}
.project-intro .intro-images .img-1 .img-parallax img {
  height: 130%;
}
.project-intro .intro-images .img-2 .img-parallax {
  padding-bottom: 76.41%;
}
.project-intro .intro-images .img-2 .img-parallax img {
  height: 120%;
}
@media (min-width: 820px) {
  .project-intro {
    margin-top: 42px;
    margin-bottom: 138px;
  }
  .project-intro h1 {
    margin-bottom: 75px;
    font-size: 55px;
    line-height: 65px;
  }
  .project-intro .col-left {
    width: calc(35% - 72px);
    margin-right: 72px;
  }
  .project-intro .col-right {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .project-intro {
    margin-bottom: 147px;
  }
  .project-intro h1 {
    margin-bottom: 105px;
  }
  .project-intro .col-left {
    width: calc(42% - 133px - 117px);
    margin-right: 133px;
    margin-left: 117px;
  }
  .project-intro .col-right {
    width: 58%;
  }
}

.project-details {
  margin-bottom: 88px;
  font-size: 0;
}
@media (min-width: 820px) {
  .project-details {
    margin-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .project-details {
    margin-bottom: 125px;
  }
}
.project-details .container {
  max-width: 1154px;
}
.project-details .details-list {
  margin-bottom: 52px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.project-details .details-list li {
  margin-bottom: 5px;
}
.project-details .details-list li span {
  display: inline-block;
  vertical-align: middle;
}
.project-details .details-list li span.title {
  margin-right: 3px;
  color: #A7A091;
}
.project-details .details-list li:last-child {
  margin-bottom: 0;
}
.project-details .description p {
  margin-bottom: 24px;
}
.project-details .description > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .project-details .details-list {
    display: inline-block;
    vertical-align: top;
    width: calc(35% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .project-details .details-list li {
    margin-bottom: 20px;
  }
  .project-details .details-list li span {
    display: block;
  }
  .project-details .details-list li span.title {
    margin-right: 0;
  }
  .project-details .description {
    display: inline-block;
    vertical-align: top;
    width: 65%;
  }
  .project-details .description p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .project-details .details-list {
    width: calc(42% - 20px);
  }
  .project-details .description {
    width: 58%;
  }
}

.project-gallery {
  margin-bottom: 115px;
}
.project-gallery.texts-hidden {
  margin-top: 105px;
}
.project-gallery .container {
  position: relative;
  padding-bottom: 62px;
}
.project-gallery .swiper-container {
  overflow: hidden;
}
@media (min-width: 820px) {
  .project-gallery {
    margin-bottom: 140px;
  }
}
.project-gallery .swiper-container, .project-gallery .swiper-wrapper, .project-gallery .swiper-slide, .project-gallery .image-item, .project-gallery .image {
  height: 100%;
}
.project-gallery .swiper-slide .image-item {
  position: relative;
}
.project-gallery .swiper-slide .image-item .image {
  position: relative;
  width: 100%;
  padding-top: 74%;
}
.project-gallery .swiper-slide .image-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.project-gallery .swiper-custom-button-prev {
  z-index: 2;
  position: absolute;
  width: 38px;
  height: 38px;
  left: 10px;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #A7A091;
  box-sizing: border-box;
  padding: 7px 8px;
}
.project-gallery .swiper-custom-button-prev svg {
  fill: #A7A091;
  width: 19px;
  height: 10px;
  transform: rotate(180deg);
}
.project-gallery .swiper-custom-button-prev .icon svg.hover {
  display: none;
}
.project-gallery .swiper-custom-button-next {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 55px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #A7A091;
  box-sizing: border-box;
  padding: 7px 8px;
}
.project-gallery .swiper-custom-button-next svg {
  fill: #A7A091;
  width: 19px;
  height: 10px;
}
.project-gallery .swiper-custom-button-next .icon svg.hover {
  display: none;
}
.project-gallery .swiper-custom-pagination {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #A7A091;
  font-size: 10px;
  line-height: 12px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 0 10px;
  text-align: right;
  box-sizing: border-box;
}
@media (min-width: 820px) {
  .project-gallery.texts-hidden {
    margin-top: 180px;
  }
  .project-gallery .container {
    padding-bottom: 0;
  }
  .project-gallery .project-gallery-slider {
    margin-left: 76px;
    margin-right: 76px;
  }
  .project-gallery .swiper-slide .image-item .image {
    padding-top: 60%;
  }
  .project-gallery .swiper-custom-button-prev {
    width: 58px;
    height: 58px;
    left: 16px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 15px;
  }
  .project-gallery .swiper-custom-button-prev .icon {
    width: 28px;
    height: 15px;
  }
  .project-gallery .swiper-custom-button-prev svg {
    width: 28px;
    height: 15px;
  }
  .project-gallery .swiper-custom-button-next {
    bottom: auto;
    left: auto;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    padding: 20px 15px;
  }
  .project-gallery .swiper-custom-button-next .icon {
    width: 28px;
    height: 15px;
  }
  .project-gallery .swiper-custom-button-next svg {
    width: 28px;
    height: 15px;
  }
  .project-gallery .swiper-custom-pagination {
    margin-top: 5px;
    margin-left: 76px;
    margin-right: 76px;
    width: auto;
    position: static;
    bottom: auto;
    right: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .project-gallery.texts-hidden {
    margin-top: 215px;
  }
  .project-gallery .project-gallery-slider {
    width: 83.14%;
    margin: 0 auto;
  }
  .project-gallery .swiper-custom-button-prev {
    left: 32px;
  }
  .project-gallery .swiper-custom-button-prev .icon {
    position: relative;
    width: 28px;
    height: 15px;
    overflow: hidden;
    display: block;
  }
  .project-gallery .swiper-custom-button-prev .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .project-gallery .swiper-custom-button-prev .icon svg.hover {
    display: block;
    transform: rotate(180deg) translateX(-150%);
  }
  .project-gallery .swiper-custom-button-prev:hover {
    cursor: pointer;
  }
  .project-gallery .swiper-custom-button-prev:hover .icon svg.normal {
    transform: rotate(180deg) translateX(150%);
  }
  .project-gallery .swiper-custom-button-prev:hover .icon svg.hover {
    transform: rotate(180deg) translateX(0%);
  }
  .project-gallery .swiper-custom-button-next {
    right: 32px;
  }
  .project-gallery .swiper-custom-button-next .icon {
    position: relative;
    width: 28px;
    height: 15px;
    overflow: hidden;
    display: block;
  }
  .project-gallery .swiper-custom-button-next .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .project-gallery .swiper-custom-button-next .icon svg.hover {
    display: block;
    transform: translateX(-150%);
  }
  .project-gallery .swiper-custom-button-next:hover {
    cursor: pointer;
  }
  .project-gallery .swiper-custom-button-next:hover .icon svg.normal {
    transform: translateX(150%);
  }
  .project-gallery .swiper-custom-button-next:hover .icon svg.hover {
    transform: translateX(0%);
  }
  .project-gallery .swiper-custom-pagination {
    width: 83.14%;
    margin: 0 auto;
    margin-top: 6px;
  }
}

.goback-wrapper {
  padding-bottom: 115px;
  text-align: center;
}
.goback-wrapper h2 {
  font-size: 22px;
  line-height: 26px;
}
.goback-wrapper .btn-wrapper {
  margin-top: 35px;
  transform: rotate(180deg);
}
@media (min-width: 820px) {
  .goback-wrapper {
    padding-bottom: 145px;
  }
  .goback-wrapper h2 {
    font-size: 28px;
    line-height: 23px;
  }
  .goback-wrapper .btn-wrapper {
    margin-top: 26px;
  }
  .goback-wrapper .btn-wrapper a.button-arrow, .goback-wrapper .btn-wrapper a.button-arrow:visited {
    width: 106px;
    height: 106px;
  }
  .goback-wrapper .btn-wrapper a.button-arrow .icon, .goback-wrapper .btn-wrapper a.button-arrow:visited .icon {
    width: 50px;
    height: 27px;
  }
  .goback-wrapper .btn-wrapper a.button-arrow .icon svg, .goback-wrapper .btn-wrapper a.button-arrow:visited .icon svg {
    width: 50px;
    height: 27px;
  }
}
.contacts-page-wrapper {
  padding-top: 105px;
}
@media (min-width: 820px) {
  .contacts-page-wrapper {
    padding-top: 105px;
  }
}
@media (min-width: 820px) {
  .contacts-page-wrapper {
    padding-top: 95px;
  }
}

.contacts-wrapper {
  font-size: 0;
}
.contacts-wrapper h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 95px;
}
.contacts-wrapper .contacts-info ul {
  font-size: 0;
  margin-bottom: 49px;
}
.contacts-wrapper .contacts-info ul li {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Wulkan Display", Georgia, serif;
  font-weight: 300;
  color: #E0E0DC;
}
.contacts-wrapper .contacts-info ul li span {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  vertical-align: top;
  margin-top: 6px;
}
.contacts-wrapper .contacts-info ul li a, .contacts-wrapper .contacts-info ul li a:visited {
  color: #E0E0DC;
}
.contacts-wrapper .contacts-info ul li.active a, .contacts-wrapper .contacts-info ul li.active a:visited, .contacts-wrapper .contacts-info ul li.active span {
  color: #000000;
}
.contacts-wrapper .contacts-tab {
  display: none;
}
.contacts-wrapper .contacts-tab.active {
  display: block;
}
.contacts-wrapper .contact-item > div {
  font-size: 0;
  border-top: 1px solid #E0E0DC;
  padding-top: 12px;
  padding-bottom: 14px;
}
.contacts-wrapper .contact-item > div:last-child {
  border-bottom: 1px solid #E0E0DC;
}
.contacts-wrapper .contact-item > div h3 {
  display: inline-block;
  vertical-align: top;
  width: 55px;
  margin-right: 55px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
}
.contacts-wrapper .contact-item > div p {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
}
.contacts-wrapper .contact-item > div p {
  font-size: 15px;
  line-height: 18px;
}
.contacts-wrapper .contact-item > div p span.sep {
  display: block;
  height: 1px;
}
.contacts-wrapper .contact-item > div p span svg {
  width: 14px;
  height: 8px;
}
.contacts-wrapper .additional-contacts {
  margin-top: 44px;
  margin-bottom: 48px;
}
.contacts-wrapper .additional-contacts.in-desktop {
  display: none;
}
.contacts-wrapper .additional-contacts a, .contacts-wrapper .additional-contacts a:visited {
  margin-bottom: 14px;
}
.contacts-wrapper .additional-contacts a:first-child, .contacts-wrapper .additional-contacts a:visited:first-child {
  margin-right: 16px;
}
@media (min-width: 820px) {
  .contacts-wrapper h2 {
    margin-bottom: 80px;
  }
  .contacts-wrapper .contacts-info ul {
    margin-bottom: 40px;
  }
  .contacts-wrapper .contacts-info ul li {
    display: inline-block;
    vertical-align: bottom;
    font-size: 35px;
    line-height: 45px;
    position: relative;
  }
  .contacts-wrapper .contacts-info ul li span {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    left: 0;
    top: -20px;
  }
  .contacts-wrapper .contacts-info ul li:after {
    content: " | ";
    white-space: pre-wrap;
  }
  .contacts-wrapper .contacts-info ul li:last-child:after {
    display: none;
  }
  .contacts-wrapper .contact-item > div {
    padding-bottom: 15px;
  }
  .contacts-wrapper .contact-item > div h3 {
    width: 179px;
    margin-right: 55px;
    margin-top: 4px;
  }
  .contacts-wrapper .contact-item > div p {
    width: calc(100% - 234px);
  }
  .contacts-wrapper .contact-item > div p {
    font-size: 16px;
  }
  .contacts-wrapper .contact-item > div p span.sep {
    display: none;
  }
  .contacts-wrapper .additional-contacts {
    margin-top: 54px;
    margin-bottom: 75px;
  }
  .contacts-wrapper .additional-contacts a, .contacts-wrapper .additional-contacts a:visited {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .contacts-wrapper h2 {
    margin-bottom: 120px;
  }
  .contacts-wrapper .col-left {
    display: inline-block;
    vertical-align: top;
    width: calc(54.25% - 66px);
  }
  .contacts-wrapper .col-right {
    display: inline-block;
    vertical-align: top;
    width: 45.75%;
    margin-left: 66px;
  }
  .contacts-wrapper .additional-contacts {
    margin-bottom: 0;
  }
  .contacts-wrapper .additional-contacts.in-mobile {
    display: none;
  }
  .contacts-wrapper .additional-contacts.in-desktop {
    display: block;
  }
  .contacts-wrapper .contacts-info ul li a:hover, .contacts-wrapper .contacts-info ul li a:visited:hover {
    text-decoration: none;
    color: #000000;
  }
  .contacts-wrapper .contact-item p a:hover, .contacts-wrapper .contact-item p a:visited:hover {
    text-decoration: none;
    color: #F2F2F2;
  }
}

.contacts-wrapper .subscribe-newsletter-wrapper {
  position: relative;
}
.contacts-wrapper .subscribe-newsletter-wrapper h4 {
  text-transform: uppercase;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-fields .form-field:first-child {
  margin-bottom: 42px;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-field input {
  border: 0;
  width: 100%;
  padding-bottom: 4px;
  padding-right: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #E0E0DC;
  background-color: transparent;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-field input::-webkit-input-placeholder {
  color: #3E3E3E;
  opacity: 1;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-field input::-moz-placeholder {
  color: #3E3E3E;
  opacity: 1;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-field input:-ms-input-placeholder {
  color: #3E3E3E;
  opacity: 1;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-field input:-moz-placeholder {
  color: #3E3E3E;
  opacity: 1;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance {
  margin-top: 10px;
  max-width: 240px;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox label, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance label {
  color: #000000;
  font-size: 10px;
  line-height: 12px;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox a, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox a:visited, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance a, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance a:visited {
  color: #000000;
  text-decoration: underline;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: transparent;
  margin-bottom: 0;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item:last-child, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox .wpcf7-list-item label, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance .wpcf7-list-item label {
  margin-bottom: 0;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked),
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked),
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox] + span, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox] + span {
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  display: block;
  margin-bottom: 0;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:before,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:before,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:before,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:before, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:before,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:before,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:before,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: transparent;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);*/
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:after, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #000000;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);*/
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span:after, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label:after,
.contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span:after {
  opacity: 1;
}
.contacts-wrapper .subscribe-newsletter-wrapper .form-bottom {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media (min-width: 820px) {
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance {
    max-width: none;
  }
  .contacts-wrapper .subscribe-newsletter-wrapper .form-bottom {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .contacts-wrapper .subscribe-newsletter-wrapper {
    padding-top: 14px;
  }
  .contacts-wrapper .subscribe-newsletter-wrapper .form-fields .form-field:first-child {
    margin-bottom: 34px;
  }
  .contacts-wrapper .subscribe-newsletter-wrapper .form-fields .form-field input {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 6px;
  }
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover {
    /* checkbox aspect */
  }
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:not(:checked) + label:before,
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:checked + label:before,
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:not(:checked) + span:before,
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-checkbox:hover [type=checkbox]:checked + span:before, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:not(:checked) + label:before,
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:checked + label:before,
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:not(:checked) + span:before,
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance .wpcf7-acceptance:hover [type=checkbox]:checked + span:before {
    background-color: #000000;
    -webkit-transition: all 0.275s;
    transition: all 0.275s;
  }
  .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance a:hover, .contacts-wrapper .subscribe-newsletter-wrapper .form-acceptance a:visited:hover {
    color: #000000;
    text-decoration: none;
  }
  .contacts-wrapper .subscribe-newsletter-wrapper .form-bottom {
    bottom: 31px;
  }
}

.contacts-form {
  margin-top: 95px;
}
.contacts-form .form-title {
  margin-bottom: 95px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
  max-width: 452px;
}
@media (min-width: 820px) {
  .contacts-form {
    margin-top: 125px;
  }
  .contacts-form .form-title {
    margin-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .contacts-form {
    margin-top: 130px;
  }
}

.text-page-wrapper {
  background-color: #E0E0DC;
  margin-top: -36px;
  padding-top: 36px;
  padding-bottom: 100px;
}
@media (min-width: 820px) {
  .text-page-wrapper {
    margin-top: -56px;
    padding-top: 56px;
    padding-bottom: 250px;
  }
}
@media (min-width: 1200px) {
  .text-page-wrapper {
    padding-bottom: 400px;
  }
}
.text-page-wrapper .container {
  max-width: 1054px;
}
.text-page-wrapper h1.title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 19px;
  line-height: 24px;
}
@media (min-width: 820px) {
  .text-page-wrapper h1.title {
    margin-bottom: 75px;
    margin-top: 85px;
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .text-page-wrapper h1.title {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}

#main.is-404 {
  padding-top: 0;
  background-color: #C2BDB2;
}

.page-404-wrapper {
  position: relative;
  height: 100vh;
  z-index: 1002;
}
.page-404-wrapper .bg-layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(167, 160, 145, 0.8);
}
.page-404-wrapper .image {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.page-404-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-404-wrapper .page-404 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  z-index: 3;
}
.page-404-wrapper .info {
  text-align: center;
  width: calc(100% - 20px);
  max-width: 492px;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 32px;
  padding-top: 13px;
}
.page-404-wrapper .info h1 {
  font-size: 55px;
  line-height: 70px;
  font-family: "General Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.page-404-wrapper .info p {
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 820px) {
  .page-404-wrapper .image {
    top: 56px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }
  .page-404-wrapper .info h1 {
    margin-bottom: 0;
  }
  .page-404-wrapper .info p {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .page-404-wrapper .image {
    top: 56px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }
  .page-404-wrapper .info p {
    margin-bottom: 45px;
  }
}
/*# sourceMappingURL=app.css.map */
