/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

* {
    margin: 0px;
    padding: 0px;
}

.clr {
    clear: both;
}

img {
    border: 0px none;
}

/* MAIN STYLE */

body {
    background: #FFF url(../img/patterns/bg.png);
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    line-height: 1.15;
    color: #2B2A28;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

input[type=text] {
    display: block;
    margin: 0 auto 12px auto;
    height: 26px;
    border-radius: 3px;
    border: none;
    padding: 3px 15px;
    color: black;
    font-size: 14px;
    line-height: 1;
}

a:focus, a:active, button, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}

ol, ul, li {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

.clearfix {
    *zoom: 1;
}

/* CLEARFIX */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}


/* END RESET */


/* CUSTOM */
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-6 {
    width: 50%;
}

.banner-box,
.service-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.hide {
    display: none;
}

.text-right {
    text-align: right;
}

.wf-inactive .beau {
    font-family: "Trebuchet MS", Arial, "Geneva CY", sans-serif;
}

.wf-active .beau {
    font-family: 'pfbeausans',Arial, "Geneva CY", sans-serif;
}

.placeholder {
    color: #aaaaaa!important;
}

input.error {
    border: 1px solid #FD0000!important;
    outline: red;
}
/* END CUSTOM */

/* BLOCK SHADOW */
.banner,
.service-img {
	box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.19);
}
.banner:hover,
.service-img:hover {
	box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.30);
}
.banner:active,
.service-img:active {
	box-shadow: none;
}

/* FIRST MODAL */
#town {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0, .8);
}
#town.active {
	display: block;
}
#town .window {
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -175px;
	margin-top: 0px;
	width: 350px;
	background: none repeat scroll 0% 0% #FFF;
	padding: 40px 20px;
	text-align: center;
	font-size: 14px;
}
.town-list {
	padding: 0;
	margin: 20px 0 0;
}
.town-list li {
	display: inline-block;
	margin: 0 5px;
}
.town-list li a {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	background-image: none;
	border: 1px solid #357ebd;
	border-radius: 4px;
	color: #fff;
	background-color: #428bca;
}
.town-list li a:hover,
.town-list li a:active,
.town-list li a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
	outline: none;
}
.town-list li a:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/* BANNERS */
.banners {
	padding: 0px 0 10px;
}
.banner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 180px;
    font-size: 18px;
    line-height: 24px;
    border: 2px solid transparent;
    color: #fff;
}
.banner-text,
.banner-thumb {
	display: block;
	float: left;
	position: relative;
	text-align: center;
}
.banner-text {
	width: 253px;
    padding: 60px 0 0 0px;
}
.banner-text strong {
	font-size: 22px;
	line-height:22px;
	font-family: 'pfbeausans',Arial, "Geneva CY", sans-serif;
	font-weight:500;
}
.banner-text-diagnostyc {
	width: 253px;
    padding: 45px 0 0 0px;
}
.banner-left {
	background: #210b9e;
	border-color: #210b9e;
}
.banner-right {
	background: #e10c0e;
	border-color: #e10c0e;
}
.banner-thumb {
	width: 208px;
}
.banner-thumb img {
	max-width: 100%;
	height: auto;
}
.banner-thumb:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	top: 0;
	bottom: 0;
	left: 4px;
}
.banner-left .banner-thumb:before {
	background: #210b9e;
}
.banner-right .banner-thumb:before {
	background: #e10c0e;
}

/* SERVICES */
.top-services {
	margin-bottom: 45px;
	border-bottom: 1px solid #cfcfcf;
}
.service-img {
	display: block;
	height: 247px;
	padding-top: 20px;
	margin: 10px 0;
	background-color: #fff;
	border: 1px solid #bababa;
	text-align: center;
	overflow: hidden;
	text-decoration: none; 
}
.service-img h3 {
	height: 70px;
	padding: 0 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #222222;
}
.service-img h3 span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #6B6B6B;
	line-height: 15px;
}
.service-img img {
	width: 100%;
	height: auto;
}
.services-category {
	margin-top: 20px;
}
.services-category h2 {
	margin-bottom: 0px;
	font-size: 22px;
	color: #222222;
	font-family: 'pfbeausans',Arial, "Geneva CY", sans-serif;
}
.wrapper {
    max-width: 1200px;
    min-width: 980px;
    position: relative;
    margin: 0 auto;
    background: #FFF;
}

.promo {
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 4px 4px 4px 4px;
    background: #000;
    padding: 10px 10px 10px 10px;
    z-index: 100000;
    border: 1px solid #fdcd00;
}

.promo samp {
    float: left;
    padding: 2px 5px 0 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}


/* MASKED INPUT */

.gt-ie7 .phone-input {
    position: relative;
}

.gt-ie7 .phone-input:before {
    content: "+7";
    display: block;
    color: #363636;
    position: absolute;
    padding: 8px;
    top: 3px;
    left: 1px;
    font-size: 14px;
    line-height: 1;
    background: #ECECEC;
}

.gt-ie7 .block1 .contact-form .phone-input:before {
    padding: 8px;
    top: -2px;
    left: 4px;
}

.gt-ie7 .block1 .contact-form input[name=phone] {
    padding: 2px 5px 2px 37px;
    width: 158px;
}

.gt-ie7 .block3 .contact-form .phone-input input[name=phone] {
    padding: 2px 8px 2px 35px;
    width: 174px;
}

.gt-ie7 .block20 .contact-form input[name=phone] {
    padding: 2px 8px 2px 35px;
    width: 173px;
}

.gt-ie7 .modal-callback .contact-form .phone-input:before {
    padding: 7px;
    top: 7px;
    left: 1px;
}

.gt-ie7 .modal-callback .contact-form input[name=phone] {
    padding: 1px 6px 1px 33px;
    width: 158px;
    display: inline-block;
}

.nav a {
    text-decoration: none;
    color: white;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}

.nav .logo {
    background: url(../img/logo-big.png) no-repeat center center;
    height: 180px;
    width: 193px;
    text-transform: none;
    margin: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
 /* border-right: 1px solid rgba(152, 170, 173, 0.5); */;
}

.nav .block {
    width: 225px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav .block.first {
    width: 210px;
    float: left;
    height: 60px;
    margin-top: 20px;
    border-right: 1px solid rgba(152, 170, 173, 0.5);
}

.nav .block.last {
    width: 240px;
    float: right;
    border-left: 1px solid rgba(152, 170, 173, 0.5);
    height: 60px;
    margin-top: 17px;
    text-align: center;
}

.nav .block.links {
    padding-top: 23px;
    padding-left: 14px;
}

/*-- COLORS --*/
.color-1{color: #FDCD00;}
.color-2{color: #FF0406;}