body {
  overflow-x: hidden;
  padding-left: 8.57%;
}
header {
  z-index: 21;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8.57%;
  padding: 0 0.875em;
  background: #2b2b2b;
}
header .logo a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #f3f3f3;
}
header .logo > a {
  position: relative;
  margin: 1.5em 0.625em 1.5em 0;
}
.index header .logo > a {
  opacity: 0;
}
header .logo h1,
header .logo .h1 {
  position: absolute;
  right: 50%;
  top: 0;
  display: block;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 1em;
  transform-origin: top right;
  transform-style: preserve-3d;
  -webkit-transform: rotate(-90deg) translate3d(-35%, -50%, 0);
  -ms-transform: rotate(-90deg) translate3d(-35%, -50%, 0);
  transform: rotate(-90deg) translate3d(-35%, -50%, 0);
}
.contact-box {
  text-align: left;
}
.contact-box a {
  display: inline-block;
  vertical-align: middle;
  margin: 0.15em 0;
  text-decoration: none;
  font-size: 1.5em;
  font-family: 'Roboto Condensed', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}
.big-logo {
  position: absolute;
  top: 34px;
  left: -34px;
  z-index: 21;
}
.social-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.wrap-menu {
  z-index: 11;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 3em;
  transition: all 0.3s;
}
.wrap-menu::after {
  content: "";
  display: table;
  clear: both;
}
.wrap-menu::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #2b2b2b;
}
.wrap-menu.fixed {
  font-size: 0.85em;
}
.wrap-menu.fixed::before {
  opacity: 0.9;
}
#page {
  padding-top: 8em;
}
.images-box {
  position: relative;
  text-align: right;
}
.images-box .tpopup {
  z-index: 4;
}
.images-box > img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(-12%, 0) scale(0.75);
  -ms-transform: translate(-12%, 0) scale(0.75);
  transform: translate(-12%, 0) scale(0.75);
  will-chang: transform;
}
.images-box > img ~ img {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.images-box > img:first-of-type {
  padding: 1em;
  border: 1px solid #c3c3c3;
  background-color: #FFF;
  opacity: 0.7;
}
.images-box > img:first-of-type:hover {
  z-index: 2;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.images-box > img:first-of-type:hover ~ img {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.steps {
  text-align: center;
  color: #fff;
}
.steps .back-title {
  position: relative;
  display: block;
  margin-bottom: 0.175em;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-family: 'Roboto Condensed', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 110px;
  opacity: 0.05;
}
.steps::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #2b2b2b;
}
.project-images-box {
  padding: 0 0 56px 0;
  margin: 0;
  list-style: none;
  text-align: right;
  font-size: 0;
}
.project-images-box >* {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.project-images-box .tpopup {
  z-index: 4;
}
.project-images-box li {
  cursor: pointer;
  margin: auto;
  max-width: 85%;
}
@media only screen and (max-width: 800px) and (min-width: 481px) {
  .project-images-box li {
    width: 49%;
  }
  .project-images-box li:nth-of-type(n) {
    margin-left: 2%;
  }
  .project-images-box li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .project-images-box li {
    width: 49%;
  }
  .project-images-box li:nth-of-type(n) {
    margin-left: 2%;
  }
  .project-images-box li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
.project-images-box li img {
  height: 100%;
  border: 1px solid #c3c3c3;
  background-color: #FFF;
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(0, 0) scale(0.95);
  -ms-transform: translate(0, 0) scale(0.95);
  transform: translate(0, 0) scale(0.95);
  will-chang: transform;
}
.project-images-box li.action {
  position: relative;
  z-index: 1;
}
.project-images-box li.action img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-images-box li:not(.action) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.project-images-box li:not(.action) img {
  opacity: 0.7;
}
.project-images-box li:not(.action):hover {
  z-index: 2;
  left: 0;
  bottom: 0;
}
.project-images-box li:not(.action):hover img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-images-box li:not(.action):hover + li img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.swith-btn {
  position: absolute;
  bottom: 5%;
  right: 103.5%;
  margin: 0;
  list-style: none;
  z-index: 2;
  white-space: nowrap;
  font-family: 'Roboto Condensed', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
}
.action .swith-btn {
  display: none;
}
.swith-btn::after {
  content: '';
  position: absolute;
  left: 90%;
  top: 50%;
  width: 60%;
  border-top: 1px solid #c5a47e;
}
.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.map-title {
  cursor: pointer;
  display: block;
  padding: 0.25em 0.5em;
  background-color: #c5a47e;
  color: #fff;
}
.spacer {
  padding: 3.75em 0;
}
aside .aside-box {
  margin-bottom: 30px;
}
footer {
  background: transparent;
  color: #2b2b2b;
}
footer iframe {
  border: 1px solid #c5a47e;
}
footer a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.contact {
  margin-bottom: 2em;
}
.contact [class*="icon"] {
  text-decoration: none;
}
.contact [class*="icon"]::before {
  margin-right: 5px;
}
.contact a {
  display: inline-block;
  vertical-align: middle;
}
.under-footer {
  padding: 1em 0;
  text-align: center;
  font-size: 0.85em;
  background-color: #252525;
}
.under-footer a {
  text-decoration: none;
}
#go-top {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}
#go-top:hover,
#go-top:active,
#go-top.active {
  color: #FFF;
  border-color: #c5a47e;
  background-color: #c5a47e;
}
form::after {
  content: "";
  display: table;
  clear: both;
}
form p::after {
  content: "";
  display: table;
  clear: both;
}
form .captcha label,
form .captcha input {
  float: left;
  width: 100%;
  font-weight: normal;
}
form .captcha .captcha_field {
  margin-bottom: 1em;
}
form .captcha .recaptcha_links a,
form .captcha .captcha_image a {
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  line-height: 2.3em;
  padding: 0 1em;
  font-family: 'Roboto', Helvetica, "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  border-color: #98693e;
  background-color: #c5a47e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: none;
  border: none;
  transition: background 0.3s;
  float: left;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2.3em;
  margin-right: 0.25em;
}
form .captcha .recaptcha_links a:hover,
form .captcha .captcha_image a:hover,
form .captcha .recaptcha_links a:active,
form .captcha .captcha_image a:active,
form .captcha .recaptcha_links a.active,
form .captcha .captcha_image a.active {
  color: #FFF;
  border-color: #74502f;
  background-color: #b58b5b;
}
form .captcha .recaptcha_links a:active,
form .captcha .captcha_image a:active,
form .captcha .recaptcha_links a.active,
form .captcha .captcha_image a.active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
form .captcha .recaptcha_links a::before,
form .captcha .captcha_image a::before {
  font-family: flexkit-icons;
  width: 100%;
  float: left;
  margin: 0;
  line-height: inherit !important;
}
form .captcha .captcha_image {
  width: 100% !important;
  height: auto !important;
  float: left;
  text-align: center;
  margin-bottom: 1em;
}
form .captcha .captcha_image br {
  display: none;
}
form .captcha .captcha_image span {
  float: left;
}
form .captcha .recaptcha_links {
  float: left;
  margin-bottom: 1em;
}
form .captcha .recaptcha_links a[href="javascript:Recaptcha.reload();"]::before {
  content: "\e093";
}
form .captcha .recaptcha_links a.recaptcha_only_if_image::before {
  content: "\e0e2";
}
form .captcha .recaptcha_links a.recaptcha_only_if_audio::before {
  content: "\e008";
}
form .captcha .recaptcha_links a.recaptcha_help::before {
  content: "\e0e3";
}
form .captcha #recaptcha_audio_play_again::before {
  content: "\e0e4";
}
form .captcha #recaptcha_audio_download::before {
  content: "\e0e1";
}
@media only screen and (max-width: 480px), only screen and (min-width: 800px) {
  aside form .captcha .recaptcha_links {
    width: 100%;
  }
  aside form .captcha .recaptcha_links a {
    margin: 0;
    width: 32%;
  }
  aside form .captcha .recaptcha_links a + a {
    margin-left: 2%;
  }
  aside form .captcha .captcha_image span {
    width: 49%;
  }
  aside form .captcha .captcha_image span + br + span {
    margin-left: 2%;
  }
  aside form .captcha .captcha_image a {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  form .captcha .recaptcha_links {
    width: 100%;
  }
  form .captcha .recaptcha_links a {
    margin: 0;
    width: 32%;
  }
  form .captcha .recaptcha_links a + a {
    margin-left: 2%;
  }
  form .captcha .captcha_image span {
    width: 49%;
  }
  form .captcha .captcha_image span + br + span {
    margin-left: 2%;
  }
  form .captcha .captcha_image a {
    margin: 0;
    width: 100%;
  }
}
.tablet form .captcha .captcha_image span,
.mobile form .captcha .captcha_image span {
  width: 100%;
}
form [type="submit"] {
  float: right;
}
fieldset legend {
  font-size: 1.25em;
}
fieldset.unstyled {
  padding: 0;
  border: 0;
}
fieldset.unstyled legend {
  padding: 0;
  margin-bottom: .45em;
  font-weight: bold;
}
label,
.label {
  display: block;
  margin-bottom: 0.25em;
}
label[for],
.label[for] {
  cursor: pointer;
}
label[class*="grid_"],
.label[class*="grid_"] {
  margin-bottom: 0;
}
.label-inline label,
.label-inline .label {
  margin-bottom: 0;
  line-height: 2.3em;
}
label.required::after,
.label.required::after {
  color: #f25f5c;
  content: ' *';
}
.notvalid {
  color: #f25f5c;
}
select,
textarea,
input {
  font-family: 'Roboto', Helvetica, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  color: #050505;
  transition: border 0.3s;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #c5a47e;
}
select.success,
textarea.success,
input.success,
select.warning,
textarea.warning,
input.warning,
select.error,
textarea.error,
input.error,
select.info,
textarea.info,
input.info {
  color: #050505;
}
select.success,
textarea.success,
input.success {
  border-color: #4fc752;
}
select.success:focus,
textarea.success:focus,
input.success:focus {
  box-shadow: 0 0 3px #4fc752 inset;
}
select.warning,
textarea.warning,
input.warning {
  border-color: #ffc159;
}
select.warning:focus,
textarea.warning:focus,
input.warning:focus {
  box-shadow: 0 0 3px #ffc159 inset;
}
select.error,
textarea.error,
input.error,
select.notvalid,
textarea.notvalid,
input.notvalid {
  border-color: #f25f5c;
}
select.error:focus,
textarea.error:focus,
input.error:focus,
select.notvalid:focus,
textarea.notvalid:focus,
input.notvalid:focus {
  box-shadow: 0 0 3px #f25f5c inset;
}
select.info,
textarea.info,
input.info {
  border-color: #28b0ed;
}
select.info:focus,
textarea.info:focus,
input.info:focus {
  box-shadow: 0 0 3px #28b0ed inset;
}
select[disabled],
textarea[disabled],
input[disabled],
[disabled] select,
[disabled] textarea,
[disabled] input,
select[disabled]:focus,
textarea[disabled]:focus,
input[disabled]:focus,
select.noedit,
textarea.noedit,
input.noedit,
select.noedit:focus,
textarea.noedit:focus,
input.noedit:focus {
  border-color: #dddddd;
  background: #eeeeee;
  color: #a2a2a2;
  cursor: not-allowed;
  box-shadow: none;
}
input,
select {
  padding: 0 .5em;
  height: 2.3em;
  line-height: 1.3em;
}
textarea {
  padding: .5em;
  min-height: 5em;
}
textarea.resize {
  resize: vertical;
}
.forgot-password,
.retrieveFormBlock > form + a {
  float: left;
  margin-top: -32px;
}
.filed-upgrade {
  height: auto;
  position: absolute;
  z-index: -10;
  transition: none;
  opacity: 0;
}
.filed-upgrade ~ .checkbox_radio {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 16px;
  height: calc(1em + 1px * 2);
  width: calc(1em + 1px * 2);
  line-height: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #bbbbbb;
  color: transparent;
}
.filed-upgrade ~ .checkbox_radio::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625em;
  height: 0.625em;
}
.filed-upgrade.error ~ .checkbox_radio {
  border-color: #f25f5c;
}
.filed-upgrade:hover ~ .checkbox_radio::before {
  background: rgba(0, 0, 0, 0.1);
}
.filed-upgrade:checked ~ .checkbox_radio {
  border-color: #4fc752;
}
.filed-upgrade:checked ~ .checkbox_radio::before {
  background: #4fc752;
}
.filed-upgrade:disabled ~ .checkbox_radio {
  background: #eeeeee !important;
  border-color: #d5d5d5 !important;
  color: transparent;
}
.filed-upgrade:disabled:checked ~ .checkbox_radio::before {
  background: #a2a2a2 !important;
}
.filed-upgrade[type="radio"] ~ .checkbox_radio,
.filed-upgrade[type="radio"] ~ .checkbox_radio::before {
  border-radius: 10em;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio {
  overflow: hidden;
  position: relative;
  width: 4em;
  height: calc(1.25em + 1px * 2);
  line-height: 1.25em;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio::before {
  font-size: 0.75rem;
  line-height: inherit;
  content: 'OFF';
  background: none;
  color: #f25f5c;
  position: static;
  font-family: 'Roboto', Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  width: 50%;
  text-align: center;
  float: left;
  margin-left: 50%;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio::after {
  content: '';
  background: #f25f5c;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  border: 1px solid #fff;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.filed-upgrade[type="checkbox"].switcher:checked ~ .checkbox_radio::before {
  content: 'ON';
  margin-left: 0;
  color: #4fc752;
}
.filed-upgrade[type="checkbox"].switcher:checked ~ .checkbox_radio::after {
  left: 50%;
  background: #4fc752;
}
.filed-upgrade[type="checkbox"].switcher:disabled ~ .checkbox_radio::before {
  color: #a2a2a2 !important;
  background: none !important;
}
.filed-upgrade[type="checkbox"].switcher:disabled ~ .checkbox_radio::after {
  background: #a2a2a2 !important;
}
.input-label {
  position: relative;
}
.input-label label {
  color: #e6e6e6;
  position: absolute;
  top: 0;
  left: .5em;
  z-index: 1;
  line-height: 2.3em;
  transition: all 0.2s;
}
.input-label input {
  border-width: 0 0 1px;
  box-shadow: none !important;
}
.input-label input:focus + label,
.input-label input:valid + label {
  color: #c5a47e;
  top: -0.9em;
  font-size: 0.85em;
  line-height: 1em;
}
.input-label input.success:focus + label,
.input-label input.success:valid + label {
  color: #4fc752;
}
.input-label input.warning:focus + label,
.input-label input.warning:valid + label {
  color: #ffc159;
}
.input-label input.error:focus + label,
.input-label input.error:valid + label {
  color: #f25f5c;
}
.input-label input.info:focus + label,
.input-label input.info:valid + label {
  color: #28b0ed;
}
.img_gallery {
  font-size: 0;
}
.img_gallery li {
  position: relative;
  float: right;
  margin-bottom: 16px;
  text-align: center;
}
.img_gallery li + li {
  margin-right: 1.5%;
}
.img_gallery li:first-child,
.img_gallery li:nth-child(5),
.img_gallery li:nth-child(9) {
  width: 59.5%;
}
.img_gallery li:nth-child(2),
.img_gallery li:nth-child(6),
.img_gallery li:nth-child(10) {
  width: 39%;
}
.img_gallery li:nth-child(3),
.img_gallery li:nth-child(4),
.img_gallery li:nth-child(11),
.img_gallery li:nth-child(12) {
  width: 18.75%;
}
.img_gallery li:nth-child(5) {
  float: left;
  clear: left;
}
.img_gallery li:nth-child(6),
.img_gallery li:nth-child(7),
.img_gallery li:nth-child(9) {
  margin-right: 0;
}
.img_gallery li:nth-child(7),
.img_gallery li:nth-child(8) {
  width: 18.75%;
}
.img_gallery li:nth-child(9) {
  clear: right;
}
.img_gallery .gall {
  display: block;
}
.img_gallery .gall img {
  width: 100%;
}
.img_gallery .image_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  line-height: 1.5;
  padding: 4px;
  color: #FFF;
  text-align: center;
  font-size: 0.85em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(197, 164, 126, 0.8);
}
.rotator {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.rotator .slide-description {
  padding: 10px 16px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.005);
}
.rotator img {
  width: 100%;
}
.rotator img ~ .slide-description {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.cycle-slideshow {
  height: 100vh;
}
.cycle-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  overflow: hidden;
}
.cycle-slideshow .slide > img {
  width: auto;
  min-height: 100vh;
  height: 100%;
  max-width: none;
}
.cycle-slideshow .slide > a.generator-links:not(:first-child),
.cycle-slideshow .slide > a.tpopup:not(:first-child) {
  position: absolute;
  top: 30px;
  right: 10px;
}
.cycle-slideshow .cycle-caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 6.325em 4.9% 0 0;
  text-align: center;
  font-size: 2.5em;
  font-family: 'Roboto Condensed', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4e4e4e;
  background: #2b2b2b;
}
.cycle-slideshow .cycle-caption > * {
  position: relative;
  top: -0.4em;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.75em;
  color: #f3f3f3;
}
.cycle-slideshow .cycle-caption > *.cycle-pager-active {
  color: #FFF;
  background: #c5a47e;
}
.cycle-slideshow [class*="cycle-"].action-button {
  background: #c5a47e;
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 20;
  cursor: pointer;
  margin-top: -19px;
  padding: 10px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 0;
  transition: all 0.3s;
}
.cycle-slideshow [class*="cycle-"].action-button::before {
  font-size: 18px;
}
.cycle-slideshow [class*="cycle-"].action-button:hover {
  background: #b58b5b;
  color: #FFF;
}
.cycle-slideshow [class*="cycle-"].action-button::before {
  font-family: flexkit-icons;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-prev {
  left: -54px;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-prev::before {
  content: "\e0a9";
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-next {
  right: -54px;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-next::before {
  content: "\e0a7";
}
.cycle-slideshow:hover .action-button.cycle-prev {
  left: 10px;
}
.cycle-slideshow:hover .action-button.cycle-next {
  right: 10px;
}
@media only screen and (min-width: 801px) {
  .d-hide,
  .t-visible,
  .m-visible {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
  .t-hide,
  .d-visible,
  .m-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .m-hide,
  .d-visible,
  .t-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 1650px) {
  .wrap-menu {
    padding-left: 6%;
  }
  .wrap-menu.fixed {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .wrap-menu {
    padding-left: 13%;
  }
  .main_menu a {
    padding: 1.825em 1.25em;
  }
}
@media only screen and (max-width: 1336px) {
  .wrap-menu {
    width: 1145px;
    padding-left: 15%;
  }
}
@media only screen and (max-width: 1280px) {
  .wrap-menu {
    width: 1097px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap-menu {
    width: 890px;
  }
}
@media only screen and (max-width: 800px) {
  body {
    padding-left: 56px;
  }
  header {
    width: 56px;
  }
  #page {
    padding-top: 1em;
  }
  .steps .back-title {
    font-size: 80px;
  }
  .featureapage .category-name,
  .featureditem li .category-name,
  .relatedpages li .category-name,
  .listpages li .category-name {
    display: none;
  }
  .featureapage .page-teaser-image,
  .featureditem li .page-teaser-image,
  .relatedpages li .page-teaser-image,
  .listpages li .page-teaser-image {
    float: none;
    width: 100%;
  }
  .featureapage .page-title,
  .featureditem li .page-title,
  .relatedpages li .page-title,
  .listpages li .page-title {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 1rem 0 0 0;
  }
  .featureapage p,
  .featureditem li p,
  .relatedpages li p,
  .listpages li p,
  .featureapage span,
  .featureditem li span,
  .relatedpages li span,
  .listpages li span {
    padding: 1rem 0 0 0;
  }
  .featureapage:nth-of-type(2) .page-teaser-image,
  .featureditem li:nth-of-type(2) .page-teaser-image,
  .relatedpages li:nth-of-type(2) .page-teaser-image,
  .listpages li:nth-of-type(2) .page-teaser-image {
    float: none;
  }
  .featureapage:nth-of-type(2) .page-title,
  .featureditem li:nth-of-type(2) .page-title,
  .relatedpages li:nth-of-type(2) .page-title,
  .listpages li:nth-of-type(2) .page-title {
    text-align: left;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .featureapage:nth-of-type(2) p,
  .featureditem li:nth-of-type(2) p,
  .relatedpages li:nth-of-type(2) p,
  .listpages li:nth-of-type(2) p,
  .featureapage:nth-of-type(2) span,
  .featureditem li:nth-of-type(2) span,
  .relatedpages li:nth-of-type(2) span,
  .listpages li:nth-of-type(2) span {
    text-align: left;
  }
  .project-images-box li {
    padding-bottom: 16px;
  }
  .project-images-box li:not(.action) {
    position: relative;
  }
  .project-images-box li img {
    height: auto;
  }
  .swith-btn {
    bottom: auto;
    top: 100%;
    right: 0;
    left: 0;
  }
  .action .swith-btn {
    display: block;
  }
  .swith-btn::after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  body {
    padding-left: 0;
  }
  header {
    display: none;
  }
  .steps .back-title {
    font-size: 40px;
  }
  ul.list-step li {
    margin-bottom: 1rem;
    text-align: left;
  }
  ul.list-step li:before {
    position: relative;
    top: 0;
    float: left;
    margin: 0 0.5rem 0.5rem;
  }
  .featureapage .page-title,
  .featureditem li .page-title,
  .relatedpages li .page-title,
  .listpages li .page-title {
    font-size: 2em;
  }
  .featureapage p,
  .featureditem li p,
  .relatedpages li p,
  .listpages li p,
  .featureapage span,
  .featureditem li span,
  .relatedpages li span,
  .listpages li span {
    padding: 1rem 0 0 0;
  }
  .captcha,
  .captcha img {
    width: 100%;
  }
  form [type="submit"],
  form [type="button"] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .h1.with-back::before,
  .h2.with-back::before,
  .h3.with-back::before,
  .h4.with-back::before,
  .h5.with-back::before,
  .h6.with-back::before {
    font-size: 2.5em;
  }
  h1,
  .h1 {
    font-size: 2.25em;
  }
  h2,
  .h2 {
    font-size: 2em;
  }
  h3,
  .h3 {
    font-size: 1.75em;
  }
}
html.mobile,
html.tablet {
  overflow: hidden;
}
html.mobile::before,
html.tablet::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  background-color: #c5a47e;
}
html.mobile .mobile-loader,
html.tablet .mobile-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 102;
}
html.mobile .mobile-loader::after,
html.tablet .mobile-loader::after,
html.mobile .mobile-loader::before,
html.tablet .mobile-loader::before {
  margin: auto;
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
}
html.mobile .mobile-loader::after,
html.tablet .mobile-loader::after {
  animation: rotate 1.45s linear infinite;
  width: 4em;
  height: 4em;
}
html.mobile .mobile-loader::before,
html.tablet .mobile-loader::before {
  animation: rotate 1.85s linear infinite;
  width: 4.75em;
  height: 4.75em;
}
html.mobile.loaded,
html.tablet.loaded {
  overflow: initial;
}
html.mobile.loaded::before,
html.tablet.loaded::before {
  content: none;
}
html.mobile.loaded .mobile-loader,
html.tablet.loaded .mobile-loader {
  display: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
    filter: grayscale(100%);
    /* Future proof or polyfilled */
  }
  .print-hide,
  header,
  footer,
  nav,
  aside {
    display: none !important;
  }
  .print-visible {
    display: block !important;
  }
  .print-visible-inline {
    display: inline !important;
  }
  .print-page-break-inside,
  img,
  table {
    page-break-inside: avoid;
  }
  .print-page-break,
  article + article {
    page-break-before: always;
  }
  a::after {
    color: #888888;
    margin: 0 0 0 .5em;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
  }
  a.btn::after,
  a.page-title::after {
    margin: 0;
    display: block;
  }
  a.page-teaser-image::after,
  .page-teaser-image a::after,
  .gmaps a::after,
  a._lbox::after {
    display: none;
  }
  a[href*=".html"]::after,
  a[href^="http"]::after,
  a[href^="//"]::after {
    content: "(" attr(href) ")";
  }
}
