.main_text_p{
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 10px 25px 50px 18px;
  text-align: justify;
  color:#444;
}

.flat_calendar{
  padding: 10px 10px 10px 20px;
  display: inline-block;
  float: left;
  max-width: 300px;
  max-height: 390px;
}

.flat-calendar-widget {
	width:260px;
	border-radius:0;
	margin: 0 0 5px 0;
}

.flat-calendar-header {
	background: #fff;
	padding: 0 10px;
	height: 40px;
	position: relative;
	/*border-top: 5px solid #ef4f69;
	border-bottom: 1px solid #ddd;*/
}
.flat-calendar-header h3 {
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	color: #495468;
	font-weight: 300;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.flat-calendar-header nav a {
	position: absolute;
	top: 1px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 0 1px;
	font-size: 18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flat-calendar-header nav a:first-child {
	left: 45px;
}
.flat-calendar-header nav a:last-child {
	right: 45px;
}
.flat-calendar-header nav a:hover {
	color: #495468;
}

.flat-calendar-container {
	width: auto;
	background: #f6f6f6;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.flat-calendar {
	width: 100%;
	border: 1px solid #ddd;
}

.flat-calendar .flat-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.flat-calendar .flat-body {
	position: relative;
	width: 259px;  /*САМ ПОСТАВИЛ*/
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border-top: 1px solid #ddd;
}
.flat-calendar .flat-row {
	height: 35px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.flat-calendar .flat-row > div,
.flat-calendar .flat-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	position: relative;
}

.flat-calendar .flat-row > div {
	border-right: 1px solid #ddd;
	/*padding: 10px;*/
}

.flat-calendar .flat-head > div {
	text-align: center;
}

.flat-calendar .flat-row > div > span {
	position: absolute;

	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #686a6e;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.5);
	bottom: 9px;
	right: 9px;
	text-align: center;
}



.flat-calendar .flat-row > div:last-child,
.flat-calendar .flat-head > div:last-child {
	border-right: none;
}

.flat-calendar .flat-row:last-child {
	border-bottom: none;
}
/* calendar calendar elements */

.flat-calendar-header {
	background: #fff;
	padding: 0 10px;
	height: 40px;
	position: relative;
	/*border-top: 5px solid #ef4f69;
	border-bottom: 1px solid #ddd;*/
}
.flat-calendar-header h3 {
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	color: #495468;
	font-weight: 300;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.calendar-month{
font-size:1.1em;
margin: 0;
}

.flat-calendar-header nav a {
	position: absolute;
	top: 1px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 0 1px;
	font-size: 18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flat-calendar-header nav a:first-child {
	left: 45px;
}
.flat-calendar-header nav a:last-child {
	right: 45px;
}
.flat-calendar-header nav a:hover {
	color: #495468;
}


.flat-calendar-container {
	width: auto;
	background: #f6f6f6;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.flat-calendar .flat-head {
	background: transparent;
	color: #ef4f69;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
}
.flat-row > div {
	background: #fff;
}
.flat-calendar .flat-row > div:empty {
	background: transparent;
	cursor: default;
}

.flat-calendar .flat-row > div {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.flat-calendar .flat-row > .flat-today {
	/*background: #ef4f69;*/ /*#428bca;*/
	/*border: 1px dotted #ff0000 !important; */

}

.flat-calendar .flat-row > .flat-today > span {
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.flat-calendar .flat-row > div:hover{
	/*background-color: #d9edf7;*/
}
.flat-calendar .flat-row .flat-info {
	cursor: pointer;
	display: block;
	padding: 26px 0px 0px 1px;
}

/*///////////*/


.flat-calendar .flat-row .empty-cell {}
.flat-row .cell-special {
	background-color: lightgoldenrodyellow;
}
.flat-row .flat-special {
	bottom: 4px;
	color: darkgreen;
	font-size: 12px;
	padding: 3px 0;
	position: absolute;
	cursor: default;
}
.flat-row .flat-today .flat-special {
	bottom: 0;
}
.flat-row .flat-cell-text {
	bottom: 4px;
	color: darkgreen;
	font-size: 12px;
	padding: 3px 0;
	position: absolute;
	cursor: default;
}
.flat-row .flat-today .flat-cell-text {
	bottom: 0;
}
.flat-calendar .flat-row .flat-weekend > span {
	color: #e20000;
  font-weight: 300;
}
.flat-calendar .flat-row .flat-weekend {
	color: #990000;
	/* background-color: #FDFDFD; */
}
.flat-calendar .flat-row .cell-special {
	background-color: #efffec; /*#e5ffd8;*/
}

.flat-calendar .flat-row .available {}
.flat-calendar .flat-row .notavailable {
	background-color: #EAEAEA;
  background-image: linear-gradient(135deg, #ffffff 40%, #c2c2c2 40%, #c2c2c2 50%, #ffffff 50%, #ffffff 90%, #c2c2c2 90%, #c2c2c2 100%);
  background-size: 5.00px 5.00px;
  background-clip: content-box;
	padding: 1px;
}
.flat-calendar .flat-row .notavailable span{
	color:#969696;
}

.flat-calendar .flat-row .flat-past {
	background-color: #EAEAEA;
  background-image: none;
	background-clip: content-box;
	/* color:#686a6e; */
	padding: 0;
}
.flat-calendar .flat-row .ob-past {
	background-color: #EAEAEA;
  background-image: none;
	background-clip: content-box;
	/* color:#686a6e; */
	padding: 0;
}
.flat-calendar .flat-row .flat-past span{
	color: #686a6e;

}
.flat-calendar .flat-row .ob-past span{
	color:#686a6e;
}
.flat-calendar .flat-row .flat-weekend > span {
	color: #e20000;
  font-weight: 300;
}
.flat-calendar .flat-row .flat-selected {
	background-color: #d8fee5;
}

.short_par{
color:#6d6d6d;
padding-left: 2px;

}

.show_apart{
  font-size: 18px;
  color:#000;
  vertical-align: bottom;
  letter-spacing: -0.5px;
  text-decoration: underline;
}

.flat_right_div{
display: block;
position: relative;
float: left;

}


.price_number{
  font-size: 38px;
  text-align: right;
  padding: 20px 12px 0 0px;
  line-height: 32px;
}

.price_number .pricebot {
font-size: 20px;

}

.price_number .topnumb {
font-size: 22px;

}


@media (max-width: 576px) {
  .flat_calendar{
    padding: 10px 10px 10px 20px;
    display: inline-block;
    float: left;
    max-width: unset;
    max-height: 390px;
    width: 100%;
  }

  .flat_right_div{
  display: block;
  position: relative;
  float: left;
  width: 100%;

  }
  .flat-calendar-widget {
  	width:80%;
    min-width: 242px;
  	border-radius:0;
  	margin: 0 auto;
  }


  .flat-calendar .flat-body {
  	position: relative;
  	width: 100%;  /*САМ ПОСТАВИЛ*/
    min-width: 239px;
  	height: 100%;
  	height: -moz-calc(100% - 30px);
  	height: -webkit-calc(100% - 30px);
  	height: calc(100% - 30px);
  	border-top: 1px solid #ddd;
  }
  .flat-calendar .flat-row {
  	height: 45px;
  	width: 100%;
  	border-bottom: 1px solid #ddd;
  }
  .price_number{
    font-size: 38px;
    text-align: center;
    padding: 20px 12px 0 0px;
    line-height: 32px;
  }
}



@media (min-width: 576px) {

  .flat_calendar{
    padding: 5px 0 0 8px;
    display: inline-block;
    float: left;
    max-width: 270px;
  }

  .flat_right_div{
  display: block;
  position: relative;
  float: left;
  width: 250px;
  }

  .flat-calendar-widget {
  	width:242px;
  	border-radius:0;
  }


    .flat-calendar .flat-body {
    	position: relative;
    	width: 240px;
    	height: 100%;
    	height: -moz-calc(100% - 30px);
    	height: -webkit-calc(100% - 30px);
    	height: calc(100% - 30px);
    	border-top: 1px solid #ddd;
    }
    .flat-calendar .flat-row {
    	height: 31px;
    	width: 100%;
    	border-bottom: 1px solid #ddd;
    }
    .price_number{
      font-size: 38px;
      text-align:  center;
      padding: 20px 12px 0 0px;
      line-height: 30px;
    }
}

@media (min-width: 768px) {
  .flat_calendar{
    padding: 10px 10px 10px 20px;
    display: inline-block;
    float: left;
    max-width: 300px;
    max-height: 390px;
  }

  .flat_right_div{
  display: block;
  position: relative;
  float: left;
  width: auto;

  }
  .flat-calendar-widget {
  	width:260px;
  	border-radius:0;
  	margin: 0 0 5px 0;
  }


  .flat-calendar .flat-body {
  	position: relative;
  	width: 259px;  /*САМ ПОСТАВИЛ*/
  	height: 100%;
  	height: -moz-calc(100% - 30px);
  	height: -webkit-calc(100% - 30px);
  	height: calc(100% - 30px);
  	border-top: 1px solid #ddd;
  }
  .flat-calendar .flat-row {
  	height: 35px;
  	width: 100%;
  	border-bottom: 1px solid #ddd;
  }
  .price_number{
    font-size: 38px;
    text-align: right;
    padding: 20px 12px 0 0px;
    line-height: 32px;
  }
}


@media (min-width: 992px) {

  .flat_calendar{
    padding: 5px 0 0 14px;
    display: inline-block;
    float: left;
    max-width: 270px;
    max-height: 360px;
  }

  .flat_right_div{
  display: block;
  position: relative;
  float: left;
  width: 270px;
  }

  .flat-calendar-widget {
  	width:242px;
  	border-radius:0;
  }


    .flat-calendar .flat-body {
    	position: relative;
    	width: 240px;
    	height: 100%;
    	height: -moz-calc(100% - 30px);
    	height: -webkit-calc(100% - 30px);
    	height: calc(100% - 30px);
    	border-top: 1px solid #ddd;
    }
    .flat-calendar .flat-row {
    	height: 31px;
    	width: 100%;
    	border-bottom: 1px solid #ddd;
    }
    .price_number{
      font-size: 38px;
      text-align:  center;
      padding: 20px 12px 0 0px;
      line-height: 30px;
    }
}

@media (min-width: 1200px) {

  .flat_calendar{
    padding: 10px 10px 10px 20px;
    display: inline-block;
    float: left;
    max-width: 300px;
    max-height: 390px;
  }

  .flat_right_div{
  display: block;
  position: relative;
  float: left;
  width: auto;

  }
  .flat-calendar-widget {
  	width:260px;
  	border-radius:0;
  	margin: 0 0 5px 0;
  }


  .flat-calendar .flat-body {
  	position: relative;
  	width: 259px;  /*САМ ПОСТАВИЛ*/
  	height: 100%;
  	height: -moz-calc(100% - 30px);
  	height: -webkit-calc(100% - 30px);
  	height: calc(100% - 30px);
  	border-top: 1px solid #ddd;
  }
  .flat-calendar .flat-row {
  	height: 35px;
  	width: 100%;
  	border-bottom: 1px solid #ddd;
  }
  .price_number{
    font-size: 38px;
    text-align: right;
    padding: 20px 12px 0 0px;
    line-height: 32px;
  }

}





.bron_div{
  color:#545454;
  text-align: center;
  z-index: 2;
  margin-top: 17px;

}
.bron_div .bron_a, .btn-default{
    display: inline-block;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #545454;
    border-radius: 0;
    border: 2px solid transparent;
    padding: 5px 16px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 15px #AAAAAA;
    text-transform: none;
}
.btn-default{
  letter-spacing: normal;
}

.btn-default:hover{
  letter-spacing: normal;
}

.bron_div .bron_a:hover, .btn-default:hover{
  background: #fff;
  color: #444;
  border: 2px solid #444;
  box-shadow: 0 0 10px #AAAAAA;
  cursor: pointer;
  text-transform: none;
}



/*//////////////// МЕНЮ В КАТАЛОГЕ ///////////////////////*/


.aparts-navbar-light {
  background: transparent !important;
  left: 0;
  right: 0;
  z-index: 10;
  top: 0px;
  box-shadow: 0 0 10px 0 rgb(199, 199, 199);
}


  @media (max-width: 991.98px) {
    .aparts-navbar-light {
      background: #000 !important;
      top: 0;
      position: relative; } }
  .aparts-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    opacity: 1 !important;
    cursor: pointer!important;
  }
    .aparts-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #949494;
    cursor: pointer!important;}
    @media (max-width: 991.98px) {
      .aparts-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        cursor: pointer!important;} }
  .aparts-navbar-light .navbar-nav > .nav-item.aparts-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
  cursor: pointer; }
    @media (max-width: 991.98px) {
      .aparts-navbar-light .navbar-nav > .nav-item.aparts-seperator {
        padding-left: 0;
        margin-left: 0;
        cursor: pointer;} }
    .aparts-navbar-light .navbar-nav > .nav-item.aparts-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05);
    cursor: pointer;}
      @media (max-width: 991.98px) {
        .aparts-navbar-light .navbar-nav > .nav-item.aparts-seperator:before {
          display: none; } }
  .aparts-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 0;
    color: #000;
  cursor: pointer;}
    .aparts-navbar-light .navbar-nav > .nav-item.cta > a span {
      border: 2px solid #000;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 4px;
    cursor: pointer;
  }
  .aparts-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #fc3c3c;
  cursor: pointer;}
  .aparts-navbar-light .navbar-nav > .nav-item.active > a {
    color: #d00000;
    position: relative;
   }
    .aparts-navbar-light .navbar-nav > .nav-item.active > a:before {
      content: "";
      height: 2px;
      background: #d00000;
      left: 20px;
      right: 20px;
      position: absolute;
      bottom: 20px;
    cursor: pointer; }

  @media (max-width: 991.98px) {
        .aparts-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none; } }
  .aparts-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .aparts-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .aparts-navbar-light.scrolled .nav-item.active > a {
      color: #fc3c3c !important; }
      .aparts-navbar-light.scrolled .nav-item.active > a:before {
        display: none; }
    @media (max-width: 991.98px) {
      .aparts-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        cursor: pointer; } }
    @media (max-width: 767.98px) {
      .aparts-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        cursor: pointer;} }
    .aparts-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .aparts-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000 !important;
    cursor: pointer!important;}
      .aparts-navbar-light.scrolled .nav-link.active {
        color: #fc3c3c !important; }
    .aparts-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .aparts-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .aparts-navbar-light.scrolled .navbar-brand {
      color: #000; }


      .aparts-navbar-dark .navbar-brand {
        color: #000;
        cursor: pointer;
      }
      @media (max-width: 992px) {
        .aparts-navbar-dark .navbar-brand {
            color: #fff;
        }
        .aparts-navbar-light .navbar-nav > .nav-item > .nav-link {
            color: #fff;
        }
        .navbar-light .navbar-brand:active {
              color: #555;
        }
        .section-heading .heading {
          font-size: 45px;
          line-height: 1.2;
          margin: 0 0 18px 0;
          padding: 0; }

      }
      @media (max-width: 768px) {
        .section-heading .heading {
          font-size: 40px;
          line-height: 1.2;
          margin: 0 0 15px 0;}
        .about_text_p{
            font-size: 1.2em;
          }
      }
      @media (max-width: 576px) {
        .section-heading .heading {
          font-size: 36px;
          line-height: 1.2;
          margin: 0 0 15px 0;}
        .block-30.block-30-sm .heading{
            font-size: 30px;
          }
        .about_text_p{
            font-size: 1.1em;
          }

        }
      @media (max-width: 370px) {
        .section-heading .heading {
          font-size: 2rem;
          margin: 0 0 10px 0;}
        .block-30.block-30-sm .heading{
          font-size: 30px;
        }
        .about_text_p{
          font-size: 1em;
        }
        }



        .aparts-navbar-dark .navbar-brand:hover, .aparts-navbar-dark .navbar-brand:focus {
          color: #000;
        cursor: pointer; }
        @media (max-width: 992px) {
          .aparts-navbar-dark .navbar-brand:hover, .aparts-navbar-dark .navbar-brand:focus {
            color: #444;
          cursor: pointer; }
        }


      .aparts-navbar-dark .navbar-nav .nav-link {
        color: #555;
      cursor: pointer!important;}
        .aparts-navbar-dark .navbar-nav .nav-link:hover, .aparts-navbar-dark .navbar-nav .nav-link:focus {
          color: #555;
        cursor: pointer!important; }
        .aparts-navbar-dark .navbar-nav .nav-link.disabled {
          color: #555; }

      .aparts-navbar-dark .navbar-nav .show > .nav-link,
      .aparts-navbar-dark .navbar-nav .active > .nav-link,
      .aparts-navbar-dark .navbar-nav .nav-link.show,
      .aparts-navbar-dark .navbar-nav .nav-link.active {
        color: #fff; }

      .aparts-navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.1); }

      .aparts-navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

      .aparts-navbar-dark .navbar-text {
        color: rgba(255, 255, 255, 0.5); }
        .aparts-navbar-dark .navbar-text a {
          color: #fff; }
          .aparts-navbar-dark .navbar-text a:hover, .aparts-navbar-dark .navbar-text a:focus {
            color: #fff; }

/*///////////// О НАС /////////////////*/

.block-38 .icon{
font-size:50px;
color:#c52d50;
}

.block-38 .icon span:before {
    font-size: 50px;
}

.about_div {
  background-size: cover;
  background-color: #ccc;
  padding: 0;
  height: 100vh;
  position: relative;
  background-attachment: fixed;
  background-position: 0 0!important;
}
  .about_div:before {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    z-index: 0; }
  .about_div.no-overlay:before {
    display: none; }
  .about_div, .about_div .row {
    min-height: 400px;
    height: 100vh; }
  .about_div .subheading-sm {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    font-weight: 300; }
    .about_div .subheading-sm:after {
      width: 80px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 120%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: ""; }
  .about_div .heading {
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .about_div .heading {
        font-size: 50px;
        margin-bottom: 50px; } }
    @media (min-width: 992px) {
      .about_div .heading {
        font-size: 70px;
        margin-bottom: 60px;} }
    @media (min-width: 1200px) {
          .about_div .heading {
        font-size: 100px;
        margin-bottom: 80px;} }
  .about_div .btn {
    background: #fff;
    border-radius: 0;
    border: 2px solid transparent;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #999999;
    -webkit-box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2); }
    .about_div .btn:hover {
      border-color: #fff;
      color: #fff; }
  .about_div.about_div-sm, .about_div.about_div-sm .row {
    min-height: 400px;
    height: 50vh; }
  .about_div.about_div-sm .heading {
    font-size: 70px;
    margin-bottom: 60px; }
  .about_div .lead {
    color: #fff; }

  .about_text_p{
      font-size: 1.2em;
      line-height: 1.6em;
      margin: 10px 25px 25px 18px;
      text-align: justify;
      color:#444;
    }

.about_ulli{
margin:0px 0px 15px 10px;
  }

.about_ulli li{
font-size: 17px;
}


.contacts_heading{
  margin-bottom: 15px;
}

.block-contacts{
  margin-bottom: 30px; }
  .block-contacts .media-body .heading {
    font-size: 20px; }
  .block-contacts .media-body p {
    font-size: 20px;
  margin-bottom: 10px;}

  .big_phone{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

.big_phone span{
  font-size: 50px;
  line-height: 75px;
}



@media (max-width: 992px) {
  .block-contacts{
    margin-bottom: 30px; }
  .big_phone{
    margin-bottom: 0;
  }
  .big_phone span{
    font-size: 36px;
    line-height: 58px;
  }
}

@media (max-width: 768px) {
  .block-contacts{
    margin-bottom: 0; }
  .big_phone{
    margin-bottom: 10px;
  }
  .big_phone span{
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 370px) {
  .block-contacts{
    margin-bottom: 0; }
  .big_phone{
    margin-bottom: 10px;
  }
  .big_phone span{
    font-size: 30px;
    line-height: 48px;
  }
}

.cont_last h3{
    font-size: 40px;
}
@media (max-width: 576px) {
  .cont_last h3{
      font-size: 34px;
  }
}
@media (max-width: 340px) {
  .cont_last h3{
      font-size: 29px;
  }
}
.shm_div{
text-align: center;

}

.showmore{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #f43d38;
    border-radius: 0;
    border: 2px solid transparent;
    padding: 15px 25px;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 0 15px #AAAAAA;
}

.showmore:hover{
  background: #fff;
  color: #f43d38;
  border: 2px solid #f43d38;
  box-shadow: 0 0 10px #AAAAAA;
}

.google_terms_div{
  text-align: justify;
  line-height: 20px;
  margin: 10px 0 0 0;
  display: none;

}
.google_terms{
  font-size: 13px;
  color:grey;
}

.error{
color:red;

}

.wf_div{
height: 45px;
border-bottom: 1px dotted #f1f1f1;
}
.wf_div_sch{
  background-color: #f1efed !important;
  border-bottom: 1px solid #eaeaea !important;
}

.wf_div_p{
  color:#7a7a7a;
  padding: 12px 0 0 0;
  font-size: 13px;
}
.wf_div_p .wf_span{
  line-height: 18px;
  padding: 0 5px 0 5px;
}

.wf_div_p .last{
  color:#000;
}

.wf_div_link{
  color:#7a7a7a;

}

.srch-h3{
margin-bottom: 20px;

}

#ui-datepicker-div{
  z-index: 20!important;
}

.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover{
  border:none!important;
  background:#fff!important;
  cursor: pointer!important;
}
.ui-datepicker .ui-datepicker-next:active, .ui-datepicker .ui-datepicker-prev:active{
  border:none!important;
  background:#fff!important;
  cursor: pointer!important;
}

#variants{
display: none;
}

.price_section{
  height: 93px;
}

.flat_price{
  font-size: 40px;
  padding:12px 0px 0px 0px;
}

.cal_onflatpage  {
text-align: center;

}

.cal_onflatpage #ob-calendar-wrap {
  padding: 15px 15px 35px 15px;
  box-shadow: 0 0 10px #dedede;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;

}

.cal_onflatpage #ob-form-wrap{
  width: auto!important;
  overflow: auto;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 10px #dedede;
}

.success_message{
margin-top: 10px;
font-size: 20px;
color: red;
}

.finemail{
  font-weight: 300;
  color:red;
}

/*ОПИСАНИЕ КВАРТИР*/
.details_site-section{
  padding-left: 0;
}

.images_desc{
  width: 99%;

}
.cal_desc{
  width: 99%;
}

.details_heading{
  margin: 17px 0 0 0;
  line-height: 33px;
}

.details_address{
  color:#715e66;
}


.big_images{
width: auto;
height: auto;
margin-top: 17px;
}

.big_images ul {
  list-style: none;
}

.desc_image{
  width:100%;
  border: solid 1px gray;
  height: auto;
}

.detailed_params{
  margin: 20px 0 0 0;
  text-align: center;
  width: 100%;
}

.detailed_params .row{
  margin: 0 0 0 0;

}
.det_params{
  margin: 0px 0 25px 0;

}


.area_par{
  color:#7a7a7a;

}

.area_val{
  color:#000;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.desc_text{
  width: 100%;
  font-size: 16px;
  color:#444;
  margin: 10px 0 0 0;
}

.desc_text p{
  font-size: 16px;
  line-height: 1.6em;
  color:#444;
}

.geo_label{
  margin: 0 0 7px 0;
  background-image: url(../images/loc.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 0 28px;
  font-weight: 400;
}
.geotag_div{
  width: 100%;
  border: 1px solid #e2e2e2;

}

.info_label{
  margin: 30px 0 3px 0;
  background-image: url(../images/info.png);
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 0 0 0 35px;
  font-weight: 400;
}


.labelform{
width: 150px;
text-align: left;
margin-bottom: 3px;
}
@media (max-width: 320px) {
  .details_site-section{
    padding-left: 2px;
    padding-right: 2px;
  }

  .images_desc{
    width: 100%;

  }
  .cal_desc{
    width: 300px;
  }

  .details_heading{
    margin: 17px 0 0 0;
    line-height: 33px;
  }

  .details_address{
    color:#715e66;
  }


  .big_images{
  width: auto;
  height: auto;
  margin-top: 17px;
  }

  .big_images ul {
    list-style: none;
  }

  .desc_image{
    width:100%;
    border: solid 1px gray;
    height: auto;
  }

  .detailed_params{
    margin: 20px 0 0 0;
    text-align: center;
    width: 100%;
  }

  .detailed_params .row{
    margin: 0 0 0 0;

  }
  .det_params{
    margin: 0px 0 10px 0;
    width: auto;

  }


  .area_par{
    color:#7a7a7a;

  }

  .area_val{
    color:#000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .desc_text{
    width: 100%;
    font-size: 16px;
    color:#444;
    margin: 10px 0 0 0;
  }

  .desc_text p{
    font-size: 14px;
    line-height: 1.6em;
    color:#444;
  }

  .geo_label{
    margin: 0 0 7px 0;
    background-image: url(../images/loc.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 0 0 28px;
    font-weight: 400;
  }
  .geotag_div{
    width: 100%;
    border: 1px solid #e2e2e2;

  }

  .info_label{
    margin: 30px 0 3px 0;
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-size: 24px;
    padding: 0 0 0 35px;
    font-weight: 400;
  }


  .labelform{
  width: 150px;
  text-align: left;
  margin-bottom: 3px;
  }
}
@media (min-width: 320px) {
    .details_site-section{
      padding-left: 15px;
      padding-right: 15px;
    }

    .images_desc{
      width: 100%;

    }
    .cal_desc{
      width: 300px;
    }

    .details_heading{
      margin: 17px 0 0 0;
      line-height: 33px;
    }

    .details_address{
      color:#715e66;
    }


    .big_images{
    width: auto;
    height: auto;
    margin-top: 17px;
    }

    .big_images ul {
      list-style: none;
    }

    .desc_image{
      width:100%;
      border: solid 1px gray;
      height: auto;
    }

    .detailed_params{
      margin: 20px 0 0 0;
      text-align: center;
      width: 100%;
    }

    .detailed_params .row{
      margin: 0 0 0 0;

    }
    .det_params{
      margin: 0px 0 25px 0;
      width: auto;
    }


    .area_par{
      color:#7a7a7a;

    }

    .area_val{
      color:#000;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
    }

    .desc_text{
      width: 100%;
      font-size: 16px;
      color:#444;
      margin: 10px 0 0 0;
    }

    .desc_text p{
      font-size: 14px;
      line-height: 1.6em;
      color:#444;
    }

    .geo_label{
      margin: 0 0 7px 0;
      background-image: url(../images/loc.png);
      background-repeat: no-repeat;
      background-size: 20px;
      padding: 0 0 0 28px;
      font-weight: 400;
    }
    .geotag_div{
      width: 100%;
      border: 1px solid #e2e2e2;

    }

    .info_label{
      margin: 30px 0 3px 0;
      background-image: url(../images/info.png);
      background-repeat: no-repeat;
      background-size: 24px;
      padding: 0 0 0 35px;
      font-weight: 400;
    }


    .labelform{
    width: 150px;
    text-align: left;
    margin-bottom: 3px;
    }
}
@media (min-width: 390px) {
  .cent_cal_desc{
    margin: 0 auto;
  }
  .cal_desc{
    width: 355px;
  }
  .desc_text p{
    font-size: 15px;
    line-height: 1.6em;
    color:#444;
  }
}
@media (min-width: 576px) {

  .details_site-section{
    padding: 0;
  }

    .images_desc{
      width: 540px;

    }
    .cal_desc{
      width: 355px;
    }

    .details_heading{
      margin: 17px 0 0 0;
      line-height: 33px;
    }

    .details_address{
      color:#715e66;
    }


    .big_images{
    width: auto;
    height: auto;
    margin-top: 17px;
    }

    .big_images ul {
      list-style: none;
    }

    .desc_image{
      width:100%;
      border: solid 1px gray;
      height: auto;
    }

    .detailed_params{
      margin: 20px 0 0 0;
      text-align: center;
      width: 540px;
    }

    .detailed_params .row{
      margin: 0 0 0 0;

    }
    .det_params{
      margin: 0px 0 10px 0;
      float: left;
      width: 130px;
      padding: 0;
    }


    .area_par{
      color:#7a7a7a;

    }

    .area_val{
      color:#000;
      font-size: 23px;
      font-weight: 400;
      line-height: 26px;
    }

    .desc_text{
      width: 540px;
      font-size: 16px;
      color:#444;
      margin: 10px 0 0 0;
      text-align: justify;
    }

    .desc_text p{
      font-size: 16px;
      line-height: 1.6em;
      color:#444;
    }

    .geo_label{
      margin: 0 0 7px 0;
      background-image: url(../images/loc.png);
      background-repeat: no-repeat;
      background-size: 20px;
      padding: 0 0 0 28px;
      font-weight: 400;
    }
    .geotag_div{
      width: 540px;
      border: 1px solid #e2e2e2;

    }

    .info_label{
      margin: 30px 0 3px 0;
      background-image: url(../images/info.png);
      background-repeat: no-repeat;
      background-size: 24px;
      padding: 0 0 0 35px;
      font-weight: 400;
    }


    .labelform{
    width: 150px;
    text-align: left;
    margin-bottom: 3px;
    }
}


@media (min-width: 768px) {
  .details_site-section{
    padding: 0;
  }
    .images_desc{
      width: 720px;

    }
    .cal_desc{
      width: 355px;
    }

    .details_heading{
      margin: 17px 0 0 0;
      line-height: 33px;
    }

    .details_address{
      color:#715e66;
    }


    .big_images{
    width: auto;
    height: auto;
    margin-top: 17px;
    }

    .big_images ul {
      list-style: none;
    }

    .desc_image{
      height: 450px;
    }

    .detailed_params{
      margin: 20px 0 0 0;
      text-align: center;
      width: 700px;
    }

    .detailed_params .row{
      margin: 0 0 0 0;

    }
    .det_params{
      margin: 0px 0 25px 0;
      float: left;
      min-width: 130px;
      padding: auto;
    }

    .area_par{
      color:#7a7a7a;

    }

    .area_val{
      color:#000;
      font-size: 23px;
      font-weight: 400;
      line-height: 26px;
    }

    .desc_text{
      width: 700px;
      font-size: 16px;
      color:#444;
      margin: 10px 0 0 0;
    }

    .desc_text p{
      font-size: 16px;
      line-height: 1.6em;
      color:#444;
    }

    .geo_label{
      margin: 0 0 7px 0;
      background-image: url(../images/loc.png);
      background-repeat: no-repeat;
      background-size: 20px;
      padding: 0 0 0 28px;
      font-weight: 400;
    }
    .geotag_div{
      width: 700px;
      border: 1px solid #e2e2e2;

    }

    .info_label{
      margin: 30px 0 3px 0;
      background-image: url(../images/info.png);
      background-repeat: no-repeat;
      background-size: 24px;
      padding: 0 0 0 35px;
      font-weight: 400;
    }


    .labelform{
      width: 150px;
      text-align: left;
      margin-bottom: 3px;
    }
}


@media (min-width: 992px) {
  .details_site-section{
    padding: 0;
  }
    .images_desc{
      width: 640px;

    }
    .cal_desc{
      width: 295px;
    }

    .details_heading{
      margin: 17px 0 0 0;
      line-height: 33px;
    }

    .details_address{
      color:#715e66;
    }

    .desc_image{
      height: auto;
    }

    .big_images{
    width: 620px;
    height: auto;
    margin-top: 17px;
    }

    .big_images ul {
      list-style: none;
    }


    .detailed_params{
      margin: 20px 0 0 0;
      text-align: center;
      width: 620px;
    }

    .detailed_params .row{
      margin: 0 0 0 0;

    }
    .det_params{
      margin: 0px 0 25px 0;

    }


    .area_par{
      color:#7a7a7a;

    }

    .area_val{
      color:#000;
      font-size: 23px;
      font-weight: 400;
      line-height: 26px;
    }

    .desc_text{
      width: 615px;
      font-size: 16px;
      color:#444;
      margin: 10px 0 0 0;
    }

    .desc_text p{
      font-size: 16px;
      line-height: 1.6em;
      color:#444;
    }

    .geo_label{
      margin: 0 0 7px 0;
      background-image: url(../images/loc.png);
      background-repeat: no-repeat;
      background-size: 20px;
      padding: 0 0 0 28px;
      font-weight: 400;
    }
    .geotag_div{
      width: 620px;
      border: 1px solid #e2e2e2;

    }

    .info_label{
      margin: 30px 0 3px 0;
      background-image: url(../images/info.png);
      background-repeat: no-repeat;
      background-size: 24px;
      padding: 0 0 0 35px;
      font-weight: 400;
    }


    .labelform{
    width: 150px;
    text-align: left;
    margin-bottom: 3px;
    }
}

@media (min-width: 1200px) {
  .details_site-section{
    padding: 0;
  }
  .images_desc{
    width: 770px;

  }
  .cal_desc{
    width: 355px;
  }

  .details_heading{
    margin: 17px 0 0 0;
    line-height: 33px;
  }

  .details_address{
    color:#715e66;
  }

  .desc_image{
    height: auto;
  }

  .big_images{
  width: 740px;
  height: auto;
  margin-top: 17px;
  }

  .big_images ul {
    list-style: none;
  }


  .detailed_params{
    margin: 20px 0 0 0;
    text-align: center;
    width: 700px;
  }

  .detailed_params .row{
    margin: 0 0 0 0;

  }
  .det_params{
    margin: 0px 0 25px 0;

  }


  .area_par{
    color:#7a7a7a;

  }

  .area_val{
    color:#000;
    font-size: 23px;
    font-weight: 400;
    line-height: 26px;
  }

  .desc_text{
    width: 700px;
    font-size: 16px;
    color:#444;
    margin: 10px 0 0 0;
    text-align:left;
  }

  .desc_text p{
    font-size: 16px;
    line-height: 1.6em;
    color:#444;
  }

  .geo_label{
    margin: 0 0 7px 0;
    background-image: url(../images/loc.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 0 0 28px;
    font-weight: 400;
  }
  .geotag_div{
    width: 700px;
    border: 1px solid #e2e2e2;

  }

  .info_label{
    margin: 30px 0 3px 0;
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-size: 24px;
    padding: 0 0 0 35px;
    font-weight: 400;
  }


  .labelform{
  width: 150px;
  text-align: left;
  margin-bottom: 3px;
  }
 }

 .desccalendar .ob-calendar-widget {
 	width:100%;
 	border-radius:0;
 	margin: 0 auto;
 }

 @media (max-width: 389px) {
   .desccalendar .ob-calendar .ob-row{
     height: 38px;
   }
 }
@media (min-width: 992px) {
  .desccalendar .ob-calendar .ob-row{
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .desccalendar .ob-calendar .ob-row{
    height: 44px;
  }
}
