* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body, div, span, h1, h5, footer, p, ul, li, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }



a {
  text-decoration: none; }

li {
  list-style: none; }

@font-face {
  font-family: 'Oranienbaum';
  src: url("../../static/fonts/Oranienbaum.eot");
  src: url("../../static/fonts/Oranienbaum.eot?#iefix") format("embedded-opentype"), url("../../static/fonts/Oranienbaum.woff2") format("woff2"), url("../../static/fonts/Oranienbaum.woff") format("woff"), url("../../static/fonts/Oranienbaum.svg#Oranienbaum") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

h1, h2, h3, h4, h5, h6, .work-name {
  font-family: 'Oranienbaum';
  font-weight: 100; }
.work-name{
	text-align:center;
	color:black;
}
h3 {
  font-size: 40px;
  text-align: center;
  padding: 60px 0; }

h2 {
  text-align: center;
  font-size: 46px;
  text-transform: uppercase;
  padding: 60px 0; }

p, a, span, div {
  font-family: 'Roboto', sans-serif;
  font-size: 18px; }
h5{
	font-size:23px;
	text-align:center; 
	padding:20px;
}
p, a {
  color: #292929; }

.content-wrapper {
  background-image: url("../../static/images/general/bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 85vh; }
  .content-wrapper h1 {
    padding: 80px 0;
    margin: 0 auto;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
table td{
	border: 1px solid rgba(0,0,0,.1);
}
.weekend {
  font-size: 14px; }

header.main-header {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  header.main-header .logo {
    background: rgba(255, 255, 255, 0.8); }
  header.main-header .items-wrap > *:first-child {
    background: rgba(255, 255, 255, 0.8); }
  header.main-header .items-wrap > *:last-child {
    background: rgba(255, 255, 255, 0.65); }
    header.page-header{
      z-index: 1;
      position: relative;
    }

header.page-header .logo {
  background: rgba(240, 191, 107, 0.05); }

header.page-header .items-wrap > *:first-child {
  background: rgba(240, 191, 107,0.05); }

header.page-header .items-wrap > *:last-child {
  background: rgba(240, 191, 107, 0.15); }
.logo h5 {
  color:black;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  header .items-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  header svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #292929; }
  header .block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .block-item > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    header .block-item ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header .block-item ul > * {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      header .block-item ul > *:not(:first-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.6); }
      header .block-item ul li {
        list-style: none; }
        header .block-item ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          font-size: 15px;
          text-transform: uppercase;
          color: #292929;
          -webkit-transition: all linear .2s;
          -o-transition: all linear .2s;
          transition: all linear .2s;
          height: 55px; }
          header .block-item ul li a:hover {
            color: white;
            background: #F0BF6B; }
    header .block-item .sub-menu {
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: none; }
      header .block-item .sub-menu a {
        text-transform: none;
        padding: 10px;
        height: 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  header .block-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.5); }

.logo h5 {
  font-size: 35px; }

.owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

body .envira-gallery-wrap{
  margin-top:60px;
}  

.post-page img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}       

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  margin-bottom: 10px; }
  .owl-carousel button.owl-dot.active {
    background: white; }

.main-slider h1 {
  font-size: 70px;
	max-width:1000px;
	text-align:center;
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 0px 2px black;
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.25); }

.owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .owl-nav button {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 2px; }
    .owl-nav button svg {
      fill: white;
      width: 30px;
      height: 30px; }

.main-slider .item {
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .main-slider .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-slider .item .btn, body .wpcr3_show_btn {
    width: 200px;
    height: 50px; }
.wpcr3_respond_2 input[type="text"]{
  padding: 10px;
  width:100%;
  border:1px solid rgba(0,0,0,.3);
}
.post-page{
  background:url('../../static/images/general/bg.jpg');
  display: flex;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.post-page > *{
  flex:1;
}

.post-page .content-wrap{
  padding: 40px;
}
.post-page h1{
  text-transform: uppercase;
  padding-bottom: 40px;
}
.post-page .item img{
  width:100%;
  height: auto;
}
.wpcr3_table_2 td{
  padding-bottom: 20px;
}
.wpcr3_respond_2 textarea{
  width:100%;
  min-width: 0!important;
  border:1px solid rgba(0,0,0,.3);
}
    body .wpcr3_button_1{
      display:inline;
       color: white;
  text-transform: uppercase;
  font-family: 'Oranienbaum';
  background: #F0BF6B;
  
  font-size: 20px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 28px rgba(240, 191, 107, 0.25), 0 10px 20px rgba(240, 191, 107, 0.22);
          box-shadow: 0 4px 28px rgba(240, 191, 107, 0.25), 0 10px 20px rgba(240, 191, 107, 0.22); }
  .btn:hover,body .wpcr3_show_btn , body .wpcr3_button_1{
    -webkit-box-shadow: none;
            box-shadow: none;
    }

.main-slider {
  position: relative;
  z-index: 0; }
  .main-slider .repair {
    background-image: url("../../static/images/general/bg1.jpg");
    background-position: center;
    background-size: cover; }
  .main-slider .territory {
    background-image: url("../../static/images/general/s1200.jpg");
      background-position: center;
    background-size: cover; }
  .main-slider .furniture {
    background-image: url("../../static/images/general/18-4.jpg");
      background-position: center;
    background-size: cover; }

.btn, body .wpcr3_show_btn{
  color: white;
  text-transform: uppercase;
  font-family: 'Oranienbaum';
  background: #F0BF6B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 28px rgba(240, 191, 107, 0.25), 0 10px 20px rgba(240, 191, 107, 0.22);
          box-shadow: 0 4px 28px rgba(240, 191, 107, 0.25), 0 10px 20px rgba(240, 191, 107, 0.22); }
  .btn:hover,body .wpcr3_show_btn:hover , body .wpcr3_button_1:hover{
    background:#F0BF6B;
    -webkit-box-shadow: none;
    color:white;
    border:none;
            box-shadow: none; }

.contact-text {
  padding-top: 0;
  margin-top: 0; }

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .info > * {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

.circle {
  margin-bottom: 20px;
  border: 1px solid #C1C1C1;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2; }
  .circle:hover .circle-inside{
    background: #F0BF6B; }

.info > *:not(:last-child) .circle::before {
  content: '';
  position: absolute;
  width: 300px;
  border-top: 2px dashed #C1C1C1;
  left: 100%;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.circle-inside {
  background: #7A7A7A;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px; }

.info svg {
  width: 50px;
  height: 50px;
  fill: white; }

.pulse {
  -webkit-box-shadow: 0 0 0 rgba(240, 191, 107, 0.4);
          box-shadow: 0 0 0 rgba(240, 191, 107, 0.4); }

.circle:hover .pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 191, 107, 0.8);
            box-shadow: 0 0 0 0 rgba(240, 191, 107, 0.8); }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(240, 191, 107, 0);
            box-shadow: 0 0 0 50px rgba(240, 191, 107, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 191, 107, 0);
            box-shadow: 0 0 0 0 rgba(240, 191, 107, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 191, 107, 0.8);
            box-shadow: 0 0 0 0 rgba(240, 191, 107, 0.8); }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(240, 191, 107, 0);
            box-shadow: 0 0 0 50px rgba(240, 191, 107, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 191, 107, 0);
            box-shadow: 0 0 0 0 rgba(240, 191, 107, 0); } }

.services-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .services-wrap > *:not(:nth-child(3)) {
    margin-right: 40px; }
  .services-wrap .item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(240, 191, 107, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(240, 191, 107, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-bottom: 1px solid #F0BF6B; }
    .services-wrap .item:hover {
      -webkit-box-shadow: 0 14px 28px rgba(240, 191, 107, 0.25), 0 10px 10px rgba(240, 191, 107, 0.22);
              box-shadow: 0 14px 28px rgba(240, 191, 107, 0.25), 0 10px 10px rgba(240, 191, 107, 0.22); }
    .services-wrap .item svg {
      fill: #F0BF6B;
      width: 60px;
      height: 60px; }
      .services-wrap .item svg.fabric {
        width: 50px;
        height: 50px; }
      .services-wrap .item svg.closet {
        width: 70px;
        height: 70px; }
    .services-wrap .item p {
      text-transform: uppercase;
      margin-left: 20px; }

.work-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 80px; }
  .work-order > * {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    height: 280px;
    text-align: center;
    outline: 1px solid rgba(240, 191, 107, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative; }
    .work-order > *:nth-child(1) {
      background: url("../../static/images/general/image1.jpg");
      background-size: cover; }
    .work-order > *:nth-child(2) {
      background: url("../../static/images/general/image2.jpg");
      background-size: cover; }
    .work-order > *:nth-child(3) {
      background: url("../../static/images/general/image3.jpg");
      background-size: cover; }
    .work-order > *:nth-child(5) {
      background: url("../../static/images/general/image4.jpg");
      background-size: cover; }
    .work-order > *:nth-child(8) {
      background: url("../../static/images/general/image5.jpg");
      background-size: cover; }
    .work-order > *:nth-child(4) {
      background: url("../../static/images/general/image6.jpg");
      background-size: cover; }
    .work-order > *:nth-child(6) {
      background: url("../../static/images/general/image7.jpg");
      background-size: cover; }
    .work-order > *:nth-child(7) {
      background: url("../../static/images/general/image8.jpg");
      background-size: cover; }
    .work-order > *::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.5); }
    .work-order > *:hover {
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
              box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      z-index: 2;
      position: relative; }
    .work-order > *:hover::before {
      background: transparent; }
    .work-order > * .block {
      padding: 20px 40px;
      background: white;
      position: relative;
      z-index: 1;
      height: 110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }

.number-wrap {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  z-index: 2; }
  .number-wrap span {
    display: block;
    background: #7A7A7A;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.bottom-contact {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px; }
  .bottom-contact > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bottom-contact > *:not(:nth-child(3)) {
      padding-right: 60px; }
    .bottom-contact > * svg {
      width: 20px;
      height: 20px;
      fill: #856B3E;
      margin-right: 15px; }

footer {
  background: #303030;
  padding: 20px 0; }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  footer a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    text-align: center; }
    footer a:hover {
      color: white; }

.about-block {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .about-block > * {
    margin-bottom: 30px; }

 
  .about-block p{
    font-size: 23px;
	  text-align:justify;
    
  }
.wp-block-table p{
  text-align: center;
  font-size: 30px;
}
.services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .services-block .image {
    height: 400px; }
    .services-block .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .services-block > * {
    width: 50%; }
    .services-block > *:not(:nth-child(2)) {
      padding-right: 30px; }
  .services-block .item-info {
    margin-top: -80px;
    background: white;
    position: relative;
    height: 300px;
    margin-right: 60px;
    margin-left: 60px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 5px 38px rgba(83, 83, 83, 0.1), 0 10px 30px rgba(83, 83, 83, 0.1);
            box-shadow: 0 5px 38px rgba(83, 83, 83, 0.1), 0 10px 30px rgba(83, 83, 83, 0.1); }
    .services-block .item-info .line {
      width: 80px;
      height: 2px;
      background: #F0BF6B;
      margin-bottom: 20px; }
  .services-block .btn {
    padding: 10px 20px; }

.line {
  width: 80px;
  height: 2px;
  background: #F0BF6B;
  margin-bottom: 20px; }

h4, .work-name{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;

  margin-top: 0; }

  .services-block h4{
      text-align: center;
  padding:0 20px;
  }

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
	margin-bottom:60px;
  display: flex;
  justify-content:center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .price-block > * {
    width: 33%;
    line-height: 1.6; }

.download {
  padding: 80px; }
  .download .btn {
    padding: 10px 20px; }

.contact-block .block p {
  margin-bottom: 30px; }

.contact-block .block-phone .item {
  margin-bottom: 30px; }

.contact-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contact-block .container > * {
    width: 33%;
    padding: 0 40px; }

.contact-block svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  fill:#856B3E;
  margin-right: 15px; }

.contact-block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contact-head h1 {
  padding-bottom: 20px; }

.image-parallax {
  height: 400px; }
  .image-parallax.contact-img {
    background: url("../../static/images/general/parallax3.jpg");
	  background-size: cover;
    background-attachment: fixed; }
  .image-parallax.price-img {
    background: url("../../static/images/general/parallax1.jpg");
	  background-size: cover;
    background-attachment: fixed; }
  .image-parallax.about-img {
    background: url("../../static/images/general/parallax2.jpg");
	  background-size: cover;
    background-attachment: fixed; }
  .image-parallax.reviews-img {
    background: url("../../static/images/general/parallax4.jpg");
	  background-size: cover;
    background-attachment: fixed; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.mobile-menu {
  display: none; }

@media screen and (max-width: 1200px) {
	.wp-block-table{
	
	overflow:hidden;
}

.wp-block-table table{
	overflow:scroll;
	display:block;
}
  .wpcr3_div_2{
    width:100%!important;
  }
  .image-parallax {
    height: 400px; }
    .image-parallax.contact-img {
      background-attachment: unset;
      background-size: cover; }
    .image-parallax.price-img {
      background-attachment: unset;
      background-size: cover; }
    .image-parallax.about-img {
      background-attachment: unset;
      background-size: cover; }
    .image-parallax.reviews-img {
      background-attachment: unset;
      background-size: cover; }
  .hamburger {
    display: block; }
  .mobile-wrap {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px; }
  .mobile-menu {
    display: block;
    position: fixed;
    right: -200%;
    bottom: 0;
    top: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    background: white; }
    .mobile-menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .mobile-menu.active {
    width: 100%;
    right: 0;
    z-index: 5; }
  header .items-wrap {
    display: none; }
  header {
    z-index: 10 !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header.main-header {
      background: rgba(255, 255, 255, 0.8); }
  .mobile-wrap a {
    color: #171414;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative; }
  .arrow-block {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .sub-menu {
    display: none; }
  .sub-menu.active {
    display: block; }
  .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0f0f0f transparent transparent transparent; }
  .work-order > * .block {
    padding: 20px; }
  .download {
    padding: 0; }
  .price-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 60px; }
    .price-block > * {
      margin-bottom: 30px; }
    .price-block .line {
      margin: 0 auto; }
  .price-block > * {
    width: 100%;
    max-width: 340px;
    line-height: 1.6; }
  .contact-block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-block .container > * {
    width: 100%;
    padding: 0; } }

@media screen and (max-width: 992px) {
  .contact-block {
    padding-bottom: 60px; }
  .services-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .services-wrap .item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .info > * {
    margin-bottom: 30px; }
  .info > *:not(:last-child) .circle::before {
    display: none; }
  .work-order > * {
    width: 33.3%; }
  .main-slider h1 {
    text-align: center; } }

@media screen and (max-width: 768px) {
	.services-block > *{
		width:100%;
	}
  .post-page{
    flex-direction: column;
  }
  .work-order > * {
    width: 100%; }
  .bottom-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .bottom-contact > *:not(:nth-child(3)) {
    padding-right: 0;
    margin-bottom: 20px; }
  .logo h5 {
    font-size: 28px; }
  .main-slider h1 {
    font-size: 40px;
    padding: 0; }
  .content-wrapper h1 {
    font-size: 40px; }
  h3 {
    font-size: 25px; }
  h2 {
    font-size: 35px; }
  .about-main {
    font-size: 20px; } }

