/* Ленивый рендеринг */
.laziness {
        content-visibility: auto;
        contain-intrinsic-size: 1100px; 
    }
/* Шрифт */
body {
    font-size:16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
h1{font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:800; }
h2{font-family:Arial, Helvetica, sans-serif; font-size:22px; font-weight:600; }
h3{font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:700; }
h4{font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:600; }
h5{font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:700; }
h6{font-family:Arial, Helvetica, sans-serif; font-weight:700; }
/* Отключаю стиль font-awesome.min.css усеченный шрифт тут:*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';font-display: swap;src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-times:before{content:"\f00d"}.fa-clock-o:before{content:"\f017"}.fa-phone:before{content:"\f095"}.fa-bars:before{content:"\f0c9"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
/* Убираем отступы на малых экранах */
@media screen and (max-width: 345px) {
div#sp-component {
    padding-right: 2px;
    padding-left: 2px;
}
}
/* Фон капель */
div.landscape {
  width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}
div.glass  {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}

@-webkit-keyframes eye-focus {
  0% {
    -webkit-filter: blur(0);
  }
  100% {
    -webkit-filter: blur(10px);
  }
}
@-webkit-keyframes focus-shift {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.01)
  }
}

.landscape {
  background: url(/images/template/water-texture1.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(1em);
  animation: eye-focus 3s ease-in infinite alternate, 
  focus-shift 3s ease-in infinite alternate;

}
.glass {
  background: url(/images/template/glass_droplets.jpeg);
  filter: blur(0);
  animation: eye-focus 3s ease-in infinite 3s alternate, 
  focus-shift 3s ease-in infinite alternate;
  opacity: 0.4;
}
.flashing-drops {
    margin: 0;
}

/* Логотип Ютуба и Инстаграмма*/
.youtub {
    position: initial;
    top: 50%;
    width: 150px;
} 
.youtubimg {
    height: 30px;
    /* width: 85px; */
    display: block;
    float: left;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
.youtub {
    top: -5px;
    left: 0;
}
} 

/* Кастомизация меню */
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
   padding: 0 12px;
   font-weight: 600;
   color: #ffef2a;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
   z-index: 999;
}
#sp-title {
    min-height: 0;
    z-index: 10;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #18743d;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #ffffff;
    background-image: linear-gradient(rgb(123, 249, 50), rgb(23, 116, 61));
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    color: #ffef2a;
    padding: 3px 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    background-image: linear-gradient(rgb(123, 249, 50), rgb(23, 116, 61));
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #ffffff;
    background-image: linear-gradient(rgb(123, 249, 50), rgb(23, 116, 61));
}
@media screen and (max-width: 1199px) and (min-width: 999px) {
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
   padding: 0 5px;
   font-weight: 500;
  }
}
/* Модуль[хлебные крошки] */
.breadcrumb {
    font-weight: 600;
    margin-bottom: 0px;
}
/* Модуль цены */
.element.element-joomlamodule {
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 10px;
}
.priceblock-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.priceblock-bl {
    width: 32.3%;
    flex-grow: 1;
    margin: 10px 0.5%;
    box-shadow: 1px 1px 5px 1px #0d210d;
    padding: 10px;
    background: #267437;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.priceblock-bl {
    width: 49%;
 }
}
@media screen and (max-width: 767px) {
.priceblock-bl {
    width: 99%;
 }
}
/* Модуль работаем в городах*/
.regionwork {
    background: #fdf300;
    padding: 10px 0 1px;
}
.regionwork p {
    font-size: 1em;
    text-align: center;
}
/* Кнопка наверх */
.scrollup {
    width: 45px;
    height: 45px;
    opacity: 0.4;
    position: fixed;
    bottom: 50px;
    left: 70px;
    display: none;
    text-indent: -9999px;
    background: url(/images/icons/icon_top.png) no-repeat;
    border: 0px solid #ddd;
}
/* Убираю лишнее над и под слайдером */
.sp-module {
    margin-top: 0px;
}
#sp-main-body {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
#sp-main-body {
    padding: 10px 0;
 }
  .scrollup {
    bottom: 40px;
    left: 30px;
    z-index: 9999;
}
} 
.sliderhome {
    height: 30%;
    min-height: 250px;
}
/* УМодуль направления деятельности */
.slider-container {
    background: url(/images/template/border-eff.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 225px;
    margin: 0px -2px 0px -2px;
}
.slider {
    margin: 10px;
}
.slider > p.title {
    text-transform: uppercase;
    text-align: center;
    color: #fff200;
    font-size: 2.2rem;
    font-family: "MC";
    font-weight: bold;
    letter-spacing: 1px;
}
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li {
    border: 2px solid #fff200;
    margin: 5px 10px;
    display: flex;
    width: 30%;
    height: 110px;
    text-align: center;
    background: #fff url(/images/template/border-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li p {
    color: #18743d;
    font-family: "MC";
    font-size: 1.4rem;
    text-transform: uppercase;
}
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li >div {
    margin: auto;
}
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li:hover p a {
    color: #fff;
    font-size: 20px;

}
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li:hover {
    background: #18743d url(/images/template/border-btn.png);
    background-repeat: no-repeat;
}
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li p a {
    color: #18743d;
    text-decoration: none;
}
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li {
    border: 2px solid #fff200;
    margin: 5px 10px;
    display: flex;
    width: 30%;
    height: 110px;
    text-align: center;
    background: #fff url(/images/template/border-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li {
    width: 90%;
}
} 
@media screen and (max-width: 1199px) and (min-width: 992px) {
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li:hover p a {
    font-size: 16px;

}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
.slider ul.zoo-item-list.zoo-list.jbuniversal-catalog.row li:hover p a {
    font-size: 14px;

}
}
/* Модуль Цены-качество-сроки */
.booms {
    margin: 10px 0px;
}
.boom {
    text-align: justify;
    padding: 5px;
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.boom p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
}
.boom img {
    margin: auto;
}
/* Модуль Мы строим колодцы */
.row.main-3 {
    background: #d4fdff;
    font-size: 18px;
    font-weight: 400;
  }
