/*Обнуление*/
*{
  padding: 0;
  margin: 0;
  border: 0;
}
*,*:before,*:after{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/

@font-face {
  font-family: 'Gotham Black Pro';
  src: url('../fonts/GothamPro-Black.eot');
  src: local('../fonts/Gotham Pro Black'), local('GothamPro-Black'),
  url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamPro-Black.woff2') format('woff2'),
  url('../fonts/GothamPro-Black.woff') format('woff'),
  url('../fonts/GothamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Panton Regular';
  src: url("../fonts/Panton-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 0.5em;
  background-color:#66D4F5;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #BFE24D;
  outline: 1px solid #BFE24D;
}

body{
  font-family: 'Panton Regular'!important;
  color:#5C5C5C;
  font-size: calc(0.3vw + 12px)!important;
  line-height: calc(0.5vw + 18px)!important;
  background-color: #EDEDED!important;
  text-rendering: optimizeLegibility;
  padding-top:50px;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Gotham Black Pro';
  font-size: calc(1.2vw + 16px)!important;
  line-height: calc(2vw + 22px)!important;
}

.img-s{
  width:100%;
}

.center{
  text-align: center;
}

.main__container{
  width:80%;
  margin:0 auto;
}

.mobile__nav__grid{
    display: grid;
    grid-template-columns: 5% 80% 15%;
    color:#fff;
}

.nav__phone{
    text-align: right;
}

.nav__phone__link{
    color:#fff;
    background-color: #BFE24D;
    padding:5px 10px;
    border-radius: 4px;
    text-align: center;
    margin-top:5px;
}

.nav__logo{
  margin-top:5px;
}

.white{
  color:#fff;
  text-shadow: 1px 1px 2px #111, 0 0 1em #ccc; /* Параметры тени */
}

.inpt{
  padding:10px!important;
  border-radius: 8px!important;
  border:none!important;
}

.btncustom{
  padding:15px!important;
  border-radius: 8px!important;
  border:none!important;
  background-color: #BFE24D!important;
  color:#fff!important;
  transition-duration: 0.5s;
}

.btncustom:hover{
  background-color: #66D4F5!important;
  color:#fff!important;
  transition-duration: 0.5s;
}

.btncustom2{
  padding:15px!important;
  border-radius: 8px!important;
  border:none!important;
  background-color: #66D4F5!important;
  color:#fff!important;
  transition-duration: 0.5s;
}

.btncustom2:hover{
  background-color: #BFE24D!important;
  color:#fff!important;
  transition-duration: 0.5s;
}

.main__header{
  position:relative;
  background-image: url("../images/header-bg.png");
  background-position: top center;
  background-size: cover;
  width:100%;
}

.relative{
  display: grid;
  grid-template-columns:18% 82%;
}

.metka{
  width:20%;
  position:absolute;
  cursor: pointer;
}

.metka2{
  position:absolute;
  cursor: pointer;
  height:50px;
}

.metka1{
  bottom:38%;
  left:28.2%;
}

.metka2{
  bottom:35%;
  left:37%;
}

.metka3{
  bottom:35%;
  right:16%;
}

.metka4{
  bottom:40%;
  right:2%;
}

.metka5{
  bottom:35%;
  right:35%;
}

.metka6{
  bottom:36%;
  right:25%;
}

.metka7{
  bottom:53%;
  right:25%;
}

.metka8{
  top:38%;
  left:45%;
}

.metka9{
  top:20%;
  left:45%;
}

.metka-icon{
  font-size:3vw!important;
  padding:0px!important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  animation: pulse 2.5s infinite;
  border-radius:50%;
  color:#BFE24D;
}

.metka__nav{
  z-index:1;
}

.metka__name{
  font-size: calc(0.3vw + 12px)!important;
  line-height: calc(0.5vw + 18px)!important;
  min-width: 100%;
  visibility:hidden;
  opacity: 0;
  transition-duration: 0.5s;
  z-index:2;
  padding-top:20px;
}
.plashka{
  background-color: #EDEDED;
  border-radius: 8px;
  padding:15px;
  text-align: center;
  height:30px;
}
.metka__nav:hover ~ .metka__name{
  visibility: visible;
  opacity:1;
  transition-duration: 0.5s;
}

@keyframes pulse {
  0% {
    transform: scale(0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
  }

  50% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.blue{
  color:#66D4F5;
}

.metka-blue{
  color:#66D4F5;
  transition-duration: 0.5s;
}
.metka-blue:hover{
  color:#BFE24D;
  transition-duration: 0.5s;
}

.pr__grid{
  display: grid;
  grid-template-columns: 31.333% 31.333% 31.333%;
  grid-gap: 2%;
}

.pr__item{
  border:1px solid #f6f6f6;
  border-radius: 8px;
  padding:10px;
  display: grid;
  grid-template-columns: 40% 60%;
}

.icon{
  width:90%;
}

.ht{
  font-family: 'Gotham Black Pro';
  font-weight: bold;
}

.vitrina__ht{
  min-height: 32px;
}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}

.tab__grid{
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
}

.grid50{
  display: grid;
  grid-template-columns: 50% 50%;
}

.left{
  text-align: left;
}

.podrobnee{
  font-size: calc(0.3vw + 9px);
}

.tabs__caption li{
  font-family: 'Gotham Black Pro';
  background-color: #66D4F5;
  padding:20px 20px;
  color:#fff;
  transition-duration: 0.5s;
  cursor:pointer;
}


.tabs__caption li.active{
  background-color: #BFE24D;
  color:#5C5C5C;
  transition-duration: 0.5s;
}

.uslugi__grid{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.vitrina{
  opacity:1;
  transition-duration: 0.5s;
}

.vitrina:hover{
  opacity:0.7;
  transition-duration: 0.5s;
}

.about{
  background-image: url("../images/about-bg2.png");
  background-position: top center;
  background-size: cover;
  padding-top:40px;
}

.about__grid{
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap:4%;
}


.img__about{
  position:relative;
}

.about__img__count{
  position:absolute;
  bottom:-40px;
  left:0;
  width:100%;
  z-index:1;
  display: block;
}

.divider{
  position: relative;
  display: block;
  z-index:3;
  margin-top:-40px;
}

.main__form{
  background-color: #66D4F5;
  color:#fff;
  z-index:3;
  position: relative;
}

.hidden__phone{
  display:block;
}

.hidden__desktop{
  display:none;
}

.hidden__block{
  display:none;
}

.question__grid{
  display:grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap:3%;
}

.question{
  background-color: #E7E7E7;
  border-radius: 10px;
  padding:10px 20px;
  margin-top:20px;
}

.green__bg{
  position: relative;
  background-color: #BFE24D;
}


/* СЛАЙДЕР  */

.slider {
  position: relative;
  overflow: hidden;
}
.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}
.slider__item {
  flex: 0 0 25%;
  max-width: 100%;
}

.slide__item{
  width:85%;
  margin: 0 auto;
  background-color: #f6f6f6;
  background-image: url("../images/otzivi-bg.png");
  background-size: cover;
  padding:15px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(34, 60, 80, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(34, 60, 80, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(34, 60, 80, 0.1);
  transition-duration: 0.5s;
  font-size: calc(0.3vw + 9px);
  font-style: italic;
}

.slide__item:hover{
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  transition-duration: 0.5s;
}

.map__work__grid{
  display: grid;
  grid-template-columns: 50% 50%;
}

.work__map{
  position:relative;
  background-image: url("../images/map.png");
  background-size: 100% 100%;
}

.metka_work2{
    top:47%;
    left:32%;
}
.metka_work1{
    top:36%;
    left:22%;
}
.metka_work3{
    top:58%;
    left:24%;
}
.metka_work4{
    top:20%;
    left:28%;
}
.metka_work5{
    top:27%;
    left:10%;
}
.metka_work6{
    top:11%;
    left:47%;
}
.metka_work7{
    top:46%;
    left:53%;
}

.galery__grid{
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-gap:2%;
}

.galery__grid img{
  border-radius: 10px;
  opacity:0.8;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(34, 60, 80, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(34, 60, 80, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(34, 60, 80, 0.1);
  transition-duration: 0.5s;
}

.galery__grid img:hover{
  opacity:1;
  -webkit-box-shadow: 1px 1px 4px 5px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 1px 1px 4px 5px rgba(34, 60, 80, 0.3);
  box-shadow: 1px 1px 4px 5px rgba(34, 60, 80, 0.3);
  transition-duration: 0.5s;
}

.site-footer{
  background-color: #333;
  color:#fff;
  padding-top:30px;
}

.site-footer a:hover{
  color:#0193C5;
  transition-duration: 0.3s;
}

.footer__grid{
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
}

@media (max-width:1025px){
   .slider__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.slider__control {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #fff;
  text-align: center;
  opacity: 1;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(102,212,245, 1);
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.8;
}

.slider__control_left {
  left: 0px;
  border-radius: 8px 0px 0px 8px;
}

.slider__control_right {
  right: 0;
  border-radius: 0px 8px 8px 0px;
}

.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.otziv{
  min-height: 150px;
}

.checkbox{
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 60px;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s;
}
.checkbox:checked + label:before {
  background: #66D4F5;
}
.checkbox:checked + label:after {
  left: 26px;
}

input[type=range] {
  -webkit-appearance: none; /* Скрывает слайдер, чтобы можно было создать свой */
  width: 100%; /* Указание параметра ширины требуется для Firefox. */
  background-color:transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent; /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
  border-color: transparent;
  color: transparent;
}

/* Специальные правила для браузеров на движках WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #BFE24D;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #BFE24D;
  cursor: pointer;
  margin-top: -14px; /* Вам нужно указать значение для поля в Chrome, но в Firefox и IE это происходит автоматически */
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.75); /* Добавляем классные эффекты для слайдера! */
}

/* Тоже самое для Firefox */
input[type=range]::-moz-range-thumb {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.75);
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #66D4F5;
  cursor: pointer;
}

/* Тоже самое для IE */
input[type=range]::-ms-thumb {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.75);
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #66D4F5;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #66D4F5;
  border-radius: 2px;
  border: 0.2px solid #FFF;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #66D4F5;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #FFF;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #FFF;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
  background: #FFF;
}
input[type=range]::-ms-fill-upper {
  background: #FFF;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #FFF;
}

.calc__grid{
  display: grid;
  grid-template-columns: 50% 50%;
}

.calc-row{
  display: grid;
  grid-template-columns: 50% 50%;
}

.calc-row3{
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
}

.col-4{
  padding:10px 5px;
}
.col-3{
  padding:10px 5px;
}


.sum{
  font-family: 'Gotham Black Pro';
  font-weight: bold;
  color:#BFE24D;
  font-size: calc(1vw + 16px);
}

.sum2{
  font-family: 'Gotham Black Pro';
  font-weight: bold;
  color:#BFE24D;
  font-size: calc(1vw + 16px);
  line-height:calc(2vw + 18px);;
}

.mini__btn{
  background-color: #BFE24D;
  padding:5px 10px;
  color:#fff!important;
  border-radius:2px;
  transition-duration: 0.5s;
}

.mini__btn:hover{
  background-color: #66D4F5;
  transition-duration: 0.5s;
}

.haraceristik{
  text-align: left;
  width:70%;
  margin: 0 auto;
}

.haraceristik2{
  text-align: left;
  width:90%;
  margin: 0 auto;
  font-size: calc(0.2vw + 11px);
}

.tovar__name{
  font-family: 'Gotham Black Pro';
  text-align: center;
}

.haraceristik2 li{
  list-style-type: square;
}

/* Стили для подложки */

.voda__overlay {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 101;
  transition: .5s all;
}
.voda__modal {
  opacity: 0;
  visibility: hidden;
  width: 80%;
  max-width: 600px;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  -webkit-box-shadow: 22px 25px 26px -5px rgba(0,0,0,0.46);
  -moz-box-shadow: 22px 25px 26px -5px rgba(0,0,0,0.46);
  box-shadow: 22px 25px 26px -5px rgba(0,0,0,0.46);
  text-align: center;
  padding: 30px 10px;
  border-radius:8px;
  border:0px transparent;
  background-color: #fff;
  transition-duration: 0.5s;
}
.voda__modal.modal__active,
.voda__overlay.modal__active{
  opacity: 1;
  visibility: visible;
}
.voda__modal.modal__active{
  top: 45%;
  transition-duration: 0.5s;
}
.modal__cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #444;
  cursor: pointer;
}


.v__grid{
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
}

.v__grid2{
  display: grid;
  grid-template-columns: 50% 50%;
}

.v_block{
  margin:1.5%;
  border-radius: 15px;
  background-color:#fff;
  padding:2%;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  transition-duration:0.5s;
}

.v_block:hover{
  -webkit-box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.4);
  -moz-box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.4);
  box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.4);
  transition-duration:0.5s;
}

.grid25{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.header-kolodci{
  background-image: url("../images/kolodci-bg.jpg");
  background-position: top center;
  background-size: cover;
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
}

.city__code{
  font-family: 'Gotham Black Pro';
  font-size: calc(1vw + 14px);
  font-weight: bold;
  color:#BFE24D;
  text-shadow: 1px 1px 2px #000, 0 0 1em #fff;
}

.city__code2{
  font-family: 'Gotham Black Pro';
  font-size: calc(0.5vw + 14px);
  font-weight: bold;
  color:#BFE24D;
}

.phone__number{
  font-family: 'Gotham Black Pro';
  font-size: calc(2vw + 14px);
  font-weight: bold;
  color:#66D4F5;
  text-shadow: 1px 1px 2px #000, 0 0 1em #fff;
}

.messenger{
  font-size: calc(2vw + 14px);
}
.whatsapp{
  color:#00E676;
}
.telegram{
  color:#27A4E5;
}
.skype{
  color:#02B2ED;
}

.main-navigation{
  background-color: #0193C5;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  min-height: 50px;
  z-index:20;
}

.nav-menu{
  position:relative;
  display:flex;
  justify-content:space-between;
  padding:10px 0;
  text-align:center;
  width:90%;
  margin:0 auto!important;
}

.nav-menu a{
  color:#fff!important;
}

.current-menu-item a{
  color:#BFE24D!important;
  border-bottom:1px solid #BFE24D;
}

.minicon__grid{
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
}

.padding__modal{
  padding: 20px 20px;
}

.grid30{
  display: grid;
  grid-template-columns: 30% 70%;
}

.o-blue{
  display: inline-block;
  text-align: center;
  width:28px;
  height:28px;
  background-color: #3A95DB;
  color:#fff;
  border-radius: 100%;
}

.number{
  font-family: 'Gotham Black Pro';
  display: inline-block;
  text-align: center;
  width:70px;
  height:70px;
  padding:20px 20px;
  background-color: #3A95DB;
  color:#fff;
  border-radius: 100%;
  font-size: calc(1.5vw + 14px);
  float:left;
  margin-right:10px;
  margin-top: 20px;
}

.number2{
  font-family: 'Gotham Black Pro';
  display: inline-block;
  text-align: center;
  width:80px;
  height:80px;
  padding:25px 20px;
  background-color: #66D4F5;
  color:#fff;
  border-radius: 100%;
  font-size: calc(1.5vw + 18px);
  float:left;
  margin-right:10px;
  margin-top: 10px;
}

.phone__number2{
  font-family: 'Gotham Black Pro';
  font-size: calc(1vw + 18px);
  font-weight: bold;
  color:#66D4F5;
}

.inpt{
  background-color: #f6f6f6;
  padding:20px;
  width:80%;
}

.input{
  padding:15px!important;
  border-radius: 6px!important;
  border:none!important;
}

.site-info a{
  color:#fff!important;
}

.tab__grid2{
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  text-align: center;
}

.tovari__grid{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.work__content{
  padding-top:10%;
}

.main__phone{
  position:absolute;
  top:20px;
  right:20px;
}

.main__logo__count{
  position:absolute;
  top:0;
  left:0px;
}
.avatar{
  width:40%;
  border-radius: 100%;
  margin:20px 0;
}
.otziv__header{
  font-size: calc(0.5vw + 12px)
}
.mobile__panel{
  display: none;
}
.header-other{
  display: grid;
  grid-template-columns: 20% 50% 30%;
}
.grid__other{
  display: grid;
  grid-template-columns: 40% 60%;
}
.grid__price{
  display: grid;
  grid-template-columns: 80% 20%;
  background-color: #fff;
  border-radius: 10px;
  padding:10px;
}

.price__right{
  border-left:1px dashed #ccc;
  border-top:1px dashed #ccc;
  border-right:1px dashed #ccc;
  padding:20px;
}

.price__left{
  border-top:1px dashed #ccc;
  border-right:1px dashed #ccc;
  padding:20px;
}

.price__bottom{
  border-bottom:1px dashed #ccc;
}

.wrap_196d{
  position: fixed;
  bottom:50px!important;
  right:0;
}

.footer__grid a{
  color:#fff!important;
}
.footer__grid a:hover{
  color:#0193C5!important;
  text-decoration: underline;
}
.small__text{
  font-size: calc(0.3vw + 10px);
}
.blue__link{
  color:#66D4F5!important;
}

.map__grid{
  display:grid;
  grid-template-columns:70% 30%;
}

.akcia__grid{
  display:grid;
  grid-template-columns:25% 50% 25%;
}

.price__grid{
  display:grid;
  grid-template-columns:15.666% 15.666% 15.666% 15.666% 15.666% 15.666%;
  grid-gap:1%;
  font-size:calc(0.2vw + 12px);
  font-weight:400!important;
}

.main__container2{
    width:98%;
    margin:0 auto;
}

.spoiler-trigger{
  color: #fff;
  text-decoration: none;
  padding-left: 15px!important;
  background-position: 0 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8hiJ0TaQrwuY2kDNINwnmcKLchO5LuHWEwgkAlO5FBwhFaI8AAAAASUVORK5CYII=) no-repeat 5% 50%;
}
.spoiler-trigger.active{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKklEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8DRRhcxvIGTSyjqDvCIUTAEcINQcERZkIAAAAAElFTkSuQmCC);
}
.spoiler-trigger>span{
  padding:0 10px;
}
.spoiler-trigger:hover>span{
  border-bottom-style: solid;
}
.spoiler-block{
  display: none;
}


.sticky{
  background-color:#EDEDED;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.tabs__caption2 li{
    padding:10px!important;
}
.tabs__caption2 li a{
    color:#fff;
}
.tabs__caption2 li.active a{
    color:#3d3d3d;
}

.icon__tab{
    width:20%;
}

.header-location{
    position: absolute;
    top: 70px;
    left: 1%;
    color: #000;
    font-size: 14px;
    z-index: 10;
    padding:10px 15px;
    background-color:#BFE24D;
    border-radius:5px;
}

.popover{
    pading-top:20px!important;
    width: 280px;
    left: 1%!important;
    text-align: center!important;
}

.header-location a{
    color: white;
    cursor: pointer;
}

.header-location a:hover{
    text-decoration: underline;
}

#modalLocationSelection ul{
    display:grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.grid__calc2{
  display:grid;
  grid-template-columns: 50% 50%;
}

.grid__calc3{
  display:grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
}

.block__relative{
  position: relative;
}

.tooltip2{
  position:absolute;
  top:40px;
  right:0;
  background-color: #f6f6f6;
  padding:5px 10px;
  visibility: hidden;
  transition: all 0.5s;
  z-index:2;
  border-radius: 10px;
  font-size: 14px;
  background-color: #66D4F5;
  color:#fff;
}

.tooltip__triger:hover .tooltip2{
  visibility: visible;
}

.messendger__icon{
  width:40px;
}

.main__form .inpt{
  width:30%!important;
  margin-right:3%;
}

.main__form .btn__big{
  width:27%!important;
  background-color:#BFE24D;
  border:none;
  transition-duration:0.3s;
  cursor:pointer;
}

.main__form .btn__big:hover{
  width:27%!important;
  background-color:#50C878;
  color:#fff;
  border:none;
  transition-duration:0.3s;
}


.voda__modal .btn__big{
  background-color:#BFE24D;
  border:none;
  transition-duration:0.3s;
  cursor:pointer;
}

.voda__modal .btn__big:hover{
  background-color:#50C878;
  color:#fff;
  border:none;
  transition-duration:0.3s;
}

.main__form .probel{
  display: none;
}

/*Бурение колодцев*/

.v_text{
  display:grid;
  grid-template-columns: 30% 70%;
}

.b_pr{
  display:grid;
  grid-template-columns: 24% 24% 24% 24%;
  gap:1%;
}

.b_pr2{
  display:grid;
  grid-template-columns: 32.333% 32.333% 32.333%;
  gap:1%;
}

.bur__pm{
  display:grid;
  grid-template-columns: 48% 48%;
  gap:2%;
}


/* Отопление*/

.otoplenie__uslugi__grid{
  display:grid;
  grid-template-columns:23% 23% 23% 23%;
  gap:2%;
}

.bordered__img{
  border-radius:20px;
}

.header-otoplenie{
  background-image:url('/wp-content/themes/voda-provod/assets/images/otoplenie/header-otoplenie.png');
  background-size:cover;
  position:relative;
}

.header__otoplenie__mask{
  position:relative;
  width:100%;
  z-index:1;
}

.header__other__otoplenie{
  position:absolute;
  top:50%;
  z-index:2;
  width:100%;
}

.otoplenie__grid2{
  display:grid;
  grid-template-columns:15.666% 15.666% 15.666% 15.666% 15.666% 15.666%;
  gap:1%;
}

.otoplenie__icon{
  width:90%;
  margin:10px 0;
}

.page-id-3068{
  background-color:#fff!important;
}

.grid3__otoplenie{
  display:grid;
  grid-template-columns:49% 49%;
  gap:1%;
}

.grid4__otoplenie{
  display:grid;
  grid-template-columns:18% 78%;
  gap:4%;
  background-color:#f6f6f6;
  border-radius:20px;
}

@media(max-width:1200px){
.otoplenie__grid2{
  display:grid;
  grid-template-columns:32.333% 32.333% 32.333%;
  gap:1%;
}
}

@media(max-width:900px){
.otoplenie__grid2{
  display:grid;
  grid-template-columns:49% 49%;
  gap:1%;
}
.otoplenie__uslugi__grid{
  display:grid;
  grid-template-columns:49% 49%;
  gap:1%;
}
.page-id-3068 .white__block{
  padding:0px;
}
.header-otoplenie{
  background-image:url('/wp-content/themes/voda-provod/assets/images/otoplenie/header-otoplenie-m.png');
  background-size:cover;
  position:relative;
  background-position:center top;
}
.header__other__otoplenie{
  position:relative;
  padding-top:50%;
  padding-bottom:10%;
  z-index:2;
  width:100%;
}
.grid3__otoplenie{
  display:grid;
  grid-template-columns:100%;
  gap:0;
}
.page-id-3068 .main__container{
  width:95%;
}
.grid4__otoplenie{
  display:grid;
  grid-template-columns:20% 78%;
  gap:2%;
  background-color:#f6f6f6;
  border-radius:20px;
  margin-bottom:10px;
  
}
}




@media(max-width:1600px){
  .main__container{
    width:90%;
    margin: 0 auto;
  }
  .menu{
    font-size: 14px;
  }
}

@media(max-width:1400px){
  .main__container{
    width:90%;
    margin: 0 auto;
  }
  .menu{
    font-size: 12px;
  }
}

@media(max-width:930px){
  body{
    padding: 40px 0;
  }
  .nav-menu{
    margin-top:35px!important;
  }
  .main-navigation{
    display: block;
    background-color:#0193C5;
    position: fixed;
    top:0;
    left:0;
    z-index:100;
    padding:10px 10px;
  }
  .mobile__nav__grid{
    display: grid;
    grid-template-columns: 10% 45% 45%;
    color:#fff;
  }
  .nav__phone{
    text-align: right;
  }
  .nav__phone__link{
    color:#fff;
    background-color: #BFE24D;
    padding:5px;
    border-radius: 4px;
    text-align: center;
    margin:0;
  }
  
.nav__logo{
  margin-top:-3px;
}

  .main__header{
    position:relative;
    background-image: url("../images/header-bg-m.png");
    background-position: top center;
    background-size: cover;
    width:100%;
  }
  .pr__grid{
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0%;
  }
  .uslugi__grid{
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .about__grid{
    display: grid;
    grid-template-columns: 100%;
    grid-gap:4%;
  }
  .grid25{
    display: grid;
    grid-template-columns: 100%;
  }
  .grid30{
    display: grid;
    grid-template-columns: 100%;
  }
  .hidden__phone{
    display:none;
  }
  .divider{
    display: block;
    z-index:2;
    margin-top:-10px;
  }
  .hidden__desktop{
    display:block;
  }
  .map__work__grid{
    display: grid;
    grid-template-columns: 100%;
  }
  .question__grid{
    display:grid;
    grid-template-columns: 100%;
  }
  .calc__grid{
    display: grid;
    grid-template-columns: 100%;
  }
  .lh{
    padding-left:60px;
    display: block;
  }
  .sum{
    font-family: 'Gotham Black Pro';
    font-weight: bold;
    color:#BFE24D;
    font-size: calc(2vw + 16px);
  }
  .sum2{
    font-family: 'Gotham Black Pro';
    font-weight: bold;
    color:#BFE24D;
    font-size: calc(2vw + 16px);
  }
  .v__grid{
    display: grid;
    grid-template-columns: 100%;
  }
  .grid50{
    display: grid;
    grid-template-columns: 100%;
  }
  .header-kolodci{
    display: grid;
    grid-template-columns: 100%;
  }
  .footer__grid{
    display: grid;
    grid-template-columns: 100%;
  }
  .podrobnee{
    font-size: calc(0.4vw + 12px);
  }
  .work__content{
    padding-top:0%;
  }
  .main__phone{
    position:relative;
    text-align: center;
    width:100%;
    top:0;
    right:0;
  }
  .main__logo__count{
    position:relative;
    padding-top:50%;
    top:0;
    left:0;
  }
  .metki__count{
    display: none;
  }
  .mobile__panel{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background-color: #0193C5;
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    text-align: center;
    z-index:100;
    padding:5px 0;
  }
  .bottom__icon{
    width:40%;
  }
  .tovari__grid{
    display: grid;
    grid-template-columns: 100%;
  }
  .tabs__caption li{
    font-family: 'Gotham Black Pro';
    background-color: #66D4F5;
    padding:10px 10px;
    color:#fff;
    transition-duration: 0.5s;
    cursor:pointer;
    font-size: calc(0.3vw + 10px);
  }
  .header-other{
    display: grid;
    grid-template-columns: 100%;
  }
  .grid__other{
    display: grid;
    grid-template-columns: 100%;
  }
  .form__inline input{
    display: block;
    margin: 0 auto;
  }
  .map__grid{
  display:grid;
  grid-template-columns:100%;
}
.akcia__grid{
  display:grid;
  grid-template-columns:100%;
}
.grid__price{
  display: grid;
  grid-template-columns: 65% 35%;
}
.icon__tab{
    width:80%;
}
.price__right{
  padding:10px;
}
.v__grid2{
  display: grid;
  grid-template-columns: 100%;
  text-align: center;
}

.v__grid2 ul{
  padding:0 10%;
  text-align: left;
}

.price__left{
  padding:10px;
}
#modalLocationSelection ul{
    display:grid;
    grid-template-columns: 50% 50%;
}

/*Бурение колодцев*/

.v_text{
  display:grid;
  grid-template-columns: 100%;
}

.b_pr{
  display:grid;
  grid-template-columns: 49% 49%;
  gap:1%;
}

.b_pr2{
  display:grid;
  grid-template-columns: 100%;
  gap:0;
}

.bur__pm{
  display:grid;
  grid-template-columns: 100%;
  gap:2%;
}

}

.single-format-standard .entry-header{
    text-align:center;
    margin-bottom:20px;
}

.single-format-standard .entry-content{
    width:80%;
    margin:40px auto;
}

.archive__grid{
    display:grid;
    grid-template-columns:32% 32% 32%;
    grid-gap:2%;
}

.pr__se{
  display:grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-gap:2%;
}

.white__block{
  background-color: #fff;
  border-radius: 10px;
  padding:20px;
  margin-bottom:5%;
}
.anchor___nav{
  display: flex;
  justify-content: space-between;
}

.geo__footer__grid{
  display:grid;
  grid-template-columns:25% 25% 25% 25%;
}

@media(max-width:930px){
   .single-format-standard .entry-content{
    width:90%;
    margin:20px auto;
}
.archive__grid{
    display:grid;
    grid-template-columns:100%;
    grid-gap:0%;
}
.mobile__sticky__top{
  position: sticky;
  top:60px;
  background-color: #fff;
  width:100%;
  z-index:10;
}
.mobile__price__count{
  display: grid;
  grid-template-columns: 65% 35%;
}
.mobile__grid2{
  display: grid;
  grid-template-columns: 50% 50%;
}
.__jivoMobileButton {
  margin-bottom:50px!important;
}
.pr__se{
  display:grid;
  grid-template-columns: 100%;
  grid-gap:0%;
}
.anchor___nav{
     display:grid;
  grid-template-columns: 49% 49%;
  grid-gap:1%;
}
.geo__footer__grid{
  display:grid;
  grid-template-columns:50% 50%;
}

}

.single-format-standard .main__container a{
    color:#0193C5!important;
}

.entry-meta{
    display:none;
}

.s__header{
    padding:10px 0;
    min-height:80px;
}

.s__thumbnail__image img{
    border-radius:10px;
}

.s__discription{
    padding:0 20px;
    font-size:14px;
    line-height:18px;
    text-align:center;
}

.site-footer a{
  color:#fff!important;
  transition-duration: 0.3s;
}
