/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: left;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/img/user/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.know-how-to, .construction-desc, .cards, .animated, h1, .title, .column-50, .row {
  transition: 1s ease-out;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/user/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/user/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/user/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/user/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/user/Helvetica-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/user/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progress_not {
  from {
    width: 0;
  }
  to {
    width: 0;
  }
}
@keyframes bgColor {
  0% {
    background-color: #008076;
  }
  50% {
    background-color: #806377;
  }
  100% {
    background-color: #008076;
  }
}
@keyframes load {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes blinkSvg {
  0% {
    stroke-opacity: 0.3;
  }
  50% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0.3;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  opacity: 1;
}

ol, ul {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  border: none;
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

a:focus, input:focus, textarea:focus {
  outline: none;
}

html {
  height: 100%;
}

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

.overflow-y {
  overflow-y: hidden;
}

.text-center {
  text-align: center;
}
.text-center a {
  display: inline-block;
  text-decoration: none;
  color: #008076;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.d-block {
  display: block !important;
}

.bg-white {
  background: #fff;
}

.margin-top-80 {
  margin-top: 80px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.index-de .padding-100 {
  padding-bottom: 0;
}
.index-de .padding-200 .text-center {
  font-family: "Helvetica", sans-serif;
  font-size: 32px;
}
.index-de main {
  margin-top: unset;
}
.index-de .preveliges {
  padding-top: 248px;
}
.index-de .preveliges .vertical-btn-de {
  right: -60px;
}
.index-de .tree {
  padding-bottom: 100px;
}

.padding-200 {
  padding-top: 125px;
  padding-bottom: 225px;
}

.after-house {
  padding-top: 55px;
  padding-bottom: 25px;
}
.after-house .vertical-btn-de {
  right: -65px;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  padding: 0 10px;
}

.row {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.row.justify {
  justify-content: space-between;
}
.row.around {
  justify-content: space-around;
}
.row.center {
  align-items: center;
}

.column-50 {
  max-width: 50%;
  flex: 0 0 50%;
}

.ml-auto {
  margin-left: auto;
}

main {
  min-height: 100vh;
  margin-top: 100vh;
  background: #fff;
  position: relative;
  z-index: 2;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateZ(0);
}
header.z-index {
  z-index: 3;
}
header .container {
  position: static;
  max-width: unset;
  margin: 0;
  padding: 0 20px 0 0;
}
header .logo {
  top: 0;
  left: 0;
}
header .logo .hidden_slogan {
  position: absolute;
  top: 0;
  right: -105px;
  margin-top: 15px;
  width: 90px;
  font-size: 16px;
  line-height: 16px;
}
header .logo.index-logo.logo-de .hidden_slogan {
  top: unset;
  bottom: 34px;
}
header.sticky {
  background: #fff;
  z-index: 3;
}
header.sticky .row {
  align-items: flex-start;
}
header.sticky .container {
  padding: 0 10px 0 30px;
}
header.sticky .logo {
  margin-bottom: 10px;
}
header.sticky .logo.index-logo {
  position: relative;
  margin: 5px 0;
}
header.sticky .logo.index-logo a img:nth-child(1) {
  display: none;
}
header.sticky .logo.index-logo a img:nth-child(2) {
  display: inline-block;
}
header.sticky .logo.index-logo span {
  display: none;
}
header.sticky .logo.index-logo + .nav + .toggle-nav {
  margin-top: 0;
}
header.sticky .nav li.language-link a {
  border-color: rgba(0, 0, 0, 0.1);
}
header.sticky .nav a {
  color: #000;
}
header.sticky .toggle-nav {
  background: rgba(223, 236, 231, 0.5);
}
header.sticky .toggle-nav span {
  background: #008076;
}
header.sticky .languages {
  border-color: #000;
}
header.sticky .languages .language-link {
  color: #000;
}
header.dark-link .container {
  position: relative;
  padding-left: 30px;
}
header.dark-link .nav li.language-link a {
  border-color: rgba(0, 0, 0, 0.1);
}
header.dark-link .nav a {
  color: #000;
}
header.dark-link .logo {
  max-width: 164px;
  margin-top: 15px;
  position: relative;
}
header.dark-link .logo img:nth-child(2) {
  display: none;
}
header.dark-link .toggle-nav {
  background: rgba(223, 236, 231, 0.5);
}
header.dark-link .toggle-nav span {
  background: #008076;
}
header.dark-link .languages {
  border-color: #000;
}
header.dark-link .languages .language-link {
  color: #000;
}
header.position-absolute {
  position: absolute;
}

.languages {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 3px;
}
.languages .language-link {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
}
.languages.open {
  height: auto;
}

.logo {
  position: absolute;
  left: 0;
  max-width: 30%;
  margin-bottom: 10px;
}
.logo.static {
  position: static;
}
.logo span {
  margin: 15px 0 0 15px;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  vertical-align: top;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  position: absolute;
}
.logo.index-logo a img:nth-child(2), .logo.index-logo a img:nth-child(3) {
  display: none;
}

.nav {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
}
.nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav li {
  margin-right: 10px;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li.language-link a {
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.nav li.language-link.phone_number a .phone_number_icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav li.language-link.phone_number a .phone_number_text {
  display: none;
}
.nav li.language-link.phone_number svg {
  width: 50%;
  height: 50%;
}
.nav a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 18px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
}
.nav a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: #ECBA6F;
  transition: all 0.3s ease;
  transform: translate3d(-110%, 0, 0);
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.nav a:hover {
  color: #008076;
}
.nav a:hover:after {
  transform: translate3d(0, 0, 0);
}
.nav a.active {
  color: #008076;
}
.nav a.active:after {
  background: #DFECE7;
  transform: translate3d(0, 0, 0);
}
.nav a.active:hover:after {
  transform: translate3d(100%, 0, 0);
}

.toggle-nav, .close-popup {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 0.2;
  padding: 0 10px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
  margin-right: 40px;
  display: none;
}
.toggle-nav span, .close-popup span {
  width: 20px;
  height: 2px;
  display: inline-block;
  top: -2px;
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.toggle-nav:focus, .close-popup:focus {
  outline: none;
}
.toggle-nav.open, .close-popup.open {
  z-index: 1;
  background: rgba(223, 236, 231, 0.5);
}
.toggle-nav.open span, .close-popup.open span {
  background: #008076;
}
.toggle-nav.open span, .close-popup.open span {
  top: auto;
}
.toggle-nav.open span:nth-child(1), .close-popup.open span:nth-child(1) {
  transform: rotate(45deg);
}
.toggle-nav.open span:nth-child(2), .close-popup.open span:nth-child(2) {
  display: none;
}
.toggle-nav.open span:nth-child(3), .close-popup.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.intro {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-size: cover;
}
.intro .container {
  height: 100%;
  margin: 0;
  padding: 0 30px;
  max-width: unset;
}
.intro.inner {
  height: 665px;
  padding-top: 115px;
  overflow: hidden;
}
.intro.inner .container {
  z-index: 1;
}
.intro.inner h1 {
  margin-bottom: 0;
}
.intro.inner + main {
  min-height: auto;
  margin-top: 665px;
}
.intro.inner.blue-gradient .container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: radial-gradient(circle at center 150%, rgb(208, 252, 255) 10%, rgb(255, 255, 255) 73%);
  z-index: -1;
}
.intro.inner.orange-gradient .container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: radial-gradient(circle at center 150%, #FFDFC0 10%, rgb(255, 255, 255) 73%);
  z-index: -1;
}
.intro.inner .intro-img {
  position: absolute;
  width: 100%;
  bottom: -14px;
}
.intro.inner .intro-img img {
  position: relative;
}
.intro.inner .intro-img.mobile-position-right2 img {
  max-width: 75%;
}
.intro.inner .intro-img.intro-configure {
  bottom: -40px;
}
.intro.inner .intro-build img {
  max-width: 950px;
  width: 100%;
}
.intro.inner .intro-illustration {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -68px;
}
.intro.inner .intro-illustration img {
  position: relative;
}
.intro_descr {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: 30px 15px;
  background: #EFEFEF;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .intro.width_screen {
    height: 100vh;
    padding: 0;
  }
  .intro.width_screen .container {
    padding-top: 115px;
  }
  .intro.width_screen + main {
    margin-top: 100vh;
  }
  .intro.width_screen .intro-img {
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  .intro.width_screen .intro-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.intro .bg-wrap {
  position: absolute;
  top: 300px;
  width: 100%;
}
.intro .top-titles {
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  max-width: 1440px;
  margin: 0 auto;
  padding: 15px 0;
  z-index: 10;
}
.intro .top-titles .up {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-left: 50px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.intro .top-titles .up .string {
  font-size: 75px;
  line-height: 80px;
  color: #fff;
  background-color: rgba(0, 111, 147, 0.2);
}
.intro .top-titles .up svg {
  /*margin: 20px 0 0 100px;*/
  margin: 10px 0 0 100px;
  height: 52px;
  width: 72px;
}
.intro .top-titles .down {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-left: 700px;
  padding-top: 20px;
}

.round-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 315px;
  border-bottom: none;
  padding: 30px 20px 30px 20px;
  text-align: center;
  z-index: 1;
}
.round-bottom svg {
  margin-bottom: 10px;
}
.round-bottom svg path.first {
  animation: blinkSvg 2s ease 1s infinite forwards;
}
.round-bottom svg path.second {
  animation: blinkSvg 2s ease infinite backwards;
}
.round-bottom .text {
  font-family: "Helvetica", sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-mobile {
  display: none;
}

.instagram-link {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}
.instagram-link:after, .instagram-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
.instagram-link:after {
  left: 0;
}
.instagram-link:before {
  left: -120%;
}
.instagram-link:hover:after {
  transform: translateX(120%);
}
.instagram-link:hover:before {
  transform: translateX(120%);
}

.tree {
  position: relative;
}
.tree .container {
  position: initial;
}

.tree-animation {
  width: 100%;
  max-width: 780px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tree-animation .tree-video {
  max-width: 100%;
  max-height: 100%;
}

h1, .title {
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 45px;
  color: #000;
  position: relative;
}
h1 + p, .title + p {
  font-size: 18px;
}
h1 .pl-0, .title .pl-0 {
  padding-left: 0;
}
h1.white + p, .title.white + p {
  color: #fff;
}
h1.white .title-tooltip, .title.white .title-tooltip {
  color: #fff;
  border-color: #fff;
}

.white {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.title-tooltip {
  position: absolute;
  top: 0;
  left: -40px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #000;
}

.cards {
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20%;
  font-size: 18px;
  position: relative;
}
.cards.illustration {
  padding: 0;
}
.cards p {
  margin-bottom: 20px;
}
.cards p:last-child {
  margin-bottom: 0;
}
.cards .notice {
  width: 210px;
  position: absolute;
  font-size: 18px;
  opacity: 0.5;
  right: 15px;
  bottom: 20px;
}

.illustration-video-1 {
  max-height: 100%;
}

.illustration-video-2 {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}

.illustration-video-3 {
  max-width: 1015px;
  width: 100%;
}

.green {
  background: #008076;
}

.light-green {
  background: #DFECE7;
}

.caption {
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
}
.caption p {
  margin-bottom: 25px;
}

.preveliges {
  position: relative;
  padding-top: 125px;
  background-image: url(/img/user/bg-preveliges.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
.preveliges .caption {
  transition-duration: 0.5s;
}

.bg-change {
  animation: bgColor 5s ease infinite;
}

.image-house {
  margin-top: 40px;
  text-align: center;
}
.image-house img {
  margin-bottom: -3px;
}

.vertical-btn {
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  border-radius: 15px 15px 0 0;
  padding: 14px 33px 37px 33px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  transform: rotate(-90deg) translateY(104px);
}
.vertical-btn-en {
  right: 32px;
}
.vertical-btn-de {
  right: -42px;
  text-align: center;
}
.vertical-btn:hover {
  transform: rotate(-90deg) translateY(94px);
  background: #DFECE7;
}

.example-house2 {
  padding-top: 40px;
  text-align: center;
  position: relative;
  background: url(/img/user/example-illustration.svg) center 105% no-repeat;
  overflow: hidden;
}
.example-house2 .example-img {
  position: relative;
  margin-bottom: -3px;
  max-width: 74%;
  margin-left: auto;
  margin-right: auto;
}
.example-house2 .example-img img {
  transition: all 0.3s ease;
}
.example-house2-bg {
  display: none;
}
.example-house2-bg .horizontal-btn {
  display: none;
}
.example-house2 .vertical-btn {
  right: -25px;
  color: #fff;
}
.example-house2 .vertical-btn:hover {
  background: #006F93;
}

.red-btn {
  background: #DC2C17;
}

.blue {
  background: #006F93;
}

.orange {
  background: #ECBA6F;
}

.grey-color {
  background: #8B9B7F;
}

h3 {
  font-family: "Helvetica", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.square {
  max-width: 580px;
  padding: 0 15%;
  visibility: visible;
  transition: all 0.2s linear;
}
.square.blue {
  margin-top: 230px;
}
.square.grey-color {
  margin-left: -100px;
  margin-top: -260px;
}
.square.second-green {
  margin-top: 200px;
  z-index: 1;
}
.square.light-green {
  margin-top: -400px;
  position: absolute;
  right: 14%;
  padding: 0 7%;
}
.square.last-orange {
  margin-left: -400px;
  margin-top: -40px;
  z-index: -1;
}

.cards-caption {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.cards-caption .cards-icon {
  flex-shrink: 0;
  margin-right: 20px;
}
.cards-caption .cards-icon img {
  width: 83px;
  height: 80px;
  max-width: 83px;
  max-height: 80px;
}
.cards-caption .cards-icon svg {
  max-width: 83px;
  max-height: 80px;
}

.rotation-cards .column-50 {
  overflow: visible;
}
.rotation-cards .column-50::-webkit-scrollbar {
  display: none;
}
.rotation-cards .column-50:nth-child(1) .cards {
  transform: rotate(-10deg);
}
.rotation-cards .column-50:nth-child(2) .cards {
  transform: rotate(-8deg);
}
.rotation-cards .column-50:nth-child(3) .cards {
  transform: rotate(0deg);
}
.rotation-cards .column-50:nth-child(4) .cards {
  transform: rotate(5deg);
}
.rotation-cards .column-50:nth-child(5) .cards {
  transform: rotate(0deg);
}
.rotation-cards .column-50:nth-child(6) .cards {
  transform: rotate(-7deg);
}

.construction {
  padding: 100px 0 50px 0;
  font-size: 18px;
}
.construction-desc {
  padding-left: 14%;
  padding-right: 14%;
}

.primary-btn {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  margin-bottom: 18px;
  text-align: center;
  padding: 15px 43px;
  border-radius: 15px;
  color: #fff;
  background: #008076;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-border-radius: 15px;
  cursor: pointer;
  font-size: 18px;
}
.primary-btn span {
  position: relative;
  z-index: 1;
}
.primary-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: #006F93;
  transition: all 0.3s ease;
  transform: translateX(-100%);
}
.primary-btn:hover:after {
  transform: translateX(0);
}
.primary-btn.transparent {
  margin-top: 25px;
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.primary-btn.transparent:hover {
  color: #fff;
}
.primary-btn.small-btn {
  padding: 15px 31px;
  font-size: 16px;
}

.bah-gallery {
  padding-top: 150px;
  overflow: hidden;
}
.bah-gallery .title {
  transition-duration: 0.5s;
}

.gallery-pack {
  margin-top: 90px;
  max-height: 607px;
}
.gallery-pack li {
  margin-right: 50px;
  outline: none;
}
.gallery-pack li.first-col {
  padding-top: 45px;
}
.gallery-pack li.second-col {
  padding-top: 155px;
}
.gallery-pack li.third-col {
  padding-top: 15px;
}
.gallery-pack li.fourst-col {
  padding-top: 135px;
}
.gallery-pack li img {
  margin-bottom: 50px;
}

.container-configure-de,
.container-configure-en {
  height: 750px;
  position: relative;
  overflow: hidden;
  background: #fff;
  max-width: inherit;
}
.container-configure-de .border-btn,
.container-configure-en .border-btn {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.configure {
  height: 750px;
  position: relative;
  overflow: hidden;
}
.configure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #006F93;
}
.configure .container, .configure .row {
  height: 100%;
}
.configure-desc {
  position: absolute;
  top: 0;
  z-index: 1;
  max-width: 235px;
  text-align: center;
  left: 50%;
  margin-left: -117px;
  padding-top: 70px;
}
.configure-desc h3 {
  padding-top: 45px;
}
.configure-desc h3 .title-tooltip {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-color: #fff;
  left: 50%;
  margin-left: -15px;
  top: 70px;
}
.configure-btn {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin-top: 110px;
  font-family: "Helvetica", sans-serif;
  display: inline-block;
  background: #fff;
  border-radius: 15px;
  padding: 18px 35px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-border-radius: 15px;
}
.configure-btn span {
  position: relative;
  z-index: 1;
}
.configure-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: #ECBA6F;
  transition: all 0.3s ease;
  transform: translateX(-100%);
}
.configure-btn:hover:after {
  transform: translateX(0);
}

.side-scrolling {
  max-width: 470px;
  height: 750px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.side-scrolling ul {
  height: 100%;
}
.side-scrolling ul li {
  width: 100% !important;
  max-width: 400px;
  padding: 15% 0;
  transition: all 0.5s ease;
  text-align: center;
  outline: none;
}
.side-scrolling ul li img {
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.side-scrolling.left {
  text-align: center;
}
.side-scrolling.right {
  margin-left: auto;
}
.side-scrolling.right ul {
  transform: rotate(180deg);
}
.side-scrolling.right ul li {
  padding: 6% 0;
}
.side-scrolling.right ul li img {
  transform: scale(1, -1);
}

.slick-current.slick-center img {
  opacity: 1;
}

footer {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
footer.inner {
  color: #fff;
}
footer.inner .footer-column a {
  color: #fff;
}
footer.inner .instagram-link:after, footer.inner .instagram-link:before {
  background: #fff;
}
footer .instagram-link {
  color: #000;
  position: relative;
  right: auto;
  bottom: auto;
}
footer .instagram-link:after, footer .instagram-link:before {
  background: #000;
}

.footer-column {
  margin-right: 55px;
  line-height: 28px;
}
.footer-column:last-child {
  margin-right: 0;
}
.footer-column a {
  color: #000;
  text-decoration: none;
}

.title-grey {
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 18px;
}

.copyright {
  margin-top: 25px;
}
.copyright .row {
  align-items: flex-end;
}

.footer-logo {
  margin-bottom: -18px;
}
.footer-logo img {
  margin-bottom: -7px;
}

.form-error {
  position: absolute;
  color: red;
  bottom: 0;
  width: 100%;
  transform: translateY(110%);
  left: 0;
}

.item {
  position: relative;
}

.configure-form button[type=submit] {
  max-width: 235px;
  margin-top: 0;
  margin-bottom: 120px;
  color: #fff;
  background: #008076;
  cursor: pointer;
  box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.2);
}
.configure-form .blocks {
  padding-top: 150px;
}
.configure-form .blocks:nth-child(4) {
  border-bottom: none;
}
.configure-form .blocks.contact-form {
  padding-top: 40px;
}
.configure-form .blocks.contact-form .title {
  margin-bottom: 20px;
}
.configure-form .blocks .row {
  padding-top: 50px;
  padding-bottom: 80px;
}
.configure-form .block {
  padding-top: 40px;
  padding-bottom: 90px;
}
.configure-form .block-title {
  margin-bottom: 20px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
}
.configure-form .items {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.configure-form .items.rooms {
  justify-content: center;
}
.configure-form .items.rooms .form-error {
  width: auto;
}
.configure-form .items.rooms.additional {
  margin-bottom: 10px;
}
.configure-form .items.rooms.additional label {
  height: 152px;
}
.configure-form .items.rooms.additional label input[type=checkbox] + span {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.configure-form .items.rooms.additional label input[type=checkbox] + span img {
  margin: 15px auto 10px auto;
  max-width: 55px;
  display: block;
}
.configure-form .items.rooms.additional label input[type=checkbox] + span:after {
  top: 0;
  left: 0;
}
.configure-form .items.rooms label {
  width: 134px;
  height: 143px;
  border-radius: 10px;
  background: #DFECE7;
  padding: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.configure-form .items.rooms label img {
  opacity: 0.4;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .configure-form .items.rooms label:hover {
    background: #fff;
    border-color: #ECBA6F;
  }
}
.configure-form .items.rooms label.checked {
  background: #fff;
  border-color: #008076;
}
.configure-form .items.rooms label.checked img {
  opacity: 1;
}
.configure-form .items.rooms label input[type=radio] + span,
.configure-form .items.rooms label input[type=checkbox] + span {
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.configure-form .items.rooms label input[type=radio] + span:after,
.configure-form .items.rooms label input[type=checkbox] + span:after {
  left: 0;
  top: auto;
  bottom: 0;
}
.configure-form .items.rooms .item {
  display: flex;
}
.configure-form .items.electronics {
  justify-content: center;
}
.configure-form .items.electronics .item .form-error {
  left: 50%;
  transform: translateY(110%) translateX(-50%);
  width: auto;
  bottom: -80px;
}
.configure-form .items.electronics .sizes label {
  width: 100%;
  max-width: 200px;
  margin: 0 80px;
  text-align: center;
}
.configure-form .items.electronics .sizes label b {
  margin-bottom: 20px;
  font-size: 25px;
  display: block;
}
.configure-form .items.electronics .sizes label input[type=radio] + span {
  display: block;
}
.configure-form .items.electronics .sizes label input[type=radio] + span:after {
  margin-left: -14px;
  left: 50%;
}
.configure-form .items.electronics .sizes label input[type=radio] + span img {
  margin-left: auto;
  margin-right: auto;
}
.configure-form .items.style {
  justify-content: center;
}
.configure-form .items.style .form-error {
  bottom: -80px;
  transform: translateY(110%) translateX(-50%);
  left: 50%;
  text-align: center;
}
.configure-form .items.style .item {
  display: flex;
  justify-content: center;
}
.configure-form .items.style .item label {
  width: 86px;
  margin: 0 16px;
  position: relative;
}
.configure-form .items.style .item label span {
  height: 86px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: block;
  opacity: 1;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.configure-form .items.style .item label span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid transparent;
  transition: all 0.4s ease;
}
.configure-form .items.style .item label span img {
  margin: 0;
}
.configure-form .items.style .item label span:after {
  top: 120%;
  left: 50%;
  margin-left: -14px;
  opacity: 0;
  transition: all 0.3s ease 0.15s;
}
.configure-form .items.style .item label .color_name {
  position: absolute;
  bottom: -18%;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 165%;
  height: auto;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.configure-form .items.style .item label .color_name:after, .configure-form .items.style .item label .color_name:before {
  display: none;
}
.configure-form .items.style .item label:hover .color_name {
  opacity: 1;
}
.configure-form .items.style .item label:hover input[type=radio]:checked + span:before {
  border-color: transparent;
  transition-duration: 0.3s;
}
.configure-form .items.style .item label:hover span:before {
  border-color: #ECBA6F;
}
.configure-form .items.style .item input[type=radio]:checked + span {
  border-color: #008076;
}
.configure-form .items.style .item input[type=radio]:checked + span:before {
  width: 100%;
  height: 100%;
}
.configure-form .items.style .item input[type=radio]:checked ~ .color_name {
  bottom: -50%;
  opacity: 1;
}
.configure-form .items.type {
  display: block;
}
.configure-form .items.type .form-error {
  transform: translateY(110%) translateX(-50%);
  left: 50%;
  text-align: center;
}
.configure-form .items.type .item {
  overflow: hidden;
}
.configure-form .items.type .item div {
  width: 100%;
  border-radius: 10px;
  padding: 8px;
  padding-top: 62px;
  border: 1px solid transparent;
}
.configure-form .items.type .item div.checked {
  border-color: #008076;
}
.configure-form .items.type .item div.checked label {
  background: #DFECE7;
  transition: none;
}
.configure-form .items.type .item div.checked label input[type=radio] + span b {
  opacity: 1;
}
.configure-form .items.type .item .label_target:not(.checked):hover label {
  border-color: #ECBA6F;
}
.configure-form .items.type .item .label_target:not(.checked):hover label input[type=radio] + span b {
  opacity: 1;
}
.configure-form .items.type .item .slick-list, .configure-form .items.type .item .slick-track {
  max-width: none;
  width: auto;
  height: auto;
}
.configure-form .items.type .item .slick-slide {
  outline: none;
}
.configure-form .items.type label {
  width: 100%;
  height: 317px;
  background: #DFECE7;
  border-radius: 10px;
  border: 1px solid transparent;
}
.configure-form .items.type label input[type=radio]:checked + span:after, .configure-form .items.type label input[type=radio]:checked + span b {
  opacity: 1;
}
.configure-form .items.type label input[type=radio] + span {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 25px;
  opacity: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.configure-form .items.type label input[type=radio] + span:after {
  left: 91%;
  top: -45px;
  opacity: 0;
}
.configure-form .items.type label input[type=radio] + span img {
  margin: 0 auto;
}
.configure-form .items.type label input[type=radio] + span b {
  position: absolute;
  width: 100%;
  top: -50px;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.configure-form .item {
  font-size: 15px;
}
.configure-form .item.sizes.floors .form-error {
  bottom: -60px;
  transform: translateY(130%);
}
.configure-form .item.sizes {
  display: flex;
}
.configure-form .item.sizes .form-error {
  bottom: -60px;
  transform: translateY(130%);
}
.configure-form .item.sizes label {
  margin-right: 90px;
}
.configure-form .item.sizes label img {
  display: block;
  margin-bottom: 20px;
}
.configure-form .item.sizes label input[type=radio] + span {
  margin: 0;
  padding: 0;
}
.configure-form .item.sizes label input[type=radio] + span:after {
  top: 120%;
  left: 0;
}
.configure-form .item.sizes label input[type=radio]:checked + span img {
  opacity: 1;
}
.configure-form .item.floors {
  align-items: flex-end;
}
.configure-form .item.floors .form-error {
  transform: translateY(280%);
}
.configure-form .item.box {
  width: 213px;
  min-height: 118px;
  margin-right: 20px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(223, 236, 231, 0.5);
  border-radius: 10px;
}
.configure-form .item.box .form-error {
  position: static;
  transform: none;
  margin: 10px 0;
}
.configure-form .item.box label {
  margin: 15px 0;
}
.configure-form .item input[type=radio], .configure-form .item input[type=checkbox] {
  display: none;
}
.configure-form .item input[type=radio] + span, .configure-form .item input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
}
.configure-form .item input[type=radio] + span sup, .configure-form .item input[type=checkbox] + span sup {
  vertical-align: super;
  font-size: smaller;
}
.configure-form .item input[type=radio]:checked + span, .configure-form .item input[type=checkbox]:checked + span {
  opacity: 1;
}
.configure-form .item input[type=radio]:checked + span:after, .configure-form .item input[type=radio]:checked + span b, .configure-form .item input[type=checkbox]:checked + span:after, .configure-form .item input[type=checkbox]:checked + span b {
  opacity: 1;
}
.configure-form .item input[type=checkbox] + span, .configure-form .item input[type=radio] + span {
  margin-left: 11px;
  padding-left: 25px;
}
.configure-form .item input[type=checkbox] + span img, .configure-form .item input[type=radio] + span img {
  margin-right: 15px;
}
.configure-form .item input[type=checkbox] + span:after, .configure-form .item input[type=radio] + span:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -13px;
  background: url(/img/user/checked-checkbox.svg) no-repeat;
  background-size: cover;
  width: 28px;
  height: 26px;
}
.configure-form .item input[type=checkbox]:checked + span:after, .configure-form .item input[type=radio]:checked + span:after {
  background: url(/img/user/checkbox.svg) no-repeat;
  background-size: cover;
}
.configure-form .item label {
  display: block;
  transition: all 0.3s ease;
}
.configure-form .item .item-options {
  display: flex;
  justify-content: space-between;
}
.configure-form .item .item-options label {
  display: inherit;
  margin-bottom: 0;
}
.configure-form .item .item-options input[type=radio] + span {
  margin: 0;
  padding: 0;
}
.configure-form .item .item-options input[type=radio] + span:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -13px;
  background: url(/img/user/checked-radio.svg) no-repeat;
  background-size: cover;
  width: 36px;
  height: 34px;
  opacity: 0;
}
.configure-form .item input[type=radio]:checked + span:after {
  opacity: 1;
}
.configure-form .width-200 {
  width: 213px;
  margin-right: 20px;
}
.configure-form .width-200 .form-error {
  transform: translateY(180%);
}
.configure-form .margin-bottom {
  margin-bottom: 40px;
}
.configure-form .item-title {
  display: flex;
  justify-content: space-between;
}

.circle {
  position: relative;
  width: 72px;
  height: 72px;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  overflow: hidden;
}
.circle .full-img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
}
.circle div {
  position: absolute;
  top: -5px;
  width: 45px;
  height: 82px;
  transform: rotate(-35deg);
  z-index: -2;
}
.circle div:first-child {
  left: -5px;
  top: 10px;
}
.circle div:last-child {
  top: -15px;
  right: -5px;
}

.alert-danger {
  color: red;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.contact-form .form-error {
  position: static;
  transform: none;
}
.contact-form label {
  width: 100%;
  margin-bottom: 20px;
}
.contact-form label:nth-child(1), .contact-form label:nth-child(2) {
  max-width: calc(50% - 8px);
  display: inline-block;
  vertical-align: top;
}
.contact-form label:nth-child(1) {
  margin-right: 7px;
}
.contact-form label:nth-child(2) {
  margin-left: 7px;
}
.contact-form .wrap-form {
  max-width: 500px;
  margin: 60px auto 100px auto;
  display: flex;
  flex-wrap: wrap;
}
.contact-form input {
  width: 100%;
  height: 50px;
  padding-left: 17px;
  border-radius: 10px;
  background: rgba(223, 236, 231, 0.5);
}
.contact-form input::-moz-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.contact-form input::placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}

.trend-look {
  padding-top: 90px;
  padding-bottom: 140px;
  background: #FFDFC0;
}
.trend-look .trend-item-full {
  margin: 40px 40px 0px;
  font-size: 25px;
}
.trend-look .trend-item-full p {
  margin-bottom: 20px;
}
.trend-look .trend-item-full ul {
  list-style-type: circle;
  margin: 0px 0px 0px 30px;
}
.trend-look .trend-item-full a {
  color: #484848;
}
.trend-look .trend-item {
  max-width: 550px;
  margin-right: 30px;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.trend-look .trend-item .item-icon {
  height: 50px;
  margin-bottom: 10px;
}
.trend-look .trend-item p {
  margin-bottom: 25px;
}
.trend-look .trend-item p:last-child {
  margin-bottom: 0;
}
.trend-look .trend-item ul {
  list-style-type: circle;
  margin: 0px 0px 0px 30px;
}
.trend-look .trend-item a {
  color: #484848;
}
.trend-look.orange {
  background: #ECBA6F;
}

.personal-support {
  max-width: 330px;
  margin-left: auto;
  margin-right: 12%;
  font-size: 18px;
}

.new-chapter {
  margin-top: 150px;
}
.new-chapter-en p {
  max-width: 56%;
  text-align: center;
}
.new-chapter.border-btn:after {
  width: 280px;
  height: 245px;
  background: url(/img/user/border-for-btn-3.svg) left/cover no-repeat;
  top: -60px;
  left: -40px;
  z-index: 1;
  pointer-events: none;
}

.step-of-work {
  padding-top: 150px;
}
.step-of-work .title {
  padding-left: 100px;
}
.step-of-work .step-list {
  position: absolute;
  top: 100px;
  background: #fff;
  margin-bottom: 40px;
}
.step-of-work .step-list.sticky {
  position: fixed;
  top: 100px;
}
.step-of-work .step-list li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.step-of-work .step-list li svg {
  max-width: 20px;
  max-height: 20px;
}
.step-of-work .step-list li.current-step .list-icon {
  border-color: #008076;
}
.step-of-work .step-list li.current-step .list-icon:after {
  opacity: 1;
}
.step-of-work .step-list li.current-step .list-desc span {
  opacity: 1;
}
.step-of-work .step-list .list-icon {
  width: 86px;
  height: 56px;
  padding-right: 18px;
  line-height: 66px;
  text-align: center;
  border-right: 2px solid rgba(0, 128, 118, 0.2);
  position: relative;
}
.step-of-work .step-list .list-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.step-of-work .step-list .list-desc {
  padding-left: 18px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
}
.step-of-work .step-list .list-desc b {
  display: block;
  font-size: 18px;
  color: #000;
}
.step-of-work .step-list .list-desc span {
  opacity: 0;
}
.step-of-work .step-img {
  text-align: center;
  padding-bottom: 100px;
}
.step-of-work .step-img.text-right {
  text-align: right;
}
.step-of-work .step-img.text-left {
  text-align: left;
}
.step-of-work .step-img:last-child {
  padding-bottom: 0;
}
.step-of-work .step-img img {
  max-width: 50%;
}

#step-5 img {
  max-width: 50%;
}

.max-width {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.waranty {
  padding-top: 90px;
  padding-bottom: 150px;
  text-align: center;
  background: #DFECE7;
}

.waranty-icon svg {
  width: 88px;
  height: 88px;
}

.waranty-desc {
  font-size: 25px;
  max-width: 700px;
  margin: 0 auto;
}

.service {
  font-size: 18px;
  color: #fff;
}
.service .row {
  align-items: center;
}
.service-desc {
  max-width: 420px;
  margin: 0 auto;
}
.service-desc .title {
  position: relative;
}
.service-desc .title:after {
  content: "";
  position: absolute;
  right: -20px;
  top: -70px;
  width: 140px;
  height: 144px;
  background: url(/img/user/service-icon.svg);
  background-size: cover;
}
.service-img {
  text-align: right;
  padding-right: 12%;
}

.develop {
  padding: 120px 0;
  text-align: center;
}
.develop .waranty-desc {
  margin-bottom: 50px;
}
.develop .phones {
  margin-bottom: 30px;
}
.develop .phones a {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
}
.develop .phones .icon {
  display: inline-block;
  width: 24px;
  margin: 0px 0px 0px 18px;
}
.develop .phones .icon.telegram {
  width: 27px;
}

.perfect-house {
  padding-top: 70px;
  padding-bottom: 70px;
}
.perfect-house .row .column-50:last-child {
  transition-delay: 0.5s;
}

.house-desc {
  padding-left: 100px;
  padding-right: 100px;
  color: #fff;
  font-size: 25px;
}

.how-to {
  padding: 30px 100px 130px 100px;
  background: #EFEFEF;
}
.how-to .row {
  justify-content: space-between;
}

.how-item {
  flex: 0 0 20%;
  max-width: 200px;
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  justify-content: center;
}
.how-item:after {
  content: "";
  position: absolute;
  left: calc(100% + 25px);
  top: 70%;
  margin-top: -11px;
  width: 45px;
  height: 21px;
  background: url(/img/user/arrow-right.svg) no-repeat;
  background-size: cover;
}
.how-item p {
  margin-bottom: 100px;
  position: absolute;
  top: 0;
}
.how-item:nth-child(3) .how-image {
  justify-content: flex-start;
}
.how-item:nth-child(3) .how-image img {
  max-width: 65px;
  height: 65px;
  margin-bottom: 0;
}
.how-item:last-child {
  max-width: 260px;
  flex: 0 0 22%;
}
.how-item:last-child:after {
  display: none;
}
.how-item:last-child .how-image img {
  margin: 0;
  height: 205px;
}

.how-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.how-image img {
  margin-bottom: 20px;
}

.example-house {
  padding-top: 40px;
  text-align: center;
  background: url(/img/user/example-illustration.svg) center 105% no-repeat;
  overflow: hidden;
}
.example-house .example-img {
  position: relative;
  margin-bottom: -3px;
  max-width: 74%;
  margin-left: auto;
  margin-right: auto;
}
.example-house .example-img-en img {
  max-width: 70%;
}
.example-house .example-img img {
  transition: all 0.3s ease;
}

.color-scheme {
  padding: 60px 0;
  background: #EFEFEF;
  text-align: center;
}
.color-scheme .title {
  margin-bottom: 20px;
}

.color-list {
  padding-top: 40px;
}
.color-list-en {
  padding-top: 10px;
  padding-bottom: 30px;
}
.color-list.mobile-colors {
  display: none;
}
.color-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-list li {
  width: 86px;
  margin: 0 -15px;
  height: 86px;
  border-radius: 50%;
  position: relative;
  transform: scale(0.55);
}
.color-list li.current, .color-list li.previous, .color-list li.next {
  width: 86px;
  height: 86px;
  margin: 0 2px;
  transform: scale(1);
  border: 1px solid rgba(0, 128, 118, 0.1);
  cursor: pointer;
}
.color-list li.active {
  border: 1px solid #008076;
}
.color-list li.active:after {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 26px;
  background: url(/img/user/checkbox.svg) no-repeat;
  background-size: cover;
}
.color-list + p {
  font-size: 18px;
  margin-top: 60px;
}

.hidden_slogan {
  display: none !important;
}

@media only screen and (min-width: 993px) {
  .show_hidden_slogan .hidden_slogan {
    display: inline-block !important;
  }
}
.images_wrapper {
  display: flex;
  padding: 50px 0 50px 57px;
}
.images_wrapper.full {
  display: block;
}
.images_wrapper.full img {
  width: 100%;
  height: auto;
  margin: 0;
}
.images_wrapper img {
  width: 200px;
  height: auto;
  margin-right: 15px;
}

.double_photo {
  display: flex;
  transform: translateY(100px);
}
.double_photo.options {
  transform: translateY(120px);
}
.double_photo picture {
  display: flex;
}
.double_photo_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.double_photo_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ready_link {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  z-index: 8;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ready_link:hover .ready_link_text:after {
    top: 0;
  }
}
.ready_link_img {
  width: 130px;
  height: 130px;
  overflow: hidden;
}
.ready_link_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ready_link_text {
  width: 130px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 144.52%;
  color: #FFFFFF;
  padding: 14px 5px 14px 10px;
  overflow: hidden;
}
.ready_link_text:after, .ready_link_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background: #7695B9;
  z-index: -1;
}
.ready_link_text:after {
  top: 110%;
  background: #21374D;
}
.ready_link_title {
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.ready_link_descr {
  font-family: "Helvetica", sans-serif;
}

.single_photo {
  margin: 114px 165px;
  max-width: 1440px;
}
.single_photo img {
  width: 100%;
  height: auto;
}

.basic {
  padding-top: 140px;
  padding-bottom: 100px;
  background: #FFDFC0;
}
.basic.information_page .basic-icon {
  display: none;
}
.basic.information_page .complection-row {
  border-bottom: none;
  border-top: 1px solid #000;
}
.basic.information_page .complection .row-item {
  padding: 15px 0 15px 57px;
}
.basic .basic-icon {
  width: 56px;
  margin-right: 17px;
  flex: 0 0 56px;
}
.basic .bonus {
  max-width: 530px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 290px;
  background: url(/img/user/basic/basic-figure.svg) no-repeat;
  transition-duration: 0.5s;
}
.basic .bonus .title {
  margin-bottom: 0;
  display: flex;
}
.basic .bonus .title + p {
  max-width: 250px;
  margin-left: 35px;
}
.basic .bonus .title .basic-icon {
  margin-left: 17px;
}

.complection {
  padding-left: 100px;
  padding-right: 100px;
  font-size: 18px;
}
.complection-row {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.complection-row .title {
  margin-bottom: 0;
}
.complection-row:last-child {
  border-bottom: none;
}
.complection .row-item {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.before-after {
  padding-top: 80px;
  text-align: center;
}

.result-house {
  padding-top: 80px;
  text-align: center;
}
.result-house .example-image {
  margin-top: 70px;
}

.additional-option {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}
.additional-option.single_full {
  padding: 37px;
}
.additional-option.single_full .single_photo {
  margin: 0 165px;
}
.additional-option.single_full .additional-option_photos {
  margin: 114px 0 0;
}
.additional-option.single_full .additional-option_photos .img_wr {
  width: 32.5%;
}
.additional-option_photos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.additional-option_photos .img_wr {
  width: 23.5%;
}
.additional-option_photos .img_wr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.additional-option .option-item {
  text-align: left;
  max-width: 260px;
  margin: 35px auto;
  font-size: 18px;
}
.additional-option .option-icon {
  margin-bottom: 15px;
}

.column-30 {
  flex: 0 0 33%;
  max-width: 33%;
}

.result-of-work {
  padding: 100px;
  color: #fff;
}

.result-list {
  padding-top: 40px;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 45px;
  counter-reset: item;
}
.result-list li {
  padding: 20px 0 20px 100px;
  position: relative;
}
.result-list li:after {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  font-size: 25px;
  width: 56px;
  height: 60px;
  padding-left: 18px;
  line-height: 60px;
}
.result-list li:first-child:after {
  background: url(/img/user/list-border-line.svg) no-repeat;
  background-size: contain;
}
.result-list li:nth-child(2):after {
  background: url(/img/user/list-border-line-2.svg) no-repeat;
  background-size: contain;
}
.result-list li:nth-child(3):after {
  background: url(/img/user/list-border-line-3.svg) no-repeat;
  background-size: contain;
}
.result-list li:nth-child(4):after {
  background: url(/img/user/list-border-line-4.svg) no-repeat;
  background-size: contain;
}
.result-list li:nth-child(5):after {
  background: url(/img/user/list-border-line-5.svg) no-repeat;
  background-size: contain;
}
.result-list li:nth-child(6):after {
  background: url(/img/user/list-border-line-6.svg) no-repeat;
  background-size: contain;
}

.know-how-to {
  padding: 100px 0;
}
.know-how-to .know-how {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  font-size: 18px;
}
.know-how-to .know-how .primary-btn {
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.know-how.border-btn:after {
  left: -56px;
  top: -55px;
  width: 313px;
  height: 258px;
  background: url(/img/user/border-for-btn.svg) left/cover no-repeat;
}

.what-next.border-btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -50px;
  top: 0;
  width: 313px;
  height: 258px;
  background: url(/img/user/border-for-btn.svg) left/cover no-repeat;
  pointer-events: none;
}

.border-btn {
  position: relative;
}
.border-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.submit-btn.border-btn:after {
  width: 305px;
  height: 151px;
  background: url(/img/user/border-for-btn-2.svg) left/cover no-repeat;
  left: 50%;
  margin-left: -152px;
  top: -60px;
}

.consult-btn.border-btn:after {
  width: 269px;
  height: 128px;
  background: url(/img/user/border-for-btn-4.svg) left/cover no-repeat;
  left: 50%;
  margin-left: -135px;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.mfp-container {
  padding: 0;
  background: rgba(0, 128, 118, 0.9);
}

.white-popup {
  position: relative;
  background-color: #ECBA6F;
  padding: 20px;
  height: 100%;
  max-width: 50%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.white-popup.success-respond {
  background-image: url(/img/user/bg-popup.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.white-popup.success-respond .wrap-form {
  display: none;
}
.white-popup.success-respond .popup-success {
  display: block;
}
.white-popup .popup-form {
  max-width: 470px;
  margin: 0 auto;
}
.white-popup .popup-form .title {
  text-align: center;
}
.white-popup .popup-form input {
  width: 100%;
  height: 50px;
  padding-left: 17px;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
}
.white-popup .popup-form input::-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.white-popup .popup-form input::placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.white-popup .popup-form input.error {
  border: 1px solid #FF0000;
}
.white-popup .popup-form input.error + span {
  padding-top: 5px;
  display: inline-block;
}
.white-popup .popup-form .error-input {
  display: none;
  font-size: 16px;
  color: #FF0000;
}
.white-popup .popup-row {
  margin-bottom: 20px;
}
.white-popup .popup-img {
  position: absolute;
  bottom: 80px;
}
.white-popup .popup-img img {
  width: 160px;
}
.white-popup .mfp-close {
  display: none;
}
.white-popup .close-popup {
  display: block;
  position: absolute;
  right: -10px;
  top: 15px;
}
.white-popup .close-popup.open {
  background: rgba(223, 236, 231, 0.5);
}
.white-popup .close-popup.open span {
  background: #008076;
}
.white-popup .popup-success {
  display: none;
}
.white-popup .popup-success .title {
  margin-bottom: 0;
}

.mfp-auto-cursor .mfp-content {
  height: 100%;
}

.request {
  min-height: 100vh;
  background-color: #008076;
  background-image: url(/img/user/bg-request.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.request + footer {
  display: none;
}
.request .container {
  height: 100vh;
}
.request-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.request .title {
  margin-top: auto;
}
.request-footer {
  margin-top: auto;
  margin-bottom: 60px;
  margin-right: 100px;
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  color: #fff;
}
.request-footer a {
  color: #fff;
}
.request .widget {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  background: url(/img/user/master-white.svg) center 115px no-repeat;
}
.request .widget .comment {
  width: 173px;
  height: 147px;
  background: url(/img/user/comment-icon.svg) no-repeat;
  background-size: cover;
  font-size: 18px;
  color: #fff;
  padding: 20px 30px;
}
.request .primary-btn {
  background: #ECBA6F;
  color: #000;
}

.what-next {
  position: relative;
  font-size: 18px;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.what-next:after {
  content: "";
  position: absolute;
  top: 0;
  right: -240px;
  width: 160px;
  height: 138px;
  background: url(/img/user/personal-support.svg) no-repeat;
  background-size: cover;
  z-index: 1;
}

.payment {
  background: #188D8C;
}
.payment-percent {
  padding: 40px 97px 40px 87px;
  background: #006F93;
  max-width: 450px;
  margin-left: -10px;
}
.payment-tab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.payment-tab li {
  width: 126px;
  height: 77px;
  margin-right: 11px;
  margin-bottom: 11px;
}
.payment-tab li:nth-child(2n+2) {
  margin-right: 0;
}
.payment-tab li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: none;
}
.payment-tab li.current-percent a {
  border: 1px solid #fff;
  color: white;
  background: url(/img/user/checkbox-white.svg) 96% 96% no-repeat;
}
.payment-step {
  padding: 40px 5%;
  width: calc(100% - 450px);
}
.payment .title-payment-step {
  font-size: 18px;
  color: #fff;
}
.payment .title-payment-step img {
  margin-right: 10px;
  vertical-align: middle;
}
.payment .title-payment-step span {
  display: inline-block;
  vertical-align: middle;
}
.payment-steps {
  margin-top: 100px;
  align-items: flex-end;
  justify-content: space-between;
  display: none;
}
.payment-steps.current {
  display: flex;
}
.payment-steps-item {
  width: 155px;
  text-align: center;
  color: #fff;
}
.payment-steps .count {
  font-size: 14px;
  margin-bottom: 25px;
  position: absolute;
  top: -60px;
  width: 100%;
}
.payment-steps .bar {
  width: 61px;
  margin-bottom: 20px;
  background: url(/img/user/bar-icon.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.payment-steps .month {
  padding-top: 15px;
  font-size: 18px;
  border-top: 2px solid #C4C4C4;
}
.payment-steps .single-item {
  width: 70px;
  height: 230px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.component-costs {
  padding: 55px 0;
  background: #DFECE7;
}

.dark-tab {
  justify-content: center;
}
.dark-tab li:nth-child(2n+2) {
  margin-right: 11px;
}
.dark-tab li a {
  background: rgba(140, 140, 140, 0.1);
  color: rgba(32, 32, 32, 0.5);
}
.dark-tab li.current-percent a {
  border-color: #008076;
  color: rgb(32, 32, 32);
  background: url(/img/user/checkbox.svg) 96% 96% no-repeat;
}

.payment-tab-section {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px;
}
.payment-tab-section .small-text {
  margin-top: 20px;
  font-size: 14px;
}
.payment-tab-section section {
  display: none;
}
.payment-tab-section section.current {
  display: block;
}

.component-item {
  background: #fff;
  margin-bottom: 10px;
  padding: 20px 17px 8px 17px;
  font-size: 18px;
  border-radius: 10px;
  max-width: 560px;
  margin-right: 10px;
}
.component-item.green .progress-bar {
  background: #008076;
}
.component-item.green .item-budget {
  color: #008076;
}
.component-item.orange .progress-bar {
  background: #ECBA6F;
}
.component-item.orange .item-budget {
  color: #ECBA6F;
}
.component-item.dark-blue .progress-bar {
  background: #006F93;
}
.component-item.dark-blue .item-budget {
  color: #006F93;
}
.component-item.dark-green .progress-bar {
  background: #8B9B7F;
}
.component-item.dark-green .item-budget {
  color: #8B9B7F;
}
.component-item.light-blue .progress-bar {
  background: #4FD2D1;
}
.component-item.light-blue .item-budget {
  color: #4FD2D1;
}
.component-item.light-green .progress-bar {
  background: #B6DE99;
}
.component-item.light-green .item-budget {
  color: #B6DE99;
}
.component-item.middle-green .progress-bar {
  background: #72C88B;
}
.component-item.middle-green .item-budget {
  color: #72C88B;
}

.item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-title .title-icon svg {
  max-width: 26px;
  max-height: 30px;
  margin-right: 20px;
  vertical-align: middle;
  opacity: 0.2;
}
.item-title .title-number {
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
}

.item-progress {
  margin-top: 8px;
  height: 3px;
  background: #E8E8E8;
  position: relative;
}
.item-progress .progress-bar {
  height: 3px;
  width: 0;
}
.item-progress:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(/img/user/progress-line.png) repeat-x;
  top: 0;
}

.item-budget {
  font-size: 12px;
  margin-top: 8px;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #008076;
}
.preloader-logo {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 9;
}
.preloader-logo img {
  width: 430px;
}
.preloader-progress {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #006F93;
  border-bottom: 15px solid #fff;
  left: 0;
  transition: all 0.3s ease;
  animation: load 3s ease infinite;
}
.preloader-string {
  position: absolute;
  left: 500px;
  bottom: 42px;
  z-index: 10;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
}

canvas {
  /*position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
  max-width: 100vw;
  max-height: 100vh;
}

.illustration-img {
  display: none;
}

.flow-up {
  transform: translateY(100px);
  opacity: 0;
}

.soft-show {
  transform: scale(1.5);
  opacity: 0;
}

@media screen and (max-width: 1440px) {
  .step-img img {
    max-width: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .logo {
    margin-top: 0;
    max-width: 20%;
  }
  header .logo.index-logo.logo-de .hidden_slogan {
    top: unset;
    bottom: 16%;
  }
  .intro .top-titles .up .string {
    font-size: 50px;
    line-height: 55px;
  }
  .intro .top-titles .up svg {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 37px;
    width: 51px;
  }
  .intro .top-titles .down {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    margin-left: 500px;
  }
  .nav a {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .step-img img {
    max-width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .payment-step .single-item {
    width: 35px;
    height: 130px;
  }
  .payment-step .payment-steps .count {
    font-size: 10px;
    width: 70px;
    left: -20px;
  }
  .payment-step .bar {
    width: 35px;
  }
  .payment-steps-item {
    width: 105px;
  }
}
@media screen and (max-width: 992px) {
  .new-chapter-en p {
    max-width: 100%;
  }
  .single_photo {
    margin: 60px 0;
  }
  .images_wrapper {
    display: flex;
    padding: 35px 0 35px 57px;
  }
  .images_wrapper img {
    width: 18vw;
    height: auto;
    margin-right: 2vw;
  }
  .intro .top-titles {
    bottom: 230px;
  }
  .intro .top-titles .up {
    margin: 0 auto;
  }
  .intro .top-titles .up .string {
    font-size: 40px;
    line-height: 45px;
  }
  .intro .top-titles .up svg {
    margin-top: 0;
    margin-bottom: inherit;
  }
  .intro .top-titles .down {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }
  .intro.inner .container {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .intro.inner.width_screen {
    height: 665px;
  }
  .intro.inner.width_screen .container {
    padding-top: 115px;
  }
  .intro.inner.width_screen + main {
    margin-top: 665px;
  }
}
@media screen and (max-width: 992px) {
  header.sticky .container {
    padding-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  header.dark-link .row {
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .title.pl-0 {
    padding-left: 0;
  }
  .title.pl-0 + p {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .column {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 992px) {
  .column-50 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 992px) {
  .languages {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 110%;
    background: #ECBA6F;
    font-size: 24px;
    justify-content: center;
  }
  .nav ul {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
  }
  .nav li {
    margin: 1% 0;
  }
  .nav li.language-link {
    position: absolute;
    top: 14%;
  }
  .nav li.language-link a {
    border-color: #000;
  }
  .nav li.language-link.active {
    display: none;
  }
  .nav li.language-link.phone_number {
    position: static;
  }
  .nav li.language-link.phone_number a {
    width: auto;
    height: auto;
    display: flex;
    border: none;
    overflow: visible;
    border-radius: 0;
    margin-top: 50px;
  }
  .nav li.language-link.phone_number a .phone_number_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
  }
  .nav li.language-link.phone_number a .phone_number_text {
    display: block;
  }
  .nav a {
    color: #000;
  }
  .nav.open {
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .dark-link .toggle-nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .toggle-nav {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .bg-video {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .tree-animation {
    position: relative;
    max-width: 100%;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 992px) {
  .cards {
    padding: 0 10%;
  }
  .cards.margin-top-80 {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .square {
    margin: 0 !important;
    position: relative !important;
  }
  .square.light-green {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .archi .cards {
    background-color: #DFECE7;
  }
  .archi .cards .title {
    color: #000;
  }
  .archi .cards .title-tooltip {
    border-color: #000;
    color: #000;
  }
  .archi .cards .title + p {
    color: #000;
  }
  .archi + section {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 992px) {
  .logo {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .intro {
    margin: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 992px) {
  h1, .title {
    margin-bottom: 25px;
    font-size: 30px;
  }
  h1 + p, .title + p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .caption .title {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .title {
    padding-left: 40px;
  }
  .title-tooltip {
    left: 0;
  }
  .title + p {
    padding-left: 40px;
  }
}
@media screen and (max-width: 992px) {
  .padding-200 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 992px) {
  .padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .configure .row {
    flex-direction: row;
  }
  .configure .column-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .configure .side-scrolling {
    max-width: 370px;
  }
  .configure .side-scrolling ul li img {
    max-width: 80%;
  }
}
@media screen and (max-width: 992px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .configure-form .blocks {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .configure-form .blocks .title {
    padding-left: 0;
  }
  .configure-form .blocks .row {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .configure-form .blocks .column-50 {
    max-width: 490px;
    margin-top: 50px;
  }
  .configure-form .items.type label input[type=radio] + span:after {
    left: 88%;
  }
}
@media screen and (max-width: 992px) {
  .waranty .title, .waranty .title + p, .service .title, .service .title + p, .develop .title, .develop .title + p {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .waranty {
    padding: 70px 0 110px 0;
  }
}
@media screen and (max-width: 992px) {
  .waranty-desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .service {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .house-desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .how-item {
    max-width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .how-image {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .complection {
    padding-left: 0;
    padding-right: 0;
  }
  .complection-row .column-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .complection-row .title {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .result-list {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .trend-look .trend-item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .personal-support {
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .white-popup .title {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .request {
    min-height: auto;
  }
  .request .container {
    height: auto;
  }
  .request-wrap {
    height: auto;
    justify-content: flex-start;
  }
  .request .title {
    margin-top: 250px;
    padding-left: 0;
  }
  .request-footer {
    display: none;
  }
  .request + footer {
    display: block;
  }
  .request .widget {
    margin-top: 40px;
    position: relative;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 992px) {
  .payment .row {
    flex-direction: column;
  }
  .payment-percent {
    max-width: 100%;
    margin-left: 0;
    background: transparent;
  }
  .payment-percent .title, .payment-percent .title + p {
    padding-left: 0;
  }
  .payment-step {
    width: 100%;
  }
  .payment-tab {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .component-item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .new-chapter.border-btn:after {
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .ready_link {
    transform: translateY(-53px);
  }
  .ready_link_img {
    width: 80px;
    height: 80px;
  }
  .ready_link_text {
    width: 80px;
    font-size: 10px;
    padding: 8px 0 9px 7px;
  }
  .ready_link_title {
    margin-bottom: 20px;
  }
  .single_photo {
    margin: 30px;
  }
  .alert-danger {
    max-width: 80%;
  }
  .contact-form label {
    width: 100%;
  }
  .contact-form .form-error {
    position: static;
    transform: none;
  }
  .intro.inner {
    height: 520px;
  }
  .intro_descr {
    display: none;
  }
  header.dark-link .container {
    padding-left: 0;
  }
  header.dark-link .logo {
    background: #EAF1EE;
    margin-top: 0;
    margin-bottom: 0;
  }
  header.dark-link .logo a {
    padding: 4px 8px;
    display: inline-block;
  }
  header.dark-link .logo img:first-child {
    display: none;
  }
  header.dark-link .logo img:last-child {
    display: block;
  }
  .cards {
    height: 260px;
    font-size: 16px;
  }
  .cards.square {
    height: 430px;
    padding: 0 20px;
  }
  .cards .notice {
    position: relative;
    margin-left: auto;
    font-size: 16px;
    margin-top: 20px;
  }
  .cards.illustration {
    align-items: center;
  }
  .cards.illustration img {
    max-width: 340px;
  }
  .tree-animation {
    height: 350px;
  }
  .archi {
    padding-top: 0;
  }
  h3 {
    font-size: 20px;
  }
  .construction {
    padding: 60px 0 50px 0;
    font-size: 16px;
  }
  .construction-desc {
    margin-top: 40px;
    padding: 0;
  }
  .caption .uppercase {
    font-size: 10px;
  }
  .preveliges {
    padding-top: 60px;
  }
  .preveliges .title {
    font-size: 20px;
  }
  .index-de .padding-200 .text-center {
    font-family: "TTNorms-Regular", sans-serif;
    font-size: 22px;
  }
  .index-de .preveliges {
    padding-top: 160px;
    height: 100%;
    position: relative;
  }
  .index-de .preveliges .container {
    position: unset;
  }
  .index-de .preveliges .container .image-house {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .index-de .preveliges .caption .title {
    font-size: 32px;
  }
  .after-house {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .index-de .padding-200 .text-center {
    font-family: "Helvetica", sans-serif;
    font-size: 22px;
  }
  .illustration.text-right {
    padding-left: 50%;
  }
  .bah-gallery {
    padding-top: 80px;
  }
  .bah-gallery .title {
    padding: 0 20px;
  }
  .gallery-pack {
    height: 270px;
  }
  .gallery-pack li {
    max-width: 100px;
    margin-right: 20px;
  }
  .gallery-pack li.first-col {
    padding-top: 25px;
  }
  .gallery-pack li.second-col {
    padding-top: 55px;
  }
  .gallery-pack li.fourst-col {
    padding-top: 35px;
  }
  footer .row {
    flex-direction: column;
  }
  footer .copyright .row {
    flex-direction: row;
  }
  footer .instagram-link {
    position: absolute;
    top: 0;
    right: 10px;
    color: #008076;
  }
  footer .instagram-link:after {
    background: #008076;
  }
  .footer-column {
    margin: 0 0 30px 0;
  }
  .footer-logo {
    max-width: 177px;
  }
  .configure-form .blocks {
    border-bottom: none;
  }
  .configure-form .blocks .title, .configure-form .blocks .block-title {
    text-align: left;
  }
  .configure-form .block {
    padding-bottom: 0;
  }
  .configure-form .items.rooms .item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .configure-form .items.rooms .item label {
    max-width: calc(50% - 20px);
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .configure-form .items.rooms .item label:nth-child(2n+2) {
    margin-right: 0;
  }
  .configure-form .items.electronics {
    margin-bottom: 145px;
  }
  .configure-form .items.electronics .item .form-error {
    width: 100%;
  }
  .configure-form .items.electronics .sizes label {
    margin: 0;
  }
  .configure-form .items.style .form-error {
    bottom: -40px;
  }
  .configure-form .items.style .item {
    flex-wrap: wrap;
  }
  .configure-form .items.style .item label {
    width: 52px;
    margin: 0 7vw 70px;
  }
  .configure-form .items.style .item label span {
    height: 52px;
  }
  .configure-form .items.style .item label span .circle {
    width: 42px;
    height: 42px;
    left: 4px;
    top: 4px;
  }
  .configure-form .items.style .item label span .circle div {
    width: 25px;
  }
  .configure-form .items.style .item label span .circle div:first-child {
    left: 7px;
    top: 0px;
  }
  .configure-form .items.style .item label span .circle div:last-child {
    top: -15px;
    right: -10px;
  }
  .configure-form .items.style .item label .color_name {
    width: auto;
    min-width: 110%;
    bottom: 0;
  }
  .configure-form .items.style .item label input[type=radio]:checked ~ .color_name {
    bottom: -70%;
    opacity: 1;
    transform: translate(-50%, 100%);
  }
  .configure-form .items.type .item {
    flex-wrap: wrap;
  }
  .configure-form .items.type .item .slick-track {
    padding: 0;
  }
  .configure-form .item.sizes label {
    margin-right: 20px;
  }
  .configure-form .item.sizes.floors .form-error {
    bottom: -45px;
  }
  .configure-form .item.sizes {
    bottom: -45px;
  }
  .service-desc {
    max-width: 100%;
  }
  .service-desc .title:after {
    right: 0;
  }
  .service-img img {
    max-height: 270px;
  }
  .develop {
    padding: 70px 0;
  }
  .develop .waranty-desc {
    font-size: 16px;
  }
  .house-desc {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
  .how-to {
    padding: 60px 0;
  }
  .how-to p {
    display: none;
  }
  .how-to .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .how-to .how-item {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .how-to .how-item:nth-child(3):after {
    left: -40%;
    right: auto;
    top: 133%;
    transform: rotate(145deg);
  }
  .how-to .how-item:last-child {
    margin-top: 50px;
  }
  .how-to .how-item:last-child p {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  .images_wrapper {
    padding: 25px 0;
  }
  .images_wrapper img {
    width: 47%;
    margin-right: 6%;
  }
  .images_wrapper img:last-of-type {
    margin-right: 0;
  }
  .basic {
    padding: 60px 0;
  }
  .basic.information_page .complection .row-item {
    padding: 15px 0;
  }
  .complection {
    font-size: 16px;
  }
  .complection-row {
    flex-direction: column;
    border-top: 1px solid #000;
    border-bottom: none;
    padding-bottom: 40px;
  }
  .complection-row .column-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .complection-row .basic-icon {
    display: none;
  }
  .additional-option.single_full {
    padding: 80px 0 35px;
  }
  .additional-option.single_full .single_photo {
    margin: 0;
  }
  .additional-option.single_full .additional-option_photos {
    margin: 50px 0 0;
  }
  .additional-option.single_full .additional-option_photos .img_wr {
    width: 49%;
  }
  .additional-option_photos {
    margin-bottom: 10px;
    flex-flow: row wrap;
  }
  .additional-option_photos .img_wr {
    width: 49%;
    margin-bottom: 2%;
  }
  .additional-option .column-30 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .additional-option .option-icon {
    width: 65px;
    height: 65px;
  }
  .additional-option .option-item {
    margin: 25px auto;
    font-size: 16px;
    max-width: 100%;
    padding-right: 9%;
  }
  .result-of-work {
    padding: 40px 0;
  }
  .result-list {
    padding-top: 0;
    padding-left: 10px;
  }
  .result-list li {
    padding-left: 60px;
  }
  .result-list li:after {
    width: 39px;
    height: 42px;
    left: 10px;
    font-size: 20px;
    padding-left: 12px;
    line-height: 42px;
  }
  .trend-look {
    padding-bottom: 70px;
    /*.trend-item-full {
      margin: 0px 40px;
      font-size: 18px;
    }*/
  }
  .trend-look .title {
    padding-left: 0;
    text-align: left;
  }
  .trend-look .trend-item {
    margin-left: 0;
    margin-right: 0;
    max-width: 90%;
    font-size: 16px;
  }
  .trend-look.orange {
    padding-top: 50px;
  }
  .step-of-work {
    padding-top: 40px;
  }
  .step-of-work .title {
    padding-left: 0;
  }
  .step-of-work .step-list {
    position: relative;
    top: auto;
    margin-top: 50px;
  }
  .step-of-work .step-list li {
    cursor: default;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .step-of-work .step-list li:last-child {
    border-bottom: none;
  }
  .step-of-work .step-list li .list-desc {
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .step-of-work .step-list li .list-desc span {
    opacity: 1;
  }
  .step-of-work .step-list li .list-icon {
    width: 56px;
    padding-right: 0;
    border-right: none;
  }
  .step-of-work .step-list li .list-icon:after {
    display: none;
  }
  .step-of-work .step-img.text-right {
    text-align: center;
  }
  .white-popup {
    max-width: 100%;
  }
  .white-popup .close-popup {
    right: -30px;
    top: 0;
  }
  .payment {
    padding-bottom: 50px;
  }
  .payment-percent {
    text-align: center;
    padding: 50px 0 0 0;
  }
  .payment-percent .title + p {
    display: none;
  }
  .payment-step {
    padding: 0;
  }
  .payment .title-payment-step {
    text-align: center;
  }
  .payment .title-payment-step img {
    display: none;
  }
  .payment-tab {
    justify-content: center;
  }
  .payment-tab li:nth-child(2n+2) {
    margin-right: 11px;
  }
  .payment-tab-section {
    padding-left: 0;
    padding-right: 0;
  }
  .component-item {
    font-size: 15px;
  }
  .what-next:after {
    right: -70px;
    width: 94px;
    height: 80px;
  }
  .color-list-en {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .color-list li {
    margin: 0 -25px;
    transform: scale(0.36);
  }
  .color-list li.current, .color-list li.previous, .color-list li.next {
    width: 66px;
    height: 66px;
    display: none;
  }
  .color-list li.current .circle, .color-list li.previous .circle, .color-list li.next .circle {
    width: 52px;
    height: 52px;
  }
  .color-list li.current .circle div:last-child, .color-list li.previous .circle div:last-child, .color-list li.next .circle div:last-child {
    top: -35px;
  }
  .color-list.mobile-colors {
    display: block;
  }
  .color-list.mobile-colors li.current, .color-list.mobile-colors li.previous, .color-list.mobile-colors li.next {
    display: block;
  }
  .step-img img {
    max-width: 100%;
  }
  .intro.inner + main {
    margin-top: 520px;
  }
  .intro.inner .intro-img {
    bottom: -4px;
  }
  .intro.inner .intro-illustration {
    bottom: -27px;
  }
  .step-of-work .step-img img, #step-5 img {
    max-width: 100%;
  }
  .double_photo {
    transform: translateY(60px);
    flex-flow: column;
  }
  .double_photo.options {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media screen and (max-width: 480px) {
  .rotation-cards {
    overflow: hidden;
  }
  .rotation-cards .column {
    padding-bottom: 50px;
  }
  .rotation-cards .cards-caption h3 {
    font-size: 18px;
  }
  .illustration-img {
    display: none;
  }
  header .container {
    padding: 0 10px;
  }
  header .logo {
    left: 0;
  }
  header.sticky .container {
    padding: 10px;
  }
  header.sticky .index-logo a img:nth-child(2) {
    display: inline-block;
  }
  header.sticky .index-logo a img:nth-child(3) {
    display: none;
  }
  .languages {
    border-color: #fff;
  }
  .bg-desktop {
    display: none;
  }
  .bg-mobile {
    display: block;
  }
  .intro .container {
    padding: 0;
  }
  .intro .bg-video {
    padding: 0;
  }
  .intro .instagram-link {
    display: none;
    right: 15px;
    bottom: 20px;
  }
  .intro .bg-wrap {
    bottom: 400px;
  }
  .intro .top-titles .up {
    justify-content: space-between;
    padding: 0 15px 5px 15px;
  }
  .intro .top-titles .up .string {
    font-size: 25px;
    line-height: 30px;
  }
  .intro .top-titles .up svg {
    height: 25px;
    margin-left: 10px;
  }
  .intro .top-titles .down {
    font-size: 25px;
    line-height: 30px;
  }
  .intro .round-bottom {
    width: 190px;
    padding: 5px 0 15px 0;
    border-radius: 120px 120px 0 0;
    bottom: 0;
  }
  .intro .round-bottom .text {
    font-size: 13px;
    line-height: 15px;
  }
  .intro .round-bottom svg {
    margin-bottom: 0;
  }
  .intro.inner .intro-img {
    position: absolute;
    bottom: 10px;
    transform: scale(1.2);
    left: 0;
  }
  .intro.inner .intro-img.mobile-position-left {
    bottom: 30px;
    transform: scale(1.5);
    left: -90px;
  }
  .intro.inner .intro-img.mobile-position-right {
    bottom: -4px;
    transform: scale(1);
    left: 40px;
  }
  .intro.inner .intro-img.mobile-position-right.mobile-position-right2 {
    left: 0px;
  }
  .bg-video {
    transform: translateX(-5%);
    width: 108%;
  }
  .cards {
    padding: 0 10px;
  }
  .cards.square {
    padding: 0 20px;
  }
  .toggle-nav {
    margin-right: 0;
  }
  .archi {
    overflow: hidden;
    padding-bottom: 0;
  }
  .vertical-btn {
    display: none;
  }
  .image-house {
    margin-top: 90px;
  }
  .image-house img {
    transform: scale(1.35) translateY(-19px);
  }
  .configure {
    height: 440px;
  }
  .configure-form .items.type label {
    height: 197px;
  }
  .configure-form .items.type label input:checked + span:after {
    left: 80%;
  }
  .configure-form .items.style .item label span {
    height: 52px;
  }
  .configure-desc h3 {
    opacity: 0;
  }
  .configure-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  footer {
    font-size: 16px;
  }
  .title-grey {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .copyright {
    font-size: 10px;
  }
  .side-scrolling.right ul {
    height: auto;
  }
  .side-scrolling.right ul li {
    padding: 21% 0;
  }
  .tree-animation {
    height: 200px;
  }
  .configure-form .items {
    display: block;
  }
  .configure-form .item.box {
    width: 100%;
    margin-bottom: 10px;
  }
  .configure-form .item-options {
    max-width: 50%;
  }
  .configure-form .width-200 {
    width: auto;
    display: inline-block;
  }
  .configure-form .width-200 + .item.box {
    width: 160px;
    margin-right: 0;
    display: inline-block;
  }
  .configure-form .width-200 + .item.box span {
    display: inline-block;
  }
  .before-after .title {
    padding-left: 0px;
    font-size: 24px;
  }
  .result-house h3 {
    font-size: 16px;
  }
  .how-to {
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
  }
  .how-to .row {
    justify-content: space-between;
  }
  .how-to .how-item {
    max-width: 50px;
  }
  .how-to .how-item:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .result-list {
    font-size: 25px;
    padding-left: 0;
  }
  .result-list li {
    position: relative;
  }
  .result-list li:after {
    top: 15px;
  }
  .basic .bonus {
    background: url(/img/user/basic/basic-figure-mobile.svg) center 20px no-repeat;
    margin-top: 0;
  }
  .basic .bonus .title {
    padding-left: 0;
    flex-direction: column-reverse;
    align-items: center;
  }
  .basic .bonus .title + p {
    margin: 0;
    padding-left: 0;
    text-align: center;
  }
  .intro.inner {
    height: 480px;
  }
  .example-house .example-img {
    max-width: 130%;
    margin-left: -20px;
    margin-right: -20px;
  }
  .example-house .example-img-en img {
    max-width: 100%;
  }
  .example-house2 .example-img {
    max-width: 130%;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -6px;
  }
  .example-house2 .example-img img {
    max-width: 94%;
  }
  .example-house2 .vertical-btn {
    display: none;
  }
  .example-house2-bg {
    display: block;
    position: relative;
    background: #DFECE7;
    text-align: center;
    padding-bottom: 20px;
  }
  .example-house2-bg .horizontal-btn {
    position: relative;
    display: inline-block;
    opacity: 1;
    transform: unset;
    right: unset;
    bottom: unset;
    top: unset;
    border-radius: 0 0 15px 15px;
    padding: 10px 30px 14px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
  }
  .example-house2-bg .horizontal-btn.red-btn:hover {
    background: #006F93;
  }
  .construction-nopad {
    padding-top: 0px;
  }
  .intro.inner + main {
    margin-top: 480px;
  }
  header.sticky .logo {
    margin-bottom: 0;
  }
  .color-scheme {
    padding: 0 0 30px 0;
  }
  .color-scheme .color-list + p {
    font-size: 16px;
    margin-top: 0;
  }
  .preloader-logo img {
    width: 80%;
  }
  .intro.inner .intro-illustration {
    display: none;
  }
  .contact-form label {
    margin-bottom: 20px;
  }
  .contact-form label:nth-child(1), .contact-form label:nth-child(2) {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-form input {
    margin-bottom: 0;
  }
  .contact-form input:nth-child(1), .contact-form input:nth-child(2) {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .logo {
    max-width: 185px;
    margin-left: 0;
  }
  .logo span {
    display: none;
  }
  .logo.index-logo a img:nth-child(1) {
    display: none;
  }
  .logo.index-logo a img:nth-child(3) {
    display: inline-block;
  }
}
@media screen and (max-height: 800px) {
  .white-popup .popup-img {
    width: 100%;
    bottom: 40px;
    text-align: center;
  }
  .white-popup .popup-img img {
    width: auto;
  }
}