body { padding: 0 0; margin: 0; }
body, p { font-family: fptr; font-size: 21px; line-height: 1.4; }

h1, h2, h3, h4, p { margin-top: 0; }

/* TOPBAR BEGIN */
.top-bar, div.top-bar { background-color: #222; max-width: 100%; margin: 0; }
.top-bar .tb-wrapper { display: flex; align-items: center; justify-content: flex-end; max-width: 100%; margin: 0 auto; }

.tb-wrapper .tbwc { text-align: center; width: 280px; padding: 8px 0; margin: 0 4px; }

.tbwc .osc-fxt { max-width: 100%; margin: 0 5px; display: flex; justify-content: flex-end; align-items: center; flex-wrap: nowrap; }
.osc-fxt .osct { width: 22px; height: 22px; margin: 0 5px; flex-shrink: 0; }

.osc-fxt .s3t { display: block; max-width: 95%; font-family: pnre; line-height: 1.6; font-size: 20px; text-align: left; margin: 0; padding: 0 0; color: #fff;  letter-spacing: 0.5px; }

.s3t .atel { color: #fff; text-decoration: none; letter-spacing: 1px; }
.s3t .atel:hover { color: #fff; text-decoration: none; }
/* TOPBAR END */



/* NAV BEGIN */

.toggle, [id^=drop] { display: none; }

nav { max-width: 1700px; background-color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 0; margin: 0 auto; }

#logo { text-align: center; display: block; padding: 0; margin: 0 20px; }

#logo a:hover { background-color: #fff; }

/* Since we'll have the "ul li" "float:left" we need to add a clear after the container. */
/* nav:after { content:""; display:table; clear:both; } */

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	/* float: right; */
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	}

/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	/* float: left; */
	background-color: #fff;
	}

/* Styling the links */
nav a {
	display: block;
	padding: 10px 15px;
	color: #000;
	font-size: 18px;
  font-family: pnbo;
  font-weight: 500;
	text-decoration: none;
  line-height: 20px;
}


/* submenu BG */
/* nav ul li ul li { background: #cbf0ff; } */

nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover {
	background-color: #000000;
  color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 40px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
	width: 220px; /* 170px; */
	/* float:none; */
	display:list-item;
	position: relative;
}

/* nav ul ul li a { font-family: pnre; } */

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left:170px;
}


/* Change ' +' in order to change the Dropdown symbol  (▾ Black Down-pointing Small Triangle  &#9662; &#x25BE;) */
li > a:after { content:  ' ▾'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  nav { display: block; margin: 0; }

	#logo { margin: 0 auto; }

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu { display: none; }

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #fff;
		color: #000;
		font-size: 19px;
    font-family: pnbo;
    line-height: 20px;
		text-decoration: none;
		border: none;
    padding: 10px 15px;
	}

  .toggle-menu {
    text-align: center;
		font-size: 20px;
    padding: 10px 0;
	}

	.toggle:hover {
		background-color: #000;
    color: #fff;
	}

  .toggle-menu:hover {
		background-color: #fff;
    color: #000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #fff;
    color: #000;
	}

	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding: 10px 20px;
		color: #000;
		font-size: 18px;
	}


	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #fff;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		/* float: none; */
		position:static;
		color: #000;
		/* has to be the same number as the "line-height" of "nav a" */
	}

	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}

	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */

	}

}

@media all and (max-width : 330px) {
	nav ul li { display:block; width: 94%; }
}

/* NAV END */



