/* @font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf"); }

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf"); }

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf"); } */

/* @font-face {
  font-family: "Poiret One";
  src: url("../fonts/Poiret_One/PoiretOne-Regular.ttf"); }

@font-face {
  font-family: "Arima Madurai";
  src: url("../fonts/Arima_Madurai/ArimaMadurai-Light.ttf"); } */

@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham/GothaProLig.otf"); }

@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham/GothaProMed.otf"); }

@font-face {
  font-family: "Gotham-Regular";
  src: url("../fonts/Gotham/GothaProReg.otf"); }

@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham/GothaProBla.otf"); }

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Regular.svg") format('svg');
  src: url("../fonts/Nunito/Nunito-Regular.woff") format('woff');
  src: url("../fonts/Nunito/Nunito-Regular.woff2") format('woff2');
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?62627031");
  src: url("../fonts/fontello.eot?62627031#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?62627031") format("woff"), url("../fonts/fontello.ttf?62627031") format("truetype"), url("../fonts/fontello.svg?62627031#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

.container-full{
  margin: auto;
  padding: 0 15px;
}

.text{
  color: #555;
}

.right{
  text-align: right;
}

.m-auto{
  margin: auto;
}

.content-center{
  justify-content: center;
}

.align-center{
  align-items: center;
}

.icon::before {
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out; }

.icon-passive {
  color: #eee !important; }

.icon-info-circled::before {
  color: #ffd671;
  margin-right: 10px !important; }

.icon-shower::before{
  font-size: 20px;
  left: 3px;
  position: relative;
}
.icon-bath::before{
  font-size: 19px;
  right: 1px;
  position: relative;
}
.tip-wrapper .icon-bath::before{
  font-size: 34px;
}
.icon-jacuzzi::before{
  font-size: 17px !important;
  position: relative;
  right: 5px;
}

.fa-link{
  display: flex !important;
  align-items: center;
}

.m-auto{
  margin: auto;
}

.m-0-before::before{
  margin: 0;
}

.m-0{
  margin: 0 !important;
}

.mr-5{
  margin-right: 5px;
}

.ml-10{
  margin-left: 10px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-25{
  margin-bottom: 25px;
}

.mb-20{
  margin-bottom: 20px !important;
}

.mt-120{
  margin-top: 120px;
}

.mt-100{
  margin-top: 100px !important;
}

.mt-25{
  margin-top: 25px !important;
}

.mt-30{
  margin-top: 30px;
}

.p-0{
  padding: 0 !important;
}

.py-40{
  padding: 40px 0;
}

.relative{
  position: relative;
}

.text-center{
  text-align: center;
}

.flex{
  display: flex;
}


.checkbox{
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

/* .input-pattern .icon-jacuzzi::before{
  left: 20px;
}
.input-pattern .icon-jacuzzi label{
  left: 35px;
  position: relative;
} */
.icon-sauna::before{
  position: relative;
  bottom: 1px;
  font-size: 23px !important;
}

.icon-bathhouse::before{
  position: relative;
  left: 2px;
  font-size: 22px !important;
}

.mask{
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 3;
}

.abs-tip-wrapper{
  position: fixed;
  z-index: 2;
  font-style: italic;
  max-width: calc(100% - 40px);
  /* width: 30%; */
  border-radius: 15px;
  top: 90px;
  background: #ffffffd1;
  color: #444;
  padding: 15px;
  box-shadow: 0 0 30px #9ed4e9;
}

.abs-tip-wrapper.geo{
  left: 20px;
  z-index: 5;
}

.abs-tip-wrapper.price{
  left: -150px;
}

.abs-tip-wrapper .button-wrapper{
  margin-top: 10px;
  margin-left: 25px;
}

.abs-tip-wrapper .button-wrapper button{
  width: 49%;
  font-style: normal;
  cursor: pointer;
}

.abs-tip-wrapper .button-wrapper button:nth-child(1){
  color: #fff;
}

.abs-tip-wrapper .button-wrapper button:nth-child(1):hover{
  background-color: #409579 !important;
}

.abs-tip-wrapper .button-wrapper button:nth-child(2):hover{
  background-color: #d5d5d5 !important;
}

.best-label{
  background: url(../img/best.svg);
  height: 50px;
  width: 50px;
  display: block;
}

.sm-block{
  display: none;
}

.transparent{
  opacity: .5;
}

.transition{
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
}


.abs-tip-wrapper::before{
  content: '';
  position: absolute;
  left: -18px;
  bottom: 15px;
  border: 9px solid transparent;
  border-right: 9px solid #ffffffd1;
}

.abs-tip-wrapper small{
  font-size: 80% !important;
}

.abs-tip-wrapper .fa b{
  font-size: 22px;
}

.abs-tip-wrapper .fa-times{
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #888;
  padding: 10px;
  font-size: 10px;
}

.geocoder {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  top: 10px;
}

.mapboxgl-ctrl-geocoder {
  min-width: 100% !important;
}

.not-show{
  display: none !important;
}

.info-popup span{
  color: #666;
}

.info-popup .popup-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-popup .popup-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  color: #bbb;
  font-weight: bold;
  font-size: 14px;
}

.info-popup .popup-footer div:nth-child(2){
  display: flex;
  align-items: center;
}

.info-popup .popup-footer .signature{
  width: 120px;
  margin-left: 10px;
}


.info-popup img.geo-img{
  width: 100%;
  max-width: 300px;
  margin: 10px;
  margin: 15px auto;
  display: block;
}

.combo-wrapper button:hover{
  color: #fff !important;
}

.combo-wrapper button:nth-child(1), .combo-wrapper button:nth-child(2){
  width: calc(50% - 2.5px) !important;
  float: left;
  height: 30px;
}

.combo-wrapper button:nth-child(1):hover, .combo-wrapper button:nth-child(2):hover{
  background: #8fd4f2;
}

.combo-wrapper button:nth-child(1){
  margin-right: 5px;
  border-radius: 10px 0 0 0;
  font-size: 14px;
}
.combo-wrapper button:nth-child(2){
  border-radius: 0 10px 0 0;
  font-size: 14px;
}

.combo-wrapper button:nth-child(3){
  border-radius: 0 0 10px 10px;

}

.info-popup h1{
  font-size: 20px;
  margin: 10px 0 0;
  font-family: "Gotham-Bold";
  color: #7698b3 !important;
  text-align: center;

}
.info-popup h2{
  color: #56738d;
  font-size: 16px;
  margin: 0 0 20px;
  text-align: center;
  font-weight: normal;
}

.info-popup h3{
  color: #56738d;
  font-family: "Gotham-Regular";
  font-size: 17px;
  margin: 20px 0 10px;
}

.info-popup p{
  margin: 5px 0;
}

.info-popup i{
  color: #888;
  font-size: 14px;
}

.info-popup .form-btn{
  margin: 20px 0 5px;
}

.form-btn b{
  font-size: 26px;
  color: #d4ac4d;
}

.fa-crown{
  color: #ffdd8b;
}

.navigation-panel{
  z-index: 3;
  position: absolute;
  margin-top: 75px;
  list-style: none;
  display: flex;
  font-size: 12px;
}
.navigation-panel li{
  margin: 0 2px;
}

header.active {
  background: #589acd;
}

header.active .menu {
  box-shadow: inset 0 0 10px #456e93;
  background: #589acd;
}


header  {
  height: 60px;
  position: fixed;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 168, 187, 0.839216)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(80, 168, 187, 0.839216), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(80, 168, 187, 0.839216), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(80, 168, 187, 0.839216), rgba(255, 255, 255, 0));
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0; }

  header .header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .header-wrapper .logo {
    /* background: url("../img/shower-logo.svg") no-repeat; */
    background: url("../img/water-drop.svg") no-repeat;
    display: block;
    height: 50px;
    width: 50px;}
  header .header-wrapper ul.menu {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 35px;
    width: 275px;
    padding: 30px 0; }
      header .header-wrapper ul.menu li:nth-child(1), header ul.menu li:nth-child(2) {
        margin-right: 30px; }
      header .header-wrapper ul.menu .icon-mail-alt, header ul.menu .icon-down-dir, header ul.menu .icon-up-dir{
        font-size: 20px;
        cursor: pointer;
        -webkit-transition: .1s ease-out;
        -o-transition: .1s ease-out;
        transition: .1s ease-out; }
      header .header-wrapper ul.menu .enter{
        font-weight: bold;
        font-family: "Gotham-Bold", serif;
        position: relative;
        bottom: 2px;
        font-size: 20px;
      }
      header .header-wrapper ul.menu a {
        color: #fff;
        white-space: nowrap;
        position: relative;
        -webkit-transition: .1s ease-out;
        -o-transition: .1s ease-out;
        transition: .1s ease-out; }
      header .header-wrapper ul.menu a .mail-count{
        height: 10px;
        width: 10px;
        position: absolute;
        background: #f3705b;
        border-radius: 50px;
        right: -3px;
        text-align: center;
        font-size: 8px;
        color: #fff;
      }
      header .header-wrapper ul.menu a:hover, header ul.menu .icon-down-dir:hover {
        color: #EDF3F4;
        text-decoration: none; }
      header .header-wrapper ul.menu .avatar-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 5px 0 10px; }
      header .header-wrapper ul.menu .avatar img {
        width: 50px;
        height: 50px;
        border-radius: 50%;}
    header .drop-menu {
      text-decoration: none;
      list-style: none;
      width: 275px;
      font-family: "Gotham-Regular";
      box-shadow: 0 0 30px #ddd;
      float: right;
      background-color: #fff;
      padding: 0;
      /* display: none; */
    }
      header .drop-menu li {
        border-bottom: 1px solid #eee;
        text-align: center; }
      header .drop-menu a {
        padding: 5px 10px;
        display: block;
        color: #555;
        text-decoration: none;
        -webkit-transition: .1s ease-out;
        -o-transition: .1s ease-out;
        transition: .1s ease-out;
        line-height: 30px; }
      header .drop-menu a:hover {
        background-color: #f1f1f1b3; }

.cabinet {
  background-color: #fbfbfb !important;
  background: url("../img/bg3.jpg");
  background-attachment: fixed;
  background-position: 50% 50%; }

body {
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  color: #fff !important;
  font-family: "Gotham-Light", serif !important;
  background-color: #f6f6f6;
  cursor: default;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  background-attachment: fixed;
  width: 100%; }
  body .line{
    display: flex;
    /* align-items: center; */
  }
  body .err{
    color: #f3715c;
		font-size: 12px;
    bottom: -14px;
    position: absolute;
		right: 25px; }

  body .service-err{
		color: #f3715c;
		font-size: 12px;
    bottom: 25px;
    position: absolute;
		right: calc(50% - 38px); }
  body .err-comment-text{
    bottom: -20px;
  }
  body .top-30{
    margin-top: 30px !important;
  }

  body .pagination{
    display: flex;
    margin-top: 40px;
    justify-content: center;
  }
  body .pagination .pagination-list{
    display: flex;
    list-style: none;
    padding: 0;
  }
  body .pagination .pag-el {
    background: #eee;
    cursor: pointer;
    text-decoration: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    margin: 0 5px;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    position: relative;
  }

  body .pagination .pag-el:hover{
    transform: scale(1.1);
  }

  body .pagination .pag-el a{
    text-decoration: none;
    color: #333;
    padding: 15px;
  }

  body .pagination .is-current{
    background: #a7dff6 !important;
    box-shadow: 0 0 15px #a7dff6;
  }

  body .pagination .is-current a{
    color: #fff;
  }

  .color-blue{
    color: #7698b3;
  }

  .color-blue-dark{
    color: #56738d !important;
  }



  .bg-blue-light{
    background-color: #589acd !important;
  }

  .color-blue-light{
    color: #589acd !important;
  }

  .link:hover{
    text-decoration: underline;
    cursor: pointer;
  }

  .centered{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .modal-container .lock{
    text-align: center;
  }

  .modal-container .lock .icon-lock{
    font-size: 70px;
  }
  .modal-container .lock label{
    color: #555;
    font-size: 20px;
  }

  body .color-red{
    color: #f3715c !important;
  }
  body .color-green{
    color: #45a082 !important;
  }
  body .color-green-2{
    color: #5DF8C3 !important;
  }
  body .bg-green{
    background-color: #45a082 !important;
  }
  body .bg-green-dark{
    background-color: #409579 !important;
  }
  body .bg-red{
    background-color: #f3715c !important;
  }
  body .color-red-2{
    color: #FF5D5D !important;
  }

  body .color-orange{
    color: #e4a74c !important;
  }
  .title, .tip-photo, .page-wrapper .header, .review-block .name, .page-wrapper .header, .header h2, .header .icon, body .rating-set input, .modal-success-inner, .VueCarousel-navigation-button{
    color: #538498;
  }

  .modal-wrapper .icon-info-circled{
    color: #538498;
    margin: auto;
    text-align: center;
    margin: 10px 0;
  }
  .modal-wrapper .icon-info-circled::before{
    font-size: 70px;
    display: block;
    margin: auto !important;
  }
  input:read-only{
    cursor: default;
  }
  body .form-group{
    position: relative;
    width: 100%;
  }
  body .input-wrapper {
    margin: 10px 0;
    height: 50px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    body .input-wrapper .input-title {
      color: #fff;
      height: 100%;
      width: 50px;
      border-radius: 15px 0 0 15px;
      background: #ccc;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    /* body .input-wrapper .icon::before {
      font-size: 14px; } */

    body .input-wrapper .vdatetime{
      width: 100%;
    }
  body .input-wrapper input, body .input-wrapper .input-pattern{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    position: relative;
    height: 50px;
    width: 100%;
    background: #fcfcfc;
    box-shadow: inset 0 0 20px #eee;
    border-radius: 0 15px 15px 0px;
    border: none;
    outline: none;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    padding: 0 20px 0 20px;
    color: #333;
  }
  body .input-wrapper .input-pattern{
    justify-content: space-between;
    align-items: center;
  }
  body .input-wrapper small{
    position: absolute;
    padding: 5px;
    position: absolute;
    right: 15px;
    border-radius: 10px;
    color: #fff;
    background: #bbb;
  }
  body .input-wrapper .err, body .description-wrapper .err{
    color: #f3715c;
    position: absolute;
    right: 25px;
    border-radius: 15px;
    font-size: 12px;
    bottom: -13px;
    background: #fff;
    padding: 5px;
  }
  body .err-centered{
    font-size: 12px;
    color: #f3715c;
    text-align: center;
  }
  body input:focus{
    filter: brightness(102%);
    /* background: none; */
  }
  body input::-webkit-input-placeholder {
    font-size: 14px;
    color: #bbb;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out; }
  body input::-moz-placeholder {
    font-size: 14px;
    color: #bbb;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out; }
  body input:-ms-input-placeholder {
    font-size: 14px;
    color: #bbb;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out; }
  body input::placeholder {
    font-size: 14px;
    color: #bbb;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out; }
  body input:focus::-webkit-input-placeholder {
    text-indent: -400px; }
  body input:focus::-moz-placeholder {
    text-indent: -400px; }
  body input:focus:-ms-input-placeholder {
    text-indent: -400px; }
  body input:focus::-ms-input-placeholder {
    text-indent: -400px; }
  body input:focus::placeholder {
    text-indent: -400px; }
  body .main-background{
    /* background: url(../img/header-img.jpg); */
    background: url(../img/bg4.jpg);
    height: 620px;
    padding: 100px 0px 80px;
    z-index: 3;
    background-size: cover;
    background-position: center;
  }
  body .background-image{
    /* background: linear-gradient(20deg, #385b8da1, #ffffff69); */
    background: linear-gradient(20deg, #4661775c, #77afd930);
    /* background: linear-gradient(20deg, #52525238, #ffffff3b); */
    opacity: 1;
    background-size: cover;
    height: 620px;
    position: absolute;
    width: 100%;
    top: 0;
  }
  /* body .background-image {
    -webkit-background-size: cover;
            background-size: cover;
    height: 1100px;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../img/main_bg.jpg");
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
    position: absolute;
    width: 100%; } */
  body .second-background {
    -webkit-background-size: cover;
            background-size: cover;
    height: 665px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../img/bg.jpg");
    opacity: .1;
    top: 0;
    position: absolute;
    width: 100%; }
  body .border-block-wrapper:hover {
    -webkit-box-shadow: 0 0 40px #aaa;
            box-shadow: 0 0 40px #aaa; }
  body .border-block-wrapper {
    -webkit-box-shadow: 0 0 40px #ccc;
            box-shadow: 0 0 40px #ccc;
    color: #20434B;
    max-width: 365px;
    position: relative;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    z-index: 1;
    margin: 30px auto auto;
    text-align: center;
    padding: 10px; }
  body button {
    outline: none;
    border:none;
  }
  body ul {
    margin: 0; }
  body .dot {
    display: block;
    width: 5px;
    height: 5px;
    background: url("../img/ellipse.png") no-repeat;
    margin: 5px; }
  body .title-wrapper {
    /* text-align: center; */
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    body .title-wrapper .main-title {
      font-family: "Gotham-Medium", serif;
      font-size: 60px;
      text-transform: uppercase;
      margin: 0;
      color: #fff;
      /* color: #356975; */
      font-weight: 100; }
    body .title-wrapper .subtitle {
      font-size: 20px;
      font-family: "Gotham-Regular", serif;
      width: 100%;
      margin: 0;
      text-shadow: 2px 2px #2a475d;
      font-weight: bold;
      z-index: 1;
    }

    body .title-buttons-wrapper{
      display: flex;
    }
  body a.title-btn {
    text-align: center;
    text-transform: uppercase;
    /* background-color: #9ed4e9; */
    border: 2px solid #fff;
    width: 95px;
    padding: 0 10px;
    margin-top: 20px;
    font-size: 18px;
    height: 50px;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    color: #fff;
    font-family: "Gotham-Bold", serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none; }
  body .VueCarousel{
    z-index: 1;
  }
  body a.title-btn.selected {
    color: #7698b3;
    background: #fff;
    margin-right: 10px;
    width: 250px;
  }
  body a.title-btn.unselected:hover{
    color: #7698b3;
    background: #fff;

  }
  body a.title-btn.selected:hover{
    color: #fff;
    background: transparent;
  }

  /* body .form-wrapper:hover {
    -webkit-box-shadow: 0 0 40px #eee;
            box-shadow: 0 0 40px #eee; } */
  body .form-wrapper {
    -webkit-box-shadow: 0 3px 15px #ccc;
            box-shadow: 0 3px 15px #ccc;
    color: #555;
    max-width: 355px;
    position: relative;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    z-index: 1;
    margin: auto;
    text-align: center; }
    body .form-wrapper .form-block {
      background-color: #fff;
      /* height: 443px; */
      padding: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .1s ease-out;
      -o-transition: .1s ease-out;
      transition: .1s ease-out; }
    body .form-wrapper .form-block a {
      font-family: "Gotham-Bold", serif;
      -webkit-transition: .1s ease-out;
      -o-transition: .1s ease-out;
      transition: .1s ease-out; }
    body .form-wrapper .form-block a:first-child:hover {
      color: #ffd671; }
    body .form-wrapper .select-place {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none; }
    body .form-wrapper .select-place:hover {
      background-color: #8fd4f2; }
    body .form-wrapper .form-subtitle {
      font-size: 16px;
      font-family: "Gotham-Regular";
      text-transform: uppercase;
      text-decoration: none; }
    body .form-wrapper .form-subtitle:hover {
      color: #589acd !important;
    }
    body .form-wrapper .form-title {
        font-size: 24px;
        font-family: "Gotham-Bold", serif;
        text-transform: capitalize;
        text-align: center;
        margin-bottom: 10px; }
    body .filter-wrapper{
      margin: 15px 0;
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      justify-content: space-around;
      -webkit-justify-content: space-around;
      padding-top: 13px;
      position: relative;
      height: 50px;
      width: 100%;
      background: #fcfcfc;
      box-shadow: inset 0 0 20px #eee;
      border-radius: 15px;
    }
    body .form-wrapper .filter-wrapper .filter-title{
      position: absolute;
      bottom: 42px;
      font-size: 14px;
      background: #fff;
      padding: 0 10px;
      font-family: "Gotham-Regular", serif;
      border-radius: 25px;
    }

    body .filter-wrapper .icon, body .input-pattern .icon{
      font-size: 18px;
      color: #ccc;
      width: 30px;
      height: 30px;
      margin: 0 1px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    body .filter-wrapper .icon.active, .body .input-pattern .icon.active{
      background: #589acd;
      color: #fff;
      border-radius: 50%;
    }
    body .filter-wrapper.big,  body .input-pattern{
      padding: 5px 10px;
    }
    body .filter-wrapper.big .icon, body .input-pattern .icon{
      width: 40px;
      height: 40px;
    }
    body .filter-wrapper .for-time{
      bottom: -8px;
      position: absolute;
      background: #fff;
      font-size: 12px;
      color: #555;
      font-family: "Gotham-Regular", serif;
      padding: 0 10px;
      border-radius: 25px;
    }

    body .main-no-result{
      height: 550px;
      font-size: 24px !important;
      color: #7698b3;
      font-family: "Gotham-Bold";
    }
    body .main-no-result:before{
      font-size: 50px;
      color: #538498;
    }
  body .register{
    top: calc(50vh - 230px);
  }
  body .login {
    top: calc(50vh - 170px);
  }
  body select {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: none;
    outline: none;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    cursor: pointer; }
    body select option {
      color: #395358; }
  body select:focus {
    outline: none;
    -webkit-box-shadow: 0 0 10px #bbb;
            box-shadow: 0 0 10px #bbb; }
  body .form-input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    outline: none;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    -webkit-box-shadow: 0 0 7px #ddd;
            box-shadow: 0 0 7px #ddd; }
  body .form-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 10px #bbb;
            box-shadow: 0 0 10px #bbb; }
  body .form-btn {
    font-family: "Gotham-Bold", serif;
    background-color: #ffda82;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    padding: 5px;
    border: none;
    font-weight: 600;
    min-height: 45px;
    display: block;
    width: 100%;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    margin: 0 0 5px; }

  body #messages .description-wrapper{
    margin: 20px 0;
  }

  body .btn-rate{
    border-radius: 0 10px 0 0;
    background: #5ac376;
    height: 30px;
  }
  body .btn-rate:hover{
    background: #54af6d !important;
  }

  body .datetime-wrapper{
    position: relative;
    margin-bottom: 10px;
  }
  body .datetime-wrapper input{
    cursor: pointer;
  }

  /* body .form-btn:disabled, body .communicate-buttons .icon:disabled{ */
  body .disabled{
    background-color: #ccc !important;
    cursor: not-allowed !important;
  }

  body .disabled:hover{
    background-color: #bbb !important;
  }

  body .btn-preloader{
    width: 50px !important;
  }
  body .combo-wrapper .btn-preloader{
    width: 25px !important;
  }
  body .btn-preloader.preloader-sm{
    width: 22px !important;
    height: 22px;
  }
  body .preloader-wrapper{
    position: fixed;
    z-index: 3;
    margin: auto;
    width: 100%;
    text-align: center;
    top: 50vh;
  }
  body .preloader{
    width: 100px;
  }

  .page-preloader.relative{
    position: relative;
    width: 50px;
    left: 0;
  }

  .search-page .offers-wrapper{
    text-align: center;
    height: auto;
  }

  .search-page .fa-arrow-left{
    font-size: 30px;
    color: #538498;
    position: absolute;
    top: 100px;
    left: 90px;
  }

  .search-page .search-panel-wrapper{
    height: 60px;
    display: flex;
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 5px #ccc;
    margin-bottom: 20px;
  }


  body .form-btn:hover {
    /* background-color: #f3c75a; */
    background-color: #fdd679;
    color: #fff;
    text-decoration: none; }
  body .offers-wrapper {
    background: url("../img/bg3.jpg");
    min-height: 710px;
    background-attachment: fixed;
    background-position: 50% 50%;
  }

    body .offers-wrapper .popupar-offers{
      font-size: 26px;
      text-align: center;
      margin: 20px 0;
    }

    body .offers-wrapper .VueCarousel-navigation-button {
      color: #589acd !important;
      font-size: 45px;
      padding: 0 !important;
    }

    body .VueCarousel-navigation-prev{
      left: 30px !important;
    }

    body .VueCarousel-navigation-next{
      right: 30px !important;
    }



    .card-wrapper .header .status {
      position: absolute;
      z-index: 3;
    }

    .card-wrapper .header .status.right {
      right: -8px;
      top: -8px;
      width: 40px;
      height: 40px;
      background: url(../img/ribbon.svg);
    }

    .header .header-right .status.right {
      right: -13px;
      top: -13px;
      width: 70px;
      position: absolute;
      height: 70px;
      background: url(/img/ribbon.svg);
      z-index: 1;
    }

    .card-wrapper .header .status.left {
      left: 100px;
      width: 50px;
      height: 50px;
      top: 10px;
      background: url(../img/best.svg);
    }


    /* body .offers-wrapper .card-wrapper .header .new-status-wrapper label {
      position: absolute;
      color: #fff;
      font-size: 12px;
      top: 7px;
      left: 1px;
    } */

    body .offers-wrapper .card-wrapper img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }


    body .tips-wrapper {
      background: linear-gradient(20deg, #4182c3, #66abd5 89%);
    }

    body .offers-wrapper .search-offers{
      margin: 100px 0 0;
    }

    body .offers-wrapper .owl-prev, body .offers-wrapper .owl-next {
      z-index: 3;
      position: absolute;
      top: 40%; }
    body .offers-wrapper .owl-prev {
      left: 0px; }
    body .offers-wrapper .owl-next {
      right: 0px; }


  body .card-wrapper {
    display: block;
    box-shadow: 0 0 15px #ddd;
    height: 500px;
    width: 260px;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    margin: 10px auto;
    color: #fff;
    position: relative;
    text-decoration: none;
    cursor: default;
    /* overflow: hidden; */
   }
    .search-page .card-wrapper{
      display: inline-block;
      margin: 20px 10px;
    }
    body .card-wrapper .radius {
      background-color: #fff;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body .card-wrapper .icon {
      font-family: "fontello";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0;
      text-decoration: none !important;
      -webkit-transition: .1s ease-out;
      -o-transition: .1s ease-out;
      transition: .1s ease-out; }
    /* body .card-wrapper .icon:hover {
      color: #255c67 !important;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); } */
    body .card-wrapper .header {
      /* background-color: rgba(26, 128, 158, 0.5); */
      height: 40px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }

      /* body .card-wrapper .header .fa-crown{
        position: absolute;
        left: calc(50% - 10px);
        font-size: 20px;
      } */

      body .card-wrapper .header .map, body .post-header .map {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
        body .card-wrapper .header .map .location, body .post-header .location {
          background: url("../img/map.svg") no-repeat !important;
          height: 25px !important;
          width: 25px !important;
          border-radius: 0 !important;
          opacity: 1 !important}

        body .header .distance, body .post-header .distance {
          font-size: 12px;
          display: flex;
          align-items: flex-end;
        }
        body .header .distance span, body .post-header .distance span {
          font-family: "Gotham-Regular", serif;
          font-size: 16px;
        }
      body .card-wrapper .header .card-price .summ {
        color: #fff;
        float: left;
        font-family: "Gotham-Bold", serif;
        font-size: 22px;
        font-weight: bold;
        margin-right: 3px;
      }
      /* body .card-wrapper .header .card-price .money {
        height: 25px;
        width: 25px;
        background: url("../img/coins.svg") no-repeat;
        float: left; } */
      body .card-wrapper .header .card-price .fa-dollar-sign {
        top: 3px;
        font-size: 24px;
        margin-right: 3px;
        position: relative;
      }
      /* body .card-wrapper .header .card-price .fa-coins {
        top: 3px;
        color: #ffda82;
        font-size: 20px;
        position: relative;
      } */

      body .card-wrapper.active{
        /* background: #fff; */
      }
      body .card-wrapper.active .card-services{
        transform: rotate(90deg);
        transform-origin: 0 100%;
      }
      body .card-wrapper.active .card-services .service{
        transform: rotate(-90deg);
      }
      body .card-wrapper.active .card-avatar{
        opacity: 0;
      }
      body .card-wrapper.active .author-info{
        opacity: 0;
      }

      body .card-wrapper.active .card-text{
        top: 265px;
        visibility: hidden;
      }
      body .card-wrapper.active .text-gradient {
        bottom: 0;
      }
      body .card-wrapper.active .services-title{
        opacity: 1;
      }
      body .card-wrapper.active .services-tooltips{
        display: flex;
        top: 205px;
        opacity: 1;
        visibility: visible;
      }
      body .card-wrapper.active .services-price{
        height: 260px;
        bottom: 0;
      }

      body .card-wrapper.active .card-body{
        top: -40px;
        padding: 7px 0;
      }
      body .card-wrapper.active .card-body .time{
        right: -100px;
        /* padding: 7px 0; */
      }
      body .card-wrapper.active .service-func{
        opacity: 0;
      }
      body .card-wrapper.active .finger-tap{
        opacity: 0;
      }

  .mapboxgl-ctrl-top-right{
    top: 70px !important;
  }
  body .card-photo {
    height: 200px;
    z-index: 2;
    position: relative; }
    body .card-photo .services-title {
      font-family: "Gotham-Bold", serif;
      position: absolute;
      bottom: 0px;
      background-color: #8bd5f3c2;
      height: 40px;
      width: 100%;
      opacity: 0;
      font-size: 14px;
      padding: 10px;
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all;
      text-align: center; }
    body .card-photo .services-tooltips {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 50px;
      opacity: 0;
      visibility: hidden;
      top: 0;
      display: flex;
      font-size: 14px;
      position: absolute;
      width: 62%;
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all;
      text-align: center; }
      body .card-photo .services-tooltips .tooltip {
        height: 25px;
        color: #4e6f7b;
        padding: 3px 0; }
      /* body .card-photo .services-tooltips .tooltip:hover {
        background-color: #8bd5f3c2;
        color: #fff; } */
    body .card-photo .card-services {
      height: 40px;
      transform: rotate(0deg);
      transform-origin: 0 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #ffdd8b;
      padding: 8px 5px;
      -webkit-transition: -webkit-transform .5s ease-out;
      transition: -webkit-transform .5s ease-out;
      -o-transition: transform .5s ease-out;
      transition: transform .5s ease-out;
      transition: transform .5s ease-out, -webkit-transform .5s ease-out;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      position: relative;
      bottom: 40px;
      z-index: 2;
      cursor: pointer; }
      body .card-photo .card-services .finger-tap {
        position: absolute;
        background: url("../img/finger-tap.svg");
        width: 30px;
        height: 30px;
        bottom: 17px;
        left: -3px; }
      body .card-photo .card-services .service {
        height: 23px;
        width: 23px;
        margin: 1px;
        float: left;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        -o-transition: transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

  body .card-wrapper .body-wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    bottom: 33px;
  }
  body .card-body {
    height: 210px;
    color: #20434B;
    background-color: #fff;
    display: block;
    position: relative; }
  body .card-body:hover{
    text-decoration: none;
  }

    body .card-body .card-title{
      text-align: center;
      font-family: "Gotham-Regular", serif;
      padding: 10px 10px 5px;
      font-weight: bold;
    }
    body .card-body .card-text {
      top:0;
      font-family: "Gotham-Regular";
      text-align: left;
      padding: 0 10px;
      font-size: 14px;
      color: #555;
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all;
      position: relative;
    }
    body .card-body .time{
      position: absolute;
      bottom: 0;
      right: 5px;
      z-index: 1;
      color: #888;
      font-size: 10px;
      -webkit-transition: .1s all;
      -o-transition: .1s all;
      transition: .1s all;
    }
  body .page-wrapper .communicate-buttons{
    display: flex;
    max-width: 160px;
    margin: auto;
    position: relative;
    width: 100%;
    bottom: 22.5px;
    justify-content: space-around;
  }
  body .page-wrapper .communicate-buttons button{
    width: 50px;
    height: 22px;
    border-radius: 10px;
    color: #fff;
    background: #8bd5f3;
    text-align: center;
    padding: 2px;
    cursor: pointer;
  }


  body .page-wrapper .communicate-buttons .phone{
    margin-left: 60px;
  }
  body .page-wrapper .communicate-buttons .send{
    font-size: 13px;
  }
  body .author-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    position: relative;
    height: 50px; }
    body .author-block .card-avatar {
      height: 50px;
      margin: 0 15px;
      width: 50px;

      background: url("../img/card-avatar-1.png") no-repeat;
      position: relative;
      z-index: 1; }
    body .author-block .author-info {
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all;
      width: 100%;
      text-align: left;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      /* background-color: #66b6ca;  */
      }
      body .author-block .author-info .icon-chat {
        color: #fff !important; }
      body .author-block .author-info .comment-text {
        display: inline-block;
        font-size: 12px; }
      body .author-block .author-info .icon{
        width: 30px;
        height: 30px;
      }
      body .author-block .author-info .icon.type{
        background: none;
        color: #fff;
        cursor: default;
      }
      body .author-block .author-info .icon-jacuzzi::before{
        font-size: 15px !important;
      }
      body .author-block .author-info .icon-send-message{
        color: #56738d;

      }
      /* body .author-block .author-info .icon-send-message.disabled {
        color: #ccc;
        cursor: help;
      } */
      /* body .author-block .author-info .icon-reserve {
        width: 30px;
        height: 30px;
        cursor: pointer; } */
      /* body .author-block .author-info .author-reviews {
        margin-top: 5px;
        font-size: 14px;
        cursor: pointer; }
      body .author-block .author-info .author-reviews:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 14px;
        background: url("../img/chat.svg");
        background-repeat: no-repeat; }
      body .author-block .author-info .offer-rating {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        body .author-block .author-info .offer-rating .icon-star {
          color: #ffdd8b !important; }
    body .author-block .send-message {
      background-image: url("../img/send-message.svg");
      width: 28px;
      height: 30px;
      background-repeat: no-repeat;
      cursor: pointer; } */
    /* body .author-block .reserve {
      background-image: url("../img/reserve.svg");
      width: 35px;
      background-repeat: no-repeat;
      cursor: pointer;
      position: relative;
      height: 35px; } */
    body .author-block .text-gradient {
      position: absolute;
      height: 50px;
      background: #fff;
      width: 260px;
      bottom: 50px;
    }
    body .author-block .services-price {
      height: 0;
      font-family: "Gotham-Bold", serif;
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px;
      position: absolute;
      height: 0px;
      right: 0;
      bottom: -30px;
      background-color: #ffd671;
      width: 40px;
      padding: 7px 4px; }
      body .author-block .services-price .price {
        background-color: #fff;
        -webkit-border-radius: 50px;
                border-radius: 50px;
        height: 20px;
        width: 30px;
        margin-bottom: 5px;
        text-align: center;
        padding-top: 1px; }
  body .gradient-top-wrapper {
    position: relative;
    width: 100%;
    bottom: 0; }
    body .gradient-top-wrapper .gradient {
      height: 110px;
      position: absolute;
      width: 100%;
      bottom: 0;
      background: linear-gradient(#fff0, #f5f5f5); }
    body .gradient-top-wrapper .gradient-white {
      height: 320px;
      position: absolute;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff0), color-stop(90%, #fff));
      background: -webkit-linear-gradient(#fff0, #fff 90%);
      background: -o-linear-gradient(#fff0, #fff 90%);
      background: linear-gradient(#fff0, #fff 90%);
      bottom: 0; }
  body .tip-photo-wrapper {
    background: #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .tip-photo {
    position: relative;
    font-size: 40px;}
  body .tip-title {
    font-size: 22px;
    font-family: "Gotham-Bold", serif;
    color: #ffda80;
    font-weight: 600; }
    body .tip-text {
      font-size:17px;
      font-family: "Gotham-Regular", serif;
      margin-top: 5px;
    }
  body .inner-container-wrapper {
    min-height: 300px;
    /* background-color: #60abbd; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    body .tips-wrapper .tip-wrapper{
      text-align: center;
      /* display: block; */
      /* display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; */
    }
    body .tips-wrapper .tip-wrapper:nth-child(2){
      margin: 0 10px;
    }
    .tip-photo-wrapper .icon-bath::before{
      font-size: 34px;
      /* right: 2px; */
    }
  body .gradient-bottom-wrapper {
    position: relative;
    width: 100%;
    bottom: 0; }
    body .gradient-bottom-wrapper .gradient {
      height: 600px;
      position: absolute;
      width: 100%;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(70%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(#e6e6e6 0, rgba(255, 255, 255, 0) 70%);
      background: -o-linear-gradient(#e6e6e6 0, rgba(255, 255, 255, 0) 70%);
      background: linear-gradient(#e6e6e6 0, rgba(255, 255, 255, 0) 70%); }
    body .gradient-bottom-wrapper .gradient-white {
      height: 300px;
      position: absolute;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#fff0));
      background: -webkit-linear-gradient(#fff 40%, #fff0);
      background: -o-linear-gradient(#fff 40%, #fff0);
      background: linear-gradient(#fff 40%, #fff0); }

  body .block-text-subtitle {
    font-size: 18px; }
  body .block-text-title {
    font-size: 20px;
    font-family: "Gotham-Bold", serif;
    text-transform: uppercase;
    margin-bottom: 10px; }

  body .page-title {
    font-size: 24px;
    font-family: "Gotham-Bold", serif;
    /* text-transform: uppercase; */
    text-align: center;
    padding: 40px 0;
    margin-bottom: 10px; }

  body .block-button {
    font-family: "Gotham-Bold", serif;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: 200px;
    font-size: 18px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out; }
  body .block-button:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 5px 15px #aaa;
            box-shadow: 0 5px 15px #aaa; }
  body .block-wrapper:hover .block-near-photo::after {
    width: 100%; }
  body .block-wrapper-1:hover .block-photo {
    opacity: .9;
    /* -webkit-box-shadow: 0 0 10px #bbb;
            box-shadow: 0 0 10px #bbb;  */
          }
  body .block-wrapper:hover .block-near-photo {
    opacity: 1;
    box-shadow: 0 0 50px #ddd;}
  body .block-wrapper {
    margin: 80px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #20434B;
    text-align: center;
    height: 380px;
    cursor: default; }

    body .block-wrapper .block-near-photo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 230px;
      max-width: 755px;
      width: 100%;
      -webkit-transition: .1s ease-out;
      -o-transition: .1s ease-out;
      transition: .1s ease-out;
      opacity: .9;
      position: absolute;
      background-color: #fff;
      top: 70px;
      color: #333;
      padding: 15px 35px;
      box-shadow: 0 0 30px #eee;
    }
    body .block-wrapper:nth-child(1){
      margin-top: 100px;
    }
    body .block-wrapper:nth-child(1,3) .block-near-photo{
      left: 0;
    }
    body .block-wrapper:nth-child(2) .block-near-photo {
      right: 0;
    }
    body .block-wrapper .block-photo {
      height: 380px;
      opacity: .8;
      position: absolute;
      max-width: 755px;
      width: 100%;
      -webkit-transition: .1s ease-in;
      -o-transition: .1s ease-in;
      transition: .1s ease-in;
      background-position: 50% 50%;
      opacity: 1;
      box-shadow: 0 5px 10px #bbb;
    }

    body .block-wrapper:nth-child(1) .block-photo {
      background: url("../img/block-photo-333.jpg") no-repeat;
      background-size: cover;
      right: 0;
    }
    body .block-wrapper:nth-child(2) .block-photo {
      background: url("../img/block-photo-2.jpg");
      background-size: cover;
      left: 0;
    }
    body .block-wrapper:nth-child(3) .block-photo {
      background: url("../img/block-photo-1.jpg") no-repeat;
      background-size: cover;
      right: 0;
    }


  #orders{

  }
  #orders .orders-wrapper{
    /* display: flex;
    justify-content: space-between; */

  }
  #orders .order-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 5px 5px;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 0 7px #ddd;
            box-shadow: 0px 0 7px #ddd;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 20px;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    justify-content: space-between;
    /* cursor: pointer; */
  }

  #orders .order-item .order-body{
    margin: 0 10px;
  }

  #orders .order-item .name{
    font-family: "Gotham-Bold";
  }

  #orders .order-item .text{
    color: #666;
  }

  #orders .order-item .date{
    color: #aaa;
    font-size: 11px;
    margin-right: 5px;
  }

  #orders .order-item .icon{
    /* margin: 0 17px 0 8px; */
  }

  #orders .order-item:hover{
    background: #ebf6ff;
    box-shadow: none;

  }
/*
  #orders .order-item:hover .text, #orders .order-item:hover .name, #orders .order-item:hover .date{
    color: #fff !important;
  } */

  #orders .order-item .services{
    display: flex;
  }

  #orders .icon-info-circled{
    color: #ccc !important;
    margin: 30px;
    text-align: center;
  }

  #orders .icon-info-circled::before{
    font-size: 80px;
    display: block;
    color: #ccc !important;
    margin: auto !important;
  }

  #orders .services .icon{
    background: #589acd;
    color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
  }

  #orders .services .icon-passive{
    background: #fff !important;
    color: #ddd;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
  }

  body .social-block-wrapper:hover {
    -webkit-box-shadow: 0 0 10px #bbb;
            box-shadow: 0 0 10px #bbb;
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
  body .social-block-wrapper {
    height: 160px;
    cursor: default;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    margin: 100px 0 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #20434B;
    padding: 15px; }
    body .social-block-wrapper .social-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 220px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      opacity: 0; }
      body .social-block-wrapper .social-icons .soc-icon:hover {
        color: #4ba5b9 !important; }
      body .social-block-wrapper .social-icons .soc-icon {
        -webkit-border-radius: 50px;
                border-radius: 50px;
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 44px;
        text-decoration: none;
        font-size: 22px;
        color: #7cbecc; }
  body .add-offer-fixed {
    color: #333;
    position: fixed;
    bottom: 10px;
    z-index: 2;
    width: 100% !important;
    display: none; }
  #offer, #offer-create, #cabinet, #messages{
    opacity: 0;
  }

    body .blur{
      filter: blur(3px);
    }
    body .moderated{
      position: absolute;
      width: 100%;
      height: calc(100% - 100px);
      z-index: 5;
      background: #fff;
      opacity: 0.7;
    }
    body .moderated .centered{
      color: #538498;
      height: 80vh;
      font-size: 26px;
    }
    body .page-wrapper .header {
      line-height: 40px;
      padding: 20px 28px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #f5f5f5;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;}

      body .page-wrapper .header h2 {
        font-weight: normal;
        font-size: 22px;
        margin: 0;
        text-align: center; }
        body .page-wrapper .header h2 a {
          text-decoration: none;
          color: #fff; }

      body .page-wrapper .header .personal-info .link{
        text-decoration: underline;
        color: #f5f5f5;
        cursor: pointer;
      }
      body .page-wrapper .header .personal-info .link:hover{
        text-decoration: none;
        color: #fff;
      }
    body .page-wrapper .body {
      /* border-top: 1px solid #ddd; */
      padding: 0 20px 20px;
    }
      /* body .img-absolute, body .img-absolute::before {
        position: absolute;
        line-height: 60px;
        font-size: 14px;
        margin-left: 5px;
        left: 0px;
        top: 0; }
      body .message-wrapper .icon-edit::before {
        top: 25px;
      } */

      body .page-wrapper .body .title-info {
        padding: 130px 60px;
        text-align: center;
        font-size: 18px;
        color: #607b82;
        margin-top: 20px; }
      body .page-wrapper .body .subtitle {
        color: #888;
        margin: 5px 9px;
        font-family: "Gotham-Regular";
        font-size: 14px; }
      /* body .body .name-wrapper {
        position: relative; }
        body .page-wrapper .body .name-wrapper span {
          margin-left: 8px;
          color: #aaa; }
        body .page-wrapper .body .name-wrapper span::before {
          font-size: 13px; }
        body .page-wrapper .body .name-wrapper .name {
          padding: 0 30px; } */
      body .body .service-name {
        position: relative; }
        body .page-wrapper .body .service-name span {
          margin-left: 9px;
          color: #aaa; }
      body .body .date-wrapper {
        position: relative; }
        body .page-wrapper .body .date-wrapper span {
          margin-left: 9px;
          color: #aaa; }
      body .page-wrapper .body .icon-star::before {
        font-size: 16px; }
      body .page-wrapper .body .icon-title::before {
        margin: 0 8px 0 0; }
      /* body .body .price-wrapper {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        body .body .price-wrapper span {
          margin-left: 10px;
          color: #aaa; } */
      /* body .body .time {
        color: #666;
        margin-left: 20px;
        min-width: 80px; } */
      body .page-wrapper .body .country-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
        body .page-wrapper .body .country-wrapper span {
          margin-left: 10px;
          color: #aaa; }
      body .page-wrapper .body .city-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
        body .page-wrapper .body .city-wrapper span {
          margin-left: 10px;
          color: #aaa; }
      body .body .icon-doc::before {
        font-size: 16px; }
      body .description-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 10px 0;
        height: 150px;}
        body .description-wrapper textarea {
          display: flex;
          justify-content: center;
          position: relative;
          height: 100%;
          width: 100%;
          background: #fcfcfc;
          box-shadow: inset 0 0 20px #eee;
          border-radius: 0 15px 15px 0;
          border: none;
          outline: none;
          -webkit-transition: .1s ease-out;
          -o-transition: .1s ease-out;
          transition: .1s ease-out;
          padding: 10px 20px;
          overflow: auto;
          resize: none;
          color: #333;
        }
        body .description-wrapper span {
          height: 100%;
          color: #fff;
          background: #ccc;
          display: flex;
          width: 50px;
          font-size: 20px;
          align-items: center;
          justify-content: center;
          border-radius: 15px 0 0 15px;
        }

      body .body .photos-wrapper {
        margin-top: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        body .body .photos-wrapper .photo-block {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 10px 0; }
          body .body .photos-wrapper .photo-block .photo {
            position: relative;
            -webkit-transition: .1s ease-out;
            -o-transition: .1s ease-out;
            transition: .1s ease-out;
            max-width: 250px;
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            body .body .photos-wrapper .photo-block .photo img {
              width: 100%;
              -webkit-transition: .1s ease-out;
              -o-transition: .1s ease-out;
              transition: .1s ease-out; }
            body .body .photos-wrapper .photo-block .photo .icon-edit::before {
              position: absolute;
              left: 5px;
              bottom: 2px;
              cursor: pointer;
              color: #fff;
              -webkit-transform: scale(0);
                  -ms-transform: scale(0);
                      transform: scale(0);
              padding: 5px 0;
              line-height: 18px;
              font-size: 18px; }
            body .body .photos-wrapper .photo-block .photo .icon-trash::before {
              position: absolute;
              right: 2px;
              bottom: 2px;
              cursor: pointer;
              color: #fff;
              -webkit-transform: scale(0);
                  -ms-transform: scale(0);
                      transform: scale(0);
              padding: 5px 0;
              font-size: 18px;
              line-height: 18px; }
            body .body .photos-wrapper .photo-block .photo .icon-search {
              padding: 30px;
              position: absolute; }
            body .body .photos-wrapper .photo-block .photo .icon-search::before {
              cursor: pointer;
              font-size: 30px;
              color: #fff;
              font-size: 30;
              line-height: 30px;
              -webkit-transform: scale(0);
                  -ms-transform: scale(0);
                      transform: scale(0); }
            body .body .photos-wrapper .photo-block .photo .icon-plus {
              position: absolute;
              padding: 55px;
            }
            body .body .photos-wrapper .photo-block .photo .icon-plus::before {
              cursor: pointer;
              font-size: 30px;
              color: #ccc;
              font-size: 30;
              line-height: 30px; }
            body .body .photos-wrapper .photo-block .photo input {
              display: none; }
          body .body .photos-wrapper .photo-block .photo:hover {
            -webkit-box-shadow: 0 0 20px #bbb;
                    box-shadow: 0 0 20px #bbb; }
          body .body .photos-wrapper .photo-block .photo:hover img {
            filter: brightness(70%);
            -webkit-transform: scale(1.03);
                -ms-transform: scale(1.03);
                    transform: scale(1.03); }
          body .body .photos-wrapper .photo-block .photo:hover .icon-search::before {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
          body .body .photos-wrapper .photo-block .icon-search:hover::before, body .body .photos-wrapper .photo-block .icon-edit:hover::before, body .body .photos-wrapper .photo-block .icon-trash:hover::before {
            color: #fff; }
          body .body .photos-wrapper .photo-block .photo:hover .icon-trash::before, body .body .photos-wrapper .photo-block .photo:hover .icon-edit::before {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
          body .body .photos-wrapper .photo-block .photo:hover .icon-plus::before {
            color: #fff; }
          body .body .photos-wrapper .photo-block .photo:first-child {
            margin-left: 0; }
      body .body .services-wrapper {
        margin-top: 15px; }
        body .body .services-wrapper .active {
          -webkit-box-shadow: 0 0 10px #589acd !important;
                  box-shadow: 0 0 10px #589acd !important; }
          body .body .services-wrapper .active .icon-service::after {
            height: 3px;
            background-color: #333; }

        body .body .services-wrapper .service-select {
          color: #395358;
          font-size: 18px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 25px;
          -webkit-box-shadow: 0 0 10px #ddd;
                  box-shadow: 0 0 10px #ddd;
          -webkit-border-radius: 15px;
                  border-radius: 15px;
          padding: 10px 0 0;
          -webkit-transition: .1s ease-out;
          -o-transition: .1s ease-out;
          transition: .1s ease-out;
          /* cursor: pointer;  */
        }
          body .body .services-wrapper .service-select .service-header {
            padding: 0 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            justify-content: space-between;
            margin-bottom: 5px;
            width: 100%; }
            body .body .services-wrapper .service-select .service-header .icon-service {
              position: relative;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              cursor: pointer; }
            body .body .services-wrapper .service-select .service-header .icon-service::before {
              font-size: 30px;
              padding: 10px;
              color: #ccc;
              border-radius: 50%;
              -webkit-transition: .1s ease-out;
              -o-transition: .1s ease-out;
              transition: .1s ease-out;
              width: 50px;
              margin: 0; }
            body .body .services-wrapper .service-select.active .service-header .icon-service::before {
              color: #fff;
              background: #589acd;
            }
            body .body .services-wrapper .service-select .service-header .service-title {
              margin-left: 10px;
              line-height: 14px;
              text-align: center;
              font-family: "Gotham-Bold";
              font-size: 16px; }
              body .body .services-wrapper .service-select .service-header .service-title .extra{
                color: #aaa;
                display: block;
                font-size: 11px}

              body .body .services-wrapper .service-select .service-header .input-wrapper{
                height: 40px;
                max-width: 120px;
                font-family: "Gotham-Bold";
              }
              body .body .services-wrapper .service-select .service-header .input-wrapper input{
                height: 40px;
                padding: 0 7px;
                width: 100%;
                color: #555;
                text-align: center;
                border-radius: 15px 0 0 15px;
                margin: 0;
              }
              body .body .services-wrapper .service-select .service-header .input-wrapper span{
                width: 50px;
                border-radius: 0 15px 15px 0;
              }

            /* body .body .services-wrapper .service-select .service-header .service-price {
              width: 90px;
              height: 0px;
              bottom: 30px;
              position: relative; }
              body .body .services-wrapper .service-select .service-header .service-price span {
                color: #aaa; }
              body .body .services-wrapper .service-select .service-header .service-price input {
                padding: 0 10px 0 25px;
                text-align: center;} */
          body .body .services-wrapper .service-select .service-body {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            margin-bottom: 15px;
            display: flex; }
            body .body .services-wrapper .service-select .service-body .photo {
              position: relative;
              margin: 0 5px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
            body .body .services-wrapper .service-select .service-body .photo:hover label {
              transform: scale(1);
            }
            body .body .services-wrapper .service-select .service-body .photo:hover img {
              filter: brightness(70%)
            }
            body .body .services-wrapper .service-select .service-body img {
              width: 100%;
              transition: .1s ease-out;
              max-width: 150px;
            }
            body .body .services-wrapper .service-select .service-body label {
              position: absolute;
              color: #fff;
              cursor: pointer;
              transition: .1s ease-out;
              font-size: 1em;
              transform: scale(0);
            }

            #offer-create .services-wrapper .service-select .service-body .icon-search {
              padding: 5px 16px;
            }
            .service-select .service-body .icon-search, .service-select .service-body .icon-plus {
              padding: 16px;
            }
            body .body .services-wrapper .service-select .service-body .icon-edit {
              left:0;
              bottom:0}
            body .body .services-wrapper .service-select .service-body .icon-trash {
              right:-3px;
              bottom:0}

            body .body .services-wrapper .service-select .service-body input {
              display: none; }
      body .page-wrapper .body .help-info {
        font-size: 14px;
        color: #666;
        text-align: center; }

      body #offer .help-info{
        display: inline-flex;
        font-size: 16px;
        max-width: 300px;
        height: 100px;
        position: relative;
        bottom: 30px;
      }
      body #offer .help-info .icon-ok-circled::before{
        margin: 0 auto 10px;
      }
      body #offer .help-info.extra{
        display: none;
        font-size: 14px;
        max-width: 100% !important;
      }
      body #offer .icon-info-circled.centered{
        color: #ccc;
        margin: 30px auto 50px;
        text-align: center;
      }
      body #offer .icon-info-circled.centered::before{
        font-size: 70px;
        color: #ccc;
      }
      body #offer-create .help-info{
        margin-top: 65px;

      }

        body #offer-create .body .help-info div:first-child{
          margin-bottom: 25px;
          font-size: 16px;
          font-family: "Gotham-Regular";
        }

        body .page-wrapper .body .help-info .success{
          color: #538498;
        }

        body .page-wrapper .body .help-info .error{
          color: #d26452;
        }


        body .page-wrapper .body .help-info .fa{
          display: block;
          font-size: 50px;
          margin: 0 auto 25px;
        }

        body .page-wrapper .body .help-info .fa-check-circle::before{
          color: #9ed4e9;
        }

        body .page-wrapper .body .help-info .fa-times-circle::before{
          color: #f3715c;
        }
  body .cabinet {
    margin-top: 50px; }
  body .page-wrapper {
    position: relative;
    min-height: 100vh;
    color: #395358; }
  body .page-wrapper.bg{
    -webkit-box-shadow: 0 0 30px #bbb;
    box-shadow: 0 0 30px #bbb;
    background-color: #ffffffe0;
    margin: 100px 0 50px 0;
    min-height: calc(100vh - 150px);
  }
  body #messages .page-wrapper .body.empty {
    border: none;
    height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

    body .page-wrapper .icon-title::before {
      margin: 0 8px 0 0; }
    body .page-wrapper .header {
      line-height: 60px;
      padding: 20px 28px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #8bd5f3c2;
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      body .page-wrapper .header .icon {
        margin-right: 8px;
        font-size: 24px;
        text-decoration: none;
        color: #fff
      }

      body .page-wrapper .header h2 {
        font-weight: normal;
        color: #fff;
        font-size: 24px;
        margin: 0; }


      body #cabinet .avatar-wrapper {
        margin: 0px 35px; }
      body #cabinet .data-wrapper{
        margin-top: -10px;
      }
      body #offer .avatar-wrapper .photo{
        margin: 10px 35px 0;
      }
        body .page-wrapper .avatar-wrapper .photo:hover .icon-search, body .page-wrapper .avatar-wrapper .photo:hover .icon-trash, body .page-wrapper .avatar-wrapper .photo:hover .icon-edit {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
        body .page-wrapper .avatar-wrapper .photo {
          position: relative;
          max-width: 230px;
          transition: .1s ease-out;
          display: flex;
          align-items: center;
          justify-content: center;}


          body #offer .avatar-wrapper .photo{
            display: inline-block;
            margin-left: 35px;
            max-width: 160px !important;
          }
          body #offer .avatar-wrapper .stars{
            justify-content: center;
          }
          body .page-wrapper .avatar-wrapper .photo:hover {
            box-shadow: 0 0 20px #bbb;
          }
          body .page-wrapper .avatar-wrapper .photo:hover img {
            transform: scale(1.03);
            filter: brightness(80%);

          }
          body .page-wrapper .avatar-wrapper .photo:hover .icon {
            transform: scale(1);
            color: #fff;
          }
          body .page-wrapper .avatar-wrapper .photo img {
            width: 100%;
            -webkit-transition: .1s ease-out;
            -o-transition: .1s ease-out;
            transition: .1s ease-out; }
          body .page-wrapper .avatar-wrapper .photo input {
            display: none; }
          body .page-wrapper .avatar-wrapper .photo .icon-search:hover, body .page-wrapper .avatar-wrapper .photo .icon-trash:hover, body .page-wrapper .avatar-wrapper .photo .icon-edit:hover {
            color: #fff; }
          body .page-wrapper .avatar-wrapper .photo label {
            position: absolute;
            color: #fff;
            font-size: 40px;
            -webkit-transition: .1s ease-out;
            -o-transition: .1s ease-out;
            transition: .1s ease-out;
            -webkit-transform: scale(0);
                -ms-transform: scale(0);
                    transform: scale(0);
            cursor: pointer; }
          body .page-wrapper  .avatar-wrapper .photo .icon-search {
            top: 45%;
            left: 40%;
            font-size: 30px; }
          body .page-wrapper  .avatar-wrapper .photo .icon-trash {
            bottom: 10px;
            right: 10px;
            font-size: 20px; }
          body .page-wrapper  .avatar-wrapper .photo .icon-edit {
            bottom: 10px;
            left: 10px;
            font-size: 20px; }
        body .page-wrapper  .avatar-wrapper .rating-wrapper {
          max-width: 160px;
          margin-left: 35px;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative;}
          body .page-wrapper  .avatar-wrapper .rating-wrapper .stars {
            color: #ffd671;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 3px;
            position: relative; }
            body .page-wrapper  .avatar-wrapper .rating-wrapper .stars .icon-star:nth-child(2) {
              position: relative;
              top: 4px;
              color: #ffd161; }
          body .page-wrapper  .avatar-wrapper .rating-wrapper .text {
            color: #888;
            font-size: 14px; }
      body .page-wrapper  .reviews-wrapper, body .page-wrapper .messages-wrapper {
        width: 100%;
        overflow: auto;
        border: none;
        color: #333;
        margin-top: 10px;
        resize: none;
        position: relative;
        outline: none; }
        .page-wrapper  .reviews-wrapper{
          max-height: 280px;
        }
        .page-wrapper .messages-wrapper{
          /* max-height: 500px; */
          overflow: auto;
        }
        .dialog-wrapper{
          height: calc(100vh - 500px);
          overflow: auto;
          background: url('/img/chat-bg.jpg');
          background-size: 40%;
          margin: 10px;
          border-radius: 15px;
          padding: 10px 30px;
          box-shadow: inset 0 0 30px #ddd;
        }

        .dialog-wrapper .icon-chat{
          color: #aaa;
          position: relative;
          top: calc(50% - 50px);
          max-width: 130px;
          margin: auto;
          text-align: center;


        }
        .dialog-wrapper .icon-chat::before{
          font-size: 80px;
        }
        /* .description-wrapper.dialog .err{
          bottom: 0 ;
        } */
        .message-input{
          margin: 40px 0 20px;
          width: 100%;
          min-height: 120px;
          border: none;
          padding: 10px 30px;
          resize: vertical;
          z-index: 2;
          color: #333;
          outline: none;
          box-shadow: 0 0 7px #ddd;
        }
        body .page-wrapper .reviews-wrapper .icon-chat, body .page-wrapper .messages-wrapper .icon-chat {
          color: #ccc;
          max-width: 130px;
          margin: 30px auto 50px;
          text-align: center;
        }
        body .page-wrapper .reviews-wrapper .icon-chat::before, body .page-wrapper .messages-wrapper .icon-chat::before {
          font-size: 80px;
        }
        .dialog-wrapper .message-block{
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          /* margin: 0 5px 0; */
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-border-radius: 10px;
                  border-radius: 10px;
          padding: 10px 0px;
          flex-direction: column;
        }
        .message-block img{
          width: 40px;
          border-radius: 50%;
        }
        .reviews-wrapper .review-block, .messages-wrapper .message-block {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 10px 5px 5px;
          text-decoration: none;
          -webkit-box-shadow: 0px 0 7px #ddd;
                  box-shadow: 0px 0 7px #ddd;
          -webkit-border-radius: 10px;
                  border-radius: 10px;
          padding: 10px;
          -webkit-transition: .1s ease-out;
          -o-transition: .1s ease-out;
          transition: .1s ease-out;
          justify-content: space-between;
          cursor: pointer;
          flex-direction: column;
          align-items: flex-start;
          }
          /* .reviews-wrapper .review-block{
          } */
          .dialog-wrapper .message-block{
            align-items: flex-start;
          }
          .messages-wrapper .open-dialog:hover{
            background: #ebf6ff;
            box-shadow: none;
          }

          .message-block .date{
            color: #aaa;
            font-size: 10px;
          }
          .message-block .icon{
            margin: 0 17px 0 8px;
          }
          .message-block.my-message .icon{
            margin: 0 0 0 19px;
          }
          body .page-wrapper  .reviews-wrapper .review-block .review-body, .message-block .message-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: 0 10px; }
          body .page-wrapper  .reviews-wrapper .review-block .text,  .message-block .text {
            background: #f5f5f5;
            padding: 10px;
            border-radius: 0 10px 10px 10px;
            color: #666; }
          .message-block .text{
            margin: 5px 0;
          }
          .message-block .text{
            word-break: break-word;
            position: relative;
          }

            .message-block .text .rating-wrapper{
              /* position: absolute; */
              top: -25px;
              font-size: 8px;
              right: 0;
            }

            .message-block .text .rating-wrapper label{
              /* width: 12px; */
            }

          body .message-block .text.new{
            background: #8bd5f3c2;
            color: #fff;
          }
          .message-block .name {
            display: block;}

          .message-block.my-message .name{
            text-align: right;
            font-family: "Gotham-Bold";
          }
          .message-block.my-message .text{
            border-radius: 10px 0 10px 10px;
          }
          .message-block.my-message{
            align-items: flex-end;
          }
            .message-block.my-message .text .rating-wrapper{
              left: 0;
            }
          body .page-wrapper  .reviews-wrapper .review-block .rating {
            margin-left: auto;
            text-align: center;
            border:none;}
            body .page-wrapper .reviews-wrapper .review-block .rating span {
              color: #888;
              display: block; }
            body .page-wrapper  .reviews-wrapper .review-block .rating .stars {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              margin-bottom: 2px;
              color: #ffd671; }
            /* body .page-wrapper  .reviews-wrapper .review-block .rating .icon-thumbs-up-alt {
              color: #51af7b;
              font-size: 20px; }
            body .page-wrapper  .reviews-wrapper .review-block .rating .icon-thumbs-down-alt {
              color: #cc7979;
              font-size: 20px; }  */
      body .page-wrapper  .gradient-wrapper {
        position: relative; }
        body .page-wrapper  .gradient-wrapper .gradient {
          bottom: 0px;
          position: absolute;
          background: -webkit-gradient(linear, left top, left bottom, from(#ffffff0a), to(#ffffff));
          background: -webkit-linear-gradient(#ffffff0a, #ffffff);
          background: -o-linear-gradient(#ffffff0a, #ffffff);
          background: linear-gradient(#ffffff0a, #ffffff);
          height: 60px;
          width: 100%; }
  body .results-title {
    color: #aaa;
    text-align: center;
    margin-top: 70px;
    font-size: 30px; }
  body .search-wrapper {
    margin: 50px 0;
    text-align: center; }
    body .search-wrapper .card-wrapper {
      display: inline-block; }
  body .offer {
    padding: 0 0 20px; }

    body .offer .padding-none {
      padding: 0 20px; }
      body .offer .padding-none .date-add {
        float: right;
        font-size: 13px;
        color: #888;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        body .offer .padding-none .date-add .calendar-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          body .offer .padding-none .date-add .calendar-wrapper .date {
            color: #333;
            margin-left: 10px; }
          body .offer .padding-none .date-add .calendar-wrapper .icon-calendar {
            margin: 2px 0 0 5px; }

    body .message-wrapper {
      position: relative;
      margin: 20px 0; }

    body .comment-btn{
      background-color: #66b6ca;
      margin-top: 40px;}
    body .comment-btn:hover{
      background-color: #4e9daf; }
  body .reserve-wrapper {
    background-color: #bfedf7;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    body .reserve-wrapper .price-wrapper {
      font-size: 30px;
      margin: 0 20px; }
    body .reserve-wrapper .radius {
      background-color: #fff;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body .reserve-wrapper .icon {
      font-family: "fontello";
      color: #555 !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0;
      text-decoration: none !important;
      width: 40px !important;
      height: 40px !important;
      cursor: pointer;
      font-size: 20px; }
    body .reserve-wrapper .icon-chat {
      color: #fff !important; }
    body .reserve-wrapper .comment-text {
      display: inline-block;
      font-size: 12px; }

    body .reserve-wrapper .icon-send-message {
      width: 30px;
      height: 30px;
      cursor: pointer; }
    body .reserve-wrapper .icon:hover {
      color: #ffd671 !important;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    body .reserve-wrapper .icon-reserve {
      width: 30px;
      height: 30px;
      cursor: pointer; }
    body .reserve-wrapper .author-reviews {
      margin-top: 5px;
      font-size: 14px;
      cursor: pointer; }
    body .reserve-wrapper .author-reviews:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 14px;
      background: url("../img/chat.svg");
      background-repeat: no-repeat; }
    body .reserve-wrapper .offer-rating {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      body .reserve-wrapper .offer-rating .icon-star {
        color: #ffd671 !important; }

footer {
  min-height: 300px;
  width: 100%;
  padding: 20px;
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(20deg, #4182c3, #66abd5 89%);
}
  footer .title {
    font-size: 30px;
    font-family: "Gotham-Bold", serif;
    color: #fff;
  }
  footer .right-block {
    width: 300px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    float: right; }
  footer select {
    width: 240px;
    margin: 10px 0;
    border: none;
    background-color: #89d1ec;
    cursor: pointer;
    color: #fff; }
    footer select option {
      color: #395358; }
  footer select:focus {
    outline: none;
  }
  footer .menu {
    clear: both;
    list-style: none;
    float: right;
    padding: 0; }
    footer .menu a {
      color: #fff; }
    footer .menu a:hover {
      text-decoration: none;
      color: #ddf0ff; }
/* body .icon-trash-empty:before,
body .icon-edit:before,
body .icon-search:before{
  transform: scale(0) !important;} */

  .map-bg{
    background-color: #fbfbfb !important;
    background: url(../img/bg3.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
  }


    .send-input{
      border-radius: 15px;
      border: 1px solid #ccc;
      border: none;
      background: #eee;
      padding: 0 10px;
      font-size: 14px;
      color: #555;
      outline: none;
      box-shadow: inset 0 0 10px #ddd;
    }

    .send-input::placeholder{
      color: #777;
      font-size: 14px;
    }

    .full-wrapper{
      background: #fff;
      box-shadow: 0 25px 30px #d2d1d1;
      position: relative;
      padding-bottom: 40px;
      margin-bottom: 50px;
    }


    .full-wrapper.sm-padding{
      padding: 50px 10px;
    }

    .left-side-wrapper{
      box-shadow: 0 0 30px #bbb;
      position: relative;
      background-color: #fff;
      margin-top: 100px;
      width: calc(100% - 300px);
      /* padding-bottom: 10px; */
      min-height: calc(100vh - 500px);
    }

      .slider-wrapper{
        position: relative;
        height: 439px;
        overflow: hidden;
        background: #fff;
      }

        .slider-wrapper .VueCarousel-pagination{
          padding: 0 25px;
          bottom: 65px;
          text-align: right !important;
          position: absolute;
        }

        .slider-wrapper .VueCarousel-navigation-button{
          font-size: 30px;
          color: #76939fc7 !important;
        }

        .slider-wrapper .VueCarousel-navigation-button.VueCarousel-navigation-prev{
          left: 10% !important;
        }

        .slider-wrapper .VueCarousel-navigation-button.VueCarousel-navigation-next{
          right: 10% !important;
        }

        .slider-wrapper.top-padding{
          margin-top: 10px;
        }

        .slider-wrapper .rating-wrapper{
          position: absolute;
          top: 10px;
          left: 30px;
          z-index: 2;
        }

        .slider-wrapper img{
          width: 100%;
          /* height: 100%; */
          height: auto;
          object-fit: cover;
        }

        .slider-wrapper .name-wrapper{
          min-height: 60px;
          height: auto;
          background: linear-gradient(20deg, #4182c3bf, #66abd5b5 89%);
          color: #fff;
          position: absolute;
          bottom: 0;
          z-index: 2;
          width: 100%;
          overflow: hidden;
          display: flex;
          padding: 0 30px;
          align-items: center;
          justify-content: space-between;
        }

          .slider-wrapper .name-wrapper .price{
            color: #FFE38D;
            font-family: 'Gotham-Bold';
            font-size: 40px;
          }

          .slider-wrapper .name-wrapper .price.main{
            display: none;
          }

          .slider-wrapper .name-wrapper label{
            margin: 0 15px;
            font-family: "Gotham-Bold";
          }

          .slider-wrapper .name-wrapper .type-wrapper{
            display: flex;
            align-items: center;
            cursor: pointer;
            justify-content: center;
          }

          .slider-wrapper .name-wrapper .type-wrapper .icon{
            height: 50px;
            width: 50px;
            border-radius: 50%;
            display: flex;
            font-size: 30px;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
            position: relative;
          }

            .slider-wrapper .fa-check{
              position: absolute;
              z-index: 2;
              color: #5df8c378;
              font-size: 200px;
              text-align: center;
              width: 100%;
              top: calc(50% - 120px);
            }


          .slider-wrapper .name-wrapper .type-wrapper label{
            font-size: 20px;
            text-transform: uppercase;
          }

          .slider-wrapper .name-wrapper .type-wrapper i{
            font-size: 24px;
          }

      .info-block{
        position: absolute;
        /* top: 0px; */
        left: 100%;
        width: 300px;
        background-color: #fff;
      }

      .info-block.fixed{
        left: calc(50% + 270px);
        position: fixed;

      }



        .info-block a:hover{
          text-decoration: none;
          filter: brightness(90%);
        }

        .info .post-header{
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 40px;
          padding: 0 10px;
          color: #fff;
        }

          .info .post-header .send-message-wrapper .fa-check{
            width: calc(100% - 10px);
          }

          .info .post-header a{
            color: #fff;
            font-family: "Gotham-Bold";
          }

          .info .post-header a:hover{
            color: #f5f5f5;
            text-decoration: none;
          }

          .info-block .body-wrapper .tip{
            margin: 5px 10px;
            /* font-family: 'Roboto Light'; */
            font-size: 12px;
            color: #aaa;
            text-align: right;
          }

          .info-block .body-wrapper .price{
            color: #FFE38D;
            font-family: 'Gotham-Bold';
            font-size: 100px;
            text-align: center;
          }

            .info-block .body-wrapper .price span{
              position: absolute;
              font-size: 30px;
              left: 18px;
              top: 120px;
              letter-spacing: 0;
            }


          .info-block .body-wrapper .description{
            font-size: 14px;
            padding: 0 10px;
            overflow: hidden;
            height: 120px;
            font-family: "Gotham-Regular";
          }

        .info .pre-footer{
          padding: 0 10px;
          height: 50px;
          background-color: #f5f5f5;
          display: flex;
          align-items: center;
          justify-content: space-between;
        }

        .info.sm-block .pre-footer{
          height: 60px;
        }

        .info.sm-block .pre-footer .icon-phone{
          height: 40px;
          width: 40px;
        }



        .info.sm-block .pre-footer .send-message-wrapper .icon-send-message{
          left: calc(100% - 65px);
          width: 60px;
          height: 30px
        }

        .info.sm-block  .pre-footer .icon-phone::before{
          font-size: 22px;
        }

        .info.sm-block .pre-footer img{
          width: 40px;
        }

        .info.sm-block .pre-footer input{
          height: 40px;
        }

        .info.sm-block .description{
          color: #555;
          margin: 20px 10px 0;
        }

          .info .pre-footer img{
            width: 30px;
            border-radius: 50%;
          }

          .info .pre-footer input{
            width: 100%;
            height: 30px;
            padding: 0 10px;
          }

          .info .pre-footer input.short{
            padding: 0 50px 0 10px;
          }

          .info.sm-block .pre-footer input.short{
            padding: 0 60px 0 10px;
          }

          .info .post-footer{
            background-color: #f5f5f5;
            color: #555;
            padding: 0 10px 5px;
            font-size: 11px;

          }

          .info .pre-footer .send-message-wrapper{
            width: 100%;
          }

          .info .pre-footer .send-message-wrapper i{
            top: 5px;
            font-size: 12px;
            height: 20px;
            position: absolute;
            width: calc(100% - 10px);
          }

          .info.sm-block .pre-footer .send-message-wrapper i{
            height: 30px;
          }

          .info .pre-footer .send-message-wrapper .icon-send-message{
            left: calc(100% - 45px);
            width: 40px;
          }

          .info .pre-footer .send-message-wrapper .icon-send-message:hover{
            filter: brightness(95%);
          }

          .info .pre-footer .icon-phone{
            height: 30px;
            width: 30px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            flex-shrink: 0;
          }

          .info .pre-footer .icon-phone:hover{
            filter: brightness(90%);
            /* font-size: 20px; */
          }

        .booking-btn{
          height: 60px;
          background-color: #FF5D5D;
          display: flex;
          color: #fff;
          align-items: center;
          font-size: 30px;
          font-family: "Gotham-Bold";
          text-decoration: none !important;
          justify-content: center;
        }

        .sm-block .booking-btn{
          /* bottom: 0; */
          position: absolute;
          width: 100%;
          z-index: 3;
        }

        .sm-block .booking-btn.fixed{
          position: fixed;

        }

        .booking-btn:hover, .booking-btn:visited{
          color: #fff;
        }


      .title-chapter{
        padding: 50px 10px;
        text-align: center;
        /* font-family: "Roboto Light"; */
        font-size: 28px;
        color: #76939F;
        background: #fff;
      }


      .slider-wrapper .name-wrapper.on .toggle{
        color: #FF5D5D;
        font-family: "Gotham-Bold";
      }

      /* .slider-wrapper .name-wrapper.on .icon .fa{
        background: #5DF8C3;
      } */

      .slider-wrapper .name-wrapper.off .toggle{
        color: #5DF8C3;
      }

      .slider-wrapper .name-wrapper .toggle{
        font-family: "Gotham-Bold";
        font-size: 15px;
        position: relative;
        bottom: -1px;
      }

    .send-message-wrapper.review input.short{
      padding-right: 70px;
    }

    .send-message-wrapper{
      margin: 0 10px;
      position: relative;
    }

      .send-message-wrapper .fa-check{
        background: #5DF8C3;
        width: calc(100% - 55px);
        left: 5px;
      }

      .send-message-wrapper input{
        width: calc(100% - 45px);
        height: 40px;
      }

      .send-message-wrapper img{
        width: 40px;
        border-radius: 50%;
      }

      .send-message-wrapper .icon{
        cursor: pointer;
      }

      .send-message-wrapper i{
        position: absolute;
        left: calc(100% - 107px);
        top: 6px;
        height: 28px;
        width: 55px;
        border-radius: 12px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
      }

    .text{
      margin-left: 10px;
    }

    .text .icon-lock{
      color: #ccc;
    }

@media screen and (min-width: 1200px){
  body .VueCarousel-navigation-next{
    right: 5px !important;
  }

  body .VueCarousel-navigation-prev{
    left: 5px !important;
  }
}

@media screen and (max-width: 1200px) {
  body #offer .help-info{
    max-width: 200px;
  }

  .info-block{
    width: 250px;
  }

    .info-block .body-wrapper .price span{
      left: 7px;
    }

    .info-block.fixed{
      left: calc(50% + 220px);
    }


  .left-side-wrapper{
    width: calc(100% - 250px);
  }



}


@media screen and (max-width: 992px) {

  .main-background .background-image{
    filter: brightness(60%);
  }
  .title-wrapper{
    text-align: center;
    margin-top: 70px;

  }

  .title-buttons-wrapper{
    justify-content: center;
  }

  .main-background{
    padding: 0 0 80px !important;
    height: 780px !important;
  }

  .main-background .background-image{
    height: 780px;
  }

  .main-background .form-wrapper{
    margin-top: 20px;
  }

  .info-block.fixed{
    left: calc(50% + 110px);
    /* display: none; */
  }

  .slider-wrapper .VueCarousel-navigation-button.VueCarousel-navigation-next{
    right: 15% !important;
  }

  .slider-wrapper .VueCarousel-navigation-button.VueCarousel-navigation-prev{
    left: 15% !important;
  }

  body #offer .help-info{
    max-width: 90px;
    font-size: 13px;
  }
  body #offer .help-info .icon-attention::before, body #offer .help-info .icon-ok-circled::before{
    margin: 0 auto 0 !important;
  }
  .title-info {
    display: none; }

  .inner-container-wrapper{
    flex-direction: column;
  }

  body .tips-wrapper .tip-wrapper:nth-child(2){
    margin: 15px 0;
  }
  /* .inner-container-wrapper .tip-wrapper:nth-child(2) .tip-photo {
    top: 5px;
  } */
  footer {
    text-align: center; }
    footer .language {
      float: none !important;
      margin-top: 20px; }
    footer .menu {
      float: none !important; }

    footer .right-block{
      float: none;
      width: auto;
      align-items: center;
    }
  .rch {
    height: 0 !important; }
  .search {
    display: none !important; }
  .search-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

}

@media screen and (max-width: 768px) {

  .post-header .distance{
    color: #777
  }
  .post-header  a{
    color: #337ab7 !important;
  }

  .sm-block{
    display: block;
  }

  .info-block{
    display: none;
  }

  .left-side-wrapper{
    width: 100%;
  }

    .left-side-wrapper .slider-wrapper{
      height: auto;
    }

      .left-side-wrapper .slider-wrapper img{
        min-height: 250px;
        max-height: 3000px;
        height: auto;
      }



  .slider-wrapper .name-wrapper .price.main{
    display: block;
  }



  .help-info {
    padding: 10px !important;
    margin-top: 0 !important;
  }
  body #offer .help-info{
    display: none;
  }

  body .body .services-wrapper .service-select .service-body label{
    font-size: 1.2em
  }

  body #offer .help-info.extra{
    display: block;
    margin: auto;
    position: relative;
    top: 0px;

  }

  body .page-wrapper .body .avatar-wrapper {
    text-align: center;
    margin: 0;}
  body .page-wrapper .body .avatar-wrapper .photo{
    margin: auto; }
  .service-err {
    bottom: 0 !important;}
  #offer .rating-wrapper{
    margin: auto !important;
  }
  .rating-wrapper {
    margin: 5px auto; }
  .reviews-wrapper .review-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px !important; }
    .reviews-wrapper .review-block .review-body {
      margin-left: 0 !important;
      text-align: center; }
    .reviews-wrapper .review-block .rating {
      margin-left: 0 !important; }

  }

@media screen and (max-width: 570px) {
  .orders-wrapper .line{
    display: block;
    text-align: center;
  }

  .sm-column{
    flex-direction: column;
  }

  #orders .order-item .services{
    justify-content: center;
  }

  .slider-wrapper .VueCarousel-navigation-button.VueCarousel-navigation-next{
    right: 20% !important;
  }


  .slider-wrapper .VueCarousel-navigation-button.VueCarousel-navigation-prev{
    left: 20% !important;
  }
  .slider-wrapper .name-wrapper{
    padding: 0 5px;
  }
  .container.full{
    padding: 0 !important;
    overflow: hidden;
  }
  header .menu li:nth-child(1), header .menu li:nth-child(2) {
    display: none; }
  header .drop-menu{
    width: 100%;
  }
  header .header-wrapper ul.menu{
    width: 130px;
  }
  .abs-tip-wrapper .geo{
    width: 60%;
  }

  .border-block-wrapper {
    padding: 0 !important; }
  .block-near-photo {
    padding: 15px 10px !important; }
  .block-inside-photo {
    padding: 15px 10px !important; }
  .personal-wrapper {
    margin-top: 30px; }
  body .page-wrapper .header h2{
    line-height: 24px;
  }
  /* .title-wrapper {
    margin-top: 10px !important; } */
  .tip-wrapper {
    /* margin: 15px 0; */
    /* display: block !important;
    text-align: center; */
  }
  /* .tip-photo-wrapper {
    display: inline-block !important;
    text-align: center;
    margin: 0 auto !important; } */

  .offer .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }

  #orders .order-item{
    flex-direction: column;
  }

  #orders .order-item .order-body{
    margin: 10px 0;
  }

  /* #messages .message-block .message-body{
    margin: 10px 0 0;
  } */


  /* #orders .order-item .name, #messages .message-block .name{
    text-align: center;
  } */
  #orders .order-item .date, #messages .message-block .date{
    margin: none;
  }

  #orders .services .service{
    margin: 0;
  }

}

@media screen and (max-width: 405px) {
  .main-title{
    font-size: 45px !important;
  }

  .slider-wrapper .name-wrapper{
    font-size: 24px;
  }
    .slider-wrapper .name-wrapper .toggle{
      font-size: 16px;
    }
    .slider-wrapper .name-wrapper .price{
      font-size: 32px;
    }
  body .page-wrapper .body{
    padding: 5px;
  }
  body .header {
    padding: 20px 10px !important;
    line-height: 30px !important; }
  .block-near-photo {
    top: 70px !important; }
  /* .time {
    margin-left: 5px !important; } */

  .input-pattern .icon{
    width: 30px;
    height: 30px;

  }
  .services-wrapper {
    margin: 20px 0 !important; }
  .padding-none .date-add {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
}
