/*
 * Globals
 */
/* Links */
.sale {
  position: fixed;
  right: 80px;
  top: 160px;
  z-index: 100;
  transform: rotate(15deg);
  transition: 0.2s;
}

.sale-close {
  transform: rotate(-15deg);
  margin-left: -20px;
  opacity: .5;
  color:#01af7c;
}

.sale_hide {
  right: -998px;
}

a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
  background-color: #fff;
  background: url(../img/room.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

body {
  color: #222;
  text-align: center;
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
  box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}

.item-title {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.4px;
  margin-bottom: 20px;
}

.item-icon {
  margin-top: 40px;
}

.green {
  color: #17ad7e;
  font-weight: bold;
}

.menu {
  /*position: absolute;*/
  width: 100%;
}

.price {
  padding-top: 40px;
  text-align: center;
  color: #222;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  margin: -160px auto 60px;
}

.kvartira {
  position: relative;
  width: 100%;
  height: 220px;
  padding: 30px 0;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  transition: 0.3s;
  margin: 20px auto;
}

.kvartira:hover {
  border: 1px solid #17ad7e;
}

.cena {
  color: #222;
  font-size: 40px;
  line-height: 1em;
  font-weight: 900;
  padding: 0 30px;
}

.comnat {
  color: #222;
  font-size: 26px;
  line-height: 1.538em;
  font-weight: 700;
  margin-bottom: 34px;
  padding: 0 30px;
}

.makeOrderButton {
  display: block;
  width: 200px;
  transition: background .1s ease;
  padding: 16px 20px 15px;
  margin: 0 auto;
  background-color: #17ad7e;
  border-radius: 4px;
  line-height: 19px;
  font-size: 16px;
  outline: none !important;
  border: none;
  color: #fff;
}

.zakaz:hover, .zakaz:focus {
  border: 1px solid #17ad7e;
  border-bottom: 1px solid #17ad7e !important;
  color: #ffcd98 !important;
}

.zakaz {
  background-color: #17ad7e;
  border-radius: 30px;
  border: 1px solid #17ad7e;
  opacity: 1;
  padding: 16px !important;
  color: #fff !important;
  transition: 0.3s;
}

.block-plus .fa {
  font-size: 60px;
  color: #17ad7e;
  margin-bottom: 20px;
}

.makeOrderButton:hover {
  opacity: 0.9;
}

.how_clean .fa {
  color: #17ad7e
}

.snoska {
  color: #9f9f9f;
  text-align: center;
  font-size: 19px;
}

.plus {
  width: 100%;
  padding: 60px 0;
  background: #f8f8f8;
}

.block-plus {
  text-align: center;
  border: 1px solid #d9d9d9;
}

.plus-content {
  width: 100%;
  max-width: 270px;
  margin: 60px auto 0;
  height: 340px;
  text-align: center;
  vertical-align: middle;
}

.title {
  max-width: 270px;
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #000;
}

.discript {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  max-width: 320px;
  margin: 0 auto;
  text-align: center
}

.nav-pills>li>a {
  border-radius: 0px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: .8px;
  border: 1px solid #d9d9d9;
  line-height: 28px;
}

.tabs {
  margin-top: 20px;
}

.nav-pills>li:first-child a {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.nav-pills>li:last-child a {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #222;
}

.fa-star {
  color: #17ad7e
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.tab-content img {
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.tab-pane {
  transition: 0.5s;
}

.tab-pane ul {
  padding: 0;
}

.tab-pane ul li {
  padding: 0 0 5px 24px;
  border-radius: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px;
  font-size: 20px;
  color: #222;
  text-align: left;
  list-style: none;
}

.tab-pane ul li:before {
  position: absolute;
  content: "\2014";
  width: 24px;
  left: 0;
  top: 0;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.lid {
  margin-top: 22px;
  padding: 0 80px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  color: #222;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.from-corporate {
  position: absolute;
  top: 160px;
  left: 45px;
  width: 260px;
  padding: 10px 0;
  z-index: 100;
  text-align: center;
  font-weight:700;
  cursor: pointer;
}

.from-corporate:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width:767px) {
  .from-corporate {
  top:150px;
  left:50%;
  transform: translateX(-50%);
  }
}

@media screen and (max-width:576px) {
  .from-corporate {
  top:236px;
  left:50%;
  transform: translateX(-50%);
  }
}

.masthead-nav>li {
  display: inline-block;
  padding-top: 46px;
}

.masthead-nav>li+li {
  margin-left: 20px;
}

.masthead-nav>li>a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  /* IE8 proofing */
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid transparent;
}

.masthead-nav>li>a:hover,
.masthead-nav>li>a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, .25);
}

.masthead-nav>.active>a,
.masthead-nav>.active>a:hover,
.masthead-nav>.active>a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.how_clean {
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 40px;
  color: #222;
  margin-top: 40px;
}

.face {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 160px;
  margin: 10px auto;
  border: 7px solid #fff;
  box-shadow: 2px 4px 21px #ccc;
  background: #8d8e92;
}

.face img {
  width: 100%;
  margin-top: -3px;
}

.face-name {
  font-weight: bold;
  font-size: 26px;
  margin-top: 20px;
  color: #17ad7e;
}

.all-list {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 60px;
  font-size: 18px;
  outline: none
}

.all-list:hover, .all-list:focus {
  outline: none
}

.modal-open {
  /*padding-right: 17px;*/
  margin-right: 17px;
}

.list-unstyled {
  text-align: left;
  padding-left: 10px;
}

.list-unstyled li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  list-style-type: disc;
  font-size: 15px;
  line-height: 20px;
}

