::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 35px 60px;
  z-index: 9;
}
@media (max-width: 1366px) {
  header {
    padding: 20px 30px;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 20px 80px 20px 30px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 20px 70px 20px 20px;
  }
}
header .row {
  max-width: 100%;
  width: 1920px;
}
header .logo-header {
  width: 287px;
}
@media (max-width: 767px) {
  header .logo-header {
    width: 150px;
  }
}
header .logo-header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header nav > ul > li {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 1366px) {
  header nav > ul > li {
    margin-right: 20px;
  }
}
header nav > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
header nav > ul > li > a:hover {
  color: #57b2b3;
}
header nav > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li > ul:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 15px;
}
header nav > ul > li > ul > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
header nav > ul > li > ul > li > a:hover {
  color: #57b2b3;
}
header nav > ul > li.menu-item-has-children {
  padding-right: 15px;
}
header nav > ul > li.menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
header nav > ul > li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .h-phone {
  text-align: center;
}
header .h-phone span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  display: block;
}
header .h-phone a {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #fff;
}
header .h-phone a:hover {
  color: #57b2b3;
}
.top-section {
  min-height: 500px;
}
@media (max-width: 1024px) {
  .top-section {
    min-height: 300px;
  }
}
.top-section h1 {
  text-align: center;
  padding-bottom: 0;
  font-size: 68px;
  line-height: 91px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 2.70135px 20.2601px #000;
}
@media (max-width: 1024px) {
  .top-section h1 {
    font-size: 50px;
    line-height: 1.3;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-section h1 {
    font-size: 45px;
    line-height: 1.3;
  }
}
.page-content-wrap {
  padding: 100px 0 80px;
}
@media (max-width: 1024px) {
  .page-content-wrap {
    padding: 30px 0 20px;
  }
}
.page-content {
  padding: 40px 0 0;
}
@media (max-width: 1024px) {
  .page-content {
    padding: 20px 0 0;
  }
}
.page_nav ul {
  width: 100%;
}
@media (max-width: 1024px) {
}
.page_nav ul li {
  background: #57b2b3;
  flex: 1;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .page_nav ul li {
    flex: auto;
    margin: 10px !important;
  }
}
@media (max-width: 767px) {
  .page_nav ul li {
    margin: 5px !important;
  }
}
.page_nav ul li:first-child {
  margin-left: 0;
}
.page_nav ul li:last-child {
  margin-right: 0;
}
.page_nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 23px 20px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .page_nav ul li a {
    padding: 15px 20px;
  }
}
.page_nav ul li a:hover {
  background: #565656;
}
.page_nav ul li.current-menu-item {
  background: #565656;
}
footer {
  background: #2b2b2b;
  padding: 70px 0 70px;
}
@media (max-width: 1024px) {
  footer {
    padding: 30px 0 30px;
  }
}
footer .f-top {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1024px) {
  footer .f-top {
    display: block;
    text-align: center;
  }
}
footer .f-top .logo-header {
  width: 287px;
}
@media (max-width: 1024px) {
  footer .f-top .logo-header {
    display: block;
    margin-bottom: 20px;
  }
  footer .f-top .logo-header img {
    display: block;
    margin: 0 auto;
  }
}
footer .f-menu ul > li {
  margin-left: 50px;
}
@media (max-width: 1024px) {
  footer .f-menu ul > li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  footer .f-menu ul > li:last-child {
    margin-bottom: 0 !important;
  }
}
footer .f-menu ul > li > a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
footer .f-menu ul > li > a:hover {
  color: #57b2b3;
}
footer .f-menu ul > li > ul {
  display: none;
}
@media (max-width: 1024px) {
  footer .f-bottom {
    display: block;
    text-align: center;
  }
}
footer .f-bottom span {
  font-size: 12px;
  line-height: 1.3;
  color: #cbcbcb;
}
@media (max-width: 1024px) {
  footer .f-bottom span {
    display: block;
    margin-bottom: 10px;
  }
}
.soc-items a {
  margin-left: 25px;
}
.soc-items a:hover {
  color: #fff;
}
.team-blocks h2 {
  color: #57b2b3;
}
.team-blocks .team-block-items .team-block-item {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .team-blocks .team-block-items .team-block-item {
    display: block;
    margin-bottom: 30px;
  }
}
.team-blocks .team-block-items .team-block-item figure {
  flex-basis: 666px;
  margin-right: 100px;
}
@media (max-width: 1024px) {
  .team-blocks .team-block-items .team-block-item figure {
    margin-right: 0;
  }
}
.team-blocks .team-block-items .team-block-item figure img {
  display: block;
}
.team-blocks .team-block-items .team-block-item .team_info {
  flex: 1;
}
.team-blocks .team-block-items .team-block-item .team_info h3 {
  color: #57b2b3;
  border-bottom: 1px solid #acacac;
  margin-bottom: 20px;
}
.team-blocks .team-block-items .team-block-item .team_info .button {
  width: 48%;
}
.left-right {
  margin-top: 20px;
}
.left-right .left {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .left-right .left {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.left-right .right {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .left-right .right {
    flex-basis: 100%;
  }
}
.left-right iframe {
  width: 100%;
}
.archive-list {
  margin: 40px 0;
}
@media (max-width: 1023px) {
  .archive-list {
    margin: 30px 0;
  }
}
.view-wrap {
  margin-bottom: 34px;
}
.view-wrap .flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.view-wrap a {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  color: #565656;
  padding: 8px 14px;
  border: 1px solid #d4d8e1;
  text-align: center;
}
@media (max-width: 767px) {
  .view-wrap a {
    width: 50%;
  }
}
.view-wrap a.active {
  color: #fff;
  background: #686868;
}
.view-wrap a:first-child {
  border-right: none;
}
.view-wrap a:hover {
  color: #fff;
  background: #686868;
}
.view-wrap .other-button-wrap {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .view-wrap .other-button-wrap {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.view-wrap .other-button-wrap .other-button {
  border: 1px solid #d4d8e1 !important;
  background: transparent;
  display: block;
}
.view-wrap .other-button-wrap .other-button.active {
  color: #565656;
  background: #fff;
}
.view-wrap .other-button-wrap .other-button:hover {
  color: #fff;
  background: #686868;
}
@media (max-width: 767px) {
  .view-wrap .other-button-wrap .other-button {
    width: 100%;
  }
}
.select-wrap {
  margin-bottom: 34px;
}
.select-wrap .select2-container {
  width: 100% !important;
}
@media (max-width: 1024px) {
  .select-wrap .flex {
    align-items: flex-start;
  }
}
.select-wrap .geographic-select {
  width: 24%;
  position: relative;
}
@media (max-width: 1023px) {
  .select-wrap .geographic-select {
    width: 40%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .select-wrap .geographic-select {
    width: 100%;
  }
}
.select-wrap .geographic-select .arrive-input {
  width: 100%;
  position: relative;
  border: 1px solid #d4d8e1;
}
.select-wrap .geographic-select .icon-input {
  position: absolute;
  left: 0;
  width: 48px;
  height: 45px;
  border-right: 1px solid #d4d8e1;
}
.select-wrap .geographic-select .icon-input:before {
  content: "\f073";
  font-family: "fontawesome-solid";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.select-wrap .geographic-select input[type="text"], .select-wrap .geographic-select input[type="number"], .select-wrap .geographic-select input[type="email"], .select-wrap .geographic-select input[type="password"], .select-wrap .geographic-select input[type="search"], .select-wrap .geographic-select input[type="tel"], .select-wrap .geographic-select select, .select-wrap .geographic-select textarea {
  padding: 0 20px 0 55px;
  border: none;
}
.select-wrap .guests-select {
  width: 17%;
}
@media (max-width: 1023px) {
  .select-wrap .guests-select {
    width: 59%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .select-wrap .guests-select {
    width: 100%;
  }
}
.select-wrap .bedrooms-select {
  width: 17%;
}
@media (max-width: 1023px) {
  .select-wrap .bedrooms-select {
    width: 59%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .select-wrap .bedrooms-select {
    width: 100%;
  }
}
.select-wrap .bathrooms-select {
  width: 24%;
}
@media (max-width: 1023px) {
  .select-wrap .bathrooms-select {
    width: 40%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .select-wrap .bathrooms-select {
    width: 100%;
  }
}
.select-wrap .button-wrap {
  width: 13%;
}
@media (max-width: 1023px) {
  .select-wrap .button-wrap {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .select-wrap .button-wrap {
    width: 100%;
  }
}
.select-wrap .button-wrap .button {
  width: 100%;
  margin: 0;
  padding: 14px 40px 13px 40px;
}
.items-wrap .items .item {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 36px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.items-wrap .items .item .thumb {
  width: 285px;
  position: relative;
}
@media (max-width: 1023px) {
  .items-wrap .items .item .thumb {
    width: 100%;
  }
}
.items-wrap .items .item .thumb picture {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.items-wrap .items .item .thumb picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.items-wrap .items .item .item-info {
  flex: 1;
  padding: 30px 48px 10px 48px;
}
@media (max-width: 1023px) {
  .items-wrap .items .item .item-info {
    padding: 20px 20px 10px 20px;
  }
}
.items-wrap .items .item .item-info h2 {
  font-family: "HelveticaNeueCyr";
  font-weight: 500;
  padding-bottom: 17px;
  font-size: 25px;
  line-height: 25px;
  text-transform: inherit;
}
.items-wrap .items .item .item-info .item-location {
  position: relative;
  font-family: "HelveticaNeueCyr";
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #76838d;
  padding-left: 23px;
  margin-bottom: 15px;
}
.items-wrap .items .item .item-info .item-location:before {
  content: "";
  background: url("../img/location_icon.svg");
  background-size: 100%;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 5px;
  left: 0;
}
.items-wrap .items .item .item-info .item-text p {
  font-family: "HelveticaNeueCyr";
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #76838d;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  .items-wrap .items .item .item-info .item-text p {
    padding-bottom: 20px;
  }
}
.items-wrap .items .item .item-info .item-icons .item-icon {
  text-align: center;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .items-wrap .items .item .item-info .item-icons .item-icon {
    margin-right: 10px;
  }
}
.items-wrap .items .item .item-info .item-icons .item-icon svg, .items-wrap .items .item .item-info .item-icons .item-icon img {
  margin-bottom: 5px;
  height: 29px;
  display: inline-block;
}
.items-wrap .items .item .item-info .item-icons .item-icon span {
  display: block;
}
.items-wrap .items .item:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.items-wrap .items .item:hover .thumb picture img {
  transform: scale(1.05);
  opacity: 0.7;
}
.single-pro article {
  flex-basis: 66%;
}
@media (max-width: 1024px) {
  .single-pro article {
    flex-basis: 100%;
  }
}
.single-pro article h1 {
  font-size: 40px;
  line-height: 1.3;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #111;
}
.single-pro article h2 {
  font-size: 28px;
  line-height: 1.3;
  text-transform: capitalize;
  padding-bottom: 28px;
}
.single-pro article .item-location {
  font-size: 21px;
  line-height: 1.3;
  color: #212121;
  margin-bottom: 25px;
}
.single-pro article .prev-link-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}
.single-pro article .prev-link-wrap .item-prev {
  display: inline-block;
}
.single-pro article .prev-link-wrap .item-prev svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.single-pro article .prev-link-wrap .item-prev span {
  display: inline-block;
  vertical-align: middle;
}
.single-pro article .item-icons {
  justify-content: flex-start;
}
.single-pro article .item-icons .item-icon {
  border: 1px solid #d4d8e1;
  padding: 7px 21px 7px 50px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.single-pro article .item-icons .item-icon span {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.single-pro article .item-icons .item-icon span strong {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #111;
}
.single-pro article .item-icons .item-icon.sleeps:before {
  content: "";
  background: url("../img/1s.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  left: 20px;
}
.single-pro article .item-icons .item-icon.bedrooms:before {
  content: "";
  background: url("../img/2s.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  left: 20px;
}
.single-pro article .item-icons .item-icon.bathrooms:before {
  content: "";
  background: url("../img/3s.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  left: 20px;
}
.single-pro article .content-wrap {
  border-bottom: 1px solid #d4d8e1;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.single-pro article .amenities-wrap > div {
  border-bottom: 1px solid #d4d8e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.single-pro article .amenities-wrap > div:last-child {
  border-bottom: none;
}
.single-pro article .amenities-wrap > div > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.single-pro article .amenities-wrap > div ul {
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.single-pro article .amenities-wrap > div ul > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
@media (max-width: 767px) {
  .single-pro article .amenities-wrap > div ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .single-pro article .amenities-wrap > div ul > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
.single-pro article .amenities-wrap > div ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  padding: 0 0 0 16px;
  margin-bottom: 5px;
}
.single-pro article .amenities-wrap > div ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #57b2b3;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.single-pro aside {
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  .single-pro aside {
    flex-basis: 100%;
  }
}
.single-pro aside .availability-block {
  background: #fff;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 20px;
}
.single-pro aside .availability-block h2 {
  padding: 25px 20px 20px;
  border-bottom: 1px solid #d4d8e1;
  font-weight: 500;
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  background: #57b2b3;
  border-radius: 5px 5px 0 0;
}
.single-pro aside .availability-block > div {
  padding: 28px 20px 24px;
}
.single-pro aside .availability-block .arrive-input {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
  border: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .arrive-input .icon-input {
  position: relative;
  width: 48px;
  height: 45px;
  border-right: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .arrive-input .icon-input:before {
  content: "\f073";
  font-family: "fontawesome-solid";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-pro aside .availability-block .arrive-input input {
  border: none;
  flex: 1;
}
.single-pro aside .availability-block .parent-input {
  width: 48%;
  margin-bottom: 14px;
  border: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .parent-input .icon-input {
  position: relative;
  width: 48px;
  height: 45px;
  border-right: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .parent-input .icon-input:before {
  content: "\f007";
  font-family: "fontawesome-solid";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-pro aside .availability-block .parent-input input {
  border: none;
  flex: 1;
}
.single-pro aside .availability-block .wpcf7-form-control-wrap {
  display: flex !important;
  border: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .wpcf7-form-control-wrap .icon-input-name {
  position: relative;
  width: 48px;
  height: 45px;
  border-right: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .wpcf7-form-control-wrap .icon-input-name:before {
  content: "\f2bd";
  font-family: "fontawesome-solid";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-pro aside .availability-block .wpcf7-form-control-wrap .icon-input-phone {
  position: relative;
  width: 48px;
  height: 45px;
  border-right: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .wpcf7-form-control-wrap .icon-input-phone:before {
  content: "\f095";
  font-family: "fontawesome-solid";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-pro aside .availability-block .wpcf7-form-control-wrap .icon-input-email {
  position: relative;
  width: 48px;
  height: 45px;
  border-right: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .wpcf7-form-control-wrap .icon-input-email:before {
  content: "\f0e0";
  font-family: "fontawesome-solid";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-pro aside .availability-block .wpcf7-form-control-wrap input {
  border: none;
  flex: 1;
}
.single-pro aside .availability-block .children-input {
  width: 48%;
  margin-bottom: 14px;
  position: relative;
  border: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .children-input .icon-input {
  position: relative;
  width: 48px;
  height: 45px;
  border-right: 1px solid #d4d8e1;
}
.single-pro aside .availability-block .children-input .icon-input:before {
  content: "\f1ae";
  font-family: "fontawesome-solid";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-pro aside .availability-block .children-input input {
  border: none;
  flex: 1;
}
.single-pro aside .availability-block .button {
  text-transform: capitalize;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.13em;
  margin: 0;
}
.single-pro aside .availability-block .wpcf7 {
  display: none;
}
.single-pro aside .availability-block form {
  position: relative;
}
.single-pro aside .availability-block form .flex .wpcf7-form-control-wrap {
  width: 48%;
}
.single-pro aside .availability-block form .wpcf7-form-control-wrap {
  margin-bottom: 14px;
}
.single-pro aside .availability-block form .submit-wrap {
  position: relative;
}
.single-pro aside .availability-block form .submit-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #57b2b3;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-pro aside .sidebar-items .sidebar-item {
  background: #fff;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-pro aside .sidebar-items .sidebar-item > h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding: 20px 20px 20px;
  border-bottom: 1px solid #d4d8e1;
  text-transform: capitalize;
  font-family: "HelveticaNeueCyr";
  background: #57b2b3;
}
.single-pro aside .sidebar-items .sidebar-item > div {
  padding: 20px 20px 20px;
}
.single-pro aside .sidebar-items .sidebar-item > div h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #111;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-family: "HelveticaNeueCyr";
}
.single-pro aside .sidebar-items .sidebar-item > div p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.single-pro aside .sidebar-items .sidebar-item > div p:last-child {
  padding-bottom: 0;
}
.single-pro aside .sidebar-items .sidebar-item > div ul {
  margin-bottom: 20px;
}
.single-pro aside .sidebar-items .sidebar-item > div ul:last-of-type {
  margin-bottom: 0;
}
.single-pro aside .sidebar-items .sidebar-item > div ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  padding: 0 0 20px 16px;
}
.single-pro aside .sidebar-items .sidebar-item > div ul li:last-child {
  padding: 0 0 0 16px;
}
.single-pro aside .sidebar-items .sidebar-item > div ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #57b2b3;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.single-pro .location-content-wrap {
  flex-basis: 100%;
  width: 100%;
}
.singleSwiper2 {
  margin-bottom: 22px;
}
.singleSwiper2 .swiper-slide {
  height: 444px;
}
.singleSwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singleSwiper2 .swiper-button-next {
  right: 0;
  width: 39px;
  height: 47px;
  background: rgba(0, 0, 0, 0.29);
}
.singleSwiper2 .swiper-button-next:after {
  font-size: 15px;
}
.singleSwiper2 .swiper-button-prev {
  left: 0;
  width: 39px;
  height: 47px;
  background: rgba(0, 0, 0, 0.29);
}
.singleSwiper2 .swiper-button-prev:after {
  font-size: 15px;
}
.singleSwiper {
  margin-bottom: 52px;
}
.singleSwiper .swiper-slide {
  height: 121px;
}
@media (max-width: 767px) {
  .singleSwiper .swiper-slide {
    height: 90px;
  }
}
.singleSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-content-wrap h2, .location-content-wrap h3, .location-content-wrap h4 {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.location-content-wrap .location-wrap {
  margin-bottom: 20px;
}
#map_1 {
  width: 100%;
  height: 706px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
#map_1 img {
  max-width: inherit !important;
}
#map_2 {
  width: 100%;
  height: 665px;
  margin: 0 0 20px;
}
#map_1 img {
  max-width: inherit !important;
}
.lists-content .list-content {
  display: none;
}
.select2-container .select2-selection--single {
  height: 45px;
  border-radius: 0 !important;
  border: 1px solid #d4d8e1;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  height: 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  color: #555;
  font-family: "HelveticaNeueCyr";
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 45px;
  height: 45px;
  border-left: 1px solid #d4d8e1;
}
.select2-results__option {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #555;
  font-family: "HelveticaNeueCyr";
}
.select2-search--dropdown .select2-search__field {
  height: 35px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #57b2b3;
}
.info_window_map {
  width: 316px;
}
.info_window_map .info-content {
  padding: 17px 15px 15px;
}
.info_window_map .win_image {
  height: 167px;
}
.info_window_map .win_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_window_map .win_title h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  font-family: "HelveticaNeueCyr";
  padding-bottom: 10px;
  text-transform: capitalize;
}
.info_window_map .win_location {
  position: relative;
  font-family: "HelveticaNeueCyr";
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #76838d;
  padding-left: 23px;
  margin-bottom: 15px;
}
.info_window_map .win_location:before {
  content: "";
  background: url(../img/location_icon.svg);
  background-size: 100%;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}
.info_window_map .win_icon {
  margin-bottom: 12px;
}
.info_window_map .win_icon .item-icon {
  text-align: center;
}
.info_window_map .win_icon .item-icon svg, .info_window_map .win_icon .item-icon img {
  margin-bottom: 5px;
  height: 29px;
  display: inline-block;
}
.info_window_map .win_icon .item-icon span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #76838d;
}
.info_window_map .win_button {
  text-align: right;
}
.info_window_map .win_button .button {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 8px 30px 6px 30px;
}
.gm-style .gm-style-iw-c {
  padding: 0 !important;
}
.gm-style-iw-d {
  overflow: auto !important;
  padding: 0 !important;
}
aside form input[data-name="your-arrive"] {
  background: red;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.top-block-p .news-items-top-text-date {
  color: #757575;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
  font-family: "Roboto";
  font-weight: 400;
}
.single-post-content {
  padding: 85px 0;
}
.single-post-content .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text {
  flex-basis: 70%;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .single-post-content .content-text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .content-text .post-bottom {
  border-top: 1px solid #ddd;
  padding: 25px 0;
}
.single-post-content .content-text .post-bottom .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 25px;
}
.single-post-content .content-text .post-bottom .post-info img {
  margin-right: 10px;
}
.single-post-content .content-text .post-bottom .post-info span, .single-post-content .content-text .post-bottom .post-info a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.single-post-content .content-text .post-bottom .post-info .post_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .post-info .post_category span {
  margin-right: 5px;
}
.single-post-content .content-text .post-bottom .post-info .clipboard {
  cursor: pointer;
}
.single-post-content .content-text .post-bottom .navigate-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .navigate-btns > div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
.single-post-content .content-text .post-bottom .navigate-btns > div a {
  color: #000;
  font-weight: 700;
}
.single-post-content .content-text .post-bottom .navigate-btns > div.prev-btn {
  text-align: left;
}
.single-post-content .content-text .post-bottom .navigate-btns > div.next-btn {
  text-align: right;
}
.single-post-content .sidebar {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .sidebar aside .top-aside {
  margin-bottom: 40px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block {
  margin-bottom: 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
    width: auto;
  }
}
.single-post-content .sidebar aside .top-aside .subscribe-block > .btn:hover {
  border: 1px solid #fcbf00;
  color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="email"] {
  color: #000;
  height: 40px;
  border: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"] {
  margin: 5px 0;
  padding: 15px 30px;
  background: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"]:hover {
  color: #fcbf00;
  background: #fff;
  border-color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .searchform input[type="text"] {
  background: #e4e4e4;
  color: #000;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit {
  background: #3370de;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit:before {
  color: #fff;
}
.single-post-content .sidebar aside .aside-box > h4 {
  text-transform: uppercase;
}
.single-post-content .sidebar aside .aside-box .posts li, .single-post-content .sidebar aside .aside-box .cats li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 0;
}
.single-post-content .sidebar aside .aside-box .posts li:before, .single-post-content .sidebar aside .aside-box .cats li:before {
  top: 15px;
}
.single-post-content .sidebar aside .aside-box .posts li a, .single-post-content .sidebar aside .aside-box .cats li a {
  color: #57b2b3;
}
.single-post-content .sidebar aside .aside-box .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li {
  border: 1px solid #7e8286;
  padding: 7px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li a {
  display: inline-block;
  color: #7e8286;
  text-transform: uppercase;
  font-size: 11px;
}
.single-post-content .recent-posts-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 60px 0;
}
.single-post-content .recent-posts-wrapper > h4 {
  margin-bottom: 30px;
}
.single-post-content .recent-posts-wrapper .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail {
  height: 285px;
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-post-content .recent-posts-wrapper .posts .post .date {
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .date span {
  font-size: 16px;
  color: #757575;
}
.single-post-content .recent-posts-wrapper .posts .post .title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
