body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
 }

 html, body {
  height: 100%;
 }

hr {
  border: 0;
  height: 1px;
  background: #3cc473;
  background-image: -webkit-linear-gradient(left, #ccc, #3cc473, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #3cc473, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #3cc473, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #3cc473, #ccc); }

header .row {
  z-index: 99999;
  background-color: black;
  -webkit-box-shadow: 0px 11px 40px 5px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 11px 40px 5px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 11px 40px 5px rgba(0, 0, 0, 0.57); }
header .navbar {
  background-color: black;
  margin: 0;
  padding: 0; }
header .navbar-brand {
  margin-left: 50px; }
header ul li {
  padding-left: 15px; }
header a {
  color: white !important;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 100; }
  header a:hover {
    color: #75ff77 !important;
    transition: .3s; }
  header a:not(hover) {
    color: white;
    transition: .3s; }
header button {
  background: white !important;
  color: white;
  position: relative;
  width: 55px;
  height: 50px; }

.block-flex-div { display: flex;width: 100%;justify-content: space-between;box-sizing: border-box;}	
		.block-line-flex {display: flex;padding: 8px; height: auto;font-size: 14px;width: 100%;color: #666;font-weight: 500;text-align: left;box-sizing: border-box;/* justify-content: center; */ }
			.block-column-flex{ flex: 1;} 	
			
.phone-block {
  text-align: center;
  background-color: #3cc473;
  line-height: 75px;
  width: 40%; }

.phone-number {
  font-family: "Black Han Sans", sans-serif;
  font-size: 2.3vw;
  font-weight: normal;
  color: white;
  text-shadow: 1px 1px 1px black; }

.content {
  margin: 0;
  padding: 0; }

.header-area {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 600px;
  position: relative;
  margin: 0; }

.header-area-left {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 100%;
  z-index: 1;
  background-image: url("../img/wood_textur.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5em 1.5em 4em 5em; }
  .header-area-left h2 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: black; }

.bold-text {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.01px;
  color: black; }
  .bold-text span {
    color: #c30000; }

.zigzag {
  height: 20px;
  margin: 10px; }

.vector {
  position: absolute;
  right: 50px;
  bottom: 0px;
  transform: scale(0.65, 0.65); }

.header-area-right {
  position: absolute;
  overflow: hidden;
  height: 100%;
  min-width: 60%;
  right: -20px;
  z-index: 2;
  padding: 0;
  margin: 0;
  background-image: url("../img/silach.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top; }

@media screen and (max-width: 1000px) {
  .header-area-right {
    display: none; }

  .header-area {
    padding: 0;
    margin: 0; }

  .header-contaner {
    padding: 0 !important;
    margin: 0; }

  .main-button {
    left: 50%;
    margin-left: -150px; } }
.main-button {
  background-color: #c30000;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZjQwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5MTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #f40000), color-stop(1, #910000));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top, #f40000 0%, #910000 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom, #f40000 0%, #910000 100%);
  background-image: -ms-repeating-linear-gradient(top, #f40000 0%, #910000 100%); }

.header-button {
  bottom: 20px; }

.main-button {
  position: absolute;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  width: 300px;
  height: 55px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  cursor: pointer;
  left: 50%;
  margin-left: -150px !important;
  color: white;
  font-weight: bold; }
  .main-button:hover {
    background-color: #a10000;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYzcwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM3YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #c70000), color-stop(1, #7b0000));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top, #c70000 0%, #7b0000 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom, #c70000 0%, #7b0000 100%);
    background-image: -ms-repeating-linear-gradient(top, #c70000 0%, #7b0000 100%); }
  .main-button a {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: white; }
    .main-button a:hover {
      text-decoration: none; }

.img-inverse {
  filter: invert(1); }

.features {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 525px;
  background-color: #3cc473;
  text-align: center;
  padding: 0 5%;
  margin: 0; }
  .features h1 {
    color: white;
    margin-top: 10px; }

.icon {
  width: 50px;
  height: 50px;
  margin: 0 auto; }

.svg-block {
  display: inline-block;
  vertical-align: middle;
  margin-top: 25px; }
  .svg-block svg {
    position: relative;
    width: 70px;
    top: 25px; }

.iconBlock {
  height: 280px;
  border-radius: 10px;
  background-color: white;
  margin: 10px;
  padding: 40px 10px 30px;
  -webkit-box-shadow: 0px 0px 48px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 48px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 48px -8px rgba(0, 0, 0, 0.75);
  text-align: center;
  font-size: 17px; }
  .iconBlock .icon {
    width: 75px;
    height: 75px;
    margin-bottom: 40px; }

.house-block {
  width: 100%;
  height: 350px;
  background-color: #ffb856;
  margin: 0;
  padding: 0;
  text-align: center; }
  .house-block .house {
    position: relative;
    display: inline-block;
    top: 20px;
    width: 100%;
    height: 300px;
    background-color: white;
    z-index: 5;
    --webkit-box-shadow: 0px 0px 105px -23px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 105px -23px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 105px -23px rgba(0, 0, 0, 0.75); }
  .house-block .house-image {
    position: absolute;
    left: -12%;
    top: 10%; }
  .house-block p {
    color: black;
    font-size: 1.5vw;
    font-weight: bold;
    margin: 25px 0 0 0px;
    text-shadow: 1px 1px #cdcdcd; }
  .house-block .house-desc {
    text-align: left;
    width: 70%;
    float: right;
    margin: 25px 0; }
    .house-block .house-desc ol {
      padding: 0; }
    .house-block .house-desc li {
      font-size: 17px; }
    .house-block .house-desc p {
      font-size: 18px; }

@media screen and (max-width: 1000px) {
  .house-desc {
    width: 50%; }

  .house-image {
    left: 10%; } }
.calc {
  position: relative;
  width: 100%;
  min-height: 500px;
  height: auto;
  margin: 0;
  padding: 50px  0  75px 0;
  background-color: #dbdbdb;
  text-align: center; }
  .calc .calc-desc {
    height: 150px; }
  .calc .form-input {
    width: 170px;
    display: inline; }
  .calc .form-2 {
    width: 50%;
    height: auto;
    float: left; }
  .calc .form-main {
    margin: 25px 0;
    vertical-align: middle; }
  .calc .x {
    margin: 0 25px; }
  .calc .form-check {
    width: 170px; }
  .calc .c-button {
    bottom: 5px; }

.gallery-desc-main {
  width: 100%;
  margin: 0px;
  padding: 10px;
  text-align: center; }

.gallery-desc {
  text-align: center;
  text-transform: uppercase; }

.gallery-item {
  width: 200px;
  min-height: 200px;
  height: auto;
  position: relative;
  border-radius: 10px;
  margin: 10px;
  -webkit-box-shadow: 0px 10px 42px -9px #7b6ee0;
  -moz-box-shadow: 0px 10px 42px -9px #7b6ee0;
  box-shadow: 0px 10px 42px -9px #7b6ee0; }
  .gallery-item .gallery-loop {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: white;
    top: 15px;
    right: 15px;
    cursor: pointer;
    border-radius: 30px; }
    .gallery-item .gallery-loop img {
      margin: auto 5px; }

#item1 {
  background-image: url("../img/zamena_vencov_1.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item2 {
  background-image: url("../img/zamena_vencov_2.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item3 {
  background-image: url("../img/zamena_vencov_3.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item4 {
  background-image: url("../img/podem_domov_1.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item5 {
  background-image: url("../img/podem_domov_2.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item6 {
  background-image: url("../img/podem_domov_3.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item7 {
  background-image: url("../img/peredvijenie_domov_1.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item8 {
  background-image: url("../img/peredvijenie_domov_2.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item9 {
  background-image: url("../img/peredvijenie_domov_3.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item10 {
  background-image: url("../img/remont_fundamenta_1.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item11 {
  background-image: url("../img/remont_fundamenta_2.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

#item12 {
  background-image: url("../img/remont_fundamenta_3.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

.rassrochka {padding: 30px;} 
.rassrochka .block-flex-div {max-width:960px;margin: 50px auto;} 
	.rassrochka .block-flex-div .main-button {position: relative !important;margin-left: 0px !important;margin-top: 70px !important;    left: 0px !important; } 
	
	.rassrochka .block-flex-div .block-flex-div {justify-content: flex-start;margin: 20px auto;} 
		.rassrochka .block-flex-div .block-flex-div .icon-check{max-width:50px;} 

@media (max-width: 768px) {
	.rassrochka .block-flex-div {flex-direction: column;} 
} 
@media (max-width: 568px) {
	.rassrochka .block-flex-div {flex-direction: column;} 
} 

.old-house {
  width: 100%;
  height: 400px;
  margin: 0; }
  .old-house .old-house-left {
    position: relative;
    min-height: 400px;
    background-image: url("../img/old_house.jpg");
    background-repeat: no-repeat;
    background-size: 100%; }
  .old-house .old-house-wrapper {
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: #00e003;
    opacity: 0.5;
    z-index: 10;
    margin: 0;
    left: 0; }

.old-house-right {
  position: relative;
  height: auto;
  min-height: 400px;
  padding: 150px 50px  0 20px;
  background-color: #dbdbdb; }
  .old-house-right .q-block {
    z-index: 15;
    position: absolute;
    width: 123%;
    height: 75px;
    top: 10%;
    right: 15%;
    text-align: left;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75); }
    .old-house-right .q-block h1 {
      font-size: 24px;
      text-align: center;
      line-height: 75px; }
  .old-house-right p {
    font-size: 20px;
    text-align: left; }
  .old-house-right .vector {
    position: absolute;
    right: 1%; }
  .old-house-right .q-button {
    bottom: 5%; }

@media screen and (max-width: 1000px) {
  .q-block {
    position: absolute;
    width: 100% !important;
    right: 0 !important;
    top: -60% !important; } }
.orders {
  width: 100%;
  height: auto;
  min-height: 450px;
  margin: 0;
  position: relative;
  background-color: white;
  z-index: 1; }
  .orders .orders-desc {
    text-align: center;
    height: 100px;
    margin-bottom: 50px; }
  .orders .orders-block {
    width: 100%;
    height: 250px;
    text-align: left;
    z-index: 19;
    padding: 50px 50px;
    overflow: hidden;
    background-color: white;
    --webkit-box-shadow: 0px 0px 105px -23px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 105px -23px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 105px -23px rgba(0, 0, 0, 0.75); }
  .orders .order-wrapper {
    position: absolute;
    width: 100%;
    top: 35px;
    right: 0;
    padding: 0 25px;
    display: none; }
    .orders .order-wrapper h4 {
      font-size: 22px;
      margin: 0 0 20px 0; }
    .orders .order-wrapper p {
      font-size: 17px; }

#order1 {
  display: block; }

.order-button {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #3cc473;
  border-radius: 3px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  line-height: 40px;
  padding: 0 auto;
  color: #3cc473; }

.consult-block {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
  min-height: 300px;
  background-color: #3cc473;
  text-align: center; }
  .consult-block .consult-desc {
    height: 100px;
    margin: 30px 0 0 0; }
  .consult-block h1 {
    color: white; }
  .consult-block h3 {
    text-transform: uppercase;
    color: white; }
  .consult-block form {
    height: 100px; }
  .consult-block .c-button {
    bottom: 10px;
    color: white;
    font-weight: bold; }

footer {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: #5e5e5e;
  color: white;
  padding: 20px 20px;
  font-weight: bold; }
  footer .footer-content {
    max-height: 150px; }

.modal-content {
  background-color: #ff8e66;
  text-align: center;
  color: white; }

/*# sourceMappingURL=style.css.map */