.orang {
  background: #f4f1ea;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  padding: 45px 60px;
  border-top: 1px solid #ebe3d3;
  border-bottom: 1px solid #ebe3d3;
  text-align: left;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
}

.orang .title {
  font-size: 20px;
  font-weight: 700;
}

.modal-body h5 {
  font-size: 20px;
  font-weight: 700;
}

.orang .col-md-4 {
  height: 160px;
}

.cena-modal {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

.cena-modal a {
  color: #222;
  border-bottom: 2px solid #17ad7e;
}

.cena-modal a:hover {
  color: #17ad7e;
  text-decoration: none;
}

.btn-orang {
  background: #17ad7e;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}

.btn-orang:hover {
  opacity: 0.8
}

.no-make {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.no-make ul li {
  list-style: none;
}

.no-make .fa {
  color: green;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }

  .masthead-nav {
    float: right;
  }
}

@media (max-width: 768px) {
  .sale {
    margin-left: 94px;
    position: fixed;
    left: 50%;
    right: auto;
    top: 340px;
    z-index: 100;
  }

  .sale_hide {
    display: none;
  }

  .block-plus {
    border: none;
  }

  .price {
    margin: -520px auto 60px;
  }

  .nav-pills>li:first-child a {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .nav-pills>li:last-child a {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .contact-block {
    text-align: center !important;
  }

  .lid {
    padding: 0px;
  }

  .phone {
    font-size: 22px !important;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 20px;
  text-align: left;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.cover-heading {
  font-size: 40px;
  font-weight: 700;
}

/*
 * Footer
 */
footer {
  background: #383838;
  color: hsla(0, 0%, 100%, .4);
  width: 100%;
  min-height: 200px;
  padding: 60px 0;
}

.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, .5);
}

.socset {
  border-bottom: 1px solid rgba(117, 117, 117, 0.5);
  padding-top: 16px;
  padding-bottom: 16px;
}

.socset a {
  padding: 14px;
  border-radius: 63px;
  display: block;
  transition: 0.3s;
  font-size: 18px;
  margin-bottom: 16px;
}

.socset a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.vk {
  background: #5c81b3;
}

.tl {
  background: #a818ff;
}

.wh {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.contact-block {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  text-align: left;
  padding: 10px;
}

.phone {
  font-size: 32px;
}

.masthead-brand img {
  vertical-align: top;
}

.input-group .form-control.error {
  color: #c9302c;
  border-color: #c9302c;
}

/*
 * Affix and center
 */
@media (min-width: 768px) {

  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }

  .mastfoot {
    position: fixed;
    bottom: 0;
  }

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }

  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {

  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}

.call-back {
  color: #17ad7e;
  border-bottom: 1px dashed;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  bottom: 3px;
  transition: 0.5s;
  padding: 5px;
  border-left: 1px solid;
  border-left-color: transparent;
  /*border-radius:10px*/
}

.call-back:hover {
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  bottom: 3px;
}

.call-back:active {
  background: #17ad7e;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  bottom: 3px;
}

.modal-header {
  background: #17ad7e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
}

/*--Слайд шоу акции--*/
#rotator {position:relative; height:320px;right: 280px;top: 60px;}
#rotator ul li {float:left; position:absolute; list-style: none;}
#rotator ul li.show {z-index:500;}
.close {
    position: absolute!important;
    top: 55px!important;
    right: -10px!important;}