/** шапка главной страницы */
.header-illustration {
  background: url('../images/pages/header.jpg') top center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2rem 1rem 0;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .header-illustration {
    background-size: 100%;
    padding: 3rem 1rem 2rem 3rem;
    margin-top: -4px;
  }
}
@media (min-width: 992px) {
  .header-illustration {
    background-size: 100%;
    padding: 7rem 6rem 2rem 6rem;
    border-top: solid 1px #dddddd;
  }
}
@media (min-width: 1200px) {
  .header-illustration {
    height: 893px;
  }
}
.header-illustration h1 {
  width: 80%;
  line-height: 120%;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .header-illustration h1 {
    width: 62%;
    line-height: 120%;
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 992px) {
  .header-illustration h1 {
    width: 78%;
    line-height: 120%;
    margin: 0 0 6rem 0;
  }
}
.header-illustration ul {
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .header-illustration ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .header-illustration ul {
    width: 100%;
  }
}
.header-illustration ul li {
  height: 50px;
  flex-basis: 33.33333%;
  margin: 0;
  align-self: center;
  text-align: left;
  list-style: none;
  font-weight: 400;
  line-height: 120%;
  padding: 4px 15px 0 45px;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .header-illustration ul li {
    font-size: 1.1rem;
    height: 73px;
    padding: 15px 50px 0 60px;
  }
}
.header-illustration ul li.one {
  background: url('../images/pages/1.png') left top no-repeat;
  background-size: auto 50px;
}
@media (min-width: 992px) {
  .header-illustration ul li.one {
    background-size: auto 73px;
  }
}
.header-illustration ul li.two {
  background: url('../images/pages/2.png') left top no-repeat;
  background-size: auto 50px;
}
@media (min-width: 992px) {
  .header-illustration ul li.two {
    background-size: auto 73px;
  }
}
.header-illustration ul li.three {
  background: url('../images/pages/3.png') left top no-repeat;
  background-size: auto 50px;
}
@media (min-width: 992px) {
  .header-illustration ul li.three {
    background-size: auto 73px;
  }
}
.header-illustration .free {
  margin: 5rem 0 1rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  color: #593015;
}
@media (min-width: 768px) {
  .header-illustration .free {
    margin: 5rem 0 5rem;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
    color: #593015;
  }
}
@media (min-width: 992px) {
  .header-illustration .free {
    margin: 6rem 0 7rem;
  }
}
@media (min-width: 1200px) {
  .header-illustration .free {
    margin: 7rem 0 7rem;
  }
}
.header-illustration .header-button {
  width: 200px;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  margin: 0 auto;
  background-color: #ffffff;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-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-illustration .header-button:hover {
  background-color: #ffc617;
}
@media (min-width: 768px) {
  .header-illustration .header-button {
    width: 20rem;
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  .header-illustration .header-button {
    width: 22rem;
    font-size: 2rem;
    padding: 1.2rem 0;
  }
}
@media (min-width: 1200px) {
  .header-illustration .header-button {
    width: 25rem;
    font-size: 2rem;
    padding: 1.5rem 0;
  }
}
/** секции со спецаильным фоном */
.section-bg {
  background: url('../images/pages/bg.png') center top repeat;
}
/** типы ремонта */
.remont-type {
  margin-top: 0.5rem;
  position: relative;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 768px) {
  .remont-type {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .remont-type {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .remont-type {
    margin-top: 3rem;
  }
}
.remont-type img {
  width: 100%;
}
.remont-type span {
  display: block;
  color: #593015;
  line-height: 110%;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .remont-type span {
    height: 2rem;
  }
}
@media (min-width: 1200px) {
  .remont-type span {
    height: 3rem;
  }
}
.remont-type .price-from {
  position: absolute;
  left: 0;
  padding: .5rem .5rem;
  bottom: 1rem;
  background-color: #ffffff;
  color: #695141;
  font-weight: 600;
}
@media (min-width: 768px) {
  .remont-type .price-from {
    bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .remont-type .price-from {
    padding: 1rem 1.5rem;
    bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .remont-type .price-from {
    padding: 1.5rem 1.5rem;
    bottom: 2rem;
  }
}
.remont-type .remont-details {
  display: block;
  position: absolute;
  z-index: 3;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  color: #000000;
  padding: 2rem 1.5rem 4rem;
  font-size: 1rem;
  -webkit-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;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .remont-type:hover .remont-details {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
/** ремонт - объекты */
@media (min-width: 576px) {
  .remont-object {
    padding-right: 0;
    padding-left: 0;
  }
}
.remont-object img {
  width: 100%;
}
.remont-object span {
  display: block;
}
@media (min-width: 576px) {
  .remont-object span {
    padding: .5rem .2rem;
  }
}
@media (min-width: 768px) {
  .remont-object span {
    font-size: 1.1rem;
    padding: .5rem .5rem;
  }
}
@media (min-width: 992px) {
  .remont-object span {
    font-size: 1.2rem;
    padding: .5rem .8rem;
  }
}
@media (min-width: 1200px) {
  .remont-object span {
    font-size: 1.4rem;
    padding: 1rem 1rem 1rem 1.5rem;
  }
}
/** почему ремонт заказывают у нас */
.why-block {
  margin: .5rem 0;
}
@media (min-width: 576px) {
  .why-block {
    margin: .5rem 0 1rem;
  }
}
@media (min-width: 768px) {
  .why-block {
    margin: 1rem 0 2rem;
  }
}
.why-block img {
  float: left;
  width: 100px;
  margin: 0 1rem 0 0;
}
@media (min-width: 576px) {
  .why-block img {
    float: none;
    display: block;
    width: 120px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .why-block img {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .why-block img {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .why-block img {
    width: 100%;
    max-width: 197px;
  }
}
.why-block .why-title {
  margin: 1rem 0 .5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .why-block .why-title {
    margin: .5rem 0;
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .why-block .why-title {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .why-block .why-title {
    font-size: 1.4rem;
  }
}
.why-block .why-description {
  line-height: 120%;
}
/** как мы работаем */
.how-block {
  clear: both;
  display: flex;
  width: 100%;
  height: 81px;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 .7rem;
  align-content: center;
  align-items: center;
  background: url('../images/pages/circle.png') left center no-repeat;
  background-size: 81px 81px;
}
@media (min-width: 1200px) {
  .how-block {
    flex-direction: column;
    background-position: center top;
    background-size: 131px 131px;
    height: auto;
  }
}
.how-block .how-step {
  flex-basis: 81px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 30px;
  text-align: center;
  padding: 0;
}
@media (min-width: 1200px) {
  .how-block .how-step {
    flex-basis: 131px;
    margin: 0 auto;
    font-size: 60px;
    font-weight: 600;
    padding: 3.3rem 0 0;
    float: none;
  }
}
.how-block .how-description {
  flex-basis: auto;
  width: 100%;
  padding: 0 0 0 1rem;
}
@media (min-width: 1200px) {
  .how-block .how-description {
    padding: 0;
    margin: 1rem auto;
    text-align: center;
    width: 80%;
  }
}
/** доверяйте ремонт специалистам */
@media (min-width: 768px) {
  .specialist {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .specialist {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .specialist {
    font-size: 1.4rem;
  }
}
.specialist ul {
  padding: 0;
  margin: 0;
  border-top: dashed 1px #695141;
}
.specialist ul li {
  color: #8a5532;
  padding: 1rem 0;
  margin: 0;
  list-style: none;
  border-bottom: dashed 1px #695141;
}
.specialist ul li span {
  margin: 0 1rem 1rem 0;
  float: left;
}
.specialist .specialist-illustration img {
  width: 100%;
}
/** позвонить или оставить заявку */
.callback-buttons {
  text-align: center;
  font-size: 20px;
  color: #8a5532;
}
@media (min-width: 768px) {
  .callback-buttons {
    font-size: 30px;
  }
}
.callback-buttons .callback-phone {
  margin: 1.5rem 0;
  font-size: 25px;
  color: #695141;
  font-weight: 600;
}
@media (min-width: 768px) {
  .callback-buttons .callback-phone {
    font-size: 35px;
  }
}
.callback-buttons .callback-button {
  width: 200px;
  font-size: 1.2rem;
  padding: .8rem 0;
  margin: 1rem auto 0;
  background-color: #ffffff;
  font-weight: 600;
  text-align: center;
  color: #593015;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-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;
}
.callback-buttons .callback-button:hover {
  background-color: #ffc617;
}
@media (min-width: 768px) {
  .callback-buttons .callback-button {
    width: 15rem;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  .callback-buttons .callback-button {
    width: 20rem;
    font-size: 2.1rem;
    padding: 1.2rem 0;
  }
}
@media (min-width: 1200px) {
  .callback-buttons .callback-button {
    font-size: 2.1rem;
    padding: 1.3rem 0;
  }
}
/** портфолио - карусель */
@media (max-width: 567px) {
  .portfolio-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.slideshow {
  width: 100%;
}
.slideshow img {
  width: 100%;
}
.owl-theme {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.owl-theme img {
  margin: 0;
}
.owl-theme .owl-stage-outer {
  position: relative;
  z-index: 10;
}
@media (max-width: 449px) {
  .owl-theme .owl-dots {
    display: none;
  }
}
.owl-theme .owl-nav {
  position: absolute;
  z-index: 5000;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .owl-theme .owl-nav {
    margin-top: -25px;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-nav {
    margin-top: -40px;
  }
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  background-color: #ffffff;
  background-size: contain;
  color: #cccccc;
  text-align: center;
  font-weight: 100;
  -webkit-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;
  padding-top: 7px;
  font-size: 15px;
  width: 30px;
  height: 30px;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background-color: #ff7700;
  color: #ffffff;
}
@media (min-width: 576px) {
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    padding-top: 12px;
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    padding-top: 22px;
    font-size: 35px;
    width: 80px;
    height: 80px;
  }
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
@media (min-width: 576px) {
  .owl-theme .owl-nav .owl-next {
    right: -10px;
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-nav .owl-next {
    right: -15px;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-nav .owl-next {
    right: -20px;
  }
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
@media (min-width: 576px) {
  .owl-theme .owl-nav .owl-prev {
    left: -10px;
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-nav .owl-prev {
    left: -15px;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-nav .owl-prev {
    left: -20px;
  }
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 30;
  bottom: 5px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff7700;
}