@media screen and (min-width: 768px) {
.row.main-3 {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
.row.main-3 {
    padding: 10px;
  }
}
/* Блок колодцы профессия */
@media screen and (min-width: 768px) {
.bg-blue h3{
   color: #18743d;
   text-align: center;
   background: url(/images/template/h3-boom.png);
   background-repeat: no-repeat;
   background-size: cover;
   padding: 30px 85px;
   display: table;
   margin: 30px auto;
   font-family: 'MB';
   text-transform: uppercase;
   }
}
@media screen and (max-width: 767px) {
.bg-blue h3 {
    color: #18743d;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: table;
    margin: 30px auto;
    font-family: 'MB';
    text-transform: uppercase;
   }
}
/* content */
.item-title {
    text-align: center;
    font-size: 1.5em;
}
.item-title a {
    color: #18743d;
}
.item-title a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
/* Конртент список */
.olli {
    z-index: 2;
}
.olli ol {
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 5px;
    color: rgb(100,100,100);
}
.olli ol li:before {
content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 2px;
    color: #fff;
    background: #006838;
    font-weight: bold;
    text-align: center;
    border-radius: .9em;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.olli ol li:hover:before {
    background-color: #2ecc71;
}
.olli ol li:after {
position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(203, 203, 203);
    z-index: 0;
}
.olli ol li {
    position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.video-right {
   margin: 0px 10px 10px 10px;
   float: right;
   z-index: 10;
   position: relative;
   text-align: center;
   border: 1px solid #17743d;
   background-color: #18743d;
}
.video-left {
   margin: 0px 10px 10px 10px;
   float: left;
   z-index: 10;
   position: relative;
   text-align: center;
   border: 1px solid #17743d;
   background-color: #18743d;
}
.video-right p,
.video-left p {
   font-size: large;
   font-weight: 600;
   margin: 10px 0;
   color: #ffef2a;
  max-width: 390px;
}
@media screen and (max-width: 650px) {
 .video-left {
   float: none;
   }
.video-right {
   float: none;
   }
}
.image-right {
   margin: 0px 10px 10px 10px;
   float: right;
   width: 45%;
   height: auto;
}
.image-left {
   margin: 0px 10px 10px 10px;
   float: left;
   width: 45%;
   height: auto;
}
@media screen and (max-width: 650px) {
 .image-left {
   float: none;
   width: 100%;
   margin: auto;
   }
.image-right {
   float: none;
   width: 100%;
   margin: auto;
   }
}
.video-midle {
font-size: large;
font-weight: 600;
margin: 10px 0;
color: #ffef2a;
}
.video-midle1 {
text-align: center;

}
.video-midle2 {
    display: inline-block;
    margin: 10px;
    border: 1px solid #17743d;
    background-color: #18743d;
    width: 95%; 
}
@media screen and (min-width: 767px) {
.video-midle1 {
display: flex;
padding-left: 10%;
padding-right: 10%;
  }
.video-midle2 {
    width: 50%; 
  }  
}
.pull-left {
    margin-right: 10px;
}
/* Футер */
.footermenu {
   text-align: left;
}
#sp-footer {
    background-color: #17743d;
}
/* Блок ПОЗВОНИТЬ на мобильных */
.footerbutton {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #f5882a;
    text-align: center;
    font-size: 24px;
    z-index: 9999;
}
.footerbutton p {
    color: #fff;
    margin-top: 2px;
    margin-bottom: -5px;
}
.footerbutton a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}
 .number-left  {
    float: left;
    border: 2px solid #3df9f5;
    border-radius: 50px;
    width: 49%;
    margin-top: 5px;
    background: #17743d;
}

 .number-right  {
    float: right;
    border: 2px solid #3df9f5;
    border-radius: 50px;
    width: 49%;
    margin-top: 5px;
    background: #17743d;
}
/* Стиль Таблиц цен септиков и скважин*/
.septikprice table {
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
.septikprice table thead tr {
    border: 1px solid #17743d;
    text-align: center;
}
.septikprice table tbody tr td {
    border: 1px solid #17743d;
    padding: 5px;
    vertical-align: middle;
}
.septikprice table tbody tr:nth-child(2n) {
    background: rgba(2,169,234,.05);
}
.septikprice table tbody tr {
    border: 1px solid #17743d;
    text-align: center;
}
.septikprice table thead tr td {
    background: #17743d;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    vertical-align: middle;
}
.septikprice table tbody tr td:nth-child(1) {
    width: 15.75%;
}
.septikprice table tbody tr td:nth-child(3) {
    width: 10.75%;
}
.septikprice table tbody tr td:nth-child(4) {
    width: 10.75%;
}
.septikprice table tbody tr td:nth-child(5) {
    width: 10.75%;
}
.septikprice table tbody tr td p {
    transition: all .4s linear;
    color: #322f6b;
    font-size: 12pt;
    text-transform: uppercase;
}
.septikprice table tbody tr td img {
    transition: all .4s linear;
    height: 50px;
    width: 50px;
	display: inline;
	border-radius: 10px;
}
.septikprice img:hover {
  transform: scale(4.2);
  -webkit-transform: scale(4.2);
  margin-right: -200px;
}
#sp-header {
    background: #267437;
}
#sp-component {
    background: #fffff2;
}

@media (min-width: 1200px) {
.logo img {
    min-width: 290px;
 }
} 
.sp-contact-info li {
    font-size: 100%;
    font-weight: 700;
}

.sp-contact-info a {
    color: #0b091c;
}
.slider>p.title {
    font-size: 1.5rem;
}