@import url(bootstrap-grid.min.css);
@import url(magnific-popup.min.css);
@import url(animsition.min.css);
@import url(aos.min.css);
@import url(swiper-bundle.min.css);
@import url(font-awesome.min.css);
@import url(style-icons.min.css);

  @font-face {
    font-family: "SFProText-Bold";
    src: url("../fonts/SFProText-Bold.woff") format("woff"), url("../fonts/SFProText-Bold.woff2") format("woff2");
    font-display: swap;
  }
  
  @font-face {
    font-family: "SFProText-Medium";
    src: url("../fonts/SFProText-Medium.woff") format("woff"), url("../fonts/SFProText-Medium.woff2") format("woff2");
    font-display: swap;
  }
  
  @font-face {
    font-family: "SFProText-Regular";
    src: url("../fonts/SFProText-Regular.woff") format("woff"), url("../fonts/SFProText-Regular.woff2") format("woff2");
    font-display: swap;
  }
  
  @font-face {
    font-family: "SFProText-Semibold";
    src: url("../fonts/SFProText-Semibold.woff") format("woff"), url("../fonts/SFProText-Semibold.woff2") format("woff2");
    font-display: swap;
  }
  
  @font-face {
    font-family: "SFProDisplay-MediumItalic";
    src: url("../fonts/SFProDisplay-MediumItalic.woff") format("woff"), url("../fonts/SFProDisplay-MediumItalic.woff2") format("woff2");
    font-display: swap;
  }
  
  @font-face {
    font-family: "SFProDisplay-Regular";
    src: url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2");
    font-display: swap;
  }
  
  @font-face {
    font-family: "SFProDisplay-Semibold";
    src: url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.woff2") format("woff2");
    font-display: swap;
  }
  
  @font-face {
    font-family: "SFProDisplay-Bold";
    src: url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2");
    font-display: swap;
  }

  .fa-li {
    margin-top: -11px;
    margin-left: 19px;
    text-align:left !important;
    color: #C18674;
  }
  .fa-arrow-right {
    font-size: 9px;
    color: #67615A;
  }

  .fa-arrow-right:hover {
    font-size: 9px;
    color: #9D9E92;
  }

  .fa-long-arrow-right {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
  }

  .fa-long-arrow-right:hover {
    font-size: 24px;
    color: #fff;
  }

  .fa-eye {
    font-size: 30px;
    color: #C18674;
  }

  .fa-eye:hover {
    font-size: 30px;
    color: #C18674;
  }
  .fa-shopping-cart {
    font-size: 30px;
    color: #5F7581;
  }
  .fa-shopping-cart:hover {
    font-size: 30px;
    color: #5F7581;
  }
  .fa-heart {
    color: #950b0b;
  }
  .fa-coffee {
    color: #632e0c;
  }

  .fa-li-service {
    color: #9D9E92;
  }

  .star-anth {
    color: #67615A;
  }

  .star-yellow {
    color: #ccc325;
  }

  .fa-chevron-left, .fa-chevron-right {
    font-size: 35px;
    color: #67615A;
  }

  .icon-tools {
    margin-right: 10px;
  }

  .icon-heart {
    float: left;
    font-size: 50px;
    margin-right: 20px;
  }

  .icon-pencil {
    float: left;
    font-size: 50px;
    margin-right: 20px;
  }

  .icon-tools-2 {
    float: left;
    font-size: 50px;
    margin-right: 20px;
  }

  .icon-desktop {
    float: left;
    font-size: 50px;
    margin-right: 20px;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .image-by-height {
    width: auto;
  }
  
  .image-by-height:before {
    content: none;
  }
  
  .image-by-height > img {
    height: inherit !important;
    vertical-align: top !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    max-height: none !important;
    border: 0 !important;
    opacity: 0 !important;
  }

  * {
    box-sizing: border-box;
  }
  
  html, body {
    overflow-x: hidden;
  }
  
  body {
    background: #FFF;
    font-family: "SFProText-Regular", sans-serif, "Helvetica", Arial, sans-serif;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0; 
  }
  
  html {
    scroll-behavior: smooth;
  }
  html ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  html ::-webkit-scrollbar-button {
    display: none;
  }
  
  html ::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
  }
  
  html ::-webkit-scrollbar-thumb {
    background-color: #C18674;
    border-radius: none;
  }
  
  html ::-webkit-scrollbar-corner {
    background-color: #999;
  }
  
  html ::-webkit-resizer {
    background-color: #666;
  }
  
  .wrap {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .section {
    padding: 220px 0;
  }
  
  .section2 {
    padding: 60px 0;
  }
  
  .section3 {
    padding: -420px 0;
  }
  
  .section4 {
    padding: 100px 0;
  }
  
  .section5 {
    padding: 0 0;
  }

  
  .section-services {
    padding-top: 220px;
  }

  .section--gray {
    background: #F9F9F9;
  }
  
  .sectionMail {
    margin-top: 30px;
  }
  
  h1, h2, h3, h4, h5, h6, p {
    margin: 0;
  }
  
  h1 {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 95px;
    line-height: 85px;
    color: #ffffff;
  }
  
  h1 span {
    color: #C18674;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
 .img { 
  border-radius: 5px 
}

  .title {
    display: inline-block;
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BEB2A0; /*#CEC1AF*/
  }
  
  .title-data {
    display: inline-block;
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BEB2A0;
    margin-top:40px;
  }
  
  .title-line {
    height: 1px;
    background: rgb(104, 97, 90);
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  
  .title-line-r {
    left: 0;
    width: 200%;
  }
  
  .title-wrap {
    display: inline-block;
    position: relative;
  }
  
  .title-wrap-r {
    display: block;
  }
  
  .title-d {
    display: inline-block;
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
  }
  
  .title-d-data {
    display: inline-block;
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BEB2A0;
    margin-top:40px;
  }
  
  .title-d-line {
    height: 1px;
    background: rgb(104, 97, 90);
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  
  .title-d-line-r {
    left: 0;
    width: 200%;
  }
  
  .title-d-wrap {
    display: inline-block;
    position: relative;
  }
  
  .title-d-wrap-r {
    display: block;
  }
  
  .btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #C18674;
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #67615A;
    padding: 15px;
    max-width: 233px;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-out;
    border: 1px solid #C18674;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .btn:hover {
    background: transparent;
    color: #C18674;
  }

  .btn-whatsapp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #789773;
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #67615A;
    padding: 15px;
    max-width: 233px;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-out;
    border: 1px solid #789773;
    cursor: pointer;
  }
  
  .btn-whatsapp:hover {
    background: transparent;
    color: #9D9E92;
  }

    .btn-vcf-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #789773;
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #67615A;
    padding: 15px;
    max-width: 233px;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-out;
    border: 1px solid #789773;
    cursor: pointer;
  }
  
  .btn-vcf-card:hover {
    background: transparent;
    color: #9D9E92;
  }

  .btn-email {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #789773;
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #67615A;
    padding: 15px;
    max-width: 233px;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-out;
    border: 1px solid #789773;
    cursor: pointer;
  }
  
  .btn-email:hover {
    background: transparent;
    color: #9D9E92;
  }

  .btn-facebook {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #789773;
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #67615A;
    padding: 15px;
    max-width: 233px;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-out;
    border: 1px solid #789773;
    cursor: pointer;
  }
  
  .btn-facebook:hover {
    background: transparent;
    color: #9D9E92;
  }
  
  .form-control {
    height: 50px;
    padding: 16px 18px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #67615A;
    border-radius: 5px;
    box-shadow: none;
  }
  
  .form-control:focus-visible {
    outline: none;
  }


  .tile{
    height: 50px;
    padding: 0px 18px;
    width: 100%;
    border: 1px solid #67615A;
    box-shadow: none;
    margin-top:-1px;
  }
  .tile input[type="radio"]{
      -webkit-appearance: none;
      position: relative;
      height: 100%;
      width: 100%;
      cursor: pointer;
      border: 3px solid transparent;
      outline: none;
      box-shadow: 15px 15px 25px rgba(2,28,53,0.05);
      margin-top:-1px;
  }
  .tile input[type="radio"]:after + label .fa{
      position: absolute;
      font-size: 22px;
      top: 10px;
      color: #e2e6f3;
      margin-left:-7px;
  }
  .tile input[type="radio"]:hover + label .fa{
      transform: scale(1.08);
      color: #478bfb;
  }
  .tile input[type="radio"]:checked + label .fa{
      margin-left:-7px;
      color: #478bfb;
  }
  .tile input[type="radio"]:checked:after + label .fa{
    margin-left:-7px;
    color: #478bfb;
  }
  .tile label{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      height: 80%;
      width: 100%;
      position: absolute;
      bottom: 0;
      cursor: pointer;
  }
  .tile label .fa{
      font-size: 30px;
      color: #2c2c51;
      margin-top:-10px;
      margin-left:-35px;
  }
  .tile label .fa:hover{
      color: #478bfb;
  }
  .tile input[type="radio"]:checked + label .fa{
      animation: grow 0.5s;
  }

  label.art{
    font-size: 14px;
}
  @keyframes grow{
      50%{
          font-size: 60px;
      }
  }

  .starselection {
    position: relative;
    margin-bottom: 10px;
    min-height: 60px;
    border: none;
    padding: 0;
  }
  
  .starselection legend {
    margin-bottom: 10px;
  }
  
  .starselection input {
   position:absolute;
   margin-right:-100%;
   opacity:0;
  }
  .starselection input:checked ~ label,
  .starselection input:focus ~ label {
    background-position: 0 -30px;
  }
  
  .starselection label {
    position: relative;
    float: left;
    width: 30px;
    font-size: .1em;
    color: transparent;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 -30px;
  }
  
  .starselection label,
  .starselection label:before {
   height:30px;
   background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  }
  
  .starselection label:before {
   content:'';
   position:absolute;
   display:block;
   pointer-events:none;
   opacity:0;
   background-position: 0 30px;
  }
  
  /* Fokusmarkierung per Tastatur */
  .starselection .starselection__focus-ring {
    position:absolute;
    left:0;
    width:100%;
    height:30px;
    outline:2px dotted #999;
    pointer-events:none;
    opacity:0;
  }
  .starselection .input-no-rate:focus ~ .starselection__focus-ring {
    opacity:1;
  }
  
  /* Sternentausch */
  
  .starselection input:checked ~ label {
   background-position:0 0;
  }
  .starselection input:checked + label,
  .starselection input:focus + label {
   background-position:0 -30px;
  }
  .starselection input:hover ~ label,
  .starselection input:focus ~ label{
   background-position:0 0;
  }
  .starselection input:hover + label,
  .starselection input:focus + label {
   background-position:0 -30px;
  }
  .starselection input:hover + label:before,
  .starselection input:focus + label:before {
   opacity:1;
  }
  
  /* Breite und Positionierung */
  .starselection label:nth-of-type(5):before {
   width:120px;
   left:-120px;
  }
  .starselection label:nth-of-type(4):before {
   width:90px;
   left:-90px;
  }
  .starselection label:nth-of-type(3):before {
   width:60px;
   left:-60px;
  }
  .starselection label:nth-of-type(2):before {
   width:30px;
   left:-30px;
  }
  .starselection label:nth-of-type(1):before {
   width:0;
   left:0;
  }
  
  /* Effekt 1: grow */
  
  .starselection--grow label:after,
  .starselection--growrotate label:after {
   content:' ';
   position:absolute;
   bottom:0;
   left:0;
   opacity:0;
   width:30px;
   height:30px;
   background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
   background-repeat:no-repeat;
  }
  
  .starselection--grow input:checked + label:after,
  .starselection--growrotate input:checked + label:after {
   background-position:0 -30px;
   opacity:1;
   animation-duration:1s;
   animation-fill-mode:forwards;
  }
  
  .starselection--grow input:checked + label:after {
   animation-name:stargrow;
  }
  
  .starselection--growrotate input:checked + label:after {
   animation-name:stargrowrotate;
  }
  
  @keyframes stargrow {
   0% {
    transform:scale(1);
   }
   70% {
    transform:scale(3);
    opacity:0;
   }
   to {
    transform:scale(1);
    opacity:0;
   }
  }
  
  @keyframes stargrowrotate {
   0% {
    transform:scale(1) rotate(0deg)
   }
   99% {
    transform:scale(4) rotate(90deg);
    opacity:0
   }
   to {
    transform:scale(1) rotate(0deg);
    opacity:0
   }
  }
  

  
  select:required:invalid {
    color: #808080 !important;
  }
  option[value=""][disabled] {
    display: none !important;
  }
  option {
    color: #67615A !important;
  }
  input[type=date] {
    color: #8e8e8e;
 }
 input[type=date]:after {
  color: #67615A;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: -30px 0 30px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}


  .form-button {
    border: 0;
    outline: 0;
    background: #ffffff;
    cursor: pointer;
    border-radius: 0;
  }
  
  input[type="submit"] {
    border-radius: 5px;
    -webkit-appearance: none;
  }

  .form-group .privacy {
    font-family: "SFProDisplay-Regular", sans-serif;
    font-size: 15px;
    line-height: 140%;
  }
  
  .inner-title {
    color: #5F7581;
    /*max-width: 555px;*/
    width: 100%;
    font-size: 57px;
    line-height: 60px;
  }
  
  .inner-title-wrap {
    position: relative;
    margin-bottom: 65px;
  }
  
  .inner-title-wrap::after {
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
  }
  
  .inner-navbar {
    margin-bottom: 40px;
  }
  
  .inner-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
    padding-bottom: 16px;
  }
  
  .inner-nav__item {
    margin-right: 42px;
  }
  
  .inner-nav__item:last-child {
    margin-right: 0;
  }
  
  .inner-nav__link {
    font-size: 15px;
    line-height: 18px;
    color: #67615A;
    text-decoration: none;
    transition: all 0.3s ease-out;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  
  .inner-nav__link:hover {
    color: #C18674;
  }
  
  .inner-nav__link.mixitup-control-active {
    color: #C18674;
  }
  
  .inner-title-wrap .container {
    position: relative;
  }
  
  .inner-btns {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1;
  }
  
  .inner-btn {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .inner-btn a {
    text-decoration: none;
  }
  
  .inner-btn-arrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 50%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    transition: all 0.3s ease-out;
  }
  
  .inner-btn-arrow i {
    margin-left: 2px;
  }

  .inner-btn-arrow-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    font-size: 16px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 20%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }

  .inner-btn-lock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    font-size: 16px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 20%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }

  .inner-btn-xing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 20%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }

  .inner-btn-linkedin {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 20%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .inner-btn-whatsapp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 20%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .inner-btn-vcf-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 20%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .inner-btn-email {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 20%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .inner-btn-facebook {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
    border-radius: 20%;
    border: 1px solid #C18674;
    color: #C18674;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .inner-btn:hover .inner-btn-arrow, 
  .inner-btn:hover .inner-btn-arrow-left, 
  .inner-btn:hover .inner-btn-lock, 
  .inner-btn:hover .inner-btn-xing, 
  .inner-btn:hover .inner-btn-linkedin,  
  .inner-btn:hover .inner-btn-whatsapp, 
  .inner-btn:hover .inner-btn-vcf-card, 
  .inner-btn:hover .inner-btn-email, 
  .inner-btn:hover .inner-btn-facebook {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  
  .header {
    padding: 37px 0 28px;
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
  }
  
  .header.fixed {
    position: fixed;
    background: #ffffff;
    padding: 30px 0 30px;
  }
  
  .header.fixed .header-logo {
    top: -10px;
    left: 60px;
  }
  
  .header.fixed .header-logo-main, .header.fixed .header-logo-small {
    color: #67615A;
  }
  
  .header.fixed .header-logo-main {
    font-size: 25px;
    line-height: 30px;
  }
  
  .header.fixed .header-logo-small {
    margin-top: -2px;
  }
  
  .header.fixed .nav-link, .header.fixed .nav-link-service {
    color: #67615A;
  }
  
  .header.fixed .nav-link:hover {
    color: #C18674;
  }
  
  .header.fixed .nav-link-service:hover {
    color: #5F7581;
  }
  
  .header.fixed .header-phone {
    right: 68px;
  }
  
  .header.fixed .header-phone__link {
    color: #67615A;
  }
  
  .header.fixed .header-phone__link:hover {
    color: #C18674;
  }



  .header-cnt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  
  .header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 130px;
    padding-left: 5px;
  }
  
  .header-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -12px;
    left: 60px;
    margin: auto;
  }
  
  .header-logo-main {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
  }
  
  .header-logo-small {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    margin-top: -5px;
  }
  
  .header-nav {
    margin-right: 40px;
  }
  
  .header-nav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .header-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 27px;
  }
  
  .header-social__item {
    margin-right: 10px;
  }
  
  .header-social__item:last-child {
    margin-right: 0;
  }
  
  .header-social__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
            text-decoration: none;
  }
  
  .header-phone {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 72px;
    margin: auto;
  }
  
  .header-phone__link {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .header-phone__link:hover {
    color: #C18674;
  }
  
  .header-phone .header-social {
    display: none;
  }
  
  .header .nav-item, .header .nav-item-service {
    margin-right: 45px;
    position: relative;
  }
  
  .header .nav-item:last-child, .header .nav-item-service:last-child {
    margin-right: 0;
  }
  
  .header .nav-item.active .nav-link {
    color: #C18674;
  }
  
  .header .nav-item-service.active .nav-link-service {
    color: #5F7581;
  }
  
  .header .nav-link, .header .nav-link-service {
    font-family: "SFProText-Medium", sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .header .nav-link:hover {
    color: #C18674;
  }
  
  .header .nav-link-service:hover {
    color: #5F7581;
  }
  
  .header--black .header-logo-main, .header--black .header-logo-small {
    color: #67615A;
  }
  
  .header--black .nav-link {
    color: #67615A;
  }
  
  .header--black .nav-link:hover {
    color: #C18674;
  }
  
  .header--black .nav-link-service {
    color: #67615A;
  }
  
  .header--black .nav-link-service:hover {
    color: #5F7581;
  }
  
  .header--black .header-phone__link {
    color: #67615A;
  }
  
  .header--black .header-phone__link:hover {
    color: #C18674;
  }
  
  .header--black .header-burger-line {
    background: #67615A;
  }
  
  .header-lang, .header-contacts {
    display: none;
  }
  
  .header-burger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 100;
  }
  
  .header-burger-inner {
    width: 30px;
    height: 30px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .header-burger-line {
    display: block;
    background: #ffffff;
    width: 30px;
    height: 3px;
    transition: all 0.3s ease-out;
    margin: 5px 0;
  }
  
  .header-burger.clicked .header-burger-line {
    background: #C18674;
  }
  
  .header-burger.clicked .header-burger-line:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  
  .header-burger.clicked .header-burger-line:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(7px) translateX(5px);
            transform: rotate(45deg) translateY(7px) translateX(5px);
  }
  
  .header-burger.clicked .header-burger-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(5px);
            transform: rotate(-45deg) translateY(-7px) translateX(5px);
  }

  .dropdown {
    position: relative;
  }
  
  .dropdown:after {
    content: '';
    height: 0;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
  }
  
  .dropdown:hover:after {
    height: 35px;
  }
  
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
  }
  
  .dropdown-menu {
    position: absolute;
    margin-top: 35px;
    background: #ffffff;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    margin-left: -30px;
  }
  
  .dropdown-menu__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .dropdown-menu__inner .dropdown-list {
    margin-right: 35px;
  }
  
  .dropdown-menu__inner .dropdown-list:last-child {
    margin-right: 0;
  }
  
  .dropdown-list__item {
    margin-bottom: 20px;
  }
  
  .dropdown-list__item:last-child {
    margin-bottom: 0;
  }
  
  .dropdown-list__item.active .dropdown-list__link {
    color: #C18674;
  }
  
  .dropdown-list__item.active .dropdown-list-service__link {
    color: #5F7581;
  }
  
  .dropdown-list__link, .dropdown-list-service__link {
    font-family: "SFProText-Medium", sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #67615A;
    transition: all 0.3s ease-out;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .dropdown-list__link:hover {
    color: #C18674;
  }
  
  .dropdown-list-service__link:hover {
    color: #5F7581;
  }
  
  .main {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  
  .hero {
    min-height: 100vh;
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
  }
  
  .hero .container-fluid {
    position: relative;
    z-index: 1;
  }
  
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  
  .hero-cnt {
    position: relative;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 200px 61px 88px 0;
  }
  
  .hero-descr {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    max-width: 415px;
    width: 100%;
    padding-top: 10px;
  }
  
  .hero-title {
    max-width: 535px;
    width: 100%;
    margin-bottom: 205px;
  }
  
  .hero-title span.d {
    color: #67615A;
  }
  
  .hero-title span.s {
    color: #9D9E92;
  }
  
  .hero-title span.f {
    color: #C18674;
  }
  
  .hero-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .hero-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 83px;
    height: 83px;
    color:#fff;
    border-radius: 20%;
    border: 2px solid #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }

  .hero-btn-left {
    left:114px;
  }
  
  .hero-btn i {
    font-size: 25px;
    transition: all 0.3s ease-out;
    transition-delay: .15s;
  }
  
  .hero-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background: #C18674;
    border-color: #C18674;
  }
  
  .hero-btn:hover i {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  
  .hero--interior {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  
  .hero--interior:after {
    content: none;
  }
  
  .hero--interior .swiper-pagination.swiper-pagination-bullets {
    bottom: 36px;
    left: 52px;
    right: inherit;
    text-align: left;
  }
  
  .hero--interior .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff;
    margin: 0 9px;
    opacity: 1;
    transition: all 0.3s ease-out;
  }
  
  .hero--interior .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C18674;
  }
  
  .hero--interior .swiper-button-next, .hero--interior .swiper-button-prev {
    width: 23px;
    height: 43px;
  }
  
  .hero--interior .swiper-button-next:after, .hero--interior .swiper-button-prev:after {
    content: none;
  }
  
  .hero--interior .swiper-button-prev {
    left: 65px;
  }
  
  .hero--interior .swiper-button-next {
    left: 120px;
    right: inherit;
  }
  
  .hero--interior .swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .hero-slider {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  
  .hero-slide {
    background-size: cover;
    background-position: center;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  
  .hero-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  
  .hero-slide-1:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  }
  
  .hero-slide-2:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  
  .hero-slide-3:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23));
  }
  
  .hero-slide__cnt {
    padding-top: 110px;
    position: relative;
    z-index: 2;
  }
  
  .hero-slide__title {
    font-size: 90px;
    line-height: 80px;
    color: #ffffff;
    font-family: "SFProDisplay-Semibold", sans-serif;
    margin-bottom: 80px;
  }
  
  .hero-slide__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .hero-slide__btn {
    margin-right: 83px;
  }
  
  .hero-slide__descr {
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    max-width: 330px;
    width: 100%;
  }
  
  .hero-inner {
    padding-bottom: 81px;
    position: relative;
    z-index: 1;
  }
  
  .hero-inner .hero-title {
    font-size: 75px;
    line-height: 75px;
    max-width: none;
    margin-bottom: 32px;
  }

  .hero-inner .hero-descr {
    margin-bottom: 204px;
    font-size: 18px;
    line-height: 25px;
    color: #5F7581;
  }
  
  .hero-inner .hero-btn:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .hero-inner .hero-btn:hover i {
    -webkit-transform: scale(1) translateY(10px);
            transform: scale(1) translateY(10px);
  }
  
  .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-size: cover;
  }
  
  .hero-demo  {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .hero-demo .hero-inner {
    padding: 200px 0;
  }
  
  .hero-demo .hero-descr {
    margin-bottom: 0;
  }
  
  .hero-demo .hero-btn {
    position: absolute;
    bottom: 80px;
    right: inherit;
    z-index: 2;
  }
  
  .mfp-iframe-holder .mfp-content {
    max-width: calc(100% - 80px);
  }
  
  .create-items {
    margin-bottom: 228px;
  }
  
  .create-items:last-child {
    margin-bottom: 0;
  }
  
  .create-items--center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .create-items--reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .create-items--reverse .create-item__img {
    margin-left: 0;
  }
  
  .create-items--reverse .create-item__img_ {
    margin-left: 0;
  }
  
  .create-items--reverse .create-item__info {
    padding-left: 10px;
    padding-top: 3px;
  }
  
  .create-item .title-wrap {
    margin-bottom: 170px;
  }
  
  .create-item__title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 57px;
    line-height: 60px;
    color: #67615A;
    margin-bottom: 122px;
  }
  
  .create-item__title span {
    color: #C18674;
  }
  
  .create-item__descr {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    max-width: 395px;
    width: 100%;
    margin-top: -25px;
  }
  
  .create-item__img img {
    max-width: 100%;
  }
  
  .create-item__img_ img {
    max-width: 100%;
  }

  .services {
    padding: 163px 0;
  }
  .services-cnt {
    margin: 0 -71px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .services-cnt {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
  .services-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 142px);
    margin: 0 71px;
  }
  .services-info .services-img {
    display: none;
    position: static;
    padding-top: 0;
  }
  
  .services-info .services-img img {
    position: static;
    width: 100%;
    opacity: 1;
  }
  
  .services-title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 57px;
    line-height: 60px;
    color: #67615A;
    margin-bottom: 30px;
  }
  .services-title {
    margin-bottom: 50px;
  }
  .services-list {
    width: 100%;
    margin-bottom: 4px;
  }
  
  .services-list__item {
    border-bottom: 1px solid #67615A;
  }
  
  .services-list__link-active {
    color: #9D9E92;
    text-decoration: none;
  }
  
  .services-list__link {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 15px;
    line-height: 41px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #67615A;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    transition: all 0.3s ease-out;
  }
  
  .services-list__link.active {
    color: #9D9E92;
  }
  
  .services-list__link.active .services-list__arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  
  .services-list__arrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #67615A;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    transition: all 0.3s ease-out;
  }

  .services-img-wrap {
    width: calc(50% - 142px);
    margin: 0 71px;
    position: relative;
  }
  .services-img {
    position: absolute;
    padding-top: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .services-img:first-child {
    position: relative;
  }
  
  .services-img img, .services-img iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  
  .services-img.active img, .services-img.active iframe {
    opacity: 1;
  }

.services-img.active iframe {
  visibility: visible;
  z-index: 10; 
  overflow: auto; 
}

.border-none {
  border:none;
}

.size {
 width:484px;
 height:506px;
}

.size-item {
 width:566px;
 height:450px;
}

  .service {
    padding: 162px 0;
  }
  
  .service-title-wrap {
    width: calc(50% - 50px);
    margin-right: 50px;
  }
  
  .service-items {
    padding-top: 5px;
  }
  
  .service-item {
    border-bottom: 1px solid #67615A;
  }
  
  .service-item__title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 15px;
    line-height: 39px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #67615A;
  }
  
  .service-item__title-work {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 15px;
    line-height: 39px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5F7581;
  }
  
  .service-item__toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1px 4px 1px 0;
    cursor: pointer;
  }
  
  .service-item__toggle.active .service-item__arrow {
    background: #C18674;
    border-color: #C18674;
  }
  
  .service-item__arrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #67615A;
    border-radius: 50%;
    transition: all 0.3s ease-out;
  }
  
  .service-item__cnt {
    padding: 40px 0 38px;
    display: none;
    border-top: 1px solid #67615A;
  }
  
  .service-item__cnt.active {
    display: block;
  }
  
  .service-item__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  
  .service-item__links {
    width: 25%;
  }
  
  .service-item__descr {
    width: 75%;
    padding-left: 15px;
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
  }
  
  .service-item__link {
    font-family: "SFProText-Regular", sans-serif;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
  }
  
  .service-item__link i {
    margin-left: 13px;
    transition: all 0.3s ease-out;
  }
  
  .service-item__link:hover i {
    margin-left: 20px;
  }
  
  .mail-item__cnt {
    padding: 20px 0 20px;
    display: none;
    border-top: 1px solid #67615A;
  }
  
  .mail-item__cnt.active {
    display: block;
  }
  
  .project {
    padding-top: 0px;
  }
  
  .project .swiper-button-next, .project .swiper-button-prev {
    top: -113px;
    left: inherit;
    width: 18px;
    height: 33px;
  }
  
  .project .swiper-button-next:after, .project .swiper-button-prev:after {
    content: none;
  }
  
  .project .swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .project .swiper-container {
    overflow: visible;
  }
  
  .project-title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 57px;
    line-height: 60px;
    color: #67615A;
    margin-bottom: 90px;
  }
  
  .project-slide {
    position: relative;
    overflow: hidden;
  }
  
  .project-slide:hover .project-slide__hover {
    opacity: 1;
    visibility: visible;
  }
  
  .project-slide__hover {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #F9F9F9;
    border: 1px solid #67615A;
    padding: 45px 38px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .project-slide__img img {
    max-width: 100%;
    width: 100%;
  }
  
  .project-slide__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
    padding-bottom: 17px;
    border-bottom: 1px solid #67615A;
    margin-bottom: 56px;
    width: 100%;
  }
  
  .project-slide__descr {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    max-width: 330px;
    width: 100%;
  }
  
  .project-slide__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .project-slide__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #C18674;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    text-decoration: none;
  }
  
  .project-slide__btn i {
    transition: all 0.3s ease-out;
    transition-delay: .15s;
  }
  
  .project-slide__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .project-slide__btn:hover i {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  
  .testimonials {
    padding-top: 0;
  }
  
  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    top: 33px;
    left: inherit;
    width: 18px;
    height: 33px;
  }
  
  .testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
    content: none;
  }
  
  .testimonials .swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 0;
  }
  
  .testimonials .swiper-button-prev {
    right: 45px;
  }
  
  .testimonials .swiper-container {
    padding-top: 285px;
    margin-top: -50px;
  }
  
  .testimonials-slide__header {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 29px;
  }
  
  .testimonials-slide__header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #67615A;
    bottom: 5px;
  }
  
  .testimonials-slide__icon {
    height: 31px;
    margin-top: -8px;
  }
  
  .testimonials-slide__icon i {
    width: 37px;
  }
  
  .testimonials-slide__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #67615A;
  }
  
  .testimonials-slide__descr {
    max-width: 430px;
    width: 100%;
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
  }
  
  .testimonials-slide__img {
    width: 265px;
    height: 265px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 73px;
  }
  
  .testimonials-slide__img img {
    max-width: 100%;
    border-radius: 50%;
  }
  
  .news {
    padding: 163px 0;
  }
  
  .news-cnt {
    margin: 0 -71px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .news-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 142px);
    margin: 0 71px;
  }
  
  .news-info .news-img {
    display: none;
    position: static;
    padding-top: 0;
  }
  
  .news-info .news-img img {
    position: static;
    width: 100%;
    opacity: 1;
  }
  
  .news-img-wrap {
    width: calc(50% - 142px);
    margin: 0 71px;
    position: relative;
  }
  
  .news-img {
    position: absolute;
    padding-top: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .news-img:first-child {
    position: relative;
  }
  
  .news-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  
  .news-img.active img {
    opacity: 1;
  }
  
  .news-title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 57px;
    line-height: 60px;
    color: #67615A;
    margin-bottom: 30px;
  }
  
  .news-list {
    width: 100%;
    margin-bottom: 4px;
  }
  
  .news-list__item {
    border-bottom: 1px solid #67615A;
  }
  
  .news-list__link {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 15px;
    line-height: 41px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #67615A;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    transition: all 0.3s ease-out;
  }
  
  .news-list__link.active {
    color: #C18674;
  }
  
  .news-list__link.active .news-list__arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }


  .news-list__arrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #67615A;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    transition: all 0.3s ease-out;
  }
  
  .news-page .footer {
    border-top: 0;
  }
  
  .services-p {
    padding: 272px 0 0;
  }
  .services-p {
    padding: 272px 0 0;
  }
  
  .services-p-tag {
    position: absolute;
    margin-top: 6px;
    font-family: "SFProText-Bold", sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #C18674;
  }
  
  .services-p .inner-title-wrap {
    margin-bottom: 75px;
  }
  
  .services-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -30px;
  }
  
  .services-grid__item {
    width: calc(33.333% - 60px);
    margin: 30px;
    position: relative;
    overflow: hidden;
  }
  
  .services-grid__item:hover .services-hover {
    opacity: 1;
    visibility: visible;
  }
  
  .services-item__img {
    padding-top: 94.5%;
    position: relative;
  }
  
  .services-item__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .services-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #5F7581;
    border: 1px solid #67615A;
    border-radius: 0 5px 5px 0;
    padding: 46px 39px 37px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  
  .services-hover__info {
    width: 100%;
  }
  
  .services-hover__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 57px;
  }
  
  .services-hover__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
  }
  
  .services-hover__tag {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
  }
  
  .services-hover__descr {
    max-width: 330px;
    font-size: 15px;
    line-height: 21px;
  }
  
  .services-hover__btn {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
  }
  
  .services-hover__btn i {
    margin-left: 10px;
    transition: all 0.3s ease-out;
  }
  
  .services-hover__btn:hover i {
    margin-left: 15px;
  }
  
  .services-listing {
    margin: -30px 70px -30px -30px;
  }
  
  .services-listing__item {
    position: relative;
  }
  
  .services-listing__item:hover .services-hover {
    opacity: 1;
    visibility: visible;
  }
  
  .services-listing__item .services-hover {
    max-width: 434px;
    left: inherit;
    padding: 46px 0 31px 39px;
  }
  
  .services-listing__item .services-hover__header {
    margin-bottom: 20px;
  }
  
  .services-listing__img {
    position: relative;
    padding-top: 39%;
  }
  
  .services-listing__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }


  .news-p {
  }
  
  .news-p-tag {
    position: absolute;
    margin-top: 6px;
    font-family: "SFProText-Bold", sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #C18674;
  }
  
  .news-p .inner-title-wrap {
    margin-bottom: 75px;
  }
  
  .news-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -30px;
  }
  
  .news-grid__item {
    width: calc(33.333% - 60px);
    margin: 30px;
    position: relative;
    overflow: hidden;
  }
  
  .news-grid__item:hover .news-hover {
    opacity: 1;
    visibility: visible;
  }
  
  .news-item__img {
    padding-top: 94.5%;
    position: relative;
  }
  
  .news-item__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .news-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #C18674;
    border: 1px solid #67615A;
    padding: 46px 39px 37px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  
  .news-hover__info {
    width: 100%;
  }
  
  .news-hover__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 16px;
    border-bottom: 1px solid #67615A;
    margin-bottom: 57px;
  }
  
  .news-hover__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
  }
  
  .news-hover__tag {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
  }
  
  .news-hover__descr {
    max-width: 330px;
    font-size: 15px;
    line-height: 21px;
  }
  
  .news-hover__btn {
    font-size: 18px;
    line-height: 25px;
    color: #67615A;
    text-decoration: none;
  }
  
  .news-hover__btn i {
    margin-left: 10px;
    transition: all 0.3s ease-out;
  }
  
  .news-hover__btn:hover i {
    margin-left: 15px;
  }
  
  .news-listing {
    margin: -30px 70px -30px -30px;
  }
  
  .news-listing__item {
    position: relative;
  }
  
  .news-listing__item:hover .news-hover {
    opacity: 1;
    visibility: visible;
  }
  
  .news-listing__item .news-hover {
    max-width: 434px;
    left: inherit;
    padding: 46px 0 31px 39px;
  }
  
  .news-listing__item .news-hover__header {
    margin-bottom: 20px;
  }
  
  .news-listing__img {
    position: relative;
    padding-top: 39%;
  }
  
  .news-listing__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .partners {
    padding: 136px 0;
  }
  
  .partners-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .room {
    padding: 0;
  }
  
  .room-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .room-item {
    width: 33.333%;
    position: relative;
    overflow: hidden;
  }
  
  .room-item.grid-item {
    padding: 0;
  }
  
  .room-item:hover .room-item__cnt {
    opacity: 1;
    visibility: visible;
  }
  
  .room-item--long .room-item__img {
    padding-top: 44.5%;
  }
  
  .room-item__img {
    position: relative;
    padding-top: 89%;
  }
  
  .room-item__img img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  
  .room-item__cnt {
    padding: 45px 39px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: #F9F9F9;
    opacity: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .room-item__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
    padding-bottom: 15px;
    border-bottom: 1px solid #67615A;
    margin-bottom: 57px;
    width: 100%;
  }
  
  .room-item__descr {
    max-width: 330px;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
  }
  
  .room-item__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #C18674;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    transition: all 0.3s ease-out;
  }
  
  .room-item__btn i {
    transition: all 0.3s ease-out;
    transition-delay: .15s;
  }
  
  .room-item__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .room-item__btn:hover i {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  
  .room-item__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .team {
    padding: 0;
  }
  
  .team .title-wrap {
    margin-bottom: 125px;
  }
  
  .team-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .team-item {
    width: 25%;
    position: relative;
    overflow: hidden;
  }
  
  .team-item:hover .team-item__cnt {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  
  .team-item__img {
    position: relative;
    padding-top: 115%;
  }
  
  .team-item__img img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  
  .team-item__cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 52px 40px 39px;
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  
  .team-item__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #C18674;
    margin-bottom: 57px;
  }
  
  .team-item__descr {
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    max-width: 330px;
    width: 100%;
  }
  
  .team-item__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .team-item__social-item {
    margin-right: 34px;
  }
  
  .team-item__social-item:last-child {
    margin-right: 0;
  }
  
  .interior .news {
    padding: 220px 0 0;
  }
  
  .trends-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
  }
  
  .trends-items:last-child {
    margin-bottom: 0;
  }
  
  .trends-item {
    width: 50%;
  }
  
  .trends-title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 122px;
  }
  
  .trends-title span {
    font-size: 37px;
    color: #C18674;
  }
  
  .trends-title span.i {
    font-size: 18px;
    color: #000000;
    font-style: italic;
  }
  
  .trends-descr {
    max-width: 460px;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
  }
  
  .trends-descr p {
    padding: 10px;
  }

  .trends-descr p:not(:first-of-type) {
    padding-top: 0;
  }

  .trends-cnt {
    background: #F9F9F9;
    padding: 24px 0 85px 45px;
  }
  
  .trends-cnt__subtitle {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 220px;
    line-height: 220px;
    letter-spacing: 0.03em;
    color: #C18674;
    margin-bottom: 8px;
  }
  
  .trends-cnt .title-wrap {
    margin-bottom: 82px;
    padding-left: 5px;
  }
  
  .trends-cnt__descr {
    max-width: 331px;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-right: 47px;
    padding-left: 5px;
  }
  
  .trends-video {
    padding-left: 150px;
  }
  
  .trends-video .title-wrap {
    margin-bottom: 187px;
  }
  
  .trends-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    border: 2px solid #67615A;
    transition: all 0.3s ease-out;
  }
  
  .trends-btn i {
    transition: all 0.3s ease-out;
    transition-delay: .15s;
  }
  
  .trends-btn:hover {
    border-color: #C18674;
    background: #C18674;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .trends-btn:hover i {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  
  .trends-img img {
    width: 100%;
  }
  
  .about-page .team {
    padding-top: 260px;
  }
  
  .about-page .partners {
    padding: 215px 0 193px;
  }
  
  .philosophy {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  
  .philosophy-img {
    position: relative;
    padding-top: 40%;
  }
  
  .philosophy-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
  
  .philosophy-cnt {
    padding-top: 190px;
  }
  
  .philosophy-cnt .title-wrap {
    margin-bottom: 235px;
    padding-top: 8px;
  }
  
  .philosophy-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 250px;
  }
  
  .philosophy-items:last-child {
    margin-bottom: 0;
  }
  
  .philosophy-item {
    width: 50%;
  }
  
  .philosophy-descr {
    font-family: "SFProText-Medium", sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #67615A;
    max-width: 395px;
    width: 100%;
  }
  
  .philosophy-info {
    padding: 63px 0 85px 50px;
  }
  
  .philosophy-info--gray {
    background: #F9F9F9;
  }
  
  .philosophy-info__subtitle {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 110px;
    line-height: 90px;
    color: #C18674;
    margin-bottom: 43px;
  }
  
  .philosophy-info .title-wrap {
    margin-left: 4px;
    margin-bottom: 82px;
  }
  
  .philosophy-info__descr {
    max-width: 330px;
    width: 100%;
    margin-right: 45px;
    margin-left: 4px;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
  }
  
  .video__cnt {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 53%;
    width: 100%;
    position: relative;
  }
  
  .video__cnt iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
  }
  
  .video__play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .video__play.hidden {
    display: none;
  }
  
  .video__play i {
    transition: all 0.3s ease-out;
    transition-delay: .15s;
  }
  
  .video__play:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background: #C18674;
  }
  
  .video__play:hover i {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  
  .video-wrap {
    position: relative;
    z-index: 1;
    width: calc(100vw/2 - 60px);
  }
  
  .error {
    padding: 260px 0 195px;
  }
  
  .error-cnt {
    max-width: 585px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
  
  .error-info {
    background: #F9F9F9;
    padding: 67px 0 67px 50px;
    margin-bottom: 54px;
  }
  
  .error-title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 110px;
    line-height: 90px;
    color: #C18674;
    margin-bottom: 52px;
  }
  
  .error .title-wrap {
    margin-left: 10px;
    margin-bottom: 82px;
  }
  
  .error .title {
    font-family: "SFProDisplay-Bold", sans-serif;
    letter-spacing: 1.2px;
  }
  
  .error-descr {
    font-size: 16px;
    line-height: 26px;
    color: #67615A;
    max-width: 304px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: 45px;
  }
  
  .error-descr a {
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .error-descr a:hover {
    text-decoration: underline;
  }
  
  .error .form-control {
    padding: 16px 60px 16px 24px;
    height: 50px;
    width: 100%;
  }
  
  .error .form-group {
    position: relative;
  }
  
  .error .form-button {
    position: absolute;
    width: 56px;
    height: calc(100% - 4px);
    background: #ffffff;
    top: 0;
    bottom: 0;
    right: 1px;
    margin: auto;
  }
  
  .contact {
    padding: 270px 0 200px;
  }
  
  .contact-title-wrap {
    margin-bottom: 65px;
  }
  
  .contact-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .contact-item {
    width: 50%;
  }
  
  .contact-cnt .title-wrap {
    margin-bottom: 115px;
  }
  
  .contact-info {
    padding-top: 15px;
  }
  
  .contact-info__phone {
    margin-bottom: 120px;
  }
  
  .contact-info__phone-link {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 32px;
    line-height: 21px;
    text-align: center;
    color: #67615A;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__phone-link:hover {
    color: #C18674;
  }
  
  .contact-info__addr {
    max-width: 500px;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .contact-info__addr-link {
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__addr-link span {
    color: #C18674;
  }
  
  .contact-info__addr-link:hover {
    color: #C18674;
  }

  .contact-info__privacy {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .contact-info__privacy {
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__privacy span {
    color: #000;
    margin-top: 5px;
    display:block;
    margin-left: 5px;
  }
  
  .contact-info__privacy:hover {
    color: #000;
  }
  
  .contact-info__imp {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  
  .contact-info__imp {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__imp span {
    font-weight:  bold;
    color: #000;
  }
  
  .contact-info__imp span a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__imp span a:hover {
    color: #67615A;
  }
  
  .contact-info__ver {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .contact-info__ver {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__ver span {
    font-weight:  bold;
    color: #000;
  }
  
  .contact-info__txt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .contact-info__txt {
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__txt span {
    color: #000;
  }
  
  .contact-info__txt:hover {
    color: #000;
  }
  
  .contact-info__title_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 50px;
  }
  
  .contact-info__title_imp_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 10px;
  }
  
  .contact-info__title_ver_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 20px;
  }

  .contact-info__privacy {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .contact-info__privacy {
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__privacy span {
    color: #000;
  }
  
  .contact-info__privacy:hover {
    color: #000;
  }
  
  .contact-info__ver {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .contact-info__ver {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__ver span {
    font-weight:  bold;
    color: #000;
  }
  
  .contact-info__txt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .contact-info__txt {
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__txt span {
    color: #000;
  }
  
  .contact-info__txt:hover {
    color: #000;
  }
  
  .contact-info__title_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 50px;
  }
  
  .contact-info__title_ust_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 20px;
  }
  
  .contact-info__title_ver_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 20px;
  }
  
  .contact-info__title {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
  }
  
  .contact-info__title a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__title a:hover {
    color: #67615A;
  }

  .contact-info__txt {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-top: 50px;
  }
  
  .contact-info__txt a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__txt a:hover {
    color: #000;
  }
  
  .contact-info__txt2 {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-top: 30px;
  }
  
  .contact-info__txt2 a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__txt2 a:hover {
    color: #000;
  }
  
  .contact-info__txt2 p {
    padding: 10px 0;
  }
  
  .contact-info__txt3 {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-top: -40px;
  }
  
  .contact-info__txt3 a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .contact-info__txt3 a:hover {
    color: #000;
  }
  
  .contact-info__last_date {
    font-family: "SFProDisplay-MediumItalic", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-top: 8rem;
    margin-bottom: -3rem;
  }
  
  .contact-info__item {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .contact-info__item:last-child {
    margin-bottom: 0;
  }

  .contact-info__item_i {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .contact-info__item_i:last-child {
    margin-bottom: 50px;
  }
  
  .contact-info__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
  }
  
  .contact-info__social-item {
    margin-right: 20px;
  }
  
  .contact-info__social-item:last-child {
    margin-right: 0;
  }
  
  .contact-form__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 38px;
    line-height: 50px;
    color: #67615A;
    margin-bottom: 60px;
  }
  
  .contact-form__title span {
    color: #C18674;
  }

  .contact-form__title_txt {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 15px;
    line-height: 50px;
    color: #67615A;
    margin-bottom: 5px;
  }
  
  .contact-form .form-group {
    margin-bottom: 30px;
  }
  
  .contact-form .form-group:last-child {
    margin-bottom: 0;
  }
  
  .contact-form .form-group-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -15px 30px;
  }
  
  .contact-form .form-group-items .form-group {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  
  .contact-form textarea.form-control {
    height: 174px;
  }
  
  .contact-form__btn {
    color: #ffffff;
  }


  .client-portal {
    padding: 270px 0 200px;
  }
  
  .client-portal-title-wrap {
    margin-bottom: 65px;
  }
  
  .client-portal-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .client-portal-item {
    width: 50%;
  }
  
  .client-portal-cnt .title-wrap {
    margin-bottom: 115px;
  }
  
  .client-portal-info {
    padding-top: 15px;
  }
  
  .client-portal-info__phone {
    margin-bottom: 120px;
  }
  
  .client-portal-info__phone-link {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 32px;
    line-height: 21px;
    text-align: center;
    color: #67615A;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__phone-link:hover {
    color: #C18674;
  }
  
  .client-portal-info__txt {
    max-width: 500px;
    width: 100%;
    margin-bottom: 70px;
  }
  
    
  .client-portal-info__txt p {
    padding-top:25px;
  }

  .client-portal-info__privacy {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .client-portal-info__privacy {
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__privacy span {
    color: #000;
    margin-top: 5px;
    display:block;
    margin-left: 5px;
  }
  
  .client-portal-info__privacy:hover {
    color: #000;
  }
  
  .client-portal-info__imp {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  
  .client-portal-info__imp {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__imp span {
    font-weight:  bold;
    color: #000;
  }
  
  .client-portal-info__imp span a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__imp span a:hover {
    color: #67615A;
  }
  
  .client-portal-info__ver {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .client-portal-info__ver {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__ver span {
    font-weight:  bold;
    color: #000;
  }
  
  .client-portal-info__txt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .client-portal-info__txt {
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__txt span {
    color: #000;
  }
  
  .client-portal-info__title_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 50px;
  }
  
  .client-portal-info__title_imp_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 10px;
  }
  
  .client-portal-info__title_ver_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 20px;
  }

  .client-portal-info__privacy {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .client-portal-info__privacy {
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__privacy span {
    color: #000;
  }
  
  .client-portal-info__privacy:hover {
    color: #000;
  }
  
  .client-portal-info__ver {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .client-portal-info__ver {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__ver span {
    font-weight:  bold;
    color: #000;
  }
  
  .client-portal-info__txt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  
  .client-portal-info__txt {
    font-size: 15px;
    line-height: 21px;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__txt span {
    color: #000;
  }
  
  .client-portal-info__title_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 50px;
  }
  
  .client-portal-info__title_ust_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 20px;
  }
  
  .client-portal-info__title_ver_responsible {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #67615A;
    margin-bottom: 20px;
  }
  
  .client-portal-info__title {
    font-family: "SFProText-Bold", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
  }
  
  .client-portal-info__title a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__title a:hover {
    color: #67615A;
  }

  .client-portal-info__txt {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-top: 50px;
  }
  
  .client-portal-info__txt a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__txt a:hover {
    color: #000;
  }
  
  .client-portal-info__txt2 {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-top: 30px;
  }
  
  .client-portal-info__txt2 a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__txt2 a:hover {
    color: #000;
  }
  
  .client-portal-info__txt3 {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-top: -40px;
  }
  
  .client-portal-info__txt3 a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .client-portal-info__txt3 a:hover {
    color: #000;
  }
  
  .client-portal-info__last_date {
    font-family: "SFProDisplay-MediumItalic", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
    margin-top: 8rem;
    margin-bottom: -3rem;
  }
  
  .client-portal-info__item {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .client-portal-info__item:last-child {
    margin-bottom: 0;
  }

  .client-portal-info__item_i {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .client-portal-info__item_i:last-child {
    margin-bottom: 50px;
  }
  
  .client-portal-info__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
  }
  
  .client-portal-info__social-item {
    margin-right: 20px;
  }
  
  .client-portal-info__social-item:last-child {
    margin-right: 0;
  }
  
  .client-portal-form__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 38px;
    line-height: 50px;
    color: #67615A;
    margin-bottom: 60px;
  }
  
  .client-portal-form__title span {
    color: #C18674;
  }

  .client-portal-form__title_txt {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 15px;
    line-height: 50px;
    color: #67615A;
    margin-bottom: 5px;
  }
  
  .client-portal-form .form-group {
    margin-bottom: 30px;
  }
  
  .client-portal-form .form-group:last-child {
    margin-bottom: 0;
  }
  
  .client-portal-form .form-group-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -15px 30px;
  }
  
  .client-portal-form .form-group-items .form-group {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  
  .client-portal-form textarea.form-control {
    height: 174px;
  }
  
  .client-portal-form__btn {
    color: #ffffff;
  }






  
  .planing-title-wrap {
    margin-bottom: 85px;
  }
  
  .planing-title-wrap .container {
    position: relative;
  }
  
  .planing-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -61px 70px;
    counter-reset: title;
  }
  
  .planing-item {
    width: calc(50% - 122px);
    margin: 0 61px 135px;
  }
  
  .planing-item__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
    position: relative;
    counter-increment: title;
    margin-bottom: 26px;
  }
  
  .planing-item__title:before {
    content: counters(title, ".", decimal-leading-zero) ". ";
    padding-right: 3px;
  }
  
  .planing-item__title:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    background: #67615A;
  }
  
  .planing-item__descr {
    max-width: 450px;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #67615A;
    font-family: "SFProText-Medium", sans-serif;
  }
  
  .planing-img {
    margin-bottom: 196px;
  }
  
  .planing-img img {
    max-width: 100%;
  }
  
  .planing-steps {
    counter-reset: step;
  }
  
  .planing-step {
    padding-bottom: 200px;
    counter-increment: step;
    position: relative;
  }
  
  .planing-step:last-child {
    padding-bottom: 0;
  }
  
  .planing-step--mb {
    margin-bottom: 200px;
  }
  
  .planing-step__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -62px;
  }
  
  .planing-step__items--styled .planing-step__item:first-child {
    padding-bottom: 200px;
  }
  
  .planing-step__items--styled .planing-step__item:first-child .planing-step__img {
    padding-bottom: 58%;
    position: relative;
  }
  
  .planing-step__img .long-img_01 {
    width: 893px;
  }
  
  .planing-step__img .long-img_02 {
    width: 900px;
  }
  .planing-step__img .img-left_02 {
    margin-left: -320px;
  }
  
  .planing-step__img .long-img_03 {
    width: 893px;
  }
  .planing-step__img .long-img_04 {
    width: 493px;
  }
  .planing-step__img .img-left_04 {
    margin-left: 0px;
  }
  .planing-step__img .long-img_05 {
    width: 1588px;
  }
  
  .planing-step__img .long-img_06 {
    width: 900px;
  }
  .planing-step__img .img-left_06 {
    margin-left:-373.179px;
  }

  .planing-step__items--styled .planing-step__item:first-child .planing-step__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .planing-step__items--styled .planing-step__descr {
    margin: auto 0 !important;
  }
  
  .planing-step__item {
    width: calc(50% - 124px);
    margin: 0 62px;
  }
  
  .planing-step__item-img {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  
  .planing-step__item .title-wrap {
    margin-bottom: 155px;
  }
  
  .planing-step__title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.03em;
    color: #67615A;
    margin-bottom: 105px;
    position: relative;
  }
  
  .planing-step__title:before {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #C18674;
    position: absolute;
    left: -40px;
    top: -30px;
  }
  .planing-step__title_01:before {
    content:  "01. ";
  }
  .planing-step__title_02:before {
    content:  "02. ";
  }
  .planing-step__title_03:before {
    content:  "03. ";
  }
  .planing-step__title_04:before {
    content:  "04. ";
  }
  .planing-step__title_05:before {
    content:  "05. ";
  }
  .planing-step__title_06:before {
    content:  "06. ";
  }
  .planing-step__title_07:before {
    content:  "07. ";
  }
  .planing-step__title_08:before {
    content:  "08. ";
  }
  .planing-step__title_09:before {
    content:  "09. ";
  }
  
  .planing-step__title-2 {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.03em;
    color: #67615A;
    margin-bottom: 105px;
    position: relative;
  }
  
  .planing-step__title-2:before {
    content: "";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #C18674;
    position: absolute;
    left: -40px;
    top: -30px;
  }
  
  .planing-step__title--pt {
    padding-top: 50px;
  }
  
  .planing-step__title--pt:before {
    top: 24px;
  }
  
  .planing-step__descr {
    max-width: 397px;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    color: #67615A;
  }
  
  .planing-step__descr p {
    padding: 10px;
  }

  .planing-step__descr p:not(:first-of-type) {
    padding-top: 0;
  }
  
  .planing-step__descr a, .create-item__descr a {
    font-family: "SFProText-Regular", sans-serif;
    color: #C18674;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  
  .planing-step__descr a:hover, .create-item__descr a:hover {
    color: #000;
  }
  .planing-step__descr span {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 23px;
    line-height: 38px;
  }

  .planing-step__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 65px;
    margin-bottom: 40px;
  }
  
  .planing-step__info .planing-step__title, .planing-step__info .planing-step__title-2, .planing-step__info .planing-step__descr {
    width: 50%;
  }
  
  .planing-step__info .planing-step__descr {
    padding-left: 22px;
    max-width: 410px;
    padding-top: 5px;
  }
  
  .planing-step__info-img {
    width: 100%;
    margin-left: 65px;
  }
  
  .soon {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    padding: 87px 0;
  }
  
  .soon-page .header, .soon-page .footer {
    display: none;
  }
  
  .soon-logo-title {
    font-family: "SFProDisplay-Semibold", sans-serif;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 152px;
  }

  .soon-logo {
    text-align: center;
    line-height: 38px;
    margin-bottom: 152px;
  }
  
  .soon-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -17px 52px;
  }
  
  .soon-social__item {
    margin: 0 17px;
  }
  
  .soon-title {
    font-family: "SFProDisplay-Bold", sans-serif;
    text-align: center;
    color: #C18674;
    font-size: 57px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  
  .soon-descr {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    max-width: 586px;
    width: 100%;
    margin: 0 auto 153px;
  }
  
  .single {
    padding-bottom: 185px;
  }
  
  .single .title {
    font-size: 15px;
    line-height: 38px;
  }
  
  .single .title-d {
    font-size: 15px;
    line-height: 38px;
  }
  
  .single .title-wrap {
    margin-bottom: 160px;
  }
  
  .single .title-d-wrap {
    margin-bottom: 160px;
  }
  
  .single .title a {
    text-decoration: none;
    color: #C18674;
  }
  
  .single .title-d a {
    text-decoration: none;
    color: #C18674;
  }
  
  .single .title-line {
    bottom: 14px;
  }
  
  .single .title-d-line {
    bottom: 14px;
  }
  
  .single-block {
    padding-top: 145px;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }
  
  .single-block:first-child {
  }
  
  .single-block_ {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding-top: 200px;
  }
  
  .single-block_:first-child {
    padding-top: 185px;
  }
  
  .single-block-2 {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: -200px !important;
  }
  
  .single-block-2:first-child {
    padding-top: 50px;
  }
  
  .single-block--pt {
    padding-top: 0;
  }
  
  .single-txt {
    font-size: 15px;
    line-height: 23px;
    color: #7E7E7E;
    margin-bottom: 100px;
  }
  
  .single-txt p {
    margin-bottom: 23px;
  }
  
  .single-txt p:last-child {
    margin-bottom: 0;
  }
  
  .single-txt strong {
    font-family: "SFProText-Medium", sans-serif;
    font-size: 21px;
    line-height: 32px;
    color: #67615A;
  }
  
  .single-txt--strong {
    margin-bottom: 172px;
  }
  
  .single-title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 37px;
    line-height: 48px;
    color: #67615A;
    margin-bottom: 62px;
  }
  
  .single-figure a, .single-figure a:hover {
    text-decoration: none;
  }
  
  .single-figure {
    border: 2px solid #C18674;
    border-radius: 5px;
    margin: 0 5px 150px;
    padding: 40px 72px 40px 136px;
    position: relative;
  }
  
  .single-figure:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 40px;
    left: 49px;
  }
  
  .single-blockquote {
    margin: 0;
  }
  
  .single-blockquote__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 19px;
    line-height: 29px;
    color: #67615A;
    margin-bottom: 5px;
  }
  
  .single-blockquote__sub span {
    font-family: "SFProDisplay-Regular", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #67615A;
    margin-bottom: 5px;
  }
  
  .single-blockquote__sub {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #67615A;
    margin-bottom: 5px;
  }
  
  .single-blockquote__desc {
    font-family: "SFProDisplay-Regular", sans-serif;
    font-size: 19px;
    line-height: 29px;
    color: #67615A;
    margin-bottom: 15px;
  }
  
  .single-blockquote__link {
    color: #C18674;
    text-decoration: none;
  }
  
  .single-blockquote__link:hover {
    color: #67615A;
    text-decoration: none;
  }
  
  .single-blockquote__txt {
    font-size: 15px;
    line-height: 29px;
    color: #67615A;
    margin-bottom: 27px;
  }
  
  .single-figcaption {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #67615A;
  }
  
  .single-figcaption cite {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #767676;
    font-style: normal;
  }
  
  .single-gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  
  .single-gallery__item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  
  .single-gallery__item img {
    max-width: 100%;
  }
  
  .single-gallery__item .single-img {
    margin-bottom: 30px;
  }
  
  .single-gallery__item .single-img:last-child {
    margin-bottom: 0;
  }
  
  .single-subtitle {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 26px;
    line-height: 35px;
    color: #67615A;
    margin-bottom: 54px;
  }
  
  .single-img img {
    width: 100%;
  }
  
  .blog-tag {
    margin-bottom: 58px;
  }
  
  .blog-tag__item {
    color: #67615A;
    margin-right: 6px;
  }
  
  .blog-tag__item:after {
    content: ',';
  }
  
  .blog-tag__item:last-child {
    margin-right: 0;
  }
  
  .blog-tag__item:last-child:after {
    content: none;
  }
  
  .blog-tag__link {
    font-size: 15px;
    line-height: 26px;
    color: #67615A;
    transition: all 0.3s ease-out;
    text-decoration: none;
  }
  
  .blog-tag__link:hover {
    color: #C18674;
  }
  
  .blog-tag, .blog-share {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    line-height: 26px;
  }
  
  .blog-tag .title-wrap, .blog-share .title-wrap {
    margin-bottom: 0;
    margin-right: 14px;
  }
  
  .blog-tag__txt, .blog-share__txt {
    margin-right: 6px;
    color: #67615A;
  }
  
  .blog-tag__list, .blog-share__list {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
  }
  
  .blog-share__item {
    margin-right: 20px;
  }
  
  .blog-share__item:last-child {
    margin-right: 0;
  }
  
  .blog-share__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .related {
    /*background: #F9F9F9;*/
    padding: 150px 0;
  }
  
  .related .news-grid__item {
    width: 100%;
    margin: 0;
  }
  
  .related .swiper-button-next, .related .swiper-button-prev {
    top: -113px;
    left: inherit;
    width: 18px;
    height: 33px;
  }
  
  .related .swiper-button-next:after, .related .swiper-button-prev:after {
    content: none;
  }
  
  .related .swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .related .swiper-container {
    overflow: visible;
  }
  
  .related-title {
    color: #67615A;
    font-size: 57px;
    line-height: 60px;
    font-family: "SFProDisplay-Semibold", sans-serif;
    margin-bottom: 89px;
  }
  
  .portfolio {
    padding: 270px 0 0;
  }
  
  .portfolio-page .footer {
    border-top: 0;
  }
  
  .portfolio-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -30px;
  }
  
  .portfolio-grid__item {
    width: calc(33.333% - 60px);
    margin: 30px;
  }
  
  .grid-wrap {
    margin: -30px;
  }
  
  .grid-item {
    width: 33.333%;
    padding: 30px;
  }
  
  .grid-item--width2 {
    width: 66.666%;
  }
  
  .grid-item--width3 {
    width: 100%;
  }
  
  .details {
    padding: 272px 0 0;
  }
  
  .details-title-wrap {
    margin-bottom: 75px;
  }
  
  .details-page .planing-step {
    padding-bottom: 197px;
  }

  .details-page .planing-step__items--styled .planing-step__descr {
    margin: auto 0;
  }
  
  .details-page .planing-step__items--end {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  
  .details-page .planing-step__items--end .planing-step__descr {
    margin-bottom: 100px;
  }
  
  .details-page .planing-step__descr {
    margin-bottom: 90px;
    line-height: 22px;
  }
  
  .details-page .planing-step__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .details-page .planing-step__item-img {
    bottom: 0;
  }
  
  .details-page .planing-step__title:before {
    content: none;
  }
  
  .details-page .planing-step__title-2:before {
    content: none;
  }
  
  .details-page .planing-items {
    margin: 0 -61px 28px;
  }
  
  .details-page .planing-item {
    margin: 0 61px 175px;
  }
  
  .details-page .planing-item__title {
    margin-bottom: 6px;
  }
  
  .details-page .planing-item__title:before {
    content: none;
  }
  
  .pages {
    position: relative;
    counter-increment: section;
  }
  .pages:before {
    content: counters(section, ".", decimal-leading-zero);
    position: absolute;
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 400px;
    line-height: 400px;
    right: -30px;
    top: 50px;
    color: rgba(0, 0, 0, 0.05);
  }
  
  .pages-page {
    counter-reset: section;
  }
  
  .pages-page .footer {
    display: none;
  }
  
  .pages-page .header-phone {
    display: none;
  }
  
  .pages-page .header-social {
    display: none;
  }
  
  .pages-items {
    margin: 0 -30px -80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  
  .pages-item {
    margin: 0 30px 80px;
  }
  
  .pages-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    transition: all 0.3s ease-out;
    margin-bottom: 44px;
  }
  
  .pages-link:last-child {
    margin-bottom: 0;
  }
  
  .pages-link:hover {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  
  .pages-link picture {
    margin-bottom: 43px;
    width: 100%;
  }
  
  .pages-link img {
    width: 100%;
  }
  
  .pages-link h3 {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #67615A;
  }
  
  .pages--main {
    background: #F9F9F9;
    padding: 205px 60px;
  }
  
  .pages--main .title-wrap {
    margin-bottom: 108px;
  }
  
  .pages--main .pages-item {
    width: calc(50% - 60px);
  }
  
  .pages--inner {
    background: #C18674;
    padding: 202px 60px 290px;
  }
  
  .pages--inner .title-wrap {
    margin-bottom: 105px;
  }
  
  .pages--inner .pages-items {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .pages--inner .pages-item {
    width: calc(25% - 60px);
  }

  .pt-10 {
    padding-top: 10px;
}
.bc {
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #75808b;
}

.footer .bc:after {
  margin-left: 0;
  width: 80px;
}
.bc:after {
  position: relative;
  top: 3px;
  margin: auto;
  display: block;
  content: "";
  border-bottom: 3px solid #C18674;
}
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*, ::after, ::before {
  box-sizing: border-box;
}
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*, ::after, ::before {
  box-sizing: border-box;
}
  .footer-title {
    text-transform: uppercase;
    color: #67615A;
    font-size: 18px;
  }

  .footer {
    padding: 115px 60px 90px;
    border-top: 1px solid #67615A;
  }
  
  .footer-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .footer-item {
    margin-bottom: 50px;
    width: 13%;
  }
  .footer-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .footer-logo-cy {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 12px;
    line-height: 25px;
    color: #67615A;
  }
  
  .footer-logo-main {
    font-family: "SFProDisplay-Semibold", sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #67615A;
    padding-bottom: 3px;
  }
  
  .footer-logo-small {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #67615A;
    margin-top: -5px;
  }
  
  .footer-logo-small_ {
    font-family: "SFProText-Regular", sans-serif;
    font-size: 12px;
    line-height: 25px;
    color: #67615A;
    margin-top: 5px;
  }
  
  .footer .copyright {
    font-family: "SFProDisplay-Regular", sans-serif;
    font-size: 15px;
    line-height: 140%;
  }
  
  .footer-list__item {
    margin-bottom: 10px;
  }
  
  .footer-list__item:last-child {
    margin-bottom: 0;
  }
  
  .footer-list__item.active .footer-list__link {
    color: #C18674;
  }
  
  .footer-list__title {
    font-family: "SFProDisplay-Bold", sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #67615A;
    transition: all 0.3s ease-out;
  }
  
  .footer-list__txt {
    font-family: "SFProDisplay-Regular", sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #67615A;
    transition: all 0.3s ease-out;
  }
  
  .footer-list__link {
    font-family: "SFProDisplay-Regular", sans-serif;
    font-size: 15px;
    line-height: 140%;
    text-decoration: none;
    color: #67615A;
    transition: all 0.3s ease-out;
  }
  
  .footer-list__link:hover {
    color: #C18674;
  }
  
  .footer-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .footer-social__item {
    margin-right: 10px;
  }
  
  .footer-social__item:last-child {
    margin-right: 0;
  }
  
  .footer-social__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
            text-decoration: none;
  }
  .bottom-left-image {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 40px; 
    height: auto;
    z-index: 1000; 
  }

  .hero-btn-bottom-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 83px;
    color: #67615A;
    border-radius: 20%;
    border: 2px solid #67615A;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
  .hero-btn-bottom-right.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }  
  
  .hero-btn-bottom-right:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background: #C18674;
    border-color: #C18674;
    color:#fff
  }
  .bottom-right {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 40px; 
    height: 40px;
    z-index: 1000; 
  }
  .display-inline-block{
    display: none !important;
  }
  .spam-list-external{
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
  }
  .ug-haftungsbeschraenkt {
    font-size: 10px;
  }
  .hidden-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-container .tooltip-text {
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    color: #333;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    white-space: normal;
    font-size: 13px;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
}

.mobile-only {
  display: none;
}
.desktop-only {
  display: inline;
}
  @media only screen and (max-width: 1820px) {
    .header-logo {
      left: 30px;
    }
    .mobile-only {
      display: none;
    }
    .desktop-only {
      display: inline;
    }
  }
  
  @media only screen and (max-width: 1740px) {
    .planing-step__item-img {
      position: static;
      text-align: right;
      margin-top: 50px;
    }
    .header {
      padding: 24px 40px 20px 40px;
    }
    .header.fixed {
      padding: 15px 40px 15px 40px;
    }
    .header.fixed .header-burger-line {
      background: #67615A;
    }
    .header-logo {
      position: static;
      margin-left: 0;
    }
    .header-phone {
      position: static;
      white-space: nowrap;
    }
    .header-nav-list {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 30px;
    }
    .header .nav-item {
      margin-right: 0;
      margin-bottom: 37px;
    }
    .header .nav-item:last-child {
      margin-bottom: 0;
    }
    .header .nav-item-service {
      margin-right: 0;
      margin-bottom: 37px;
    }
    .header .nav-item-service:last-child {
      margin-bottom: 0;
    }
    .header .nav-link, .header .nav-link-service {
      color: #67615A;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: 0.02em;
      text-transform: capitalize;
    }
    .header .dropdown-menu {
      position: relative;
      display: none;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      transition: none;
    }
    .header .dropdown:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    .header-inner {
      position: fixed;
      z-index: 50;
      background: #ffffff;
      width: 100%;
      max-width: 504px;
      min-height: 100%;
      right: 0;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 40px 65px;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      opacity: 0;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      visibility: hidden;
      overflow-y: auto;
    }
    .header-inner.anime {
      transition: all 0.3s ease-out;
    }
    .header-inner.active {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      visibility: visible;
    }
    .header-contacts {
      display: block;
    }
    .header-contacts__link {
      font-size: 14px;
      line-height: 150%;
      color: #67615A;
      margin-bottom: 20px;
      display: block;
      text-decoration: none;
    }
    .header-contacts__link:hover {
      color: #C18674;
    }
    .header-contacts__copyright {
      display: block;
      font-size: 14px;
      line-height: 150%;
      text-align: left;
      margin: 0;
      color: #67615A;
    }
    .header-contacts .social {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: static;
      margin-bottom: 40px;
    }
    .header-phone {
      margin: 0 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header-phone .header-social {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      margin-right: 100px;
    }

    .header-lang {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 60px;
    }
    .header-lang__item {
      margin-right: 20px;
    }
    .header-lang__item:last-child {
      margin-right: 0;
    }
    .header-lang__item.active .header-lang__link {
      color: #C18674;
    }
    .header-lang__link {
      font-family: "SFProDisplay-Regular", sans-serif;
      font-size: 14px;
      line-height: 140%;
      text-decoration: none;
      color: #67615A;
      transition: all 0.3s ease-out;
    }
    .header-lang__link:hover {
      color: #C18674;
    }
    .header-burger {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .header-social {
      margin-bottom: 20px;
    }
    .mobile-only {
      display: none;
    }
    .desktop-only {
      display: inline;
    }
  }
  
  @media only screen and (max-width: 1600px) {
    .grid-item {
      width: calc(50% - 60px);
      padding: 0;
      margin: 30px;
    }
    .grid-item--width2 {
      width: calc(100% - 60px);
    }
    .room-item.grid-item {
      margin: 0;
      width: 50%;
    }
    .room-item.grid-item--width2 {
      width: 100%;
    }
    .mobile-only {
      display: none;
    }
    .desktop-only {
      display: inline;
    }
  }
  
  @media only screen and (max-width: 1440px) {
    .hero .swiper-button-next, .hero .swiper-button-prev {
      display: none;
    }
    .grid-wrap {
      margin: -15px;
    }
    .grid-item {
      padding: 15px;
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
    input[type=date] {
      width: 260px;
      color: #8e8e8e;
   }
   input[type=date]:after {
    width: 260px;
    color: #67615A;
  }
  }
  
  @media only screen and (max-width: 1340px) {
    .hero-title {
      margin-bottom: 100px;
    }
    .hero-cnt {
      width: 100%;
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
    input[type=date] {
      width: 100px;
      
      color: #8e8e8e;
   }
   input[type=date]:after {
    width: 100px;
    color: #67615A;
  }
  }
  
  @media only screen and (max-width: 1200px) {
    .header {
      padding: 20px 15px;
    }
    .header.fixed {
      padding: 15px;
    }
    .header-phone {
      display: none;
    }
    .create-item {
      margin-bottom: 100px;
    }
    .create-item:last-child {
      margin-bottom: 0;
    }
    .create-item__img {
      margin-left: 0;
    }
    .create-item__img img {
      max-width: 100%;
    }
    .create-item__img_ {
      margin-left: 0;
    }
    .create-item__img_ img {
      max-width: 100%;
    }
    .create-items--reverse .create-item__info {
      padding-left: 15px;
    }
    .service-title-wrap {
      margin-bottom: 100px;
    }
    .room {
      padding: 0;
    }
    .room-item__cnt {
      padding: 20px;
    }
    .room-item__title {
      margin-bottom: 20px;
    }
    .room-item__descr {
      font-size: 12px;
      line-height: 16px;
    }
    .room-item__btn {
      width: 75px;
      height: 75px;
    }
    .philosophy {
      padding: 150px 0;
    }
    .philosophy-cnt {
      padding-top: 150px;
    }
    .philosophy-cnt .title-wrap {
      margin-bottom: 100px;
    }
    .philosophy-items {
      margin-bottom: 150px;
    }
    .video__play {
      width: 75px;
      height: 75px;
    }
    .video__play i {
      margin-left: 5px;
    }
    .about-page .team {
      padding-top: 150px;
    }
    .about-page .partners {
      padding: 150px 0;
    }
    .project-slide__hover {
      overflow: auto;
    }
    .project-slide__info {
      margin-bottom: 20px;
    }
    .project-slide__title {
      margin-bottom: 30px;
      font-size: 20px;
      line-height: 27px;
      padding-bottom: 10px;
    }
    .project-slide__btn {
      width: 75px;
      height: 75px;
    }
    .details-page .planing-step {
      padding-bottom: 100px;
    }
    .details-page .planing-step__items--end .planing-step__descr {
      margin-bottom: 0;
    }
    .details-page .planing-items {
      margin: 0 -30px 70px;
    }
    .details-page .planing-item {
      margin: 0 30px 60px;
    }
    .services-hover {
      overflow: auto;
    }
    .services-hover__info {
      margin-bottom: 20px;
    }
    .services-hover__tag {
      position: absolute;
      left: 0;
      bottom: -30px;
    }
    .services-hover__header {
      position: relative;
    }
    .services-hover__title {
      font-size: 13px;
      line-height: 27px;
    }
    .services-hover__descr {
      font-size: 12px;
      line-height: 16px;
    }
    .services-hover__btn {
      width: 75px;
      height: 75px;
    }
    .services-listing {
      margin-right: 0;
    }
    .services-listing__item {
      margin-bottom: 30px;
    }
    .services-listing__item .services-hover {
      max-width: 50%;
    }
    .services-listing__item .services-hover__tag {
      position: static;
    }



    .news-hover {
      overflow: auto;
    }
    .news-hover__info {
      margin-bottom: 20px;
    }
    .news-hover__tag {
      position: absolute;
      left: 0;
      bottom: -30px;
    }
    .news-hover__header {
      position: relative;
    }
    .news-hover__title {
      font-size: 20px;
      line-height: 27px;
    }
    .news-hover__descr {
      font-size: 12px;
      line-height: 16px;
    }
    .news-hover__btn {
      width: 75px;
      height: 75px;
    }
    .news-listing {
      margin-right: 0;
    }
    .news-listing__item {
      margin-bottom: 30px;
    }
    .news-listing__item .news-hover {
      max-width: 50%;
    }
    .news-listing__item .news-hover__tag {
      position: static;
    }
    .single-img img {
      max-width: 100%;
    }
    .single-block {
      padding-top: 100px;
    }
    .single-block:first-child {
      padding-top: 100px;
    }
    .single .title-wrap {
      margin-bottom: 100px;
    }
    .single-txt--strong {
      margin-bottom: 100px;
    }
    .single .blog-share .title-wrap, .single .blog-tag .title-wrap {
      margin-bottom: 0;
    }
    .services-grid__item, .news-grid, .portfolio-grid {
      margin: -15px;
    }
    .services-grid__item, .news-grid__item, .portfolio-grid__item {
      width: calc(50% - 30px);
      margin: 15px;
    }
    .team-item {
      width: 50%;
    }
    .grid-wrap {
      margin: -15px;
    }
    .grid-item {
      width: calc(50% - 30px);
      padding: 0;
      margin: 15px;
    }
    .grid-item--width2 {
      width: calc(100% - 30px);
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
    input[type=date] {
      width: 100px;
      color: #8e8e8e;
   }
   input[type=date]:after {
    width: 100px;
    color: #67615A;
  }
  }
  
  @media only screen and (max-width: 1024px) {
    .title-wrap {
      position: relative;
      display: inline-block;
    }
    .title-line {
      width: 100% !important;
      margin: auto !important;
      position: absolute;
      left: 0;
      right: 0;
    }
    .pages--main {
      padding: 150px 30px;
    }
    .pages--main .pages-item {
      margin: 15px;
      width: calc(50% - 30px);
    }
    .pages--inner {
      padding: 150px 30px;
    }
    .pages--inner .pages-item {
      margin: 15px;
      width: calc(33.333% - 30px);
    }
    .pages--inner .pages-link {
      margin-bottom: 30px;
    }
    .pages--inner .pages-link:last-child {
      margin-bottom: 0;
    }
    .pages-items {
      margin: -15px;
    }
    .pages-link:hover {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    .hero-inner .hero-descr {
      margin-bottom: 75px;
    }
    .hero-inner .hero-title {
      font-size: 65px;
      line-height: 65px;
    }
    .hero-title {
      font-size: 65px;
      line-height: 65px;
    }
    .desktop-only {
      display: none;
    }
    .footer {
      padding: 50px 15px;
    }
    .footer-items {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .footer-item {
      margin-bottom: 50px;
      width: 100%;
    }
    .footer-item:last-child {
      margin-bottom: 0;
    }
    .footer-list__link {
      font-size: 15px;
    }
    .footer .copyright {
      font-size: 15px;
    }
    .bc {
      margin-right: auto;
      margin-left: auto;
      border-bottom: 1px solid #75808b;
    }
  
    .footer .bc:after {
      margin-left: 0;
      width: 80px;
  }
  .bc:after {
      position: relative;
      top: 3px;
      margin: auto;
      display: block;
      content: "";
      border-bottom: 3px solid #C18674;
  }
  *, ::after, ::before {
      -webkit-box-sizing: inherit;
      box-sizing: inherit;
  }
  *, ::after, ::before {
      box-sizing: border-box;
  }
  *, ::after, ::before {
      -webkit-box-sizing: inherit;
      box-sizing: inherit;
  }
  *, ::after, ::before {
      box-sizing: border-box;
  }
    .trends {
      padding: 100px 0 0;
    }
    .trends-items {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 100px;
    }
    .trends-items:last-child {
      margin-bottom: 0;
    }
    .trends-title {
      margin-bottom: 50px;
    }
    .trends-item {
      margin-bottom: 50px;
      width: 100%;
    }
    .trends-item:last-child {
      margin-bottom: 0;
    }
    .trends-img img {
      max-width: 100%;
      width: 100% !important;
    }
    .trends-video {
      padding-left: 0;
    }
    .trends-video .title-wrap {
      margin-bottom: 50px;
    }
    .philosophy-items {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 100px;
    }
    .philosophy-items:last-child {
      margin-bottom: 0;
    }
    .philosophy-item {
      margin-bottom: 100px;
      width: 100%;
    }
    .philosophy-item:last-child {
      margin-bottom: 0;
    }
    .video-wrap {
      width: 100%;
    }
    .planing-img {
      margin-bottom: 150px;
    }
    .planing-items {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -30px 70px;
      counter-reset: title;
    }
    .planing-item {
      width: calc(50% - 60px);
      margin: 0 30px 60px;
    }
    .planing-step {
      padding-bottom: 100px;
    }
    .planing-step--mb {
      margin-bottom: 0;
    }
    .planing-step__items {
      margin: 0;
    }
    .planing-step__items--reverse .planing-step__item:nth-child(1) {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0;
    }
    .planing-step__items--reverse .planing-step__item:nth-child(2) {
      margin-bottom: 50px;
    }
    .planing-step__items--styled .planing-step__item:first-child {
      padding-bottom: 0;
      margin-bottom: 100px;
    }
    .planing-step__items--styled .planing-step__item:last-child {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .planing-step__items--styled .planing-step__item:last-child .planing-step__descr {
      padding: 0 50px;
    }
    .planing-step__item {
      width: 100%;
      margin: 0 0 50px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .planing-step__item:last-child {
      margin: 0;
    }
    .planing-step__item-img {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 50px;
      text-align: left;
      margin-top: 0;
    }
    .planing-step__item-img img {
      max-width: 100%;
    }
    .planing-step__item .planing-step__descr {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      margin-bottom: 0;
    }
    .planing-step__img .long-img {
      max-width: 100%;
      width: 100% !important;
      margin-left: 0 !important;
    }
    .planing-step__img img {
      max-width: 100%;
    }
    .planing-step__title {
      margin-left: 40px;
      margin-bottom: 50px;
    }
    .planing-step__title-2 {
      margin-left: 40px;
      margin-bottom: 50px;
    }
    .planing-step__info {
      padding-left: 0;
    }
    .planing-step__info-img {
      margin-left: 0;
    }
    .project-slide__hover {
      padding: 30px;
    }
    .details .planing-step__title {
      margin-left: 0;
    }
    .details .planing-step__title-2 {
      margin-left: 0;
    }
    .single-txt--strong {
      padding: 0;
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
    input[type=date] {
      width: 335px;
      color: #8e8e8e;
   }
   input[type=date]:after {
    width: 335px;
    color: #67615A;
  }
  }
  
  @media only screen and (max-width: 991px) {
    .section {
      padding: 150px 0;
    }
    .hero-inner {
      padding: 180px 0 140px;
    }
    .hero-cnt {
      padding: 200px 15px 100px;
    }
    .create .title-wrap {
      margin-bottom: 50px;
    }
    .create-item {
      width: 100%;
      margin-bottom: 50px;
    }
    .create-item:last-child {
      margin-bottom: 0;
    }
    .create-item__title {
      font-size: 47px;
      line-height: 50px;
      margin-bottom: 50px;
    }
    .create-items {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 100px;
    }
    .create-items--reverse .create-item__info {
      margin-left: 0;
      padding-top: 0;
    }
    .service-cnt {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .service-items {
      width: 100%;
    }
    .service-item {
      width: 100%;
    }
    .service-item__descr {
      max-width: 395px;
    }
    .service-item__inner {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .service-title-wrap {
      width: 100%;
      margin-bottom: 50px;
      margin-right: 0;
    }
    
    .news-title, .services-tile {
      margin-bottom: 50px;
    }
    .news-cnt, .services-cnt {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0;
    }
    .news-img, .services-img {
      display: none;
    }
    .news-info, .services-info {
      width: 100%;
      margin: 0;
    }
    .news-info .news-img, .services-info .services-img {
      display: block;
      width: 100%;
      margin: 0 0 50px;
    }
    .news-info .news-img img, .services-info .services-img img {
      width: 100%;
      max-width: 100%;
    }
    .room {
      padding: 0;
    }
    .trends, .team {
      padding: 100px 0 0;
    }
    .contact-cnt .title-wrap {
      margin-bottom: 50px;
    }
    .contact-items {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .contact-item {
      width: 100%;
      margin-bottom: 50px;
    }
    .contact-item:last-child {
      margin-bottom: 0;
    }
    .contact-item-2 {
      width: 100%;
    }
    .contact-info {
      padding: 0;
    }
    .contact-info__phone {
      margin-bottom: 50px;
    }
    .contact-info__addr {
      margin-bottom: 50px;
    }
    .contact-form {
      max-width: 740px;
    }


    .client-portal-cnt .title-wrap {
      margin-bottom: 50px;
    }
    .client-portal-items {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .client-portal-item {
      width: 100%;
      margin-bottom: 50px;
    }
    .client-portal-item:last-child {
      margin-bottom: 0;
    }
    .client-portal-item-2 {
      width: 100%;
    }
    .client-portal-info {
      padding: 0;
    }
    .client-portal-info__phone {
      margin-bottom: 50px;
    }
    .client-portal-info__txt {
      margin-bottom: 50px;
    }
    .client-portal-form {
      max-width: 740px;
    }
    .grid-wrap {
      margin: -10px;
    }
    .grid-item {
      padding: 10px;
    }
    .project-slide__hover {
      padding: 20px;
    }
    .project-slide__title {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 15px;
    }
    .project-slide__btn {
      width: 50px;
      height: 50px;
    }
    .project-slide__btn i {
      width: 25px;
    }
    .news-hover {
      padding: 20px;
    }
    .news-hover__title {
      font-size: 18px;
      line-height: 26px;
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
    input[type=date] {
      width: 335px;
      color: #8e8e8e;
   }
   input[type=date]:after {
    width: 335px;
    color: #67615A;
  }
  }
  
  
  @media only screen and (max-width: 768px) {
    .title-data {
      display: inline-block;
      font-family: "SFProDisplay-Bold", sans-serif;
      font-size: 15px;
      line-height: 38px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #BEB2A0;
      margin-top:40px;
    }
    .section {
      padding: 100px 0;
    }
    .inner-title {
      font-size: 42px;
      line-height: 50px;
    }
    .pages .title-wrap {
      margin-bottom: 60px;
    }
    .pages--main {
      padding: 100px 30px;
    }
    .pages--main .pages-items {
      margin: -15px 0;
    }
    .pages--main .pages-item {
      width: 100%;
      margin: 15px 0;
    }
    .pages--inner {
      padding: 100px 30px;
    }
    .pages--inner .pages-items {
      margin: -10px;
    }
    .pages--inner .pages-item {
      width: calc(50% - 20px);
      margin: 10px;
    }
    .pages--inner .pages-link {
      margin-bottom: 15px;
      text-align: center;
    }
    .pages--inner .pages-link picture {
      margin-bottom: 20px;
    }
    .pages--inner .pages-link:last-child {
      margin-bottom: 0;
    }
    .hero-title {
      font-size: 60px;
      margin-bottom: 50px;
    }
    .hero-items {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .hero-btns {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
    }
    .hero-descr {
      padding-top: 0;
      margin-bottom: 50px;
    }
    .hero-cnt {
      padding: 180px 15px 140px;
    }
    .hero-slide {
      background-position: right;
    }
    .hero-slide__info {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .hero-slide__btn {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
    }
    .hero-slide__descr {
      margin-bottom: 50px;
    }
    .partners-items {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .partners-item {
      width: calc(50% - 20px);
      margin: 10px;
    }
    .partners-item img {
      max-width: 100%;
    }
    .testimonials .swiper-container {
      padding-top: 140px;
      padding-bottom: 83px;
    }
    .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
      bottom: 0;
      top: inherit;
    }
    .project {
      padding: 100px 0 0;
    }
    .project .swiper-container {
      padding-bottom: 83px;
    }
    .project .swiper-button-next, .project .swiper-button-prev {
      bottom: 0;
      top: inherit;
    }
    .project-title {
      margin-bottom: 50px;
    }
    .project-slide__hover {
      padding: 20px;
    }
    .project-slide__btn {
      width: 75px;
      height: 75px;
    }
    .news-hover {
      padding: 20px;
    }
    .room {
      padding: 0;
    }
    .room-item.grid-item {
      margin: 0;
      width: 100%;
    }
    .room-item--long .room-item__img {
      padding-top: 89%;
    }
    .room-item__cnt {
      padding: 20px;
    }
    .team {
      padding: 100px 0 0;
    }
    .team-item {
      width: 100%;
    }
    .interior .news {
      padding: 100px 0 0;
    }
    .contact-form__title {
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 50px;
    }
    .contact .form-group-items {
      margin: 0 -5px;
    }
    .contact .form-group-items .form-group {
      margin: 0 5px 20px;
      width: calc(50% - 10px);
    }


    .client-portal-form__title {
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 50px;
    }
    .client-portal .form-group-items {
      margin: 0 -5px;
    }
    .client-portal .form-group-items .form-group {
      margin: 0 5px 20px;
      width: calc(50% - 10px);
    }
    .philosophy-cnt {
      padding-top: 100px;
    }
    .philosophy .title-wrap {
      margin-bottom: 50px;
    }
    .philosophy-item {
      margin-bottom: 50px;
    }
    .philosophy-item:last-child {
      margin-bottom: 0;
    }
    .philosophy-info {
      padding: 30px 10px 30px;
    }
    .philosophy-info__descr {
      text-align: right;
    }
    .about-page .team {
      padding-top: 100px;
    }
    .about-page .team .title-wrap {
      margin-bottom: 50px;
    }
    .about-page .partners {
      padding: 100px 0;
    }
    .planing-img {
      margin-bottom: 100px;
    }
    .planing-items {
      margin: 0;
      margin-bottom: 100px;
    }
    .planing-item {
      width: 100%;
      margin: 0 0 50px;
    }
    .planing-item:last-child {
      margin: 0;
    }
    .planing-step__title {
      font-size: 35px;
      line-height: 50px;
    }
    .planing-step__title-2 {
      font-size: 35px;
      line-height: 50px;
    }
    .planing-step__info {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 50px;
    }
    .planing-step__info .planing-step__descr {
      padding: 0;
    }
    .planing-step__info .planing-step__descr, .planing-step__info .planing-step__title, .planing-step__info .planing-step__title-2 {
      width: 100%;
    }
    .planing-step__items--styled .planing-step__item:last-child {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .planing-step__items--styled .planing-step__item:last-child .planing-step__descr {
      padding: 0 15px;
    }
    .error-info {
      padding: 40px 0 40px 30px;
      margin-bottom: 50px;
    }
    .soon {
      padding: 50px 0;
    }
    .soon-logo {
      margin-bottom: 50px;
    }
    .soon-descr {
      margin: 0 auto 100px;
    }
    .soon-timer__num {
      font-size: 54px;
      line-height: 15px;
    }
    .grid-wrap {
      margin: -15px;
    }
    .grid-item {
      width: calc(100% - 30px);
      padding: 0;
    }
    .grid-item--width2 {
      width: calc(100% - 30px);
    }
    .inner-btns {
      bottom: -30px;
      left: 15px;
      right: inherit;
    }
    .details-page .planing-items {
      margin: 0 0 100px;
    }
    .details-page .planing-item {
      margin: 0 0 50px;
    }
    .details-page .planing-item:last-child {
      margin: 0;
    }
    .details-page .planing-step:last-child {
      padding-bottom: 0;
    }
    .services-listing__img {
      padding-top: 50%;
      padding-bottom: 50%;
    }
    .services-listing__item .news-hover {
      max-width: 100%;
    }
    .news-listing__img {
      padding-top: 50%;
    }
    .news-listing__item .news-hover {
      max-width: 100%;
    }
    .single {
      padding-bottom: 0;
    }
    .single .title-wrap {
      margin-bottom: 50px;
    }
    .single-txt {
      margin-bottom: 50px;
    }
    .single-txt--strong {
      margin-bottom: 50px;
    }
    .single-title {
      margin-bottom: 50px;
    }
    .single-figure {
      margin-bottom: 100px;
      padding: 106px 40px 40px;
    }
    .single-gallery {
      margin: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .single-gallery__item {
      width: 100%;
      margin: 0 0 30px;
    }
    .single-gallery__item:last-child {
      margin: 0;
    }
    .single-img img {
      max-width: 100%;
      width: 100%;
    }
    .single-subtitle {
      margin-bottom: 50px;
    }
    .blog-tag {
      margin-bottom: 50px;
    }
    .related {
      padding: 100px 0;
    }
    .related .swiper-container {
      padding-bottom: 83px;
    }
    .related .swiper-button-next, .related .swiper-button-prev {
      top: inherit;
      bottom: 0;
    }
    .related-title {
      font-size: 47px;
      line-height: 50px;
      margin-bottom: 50px;
    }
    .portfolio-grid, .news-grid {
      margin: -15px;
    }
    .portfolio-grid__item, .news-grid__item {
      width: calc(100% - 30px);
      margin: 15px;
       input[type=date] {
    width: 200px;
    color: #8e8e8e;
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
    input[type=date]:after {
      width: 200px;
      color: #67615A;
    }
    input[type=date] {
      width: 200px;
      color: #8e8e8e;
    }
    input[type=date]:after {
    width: 200px;
    color: #67615A;
    }
  }
    .single-figure {
      padding: 20px 20px 20px 20px;
    }
  }

  
  @media only screen and (max-width: 475px) {
    .title-data {
      display: inline-block;
      font-family: "SFProDisplay-Bold", sans-serif;
      font-size: 15px;
      line-height: 38px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #BEB2A0;
      margin-top:40px;
    }
    .room-item {
      width: 100%;
    }
    .header-inner {
      padding: 40px;
    }
    .project-slide__hover {
      padding: 25px;
    }
    .project-slide__descr {
      font-size: 12px;
      line-height: 16px;
    }

    .services-hover {
      padding: 30px;
    }
    .services-hover__descr {
      display: block;
      height: auto;
    }
    .services-hover__descr:after {
      content: none;
    }
    .services-grid {
      margin: -10px;
    }
    .services-grid__item {
      width: 100%;
      margin: 10px;
    }
    .services-listing__img {
      padding-top: 89%;
    }
    .services-listing__item .news-hover {
      padding: 30px;
    }

    .news-hover {
      padding: 30px;
    }
    .news-hover__descr {
      display: block;
      height: auto;
    }
    .news-hover__descr:after {
      content: none;
    }
    .news-grid {
      margin: -10px;
    }
    .news-grid__item {
      width: 100%;
      margin: 10px;
    }
    .news-listing__img {
      padding-top: 89%;
    }
    .news-listing__item .news-hover {
      padding: 30px;
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
    input[type=date] {
      width: 200px;
      color: #8e8e8e;
   }
   input[type=date]:after {
    width: 200px;
    color: #67615A;
  }
  }
  
  @media only screen and (max-width: 430px) {
    .title-data {
      display: inline-block;
      font-family: "SFProDisplay-Bold", sans-serif;
      font-size: 15px;
      line-height: 38px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #BEB2A0;
      margin-top:40px;
    }
    .header-inner {
      padding: 40px;
    }
    .hero-title {
      font-size: 55px;
      line-height: 55px;
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
    input[type=date] {
      width: 200px;
      color: #8e8e8e;
   }
   input[type=date]:after {
    width: 200px;
    color: #67615A;
  }
  }

  @media only screen and (max-width: 350px) {
    .hero-inner .hero-title {
      font-size: 35px;
      line-height: 35px;
    }
    .hero-btn {
      width: 75px;
      height: 75px;
    }
    .hero-title {
      font-size: 35px;
      line-height: 35px;
    }
    .title-data {
      display: inline-block;
      font-family: "SFProDisplay-Bold", sans-serif;
      font-size: 15px;
      line-height: 38px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #BEB2A0;
      margin-top:40px;
    }
    .contact-info__phone-link {
      font-size: 24px;
      line-height: 30px;
    }
    .contact .form-group-items {
      margin: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .contact .form-group-items .form-group {
      margin: 0 0 20px;
      width: 100%;
    }


    .client-portal-info__phone-link {
      font-size: 24px;
      line-height: 30px;
    }
    .client-portal .form-group-items {
      margin: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .client-portal .form-group-items .form-group {
      margin: 0 0 20px;
      width: 100%;
    }
    input[type=date] {
      width: 200px;
      color: #8e8e8e;
   }
   input[type=date]:after {
    width: 200px;
    color: #67615A;
  }
    .dropdown-menu {
      padding: 0 30px;
    }
    .dropdown-menu__inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .dropdown-menu__inner .dropdown-list {
      margin: 0 0 20px;
    }
    .dropdown-menu__inner .dropdown-list:last-child {
      margin: 0;
    }
    .room-item__btn {
      width: 55px;
      height: 55px;
    }
    .room-item__title {
      font-size: 20px;
      line-height: 27px;
      padding-bottom: 5px;
    }
    .mobile-only {
      display: inline;
    }
    .desktop-only {
      display: none;
    }
  }

