/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.button__inner{
	background: url(/templates/servis/images/button_inner_call.jpg) no-repeat 0px 0px;
    display: block;
    width: 215px;
    height: 61px;
    margin: 20px auto 0;
	text-indent: -9999px;
}

  .navbar__banner-fix{
  position: fixed;
    height: 32px;
    background: #df564e;
    width: 100%;
    text-align: center;
    font-size: 14pt;
    margin: 0 auto;
    top: 0;
    padding: 8px 0 0 0;
    z-index: 1002;
    color: #fff;
}

.navbar__banner-fix p a{
  text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    color: #fff;
}

.navbar__banner-fix + header .navbar-fixed-top{top: 40px;}
.navbar__banner-fix + header{ margin: 17px 0 0 0;}

@media (max-width:480px){
  .navbar__banner-fix{height: 61px;}
  .navbar__banner-fix + header {  margin-top: 57px;}
  .navbar__banner-fix + header + .car-wrapper { margin: 145px 0 0 0; }
}

.comment{color:gray;border-top:1px solid #ccc;background:#F5F6F6;margin:0 0 10px;padding:10px;}
.commentadmin{background:#D1E1FA;margin:0 0 10px 0;}
.commentvisitor{background:#DFF9E0;margin:0 0 10px 0;}
.commentnum{position:relative;margin:0;background:url(../images/commentnum.png) no-repeat top left;height:40px;width:55px;font-size:85%;float:left;}
.commentnum span{position:absolute;top:11px;left:9px; display:none;}
.commentdate{font-size:78%;}
.metavisitor{font-size:14px;font-style:italic;margin:10px 0 0;}
.metaadmin{position:relative;background:url(../images/adminbg.png) right center no-repeat rgba(17, 162, 215, 0.17);border-width:1px;border-style:solid;border-color:rgb(213, 213, 213);border-image:initial;margin-left:45px;}
.metaguest{position:relative;background:rgb(245, 245, 245);border-width:1px;border-style:solid;border-color:rgb(213, 213, 213);border-image:initial;}
.comm__reviews{font-family:'IBM Plex Sans bold';font-weight:700;font-size:18px;color:#033c59;line-height:27px;padding:0px 0 0 0;margin:10px 0 20px;}
.input-text{border: 1px solid #d6d6d6!important; min-width: 294px; box-shadow: 0 0 6px 0px #e8e8e8; height: 40px;transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;background:#fff;}
.input-btn{display: inline-block; height: 43px; line-height: 43px; background-color: #f5665d; padding-right: 30px; padding-left: 25px; text-transform: uppercase; font-size: 15px; font-weight: 700; color: #fff; border: 0; border-left: 1px solid #acacac; background: linear-gradient(0deg,#f45349 0,#f88f8a 70%); width: 303px;}
.smiles{display:none;}
.input-btn:hover{background:linear-gradient(0deg,#f88e88 0,#f45349 70%);color:#fff;}
.textinputs{height: 120px; padding: 10px; resize: none; border: 1px solid #d6d6d6; min-width: 281px; box-shadow: 0 0 6px 0px #e8e8e8;}
.content_rev{margin:50px 0;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}




@font-face {  font-family: 'FontAwesome';  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;}html { height: 100%; }

html, body {
	background: #fff;
	font-family: 'OpenSansRegular';
	font-size: 13px;
	line-height: 100%;
}


input,
textarea,
button { outline: none; }

:required{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
        -ms-box-shadow: none;
            box-shadow: none; 
}


a {
	color: #203c58;
	text-decoration: none;
}

a:hover {
	color: #f45349;
	text-decoration: underline;
}

p{line-height: 18px;}


/*-------------------------------------*\
	#MORE CLASSES
\*-------------------------------------*/

.static {
	width: 980px;
	margin: 0px auto;
}


.title {
 display: block;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px;
  padding: 6px 0px 33px 0;
}

.white { color: #fff; }
.red { color: #f45349; }
.blue { color: #203c58; }
.bgrnd_white { background: #fff; }


.left { float: left; }
.right { float: right; }

.clearfix { overflow: hidden; }

.wrapper{
	width: 100%;
    position: relative;
    overflow: hidden;
}

p a{
	    text-decoration: underline;
    color: #F45349;
}

/*-------------------------------------*\
	#HEADER
\*-------------------------------------*/

header {
	background: #fff;
	position: fixed;
	display: block;
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 10px 0px 25px 0;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 1001;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(100, 100, 100, 0.5);
	box-shadow: 0px 3px 6px 0px rgba(100, 100, 100, 0.5);
}


.header {
	vertical-align: middle;
	padding: 0px;
}

.header a.header_logo {
	float: left;
	background: url(../images/logo.png) no-repeat 0px 0px;
	display: block;
	width: 251px;
	height: 50px;
	margin-right: 30px;
	padding: 0px;
}

.header .header_phone {
	float: right;
	position: relative;
	left: 3%;
	display: block;
	color: #203c58;
	font-family: 'RussoOne-Regular';
	font-size: 33px;
	top: 9px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	cursor: help;
	 text-decoration: none;

}

.header .header_phone span{
	font-size: 29px;
}

.header a.header_phone__callback {
	display: block;
	color: #f45349;
	font-family: 'OpenSansRegular';
	font-size: 13px;
	margin-bottom: 20px;
	padding: 0px;
}

.header .header_phone__small {
	position: relative;
	display: inline-block;
	font-family: 'OpenSansCondensedLight';
	font-size: 20px;
}

.header .header_phone__small:before {
	content: '';
	position: absolute;
	/*background: url(../images/icon_phone.png) no-repeat 0px 0px !important;*/
	display: block;
	width: 23px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	left: -30px;
	top: -10px;
}

.header .header_phone__small1 {
	  font-size: 17px;
	  float: left;
	  position: absolute;
	  top: 58px;
	  color: rgb(0, 68, 105);
}

.head_phone{
	position: relative;
	display: inline-block;
	font-family: 'OpenSansCondensedLight';
	font-size: 18px;
	padding: 10px 10px 0 0;
	line-height: 21px;
}

.header .header_phone__small1:before {
	content: '';
	position: absolute;
	display: block;
	width: 23px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	left: -30px;
	top: -10px;
}

nav.header_nav {
	float: left;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	top: 28px;
}

nav.header_nav a {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 15px;
	padding: 10px 0px 0px;
	color: #203c58!important;
}

nav.header_nav a:hover {
	padding: 8px 0px 0px;
	border-top: 2px solid #f45349;
}

nav.header_nav a.active {
	padding: 8px 0px 0px;
	border-top: 2px solid #f45349;
}



.placeholder {
	position: relative;
	background: #F32927 url(../images/placeholder_bg.jpg) no-repeat top center;
	width: 100%;
	height: 592px;
	border-bottom: 7px solid #203c58;
	margin: 80px 0px 0px 0px;
}

.placeholder:after {
	content: '';
	position: absolute;
	background: url(../images/icon_circle.png) no-repeat 0px 0px;
	width: 70px;
	height: 44px;
	margin-left: -37px;
	bottom: -26px;
	left: 50%;
	z-index: 1;
}

.placeholder .static {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: normal;
	padding: 65px 0px 0px 0px;
}

.placeholder .static span {
	font-family: 'OpenSansBold';
	font-size: 22px;
	text-shadow: 0px 1px 1px #333;
}

.placeholder .static .ttl {
	display: block;
	color: #fff;
	font-family: 'OpenSansBold';
	font-size: 31px;
	text-shadow: 0px 1px 1px #333;
	margin-bottom: 10px;
	padding: 0px;
	width: 65%;
	line-height: 40px;
}

.placeholder .static > aside {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	x-overflow: hidden;
	display: inline-block;
	margin: 40px 0px 0px 0px;
	padding: 10px;
	border-radius: 15px;
	top: 0px;
	right: 0px;
}

.placeholder .static > aside > form {
	position: relative;
	display: block;
	width: 252px;
	padding: 10px;
	border: 2px solid #f45349;
	border-radius: 10px;
	box-shadow: inset 0px 100px 100px rgba(255,255,255, 0.7);
	z-index: 1;
}

.placeholder .static > aside > form:before {
	content: '';
	position: absolute;
	background: url(../images/arrow_form.png) no-repeat 0px 0px !important;
	display: block;
	width: 502px;
	height: 291px;
	margin: 0px;
	top: 0px;
	right: -115px;
}

.placeholder .static > aside > form > .title_form {
	display: block;
	color: #f45349;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.placeholder .static > aside > form > .title_form em {
	font-family: 'OpenSansBold';
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.placeholder .static > aside > form > .title_form > span {
	display: block;
	font-family: 'OpenSansRegular';
	font-size: 14px;
	text-shadow: none;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}

.placeholder .static > aside > form > label {
	display: block;
	color: #203c58;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0;
	padding: 0px;
}

.placeholder .static > aside > form > input.inpt {
	position: relative;
	background: #fff;
	display: block;
	width: 100%;
	height: 30px;
	color: #f4584f;
	padding: 5px 5px;
	border: 0px;
}

.placeholder .static > aside > form > input.inpt:before,
.placeholder .static > aside > form > input.inpt:after {
    content:"";
    position:absolute;
	background: url(../images/shadow_bottom.png) no-repeat 0px 0px;
	display: block;
	width: 171px;
	height: 16px;
	left: 50%;
	bottom: -16px;
}

aside > form > input.inpt::-webkit-input-placeholder {
	color: #f4584f;
	text-transform: uppercase;
}
aside > form > input.inpt::-moz-placeholder {
	color: #f4584f;
	text-transform: uppercase;
}

.placeholder .static > aside > form button.button_send {
	background: url(../images/icon_button_discount.png) no-repeat 0px 0px;
	display: block;
	width: 215px;
	height: 56px;
	margin: 20px auto 0;
	padding: 0px;
	border: 0px;
}

.placeholder .static > aside > form span.info {
	display: block;
	color: #203c58;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	margin-top: 15px;
	padding: 0px;
	line-height: 19px;
}

/* timer */
.timer_wrap {
	display: block;
    margin: 10px auto 20px;
    text-align: center;
}

#timer {
    display: inline-block;
}

#timer .number-wrapper {
    margin: 0px 25px 0px 0px;
    position: relative;
    display: inline-block;
}

#timer .number-wrapper:last-child { margin-right: 0px; }

#timer .number-wrapper:before,#timer .number-wrapper:after {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #f4584f;
	right: -13px;
}

#timer .number-wrapper:before {
	top: 20px;
}

#timer .number-wrapper:after {
	bottom: 35px;
}

#timer .number-wrapper:last-child:before, #timer .number-wrapper:last-child:after {
	display: none;
}

#timer .number {
	display: inline-block;
	background: #f4584f;
	font-size: 36px;
	border-radius: 5px;
    padding: 0 7px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	box-shadow:   0px 2px 3px 0px rgba(0, 0, 0, 0.6);
}
    
.time-wrap {
	padding: 10px 0 0;
	height: 20px;
	position: relative;
}

#timer span.time{
	display: block;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	color: #203c58;
	text-transform: uppercase;
	text-shadow: none;
	padding: 7px 0 0;
	text-align: center;
}


/*-------------------------------------*\
	#SERVICE
\*-------------------------------------*/

.service {
	 position: relative;
  padding: 76px 0px 0 0;
  border-bottom: 7px solid #F45349;
}

.service:after {
	content: '';
	position: absolute;
	background: url(../images/icon_circle.png) no-repeat 0px -46px;
	width: 70px;
	height: 44px;
	margin-left: -37px;
	bottom: -26px;
	left: 50%;
	z-index: 1;
}

.service ul {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.service ul li {
	float: left;
	display: block;
	width: 460px;
	margin: 0px 60px 40px 0px;
	padding: 0px;
}

.service ul li:nth-child(2), .service ul li:nth-child(4) {
	margin-right: 0px; 
 }


 .service ul li:nth-child(6) {
	margin-right: 0px; 
 }
 

.service ul li i.icon-1 {
	float: left;
	position: relative;
	background: url(../images/icon_service.png) no-repeat 0px 0px;
	display: inline-block;
	width: 64px;
	height: 51px;
}

.service ul li i.icon-2 {
	float: left;
	position: relative;
	background: url(../images/icon_service.png) no-repeat 0px -175px;
	display: inline-block;
	width: 64px;
	height: 51px;
}

.service ul li i.icon-3 {
	float: left;
	position: relative;
	background: url(../images/icon_service.png) no-repeat 0px -93px;
	display: inline-block;
	width: 64px;
	height: 55px;
}

.service ul li i.icon-4 {
	float: left;
	position: relative;
	background: url(../images/icon_service.png) no-repeat 0px -268px;
	display: inline-block;
	width: 64px;
	height: 56px;
}

.service ul li p { margin: 0px; }

.service ul li .srvice_txt {
	float: left;
	display: block;
	overflow: hidden;
	width: 260px;
	line-height: normal;
	font-size: 15px;
	margin-left: 20px;
	padding: 0px;
	min-height: 211px;
}

.service ul li .srvice_txt h2, strong { color: #f45349; font-size: 14px; margin: 0;}

.service ul li .srvice_price {
	float: right;
	position: relative;
	background: url(../images/icon_button.png) no-repeat 0px 0px;
	display: inline-block;
	width: 98px;
	height: 35px;
	line-height: 30px;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-shadow: 0px 1px 0px #203c58;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

/*-------------------------------------*\
	#REVIEWS
\*-------------------------------------*/

.reviews {
	 position: relative;
  background: #203c58 url(../images/highlight.png) repeat;
  background-size: cover;
  padding: 78px 0px 20px 0;
  border-bottom: 7px solid #f45349;
  border-top: 7px solid #f45349;
}

.reviews:after {
	content: '';
	position: absolute;
	background: url(../images/icon_circle.png) no-repeat 0px -92px;
	width: 70px;
	height: 44px;
	margin-left: -37px;
	bottom: -26px;
	left: 50%;
	z-index: 1;
}

.reviews ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.reviews ul li {
	float: left;
	width: 460px;
	margin: 0px 60px 0px 0px;
}

.reviews ul li:nth-child(2), 
.reviews ul li:nth-child(4),
.reviews ul li:nth-child(6),
.reviews ul li:nth-child(8) { margin-right: 0px; }

.reviews ul li .img {
	float: left;
	position: relative;
	display: inline-block;
	width: 137px;
	height: 123px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

.reviews ul li .img:before {
	content: '';
	position: absolute;
	background: url(../images/reviews_glass.png) no-repeat 0px 0px !important;
	display: inline-block;
	width: 137px;
	height: 123px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.reviews ul li .img img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 108px;
	height: 106px;
	margin: 6px 7px;
	border-radius: 20px;
	border: 2px solid  #f45349;
	z-index: 1;
}

.reviews ul li .txt {
	float: left;
	display: block;
	width: 300px;
	color: #e2fcfe;
	line-height: normal;
	font-family: 'OpenSansLightItalic';
	font-size: 13px;
	margin: 0px;
}

.reviews ul li .txt .overview {
	overflow: hidden;
}

.reviews ul li .overview .name {
	float: left;
	display: inline-block;
	width: 180px;
	color: #f45349;
	font-family: 'OpenSansRegular';
	font-size: 17px;
}

.reviews ul li .overview .date {
	display: none;
	color: #e2fcfe;
	font-family: 'OpenSansRegular';
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	clear: both;
}



.reviews ul li a.play {
	float: right;
	position: relative;
	background: url(../images/icon_button.png) no-repeat 0px 0px;
	display: none;
	width: 98px;
	height: 35px;
	line-height: 30px;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	font-family: 'OpenSansRegular';
	font-size: 14px;
	text-shadow: 0px 1px 0px #203c58;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.reviews a.more_reviews {
	float: right;
	position: relative;
	background: url(../images/more_reviews.png) no-repeat 0px 0px !important;
	display: none;
	width: 135px;
	height: 34px;
	margin: 0px;
	clear: both;
}


/*-------------------------------------*\
	#PREIM & GALLERY
\*-------------------------------------*/

.preim_media {
	position: relative;
	padding: 78px 0px;
	border-bottom: 7px solid #203c58;
}
.preim_media:after {
	content: '';
	position: absolute;
	background: url(../images/icon_circle.png) no-repeat 0px -138px;
	width: 70px;
	height: 44px;
	margin-left: -37px;
	bottom: -26px;
	left: 50%;
	z-index: 1;
}


.preim_media .preim h3.title,
.preim_media .gallery h3.title { text-align: left; }


.preim_media .preim {
	width: 520px;
	margin: 0px;
	padding: 0px;
}


.preim ul {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.preim ul li {
	float: none;
	position: relative;
	display: block;
	x-width: 175px;
	color: #203c58;
	font-size: 15px;
	margin: 0px 40px 20px 0px;
	padding-left: 45px;
	padding-right: 20px;
}
.preim ul li:nth-child(2),
.preim ul li:nth-child(4),
.preim ul li:nth-child(6),
.preim ul li:nth-child(8) { margin-right: 0px; }

.preim ul li:before {
	content: '';
	position: absolute;
	background: url(../images/icon_preim.png) no-repeat 0px 0px;
	display: block;
	width: 34px;
	height: 34px;
	margin: 0px;
	top: 0px;
	left: 0px;

}

.preim ul li .ttl {
	display: block;
	font-size: 17px;
	color: #f45349;
	margin-bottom: 10px;
	padding: 0px;
}
.ttl{
	color: #f45349;
  font-size: 26px;
  margin: 0px;
  text-shadow: 1px 1px 2px #000;
  padding: 25px 0;
}



.preim_media .gallery {
	width: 455px;
	margin: 0px;
	padding: 0px;
}

.gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.gallery ul li {
	float: left;
	overflow: hidden;
	display: block;
	width: 211px;
	height: 124px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 3px solid #203c58;
	border-radius: 15px;
}

.gallery ul li:nth-child(2) { margin-right: 0px; }
.gallery ul li:nth-child(4) { margin-right: 0px; }
.gallery ul li:hover {
	background: #203c58;
	border: 3px solid #f45349;
}

.gallery ul li a {
	position: relative;
	display: block;
	width: 216px;
	height: 124px;
}


.gallery ul li a:hover:after {
	content: 'смотреть';
	position: absolute;
	background: rgba(32, 60, 88, 0.7) url(../images/gallery_arrow_right.png) no-repeat center;
	display: block;
	width: 216px;
	height: 124px;
	line-height: 215px;
	color: #fff;
	font-family: 'OpenSansCondensedLight';
	font-size: 16px;
	text-align: center;
	vertical-align: inherit;
	margin: 0px;
	padding: 0px;
	top: 0px;
	border-radius: 10px;
	z-index: 1;
}




/*-------------------------------------*\
	#PRICE
\*-------------------------------------*/

.price {
	position: relative;
	background: #203c58 url(../images/highlight.png) repeat;
	background-size: cover;
	padding: 30px 0px;
	border-bottom: 7px solid #f45349;
}
.price:after {
	content: '';
	position: absolute;
	background: url(../images/icon_circle.png) no-repeat 0px -185px;
	width: 70px;
	height: 44px;
	margin-left: -37px;
	bottom: -26px;
	left: 50%;
	z-index: 1;
}


.price .item {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.price .item:last-child { margin-right: 0px; }

.price .item .overview {
	position: relative;
	background: rgba(241, 249, 249, 0.8) !important;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 30px 10px 10px 10px;
	box-shadow: 0px 0px 3px #73c2c1;
	border-radius: 10px;
}


.price .item .overview table {
	border: 1px solid #203C58;
	padding: 5px;
}

.price .item .overview table tr {
	border: 1px solid #203C58;
}

.price .item .overview table td {
	padding: 5px;
}


/*-------------------------------------*\
	#CONTACTS
\*-------------------------------------*/

.contacts {
	position: relative;
	padding: 30px 0px;
	text-align: center;
}


.contacts
.form_wrap,
.vk_wrap,
.ok_wrap {
	background: rgba(241, 249, 249, 0.8);
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 10px;
	box-shadow: 0px 0px 3px #73c2c1;
	border-radius: 10px;
}


.contacts .item {
	display: inline-block;
	width: 300px;
	margin: 0px 36px 0px 1px;
	padding: 0px;
}
.contacts .item:last-child { margin-right: 0px; } 

.contacts .item .ttl {
	color: #203c58;
	line-height: 36px;
	font-size: 17px;
	text-transform: uppercase;
	padding: 0px 10px;
}


.contacts .client_phone {
	display: block;
	font-family: 'RussoOne-Regular';
	font-size: 56px;
	text-align: center;
	margin: 69px 0px 70px 0;
}

.contacts .client_phone span {
	display: block;
	font-family: 'OpenSansRegular';
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 30px;
}

/*--- PRICES FOR INSTALLATION -----*/
.price_table{
position: relative;
  width: 1026px;
  margin: 0px auto;
  padding: 44px 0px 44px 0px;
  overflow: hidden;
}
.zag{
	color: #f45349;
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  padding: 25px 20px;
}
.left_table{
	float: left;
	width: 490px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.right_table{
	float: right;
  display: block;
  width: 465px;
  margin: 0px 0 0px 0px;
  padding: 0px;
}
.boxes table{
	 width: 100%;
}
.boxes table th {
  color: #fff;
  line-height: 16px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  vertical-align: middle;
  padding: 10px 0px;
  background: #203c58 url(../images/highlight.png) repeat;
  border-left: 2px solid #CBC7C7;
  border-right: 2px solid #CBC7C7;
  border-bottom: 2px solid #CBC7C7;
  text-align: center;
 }
 
 .boxes table td {
  padding: 0px 7px;
  line-height: 22px;
  color: rgb(32, 60, 88);
  border-left: 1px solid #D6CACA;
  border-top: 2px solid #E2E2E2;
  border-right: 2px solid #E2E2E2;
  border-bottom: 1px solid #D6CACA;
}
.boxes table tr:hover {
  background: #f2f2f2;
}
/*--- /PRICES FOR INSTALLATION -----*/




form label {
	display: block;
	color: #203c58;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0px;
	padding: 0px;
}

form input.inpt {
	position: relative;
	background: #fff;
	display: block;
	width: 100%;
	height: 30px;
	max-width: 242px;
	padding: 0px 5px;
	border: 0px;
}

form input.inpt:before {
	content: '';
	position: absolute;
	background: url(../images/shadow_top.png) no-repeat 0px 0px;
	display: block;
	width: 171px;
	height: 13px;
	margin: 0px;
	top: 0px;
	left: 0px;
}

form input.inpt:after {
	content: '';
	position: absolute;
	background: url(../images/shadow_bottom.png) no-repeat 0px 0px;
	display: block;
	width: 171px;
	height: 16px;
	margin: 0px;
	bottom: 0px;
	left: 0px;
}

form textarea {
	position: relative;
	background: #fff;
	display: block;
	width: 100%;
	height: 124px;
	max-height: 124px;
	max-width: 242px;
	padding: 0px 5px;
	border: 0px;
}


form button.button_send {
	background: url(../images/icon_button_send.png) no-repeat 0px 0px;
	display: block;
	width: 171px;
	height: 45px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}





/*-------------------------------------*\
	#CONTENT
\*-------------------------------------*/

.content {
	position: relative;
	padding: 30px 0px;
}
.content:before {
	content: '';
	position: absolute;
	background: url(../images/icon_circle.png) no-repeat 0px -231px;
	width: 70px;
	height: 45px;
	margin-left: -37px;
	top: -26px;
	left: 50%;
	z-index: 1;
}





/*-------------------------------------*\
	#FOOTER
\*-------------------------------------*/

footer {
	background: #203c58;
	width: 100%;
	padding: 0px;
	border-bottom: 7px solid #f45349;
}

footer .footer {
	padding: 10px 0px;
}

.footer .logo_footer {
	float: left;
	background: url(../images/logo_footer.png) no-repeat 0px 0px !important;
	width: 246px;
	height: 47px;
	margin: 0px;
	padding: 0px;
}



.navbar__footer {
  overflow: hidden;

}
.navbar__footer a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}
.subnav {
  float: left;
  overflow: hidden;
  padding-right: 20px;
}
.subnav .subnavbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar__footer a:hover, .subnav:hover .subnavbtn {
  background-color: #f45349;
}
.subnav-content {
  display: none;
    position: absolute;
    background-color: #f45349;
    z-index: 1;
}
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
  padding: 16px;
}
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}
.subnav:hover .subnav-content {
  display: block;
}


.fa-caret-down:before {
    content: "\f0d7";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    color: #fff;
	position: absolute;
    margin-top: 25px;
} 


.good{
	width:  252px;
	padding: 10px;
	border: 2px solid #f45349;
	border-radius: 10px;
	box-shadow: inset 0px 100px 100px rgba(255,255,255, 0.7);
	color: #f45349;
}
.copy{
color: #DCFFF4;
    width: 980px;
    margin: -7px auto 5px;
    font-size: 12px;
}
.content_static{
	  position: relative;
  padding: 30px 0px;
  margin: 105px 0px 0px 0px;
}


/*----	NEWS ------*/
.preview{
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 3px;
}

.slogan{
	font-size: 18px;
   font-weight: bold;
}
.item{
	width: 925px;
	line-height: 18px;
	float: left;
}
/*----	/NEWS ------*/

/*----	FANCY_PHONE_BUTTON  ------*/

#phone_button {
  text-align: center;
  line-height: 90px;
  background: #f45349;
  padding: 60px;
    width: 800px;
  font-family: 'OpenSansRegular';
}

#phone_button .l1 {
  color: #fff;
  font-family: 'OpenSansBold';
  font-size: 45px;
  text-shadow: 0px 1px 1px #333;
}

#phone_button .l2 {
	font-size: 60px;
	color: #203c58;
	font-family: 'RussoOne-Regular';
}

#phone_button .l3 {
  font-size: 25px;
  color: #fff;
  font-family: 'OpenSansBold';
  text-shadow: 0px 1px 1px #333;
  line-height: 0;
}

/*----	/FANCY_PHONE_BUTTON  ------*/

/*----	banner for sale  ------*/

.banner_fix { background: #fff; position: fixed; display: block; bottom: 0px; left: 0px; right: 0px; font-size: 14px; z-index: 1001; border-top: 2px solid #B0B0B0; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.banner_fix .bar  { position: relative; overflow: hidden; display: block; width: 990px; margin: 10px auto; padding: 5px; border: 1px solid #171717;}
.bar .left { display: block; float: left; width: 500px; font-family: "PFDinTextCompProRegular", "Arial", "Helvetica", sans-serif; font-size: 27px; text-align: center; }
.bar .left h2{font-family: Tahoma ,sans-serif; line-height: 7px; font-size: 32px;}
.bar .left span { font-size: 25px; text-transform: uppercase; }
.bar .left p{font-size: 30px; background: #ff3333; padding: 5px 0 7px 0;  color: #fff;}
.l_text {font-family: 'SB'!important;  line-height: 37px!important;  font-size: 30px!important;  text-transform: none!important;}
.bar .left .phones { position: relative; display: block; overflow: hidden; margin: 10px 0px 0px 0px; }
.bar .left .phones .l2 { float: right; display: block; font-family: "PFDinTextCompProRegular", "Arial", "Helvetica", sans-serif;font-size: 31px; font-weight: bold; text-align: center; }


.bar .right { display: block; float: right; }
.right .form_banner { position: relative; display: block; width: 435px; margin: 47px auto 17px auto; padding: 5px 10px; border: 2px solid #ff3333; text-align: center; }
.right .form_banner span { position: relative; background: #fff; font-size: 19px; padding: 0px 10px; top: -17px; font-family: 'SB';}
.right .form_banner input[type="text"] { background: #FFFFFF; border: 1px solid #ff3333; border-radius: 5px; font-family: "PFDinTextCompProRegular", "Arial", "Helvetica", sans-serif; margin: 0px 9px 6px 0px; font-size: 14px; padding: 5px 9px; width: 111px;}
.right .form_banner input[type="submit"].btn { background: #ff3333;  border: 2px solid #ff3333;  padding: 4px 10px;  cursor: pointer;  outline: none;  border-radius: 4px;  color: #fff; text-transform: uppercase; font-family: 'SB';}
.phones .l1 { display: block; font-family: Tahoma ,sans-serif; font-size: 33px; font-weight: bold; margin: 0px; text-align: center; }
.l1 small{ position: relative; display: block; font-size: 12px; top:6px; font-weight: normal; }
.l1 span { font-size: 25px;}

.good_1 {
	padding: 2px;
    border-radius: 10px;
    color: #f45349;
    font-size: 12px;
}







/*-------------------------------------*\
	#FONTS
\*-------------------------------------*/

@font-face {
    font-family: RussoOne-Regular;
    src: local("RussoOne-Regular"),
         url(../fonts/Russo_One/RussoOne-Regular.ttf);
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/osans/opensans-bold.eot');
    src: url('../fonts/osans/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-bold.woff') format('woff'),
         url('../fonts/osans/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('../fonts/osans/opensans-bolditalic.eot');
    src: url('../fonts/osans/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-bolditalic.woff') format('woff'),
         url('../fonts/osans/opensans-bolditalic.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('../fonts/osans/opensans-extrabold.eot');
    src: url('../fonts/osans/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-extrabold.woff') format('woff'),
         url('../fonts/osans/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('../fonts/osans/opensans-extrabolditalic.eot');
    src: url('../fonts/osans/opensans-extrabolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-extrabolditalic.woff') format('woff'),
         url('../fonts/osans/opensans-extrabolditalic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/osans/opensans-italic.eot');
    src: url('../fonts/osans/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-italic.woff') format('woff'),
         url('../fonts/osans/opensans-italic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('../fonts/osans/opensans-light.eot');
    src: url('../fonts/osans/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-light.woff') format('woff'),
         url('../fonts/osans/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../fonts/osans/opensans-lightitalic.eot');
    src: url('../fonts/osans/opensans-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-lightitalic.woff') format('woff'),
         url('../fonts/osans/opensans-lightitalic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/osans/opensans-regular.eot');
    src: url('../fonts/osans/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-regular.woff') format('woff'),
         url('../fonts/osans/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('../fonts/osans/opensans-semibold.eot');
    src: url('../fonts/osans/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-semibold.woff') format('woff'),
         url('../fonts/osans/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('../fonts/osans/opensans-semibolditalic.eot');
    src: url('../fonts/osans/opensans-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/opensans-semibolditalic.woff') format('woff'),
         url('../fonts/osans/opensans-semibolditalic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/osans/open_sans_condensed_light.eot');
    src: url('../fonts/osans/open_sans_condensed_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osans/open_sans_condensed_light.woff') format('woff'),
         url('../fonts/osans/open_sans_condensed_light.ttf') format('truetype'),
         url('../fonts/osans/open_sans_condensed_light.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'SB';
	src: url('../fonts/SkodaPro-Bold.eot');
	src: url('../fonts/SkodaPro-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SkodaPro-Bold.woff') format('woff'),
		 url('../fonts/SkodaPro-Bold.ttf') format('truetype'),
		 url('../fonts/SkodaPro-Bold.svg#SB') format('svg');
	font-style: normal;
	font-weight: normal;
}


.pg_error{
	text-align: center;
	line-height: 21px;
    font-size: 15px;
}

.error_li{
	display: inline-block;
    list-style: none!important;
    margin: 6px 13px 10px!important;
	padding: 0px 0 0 0;
}


.error_li li{
	padding: 0px 0 2px 30px;
    background: url(../images/error_li.png) no-repeat 0px 0px;
    background-position: 7% 55%;
}


.error_li li a{
	color: #203c58;
    font-size: 15px;
    line-height: 22px;
}


.clearfix_txt p{
	line-height: 19px;
}


/* -- ERROR --*/

.error {
	position: absolute;
	left:-230px;
	width: 218px;
	height:28px;
	font-size:14px;
	text-align: center;
	line-height: 28px;
	margin: -38px 0 0 10px;
	display: inline-block;
	z-index:22;
	color: #333;
}


.error {
	box-shadow: inset 0px 100px 100px rgba(255,255,255, 0.7);
	border-top: 2px solid #f45349;
	border-left: 2px solid #f45349;
	border-bottom: 2px solid #f45349;
	border-right: 2px solid #f45349;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;

}
.error:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.error:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	top: 55%;
	margin-top: -6px;
}
.error:before {
	border-color: rgba(202, 141, 0, 0);
	border-left-color: #f45349;
	border-width: 9px;
	top: 55%;
	margin-top: -11px;
}


.franchise_sale {
    width: 56px;
    height: 180px;
    background: url(../images/franchise.png);
    position: fixed;
    top: 50%;
    left: -8px;
    margin-top: -90px;
    z-index: 999999;
    cursor: pointer;
}


#bannersale {
    position: fixed;
    top: 50%;
    left: 52px;
    margin-top: -99px;
    z-index: 100;
    display: none;
}

.bannersale {
    width: 310px;
    height: 195px;
    background: url(../images/banner_beton.jpg) no-repeat;
    border: 4px solid #f45349;
}

.bannersale a {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 17px;
    width: 177px;
    height: 52px;
    background: url(../images/btn_pgs.png) no-repeat;
    margin-left:-74px;
}

/*----	FANCY_PHONE_BUTTON  ------*/

#form_button {
  text-align: center;
  background:url(../img/fonall.jpg);
  padding: 35px;
    width: 700px;
}
#form_banner{
	width: 548px;
	    margin-top: 20px;
}
.form_banner span{
	    font-size: 25px;
    line-height: 26px;
}

.form_banner input[type="text"] { 
	background: #FFFFFF; 
	border: 1px solid #d52949; 
	border-radius: 5px;  
	margin: 0px 21px 6px 0px;
	font-size: 14px;
	padding: 6px 7px;
	width: 142px; 
}
	
.form_banner input[type="submit"].btn { 
	background: linear-gradient(0deg,#d52949 0,#f45349 50%);
    width: 145px;
    height: 33px;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    line-height: 0;
    margin: 0;
 }
 
.form_banner input[type="submit"].btn:hover{
	    background: linear-gradient(0deg,#f45349 0,#d52949 50%);
 }
 
 
 
 .logo_mtsite {
    display: block;
    width: 219px;
	height: 50px;
    background: url(../images/mtsite.png) no-repeat;
    float: right;
    z-index: 20;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}

.logo_mtsite a{
	font-size: 11px;
    display: block;
    padding-bottom: 5px;
    position: absolute;
    margin-top: 19px;
    color: #fafafa;
    right: 38px;
	width: 200px;
    height: 10px;
}

.design_site {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
    position: absolute;
    margin-top: 29px;
    color: #fafafa;
    right: 331px;
}

.forbidden{
	font-size: 11px;
    color: #fafafa;
    position: relative;
    width: 980px;
    margin: 0 auto 10px;
    display: block;
 }
 
.forbidden a{
 color: #fff;
    font-weight: bold;
 }

 
.more_gal {
      list-style: none;
    text-decoration: none;
    color: #376287;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding-top: 15px;
    position: absolute;
    top: 420px;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: all 0.2s ease;
    -ms-transform: all 0.2s ease;
    transform: all 0.2s ease;
    padding: 15px;
    border: 2px solid #203c58;
	margin-left: 181px
}

.more_gal:after {
    content: ">> ";
    display: inline-block;
    margin-left: 10px;
    top: -1px;
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: all 0.2s ease;
    -ms-transform: all 0.2s ease;
    transform: all 0.2s ease;
}



button.accordion {

	display: none;
}


div.panel {
	padding: 0;
	background-color: white;
	transition: 0.8s ease-in-out;
	border: 0;
}

div.panel.show {
	opacity: 1;
	max-height: 100%;
}




@media (max-width: 480px) {
.placeholder .static span {
  display: none!important;
}
}




.form__bottom{position: relative; }
.form__checkbox p label{font-size:12px; padding-bottom: 5px;}
.form__checkbox [type=checkbox]:checked,.form__checkbox [type=checkbox]:not(:checked){position:absolute;left:-9999px}
.form__checkbox [type=checkbox]:checked+label,.form__checkbox [type=checkbox]:not(:checked)+label{position:relative;padding-left:1.90em;cursor:pointer}
.form__checkbox [type=checkbox]:checked+label:before,.form__checkbox [type=checkbox]:not(:checked)+label:before{content:'';position:absolute;left:0;top:5px;width:1.25em;height:1.25em;border:1px solid #888;background:#fff;box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}
.form__checkbox [type=checkbox]:checked+label:after,.form__checkbox [type=checkbox]:not(:checked)+label:after{content:'\f00c';font-family: FontAwesome;position:absolute;top:7px;left:.2em;font-size:1.2em;line-height:.8;color:#f4584f;font-weight: 300;transition:all .2s}
.form__checkbox [type=checkbox]:not(:checked)+label:after{opacity:0;-ms-transform:scale(0);transform:scale(0)}
.form__checkbox [type=checkbox]:checked+label:after{opacity:1;-ms-transform:scale(1);transform:scale(1)}
.form__checkbox [type=checkbox]:disabled:checked+label:before,.form__checkbox [type=checkbox]:disabled:not(:checked)+label:before{box-shadow:none;border-color:#bbb;background-color:#ddd}
.form__checkbox [type=checkbox]:disabled:checked+label:after{color:#999}
.form__checkbox [type=checkbox]:disabled+label{color:#aaa}.form__checkbox label:hover:before{border:1px solid #f4584f!important}


.button_send.disabled, .button_send[disabled], fieldset[disabled] .button_send {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.town i:before {
    content: "";
    background: url(../images/arrow_city.png)top center no-repeat;
    display: inline-block;
    width: 13px;
    height: 9px;
    position: relative;
}

#towingcity ul {
	width: 40%;
    position: relative;
    overflow: hidden;
    float: left;
}

#towingcity p{text-align:center; font-weight: 800;}
#towingcity{padding:25px;}


ul li ul {
	background: white;
	visibility: hidden;
	opacity: 0;
	min-width: 212px;
	position: absolute;
	transition: all 0.5s ease;
	
	left: 0;
	display: none;
	line-height:23px;
    padding: 0px 10px 10px;
  
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
	clear: both;
	width: 100%;
}


.arrow-bottom:after {
    content: "\f149";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    color: #203c58;
}


ul.header_nav {
	float: left;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	top: 28px;
}

ul.header_nav li{margin-right: 20px;list-style:none;}

ul.header_nav li a {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0px 0px;
	color: #203c58!important;
}

ul.header_nav li a:hover {
	padding: 8px 0px 0px;
	border-top: 2px solid #f45349;
}

ul.header_nav li a.active {
	padding: 8px 0px 0px;
	border-top: 2px solid #f45349;
}


a[href^="#events"]{pointer-events:none;}

	.navbar__banner-fix{
	position: fixed;
    height: 32px;
    background: #df564e;
    width: 100%;
    text-align: center;
    font-size: 14pt;
    margin: 0 auto;
    top: 0;
    padding: 8px 0 0 0;
    z-index: 1002;
    color: #fff;
}

.navbar__banner-fix p a{
	text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    color: #fff;
}

.navbar__banner-fix + header .navbar-fixed-top{top: 40px;}
.navbar__banner-fix + header{ margin: 17px 0 0 0;}

@media (max-width:480px){
	.navbar__banner-fix{height: 61px;}
	.navbar__banner-fix + header {  margin-top: 57px;}
	.navbar__banner-fix + header + .car-wrapper { margin: 145px 0 0 0; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.header a.header_logo {
		float: left;
		background: url(../images/logosm.png) no-repeat 0px 0px;
		display: block;
		width: 155px;
		height: 31px;
		margin-right: 12px;
		padding: 0px;
		position: relative;
		top: 8px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
.header .header_phone__small1 {
    font-size: 13px;
    float: left;
    position: absolute;
    top: 42px;
    color: rgb(0, 68, 105);
}
}

@media (min-width: 768px) and (max-width: 991px) {
nav.header_nav {
    float: left;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    top: 18px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.head_phone {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 15px;
    padding: 9px 7px 0 0;
    line-height: 15px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.header .header_phone__small {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 15px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.header .header_phone {
    float: right;
    position: relative;
    display: block;
    color: #203c58;
    font-family: 'RussoOne-Regular';
    font-size: 23px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    cursor: help;
    text-decoration: none;
    top: 2px;
	left: 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.header .header_phone__small:before {
	content: '';
	position: absolute;
	background: none!important;
	display: block;
	width: 23px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	left: -30px;
	top: -10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
nav.header_nav a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 9px;
    padding: 10px 0px 0px;
}
}

@media (max-width: 767px) {
.header a.header_logo {
    float: left;
    background: url(../images/logo.png) no-repeat 0px 0px;
    display: block;
    width: 251px;
    height: 50px;
    margin-right: 30px;
    padding: 0px;
    margin-left: 10px;
}
}

@media (max-width: 767px) {
.header .header_phone__small1 {
    font-size: 17px;
    float: left;
    position: absolute;
    top: 58px;
    color: rgb(0, 68, 105);
    margin-left: 10px;
}
}

@media (max-width: 767px) {
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    overflow: inherit;
    background: #fff;
	position: relative;
    top: 30px;
    min-height: 170px;
    padding-left: 20px;
}
}

@media (max-width: 767px) {
nav.header_nav {
    float: left;
    position: relative;
    display: block;
    margin: 0px;
    padding: 10px 0 10px 0;
    top: 0;
    margin-left: 20px;
}
}

@media (max-width: 767px) {
nav.header_nav a {
    display: table;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 0;
    padding: 10px 0px 10px 0px;
}
}

@media (max-width: 767px) {
	nav.header_nav a:hover {
		padding: 9px 0px;
		border-top: 2px solid #f45349;
	}
}

@media (max-width: 767px) {
nav.header_nav a.active {
    padding: 8px 0px 10px 0px;
    border-top: 2px solid #f45349;
}
}

@media (max-width: 767px) {
.header .header_phone {
    float: right;
    position: relative;
    left: 0;
    display: block;
    color: #203c58;
    font-family: 'RussoOne-Regular';
    font-size: 35px;
    top: 18px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    cursor: help;
    text-decoration: none;
}


button.accordion {
		background-color: #f45349;
		cursor: pointer;
		padding: 10px;
		width: 100%;
		border: none;
		text-align: center;
		outline: none;
		transition: 0.4s;
		color: #fff;
		font-size: 16pt;
		border-radius: 30px 0;
		display: block;
	}

	button.accordion.active, button.accordion:hover {
		background-color: #213950;
		color: #fff;
	}



	div.panel {
		padding: 0 18px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: 0.8s ease-in-out;
		opacity: 0;
	}

	div.panel.show {
		opacity: 1;
		max-height: 100%;
	}


}

@media (max-width: 480px) {
.header .header_phone {
    float: right;
    position: relative;
    left: 0;
    display: block;
    color: #203c58;
    font-family: 'RussoOne-Regular';
    font-size: 25px;
    top: 18px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    cursor: help;
    text-decoration: none;
}
}

@media (max-width: 480px) {
.header .header_phone__small {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 17px;
}
}

@media (max-width: 480px) {
.head_phone {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 15px;
    padding: 10px 10px 0 0;
    line-height: 21px;
}
}


@media (max-width: 480px) {
.header .header_phone__small:before {
	content: '';
	position: absolute;
	background: none!important;

}
}

@media (max-width: 480px) {
.header a.header_logo {
    float: left;
    background: url(../images/logoxs.png) no-repeat 0px 0px;
    display: block;
    width: 200px;
    height: 40px;
    margin-right: 30px;
    padding: 0px;
    margin-left: 10px;
}
}

@media (max-width: 480px) {
.header .header_phone__small1 {
    font-size: 17px;
    float: left;
    position: absolute;
    top: 45px;
    color: rgb(0, 68, 105);
    margin-left: 10px;
}
}

@media (max-width: 340px) {
.header a.header_logo {
    float: left;
    background: url(../images/logoxs.png) no-repeat 0px 0px;
    display: block;
    width: 200px;
    height: 40px;
    margin-right: 30px;
    padding: 0px;
    margin-left: 10px;
}
}

@media (max-width: 340px) {
.header .header_phone__small1 {
    font-size: 17px;
    float: left;
    position: absolute;
    top: 45px;
    color: rgb(0, 68, 105);
    margin-left: 10px;
}
}

@media (max-width: 340px) {
.header .header_phone {
    font-size: 20px;
	}
}

@media (max-width: 340px) {
.header .header_phone__small {
    font-size: 15px;
}
}

@media (max-width: 340px) {
.head_phone {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 12px;
    padding: 10px 10px 0 0;
    line-height: 15px;
}
}

@media (max-width: 340px) {
nav.header_nav a {
    display: table;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 0;
    padding: 10px 0px 10px 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.static {
	width: 750px;
    margin: 0px auto;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static .ttl {
    display: block;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 27px;
    text-shadow: 0px 1px 1px #333;
    margin-bottom: 10px;
    padding: 0px;
    width: 65%;
	line-height: 28px;
	z-index: 2;
    position: relative;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static p {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    padding: 10px 0px 0px 0px;
    width: 340px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static p span {
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static > aside {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    x-overflow: hidden;
    display: inline-block;
    margin: 33px 8px 0px 0;
    padding: 10px;
    border-radius: 15px;
    top: 0px;
    right: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static > aside > form:before {
    content: '';
    position: absolute;
    background: url(../images/arrow_form.png) no-repeat 0px 0px !important;
    display: block;
    width: 502px;
    height: 291px;
    margin: 0px;
    top: 0px;
    right: -115px;
	z-index: 0;
}
}

@media (max-width: 767px) {
.static {
    width: auto;
    margin: 0px auto;
}
}

@media (max-width: 767px) {
.placeholder .static .ttl {
    display: block;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-shadow: 0px 1px 1px #333;
    margin-bottom: 10px;
    padding: 0px;
    width: 49%;
    line-height: normal;
    margin-left: 20px;
}
}

@media (max-width: 767px) {
.placeholder .static p {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    width: 340px;
    margin-left: 20px;
}
}

@media (max-width: 767px) {
.placeholder .static > aside {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    x-overflow: hidden;
    display: inline-block;
    margin: 37px 37px 0px 0px;
    padding: 7px;
    border-radius: 15px;
    top: 0px;
    right: 0px;
}
}

@media (max-width: 480px) {
.placeholder .static {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding: 26px 0px 0px 0px;
}
}

@media (max-width: 480px) {
.placeholder .static .ttl {
    display: block;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-shadow: 0px 1px 1px #333;
    margin-bottom: 10px;
    padding: 0px;
    width: auto;
    line-height: normal;
    margin-left: 20px;
}
}

@media (max-width: 480px) {
.placeholder {
    position: relative;
    background: #F32927 url(../images/placeholder_bgxs.jpg) repeat top center;
    width: 100%;
    height: 752px;
    border-bottom: 7px solid #203c58;
    margin: 80px 0px 0px 0px;
}
}

@media (max-width: 480px) {
.placeholder .static > aside {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    x-overflow: hidden;
    display: inline-block;
    margin: 37px 24px 0px 0px;
    padding: 7px;
    border-radius: 15px;
    top: 163px;
    right: 0px;
}
}

@media (max-width: 480px) {
.placeholder .static p {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    width: auto;
    margin-left: 20px;
}
}

@media (max-width: 480px) {
.placeholder .static span {
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (max-width: 340px) {
.placeholder .static > aside {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    x-overflow: hidden;
    display: inline-block;
    margin: 37px 37px 0px 0px;
    padding: 7px;
    border-radius: 15px;
    top: 165px;
    left: 20px;
}
}

@media (max-width: 340px) {
.placeholder .static > aside > form {
    position: relative;
    display: block;
    width: auto;
    padding: 10px;
    border: 2px solid #f45349;
    border-radius: 10px;
    box-shadow: inset 0px 100px 100px rgba(255,255,255, 0.7);
    z-index: 1;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.price_table {
    position: relative;
    width: auto;
    margin: 0px auto;
    padding: 44px 0px 44px 0px;
    overflow: hidden;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.zag {
    color: #f45349;
    font-size: 24px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    padding: 25px 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.left_table {
    float: left;
    width: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.right_table {
    float: right;
    display: block;
    width: auto;
    margin: 18px 44px 0px 10px;
    padding: 0px;
}
}

@media (max-width: 767px) {
.price_table {
    position: relative;
    width: auto;
    margin: 0px auto;
    padding: 44px 0px 44px 0px;
    overflow: hidden;
}
}

@media (max-width: 767px) {
.zag {
    color: #f45349;
    font-size: 20px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    padding: 25px 20px;
}
}

@media (max-width: 767px) {
.right_table {
    float: right;
    display: block;
    width: auto;
    margin: 20px 0 0px 10px;
    padding: 0px;
}
}

@media (max-width: 767px) {
.left_table {
    float: left;
    width: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}
}

@media (max-width: 480px) {
.zag {
    color: #f45349;
    font-size: 18px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    padding: 25px 20px;
}
}

@media (max-width: 480px) {
.boxes table th {
    color: #fff;
    line-height: 16px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
    padding: 10px 0px;
    background: #203c58 url(../images/highlight.png) repeat;
    border-left: 2px solid #CBC7C7;
    border-right: 2px solid #CBC7C7;
    border-bottom: 2px solid #CBC7C7;
    text-align: center;
}
}

@media (max-width: 340px) {
.zag {
    color: #f45349;
    font-size: 15px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    padding: 25px 20px;
}
}

@media (max-width: 340px) {
.boxes table th {
    color: #fff;
    line-height: 16px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
    padding: 10px 0px;
    background: #203c58 url(../images/highlight.png) repeat;
    border-left: 2px solid #CBC7C7;
    border-right: 2px solid #CBC7C7;
    border-bottom: 2px solid #CBC7C7;
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reviews ul li {
    float: left;
    width: auto;
    margin: 0px 23px 0px 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reviews ul li .img {
    float: left;
    position: relative;
    display: inline-block;
    width: auto;
    height: 123px;
    margin: 0px 17px 0px 0px;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reviews ul li .txt {
    float: left;
    display: block;
    width: 220px;
    color: #e2fcfe;
    line-height: normal;
    font-family: 'OpenSansLightItalic';
    font-size: 12px;
    margin: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reviews ul li .overview .date {
    display: none;
    color: #e2fcfe;
    font-family: 'OpenSansRegular';
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
    clear: both;
}
}

@media (max-width: 480px) {
.title {
    display: block;
    font-size: 20px;
    text-align: center!important;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 6px 0px 33px 0;
	line-height: 22px;
}
}

@media (max-width: 480px) {
.reviews ul li {
    float: left;
    width: auto;
    margin: 0px 0 0px 0px;
}
}

@media (max-width: 480px) {
.reviews ul li .img {
    float: left;
    position: relative;
    display: inline-block;
    width: 107px;
    height: 96px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}
}

@media (max-width: 480px) {
.reviews ul li .img:before {
    content: '';
    position: absolute;
    background: url(../images/reviews_glassxs.png) no-repeat 0px 0px !important;
    display: inline-block;
    width: 107px;
    height: 96px;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 3;
}
}

@media (max-width: 480px) {
.reviews ul li .img img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 81px;
    height: 80px;
    margin: 6px 7px;
    border-radius: 14px;
    border: 2px solid #f45349;
    z-index: 1;
}
}

@media (max-width: 480px) {
.reviews ul li .txt {
    float: left;
    display: block;
    width: 215px;
    color: #e2fcfe;
    line-height: normal;
    font-family: 'OpenSansLightItalic';
    font-size: 12px;
    margin: 0px;
}
}

@media (max-width: 340px) {
.title {
    display: block;
    font-size: 15px;
    text-align: center!important;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 6px 0px 33px 0;
}
}

@media (max-width: 340px) {
.reviews ul li .img:before {
    content: '';
    position: absolute;
    background: url(../images/reviews_glassxxs.png) no-repeat 0px 0px !important;
    display: inline-block;
    width: 70px;
    height: 63px;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 3;
}
}

@media (max-width: 340px) {
.reviews ul li .img img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 47px;
    height: 48px;
    margin: 6px 7px;
    border-radius: 14px;
    border: 2px solid #f45349;
    z-index: 1;
}
}

@media (max-width: 340px) {
.reviews ul li .img {
    float: left;
    position: relative;
    display: inline-block;
    width: 69px;
    height: 68px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}
}

@media (max-width: 340px) {
.reviews ul li .txt {
    float: left;
    display: block;
    width: 207px;
    color: #e2fcfe;
    line-height: normal;
    font-family: 'OpenSansLightItalic';
    font-size: 11px;
    margin: 0px;
}
}

@media (max-width: 340px) {
.reviews ul li .overview .name {
    float: left;
    display: inline-block;
    width: auto;
    color: #f45349;
    font-family: 'OpenSansRegular';
    font-size: 14px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.preim_media .preim {
    width: auto;
    margin: 0px;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.preim_media .gallery {
    width: auto;
    margin: 15px 0 0 0;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.gallery ul li {
    float: left;
    overflow: hidden;
    display: block;
    width: 216px;
    height: 124px;
    margin: 0px 0 10px 10px;
    padding: 0px;
    border: 3px solid #203c58;
    border-radius: 15px;
}
}

@media (max-width: 767px) {
.gallery ul li {
    float: left;
    overflow: hidden;
    display: block;
    margin: 0px 10px 10px 10px;
    padding: 0px;
    border: 3px solid #203c58;
    border-radius: 15px;
}
}

@media (max-width: 767px) {
.preim_media .preim {
    width: auto;
    margin: 0px;
    padding: 0px;
}
}

@media (max-width: 767px) {
.preim_media .gallery {
    width: auto;
    margin: 10px 0 0 0;
    padding: 0px;
}
}

@media (max-width: 480px) {
.preim ul li {
    float: none;
    position: relative;
    display: block;
    x-width: 175px;
    color: #203c58;
    font-size: 12px;
    margin: 0px 40px 20px 0px;
    padding-left: 45px;
    padding-right: 20px;
}
}

@media (max-width: 340px) {
.preim ul li {
    float: none;
    position: relative;
    display: block;
    x-width: 175px;
    color: #203c58;
    font-size: 12px;
    margin: 0px 40px 20px 0px;
    padding-left: 45px;
    padding-right: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.service ul li {
    float: left;
    display: block;
    width: auto;
    margin: 0px 60px 40px 0px;
    padding: 0px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.service ul li .srvice_txt {
    float: left;
    display: block;
    overflow: hidden;
    width: 460px;
    line-height: normal;
    font-size: 15px;
    margin-left: 20px;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.service ul li .srvice_price {
    float: right;
    position: relative;
    background: url(../images/icon_button.png) no-repeat 0px 0px;
    display: inline-block;
    width: 98px;
    height: 35px;
    line-height: 30px;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-shadow: 0px 1px 0px #203c58;
    margin: 12px 0 0 0;
    padding: 0px 10px 0px 0px;
}
}

@media (max-width: 480px) {
.service ul li {
    float: left;
    display: block;
    width: 360px;
    margin: 0px 60px 40px 0px;
    padding: 0px;
}
}

@media (max-width: 480px) {
.service ul li .srvice_txt {
    float: left;
    display: block;
    overflow: hidden;
    width: 165px;
    line-height: 19px;
    font-size: 12px;
    margin-left: 5px;
    padding: 0px;
}
}

@media (max-width: 480px) {
.service ul li .srvice_txt h2, strong {
    color: #f45349;
    font-size: 14px;
    margin: 0;
    margin-bottom: 4px;
}
}

@media (max-width: 480px) {
	.service ul li .srvice_price {
		float: none;
		font-size: 12px;
	}
}

@media (max-width: 340px) {
.service ul li {
    float: left;
    display: block;
    width: 300px;
    margin: 0px 60px 40px 0px;
    padding: 0px;
}
}

@media (max-width: 340px) {
.service ul li i.icon-1 {
    float: left;
    position: relative;
    background: none;
    display: inline-block;
    width: 0;
    height: 0;
}
}

@media (max-width: 340px) {
	.service ul li i.icon-2 {
		float: left;
		position: relative;
		background: none;
		display: inline-block;
		width: 0;
		height: 0;
	}
}

@media (max-width: 340px) {
.service ul li i.icon-3 {
		float: left;
		position: relative;
		background: none;
		display: inline-block;
		width: 0;
		height: 0;
	}
}

@media (max-width: 340px) {
.service ul li i.icon-4 {
		float: left;
		position: relative;
		background: none;
		display: inline-block;
		width: 0;
		height: 0;
	}
}

@media (max-width: 480px) {
.clearfix_txt h3{
	font-size: 19px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.copy {
    color: #DCFFF4;
    width: 300px;
    font-size: 11px;
    float: left;
    position: absolute;
    margin-top: -42px;
    margin-left: 8px;
}
}

@media (max-width: 767px) {
	footer .footer {
		padding: 10px 0px;
		margin-left: 7px;
	}
}

@media (max-width: 767px) {
.copy {
    color: #DCFFF4;
    width: auto;
    margin: -32px 7px 8px;
    font-size: 11px;
}
}

@media (max-width: 767px) {
nav.footer_nav a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 12px;
    padding: 10px 0px 0px;
    color: #fff! important;
}
}

@media (max-width: 767px) {
nav.footer_nav {
    float: left;
    position: relative;
    display: none;
    margin: 0px;
    padding: 0px;
    top: 8px;
}
}

@media (max-width: 340px) {
nav.footer_nav {
    float: left;
    position: relative;
    display: none;
    margin: 0px;
    padding: 0px;
    top: 0;
}
}

@media (max-width: 340px) {
nav.footer_nav a {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
    padding: 10px 0px 0px;
    color: #fff! important;
}
}

@media (max-width: 480px) {
nav.footer_nav {
    float: left;
    position: relative;
    display: none;
    margin: 0px;
    padding: 0px;
    top: 0;
}
}


@media (max-width: 480px) {
	nav.footer_nav a {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
    padding: 10px 0px 0px;
    color: #fff! important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.item {
    width: auto;
    line-height: 18px;
}
}

@media (max-width: 767px) {
.item {
    width: auto;
    line-height: 16px;
    font-size: 12px;
}
}

@media (max-width: 480px) {
.preview {
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    width: 85px;
    height: 63px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
#phone_button .l1 {
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 30px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#phone_button .l2 {
    font-size: 43px;
    color: #203c58;
    font-family: 'RussoOne-Regular';
	position: relative;
    top: -10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#phone_button {
    text-align: center;
    line-height: 70px;
    background: #f45349;
    padding: 40px;
    width: auto;
    font-family: 'OpenSansRegular';
}
}


@media (max-width: 767px) {
#phone_button .l1 {
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 30px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (max-width: 767px) {
#phone_button .l2 {
    font-size: 38px;
    color: #203c58;
    font-family: 'RussoOne-Regular';
	position: relative;
    top: -15px;
}
}

@media (max-width: 767px) {
#phone_button {
    text-align: center;
    line-height: 70px;
    background: #f45349;
    padding: 40px;
    width: auto;
    font-family: 'OpenSansRegular';
}
}



@media (max-width: 480px) {
#phone_button .l1 {
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 17px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (max-width: 480px) {
#phone_button .l2 {
    font-size: 22px;
    color: #203c58;
    font-family: 'RussoOne-Regular';
	position: relative;
    top: -10px;
}
}

@media (max-width: 480px) {
#phone_button {
    text-align: center;
    line-height: 30px;
    background: #f45349;
    padding: 15px;
    width: auto;
    font-family: 'OpenSansRegular';
}
}

@media (min-width: 768px) and (max-width: 991px) {
.logo_mtsite {
    display: block;
    width: 219px;
    height: 36px;
    background: url(../images/mtsite.png) no-repeat;
    float: right;
    z-index: 20;
    position: relative;
    cursor: pointer;
    margin-top: 28px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.design_site {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
    position: absolute;
    margin-top: 61px;
    color: #fafafa;
    right: 48px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.forbidden {
    font-size: 11px;
    color: #fafafa;
    position: relative;
    width: 500px;
    margin-left: 9px;
    display: block;
    margin-top: -24px;
}
}

@media (max-width: 480px) {
.logo_mtsite {
    display: block;
    width: 219px;
    height: 36px;
    background: url(../images/mtsite.png) no-repeat;
    float: left;
    z-index: 20;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}
}

@media (max-width: 480px) {
.design_site {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
    position: absolute;
    margin-top: 110px;
    color: #fafafa;
    left: 8px;
	right: 0;
}
}

@media (max-width: 480px) {
.copy {
    color: #DCFFF4;
    width: auto;
    margin: 6px 8px 8px;
    font-size: 11px;
}
}

@media (max-width: 480px) {
.forbidden {
    font-size: 11px;
    color: #fafafa;
    position: relative;
    width: auto;
    margin: 0 8px 10px;
    display: block;
}
}

@media (max-width: 767px) {
.forbidden {
    font-size: 11px;
    color: #fafafa;
    position: relative;
    width: auto;
    margin: 22px 5px 11px;
    display: block;
}
}

@media (max-width: 767px) {
.logo_mtsite {
    display: block;
    width: 219px;
    height: 36px;
    background: url(../images/mtsite.png) no-repeat;
    float: right;
    z-index: 20;
    position: relative;
    cursor: pointer;
    margin-top: -36px;
}
}

@media (max-width: 767px) {
.design_site {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
    position: absolute;
    margin-top: 45px;
    color: #fafafa;
    right: 37px;
}
}


@media (max-width: 767px) {
	.footer .logo_footer{    display: none;}
	
	footer{display: none;}
	
}