/* FOOTER BEGIN */
.site-footer { background-color: #222; color:#095ec6; border: none; margin: 0; padding: 0 0; }
.fwcnt { background-color: rgba(39,30,23,0); width: 100%; min-height: 250px; margin: 0; padding: 0 0;  }
.fwcnt .fwsub { max-width: 1200px; min-height: 250px; margin: 0 auto; display: flex; justify-content: space-around; align-items: flex-start; flex-wrap: nowrap; }
.fwsub .foow { width: 270px; padding: 18px 0 0 0; margin: 10px; font-family: pnre; text-align: left; font-size: 18px; line-height: 1.35;  flex-shrink: 0; }

button.btft, .foow .btft { background: rgba(0,0,0,0); border: none; color: #fff; text-align: left; font-weight: 400;
font-size: 17px; padding: 0; width: 250px; transition: all 0.4s; font-family: pnre; cursor: pointer; margin: 5px 5px 10px 5px; }
.btft span { cursor: pointer; display: inline-block; position: relative; transition: 0.4s; }
.btft span > a { color: #fff; text-transform: none; text-decoration: none; box-shadow: none; display: block; line-height: 1.7; border-bottom: 1px solid rgb(62,160,205); letter-spacing: 0.5px;}
.btft span > a:hover { color: #c0eafa; text-decoration: none; box-shadow: none; border-bottom-color: #fbb20f; }
.btft span:before { content: '\00bb'; color: #c0eafa; position: absolute; opacity: 0; top: 0; left: -10px; transition: 0.3s; }
.btft:hover span { padding-left: 20px; }
.btft:hover span:before { opacity: 1; left: 5px; color: #c0eafa; }

button.btft:hover { background: rgba(0,0,0,0); }

.foow .fh4 { font-size: 20px; line-height: 1.26; color: #fff; font-weight: 700; letter-spacing: 1px; margin-top: 0; margin-bottom: 20px; text-shadow: 1px 1px 0 rgba(0,0,0,0.24); }
.foow .pfh4 { font-size: 20px; line-height: 30px; margin-top: 0; margin-top: 30px; text-shadow: 1px 1px rgba(0,0,0,0.18); }
.foow .ppfmail { font-size: 22px; line-height: 30px; text-shadow: 1px 1px 0 rgba(0,0,0,0.18); margin-top: 20px; margin-bottom: 20px; }
.foow .ppfwtime { font-size: 18px; line-height: 26px; text-shadow: 1px 1px 0 rgba(0,0,0,0.18); margin-bottom: 0; }
.foow .dfv { color: #fff; font-size: 16px; line-height: 22px; text-shadow: 1px 1px 0 rgba(0,0,0,0.18); text-align: left; width: 100%; padding: 0; margin: 0; }
.pfh4 .aftel { color: #fff; text-decoration: none; font-weight: 700; letter-spacing: 0.5px; text-shadow: 1px 1px 0 rgba(0,0,0,0.18); }
.pfh4 .aftel:hover { color: #fff; text-decoration: none; font-weight: 700; }
a.frtx1 { color: #fff; display: inline-block; transition: all .4s; text-decoration: none; font-size: 18px; line-height: 24px; margin: 0 auto 8px 0;  padding: 2px; text-shadow: 1px 1px 0 rgba(0,0,0,0.26); box-shadow: none; border-bottom-style: dotted; border-bottom-width: 2px; border-bottom-color: rgba(255,255,255,0.5); }
a.frtx1:hover { border-bottom-color: rgba(0,172,237,0.5); color: #abe4f9; text-shadow: 1px 1px 0 rgba(0,0,0,0); }
a.soca { display: inline-block; text-decoration: none; color: #fff; font-size: 40px; transition-duration: 0.4s; margin: 8px; text-shadow: 1px 1px 0 rgba(0,0,0,0.2); }
a.soca:hover { color: #abe4f9; }

p.fv4-p { font-family: pnre; font-size: 18px; color: #fff; letter-spacing: 1px; margin-bottom: 8px; }
.foow .fv4-p > a  { color: #fff; font-size: 20px; line-height: 1.5; text-decoration: none; }
.foow .fv4-p > a :hover { color: #fff; }
.fv4-p > span { margin-right: 42px; }

.foow .g-reca { color: white; text-align: left; margin: 0 0 0 5px; padding: 0 0; font-family: pnre; font-size: 12px; line-height: 1.4; letter-spacing: 0.5px; }
.g-reca span { font-family: pnbo; margin-left: 5px; }
.g-reca a, .g-reca a :hover { font-size: 10px; color: white; text-decoration: underline; text-align: left; margin: 0; padding: 0; }
.g-reca .fa { font-size: 10px; margin: 0 5px; }
/* FOOTER END */


div.mbw { max-width: 1200px; margin: 0 auto; padding: 30px 0; }

#uslugi { padding-top: 50px; }

p.jji3f { font-family: fptr; text-align: justify; text-indent: 20px; font-size: 21px; color: #4a4a4a; line-height: 1.44; margin-bottom: 18px; }
p.jji3fac { font-family: fptr; text-align: center; font-size: 23px; color: #4a4a4a; line-height: 1.44; margin-bottom: 18px; }

.mbw .qh1p { text-align: center; line-height: 1.4;  text-transform: uppercase; font-family: pnbo; font-size: 28px; color: #222; margin: 30px 0 15px 0; padding: 0 10px; letter-spacing: 0.7px; }

.mbw .qh2p, .mbw .qh3p, .fbox1a div .qh2p, .fbox1a div .qh3p { text-align: center; font-family: pnbo; font-size: 34px; color: #1585c5; margin: 35px 0 10px 0; padding: 0 10px; letter-spacing: 0.7px; }
.mbw .qh3p, .fbox1a div .qh3p { font-size: 30px; }

.main2cont { max-width: 100%; background: url(/images/remont-skvazhin-tb.jpg) no-repeat center; background-size: cover; margin:0; padding-top: 10px; padding-bottom: 10px; }
.b-artezianskaya-skvazhina { background: url(/images/artezianskaya-skvazhina-baner.jpg) no-repeat center top; background-size: cover; padding-top: 0; padding-bottom: 0; }
.b-burenie-malogabaritnoy-ustanovkoy { background: url(/images/burenie-malogabaritnoy-ustanovkoy-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }
.b-obustroystvo-skvazhin { background: url(/images/obustroystvo-skvazhin-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-remont-skvazhin2 { background: url(/images/remont-skvazhin2-baner.jpg) no-repeat center top; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-kanalizaciya { background: url(/images/kanalizaciya-baner.jpg) no-repeat center top; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-razmorozka-trub { background: url(/images/b-razmorozka-trub.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-otoplenie { background: url(/images/otoplenie-baner.jpg) no-repeat center top; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-chistka-skvazhin-na-vodu { background: url(/images/chistka-skvazhin-na-vodu-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-letniy-variant-obustroystva-skvazhiny { background: url(/images/letniy-variant-obustroystva-skvazhiny-baner.jpg) no-repeat center top; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-obsluzhivanie-skvazhin-na-vodu { background: url(/images/obsluzhivanie-skvazhin-na-vodu-baner.jpg) no-repeat center bottom; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-obustroystvo-skvazhiny-s-adapterom { background: url(/images/obustroystvo-skvazhiny-s-adapterom-baner.jpg) no-repeat center top; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-obustroystvo-skvazhiny-s-kessonom { background: url(/images/obustroystvo-skvazhiny-s-kessonom-baner.jpg) no-repeat center top; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-podyom-zastryavshih-nasosov { background: url(/images/podyom-zastryavshih-nasosov-baner.jpg) no-repeat center top; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-remont-gidroakkumulyatora { background: url(/images/remont-gidroakkumulyatora-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-remont-kessona-skvazhiny { background: url(/images/remont-kessona-skvazhiny-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-videodiagnostika-skvazhiny-na-vodu { background: url(/images/videodiagnostika-skvazhiny-na-vodu-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-zamena-i-remont-avtomatiki-dlya-nasosov { background: url(/images/zamena-i-remont-avtomatiki-dlya-nasosov-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-zamena-nasosa-ecv { background: url(/images/zamena-nasosa-ecv-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-zamena-nasosa-v-skvazhine { background: url(/images/zamena-nasosa-v-skvazhine-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-zamena-obratnogo-klapana { background: url(/images/zamena-obratnogo-klapana-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }

.b-prices { background: url(/images/prices-baner.jpg) no-repeat center; background-size: cover; padding-top: 10px; padding-bottom: 10px; }


.ringsc { max-width: 100%; background: url(/images/rings-bg.png) no-repeat left top; background-size: contain; margin:0; padding-top: 0; padding-bottom: 0; }

.main2cont .fboxt { background-color: rgba(0,0,0,0); max-width: 1200px; margin: 10px auto; display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; }

.fboxt .fboxt-item { max-width: 560px; margin: 20px; }
.fboxt .fboxt-img { display: none; }
.fboxt-img > img { max-width: 100%; margin: 0; }

.fboxt-item > h2 { text-align: left; font-family: glrb; color: #fff; font-size: 32px; line-height: 1.3; margin: 20px 10px; font-weight: 400; letter-spacing: 1px; }
.fboxt-item > h4 { text-align: left; font-family: glrr; color: #333; font-size: 30px; line-height: 1.5; margin: 20px 10px; font-weight: 400; }



div.osc-flex { max-width: 100%; margin: 15px 10px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; }
.osc-flex .osc { width: 34px; height: 34px; margin: 0 5px; flex-shrink: 0; }
.osc-flex .s2e, .osc-flex1 .s2e { display: block; max-width: 95%; font-family: fptr; line-height: 1.35; font-size: 21px; text-align: left; margin: 0 5px; padding: 0 0; }

div.osc-flex1 { max-width: 100%; margin: 15px 5px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: nowrap; }
.osc-flex1 .osca { width: 48px; height: 48px; margin: 0 5px; flex-shrink: 0; }
.osc-flex1 .osca-l { width: 38px; height: 38px; margin: 0 5px; flex-shrink: 0; }
.osc-flex1 .osca-m { width: 30px; height: 30px; margin: 0 5px; flex-shrink: 0; }
.osc-flex1 .s3e { display: block; max-width: 95%; font-family: fptr; line-height: 1.35; font-size: 20px; text-align: left; margin: 0 5px; padding: 0 0; }
.osc-flex1 .s3ew {  font-size: 22px; color: white; align-self: center; letter-spacing: 0.75px; }

.osc-flex1.aic { align-items: center; }

div.osc-flex2 { max-width: 100%; margin: 15px 10px; display: flex; justify-content: flex-start;  align-items: flex-start; flex-wrap: nowrap; }
.osc-flex2 .oscn { width: 70px; height: 70px; margin: 0 5px; flex-shrink: 0; }
.osc-flex2 .sblk { max-width: 95%; margin: 0 5px; padding: 0 0; }

button.t-btn, a.t-btn, input[type=submit].t-btn, button.t-btn:active, a.t-btn:active, input[type=submit].t-btn:active, button.t-btn:visited, a.t-btn:visited, input[type=submit].t-btn:visited { display: block; font-size: 18px; color: white; border-radius: 4px; font-family: pnbo; line-height: 1.2; padding: 8px 15px; transition: all 0.3s; text-shadow: none; box-shadow: none; text-align: center; overflow: hidden; position: relative; margin: 5px auto; background: radial-gradient(circle at 50% 25%, #64d57d 0%, #00b833 100%); border: 0px #245580 solid; text-decoration: none; }

button.t-btn:hover, a.t-btn:hover, input[type=submit].t-btn:hover { background-color: #56992b; background: radial-gradient(circle at 50% 25%, #00b833 0%, #56992b 100%); color: #fff; }

button.t-btn:after, a.t-btn:after, input[type=submit].t-btn:after { content: ""; margin-left: 60px; width: 30px; height: 300px; background: #fff; animation-delay: 0.05s; position: absolute; left: -40px; top: -150px; animation-timing-function: ease-in-out; transition: all 0.1s; animation-name: slideme; animation-duration: 3s; animation-iteration-count: infinite; transform: rotate(45deg); }

button.t-btn-top, a.t-btn-top, input[type=submit].t-btn-top, button.t-btn-top:active, a.t-btn-top:active, input[type=submit].t-btn-top:active, button.t-btn-top:visited, a.t-btn-top:visited, input[type=submit].t-btn-top:visited, button.t-btn-top:focus, a.t-btn-top:focus, input[type=submit].t-btn-top:focus { display: block; font-size: 19px; color: white; border-radius: 10px; border: none; font-family: pnbo; line-height: 1; padding: 8px 15px; transition: all 0.3s; text-shadow: none; box-shadow: none; text-decoration: none; text-align: center; overflow: hidden; position: relative; margin: 5px auto; background-color: #000; letter-spacing: 0.5px; text-transform: uppercase; }

button.t-btn-top:hover, a.t-btn-top:hover, input[type=submit].t-btn-top:hover { background-color: #aaa; color: #fff; }

button.t-btn-top:after, a.t-btn-top:after, input[type=submit].t-btn-top:after { content: ""; margin-left: 60px; width: 26px; height: 300px; background: #fff; animation-delay: 0.05s; position: absolute; left: -40px; top: -150px; animation-timing-function: ease-in-out; transition: all 0.1s; animation-name: slideme; animation-duration: 2.6s; animation-iteration-count: infinite; transform: rotate(0deg); }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; } 30% { left: 110%; margin-left: 80px; } 100% { left: 110%; margin-left: 80px; } }

button.t-btn:disabled, button.t-btn[disabled] { background: #ccc; }

p.tbp { font-family: fpt-b; font-size: 22px; color: #fff; text-align: left; line-height: 1.5; margin: 10px; padding: 0 0; letter-spacing: 0.5px; }

a.ep-attel, a.ep-attel:hover, a.ep-attel:active, a.ep-attel:focus, a.ep-attel:visited { display: block; text-align: left; font-size: 30px; line-height: 1.2; font-family: fpt-b; letter-spacing: 0; text-shadow: none; box-shadow: none; font-weight: 400; margin: 0; padding: 5px; color: #095ec6; outline: none; border: none; text-decoration: none; }


div.fbox1a { max-width: 100%; display: flex; justify-content: space-around; align-items: stretch; margin: 20px 0; }

.fbox1a .fhalf { width: 570px; margin: 10px; }

.fbox1a .item-cb5 { width: 370px; /* overflow: hidden; */ margin: 15px; text-align: center; border: 1px solid #ccc; border-radius: 12px; background: #fff; box-shadow: 0 10px 5px 0 rgba(0,0,0,0.1); }
.item-cb5 .s-img { max-width: 100%; border-radius: 12px; margin: 0; }

.fbox1a .item-cb5nb { width: 380px; margin: 10px; text-align: center; }
.item-cb5nb > img { max-width: 100%; margin: 0 auto; }

.item-cb5 > img { max-width: 100%; margin: 0 auto; }

.item-cb5 .cb5t { font-size: 24px; color: #095ec6; text-align: center; font-family: pnbo; letter-spacing: 0.5px; }
.item-cb5 a:after { display: none; animation-name: none; }


.mbw .tab { max-width: 100%; overflow: hidden; display: flex; margin: 10px 0 25px 0; align-items: stretch; justify-content: center; }
.mbw .tab button { width: 200px; font-family: pncr; color: #444; background-color: inherit; border-bottom: 3px solid #ccc; cursor: pointer; padding: 6px 8px; transition: 0.3s; font-size: 18px; text-align: center; margin: 0; }
.mbw .tab button:hover { color: #00b833; border-bottom-color: #00b833; }
.mbw .tab button.active { color: #00b833; border-bottom-color: #00b833; }
/* .mbw .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } */
div.t-div { display: none; background-color: white; box-shadow: 0 10px 60px 0 rgba(0,0,0,0.16); max-width: 1200px; border-radius: 16px; margin: 20px auto; padding: 15px 15px; justify-content: space-around; align-items: stretch; flex-wrap: nowrap; overflow: hidden; position: relative; animation: animate-fade-in-bottom 1s 1; }
@keyframes animate-fade-in-bottom { 0% {transform: translate(0px,100px); opacity: 0;}  100% {transform: translate(0px,0px); opacity: 1;} }





/*
.wpcf7-form .wpcf7-textarea[name=text99] { padding: 8px 10px; font-size: 17px; font-family: fptr; line-height: 1.2; border-radius: 5px; box-shadow: 1px 1px 2px 0.5px rgba(0,0,0,0.18) inset; height: 100px; }
.wpcf7-form .wpcf7-textarea[name=text99]::placeholder { color: #999; font-family: fptr; }
.wpcf7-form .wpcf7-text[name=nme99], .wpcf7-form .wpcf7-text[name=tel99], .wpcf7-form .wpcf7-text[name=email99] { padding: 8px 10px; font-size: 17px; font-family: fptr; line-height: 1.2; border-radius: 5px; box-shadow: 1px 1px 2px 0.5px rgba(0,0,0,0.18) inset; }
.wpcf7-form .wpcf7-text[name=nme99]::placeholder { color: #999; font-family: fptr; }
.wpcf7-form .wpcf7-text[name=tel99]::placeholder { color: #999; font-family: fptr; }
.wpcf7-form .wpcf7-text[name=email99]::placeholder { color: #999; font-family: fptr; }

.phorma-horiz99 input[type="submit"] { background-image: linear-gradient(45deg, #095ec6 0%, #04d9bd 100%); border: 2px solid #fff; font-size: 18px; color: white; display: block; padding: 0 0; line-height: 1; margin: 0 auto; width: 280px; height: 39px; border-radius: 5px; letter-spacing: 0.5px; font-family: fptr; font-weight: 550; text-shadow: none; box-shadow: none; text-align: center; text-decoration: none; }
.phorma-horiz99 input[type="submit"]:hover { background-image: linear-gradient(45deg, #04d9bd 0%, #095ec6 100%); text-decoration: none;  }
*/



/* cf */

input[name=nme99],
input[name=tel99],
input[name=email99],
input[name=rn99],
input[name=np99],
textarea[name=text99] { width: 360px; display: block; font-size: 17px; font-family: fptr; line-height: 1.2; border-radius: 5px; box-shadow: 1px 1px 2px 0.5px rgba(0,0,0,0.18) inset; border: 2px solid #bbb; resize: none; padding: 8px 10px; margin: 10px auto; }

input[name=rn99]::placeholder,
input[name=np99]::placeholder,
input[name=nme99]::placeholder,
input[name=tel99]::placeholder,
input[name=email99]::placeholder,
textarea[name=text99]::placeholder { color: #888; }

input:focus, textarea:focus { outline-color: #67b7e1; }

input[name=sbsubmit] { background-image: linear-gradient(45deg, #095ec6 0%, #04d9bd 100%); border: 2px solid #fff; font-size: 18px; color: white; display: block; line-height: 1; width: 280px; height: 39px; border-radius: 5px; letter-spacing: 0.5px; font-family: fptr; font-weight: 550; text-align: center; text-transform: uppercase; padding: 0 0; margin: 15px auto; }
input[name=sbsubmit]:hover { background-image: linear-gradient(45deg, #04d9bd 0%, #095ec6 100%); }

input[name=sbsubmit]:disabled { background: #ddd; }

.infobox { display: none; text-align: center; border: 2px solid #ccc; border-radius: 5px; background: white; padding: 5px 5px; margin: 10px; }
.infobox .msg-success, .infobox .msg-error { font-family: fptr; font-size: 18px; line-height: 1.3; margin-bottom: 0; }
.infobox .msg-success { color: #44c; }
.infobox .msg-error { color: #c44; }
.infobox .msg-desc { font-family: fptr; font-size: 16px; text-align: left; color: #555; line-height: 1.3; margin-bottom: 0; }

/* cf */




.cf-container2 { max-width: 100%; height: auto; margin: 0; padding-top: 20px; padding-bottom: 20px; background: url(/images/remont-skvazhin-bb.jpg) no-repeat center scroll; background-size: cover; border-top: 2px solid #eee; }

.cf2rem { background: url(/images/remont-skvazhin-rem.jpg) no-repeat center scroll; background-size: cover; }

.bottom-razmorozka { background: url(/images/bottom-razmorozka.jpg) no-repeat center scroll; background-size: cover; }

.cf-container2 .fboxb { background-color: rgba(0,0,0,0); max-width: 1200px; margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; flex-wrap: nowrap; }
.fboxb .c-div { max-width: 550px; background-color: rgba(255,255,255,0.7); margin: 0; padding: 20px; }

.c-div  .c-div-h3 { font-family: pnbo; font-size: 26px; line-height: 1.48; text-align: center; font-weight: 400; letter-spacing: 0.5px; color: #095ec6; margin-top: 10px; margin-bottom: 5px; }

a.aaw { color: white; }


.quiz-cont { max-width: 100%; background: url(/images/bg-sky1.jpg) no-repeat center scroll; background-size: cover; margin:0; padding-top: 30px; padding-bottom: 30px; }

.quiz-cont .q-div { background-color: white; box-shadow: 0 10px 60px 0 rgba(0,0,0,0.16); max-width: 1200px; border-radius: 16px; margin: 30px auto; padding: 0 0; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: nowrap; overflow: hidden; }


div.m2csp { width: 160px; text-align: left; margin: 10px; font-family: glrr; font-size: 24px; color: #333; }
.m2csp > span { font-size: 45px; color: #3370b7; }
.m2csp > .span-xl { font-size: 55px; font-weight: 700; letter-spacing: 1px; }

.q-div .quizright { width: 280px; background: url(/images/quiz-r-bg.jpg) no-repeat center bottom scroll; background-size: cover; padding: 20px 20px; margin: 0; }
.quizright > h3 { font-family: pnre; text-align: left; color: white; font-size: 27px; letter-spacing: 1px; line-height: 1.6; padding: 10px 10px 320px 10px; margin: 0; }
.quizright > h3 > span { font-size: 40px; }

.q-div .quizmain { max-width: 900px; padding: 20px 20px; }
h4.h4qu { font-family: pnre; color: #444; text-align: left; font-size: 26px; letter-spacing: 1px; margin: 0 0 10px 15px;  }
p.pqu { color: #444; font-family: fptr; text-align: left; font-size: 22px; line-height: 1.4; margin-bottom: 18px; letter-spacing: 0.5px; }
.pqu input { margin-right: 8px; }


.qstep .qstc { max-width: 100%; display: flex; justify-content: space-around; align-items: stretch; flex-wrap: nowrap; margin: 0; }
.qstc .qstc-div { width: 190px; margin: 20px; text-align: left; }
.qstc .qxl { width: auto; max-width: 400px; }
.qstc-div > img { border-radius: 12px; margin: 0 0 20px 0; max-width: 100%; }
.qstc-div > p { padding: 0 8px 5px 8px; }

div.qstep { display: none; }
#qstep1 { display: block; }

#qinpsubmit { display: none; }

input.qinptx { width: 280px; }
input.qinptx, input.qinptx::placeholder { color: #888; font-family: fptr; font-size:20px; padding: 8px 10px; margin: 20px 15px; }

div.qbcont { display: flex; justify-content: flex-start; align-items: center; padding: 10px 10px; margin: 15px 0; }

div.qstep { position: relative; animation: animate-fade-in-right 1s 1; }
@keyframes animate-fade-in-right { 0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }  100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1; } }


.fbox1a .item-cbi { width: 360px; height: 450px; overflow: hidden; box-sizing: border-box; margin: 15px; padding: 25px 25px; text-align: center; background-size: 100%; background-image: url(/images/rs-btn1.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center; filter: brightness(95%); transition: background-size 0.4s, filter 0.4s; }
.fbox1a .item-cbi:hover { background-size: 120%; filter: brightness(100%); }
.item-cbi .cbit { font-size: 25px; color: #fff; text-align: left; font-family: pnbo; letter-spacing: 0.5px; }
.item-cbi .btco { max-width: 100%; overflow: hidden; width: auto; height: 0; transition: height 0.3s; display: flex; align-items: flex-end; justify-content: center; }
.item-cbi:hover .btco { height: 50px; }
.btco a, .btco a:hover, .btco a:active, .btco a:visited { border-radius: 0; }
.btco a:after { display: none; animation-name: none; }
.item-cbi .cbip { font-family: fptr; font-size: 22px; color: #fff; line-height: 1.4; text-align: left; margin-bottom: 20px; }

.fbox1a .item-cbi2 { width: 360px; height: 360px; overflow: hidden; box-sizing: border-box; margin: 15px; padding: 25px 25px; text-align: center; background-size: 100%; background-image: url(/images/rs-btn1.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center; filter: brightness(95%); transition: background-size 0.4s, filter 0.4s; }
.fbox1a .item-cbi2:hover { background-size: 120%; filter: brightness(100%); }
.item-cbi2 .cbit2co { max-width: 100%; height: 130px; margin-top: 80px; }
.cbit2co .cbit2 { font-size: 25px; color: #fff; text-align: center; font-family: pnbo; letter-spacing: 0.5px; text-transform: uppercase; }
.item-cbi2 a, .item-cbi2 a:hover, .item-cbi2 a:active, .item-cbi2 a:visited { border-radius: 0; }
.item-cbi2 a:after { display: none; animation-name: none; }

span.bbt { border-bottom: 3px solid #279ecd; }


.fbox1a .item-cb2 { width: 360px; margin: 25px 15px; text-align: center; }
.item-cb2 .rdtitle { font-size: 50px; color: #279ecd; font-family: pnbo; line-height: 1.2; text-align: center; padding: 5px 5px;  margin-bottom: 15px; border-bottom: 2px solid #a1a1a1; }
.item-cb2 .rdtx { text-align: center; font-family: pnbo; font-size: 23px; line-height: 1.2; letter-spacing: 0.5px; color: #a1a1a1; padding: 0 5px; margin-bottom: 0; }

.wdbg { max-width: 100%; height: auto; margin: 0; padding-top: 20px; padding-bottom: 20px; background: url(/images/water-drop-bg.jpg) no-repeat center fixed; background-size: cover; }

.wdbg-kanalizaciya { background: url(/images/kanalizaciya-baner-m.jpg) no-repeat center fixed; background-size: cover; }

.wdbg-otoplenie { background: url(/images/otoplenie-baner-m.jpg) no-repeat center fixed; background-size: cover; }

.wdbg-razmorozka { background: url(/images/wdbg-razmorozka.jpg) no-repeat center fixed; background-size: cover; }


/* nefted flex block review start */
.fbox1a .dsh-half-rv { margin: 20px; max-width: 580px; }
.dsh-half-rv .dh-subflex-rv { margin: 5px 5px 30px 5px; max-width: 100%; min-height: 60px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;  padding: 15px; overflow: hidden; border: 1px solid #c8cbd2; border-radius: 6px; background-color: #fff; }
.dh-subflex-rv .box-i-rv { width: 90px; height: 90px; margin: 10px; }
.dh-subflex-rv .box-p-rv { display: block; margin: 10px; width: auto; max-width: 500px; }
.box-p-rv .nm-rv { text-align: left; font-size: 17px; font-family: pnre; line-height: 1.45; color: #0087C6; letter-spacing: 1px; margin-bottom: 0; }
.dh-subflex-rv .tx-rv { text-align: left; font-size: 15px; font-family: pnre; line-height: 1.25; color: #333;  padding-left: 5px; margin-bottom: 0; }
/* nefted flex block review end */

div.videodiv { width: 450px; margin: 0; padding: 0 0; }
video.video1 { width: 450px; margin: 0; padding: 0 0; }


/*
div .c-table-1 { overflow-x: auto; margin: 10px 0; }

.c-table-1 table { width: 800px; border-collapse: collapse; border-spacing: 0; border: 1px solid #dcdcdc; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1),inset 0 0 0 1px rgba(255,255,255,0.5); margin: 0 auto; }

.c-table-1 table tr th, .c-table-1 table tr td { border: 2px solid #fff; padding: 4px 4px; text-align: left; font-size: 16px; line-height: 1.3; font-family: pncr;  letter-spacing: 0.5px; }
.c-table-1 table tr th { width: 160px; font-family: pnbo; font-size: 16px; padding: 4px 4px; text-align: center; letter-spacing: 0.5px; color: #222; background-color: #c2e2eb; }
.c-table-1 table tr:nth-child(even) { background: #f6f6f6; }
.c-table-1 table tr td.td1 { font-size: 16px;  text-align: center; padding: 4px 4px; }
.c-table-1 table tr td.td1a { font-size: 16px; padding: 4px 4px; color: #000; }
.c-table-1 table tr td.td3 { text-align: center; font-family: pnbo; font-size: 16px; color: #ee5555; }
*/

/* TABLE */
div.c-table-1, div.c-table-2 { overflow-x: auto; margin: 15px 0; }

.c-table-1 table { width: 1120px; border-collapse: collapse; border-spacing: 0; border: 1px solid #dcdcdc; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1),inset 0 0 0 1px rgba(255,255,255,0.5); margin: 0 auto; }
.c-table-1 table tr th, .c-table-1 table tr td { border: 1px solid #dcdcdc; padding: 8px 10px; text-align: left; font-size: 18px; line-height: 1.3; font-family: pncr; }
.c-table-1 table tr th { font-family: pnbo; font-size: 20px; padding: 8px; text-align: center; letter-spacing: 0.5px; color: #000; }
.c-table-1 table tr:nth-child(even) { background: #f6f6f6; }
.c-table-1 table tr td.td1 { font-size: 22px; padding: 8px 10px; }
.c-table-1 table tr td.td1a { font-size: 18px; padding: 8px 10px; color: #000; }
.c-table-1 table tr td.td3 { text-align: center; font-family: pnbo; font-size: 20px; color: #000; }

.c-table-2 table { width: 1120px; border-collapse: collapse; border-spacing: 0; border: 2px solid #fff; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1),inset 0 0 0 1px rgba(255,255,255,0.5); margin: 0 auto; }
.c-table-2 table tr th { border: 2px solid #fff; padding: 2px; text-align: center; background-color: #f6f6f6; }
.c-table-2 table tr td { border: 2px solid #fff; padding: 8px 10px; text-align: center; font-size: 17px; line-height: 1.3; font-family: pncr; }
.c-table-2 table tr:nth-child(even) { background: #f6f6f6; }
.c-table-2 table tr td.td0 { background-color: #095ec6; color: #fff; text-align: center; }
.c-table-2 table tr td.td1 { font-size: 20px; padding: 8px 10px; text-align: left; }
td .s-i-table { width: 30px; height: 30px; }
/* TABLE */

.fbox1a .item-cb4 { width: 170px; margin: 10px; text-align: center; }
.item-cb4 img { border-radius: 50%; border: 3px solid #118fff; transition: all 0.3s; margin: 0; max-width: 100%; }
.item-cb4 img:hover { transform: scale(1.15); border-color: #22b573; }

#map { max-width: 100%; height: 600px; padding: 0 0; margin: 0; }

/* .grecaptcha-badge { visibility: hidden; } */


@media screen and (max-width: 1020px) {

div.videodiv { width: 320px; }
video.video1 { width: 320px; }

.top-bar .tb-wrapper { flex-wrap: wrap; justify-content: center; padding-top: 5px; padding-bottom: 5px; }
.tb-wrapper .tbwc { margin: 5px 0; padding: 0 0; }
.tbwc .osc-fxt { justify-content: flex-start; }

span.bbt { border-bottom: none; }

.fbox1a .item-cb2 { width: 290px; margin: 20px 5px; }
.item-cb2 .rdtitle { font-size: 32px; }

.fwcnt .fwsub { flex-wrap: wrap; }

.fbox1a .item-cbi { width: 300px; height: 375px; margin: 15px auto; padding: 10px 10px; }
.item-cbi .cbit { font-size: 24px; letter-spacing: 0.3px; text-align: center; }
.item-cbi .btco { height: 50px; }
.item-cbi .cbip { font-size: 21px; margin-bottom: 10px; }

.fbox1a .item-cbi2 { width: 300px; height: 300px; margin: 15px auto; padding: 10px 10px; }
.item-cbi2 .cbit2co { height: 130px; }
.cbit2co .cbit2 { font-size: 24px; letter-spacing: 0.3px; text-align: center; }



.quiz-cont .q-div { flex-wrap: wrap; justify-content: center; margin: 10px auto; }
.q-div .quizright { background-position: center center; /* background-image: none; background-color: #019dce; */ }
.qstep .qstc { flex-wrap: wrap; justify-content: center; }
.qstc .qstc-div { width: 150px; margin: 5px 5px 10px 5px; }
div.osc-flex { align-items: flex-start; }

.q-div .quizmain { padding: 12px 8px; }
h4.h4qu { font-size: 23px; letter-spacing: 0; }

p.pqu { margin-bottom: 10px; letter-spacing: 0; }
.qstc-div > img { margin: 0 0 8px 0; }

.quizright > h3 { padding: 10px 10px 100px 10px; }


.main2cont { background: #59b2ee; padding-top: 0; padding-bottom: 0; }
.ringsc { background-position: center; background-repeat: repeat; }
.wdbg { padding-top: 0; padding-bottom: 0; }
.cf-container2 { background-position: center; padding-top: 0; padding-bottom: 0; }
.main2cont .fboxt, .cf-container2 .fboxb { justify-content: center; flex-wrap: wrap; margin: 10px auto; }
.fboxt-item > h1, .fboxt-item > h2, .fboxt-item > h4 { font-size: 28px; line-height: 1.4; margin: 15px 10px; letter-spacing: 0; }

div.mbw { padding: 15px 10px; }
#uslugi { padding-top: 15px; }
p.jji3f { text-align: left; text-indent: 18px; font-size: 20px; line-height: 1.38; }
p.jji3fac { font-size: 21px; }
.mbw .qh1p { font-size: 25px; }
.mbw .qh2p, .fbox1a div .qh2p { font-size: 26px; }
.mbw .qh3p, .fbox1a div .qh3p { font-size: 24px; }

.mbw .class-nw { flex-wrap: wrap; }

a.ep-attel, a.ep-attel:hover, a.ep-attel:active, a.ep-attel:focus, a.ep-attel:visited { font-size: 26px; }

span.span-block { display: block; }

div.fbox1a { justify-content: center; align-items: center; margin: 10px 5px; flex-wrap: wrap; }
.fbox1a .fhalf { max-width: 570px; margin: 15px 5px; }

.fbox1a .item-cb5, .fbox1a .item-cb5nb { width: 300px; margin: 15px auto; }

.item-cb5 .cb5t { font-size: 23px; letter-spacing: 0.2px; }

div.osc-flex2 { margin: 15px 5px; }
.osc-flex2 .oscn { width: 40px; height: 40px; margin: 0 5px; flex-shrink: 0; }

input[name=nme99],
input[name=tel99],
input[name=email99],
input[name=rn99],
input[name=np99],
textarea[name=text99] { width: 280px; }

#map { height: 450px; }

.fboxb .c-div { padding: 15px 5px; }

}
