    *,
    *:before,
    *:after {

      -webkit-box-sizing: border-box;

      box-sizing: border-box;
      margin: 0;
      padding: 0;
      transition: .3s linear;
      -webkit-transition: .3s linear;
      -moz-transition: .3s linear;
      -ms-transition: .3s linear;
      -o-transition: .3s linear;
    }

    body {
      width: 100%;
      margin: 0;
      font-family: 'Source Sans Pro', sans-serif;
    }

    html {
      font-size: 10px;
      scroll-behavior: smooth;
      text-rendering: optimizeLegibility;

    }

    button:active,
    button:hover,
    button:focus,
    input:active,
    input:hover,
    input:focus,
    textarea:active,
    textarea:hover,
    textarea:focus,
    img:active,
    img:hover,
    img:focus {
      outline: 0;
      outline-offset: 0;
    }

    h1,
    h2,
    h3,
    h4 {
      text-transform: uppercase;
    }

    h1 {
      font-size: 4.2rem;
      color: #3C2923;
    }

    h2 {
      font-size: 4.8rem;
    }

    h3 {
      font-size: 3rem;
    }

    h4 {
      font-size: 2.6rem
    }

    li {
      font-size: 2rem;
    }

    p {
      font-size: 2.4rem;
    }

    ul {
      list-style: none;
      transition: .3s linear;
      -webkit-transition: .3s linear;
      -moz-transition: .3s linear;
      -ms-transition: .3s linear;
      -o-transition: .3s linear;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: .3s linear;
      -webkit-transition: .3s linear;
      -moz-transition: .3s linear;
      -ms-transition: .3s linear;
      -o-transition: .3s linear;
    }

    .form-input::-webkit-input-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input[placeholder] {
      text-indent: 0px;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input:focus[placeholder] {
      text-indent: -100%;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input::-moz-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input:-moz-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input:-ms-input-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input:focus::-webkit-input-placeholder {
      text-indent: -100%;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input:focus::-moz-placeholder {
      text-indent: -100%;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input:focus:-moz-placeholder {
      text-indent: -100%;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    .form-input:focus:-ms-input-placeholder {
      text-indent: -100%;
      -webkit-transition: text-indent 0.3s ease;
      transition: text-indent 0.3s ease;
    }

    /* ============== */
    textarea::-webkit-input-placeholder {
      text-indent: 0px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
    }

    textarea::-moz-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    textarea[placeholder] {
      text-indent: 0px;
      -webkit-transition: text-indent 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    /* textarea:focus[placeholder] {
      text-indent: 200px;

      -webkit-transition: ;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: ;
      -ms-transition: ;
      -o-transition: ;
    } */

    textarea:-moz-placeholder {
      text-indent: 0px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
    }

    textarea:-ms-input-placeholder {
      text-indent: 0px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
    }

    textarea:focus::-webkit-input-placeholder {
      text-indent: -100%;
      color: transparent;
      -webkit-transition: ;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: ;
      -ms-transition: ;
      -o-transition: ;
    }

    textarea:focus::-moz-placeholder {
      text-indent: -100%;
      color: transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
    }

    textarea:focus:-moz-placeholder {
      text-indent: -100%;
      color: transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
    }

    textarea:focus:-ms-input-placeholder {
      text-indent: -100%;
      color: transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
    }

    /* #ExampleInputText:focus:-ms-input-placeholder,
#ExampleInputText:focus::-moz-placeholder,
#ExampleInputText:focus::-webkit-input-placeholder,
#ExampleInputText:-ms-input-placeholder,
#ExampleInputText:-moz-placeholder,
#ExampleInputText::-moz-placeholder,
  { */


    /* mobile menu */

    .m-menu-link {
      display: none;
      color: #3C2923;
      font-size: 4rem;
    }

    .m-menu {
      padding: 0;
      padding-top: 50px;
      margin: 0;
      position: fixed;
      right: 0;
      top: 0;
      height: 100vh;
      width: 0;
      overflow: hidden;
      list-style: none;
      font-size: 4rem;
      line-height: 3rem;
      background-color: rgba(60, 41, 35, .8);
      z-index: 99;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: center;

    }

    .m-menu__active {
      width: 30%;
      transition: ease-in-out .2s;
      -webkit-transition: ease-in-out .2s;
      -moz-transition: ease-in-out .2s;
      -ms-transition: ease-in-out .2s;
      -o-transition: ease-in-out .2s;
    }

    .m-menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: center;
      padding-bottom: 20px;
      font-weight: 700;
    }

    .m-menu a {
      text-decoration: none;
      color: #fff;
    }

    .close-menu {
      position: absolute;
      right: 45px;
      top: 145px;
      font-size: 9rem;
      color: #fff;
      cursor: pointer;
    }

    /* ========  header */
    /* ===================== */
    #filter {
      background-color: rgba(0, 0, 0, 0.6);
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 98;
      display: none;
    }

    #filter.filter_show {
      display: block;
      background-color: rgb(74, 118, 168);
    }

    #modalform {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: fixed;
      border-radius: 10px;
      right: 50px;
      bottom: 0;
      width: 360px;
      height: 30px;
      z-index: 161;
      background-color: #3C2923;
      border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      -o-border-radius: 3px 3px 0 0;
      border: 1px solid #3C2923;
      /*display: none;
      */
    }

    #modalform.full_size {
      height: 480px;
    }

    .form-conteiner span {
      width: 100%;
      height: 2px;
      background-color: #3C2923;
    }

    #form-control {
      color: #f0f0f0;
      background-color: #3C2923;
      width: 98%;
      height: 30px;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 20px;
      cursor: pointer;
    }

    #form-control p {
      color: #f0f0f0;
      font-size: 1.4rem;
      justify-self: flex-start;
    }

    .form-group-wrap-button {
      display: block;
      border: 2px #f0f0f0 solid;
      width: 20px;
      height: 20px;
      padding: 3px;
      border-radius: 3px;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;

    }

    .form-group-wrap-button p {
      display: inline-block;
      width: 100%;
      height: 100%;
      /* border-bottom: 1px solid #f0f0f0; */
    }

    .form-group-wrap-button p.small {
      border-bottom: 1px solid #f0f0f0;
    }

    .form-group-wrap-button p.full {
      border-top: 1px solid #f0f0f0;
    }

    .form-conteiner input,
    .form-conteiner button,
    textarea {
      background-color: #fff;
      border: 1px solid #3C2923;
      text-transform: uppercase;
      font-size: 1.6rem;
      font-weight: 600;
    }

    #modalform input,
    textarea {
      padding: 3px;
      background-color: #f0f0f0;
    }

    #modalform h4 {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .form-conteiner {
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: space-between;
      -ms-flex-align: space-between;
      align-items: space-between;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-color: #fff;
      color: #3C2923;
      font-size: 16px;
      width: 100%;
      height: 100%;
      padding: 10px;

    }

    #modalform .form-but-group {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    .form-group {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: space-between;
      -ms-flex-align: space-between;
      align-items: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 20px;
    }

    #text-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
    }

    .form-but-group {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      /* margin-top: auto; */
    }

    .form-discription>* {
      text-indent: 15px;
      font-size: 1.6rem;
      text-transform: none;
      font-weight: normal;
      padding: 2px;
    }

    .form-discription li {
      font-size: 1.6rem;
    }

    .form-discription ul {
      list-style: square outside;
      padding-left: 40px;
    }

    .form-discription a {
      font-weight: 700;
    }

    .form-but-group button {
      min-width: 130px;
      padding: 5px;
      cursor: pointer;
      color: rgba(60, 41, 35, .8);
    }

    /* ============================ */
    .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: rgb(223, 214, 211);
    }

    .logo>* {
      text-transform: uppercase;
      font-size: 11px;
      color: #3C2923;
    }

    .italic {
      font-family: 'Charm', cursive;
    }

    .main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 100vh;
      background: url(../img/bcp_heder_bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: unset;
      background-position: center center;
      width: 100%;
      position: relative;
    }

    .top-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #f0efef;
      width: 100%;
      border-bottom: #3C2923;
    }

    .contact-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      background: #3C2923;
    }

    .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 80%;
      padding: 5px 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }

    .contacts,
    .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;

    }

    .contacts {
      width: 75%;

    }

    .contacts li {
      width: 50%;
    }



    .contacts a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* width: 70%; */
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    .contacts p {
      font-size: 2rem;
    }

    .contacts i {
      color: #a87a6d;
      padding-right: 15px;
    }

    .contacts .fa-phone {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
    }

    .social {
      width: 15%;
    }

    .contacts a,
    .contacts p,
    .social a {
      color: #f0efef;
      font-weight: 500;
      transition: .3s linear;
      -webkit-transition: .3s linear;
      -moz-transition: .3s linear;
      -ms-transition: .3s linear;
      -o-transition: .3s linear;
    }

    .contacts p:hover {
      color: #a87a6d;
    }

    .social i:hover {
      color: #a87a6d;
    }

    .logo-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 80%;
      padding: 20px 0;
    }

    .menu {
      -ms-flex-item-align: end;
      align-self: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 35%;
    }

    .menu a {
      color: #3C2923;
      font-weight: 700;
      transition: .3s linear;
      -webkit-transition: .3s linear;
      -moz-transition: .3s linear;
      -ms-transition: .3s linear;
      -o-transition: .3s linear;
    }

    .menu li:not(:last-child)>a:hover {
      color: #a87a6d;
    }

    .menu .order {
      border: 2px solid #3C2923;
      border-radius: 20px;
      padding: 5px 10px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
    }

    .menu .order:hover,
    .form-conteiner button:hover {
      border-color: #a87a6d;
      background: #a87a6d;
      color: #f0efef;
    }

    .main-text-slideshow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      /* margin-bottom: 250px; */
      width: 80%;
      height: 100%;
    }

    .main-text {
      border: 3px solid #f0f0f0;
      -webkit-box-shadow: 0px 0px 10px 10px #3C2923;
      box-shadow: 0px 0px 10px 10px #3C2923;
      padding: 10px;
      position: relative;
    }

    .main-text-wrap {
      background-color: #fff;
      padding: 10px;
    }

    .main-text-wrap span {
      display: block;
      width: 100%;
      height: 2px;
      background: #3C2923;
    }

    .main-text h1,
    p {
      font-weight: 800;
      color: #3C2923;
    }

    .arrow {
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      font-size: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 75px;
      height: 75px;
      background-color: #3C2923;
      color: #f0efef;
      border: 2px solid #f0efef;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
    }

    .arrow-down {
      position: absolute;
      z-index: 2;
      bottom: 5%;
      right: 10%;
    }

    .arrow-down i {
      margin-top: -50%;
      font-size: 75px;
    }

    .arrow-up {
      z-index: 1;
      position: fixed;
      bottom: 5%;
      right: 10%;
    }

    #inf_frm {
      padding: 0;
      /* overflow-y: scroll; */
      overflow-x: hidden;
      /* border: 1px solid #3C2923; */
    }

    .info-form {
      position: fixed;
      margin: auto auto;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 80%;
      height: 80%;
      display: none;
      z-index: 99;
    }

    .info-form-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      height: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    .info-form-wrap .form-group {
      width: 100%;
      padding: 10px;
    }

    #f-tittle {
      position: absolute;
      background-color: #3C2923;
      color: #f0f0f0;
      padding-left: 10px;
      height: 150px;
      width: 100%;
    }

    .form-close {
      position: absolute;
      top: 20px;
      right: 20px;
      /* background: #000; */
    }

    .form-close * {
      font-size: 30px;
      cursor: pointer;
    }

    #form-img-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;

      width: 600px;
      height: 600px;
      position: relative;
      top: 80px;
      left: 60px;
      margin-bottom: 50px;

    }

    .form-img-wrap-roundabout {
      height: 450px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      top: -20px;
      left: -50px;
      padding: 10px;
      z-index: 3;
      background: rgba(60, 41, 35, .5);

    }

    .preview-img {
      width: 75px;
      height: 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      overflow: hidden;
    }

    .preview-img img {
      width: auto;
      height: 100%;
    }

    #form-img {

      width: 600px;
      height: 350px;
      overflow: hidden;

    }

    #form-content {
      -ms-flex-item-align: end;
      align-self: flex-end;
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-right: 40px;
    }

    #ft {
      margin-bottom: 10px;
    }

    #form-img img {
      width: auto;
      height: 100%;
    }

    .form-buttons {
      margin-top: auto;
      -ms-flex-item-align: end;
      align-self: flex-end;
      width: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      /* border: 1px solid red; */
      /* padding: 0 120px */
    }

    .form-buttons .form-but {
      height: 30px;
      width: 150px;
      cursor: pointer;
    }

    /* =====================================================================================================================header end==========================================*/
    /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ service ++++++++++++++++++++++++++++++++++++++++++++++++ */

    #services {
      padding-top: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin-bottom: 250px;
      overflow-x: hidden;
    }

    h2 {
      color: #3C2923;
      margin-bottom: 50px;
    }

    .bt-trigger {
      cursor: pointer;
    }

    #services>.services-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .services-items {
      display: grid;
      grid-template-rows: repeat(3, minmax(269px, 270px));
      grid-template-columns: repeat(4, minmax(399px, 400px));
      grid-gap: 40px;
      /* grid-row-gap: 60px; */
    }

    .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .overlay-item {
      width: 100%;
      height: 40%;
      position: absolute;
      background-color: #3C2923;
      opacity: .4;
    }

    .item-content-discription {
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
    }

    .discription {
      display: none
    }

    .item:hover .overlay-item {
      height: 100%;
    }

    .item:hover .item-content {
      top: 0;
    }

    .item:hover .item-content-discription,
    .item:hover .item-content button {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
    }

    .img-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;

    }

    .item img {
      width: auto;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      min-height: 100%;

    }

    .item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      height: 100%;
      position: relative;
      top: 55%;
      z-index: 1;
      padding: 10px;
    }

    .item-content * {
      color: #f0efef;
    }

    .item-content h3 {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      margin-bottom: 20px;
    }

    .item-content span {
      display: inline-block;
      width: 100%;
      height: 3px;
      background-color: #f0efef;
      margin-bottom: 10px;
    }

    .item-content button {
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      cursor: pointer;
      text-transform: uppercase;
      border: 2px #f0efef solid;
      background-color: transparent;
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-top: auto;
      /* width: 100px;
height: 30px; */
      padding: 5px 10px;
    }

    .item-content button:hover {
      opacity: .8;
    }

    .more-btn {
      font-size: 1.4rem;
      font-weight: 500;
    }

    /* =============================================================================================================================================================price */
    /* =========================================================================================footer=================================================================== */

    #footer {
      padding-top: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      background: url(../img/footter_bg.png) no-repeat center;
      background-size: cover;

    }


    #footer>.container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .address-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 140px;
    }

    iframe {
      border: none;
    }

    .address,
    #phone {
      width: 25%;
    }

    hr {
      border: none;
      background: #3C2923;
      height: 5px;
      margin-bottom: 10px;
    }

    .address-phone p>a {
      color: #3C2923;
    }

    .address-phone p>a:hover {
      color: #f0efef;
      text-shadow: 0px 0px 10px #3C2923;
    }

    .footer-bottom {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      background: #f0efef;
      border-top: #3C2923 10px solid;
      padding-bottom: 40px;
    }

    .social-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* flex-direction: column; */
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
    }


    /* .social-menu .menu {
      margin-top: 60px;
      width: 35%;
    } */

    .social-menu .social {
      width: 15%;
    }

    .footer-bottom .logo-menu {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    .footer-bottom .social a {
      color: rgb(60, 41, 35);
    }

    .author {
      position: absolute;
      bottom: 10px;
      left: 10px;
    }

    .author:hover {
      color: #a87a6d;
    }

    /* =================== */
    #call-round {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      position: fixed;
      right: 50px;
      bottom: 50px;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: rgba(155, 120, 119, 0.7);
      font-size: 4rem;
      color: #fff;

      display: none;
    }

    #call-round-1 {
      width: 90px;
      height: 90px;
      background: rgba(161, 107, 107, 0.39);
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      animation: roundation 4s ease-in-out infinite;
      -webkit-animation: roundation 4s ease-in-out infinite;
    }

    #call-round-2 {
      animation: roundation 3s ease-in-out infinite;
      position: absolute;
      width: 100px;
      height: 100px;
      background: rgba(78, 58, 58, 0.39);
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-animation: roundation 3s ease-in-out infinite;
    }

    @-webkit-keyframes roundation {
      0% {
        width: 5px;
        height: 5px;
      }

      50% {
        width: 120px;
        height: 120px;
      }

      100% {
        width: 10px;
        height: 10px;
      }
    }

    @keyframes roundation {
      0% {
        width: 5px;
        height: 5px;
      }

      50% {
        width: 120px;
        height: 120px;
      }

      100% {
        width: 10px;
        height: 10px;
      }
    }